]> git.lyx.org Git - lyx.git/blob - lib/doc/es/EmbeddedObjects.lyx
EmbeddedObjects.lyx: update the description of Edit externally
[lyx.git] / lib / doc / es / EmbeddedObjects.lyx
1 #LyX 1.6.2svn created this file. For more info see http://www.lyx.org/
2 \lyxformat 345
3 \begin_document
4 \begin_header
5 \textclass scrbook
6 \begin_preamble
7 % if pdflatex is used
8 \usepackage{ifpdf}
9 \ifpdf
10
11 % set fonts for nicer pdf view
12 \IfFileExists{lmodern.sty}
13  {\usepackage{lmodern}}{}
14
15 \fi % end if pdflatex is used
16
17 % that links to image floats jumps
18 % to the beginning of the float and 
19 % not to its caption
20 \usepackage[figure]{hypcap}
21
22 % the pages of the TOC are numbered roman
23 % and a PDF-bookmark for the TOC is added
24 \let\myTOC\tableofcontents
25 \renewcommand\tableofcontents{%
26   \frontmatter
27   \pdfbookmark[1]{\contentsname}{}
28   \myTOC
29   \mainmatter }
30
31 % provides caption formatting
32 \usepackage[labelfont={bf,sf}, tableposition=top]{caption}[2004/07/16]
33
34 % provides commands to set caption
35 % beside tables/images
36 \usepackage{sidecap}
37
38 \newcommand{\TabBesBeg}{%
39  \let\MyTable\table
40  \let\MyEndtable\endtable
41  \renewenvironment{table}{\begin{SCtable}}{\end{SCtable}}}
42
43 \newcommand{\TabBesEnd}{%
44  \let\table\MyTable
45  \let\endtable\MyEndtable}
46
47 \newcommand{\FigBesBeg}{%
48  \let\MyFigure\figure
49  \let\MyEndfigure\endfigure
50  \renewenvironment{figure}{\begin{SCfigure}}{\end{SCfigure}}}
51
52 \newcommand{\FigBesEnd}{%
53  \let\figure\MyFigure
54  \let\endfigure\MyEndfigure}
55
56 % enables calculation of values,
57 \usepackage{calc}
58
59 % provides special table cell alignments
60 \usepackage{dcolumn}
61
62 % increase the bottom float placement fraction
63 \renewcommand{\bottomfraction}{0.5}
64
65 % avoids that floats are placed before their
66 % corresponding section starts
67 \let\mySection\section\renewcommand{\section}{\suppressfloats[t]\mySection}
68
69 % speed up the longtable calculation
70 \setcounter{LTchunksize}{100}
71
72 % used for scaled and rotated boxes
73 \@ifundefined{rotatebox}{\usepackage{graphicx}}{}
74
75 % used for colored tables
76 \@ifundefined{textcolor}
77  {\usepackage{color}}{}
78 \definecolor{verdeoscuro}{cmyk}{0.5, 0, 1, 0.5}
79 \definecolor{grisclaro}{gray}{0.8}
80
81 % check for package colortbl
82 % used for colored table cells
83 \newboolean{colortbl}
84 \IfFileExists{colortbl.sty}
85  {\usepackage{colortbl}
86   \setboolean{colortbl}{true}}
87  {\setboolean{colortbl}{false}}
88
89 % used for multirows
90 \usepackage{multirow}
91 %\renewcommand{\multirowsetup}{\centering}
92
93 % used for book-style tables
94 \usepackage{booktabs}
95
96 % used to have extra space in table cells
97 \@ifundefined{extrarowheight}
98  {\usepackage{array}}{}
99 \setlength{\extrarowheight}{2pt}
100
101 % used for customized tables
102 % ---
103 \newcolumntype{M}[1]
104  {>{\centering\hspace{0pt}}m{#1}}
105
106 \newcolumntype{S}[2]
107  {>{\centering\hspace{0pt}}m{(#1+(2\tabcolsep+\arrayrulewidth)*(1-#2))/#2}}
108
109 \newcolumntype{K}[1]
110  {>{\columncolor{#1}\hspace{0pt}}c}
111
112 \newcolumntype{V}{!{\vrule width 1.5pt}}
113
114 \newcolumntype{W}{!{\color{green}\vline}}
115 % ---
116
117
118 % insert additional vertical space of
119 % 1.5 mm between footnotes
120 \let\myFoot\footnote
121 \renewcommand{\footnote}[1]{\myFoot{#1\vspace{1.5mm}}}
122
123 % number algorithm floats within chapters
124 \numberwithin{algorithm}{chapter}
125 % en español
126 \floatname{algorithm}{Algoritmo}
127
128
129 % redefine the greyed out note
130 \renewenvironment{lyxgreyedout}
131  {\textcolor{blue}\bgroup}{\egroup}
132
133 % ------------------------------------
134 % used to check for needed LaTeX packages
135 \usepackage{ifthen}
136
137 % check for package arydshln
138 % used for tables with dashed lines
139 \newboolean{arydshln}
140 \IfFileExists{arydshln.sty}
141  {\usepackage{arydshln}
142   \setboolean{arydshln}{true}}
143  {\setboolean{arydshln}{false}}
144
145 % check for package marginnote
146 % used for margin notes
147 \newboolean{marginnote}
148 \IfFileExists{marginnote.sty}
149  {\usepackage{marginnote}
150   \let\marginpar\marginnote
151   \setboolean{marginnote}{true}}
152  {\setboolean{marginnote}{false}}
153
154 % check for package sidecap
155 % used for captions on the side
156 \newboolean{sidecap}
157 \IfFileExists{sidecap.sty}
158  {\usepackage{sidecap}
159   \let\marginpar\marginnote
160   \setboolean{sidecap}{true}}
161  {\setboolean{sidecap}{false}}
162
163 % redefine the \LyX macro for PDF bookmarks
164 \def\LyX{\texorpdfstring{%
165   L\kern-.1667em\lower.25em\hbox{Y}\kern-.125emX\@}
166   {LyX}}
167
168 % to translate the listing label
169 % para traducir la etiqueta listing
170 \renewcommand{\lstlistingname}{Listado}
171 \end_preamble
172 \options fleqn,liststotoc,bibtotoc,idxtotoc,BCOR7.5mm,titlepage,tablecaptionabove
173 \use_default_options false
174 \language spanish
175 \inputencoding auto
176 \font_roman default
177 \font_sans default
178 \font_typewriter default
179 \font_default_family default
180 \font_sc false
181 \font_osf false
182 \font_sf_scale 100
183 \font_tt_scale 100
184
185 \graphics default
186 \paperfontsize 12
187 \spacing single
188 \use_hyperref true
189 \pdf_title "Manual detallado de Figuras, Tablas, Flotantes, Notas, Cuadros y Archivos en LyX"
190 \pdf_author "LyX Team, Uwe Stöhr, Spanish translation: Ignacio García"
191 \pdf_subject "LyX-documentation about figures, tables, floats, notes, and boxes"
192 \pdf_keywords "LyX, Tables, Figures, Floats, Boxes, Notes"
193 \pdf_bookmarks true
194 \pdf_bookmarksnumbered true
195 \pdf_bookmarksopen true
196 \pdf_bookmarksopenlevel 1
197 \pdf_breaklinks false
198 \pdf_pdfborder false
199 \pdf_colorlinks true
200 \pdf_backref false
201 \pdf_pdfusetitle false
202 \pdf_quoted_options "linkcolor=black, citecolor=black, urlcolor=blue, filecolor=blue,  pdfpagelayout=OneColumn, pdfnewwindow=true,  pdfstartview=XYZ, plainpages=false, pdfpagelabels"
203 \papersize default
204 \use_geometry false
205 \use_amsmath 2
206 \use_esint 0
207 \cite_engine basic
208 \use_bibtopic false
209 \paperorientation portrait
210 \secnumdepth 3
211 \tocdepth 3
212 \paragraph_separation skip
213 \defskip medskip
214 \quotes_language english
215 \papercolumns 1
216 \papersides 2
217 \paperpagestyle default
218 \bullet 1 1 34 -1
219 \bullet 2 2 35 -1
220 \bullet 3 2 7 -1
221 \tracking_changes false
222 \output_changes false
223 \author "" 
224 \author "" 
225 \end_header
226
227 \begin_body
228
229 \begin_layout Title
230 Manual detallado de Figuras, Tablas, Flotantes, Notas, Cuadros y Archivos
231  en LyX
232 \end_layout
233
234 \begin_layout Author
235 por el Equipo LyX
236 \begin_inset Foot
237 status collapsed
238
239 \begin_layout Plain Layout
240 \noindent
241 Si tienes comentarios o correcciones, por favor, escribe a la lista de correo
242  de Documentación de LyX: 
243 \begin_inset CommandInset href
244 LatexCommand href
245 name "lyx-docs@lists.lyx.org"
246 target "lyx-docs@lists.lyx.org?subject=EmbeddedObjects manual"
247 type "mailto:"
248
249 \end_inset
250
251
252 \end_layout
253
254 \end_inset
255
256
257 \begin_inset Note Note
258 status collapsed
259
260 \begin_layout Plain Layout
261 Autor: Uwe Stöhr
262 \end_layout
263
264 \end_inset
265
266
267 \begin_inset Note Note
268 status collapsed
269
270 \begin_layout Plain Layout
271 Traducción de: Ignacio García
272 \end_layout
273
274 \end_inset
275
276
277 \begin_inset Newline newline
278 \end_inset
279
280
281 \begin_inset Newline newline
282 \end_inset
283
284
285 \family sans
286 Versión 1.6.x
287 \end_layout
288
289 \begin_layout Standard
290 \begin_inset CommandInset toc
291 LatexCommand tableofcontents
292
293 \end_inset
294
295
296 \end_layout
297
298 \begin_layout Standard
299 \begin_inset Note Note
300 status collapsed
301
302 \begin_layout Plain Layout
303 Para exportar todas las partes de este documento a PDF, PS, o DVI, deben
304  estar instalados los paquetes LaTeX 
305 \series bold
306 arydshln
307 \series default
308
309 \series bold
310 colortbl
311 \series default
312
313 \series bold
314 marginnote
315 \series default
316  y 
317 \series bold
318 sidecap
319 \series default
320 .
321  Si no están instalados, también podrás exportar el documento, pero las
322  secciones en que dichos paquetes son necesarios no aparecen en la salida.
323 \end_layout
324
325 \begin_layout Plain Layout
326 La última versión en PDF de este documento puede encontrarse aquí:
327 \series bold
328
329 \begin_inset Newline newline
330 \end_inset
331
332 http://wiki.lyx.org/LyX/DocumentationDevelopment#EmbeddedObjects
333 \end_layout
334
335 \end_inset
336
337
338 \end_layout
339
340 \begin_layout Chapter
341 Figuras
342 \begin_inset Index
343 status collapsed
344
345 \begin_layout Plain Layout
346 Figuras
347 \end_layout
348
349 \end_inset
350
351
352 \begin_inset Index
353 status collapsed
354
355 \begin_layout Plain Layout
356 Gráficos|see
357 \begin_inset ERT
358 status collapsed
359
360 \begin_layout Plain Layout
361
362 {
363 \end_layout
364
365 \end_inset
366
367 Figuras
368 \begin_inset ERT
369 status collapsed
370
371 \begin_layout Plain Layout
372
373 }
374 \end_layout
375
376 \end_inset
377
378
379 \end_layout
380
381 \end_inset
382
383
384 \end_layout
385
386 \begin_layout Section
387 Diálogo de gráficos
388 \begin_inset CommandInset label
389 LatexCommand label
390 name "sec:Diálogo-Gráficos"
391
392 \end_inset
393
394
395 \begin_inset Index
396 status collapsed
397
398 \begin_layout Plain Layout
399 Figuras ! Diálogo de gráficos
400 \end_layout
401
402 \end_inset
403
404
405 \end_layout
406
407 \begin_layout Standard
408 Para insertar una imagen en un documento, sitúa el cursor en el lugar del
409  texto que desees y haz clic en el icono 
410 \begin_inset Graphics
411         filename ../../images/dialog-show-new-inset_graphics.png
412         scale 85
413
414 \end_inset
415
416  o en el menú 
417 \family sans
418 Insertar\SpecialChar \menuseparator
419 Imagen
420 \family default
421 .
422  Aparecerá un diálogo para escoger el archivo a cargar.
423  La imagen aparecerá en el archivo de salida exactamente en la misma posición
424  en la que la has colocado.
425 \end_layout
426
427 \begin_layout Standard
428 El diálogo Gráficos puede lanzarse en cualquier momento haciendo clic sobre
429  una imagen.
430  Este diálogo tiene tres pestañas:
431 \end_layout
432
433 \begin_layout Description
434 Gráficos Aquí puedes elegir tu archivo gráfico y ajustar separadamente su
435  presentación en LyX y en la salida.
436  En el apéndice
437 \begin_inset space ~
438 \end_inset
439
440
441 \begin_inset CommandInset ref
442 LatexCommand ref
443 reference "cha:Unidades-disponibles-en"
444
445 \end_inset
446
447  se detallan las unidades disponibles para el tamaño del gráfico.
448 \begin_inset Newline newline
449 \end_inset
450
451
452 \begin_inset Index
453 status collapsed
454
455 \begin_layout Plain Layout
456 Figuras ! Rotar
457 \end_layout
458
459 \end_inset
460
461 Puedes girar los gráficos en el sentido de las agujas de reloj estableciendo
462  un ángulo y un origen de rotación.
463  La imagen también gira en LyX.
464 \begin_inset Newline newline
465 \end_inset
466
467
468 \begin_inset Index
469 status collapsed
470
471 \begin_layout Plain Layout
472 Figuras ! Escalar
473 \end_layout
474
475 \end_inset
476
477 Las imágenes se pueden escalar mediante un porcentaje o fijando explícitamente
478  la altura y la anchura.
479  Si fijas sólo la anchura o sólo la altura, la otra dimensión se establece
480  automáticamente.
481  Si fijas ambas dimensiones
482 \family sans
483 ,
484 \family default
485  la imagen se adaptará a ellas, posiblemente distorsionada.
486  Para evitar distorsión en la imagen marca la opción 
487 \family sans
488 Mantener
489 \begin_inset space ~
490 \end_inset
491
492 proporción
493 \family default
494 .
495  En ese caso la imagen será escalada de forma que su anchura y su altura
496  no excedan de las dimensiones especificadas.
497 \begin_inset Newline newline
498 \end_inset
499
500 Las imágenes se pueden abrir con un programa de tu elección 
501 \lang english
502 by right-clicking on it choosing the entry
503 \lang spanish
504  
505 \family sans
506 Editar
507 \begin_inset space ~
508 \end_inset
509
510 externamente
511 \family default
512  
513 \lang english
514 in the appearing context menu.
515
516 \lang spanish
517  Los programas visor y editor para cada formato de imagen se pueden establecer
518  en la configuración de los formatos de archivo de las preferencias de LyX.
519 \end_layout
520
521 \begin_layout Description
522 Recorte Alternativamente al escalado, es posible establecer las coordenadas
523  de la imagen para ajustar su altura y anchura en la salida.
524  Además, las coordenadas se pueden calcular automáticamente pinchando el
525  botón 
526 \family sans
527 Obtener
528 \begin_inset space ~
529 \end_inset
530
531 de
532 \begin_inset space ~
533 \end_inset
534
535 archivo
536 \family default
537 .
538  El botón 
539 \family sans
540 Recortar
541 \begin_inset space ~
542 \end_inset
543
544 al
545 \begin_inset space ~
546 \end_inset
547
548 cuadro
549 \begin_inset space ~
550 \end_inset
551
552 delimitador
553 \family default
554  imprimirá sólo la región de la imagen comprendida en las coordenadas introducid
555 as.
556  Normalmente no necesitarás preocuparte por esto y puedes ignorar esta solapa.
557 \end_layout
558
559 \begin_layout Description
560 Opciones
561 \begin_inset space ~
562 \end_inset
563
564 de
565 \begin_inset space ~
566 \end_inset
567
568 LaTeX
569 \begin_inset space ~
570 \end_inset
571
572 y
573 \begin_inset space ~
574 \end_inset
575
576 LyX En esta solapa puedes modificar la apariencia de la imagen en LyX, y
577  poner la imagen como subfigura de una figura flotante con su propio título.
578  Las subfiguras se explican en la sección
579 \begin_inset space ~
580 \end_inset
581
582
583 \begin_inset CommandInset ref
584 LatexCommand ref
585 reference "sec:Figuras-Flotantes"
586
587 \end_inset
588
589 .
590 \begin_inset Newline newline
591 \end_inset
592
593 Los expertos en LaTeX pueden especificar aquí opciones LaTeX adicionales.
594 \begin_inset Newline newline
595 \end_inset
596
597 La opción 
598 \family sans
599 Modo
600 \begin_inset space ~
601 \end_inset
602
603 borrador
604 \family default
605  hace que en la salida se muestre sólo un marco con el tamaño de la imagen.
606 \begin_inset Newline newline
607 \end_inset
608
609 La opción 
610 \family sans
611 No
612 \begin_inset space ~
613 \end_inset
614
615 descomprimir
616 \begin_inset space ~
617 \end_inset
618
619 al
620 \begin_inset space ~
621 \end_inset
622
623 exportar
624 \family default
625  sólo afecta a los gráficos EPS comprimidos, p.
626 \begin_inset space \thinspace{}
627 \end_inset
628
629 e.
630 \begin_inset space ~
631 \end_inset
632
633
634 \emph on
635 x.eps.gz
636 \emph default
637 .
638  Si se usa esta opción, las imágenes no serán descomprimidas al exportar,
639  puesto que LaTeX puede manejarlas como están.
640 \begin_inset Newline newline
641 \end_inset
642
643 Los gráficos EPS comprimidos sirven para ahorrar espacio de disco si se
644  utiliza PostScript como formato de salida, véase apéndice
645 \begin_inset space ~
646 \end_inset
647
648
649 \begin_inset CommandInset ref
650 LatexCommand ref
651 reference "sec:PostScript"
652
653 \end_inset
654
655 .
656  Para comprimir gráficos EPS, usa los siguientes comandos en un UNIX-shell
657  o en consola de Windows:
658 \begin_inset Newline newline
659 \end_inset
660
661
662 \series bold
663 gzip x.eps
664 \series default
665
666 \begin_inset Newline newline
667 \end_inset
668
669
670 \series bold
671 zgrep %%Bounding x.eps.gz > x.eps.bb
672 \series default
673
674 \begin_inset Newline newline
675 \end_inset
676
677 El segundo comando crea un archivo de cuadro delimitador «x.eps.bb» que necesita
678  LaTeX para gráficos comprimidos.
679 \begin_inset Newline newline
680 \end_inset
681
682 El campo 
683 \family sans
684 Nombre
685 \begin_inset space ~
686 \end_inset
687
688 de
689 \begin_inset space ~
690 \end_inset
691
692 grupo
693 \family default
694  permite definir un conjunto de ajustes de imagen.
695 \begin_inset Index
696 status collapsed
697
698 \begin_layout Plain Layout
699 Figuras ! Agrupación de ajustes
700 \end_layout
701
702 \end_inset
703
704  Las imágenes incluidas en un grupo comparten sus características, de modo
705  que al modificar las de una imagen del grupo se modifican igualmente las
706  de las demás imágenes del grupo.
707  Así, por ejemplo, puedes cambiar el tamaño de un grupo de imágenes sin
708  necesidad de hacerlo individualmente para cada una de ellas.
709  Además se puede integrar una imagen en un grupo existente marcando el nombre
710  del mismo en el menú contextual de la imagen.
711  
712 \end_layout
713
714 \begin_layout Standard
715 \begin_inset VSpace bigskip
716 \end_inset
717
718
719 \end_layout
720
721 \begin_layout Standard
722 Esto es un ejemplo de imagen en formato EPS
723 \begin_inset Foot
724 status collapsed
725
726 \begin_layout Plain Layout
727 Los formatos de imagen se explica en el sección
728 \begin_inset space ~
729 \end_inset
730
731
732 \begin_inset CommandInset ref
733 LatexCommand ref
734 reference "sec:Formatos-de-imagen"
735
736 \end_inset
737
738 .
739 \end_layout
740
741 \end_inset
742
743  en un párrafo separado centrado horizontalmente:
744 \end_layout
745
746 \begin_layout Standard
747 \align center
748 \begin_inset Graphics
749         filename ../clipart/mobius.eps
750         scale 70
751         clip
752         rotateOrigin center
753
754 \end_inset
755
756
757 \end_layout
758
759 \begin_layout Standard
760 Esta es la misma imagen pero en modo borrador:
761 \end_layout
762
763 \begin_layout Standard
764 \align center
765 \begin_inset Graphics
766         filename ../clipart/mobius.eps
767         scale 70
768         draft
769         rotateOrigin center
770
771 \end_inset
772
773
774 \begin_inset Newpage newpage
775 \end_inset
776
777
778 \end_layout
779
780 \begin_layout Section
781 Figuras flotantes
782 \begin_inset CommandInset label
783 LatexCommand label
784 name "sec:Figuras-Flotantes"
785
786 \end_inset
787
788
789 \begin_inset Index
790 status collapsed
791
792 \begin_layout Plain Layout
793 Flotantes ! Figuras
794 \end_layout
795
796 \end_inset
797
798
799 \begin_inset Index
800 status collapsed
801
802 \begin_layout Plain Layout
803 Figuras ! Flotantes
804 \end_layout
805
806 \end_inset
807
808
809 \end_layout
810
811 \begin_layout Standard
812 Para información general sobre flotantes, echa una ojeada a la sección
813 \begin_inset space ~
814 \end_inset
815
816
817 \begin_inset CommandInset ref
818 LatexCommand ref
819 reference "sec:Introducción-Flotantes"
820
821 \end_inset
822
823 .
824 \end_layout
825
826 \begin_layout Standard
827 El botón 
828 \begin_inset Graphics
829         filename ../../images/float-insert_figure.png
830         scale 85
831
832 \end_inset
833
834  y el menú 
835 \family sans
836 Insertar\SpecialChar \menuseparator
837 Flotante\SpecialChar \menuseparator
838 Figura
839 \family default
840  insertan un flotante con la etiqueta «Figura #:» (# es el número actual).
841  La imagen se puede insertar sobre la leyenda, como en la figura
842 \begin_inset space ~
843 \end_inset
844
845
846 \begin_inset CommandInset ref
847 LatexCommand ref
848 reference "fig:kill-plat"
849
850 \end_inset
851
852 , o bajo ella, como en la figura
853 \begin_inset space ~
854 \end_inset
855
856
857 \begin_inset CommandInset ref
858 LatexCommand ref
859 reference "fig:escher"
860
861 \end_inset
862
863 .
864  Más información sobre ubicación de leyendas en la sección
865 \begin_inset space ~
866 \end_inset
867
868
869 \begin_inset CommandInset ref
870 LatexCommand ref
871 reference "sec:Colocación-de-leyendas"
872
873 \end_inset
874
875 .
876 \end_layout
877
878 \begin_layout Standard
879 \begin_inset Float figure
880 wide false
881 sideways false
882 status open
883
884 \begin_layout Plain Layout
885 \align center
886 \begin_inset Graphics
887         filename ../clipart/platypus.eps
888         width 50col%
889         rotateOrigin center
890
891 \end_inset
892
893
894 \end_layout
895
896 \begin_layout Plain Layout
897 \begin_inset Caption
898
899 \begin_layout Plain Layout
900 \begin_inset CommandInset label
901 LatexCommand label
902 name "fig:kill-plat"
903
904 \end_inset
905
906 Un platypus muy distorsionado en un flotante.
907 \end_layout
908
909 \end_inset
910
911
912 \end_layout
913
914 \end_inset
915
916
917 \end_layout
918
919 \begin_layout Standard
920 \begin_inset Float figure
921 wide false
922 sideways false
923 status open
924
925 \begin_layout Plain Layout
926 \begin_inset Caption
927
928 \begin_layout Plain Layout
929 \begin_inset CommandInset label
930 LatexCommand label
931 name "fig:escher"
932
933 \end_inset
934
935 M.C.
936  Escher en ácido.
937 \end_layout
938
939 \end_inset
940
941
942 \end_layout
943
944 \begin_layout Plain Layout
945 \align center
946 \begin_inset Graphics
947         filename ../clipart/escher-lsd.eps
948         scale 80
949         rotateOrigin center
950
951 \end_inset
952
953
954 \end_layout
955
956 \end_inset
957
958
959 \end_layout
960
961 \begin_layout Standard
962 \begin_inset Index
963 status collapsed
964
965 \begin_layout Plain Layout
966 Referencias ! a figuras
967 \end_layout
968
969 \end_inset
970
971 Las figuras
972 \begin_inset space ~
973 \end_inset
974
975
976 \begin_inset CommandInset ref
977 LatexCommand ref
978 reference "fig:kill-plat"
979
980 \end_inset
981
982  y 
983 \begin_inset CommandInset ref
984 LatexCommand ref
985 reference "fig:escher"
986
987 \end_inset
988
989  son ejemplos de figuras con referencias cruzadas.
990  Las figuras pueden tener referencias cruzadas en el documento mediante
991  referencia a su etiqueta.
992  Para hacerlo inserta una etiqueta en la leyenda usando el menú 
993 \family sans
994 Insertar\SpecialChar \menuseparator
995 Etiqueta
996 \family default
997  o el botón 
998 \begin_inset Graphics
999         filename ../../images/label-insert.png
1000         scale 85
1001
1002 \end_inset
1003
1004 .
1005  Ahora puedes referirte a la etiqueta usando el menú 
1006 \family sans
1007 Insertar\SpecialChar \menuseparator
1008 Referencia
1009 \begin_inset space ~
1010 \end_inset
1011
1012 cruzada
1013 \family default
1014  o el botón 
1015 \begin_inset Graphics
1016         filename ../../images/dialog-show-new-inset_ref.png
1017         scale 85
1018
1019 \end_inset
1020
1021 .
1022  Es importante emplear referencias a flotantes, mejor que alusiones vagas
1023  como «la figura de arriba», porque como LaTeX recolocará los flotantes
1024  en el documento final, podría no quedar «arriba» precisamente.
1025 \begin_inset Newline newline
1026 \end_inset
1027
1028 Las referencias se explican con detalle en la sección
1029 \begin_inset space ~
1030 \end_inset
1031
1032
1033 \begin_inset CommandInset ref
1034 LatexCommand ref
1035 reference "sec:Referencias-a-Flotantes"
1036
1037 \end_inset
1038
1039 .
1040 \end_layout
1041
1042 \begin_layout Standard
1043 Normalmente sólo se inserta una imagen en un flotante, pero es posible que
1044  en alguna ocasión queramos poner dos imágenes cada una con su leyenda.
1045  Esto se puede hacer insertando imágenes flotantes dentro de un flotante
1046  existente.
1047  La figura
1048 \begin_inset space ~
1049 \end_inset
1050
1051
1052 \begin_inset CommandInset ref
1053 LatexCommand ref
1054 reference "fig:Dos-imágenes-distorsionadas"
1055
1056 \end_inset
1057
1058  es un ejemplo de figura flotante con dos imágenes adosadas.
1059  También se pueden poner una sobre otra.
1060  Las subfiguras son
1061 \begin_inset space ~
1062 \end_inset
1063
1064
1065 \begin_inset CommandInset ref
1066 LatexCommand ref
1067 reference "fig:Estructura-indefinible"
1068
1069 \end_inset
1070
1071  y
1072 \begin_inset space ~
1073 \end_inset
1074
1075
1076 \begin_inset CommandInset ref
1077 LatexCommand ref
1078 reference "fig:Platypus"
1079
1080 \end_inset
1081
1082 .
1083 \end_layout
1084
1085 \begin_layout Standard
1086 \begin_inset Float figure
1087 wide false
1088 sideways false
1089 status open
1090
1091 \begin_layout Plain Layout
1092 \begin_inset space \hfill{}
1093 \end_inset
1094
1095
1096 \begin_inset Float figure
1097 wide false
1098 sideways false
1099 status open
1100
1101 \begin_layout Plain Layout
1102 \begin_inset Caption
1103
1104 \begin_layout Plain Layout
1105 \begin_inset CommandInset label
1106 LatexCommand label
1107 name "fig:Estructura-indefinible"
1108
1109 \end_inset
1110
1111 Estructura indefinible
1112 \end_layout
1113
1114 \end_inset
1115
1116
1117 \end_layout
1118
1119 \begin_layout Plain Layout
1120 \begin_inset Graphics
1121         filename ../clipart/escher-lsd.eps
1122         width 45col%
1123         groupId distorsionadas
1124
1125 \end_inset
1126
1127
1128 \end_layout
1129
1130 \end_inset
1131
1132
1133 \begin_inset space \hfill{}
1134 \end_inset
1135
1136
1137 \begin_inset Float figure
1138 wide false
1139 sideways false
1140 status open
1141
1142 \begin_layout Plain Layout
1143 \begin_inset Caption
1144
1145 \begin_layout Plain Layout
1146 \begin_inset CommandInset label
1147 LatexCommand label
1148 name "fig:Platypus"
1149
1150 \end_inset
1151
1152 Platypus
1153 \end_layout
1154
1155 \end_inset
1156
1157
1158 \end_layout
1159
1160 \begin_layout Plain Layout
1161 \begin_inset Graphics
1162         filename ../clipart/platypus.eps
1163         width 45col%
1164         groupId distorsionadas
1165
1166 \end_inset
1167
1168
1169 \end_layout
1170
1171 \end_inset
1172
1173
1174 \begin_inset space \hfill{}
1175 \end_inset
1176
1177
1178 \end_layout
1179
1180 \begin_layout Plain Layout
1181 \begin_inset Caption
1182
1183 \begin_layout Plain Layout
1184 \begin_inset CommandInset label
1185 LatexCommand label
1186 name "fig:Dos-imágenes-distorsionadas"
1187
1188 \end_inset
1189
1190 Dos imágenes distorsionadas.
1191  Ambas están en el grupo llamado «distorsionadas».
1192 \end_layout
1193
1194 \end_inset
1195
1196
1197 \end_layout
1198
1199 \end_inset
1200
1201
1202 \begin_inset Newpage newpage
1203 \end_inset
1204
1205
1206 \end_layout
1207
1208 \begin_layout Section
1209 Formatos de imagen
1210 \begin_inset CommandInset label
1211 LatexCommand label
1212 name "sec:Formatos-de-imagen"
1213
1214 \end_inset
1215
1216
1217 \begin_inset Index
1218 status collapsed
1219
1220 \begin_layout Plain Layout
1221 Formatos de imagen
1222 \end_layout
1223
1224 \end_inset
1225
1226
1227 \begin_inset Index
1228 status collapsed
1229
1230 \begin_layout Plain Layout
1231 Figuras ! Formatos de imagen
1232 \end_layout
1233
1234 \end_inset
1235
1236
1237 \end_layout
1238
1239 \begin_layout Standard
1240 Puedes insertar imágenes en cualquier formato.
1241  Pero como se explica en el apéndice
1242 \begin_inset space ~
1243 \end_inset
1244
1245
1246 \begin_inset CommandInset ref
1247 LatexCommand ref
1248 reference "cha:Formatos-de-Archivos-de-Salida"
1249
1250 \end_inset
1251
1252 , cada formato de archivo del documento de salida permite sólo ciertos formatos
1253  de archivo de imagen.
1254  Por eso LyX usa el programa 
1255 \family sans
1256 Imagemagick
1257 \family default
1258  en segundo plano para convertir imágenes al formato adecuado.
1259  Para aumentar el rendimiento evitando estas conversiones, puedes usar sólo
1260  los formatos de imagen admitidos en el formato de archivo de salida.
1261  Los formatos de salida se explican en el apéndice
1262 \begin_inset space ~
1263 \end_inset
1264
1265
1266 \begin_inset CommandInset ref
1267 LatexCommand ref
1268 reference "cha:Formatos-de-Archivos-de-Salida"
1269
1270 \end_inset
1271
1272 .
1273 \end_layout
1274
1275 \begin_layout Standard
1276 Como en el caso de las fuentes, hay dos tipos de formatos de imagen:
1277 \end_layout
1278
1279 \begin_layout Description
1280 Imágenes
1281 \begin_inset space ~
1282 \end_inset
1283
1284 mapa
1285 \begin_inset space ~
1286 \end_inset
1287
1288 de
1289 \begin_inset space ~
1290 \end_inset
1291
1292 bits
1293 \begin_inset space ~
1294 \end_inset
1295
1296 (Bitmap) formadas por mapas de puntos (píxeles), generalmente comprimidos.
1297  Por tanto no son totalmente escalables y se ven pixeladas a valores altos
1298  de zoom.
1299  Formatos de imágenes en bitmap bien conocidos son «Graphics Interchange
1300  Format» (GIF, extensión «.gif»)
1301 \begin_inset Index
1302 status collapsed
1303
1304 \begin_layout Plain Layout
1305 GIF|see
1306 \begin_inset ERT
1307 status collapsed
1308
1309 \begin_layout Plain Layout
1310
1311 {
1312 \end_layout
1313
1314 \end_inset
1315
1316 Formatos de imagen
1317 \begin_inset ERT
1318 status collapsed
1319
1320 \begin_layout Plain Layout
1321
1322 }
1323 \end_layout
1324
1325 \end_inset
1326
1327
1328 \end_layout
1329
1330 \end_inset
1331
1332 , «Portable Network Graphics» (PNG, extensión «.png»)
1333 \begin_inset Index
1334 status collapsed
1335
1336 \begin_layout Plain Layout
1337 PNG|see
1338 \begin_inset ERT
1339 status collapsed
1340
1341 \begin_layout Plain Layout
1342
1343 {
1344 \end_layout
1345
1346 \end_inset
1347
1348 Formatos de imagen
1349 \begin_inset ERT
1350 status collapsed
1351
1352 \begin_layout Plain Layout
1353
1354 }
1355 \end_layout
1356
1357 \end_inset
1358
1359
1360 \end_layout
1361
1362 \end_inset
1363
1364 , y «Joint Photographic Experts Group» (JPG, extensión «.jpg» o «.jpeg»)
1365 \begin_inset Index
1366 status collapsed
1367
1368 \begin_layout Plain Layout
1369 JPG|see
1370 \begin_inset ERT
1371 status collapsed
1372
1373 \begin_layout Plain Layout
1374
1375 {
1376 \end_layout
1377
1378 \end_inset
1379
1380 Formatos de imagen
1381 \begin_inset ERT
1382 status collapsed
1383
1384 \begin_layout Plain Layout
1385
1386 }
1387 \end_layout
1388
1389 \end_inset
1390
1391
1392 \end_layout
1393
1394 \end_inset
1395
1396 .
1397 \end_layout
1398
1399 \begin_layout Description
1400 Imágenes
1401 \begin_inset space ~
1402 \end_inset
1403
1404 vectoriales se generan mediante una descripción de una serie de trazos (vectores
1405 ) y por tanto pueden escalarse a cualquier tamaño sin pérdidas.
1406  La posibilidad de escalado hace falta para crear presentaciones, porque
1407  éstas siempre son escaladas por el proyector.
1408  El escalado también es útil en los documentos en línea para permitir el
1409  zoom en diagramas.
1410 \begin_inset Newline newline
1411 \end_inset
1412
1413 Formatos de imagen escalables pueden ser «Scalable Vector Graphics» (SVG,
1414  extensión «.svg»)
1415 \begin_inset Index
1416 status collapsed
1417
1418 \begin_layout Plain Layout
1419 SVG|see
1420 \begin_inset ERT
1421 status collapsed
1422
1423 \begin_layout Plain Layout
1424
1425 {
1426 \end_layout
1427
1428 \end_inset
1429
1430 Formatos de imagen
1431 \begin_inset ERT
1432 status collapsed
1433
1434 \begin_layout Plain Layout
1435
1436 }
1437 \end_layout
1438
1439 \end_inset
1440
1441
1442 \end_layout
1443
1444 \end_inset
1445
1446 , «Encapsulated PostScript» (EPS, extensión «.eps»)
1447 \begin_inset Index
1448 status collapsed
1449
1450 \begin_layout Plain Layout
1451 EPS|see
1452 \begin_inset ERT
1453 status collapsed
1454
1455 \begin_layout Plain Layout
1456
1457 {
1458 \end_layout
1459
1460 \end_inset
1461
1462 Formatos de imagen
1463 \begin_inset ERT
1464 status collapsed
1465
1466 \begin_layout Plain Layout
1467
1468 }
1469 \end_layout
1470
1471 \end_inset
1472
1473
1474 \end_layout
1475
1476 \end_inset
1477
1478 , «Portable Document Format» (PDF, extensión «.pdf»)
1479 \begin_inset Index
1480 status collapsed
1481
1482 \begin_layout Plain Layout
1483 PDF|see
1484 \begin_inset ERT
1485 status collapsed
1486
1487 \begin_layout Plain Layout
1488
1489 {
1490 \end_layout
1491
1492 \end_inset
1493
1494 Formatos de imagen
1495 \begin_inset ERT
1496 status collapsed
1497
1498 \begin_layout Plain Layout
1499
1500 }
1501 \end_layout
1502
1503 \end_inset
1504
1505
1506 \end_layout
1507
1508 \end_inset
1509
1510 , y «Windows Metafile» (WMF, extensión «.wmf»)
1511 \begin_inset Index
1512 status collapsed
1513
1514 \begin_layout Plain Layout
1515 WMF|see
1516 \begin_inset ERT
1517 status collapsed
1518
1519 \begin_layout Plain Layout
1520
1521 {
1522 \end_layout
1523
1524 \end_inset
1525
1526 Formatos de imagen
1527 \begin_inset ERT
1528 status collapsed
1529
1530 \begin_layout Plain Layout
1531
1532 }
1533 \end_layout
1534
1535 \end_inset
1536
1537
1538 \end_layout
1539
1540 \end_inset
1541
1542 .
1543  Escribimos «pueden ser» porque se puede convertir cualquier imagen bitmap
1544  a PDF o EPS y el resultado será todavía una imagen bitmap.
1545  En estos casos sólo se añade una cabecera con las propiedades de la imagen
1546  a la imagen original.
1547 \begin_inset Foot
1548 status collapsed
1549
1550 \begin_layout Plain Layout
1551 En el caso de PDF, además se comprime la imagen original.
1552 \end_layout
1553
1554 \end_inset
1555
1556  Por ejemplo, los archivos PDF generados por 
1557 \family sans
1558 Adobe Photoshop
1559 \family default
1560  son imágenes bitmap.
1561 \end_layout
1562
1563 \begin_layout Standard
1564 Normalmente no es posible convertir una imagen bitmap a escalable pero sí
1565  al contrario.
1566  Sólo los formatos de imagen PDF y EPS pueden empotrarse directamente en
1567  archivos de salida PDF y PostScript, respectivamente.
1568  Las imágenes SVG y WMF son recalculadas a bitmaps cuando se genera el archivo
1569  de salida porque actualmente no hay convertidores adecuados WMF/SVG 
1570 \begin_inset Formula $\to$
1571 \end_inset
1572
1573  PDF/EPS.
1574 \end_layout
1575
1576 \begin_layout Chapter
1577 Tablas
1578 \begin_inset Index
1579 status collapsed
1580
1581 \begin_layout Plain Layout
1582 Tablas
1583 \end_layout
1584
1585 \end_inset
1586
1587
1588 \end_layout
1589
1590 \begin_layout Section
1591 Introducción
1592 \begin_inset Index
1593 status collapsed
1594
1595 \begin_layout Plain Layout
1596 Tablas ! Introducción
1597 \end_layout
1598
1599 \end_inset
1600
1601
1602 \end_layout
1603
1604 \begin_layout Standard
1605 Puede insertarse una tabla mediante el botón 
1606 \begin_inset Graphics
1607         filename ../../images/tabular-insert.png
1608         scale 85
1609
1610 \end_inset
1611
1612  o el menú 
1613 \family sans
1614 Insertar\SpecialChar \menuseparator
1615 Tabla
1616 \family default
1617 .
1618  El botón ofrece una selección gráfica: moviendo el puntero se puede definir
1619  el número de filas y de columnas de la tabla.
1620  Si usas el menú aparece un diálogo en el que se pide el número de filas
1621  y columnas.
1622  
1623 \begin_inset Newline newline
1624 \end_inset
1625
1626 Por omisión, la tabla tiene líneas que enmarcan cada celda y la primera
1627  fila aparece separada por una línea doble: la línea inferior de la primera
1628  fila y la línea superior de la segunda fila.
1629  Ejemplo de tabla:
1630 \end_layout
1631
1632 \begin_layout Standard
1633 \align center
1634 \begin_inset Tabular
1635 <lyxtabular version="3" rows="4" columns="4">
1636 <features>
1637 <column alignment="center" valignment="top" width="0">
1638 <column alignment="center" valignment="top" width="0pt">
1639 <column alignment="center" valignment="top" width="0in">
1640 <column alignment="center" valignment="top" width="0pt">
1641 <row>
1642 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
1643 \begin_inset Text
1644
1645 \begin_layout Plain Layout
1646
1647 \end_layout
1648
1649 \end_inset
1650 </cell>
1651 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
1652 \begin_inset Text
1653
1654 \begin_layout Plain Layout
1655
1656 \family roman
1657 \series medium
1658 \shape up
1659 \size normal
1660 \emph off
1661 \bar no
1662 \noun off
1663 \color none
1664 1
1665 \end_layout
1666
1667 \end_inset
1668 </cell>
1669 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
1670 \begin_inset Text
1671
1672 \begin_layout Plain Layout
1673 2
1674 \end_layout
1675
1676 \end_inset
1677 </cell>
1678 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
1679 \begin_inset Text
1680
1681 \begin_layout Plain Layout
1682 3
1683 \end_layout
1684
1685 \end_inset
1686 </cell>
1687 </row>
1688 <row>
1689 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1690 \begin_inset Text
1691
1692 \begin_layout Plain Layout
1693
1694 \family roman
1695 \series medium
1696 \shape up
1697 \size normal
1698 \emph off
1699 \bar no
1700 \noun off
1701 \color none
1702 A
1703 \end_layout
1704
1705 \end_inset
1706 </cell>
1707 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1708 \begin_inset Text
1709
1710 \begin_layout Plain Layout
1711
1712 \end_layout
1713
1714 \end_inset
1715 </cell>
1716 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1717 \begin_inset Text
1718
1719 \begin_layout Plain Layout
1720
1721 \end_layout
1722
1723 \end_inset
1724 </cell>
1725 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
1726 \begin_inset Text
1727
1728 \begin_layout Plain Layout
1729
1730 \end_layout
1731
1732 \end_inset
1733 </cell>
1734 </row>
1735 <row>
1736 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1737 \begin_inset Text
1738
1739 \begin_layout Plain Layout
1740
1741 \family roman
1742 \series medium
1743 \shape up
1744 \size normal
1745 \emph off
1746 \bar no
1747 \noun off
1748 \color none
1749 B
1750 \end_layout
1751
1752 \end_inset
1753 </cell>
1754 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1755 \begin_inset Text
1756
1757 \begin_layout Plain Layout
1758
1759 \end_layout
1760
1761 \end_inset
1762 </cell>
1763 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1764 \begin_inset Text
1765
1766 \begin_layout Plain Layout
1767
1768 \size normal
1769 \noun off
1770 \color none
1771  
1772 \end_layout
1773
1774 \end_inset
1775 </cell>
1776 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
1777 \begin_inset Text
1778
1779 \begin_layout Plain Layout
1780
1781 \end_layout
1782
1783 \end_inset
1784 </cell>
1785 </row>
1786 <row>
1787 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
1788 \begin_inset Text
1789
1790 \begin_layout Plain Layout
1791
1792 \family roman
1793 \series medium
1794 \shape up
1795 \size normal
1796 \emph off
1797 \bar no
1798 \noun off
1799 \color none
1800 C
1801 \end_layout
1802
1803 \end_inset
1804 </cell>
1805 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
1806 \begin_inset Text
1807
1808 \begin_layout Plain Layout
1809
1810 \end_layout
1811
1812 \end_inset
1813 </cell>
1814 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
1815 \begin_inset Text
1816
1817 \begin_layout Plain Layout
1818
1819 \end_layout
1820
1821 \end_inset
1822 </cell>
1823 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
1824 \begin_inset Text
1825
1826 \begin_layout Plain Layout
1827
1828 \end_layout
1829
1830 \end_inset
1831 </cell>
1832 </row>
1833 </lyxtabular>
1834
1835 \end_inset
1836
1837
1838 \end_layout
1839
1840 \begin_layout Section
1841 Diálogo de tablas
1842 \begin_inset Index
1843 status collapsed
1844
1845 \begin_layout Plain Layout
1846 Tablas ! Diálogo
1847 \end_layout
1848
1849 \end_inset
1850
1851
1852 \end_layout
1853
1854 \begin_layout Standard
1855 Una tabla se puede cambiar mediante el cuadro de diálogo que aparece al
1856  pinchar sobre ella con el botón derecho del ratón.
1857  Se pueden ajustar los parámetros de la celda y fila/columna en la que se
1858  encuentra el cursor.
1859  La mayoría de opciones también trabajan sobre una selección de celdas,
1860  de filas o de columnas.
1861  Observa que hay que diferenciar entre seleccionar una celda o seleccionar
1862  su 
1863 \emph on
1864 contenido
1865 \emph default
1866 .
1867  En el cuadro de diálogo aparecen las siguientes solapas:
1868 \end_layout
1869
1870 \begin_layout Description
1871
1872 \family sans
1873 Configuración
1874 \begin_inset space ~
1875 \end_inset
1876
1877 de
1878 \begin_inset space ~
1879 \end_inset
1880
1881 la
1882 \begin_inset space ~
1883 \end_inset
1884
1885 tabla
1886 \family default
1887  Aquí puedes establecer la alineación horizontal y la anchura de la columna
1888  actual.
1889  Una vez puesta la anchura puedes ajustar también el alineamiento vertical.
1890  Una anchura determinada permite tener saltos de línea y distintos párrafos
1891  de texto, véase sección 
1892 \begin_inset space ~
1893 \end_inset
1894
1895
1896 \begin_inset CommandInset ref
1897 LatexCommand ref
1898 reference "sub:Líneas-Múltiples-en"
1899
1900 \end_inset
1901
1902 .
1903  Si no estableces anchura, la columna será tan ancha como el contenido de
1904  la celda más ancha.
1905 \begin_inset Newline newline
1906 \end_inset
1907
1908 Además, puedes marcar una o más celdas de una fila como una celda multicolumna,
1909  véase sección
1910 \begin_inset space ~
1911 \end_inset
1912
1913
1914 \begin_inset CommandInset ref
1915 LatexCommand ref
1916 reference "sub:Multicolumnas"
1917
1918 \end_inset
1919
1920 .
1921 \begin_inset Newline newline
1922 \end_inset
1923
1924 Las casillas de giro rotan la celda actual, una selección o toda la tabla
1925  90º en el sentido de las agujas del reloj.
1926  La rotación no se ve en LyX, sí en la salida.
1927 \begin_inset Newline newline
1928 \end_inset
1929
1930
1931 \begin_inset Note Greyedout
1932 status open
1933
1934 \begin_layout Plain Layout
1935
1936 \series bold
1937 Nota:
1938 \series default
1939  no todos los visores DVI pueden mostrar rotaciones.
1940 \end_layout
1941
1942 \end_inset
1943
1944
1945 \begin_inset Newline newline
1946 \end_inset
1947
1948 También es posible introducir argumentos LaTeX necesarios para formatos
1949  especiales, véanse las secciones
1950 \begin_inset space ~
1951 \end_inset
1952
1953
1954 \begin_inset CommandInset ref
1955 LatexCommand ref
1956 reference "sub:Cálculos-en-Multicolumnas"
1957
1958 \end_inset
1959
1960  y
1961 \begin_inset space ~
1962 \end_inset
1963
1964
1965 \begin_inset CommandInset ref
1966 LatexCommand ref
1967 reference "sec:Tablas-Coloreadas"
1968
1969 \end_inset
1970
1971 .
1972 \end_layout
1973
1974 \begin_layout Description
1975
1976 \family sans
1977 Bordes
1978 \family default
1979  En esta solapa puedes añadir y quitar bordes para la fila/columna actual.
1980 \end_layout
1981
1982 \begin_layout Description
1983
1984 \family sans
1985 Tabla
1986 \begin_inset space ~
1987 \end_inset
1988
1989 larga
1990 \family default
1991  Para hacer 
1992 \emph on
1993 tablas largas
1994 \emph default
1995  que pueden extenderse por varias páginas.
1996  La sección
1997 \begin_inset space ~
1998 \end_inset
1999
2000
2001 \begin_inset CommandInset ref
2002 LatexCommand ref
2003 reference "sec:Tablas-Largas"
2004
2005 \end_inset
2006
2007  describe su uso en detalle.
2008 \end_layout
2009
2010 \begin_layout Standard
2011 Si la barra de herramientas de tabla está abierta, puedes mover el cursor
2012  con las teclas de flecha de celda en celda y la propiedad de la celda actual
2013  aparecerá inmediatamente en el diálogo.
2014 \end_layout
2015
2016 \begin_layout Section
2017 Barra de herramientas de tabla
2018 \begin_inset Index
2019 status collapsed
2020
2021 \begin_layout Plain Layout
2022 Tablas ! Barra de herramientas
2023 \end_layout
2024
2025 \end_inset
2026
2027
2028 \end_layout
2029
2030 \begin_layout Standard
2031 La barra de herramientas de tabla es una alternativa al cuadro de diálogo
2032  para cambiar las tablas de manera más rápida.
2033  Normalmente debería aparecer en la parte inferior de la ventana principal
2034  de LyX cuando el cursor está dentro de una tabla.
2035  En cualquier momento se puede presentar esta barra pinchando con el botón
2036  derecho del ratón en cualquier punto de la barra principal de menú.
2037 \end_layout
2038
2039 \begin_layout Standard
2040 La barra de herramientas tiene los siguientes iconos:
2041 \end_layout
2042
2043 \begin_layout Labeling
2044 \labelwidthstring 00.00.0000
2045 \begin_inset Graphics
2046         filename ../../images/tabular-feature_append-row.png
2047
2048 \end_inset
2049
2050  añade una fila bajo la celda actual o selección
2051 \end_layout
2052
2053 \begin_layout Labeling
2054 \labelwidthstring 00.00.0000
2055 \begin_inset Graphics
2056         filename ../../images/tabular-feature_append-column.png
2057
2058 \end_inset
2059
2060  añade una columna a la derecha de la celda actual o selección
2061 \end_layout
2062
2063 \begin_layout Labeling
2064 \labelwidthstring 00.00.0000
2065 \begin_inset Graphics
2066         filename ../../images/tabular-feature_delete-row.png
2067
2068 \end_inset
2069
2070  borra la fila actual o selección
2071 \end_layout
2072
2073 \begin_layout Labeling
2074 \labelwidthstring 00.00.0000
2075 \begin_inset Graphics
2076         filename ../../images/tabular-feature_delete-column.png
2077
2078 \end_inset
2079
2080  borra la columna actual o selección
2081 \end_layout
2082
2083 \begin_layout Labeling
2084 \labelwidthstring 00.00.0000
2085 \begin_inset Graphics
2086         filename ../../images/tabular-feature_toggle-line-top.png
2087
2088 \end_inset
2089
2090  añade una línea sobre la celda/fila actual o la selección
2091 \end_layout
2092
2093 \begin_layout Labeling
2094 \labelwidthstring 00.00.0000
2095 \begin_inset Graphics
2096         filename ../../images/tabular-feature_toggle-line-bottom.png
2097
2098 \end_inset
2099
2100  añade una línea bajo la celda/fila actual o la selección
2101 \end_layout
2102
2103 \begin_layout Labeling
2104 \labelwidthstring 00.00.0000
2105 \begin_inset Graphics
2106         filename ../../images/tabular-feature_toggle-line-left.png
2107
2108 \end_inset
2109
2110  añade una línea a la izquierda de la celda/fila actual o la selección
2111 \end_layout
2112
2113 \begin_layout Labeling
2114 \labelwidthstring 00.00.0000
2115 \begin_inset Graphics
2116         filename ../../images/tabular-feature_toggle-line-right.png
2117
2118 \end_inset
2119
2120  añade una línea a la derecha de la celda/fila actual o la selección
2121 \end_layout
2122
2123 \begin_layout Labeling
2124 \labelwidthstring 00.00.0000
2125 \begin_inset Graphics
2126         filename ../../images/tabular-feature_set-all-lines.png
2127
2128 \end_inset
2129
2130  añade líneas alrededor de la celda actual o seleccionadas (si la celda
2131  actual no es multicolumna esto afecta también a la fila y a la columna)
2132 \end_layout
2133
2134 \begin_layout Labeling
2135 \labelwidthstring 00.00.0000
2136 \begin_inset Graphics
2137         filename ../../images/tabular-feature_unset-all-lines.png
2138
2139 \end_inset
2140
2141  borra todas las líneas de la celda o celdas seleccionadas (si la celda
2142  actual no es multicolumna esto afecta también a la fila y a la columna)
2143 \end_layout
2144
2145 \begin_layout Labeling
2146 \labelwidthstring 00.00.0000
2147 \begin_inset Graphics
2148         filename ../../images/tabular-feature_align-left.png
2149
2150 \end_inset
2151
2152  alinea a la izquierda el contenido de la celda/columna
2153 \end_layout
2154
2155 \begin_layout Labeling
2156 \labelwidthstring 00.00.0000
2157 \begin_inset Graphics
2158         filename ../../images/tabular-feature_align-center.png
2159
2160 \end_inset
2161
2162  centra el contenido de la celda/columna horizontalmente
2163 \end_layout
2164
2165 \begin_layout Labeling
2166 \labelwidthstring 00.00.0000
2167 \begin_inset Graphics
2168         filename ../../images/tabular-feature_align-right.png
2169
2170 \end_inset
2171
2172  alinea a la derecha el contenido de la celda/columna
2173 \end_layout
2174
2175 \begin_layout Labeling
2176 \labelwidthstring 00.00.0000
2177 \begin_inset Graphics
2178         filename ../../images/tabular-feature_valign-top.png
2179
2180 \end_inset
2181
2182  alinea arriba el contenido de la celda
2183 \end_layout
2184
2185 \begin_layout Labeling
2186 \labelwidthstring 00.00.0000
2187 \begin_inset Graphics
2188         filename ../../images/tabular-feature_valign-middle.png
2189
2190 \end_inset
2191
2192  centra verticalmente el contenido de la celda
2193 \end_layout
2194
2195 \begin_layout Labeling
2196 \labelwidthstring 00.00.0000
2197 \begin_inset Graphics
2198         filename ../../images/tabular-feature_valign-bottom.png
2199
2200 \end_inset
2201
2202  alinea abajo el contenido de la celda
2203 \end_layout
2204
2205 \begin_layout Labeling
2206 \labelwidthstring 00.00.0000
2207 \begin_inset Graphics
2208         filename ../../images/tabular-feature_set-rotate-cell.png
2209
2210 \end_inset
2211
2212  gira la celda o selección 90° como las agujas de reloj
2213 \end_layout
2214
2215 \begin_layout Labeling
2216 \labelwidthstring 00.00.0000
2217 \begin_inset Graphics
2218         filename ../../images/tabular-feature_set-rotate-tabular.png
2219
2220 \end_inset
2221
2222  gira toda la tabla 90° como agujas del reloj
2223 \end_layout
2224
2225 \begin_layout Labeling
2226 \labelwidthstring 00.00.0000
2227 \begin_inset Graphics
2228         filename ../../images/tabular-feature_multicolumn.png
2229
2230 \end_inset
2231
2232  establece la celda actual o selección como multicolumna
2233 \end_layout
2234
2235 \begin_layout Standard
2236 \begin_inset Note Greyedout
2237 status open
2238
2239 \begin_layout Plain Layout
2240
2241 \series bold
2242 Nota:
2243 \series default
2244  En la salida se emplea la alineación vertical de la primera celda de una
2245  fila para todas las celdas restantes de la fila.
2246 \end_layout
2247
2248 \end_inset
2249
2250
2251 \end_layout
2252
2253 \begin_layout Section
2254 Menú Editar Tabla
2255 \begin_inset Index
2256 status collapsed
2257
2258 \begin_layout Plain Layout
2259 Tablas ! Editar
2260 \end_layout
2261
2262 \end_inset
2263
2264
2265 \end_layout
2266
2267 \begin_layout Standard
2268 Además del diálogo y la barra de herramientas, el menú 
2269 \family sans
2270 Editar\SpecialChar \menuseparator
2271 Tabla
2272 \family default
2273  permite añadir y borrar bordes para la fila/columna actual y establecer
2274  la selección como multicolumna.
2275  El menú sólo está disponible si el cursor está en la tabla.
2276 \end_layout
2277
2278 \begin_layout Section
2279 Tablas flotantes
2280 \begin_inset CommandInset label
2281 LatexCommand label
2282 name "sec:Tablas-Flotantes"
2283
2284 \end_inset
2285
2286
2287 \begin_inset Index
2288 status collapsed
2289
2290 \begin_layout Plain Layout
2291 Flotantes ! Tablas
2292 \end_layout
2293
2294 \end_inset
2295
2296
2297 \begin_inset Index
2298 status collapsed
2299
2300 \begin_layout Plain Layout
2301 Tablas ! Flotantes
2302 \end_layout
2303
2304 \end_inset
2305
2306
2307 \end_layout
2308
2309 \begin_layout Standard
2310 Para una explicación general sobre flotantes, echa un vistazo a la sección
2311 \begin_inset space ~
2312 \end_inset
2313
2314
2315 \begin_inset CommandInset ref
2316 LatexCommand ref
2317 reference "sec:Introducción-Flotantes"
2318
2319 \end_inset
2320
2321 .
2322 \end_layout
2323
2324 \begin_layout Standard
2325 \begin_inset Float table
2326 placement h
2327 wide false
2328 sideways false
2329 status collapsed
2330
2331 \begin_layout Plain Layout
2332 \begin_inset Caption
2333
2334 \begin_layout Plain Layout
2335 \begin_inset CommandInset label
2336 LatexCommand label
2337 name "tab:una tabla flotante"
2338
2339 \end_inset
2340
2341 Una tabla flotante.
2342 \end_layout
2343
2344 \end_inset
2345
2346
2347 \end_layout
2348
2349 \begin_layout Plain Layout
2350 \align center
2351 \begin_inset Tabular
2352 <lyxtabular version="3" rows="3" columns="3">
2353 <features>
2354 <column alignment="center" valignment="top" width="0pt">
2355 <column alignment="center" valignment="top" width="0pt">
2356 <column alignment="center" valignment="top" width="0pt">
2357 <row>
2358 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
2359 \begin_inset Text
2360
2361 \begin_layout Plain Layout
2362
2363 \family roman
2364 \series medium
2365 \shape up
2366 \size normal
2367 \emph off
2368 \bar no
2369 \noun off
2370 \color none
2371 1
2372 \end_layout
2373
2374 \end_inset
2375 </cell>
2376 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
2377 \begin_inset Text
2378
2379 \begin_layout Plain Layout
2380
2381 \family roman
2382 \series medium
2383 \shape up
2384 \size normal
2385 \emph off
2386 \bar no
2387 \noun off
2388 \color none
2389 2
2390 \end_layout
2391
2392 \end_inset
2393 </cell>
2394 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
2395 \begin_inset Text
2396
2397 \begin_layout Plain Layout
2398
2399 \family roman
2400 \series medium
2401 \shape up
2402 \size normal
2403 \emph off
2404 \bar no
2405 \noun off
2406 \color none
2407 3
2408 \end_layout
2409
2410 \end_inset
2411 </cell>
2412 </row>
2413 <row>
2414 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
2415 \begin_inset Text
2416
2417 \begin_layout Plain Layout
2418
2419 \family roman
2420 \series medium
2421 \shape up
2422 \size normal
2423 \emph off
2424 \bar no
2425 \noun off
2426 \color none
2427 Pepe
2428 \end_layout
2429
2430 \end_inset
2431 </cell>
2432 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
2433 \begin_inset Text
2434
2435 \begin_layout Plain Layout
2436
2437 \family roman
2438 \series medium
2439 \shape up
2440 \size normal
2441 \emph off
2442 \bar no
2443 \noun off
2444 \color none
2445 Mari
2446 \end_layout
2447
2448 \end_inset
2449 </cell>
2450 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
2451 \begin_inset Text
2452
2453 \begin_layout Plain Layout
2454
2455 \family roman
2456 \series medium
2457 \shape up
2458 \size normal
2459 \emph off
2460 \bar no
2461 \noun off
2462 \color none
2463 Teo
2464 \end_layout
2465
2466 \end_inset
2467 </cell>
2468 </row>
2469 <row>
2470 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
2471 \begin_inset Text
2472
2473 \begin_layout Plain Layout
2474
2475 \family roman
2476 \series medium
2477 \shape up
2478 \size normal
2479 \emph off
2480 \bar no
2481 \noun off
2482 \color none
2483 \begin_inset Formula $\int x^{2}dx$
2484 \end_inset
2485
2486
2487 \end_layout
2488
2489 \end_inset
2490 </cell>
2491 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
2492 \begin_inset Text
2493
2494 \begin_layout Plain Layout
2495
2496 \family roman
2497 \series medium
2498 \shape up
2499 \size normal
2500 \emph off
2501 \bar no
2502 \noun off
2503 \color none
2504 \begin_inset Formula $\left[\begin{array}{cc}
2505 a & b\\
2506 c & d\end{array}\right]$
2507 \end_inset
2508
2509
2510 \end_layout
2511
2512 \end_inset
2513 </cell>
2514 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
2515 \begin_inset Text
2516
2517 \begin_layout Plain Layout
2518
2519 \family roman
2520 \series medium
2521 \shape up
2522 \size normal
2523 \emph off
2524 \bar no
2525 \noun off
2526 \color none
2527 \begin_inset Formula $1+1=2$
2528 \end_inset
2529
2530
2531 \end_layout
2532
2533 \end_inset
2534 </cell>
2535 </row>
2536 </lyxtabular>
2537
2538 \end_inset
2539
2540
2541 \end_layout
2542
2543 \end_inset
2544
2545
2546 \end_layout
2547
2548 \begin_layout Standard
2549 Las tablas flotantes pueden insertarse con el menú 
2550 \family sans
2551 Insertar\SpecialChar \menuseparator
2552 Flotante\SpecialChar \menuseparator
2553 Tabla
2554 \family default
2555  o con el botón 
2556 \begin_inset Graphics
2557         filename ../../images/float-insert_table.png
2558         scale 85
2559
2560 \end_inset
2561
2562 .
2563 \end_layout
2564
2565 \begin_layout Standard
2566 El flotante se muestra como un cuadro desplegable con la etiqueta «Tabla
2567 \begin_inset space ~
2568 \end_inset
2569
2570 #:» (# es el número actual).
2571  El texto que sigue a dicha etiqueta es la leyenda de la tabla.
2572  Para insertar una tabla en el flotante se sitúa el cursor al final del
2573  texto del encabezado y se pulsa 
2574 \family sans
2575 Retorno
2576 \family default
2577 .
2578  La leyenda se imprime encima de la tabla.
2579 \end_layout
2580
2581 \begin_layout Standard
2582 La tabla
2583 \begin_inset space ~
2584 \end_inset
2585
2586
2587 \begin_inset CommandInset ref
2588 LatexCommand ref
2589 reference "tab:una tabla flotante"
2590
2591 \end_inset
2592
2593  es un ejemplo de tabla flotante.
2594 \end_layout
2595
2596 \begin_layout Standard
2597 Lo habitual es poner la leyenda sobre la tabla, lo que desafortunadamente
2598  no es soportado en las clases estándar de LaTeX.
2599  Esto significa que si estás usando las clases de documento 
2600 \family sans
2601 article
2602 \family default
2603
2604 \family sans
2605 book
2606 \family default
2607
2608 \family sans
2609 letter
2610 \family default
2611  o 
2612 \family sans
2613 report
2614 \family default
2615  no habrá espacio entre la leyenda y la tabla.
2616  Para añadir un espacio entre ellos hay que poner en el preámbulo LaTeX
2617  del documento la siguiente opción al comando del paquete LaTeX 
2618 \series bold
2619 caption
2620 \series default
2621
2622 \begin_inset Index
2623 status collapsed
2624
2625 \begin_layout Plain Layout
2626 LaTeX-paquetes ! caption
2627 \end_layout
2628
2629 \end_inset
2630
2631 :
2632 \begin_inset Foot
2633 status collapsed
2634
2635 \begin_layout Plain Layout
2636 Para más información ve a la sección
2637 \begin_inset space ~
2638 \end_inset
2639
2640
2641 \begin_inset CommandInset ref
2642 LatexCommand ref
2643 reference "sec:Colocación-de-leyendas"
2644
2645 \end_inset
2646
2647 .
2648 \end_layout
2649
2650 \end_inset
2651
2652
2653 \end_layout
2654
2655 \begin_layout Standard
2656
2657 \series bold
2658 tableposition=top
2659 \end_layout
2660
2661 \begin_layout Standard
2662 El formato de la leyenda se puede controlar mediante el paquete de LaTeX
2663  
2664 \series bold
2665 caption
2666 \series default
2667  como se describe en la sección
2668 \begin_inset space ~
2669 \end_inset
2670
2671
2672 \begin_inset CommandInset ref
2673 LatexCommand ref
2674 reference "sec:Formato-de-leyendas"
2675
2676 \end_inset
2677
2678 .
2679  
2680 \end_layout
2681
2682 \begin_layout Standard
2683 \begin_inset Index
2684 status collapsed
2685
2686 \begin_layout Plain Layout
2687 Referencias ! a tablas
2688 \end_layout
2689
2690 \end_inset
2691
2692 Las tablas pueden tener referencias cruzadas en el texto referenciando su
2693  etiqueta.
2694  Para hacerlo inserta una etiqueta en la leyenda con el menú 
2695 \family sans
2696 Insertar\SpecialChar \menuseparator
2697 Etiqueta
2698 \family default
2699  o con el botón 
2700 \begin_inset Graphics
2701         filename ../../images/label-insert.png
2702         scale 85
2703
2704 \end_inset
2705
2706 .
2707  Ahora puedes referenciar la etiqueta con el menú 
2708 \family sans
2709 Insertar\SpecialChar \menuseparator
2710 Referencia
2711 \begin_inset space ~
2712 \end_inset
2713
2714 cruzada
2715 \family default
2716  o con el botón 
2717 \begin_inset Graphics
2718         filename ../../images/dialog-show-new-inset_ref.png
2719         scale 85
2720
2721 \end_inset
2722
2723 .
2724 \begin_inset Newline newline
2725 \end_inset
2726
2727 Las referencias se explican con detalle en la sección
2728 \begin_inset space ~
2729 \end_inset
2730
2731
2732 \begin_inset CommandInset ref
2733 LatexCommand ref
2734 reference "sec:Referencias-a-Flotantes"
2735
2736 \end_inset
2737
2738 .
2739 \end_layout
2740
2741 \begin_layout Section
2742 Tablas largas
2743 \begin_inset CommandInset label
2744 LatexCommand label
2745 name "sec:Tablas-Largas"
2746
2747 \end_inset
2748
2749
2750 \begin_inset Index
2751 status collapsed
2752
2753 \begin_layout Plain Layout
2754 Tablas largas
2755 \end_layout
2756
2757 \end_inset
2758
2759
2760 \begin_inset Index
2761 status collapsed
2762
2763 \begin_layout Plain Layout
2764 Tablas ! Largas|see
2765 \begin_inset ERT
2766 status collapsed
2767
2768 \begin_layout Plain Layout
2769
2770 {
2771 \end_layout
2772
2773 \end_inset
2774
2775 Tablas largas
2776 \begin_inset ERT
2777 status collapsed
2778
2779 \begin_layout Plain Layout
2780
2781 }
2782 \end_layout
2783
2784 \end_inset
2785
2786
2787 \end_layout
2788
2789 \end_inset
2790
2791
2792 \end_layout
2793
2794 \begin_layout Standard
2795 Si la tabla es demasiado larga para una página, puedes usar la opción 
2796 \family sans
2797 Usar
2798 \begin_inset space ~
2799 \end_inset
2800
2801 tabla
2802 \begin_inset space ~
2803 \end_inset
2804
2805 larga
2806 \family default
2807  en la solapa 
2808 \family sans
2809 Tabla
2810 \begin_inset space ~
2811 \end_inset
2812
2813 larga
2814 \family default
2815  del diálogo de tablas, para repartir automáticamente la tabla en varias
2816  páginas.
2817  Al hacerlo se habilitan las siguientes opciones:
2818 \end_layout
2819
2820 \begin_layout Description
2821 Encabezado: La fila actual se define como encabezado que aparecerá en todas
2822  las páginas de la tabla, excepto para la primera página si 
2823 \family sans
2824 Primer
2825 \begin_inset space ~
2826 \end_inset
2827
2828 encabezado
2829 \family default
2830  está definido.
2831  Este se denomina encabezado principal.
2832 \end_layout
2833
2834 \begin_layout Description
2835 Primer
2836 \begin_inset space ~
2837 \end_inset
2838
2839 encabezado: La fila actual se define como encabezado de la primera página
2840  de la tabla.
2841 \end_layout
2842
2843 \begin_layout Description
2844 Pie: La fila actual se define como pie que aparecerá en todas las páginas
2845  de la tabla, excepto para la última página si se define 
2846 \family sans
2847 Último
2848 \begin_inset space ~
2849 \end_inset
2850
2851 pie.
2852 \end_layout
2853
2854 \begin_layout Description
2855 Último
2856 \begin_inset space ~
2857 \end_inset
2858
2859 pie:
2860 \family sans
2861  
2862 \family default
2863 La fila actual se define como pie de la última página de la tabla.
2864 \end_layout
2865
2866 \begin_layout Description
2867 Leyenda: La fila actual contiene la leyenda de la tabla.
2868  La primera fila se reajusta como columna única y se inserta una leyenda.
2869  Más detalles sobre leyendas en tablas largas en la sec.
2870 \begin_inset space \thinspace{}
2871 \end_inset
2872
2873
2874 \begin_inset CommandInset ref
2875 LatexCommand ref
2876 reference "sub:Leyendas-en-Tablas"
2877
2878 \end_inset
2879
2880 .
2881 \end_layout
2882
2883 \begin_layout Standard
2884 También se puede especificar en el diálogo en qué fila se ha de cortar la
2885  tabla.
2886  La siguiente tabla muestra cómo funciona:
2887 \end_layout
2888
2889 \begin_layout Standard
2890
2891 \end_layout
2892
2893 \begin_layout Standard
2894 \align center
2895 \begin_inset Tabular
2896 <lyxtabular version="3" rows="69" columns="3">
2897 <features islongtable="true">
2898 <column alignment="left" valignment="top" width="0cm">
2899 <column alignment="left" valignment="top" width="0pt">
2900 <column alignment="right" valignment="top" width="0pt">
2901 <row endfirsthead="true">
2902 <cell multicolumn="1" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
2903 \begin_inset Text
2904
2905 \begin_layout Plain Layout
2906
2907 \series bold
2908 Ejemplo de lista telefónica (ignore los nombres)
2909 \end_layout
2910
2911 \end_inset
2912 </cell>
2913 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
2914 \begin_inset Text
2915
2916 \begin_layout Plain Layout
2917
2918 \end_layout
2919
2920 \end_inset
2921 </cell>
2922 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
2923 \begin_inset Text
2924
2925 \begin_layout Plain Layout
2926
2927 \end_layout
2928
2929 \end_inset
2930 </cell>
2931 </row>
2932 <row endfirsthead="true">
2933 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
2934 \begin_inset Text
2935
2936 \begin_layout Plain Layout
2937
2938 \series bold
2939 NOMBRE
2940 \end_layout
2941
2942 \end_inset
2943 </cell>
2944 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
2945 \begin_inset Text
2946
2947 \begin_layout Plain Layout
2948
2949 \end_layout
2950
2951 \end_inset
2952 </cell>
2953 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
2954 \begin_inset Text
2955
2956 \begin_layout Plain Layout
2957
2958 \series bold
2959 TEL.
2960 \end_layout
2961
2962 \end_inset
2963 </cell>
2964 </row>
2965 <row endhead="true">
2966 <cell multicolumn="1" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
2967 \begin_inset Text
2968
2969 \begin_layout Plain Layout
2970
2971 \series bold
2972 Ejemplo de lista telefónica
2973 \end_layout
2974
2975 \end_inset
2976 </cell>
2977 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
2978 \begin_inset Text
2979
2980 \begin_layout Plain Layout
2981
2982 \end_layout
2983
2984 \end_inset
2985 </cell>
2986 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
2987 \begin_inset Text
2988
2989 \begin_layout Plain Layout
2990
2991 \end_layout
2992
2993 \end_inset
2994 </cell>
2995 </row>
2996 <row endhead="true">
2997 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
2998 \begin_inset Text
2999
3000 \begin_layout Plain Layout
3001
3002 \series bold
3003 NOMBRE
3004 \end_layout
3005
3006 \end_inset
3007 </cell>
3008 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
3009 \begin_inset Text
3010
3011 \begin_layout Plain Layout
3012
3013 \end_layout
3014
3015 \end_inset
3016 </cell>
3017 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
3018 \begin_inset Text
3019
3020 \begin_layout Plain Layout
3021
3022 \series bold
3023 TEL.
3024 \end_layout
3025
3026 \end_inset
3027 </cell>
3028 </row>
3029 <row endfoot="true">
3030 <cell multicolumn="1" alignment="right" valignment="top" usebox="none">
3031 \begin_inset Text
3032
3033 \begin_layout Plain Layout
3034  continúa en la página siguiente
3035 \end_layout
3036
3037 \end_inset
3038 </cell>
3039 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
3040 \begin_inset Text
3041
3042 \begin_layout Plain Layout
3043
3044 \end_layout
3045
3046 \end_inset
3047 </cell>
3048 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
3049 \begin_inset Text
3050
3051 \begin_layout Plain Layout
3052
3053 \end_layout
3054
3055 \end_inset
3056 </cell>
3057 </row>
3058 <row>
3059 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3060 \begin_inset Text
3061
3062 \begin_layout Plain Layout
3063
3064 \series bold
3065 Annovi
3066 \end_layout
3067
3068 \end_inset
3069 </cell>
3070 <cell alignment="center" valignment="top" usebox="none">
3071 \begin_inset Text
3072
3073 \begin_layout Plain Layout
3074 Silvia
3075 \end_layout
3076
3077 \end_inset
3078 </cell>
3079 <cell alignment="right" valignment="top" leftline="true" rightline="true" usebox="none">
3080 \begin_inset Text
3081
3082 \begin_layout Plain Layout
3083 111
3084 \end_layout
3085
3086 \end_inset
3087 </cell>
3088 </row>
3089 <row>
3090 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3091 \begin_inset Text
3092
3093 \begin_layout Plain Layout
3094
3095 \series bold
3096 Bertoli
3097 \end_layout
3098
3099 \end_inset
3100 </cell>
3101 <cell alignment="center" valignment="top" usebox="none">
3102 \begin_inset Text
3103
3104 \begin_layout Plain Layout
3105 Stefano
3106 \end_layout
3107
3108 \end_inset
3109 </cell>
3110 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3111 \begin_inset Text
3112
3113 \begin_layout Plain Layout
3114 111
3115 \end_layout
3116
3117 \end_inset
3118 </cell>
3119 </row>
3120 <row>
3121 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3122 \begin_inset Text
3123
3124 \begin_layout Plain Layout
3125
3126 \series bold
3127 Bozzi
3128 \end_layout
3129
3130 \end_inset
3131 </cell>
3132 <cell alignment="center" valignment="top" usebox="none">
3133 \begin_inset Text
3134
3135 \begin_layout Plain Layout
3136 Walter
3137 \end_layout
3138
3139 \end_inset
3140 </cell>
3141 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3142 \begin_inset Text
3143
3144 \begin_layout Plain Layout
3145 111
3146 \end_layout
3147
3148 \end_inset
3149 </cell>
3150 </row>
3151 <row>
3152 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3153 \begin_inset Text
3154
3155 \begin_layout Plain Layout
3156
3157 \series bold
3158 Cachia
3159 \end_layout
3160
3161 \end_inset
3162 </cell>
3163 <cell alignment="center" valignment="top" usebox="none">
3164 \begin_inset Text
3165
3166 \begin_layout Plain Layout
3167 Maria
3168 \end_layout
3169
3170 \end_inset
3171 </cell>
3172 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3173 \begin_inset Text
3174
3175 \begin_layout Plain Layout
3176 111
3177 \end_layout
3178
3179 \end_inset
3180 </cell>
3181 </row>
3182 <row>
3183 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3184 \begin_inset Text
3185
3186 \begin_layout Plain Layout
3187
3188 \series bold
3189 Cachia
3190 \end_layout
3191
3192 \end_inset
3193 </cell>
3194 <cell alignment="center" valignment="top" usebox="none">
3195 \begin_inset Text
3196
3197 \begin_layout Plain Layout
3198 Maurizio
3199 \end_layout
3200
3201 \end_inset
3202 </cell>
3203 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3204 \begin_inset Text
3205
3206 \begin_layout Plain Layout
3207 111
3208 \end_layout
3209
3210 \end_inset
3211 </cell>
3212 </row>
3213 <row>
3214 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3215 \begin_inset Text
3216
3217 \begin_layout Plain Layout
3218
3219 \series bold
3220 Cinquemani
3221 \end_layout
3222
3223 \end_inset
3224 </cell>
3225 <cell alignment="center" valignment="top" usebox="none">
3226 \begin_inset Text
3227
3228 \begin_layout Plain Layout
3229 Giusi
3230 \end_layout
3231
3232 \end_inset
3233 </cell>
3234 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3235 \begin_inset Text
3236
3237 \begin_layout Plain Layout
3238 111
3239 \end_layout
3240
3241 \end_inset
3242 </cell>
3243 </row>
3244 <row>
3245 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3246 \begin_inset Text
3247
3248 \begin_layout Plain Layout
3249
3250 \series bold
3251 Colin
3252 \end_layout
3253
3254 \end_inset
3255 </cell>
3256 <cell alignment="center" valignment="top" usebox="none">
3257 \begin_inset Text
3258
3259 \begin_layout Plain Layout
3260 Bernard
3261 \end_layout
3262
3263 \end_inset
3264 </cell>
3265 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3266 \begin_inset Text
3267
3268 \begin_layout Plain Layout
3269 111
3270 \end_layout
3271
3272 \end_inset
3273 </cell>
3274 </row>
3275 <row>
3276 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3277 \begin_inset Text
3278
3279 \begin_layout Plain Layout
3280
3281 \series bold
3282 Concli
3283 \end_layout
3284
3285 \end_inset
3286 </cell>
3287 <cell alignment="center" valignment="top" usebox="none">
3288 \begin_inset Text
3289
3290 \begin_layout Plain Layout
3291 Gianfranco
3292 \end_layout
3293
3294 \end_inset
3295 </cell>
3296 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3297 \begin_inset Text
3298
3299 \begin_layout Plain Layout
3300 111
3301 \end_layout
3302
3303 \end_inset
3304 </cell>
3305 </row>
3306 <row>
3307 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3308 \begin_inset Text
3309
3310 \begin_layout Plain Layout
3311
3312 \series bold
3313 Dal Bosco
3314 \end_layout
3315
3316 \end_inset
3317 </cell>
3318 <cell alignment="center" valignment="top" usebox="none">
3319 \begin_inset Text
3320
3321 \begin_layout Plain Layout
3322 Carolina
3323 \end_layout
3324
3325 \end_inset
3326 </cell>
3327 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3328 \begin_inset Text
3329
3330 \begin_layout Plain Layout
3331 111
3332 \end_layout
3333
3334 \end_inset
3335 </cell>
3336 </row>
3337 <row>
3338 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3339 \begin_inset Text
3340
3341 \begin_layout Plain Layout
3342
3343 \series bold
3344 Dalpiaz
3345 \end_layout
3346
3347 \end_inset
3348 </cell>
3349 <cell alignment="center" valignment="top" usebox="none">
3350 \begin_inset Text
3351
3352 \begin_layout Plain Layout
3353 Annamaria
3354 \end_layout
3355
3356 \end_inset
3357 </cell>
3358 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3359 \begin_inset Text
3360
3361 \begin_layout Plain Layout
3362 111
3363 \end_layout
3364
3365 \end_inset
3366 </cell>
3367 </row>
3368 <row>
3369 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3370 \begin_inset Text
3371
3372 \begin_layout Plain Layout
3373
3374 \series bold
3375 Feliciello
3376 \end_layout
3377
3378 \end_inset
3379 </cell>
3380 <cell alignment="center" valignment="top" usebox="none">
3381 \begin_inset Text
3382
3383 \begin_layout Plain Layout
3384 Domenico
3385 \end_layout
3386
3387 \end_inset
3388 </cell>
3389 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3390 \begin_inset Text
3391
3392 \begin_layout Plain Layout
3393 111
3394 \end_layout
3395
3396 \end_inset
3397 </cell>
3398 </row>
3399 <row>
3400 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3401 \begin_inset Text
3402
3403 \begin_layout Plain Layout
3404
3405 \series bold
3406 Focarelli
3407 \end_layout
3408
3409 \end_inset
3410 </cell>
3411 <cell alignment="center" valignment="top" usebox="none">
3412 \begin_inset Text
3413
3414 \begin_layout Plain Layout
3415 Paola
3416 \end_layout
3417
3418 \end_inset
3419 </cell>
3420 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3421 \begin_inset Text
3422
3423 \begin_layout Plain Layout
3424 111
3425 \end_layout
3426
3427 \end_inset
3428 </cell>
3429 </row>
3430 <row>
3431 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3432 \begin_inset Text
3433
3434 \begin_layout Plain Layout
3435
3436 \series bold
3437 Galletti
3438 \end_layout
3439
3440 \end_inset
3441 </cell>
3442 <cell alignment="center" valignment="top" usebox="none">
3443 \begin_inset Text
3444
3445 \begin_layout Plain Layout
3446 Oreste
3447 \end_layout
3448
3449 \end_inset
3450 </cell>
3451 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3452 \begin_inset Text
3453
3454 \begin_layout Plain Layout
3455 111
3456 \end_layout
3457
3458 \end_inset
3459 </cell>
3460 </row>
3461 <row>
3462 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3463 \begin_inset Text
3464
3465 \begin_layout Plain Layout
3466
3467 \series bold
3468 Gasparini
3469 \end_layout
3470
3471 \end_inset
3472 </cell>
3473 <cell alignment="center" valignment="top" usebox="none">
3474 \begin_inset Text
3475
3476 \begin_layout Plain Layout
3477 Franca
3478 \end_layout
3479
3480 \end_inset
3481 </cell>
3482 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3483 \begin_inset Text
3484
3485 \begin_layout Plain Layout
3486 111
3487 \end_layout
3488
3489 \end_inset
3490 </cell>
3491 </row>
3492 <row>
3493 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3494 \begin_inset Text
3495
3496 \begin_layout Plain Layout
3497
3498 \series bold
3499 Rizzardi
3500 \end_layout
3501
3502 \end_inset
3503 </cell>
3504 <cell alignment="center" valignment="top" usebox="none">
3505 \begin_inset Text
3506
3507 \begin_layout Plain Layout
3508 Paola
3509 \end_layout
3510
3511 \end_inset
3512 </cell>
3513 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3514 \begin_inset Text
3515
3516 \begin_layout Plain Layout
3517 111
3518 \end_layout
3519
3520 \end_inset
3521 </cell>
3522 </row>
3523 <row>
3524 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3525 \begin_inset Text
3526
3527 \begin_layout Plain Layout
3528
3529 \series bold
3530 Lassini
3531 \end_layout
3532
3533 \end_inset
3534 </cell>
3535 <cell alignment="center" valignment="top" usebox="none">
3536 \begin_inset Text
3537
3538 \begin_layout Plain Layout
3539 Giancarlo
3540 \end_layout
3541
3542 \end_inset
3543 </cell>
3544 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3545 \begin_inset Text
3546
3547 \begin_layout Plain Layout
3548 111
3549 \end_layout
3550
3551 \end_inset
3552 </cell>
3553 </row>
3554 <row>
3555 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3556 \begin_inset Text
3557
3558 \begin_layout Plain Layout
3559
3560 \series bold
3561 Malfatti
3562 \end_layout
3563
3564 \end_inset
3565 </cell>
3566 <cell alignment="center" valignment="top" usebox="none">
3567 \begin_inset Text
3568
3569 \begin_layout Plain Layout
3570 Luciano
3571 \end_layout
3572
3573 \end_inset
3574 </cell>
3575 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3576 \begin_inset Text
3577
3578 \begin_layout Plain Layout
3579 111
3580 \end_layout
3581
3582 \end_inset
3583 </cell>
3584 </row>
3585 <row>
3586 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3587 \begin_inset Text
3588
3589 \begin_layout Plain Layout
3590
3591 \series bold
3592 Malfatti
3593 \end_layout
3594
3595 \end_inset
3596 </cell>
3597 <cell alignment="center" valignment="top" usebox="none">
3598 \begin_inset Text
3599
3600 \begin_layout Plain Layout
3601 Valeriano
3602 \end_layout
3603
3604 \end_inset
3605 </cell>
3606 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3607 \begin_inset Text
3608
3609 \begin_layout Plain Layout
3610 111
3611 \end_layout
3612
3613 \end_inset
3614 </cell>
3615 </row>
3616 <row>
3617 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3618 \begin_inset Text
3619
3620 \begin_layout Plain Layout
3621
3622 \series bold
3623 Meneguzzo
3624 \end_layout
3625
3626 \end_inset
3627 </cell>
3628 <cell alignment="center" valignment="top" usebox="none">
3629 \begin_inset Text
3630
3631 \begin_layout Plain Layout
3632 Roberto
3633 \end_layout
3634
3635 \end_inset
3636 </cell>
3637 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3638 \begin_inset Text
3639
3640 \begin_layout Plain Layout
3641 111
3642 \end_layout
3643
3644 \end_inset
3645 </cell>
3646 </row>
3647 <row>
3648 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3649 \begin_inset Text
3650
3651 \begin_layout Plain Layout
3652
3653 \series bold
3654 Mezzadra
3655 \end_layout
3656
3657 \end_inset
3658 </cell>
3659 <cell alignment="center" valignment="top" usebox="none">
3660 \begin_inset Text
3661
3662 \begin_layout Plain Layout
3663 Roberto
3664 \end_layout
3665
3666 \end_inset
3667 </cell>
3668 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3669 \begin_inset Text
3670
3671 \begin_layout Plain Layout
3672 111
3673 \end_layout
3674
3675 \end_inset
3676 </cell>
3677 </row>
3678 <row>
3679 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3680 \begin_inset Text
3681
3682 \begin_layout Plain Layout
3683
3684 \series bold
3685 Pirpamer
3686 \end_layout
3687
3688 \end_inset
3689 </cell>
3690 <cell alignment="center" valignment="top" usebox="none">
3691 \begin_inset Text
3692
3693 \begin_layout Plain Layout
3694 Erich
3695 \end_layout
3696
3697 \end_inset
3698 </cell>
3699 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3700 \begin_inset Text
3701
3702 \begin_layout Plain Layout
3703 111
3704 \end_layout
3705
3706 \end_inset
3707 </cell>
3708 </row>
3709 <row>
3710 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3711 \begin_inset Text
3712
3713 \begin_layout Plain Layout
3714
3715 \series bold
3716 Pochiesa
3717 \end_layout
3718
3719 \end_inset
3720 </cell>
3721 <cell alignment="center" valignment="top" usebox="none">
3722 \begin_inset Text
3723
3724 \begin_layout Plain Layout
3725 Paolo
3726 \end_layout
3727
3728 \end_inset
3729 </cell>
3730 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3731 \begin_inset Text
3732
3733 \begin_layout Plain Layout
3734 111, 222
3735 \end_layout
3736
3737 \end_inset
3738 </cell>
3739 </row>
3740 <row>
3741 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3742 \begin_inset Text
3743
3744 \begin_layout Plain Layout
3745
3746 \series bold
3747 Radina
3748 \end_layout
3749
3750 \end_inset
3751 </cell>
3752 <cell alignment="center" valignment="top" usebox="none">
3753 \begin_inset Text
3754
3755 \begin_layout Plain Layout
3756 Claudio
3757 \end_layout
3758
3759 \end_inset
3760 </cell>
3761 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3762 \begin_inset Text
3763
3764 \begin_layout Plain Layout
3765 111
3766 \end_layout
3767
3768 \end_inset
3769 </cell>
3770 </row>
3771 <row>
3772 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3773 \begin_inset Text
3774
3775 \begin_layout Plain Layout
3776
3777 \series bold
3778 Stuffer
3779 \end_layout
3780
3781 \end_inset
3782 </cell>
3783 <cell alignment="center" valignment="top" usebox="none">
3784 \begin_inset Text
3785
3786 \begin_layout Plain Layout
3787 Oskar
3788 \end_layout
3789
3790 \end_inset
3791 </cell>
3792 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3793 \begin_inset Text
3794
3795 \begin_layout Plain Layout
3796 111
3797 \end_layout
3798
3799 \end_inset
3800 </cell>
3801 </row>
3802 <row>
3803 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3804 \begin_inset Text
3805
3806 \begin_layout Plain Layout
3807
3808 \series bold
3809 Tacchelli
3810 \end_layout
3811
3812 \end_inset
3813 </cell>
3814 <cell alignment="center" valignment="top" usebox="none">
3815 \begin_inset Text
3816
3817 \begin_layout Plain Layout
3818 Ugo
3819 \end_layout
3820
3821 \end_inset
3822 </cell>
3823 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3824 \begin_inset Text
3825
3826 \begin_layout Plain Layout
3827 111
3828 \end_layout
3829
3830 \end_inset
3831 </cell>
3832 </row>
3833 <row>
3834 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3835 \begin_inset Text
3836
3837 \begin_layout Plain Layout
3838
3839 \series bold
3840 Tezzele
3841 \end_layout
3842
3843 \end_inset
3844 </cell>
3845 <cell alignment="center" valignment="top" usebox="none">
3846 \begin_inset Text
3847
3848 \begin_layout Plain Layout
3849 Margit
3850 \end_layout
3851
3852 \end_inset
3853 </cell>
3854 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3855 \begin_inset Text
3856
3857 \begin_layout Plain Layout
3858 111
3859 \end_layout
3860
3861 \end_inset
3862 </cell>
3863 </row>
3864 <row>
3865 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3866 \begin_inset Text
3867
3868 \begin_layout Plain Layout
3869
3870 \series bold
3871 Unterkalmsteiner
3872 \end_layout
3873
3874 \end_inset
3875 </cell>
3876 <cell alignment="center" valignment="top" usebox="none">
3877 \begin_inset Text
3878
3879 \begin_layout Plain Layout
3880 Frieda
3881 \end_layout
3882
3883 \end_inset
3884 </cell>
3885 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3886 \begin_inset Text
3887
3888 \begin_layout Plain Layout
3889 111
3890 \end_layout
3891
3892 \end_inset
3893 </cell>
3894 </row>
3895 <row>
3896 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3897 \begin_inset Text
3898
3899 \begin_layout Plain Layout
3900
3901 \series bold
3902 Vieider
3903 \end_layout
3904
3905 \end_inset
3906 </cell>
3907 <cell alignment="center" valignment="top" usebox="none">
3908 \begin_inset Text
3909
3910 \begin_layout Plain Layout
3911 Hilde
3912 \end_layout
3913
3914 \end_inset
3915 </cell>
3916 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3917 \begin_inset Text
3918
3919 \begin_layout Plain Layout
3920 111
3921 \end_layout
3922
3923 \end_inset
3924 </cell>
3925 </row>
3926 <row>
3927 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3928 \begin_inset Text
3929
3930 \begin_layout Plain Layout
3931
3932 \series bold
3933 Vigna
3934 \end_layout
3935
3936 \end_inset
3937 </cell>
3938 <cell alignment="center" valignment="top" usebox="none">
3939 \begin_inset Text
3940
3941 \begin_layout Plain Layout
3942 Jürgen
3943 \end_layout
3944
3945 \end_inset
3946 </cell>
3947 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3948 \begin_inset Text
3949
3950 \begin_layout Plain Layout
3951 111
3952 \end_layout
3953
3954 \end_inset
3955 </cell>
3956 </row>
3957 <row>
3958 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3959 \begin_inset Text
3960
3961 \begin_layout Plain Layout
3962
3963 \series bold
3964 Weber
3965 \end_layout
3966
3967 \end_inset
3968 </cell>
3969 <cell alignment="center" valignment="top" usebox="none">
3970 \begin_inset Text
3971
3972 \begin_layout Plain Layout
3973 Maurizio
3974 \end_layout
3975
3976 \end_inset
3977 </cell>
3978 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3979 \begin_inset Text
3980
3981 \begin_layout Plain Layout
3982 111
3983 \end_layout
3984
3985 \end_inset
3986 </cell>
3987 </row>
3988 <row>
3989 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
3990 \begin_inset Text
3991
3992 \begin_layout Plain Layout
3993
3994 \series bold
3995 Winkler
3996 \end_layout
3997
3998 \end_inset
3999 </cell>
4000 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
4001 \begin_inset Text
4002
4003 \begin_layout Plain Layout
4004 Franz
4005 \end_layout
4006
4007 \end_inset
4008 </cell>
4009 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
4010 \begin_inset Text
4011
4012 \begin_layout Plain Layout
4013 111
4014 \end_layout
4015
4016 \end_inset
4017 </cell>
4018 </row>
4019 <row>
4020 <cell multicolumn="1" alignment="left" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
4021 \begin_inset Text
4022
4023 \begin_layout Plain Layout
4024  
4025 \end_layout
4026
4027 \end_inset
4028 </cell>
4029 <cell multicolumn="2" alignment="center" valignment="top" topline="true" usebox="none">
4030 \begin_inset Text
4031
4032 \begin_layout Plain Layout
4033
4034 \end_layout
4035
4036 \end_inset
4037 </cell>
4038 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
4039 \begin_inset Text
4040
4041 \begin_layout Plain Layout
4042
4043 \end_layout
4044
4045 \end_inset
4046 </cell>
4047 </row>
4048 <row>
4049 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4050 \begin_inset Text
4051
4052 \begin_layout Plain Layout
4053
4054 \series bold
4055 Annovi
4056 \end_layout
4057
4058 \end_inset
4059 </cell>
4060 <cell alignment="center" valignment="top" usebox="none">
4061 \begin_inset Text
4062
4063 \begin_layout Plain Layout
4064 Silvia
4065 \end_layout
4066
4067 \end_inset
4068 </cell>
4069 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4070 \begin_inset Text
4071
4072 \begin_layout Plain Layout
4073 555
4074 \end_layout
4075
4076 \end_inset
4077 </cell>
4078 </row>
4079 <row>
4080 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4081 \begin_inset Text
4082
4083 \begin_layout Plain Layout
4084
4085 \series bold
4086 Bertoli
4087 \end_layout
4088
4089 \end_inset
4090 </cell>
4091 <cell alignment="center" valignment="top" usebox="none">
4092 \begin_inset Text
4093
4094 \begin_layout Plain Layout
4095 Stefano
4096 \end_layout
4097
4098 \end_inset
4099 </cell>
4100 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4101 \begin_inset Text
4102
4103 \begin_layout Plain Layout
4104 555
4105 \end_layout
4106
4107 \end_inset
4108 </cell>
4109 </row>
4110 <row>
4111 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4112 \begin_inset Text
4113
4114 \begin_layout Plain Layout
4115
4116 \series bold
4117 Bozzi
4118 \end_layout
4119
4120 \end_inset
4121 </cell>
4122 <cell alignment="center" valignment="top" usebox="none">
4123 \begin_inset Text
4124
4125 \begin_layout Plain Layout
4126 Walter
4127 \end_layout
4128
4129 \end_inset
4130 </cell>
4131 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4132 \begin_inset Text
4133
4134 \begin_layout Plain Layout
4135 555
4136 \end_layout
4137
4138 \end_inset
4139 </cell>
4140 </row>
4141 <row>
4142 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4143 \begin_inset Text
4144
4145 \begin_layout Plain Layout
4146
4147 \series bold
4148 Cachia
4149 \end_layout
4150
4151 \end_inset
4152 </cell>
4153 <cell alignment="center" valignment="top" usebox="none">
4154 \begin_inset Text
4155
4156 \begin_layout Plain Layout
4157 Maria
4158 \end_layout
4159
4160 \end_inset
4161 </cell>
4162 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4163 \begin_inset Text
4164
4165 \begin_layout Plain Layout
4166 555
4167 \end_layout
4168
4169 \end_inset
4170 </cell>
4171 </row>
4172 <row>
4173 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4174 \begin_inset Text
4175
4176 \begin_layout Plain Layout
4177
4178 \series bold
4179 Cachia
4180 \end_layout
4181
4182 \end_inset
4183 </cell>
4184 <cell alignment="center" valignment="top" usebox="none">
4185 \begin_inset Text
4186
4187 \begin_layout Plain Layout
4188 Maurizio
4189 \end_layout
4190
4191 \end_inset
4192 </cell>
4193 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4194 \begin_inset Text
4195
4196 \begin_layout Plain Layout
4197 555
4198 \end_layout
4199
4200 \end_inset
4201 </cell>
4202 </row>
4203 <row>
4204 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4205 \begin_inset Text
4206
4207 \begin_layout Plain Layout
4208
4209 \series bold
4210 Cinquemani
4211 \end_layout
4212
4213 \end_inset
4214 </cell>
4215 <cell alignment="center" valignment="top" usebox="none">
4216 \begin_inset Text
4217
4218 \begin_layout Plain Layout
4219 Giusi
4220 \end_layout
4221
4222 \end_inset
4223 </cell>
4224 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4225 \begin_inset Text
4226
4227 \begin_layout Plain Layout
4228 555
4229 \end_layout
4230
4231 \end_inset
4232 </cell>
4233 </row>
4234 <row>
4235 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4236 \begin_inset Text
4237
4238 \begin_layout Plain Layout
4239
4240 \series bold
4241 Colin
4242 \end_layout
4243
4244 \end_inset
4245 </cell>
4246 <cell alignment="center" valignment="top" usebox="none">
4247 \begin_inset Text
4248
4249 \begin_layout Plain Layout
4250 Bernard
4251 \end_layout
4252
4253 \end_inset
4254 </cell>
4255 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4256 \begin_inset Text
4257
4258 \begin_layout Plain Layout
4259 555
4260 \end_layout
4261
4262 \end_inset
4263 </cell>
4264 </row>
4265 <row>
4266 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4267 \begin_inset Text
4268
4269 \begin_layout Plain Layout
4270
4271 \series bold
4272 Concli
4273 \end_layout
4274
4275 \end_inset
4276 </cell>
4277 <cell alignment="center" valignment="top" usebox="none">
4278 \begin_inset Text
4279
4280 \begin_layout Plain Layout
4281 Gianfranco
4282 \end_layout
4283
4284 \end_inset
4285 </cell>
4286 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4287 \begin_inset Text
4288
4289 \begin_layout Plain Layout
4290 555
4291 \end_layout
4292
4293 \end_inset
4294 </cell>
4295 </row>
4296 <row>
4297 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4298 \begin_inset Text
4299
4300 \begin_layout Plain Layout
4301
4302 \series bold
4303 Dal Bosco
4304 \end_layout
4305
4306 \end_inset
4307 </cell>
4308 <cell alignment="center" valignment="top" usebox="none">
4309 \begin_inset Text
4310
4311 \begin_layout Plain Layout
4312 Carolina
4313 \end_layout
4314
4315 \end_inset
4316 </cell>
4317 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4318 \begin_inset Text
4319
4320 \begin_layout Plain Layout
4321 555
4322 \end_layout
4323
4324 \end_inset
4325 </cell>
4326 </row>
4327 <row>
4328 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4329 \begin_inset Text
4330
4331 \begin_layout Plain Layout
4332
4333 \series bold
4334 Dalpiaz
4335 \end_layout
4336
4337 \end_inset
4338 </cell>
4339 <cell alignment="center" valignment="top" usebox="none">
4340 \begin_inset Text
4341
4342 \begin_layout Plain Layout
4343 Annamaria
4344 \end_layout
4345
4346 \end_inset
4347 </cell>
4348 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4349 \begin_inset Text
4350
4351 \begin_layout Plain Layout
4352 555
4353 \end_layout
4354
4355 \end_inset
4356 </cell>
4357 </row>
4358 <row>
4359 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4360 \begin_inset Text
4361
4362 \begin_layout Plain Layout
4363
4364 \series bold
4365 Feliciello
4366 \end_layout
4367
4368 \end_inset
4369 </cell>
4370 <cell alignment="center" valignment="top" usebox="none">
4371 \begin_inset Text
4372
4373 \begin_layout Plain Layout
4374 Domenico
4375 \end_layout
4376
4377 \end_inset
4378 </cell>
4379 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4380 \begin_inset Text
4381
4382 \begin_layout Plain Layout
4383 555
4384 \end_layout
4385
4386 \end_inset
4387 </cell>
4388 </row>
4389 <row>
4390 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4391 \begin_inset Text
4392
4393 \begin_layout Plain Layout
4394
4395 \series bold
4396 Focarelli
4397 \end_layout
4398
4399 \end_inset
4400 </cell>
4401 <cell alignment="center" valignment="top" usebox="none">
4402 \begin_inset Text
4403
4404 \begin_layout Plain Layout
4405 Paola
4406 \end_layout
4407
4408 \end_inset
4409 </cell>
4410 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4411 \begin_inset Text
4412
4413 \begin_layout Plain Layout
4414 555
4415 \end_layout
4416
4417 \end_inset
4418 </cell>
4419 </row>
4420 <row>
4421 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4422 \begin_inset Text
4423
4424 \begin_layout Plain Layout
4425
4426 \series bold
4427 Galletti
4428 \end_layout
4429
4430 \end_inset
4431 </cell>
4432 <cell alignment="center" valignment="top" usebox="none">
4433 \begin_inset Text
4434
4435 \begin_layout Plain Layout
4436 Oreste
4437 \end_layout
4438
4439 \end_inset
4440 </cell>
4441 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4442 \begin_inset Text
4443
4444 \begin_layout Plain Layout
4445 555
4446 \end_layout
4447
4448 \end_inset
4449 </cell>
4450 </row>
4451 <row>
4452 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4453 \begin_inset Text
4454
4455 \begin_layout Plain Layout
4456
4457 \series bold
4458 Gasparini
4459 \end_layout
4460
4461 \end_inset
4462 </cell>
4463 <cell alignment="center" valignment="top" usebox="none">
4464 \begin_inset Text
4465
4466 \begin_layout Plain Layout
4467 Franca
4468 \end_layout
4469
4470 \end_inset
4471 </cell>
4472 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4473 \begin_inset Text
4474
4475 \begin_layout Plain Layout
4476 555
4477 \end_layout
4478
4479 \end_inset
4480 </cell>
4481 </row>
4482 <row>
4483 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4484 \begin_inset Text
4485
4486 \begin_layout Plain Layout
4487
4488 \series bold
4489 Rizzardi
4490 \end_layout
4491
4492 \end_inset
4493 </cell>
4494 <cell alignment="center" valignment="top" usebox="none">
4495 \begin_inset Text
4496
4497 \begin_layout Plain Layout
4498 Paola
4499 \end_layout
4500
4501 \end_inset
4502 </cell>
4503 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4504 \begin_inset Text
4505
4506 \begin_layout Plain Layout
4507 555
4508 \end_layout
4509
4510 \end_inset
4511 </cell>
4512 </row>
4513 <row>
4514 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4515 \begin_inset Text
4516
4517 \begin_layout Plain Layout
4518
4519 \series bold
4520 Lassini
4521 \end_layout
4522
4523 \end_inset
4524 </cell>
4525 <cell alignment="center" valignment="top" usebox="none">
4526 \begin_inset Text
4527
4528 \begin_layout Plain Layout
4529 Giancarlo
4530 \end_layout
4531
4532 \end_inset
4533 </cell>
4534 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4535 \begin_inset Text
4536
4537 \begin_layout Plain Layout
4538 555
4539 \end_layout
4540
4541 \end_inset
4542 </cell>
4543 </row>
4544 <row>
4545 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4546 \begin_inset Text
4547
4548 \begin_layout Plain Layout
4549
4550 \series bold
4551 Malfatti
4552 \end_layout
4553
4554 \end_inset
4555 </cell>
4556 <cell alignment="center" valignment="top" usebox="none">
4557 \begin_inset Text
4558
4559 \begin_layout Plain Layout
4560 Luciano
4561 \end_layout
4562
4563 \end_inset
4564 </cell>
4565 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4566 \begin_inset Text
4567
4568 \begin_layout Plain Layout
4569 555
4570 \end_layout
4571
4572 \end_inset
4573 </cell>
4574 </row>
4575 <row>
4576 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4577 \begin_inset Text
4578
4579 \begin_layout Plain Layout
4580
4581 \series bold
4582 Malfatti
4583 \end_layout
4584
4585 \end_inset
4586 </cell>
4587 <cell alignment="center" valignment="top" usebox="none">
4588 \begin_inset Text
4589
4590 \begin_layout Plain Layout
4591 Valeriano
4592 \end_layout
4593
4594 \end_inset
4595 </cell>
4596 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4597 \begin_inset Text
4598
4599 \begin_layout Plain Layout
4600 555
4601 \end_layout
4602
4603 \end_inset
4604 </cell>
4605 </row>
4606 <row>
4607 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4608 \begin_inset Text
4609
4610 \begin_layout Plain Layout
4611
4612 \series bold
4613 Meneguzzo
4614 \end_layout
4615
4616 \end_inset
4617 </cell>
4618 <cell alignment="center" valignment="top" usebox="none">
4619 \begin_inset Text
4620
4621 \begin_layout Plain Layout
4622 Roberto
4623 \end_layout
4624
4625 \end_inset
4626 </cell>
4627 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4628 \begin_inset Text
4629
4630 \begin_layout Plain Layout
4631 555
4632 \end_layout
4633
4634 \end_inset
4635 </cell>
4636 </row>
4637 <row>
4638 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4639 \begin_inset Text
4640
4641 \begin_layout Plain Layout
4642
4643 \series bold
4644 Mezzadra
4645 \end_layout
4646
4647 \end_inset
4648 </cell>
4649 <cell alignment="center" valignment="top" usebox="none">
4650 \begin_inset Text
4651
4652 \begin_layout Plain Layout
4653 Roberto
4654 \end_layout
4655
4656 \end_inset
4657 </cell>
4658 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4659 \begin_inset Text
4660
4661 \begin_layout Plain Layout
4662 555
4663 \end_layout
4664
4665 \end_inset
4666 </cell>
4667 </row>
4668 <row>
4669 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4670 \begin_inset Text
4671
4672 \begin_layout Plain Layout
4673
4674 \series bold
4675 Pirpamer
4676 \end_layout
4677
4678 \end_inset
4679 </cell>
4680 <cell alignment="center" valignment="top" usebox="none">
4681 \begin_inset Text
4682
4683 \begin_layout Plain Layout
4684 Erich
4685 \end_layout
4686
4687 \end_inset
4688 </cell>
4689 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4690 \begin_inset Text
4691
4692 \begin_layout Plain Layout
4693 555
4694 \end_layout
4695
4696 \end_inset
4697 </cell>
4698 </row>
4699 <row>
4700 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4701 \begin_inset Text
4702
4703 \begin_layout Plain Layout
4704
4705 \series bold
4706 Pochiesa
4707 \end_layout
4708
4709 \end_inset
4710 </cell>
4711 <cell alignment="center" valignment="top" usebox="none">
4712 \begin_inset Text
4713
4714 \begin_layout Plain Layout
4715 Paolo
4716 \end_layout
4717
4718 \end_inset
4719 </cell>
4720 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4721 \begin_inset Text
4722
4723 \begin_layout Plain Layout
4724 555, 222
4725 \end_layout
4726
4727 \end_inset
4728 </cell>
4729 </row>
4730 <row>
4731 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4732 \begin_inset Text
4733
4734 \begin_layout Plain Layout
4735
4736 \series bold
4737 Radina
4738 \end_layout
4739
4740 \end_inset
4741 </cell>
4742 <cell alignment="center" valignment="top" usebox="none">
4743 \begin_inset Text
4744
4745 \begin_layout Plain Layout
4746 Claudio
4747 \end_layout
4748
4749 \end_inset
4750 </cell>
4751 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4752 \begin_inset Text
4753
4754 \begin_layout Plain Layout
4755 555
4756 \end_layout
4757
4758 \end_inset
4759 </cell>
4760 </row>
4761 <row>
4762 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4763 \begin_inset Text
4764
4765 \begin_layout Plain Layout
4766
4767 \series bold
4768 Stuffer
4769 \end_layout
4770
4771 \end_inset
4772 </cell>
4773 <cell alignment="center" valignment="top" usebox="none">
4774 \begin_inset Text
4775
4776 \begin_layout Plain Layout
4777 Oskar
4778 \end_layout
4779
4780 \end_inset
4781 </cell>
4782 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4783 \begin_inset Text
4784
4785 \begin_layout Plain Layout
4786 555
4787 \end_layout
4788
4789 \end_inset
4790 </cell>
4791 </row>
4792 <row>
4793 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4794 \begin_inset Text
4795
4796 \begin_layout Plain Layout
4797
4798 \series bold
4799 Tacchelli
4800 \end_layout
4801
4802 \end_inset
4803 </cell>
4804 <cell alignment="center" valignment="top" usebox="none">
4805 \begin_inset Text
4806
4807 \begin_layout Plain Layout
4808 Ugo
4809 \end_layout
4810
4811 \end_inset
4812 </cell>
4813 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4814 \begin_inset Text
4815
4816 \begin_layout Plain Layout
4817 555
4818 \end_layout
4819
4820 \end_inset
4821 </cell>
4822 </row>
4823 <row>
4824 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4825 \begin_inset Text
4826
4827 \begin_layout Plain Layout
4828
4829 \series bold
4830 Tezzele
4831 \end_layout
4832
4833 \end_inset
4834 </cell>
4835 <cell alignment="center" valignment="top" usebox="none">
4836 \begin_inset Text
4837
4838 \begin_layout Plain Layout
4839 Margit
4840 \end_layout
4841
4842 \end_inset
4843 </cell>
4844 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4845 \begin_inset Text
4846
4847 \begin_layout Plain Layout
4848 555
4849 \end_layout
4850
4851 \end_inset
4852 </cell>
4853 </row>
4854 <row>
4855 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4856 \begin_inset Text
4857
4858 \begin_layout Plain Layout
4859
4860 \series bold
4861 Unterkalmsteiner
4862 \end_layout
4863
4864 \end_inset
4865 </cell>
4866 <cell alignment="center" valignment="top" usebox="none">
4867 \begin_inset Text
4868
4869 \begin_layout Plain Layout
4870 Frieda
4871 \end_layout
4872
4873 \end_inset
4874 </cell>
4875 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4876 \begin_inset Text
4877
4878 \begin_layout Plain Layout
4879 555
4880 \end_layout
4881
4882 \end_inset
4883 </cell>
4884 </row>
4885 <row>
4886 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4887 \begin_inset Text
4888
4889 \begin_layout Plain Layout
4890
4891 \series bold
4892 Vieider
4893 \end_layout
4894
4895 \end_inset
4896 </cell>
4897 <cell alignment="center" valignment="top" usebox="none">
4898 \begin_inset Text
4899
4900 \begin_layout Plain Layout
4901 Hilde
4902 \end_layout
4903
4904 \end_inset
4905 </cell>
4906 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4907 \begin_inset Text
4908
4909 \begin_layout Plain Layout
4910 555
4911 \end_layout
4912
4913 \end_inset
4914 </cell>
4915 </row>
4916 <row>
4917 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4918 \begin_inset Text
4919
4920 \begin_layout Plain Layout
4921
4922 \series bold
4923 Vigna
4924 \end_layout
4925
4926 \end_inset
4927 </cell>
4928 <cell alignment="center" valignment="top" usebox="none">
4929 \begin_inset Text
4930
4931 \begin_layout Plain Layout
4932 Jürgen
4933 \end_layout
4934
4935 \end_inset
4936 </cell>
4937 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4938 \begin_inset Text
4939
4940 \begin_layout Plain Layout
4941 999
4942 \end_layout
4943
4944 \end_inset
4945 </cell>
4946 </row>
4947 <row>
4948 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4949 \begin_inset Text
4950
4951 \begin_layout Plain Layout
4952
4953 \series bold
4954 Weber
4955 \end_layout
4956
4957 \end_inset
4958 </cell>
4959 <cell alignment="center" valignment="top" usebox="none">
4960 \begin_inset Text
4961
4962 \begin_layout Plain Layout
4963 Maurizio
4964 \end_layout
4965
4966 \end_inset
4967 </cell>
4968 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4969 \begin_inset Text
4970
4971 \begin_layout Plain Layout
4972 555
4973 \end_layout
4974
4975 \end_inset
4976 </cell>
4977 </row>
4978 <row>
4979 <cell alignment="left" valignment="top" bottomline="true" leftline="true" usebox="none">
4980 \begin_inset Text
4981
4982 \begin_layout Plain Layout
4983
4984 \series bold
4985 Winkler
4986 \end_layout
4987
4988 \end_inset
4989 </cell>
4990 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
4991 \begin_inset Text
4992
4993 \begin_layout Plain Layout
4994 Franz
4995 \end_layout
4996
4997 \end_inset
4998 </cell>
4999 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
5000 \begin_inset Text
5001
5002 \begin_layout Plain Layout
5003 555
5004 \end_layout
5005
5006 \end_inset
5007 </cell>
5008 </row>
5009 <row endlastfoot="true">
5010 <cell multicolumn="1" alignment="right" valignment="top" usebox="none">
5011 \begin_inset Text
5012
5013 \begin_layout Plain Layout
5014 fin
5015 \end_layout
5016
5017 \end_inset
5018 </cell>
5019 <cell multicolumn="2" alignment="center" valignment="top" topline="true" usebox="none">
5020 \begin_inset Text
5021
5022 \begin_layout Plain Layout
5023
5024 \end_layout
5025
5026 \end_inset
5027 </cell>
5028 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5029 \begin_inset Text
5030
5031 \begin_layout Plain Layout
5032
5033 \end_layout
5034
5035 \end_inset
5036 </cell>
5037 </row>
5038 </lyxtabular>
5039
5040 \end_inset
5041
5042
5043 \begin_inset ERT
5044 status collapsed
5045
5046 \begin_layout Plain Layout
5047
5048
5049 \backslash
5050 addtocounter{table}{-1}
5051 \end_layout
5052
5053 \end_inset
5054
5055
5056 \begin_inset Note Note
5057 status collapsed
5058
5059 \begin_layout Plain Layout
5060 Para comprender el uso de este comando, lee al final de la sección
5061 \begin_inset space ~
5062 \end_inset
5063
5064
5065 \begin_inset CommandInset ref
5066 LatexCommand ref
5067 reference "sub:Leyendas-en-Tablas"
5068
5069 \end_inset
5070
5071  la primera nota resaltada en gris.
5072  
5073 \end_layout
5074
5075 \end_inset
5076
5077
5078 \end_layout
5079
5080 \begin_layout Subsection
5081 Notas al pie en tablas largas
5082 \begin_inset CommandInset label
5083 LatexCommand label
5084 name "sub:Notas-al-pie-en-Tablas-Largas"
5085
5086 \end_inset
5087
5088
5089 \begin_inset Index
5090 status collapsed
5091
5092 \begin_layout Plain Layout
5093 Tablas largas ! Notas al pie
5094 \end_layout
5095
5096 \end_inset
5097
5098
5099 \end_layout
5100
5101 \begin_layout Standard
5102 Se pueden insertar notas al pie en cada celda de una tabla larga.
5103  Las notas se muestran en la parte inferior de la página en la que esté
5104  la celda con la nota.
5105  La tabla
5106 \begin_inset space ~
5107 \end_inset
5108
5109
5110 \begin_inset CommandInset ref
5111 LatexCommand ref
5112 reference "tab:DifLeyendas"
5113
5114 \end_inset
5115
5116  tiene un ejemplo de nota al pie.
5117 \end_layout
5118
5119 \begin_layout Subsection
5120 Alineación de tablas largas
5121 \begin_inset Index
5122 status collapsed
5123
5124 \begin_layout Plain Layout
5125 Tablas largas ! Alineación
5126 \end_layout
5127
5128 \end_inset
5129
5130
5131 \end_layout
5132
5133 \begin_layout Standard
5134 Las tablas largas se centran por omisión.
5135  Al contrario de la alineación de filas y columnas, la alineación de una
5136  tabla no se puede cambiar por ahora en el diálogo de tablas.
5137  Para cambiar la alineación de tablas largas debes cambiar el valor de las
5138  longitudes 
5139 \series bold
5140
5141 \backslash
5142 LTleft
5143 \series default
5144  y 
5145 \series bold
5146
5147 \backslash
5148 LTright 
5149 \series default
5150 insertando la línea siguiente en código TeX antes de la correspondiente
5151  tabla larga:
5152 \end_layout
5153
5154 \begin_layout Standard
5155
5156 \series bold
5157
5158 \backslash
5159 setlength{
5160 \backslash
5161 LTleft}{valor}
5162 \end_layout
5163
5164 \begin_layout Standard
5165 donde el valor puede tener cualquiera de las unidades listadas en el cuadro
5166 \begin_inset space ~
5167 \end_inset
5168
5169
5170 \begin_inset CommandInset ref
5171 LatexCommand ref
5172 reference "tab:Unidades"
5173
5174 \end_inset
5175
5176 .
5177  
5178 \series bold
5179
5180 \backslash
5181 LTlent 
5182 \series default
5183 controla la distancia entre el borde izquierdo de la página y la tabla.
5184  
5185 \series bold
5186
5187 \backslash
5188 LTright 
5189 \series default
5190 la distancia desde el lado derecho.
5191  El valor predeterminado para ambas longitudes es 
5192 \series bold
5193
5194 \backslash
5195 fill
5196 \series default
5197 , que en este caso es lo mismo que un relleno horizontal en LyX.
5198 \end_layout
5199
5200 \begin_layout Standard
5201 La siguiente tabla larga se ha alineado a la izquierda poniendo 
5202 \series bold
5203
5204 \backslash
5205 LTleft
5206 \series default
5207  0 pt.
5208 \begin_inset ERT
5209 status collapsed
5210
5211 \begin_layout Plain Layout
5212
5213
5214 \backslash
5215 setlength{
5216 \backslash
5217 LTleft}{0pt}
5218 \end_layout
5219
5220 \end_inset
5221
5222
5223 \end_layout
5224
5225 \begin_layout Standard
5226 \begin_inset Tabular
5227 <lyxtabular version="3" rows="5" columns="5">
5228 <features islongtable="true">
5229 <column alignment="center" valignment="top" width="0">
5230 <column alignment="center" valignment="top" width="0">
5231 <column alignment="center" valignment="top" width="0">
5232 <column alignment="center" valignment="top" width="0">
5233 <column alignment="center" valignment="top" width="0">
5234 <row>
5235 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5236 \begin_inset Text
5237
5238 \begin_layout Plain Layout
5239 1
5240 \end_layout
5241
5242 \end_inset
5243 </cell>
5244 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5245 \begin_inset Text
5246
5247 \begin_layout Plain Layout
5248 2
5249 \end_layout
5250
5251 \end_inset
5252 </cell>
5253 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5254 \begin_inset Text
5255
5256 \begin_layout Plain Layout
5257 3
5258 \end_layout
5259
5260 \end_inset
5261 </cell>
5262 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5263 \begin_inset Text
5264
5265 \begin_layout Plain Layout
5266 4
5267 \end_layout
5268
5269 \end_inset
5270 </cell>
5271 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5272 \begin_inset Text
5273
5274 \begin_layout Plain Layout
5275 5
5276 \end_layout
5277
5278 \end_inset
5279 </cell>
5280 </row>
5281 <row>
5282 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5283 \begin_inset Text
5284
5285 \begin_layout Plain Layout
5286 asd
5287 \end_layout
5288
5289 \end_inset
5290 </cell>
5291 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5292 \begin_inset Text
5293
5294 \begin_layout Plain Layout
5295 s
5296 \end_layout
5297
5298 \end_inset
5299 </cell>
5300 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5301 \begin_inset Text
5302
5303 \begin_layout Plain Layout
5304 s
5305 \end_layout
5306
5307 \end_inset
5308 </cell>
5309 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5310 \begin_inset Text
5311
5312 \begin_layout Plain Layout
5313 s
5314 \end_layout
5315
5316 \end_inset
5317 </cell>
5318 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5319 \begin_inset Text
5320
5321 \begin_layout Plain Layout
5322 asd
5323 \end_layout
5324
5325 \end_inset
5326 </cell>
5327 </row>
5328 <row>
5329 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5330 \begin_inset Text
5331
5332 \begin_layout Plain Layout
5333 asd
5334 \end_layout
5335
5336 \end_inset
5337 </cell>
5338 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5339 \begin_inset Text
5340
5341 \begin_layout Plain Layout
5342 s
5343 \end_layout
5344
5345 \end_inset
5346 </cell>
5347 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5348 \begin_inset Text
5349
5350 \begin_layout Plain Layout
5351 s
5352 \end_layout
5353
5354 \end_inset
5355 </cell>
5356 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5357 \begin_inset Text
5358
5359 \begin_layout Plain Layout
5360 s
5361 \end_layout
5362
5363 \end_inset
5364 </cell>
5365 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5366 \begin_inset Text
5367
5368 \begin_layout Plain Layout
5369 asd
5370 \end_layout
5371
5372 \end_inset
5373 </cell>
5374 </row>
5375 <row>
5376 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5377 \begin_inset Text
5378
5379 \begin_layout Plain Layout
5380 asd
5381 \end_layout
5382
5383 \end_inset
5384 </cell>
5385 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5386 \begin_inset Text
5387
5388 \begin_layout Plain Layout
5389 s
5390 \end_layout
5391
5392 \end_inset
5393 </cell>
5394 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5395 \begin_inset Text
5396
5397 \begin_layout Plain Layout
5398 s
5399 \end_layout
5400
5401 \end_inset
5402 </cell>
5403 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5404 \begin_inset Text
5405
5406 \begin_layout Plain Layout
5407 s
5408 \end_layout
5409
5410 \end_inset
5411 </cell>
5412 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5413 \begin_inset Text
5414
5415 \begin_layout Plain Layout
5416 asd
5417 \end_layout
5418
5419 \end_inset
5420 </cell>
5421 </row>
5422 <row>
5423 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
5424 \begin_inset Text
5425
5426 \begin_layout Plain Layout
5427 asd
5428 \end_layout
5429
5430 \end_inset
5431 </cell>
5432 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
5433 \begin_inset Text
5434
5435 \begin_layout Plain Layout
5436 asd
5437 \end_layout
5438
5439 \end_inset
5440 </cell>
5441 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
5442 \begin_inset Text
5443
5444 \begin_layout Plain Layout
5445 asd
5446 \end_layout
5447
5448 \end_inset
5449 </cell>
5450 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
5451 \begin_inset Text
5452
5453 \begin_layout Plain Layout
5454 asd
5455 \end_layout
5456
5457 \end_inset
5458 </cell>
5459 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
5460 \begin_inset Text
5461
5462 \begin_layout Plain Layout
5463 asd
5464 \end_layout
5465
5466 \end_inset
5467 </cell>
5468 </row>
5469 </lyxtabular>
5470
5471 \end_inset
5472
5473
5474 \begin_inset ERT
5475 status collapsed
5476
5477 \begin_layout Plain Layout
5478
5479
5480 \backslash
5481 setlength{
5482 \backslash
5483 LTleft}{
5484 \backslash
5485 fill}
5486 \end_layout
5487
5488 \end_inset
5489
5490
5491 \begin_inset ERT
5492 status collapsed
5493
5494 \begin_layout Plain Layout
5495
5496
5497 \backslash
5498 addtocounter{table}{-1}
5499 \end_layout
5500
5501 \end_inset
5502
5503
5504 \begin_inset Note Note
5505 status collapsed
5506
5507 \begin_layout Plain Layout
5508 Para comprender el uso de este comando, lee al final de la sección
5509 \begin_inset space ~
5510 \end_inset
5511
5512
5513 \begin_inset CommandInset ref
5514 LatexCommand ref
5515 reference "sub:Leyendas-en-Tablas"
5516
5517 \end_inset
5518
5519  la primera nota resaltada en gris.
5520  
5521 \end_layout
5522
5523 \end_inset
5524
5525
5526 \end_layout
5527
5528 \begin_layout Subsection
5529 Leyendas en tablas largas
5530 \begin_inset Index
5531 status collapsed
5532
5533 \begin_layout Plain Layout
5534 Tablas largas ! Leyendas
5535 \end_layout
5536
5537 \end_inset
5538
5539
5540 \begin_inset CommandInset label
5541 LatexCommand label
5542 name "sub:Leyendas-en-Tablas"
5543
5544 \end_inset
5545
5546
5547 \end_layout
5548
5549 \begin_layout Standard
5550 Una tabla larga no se puede poner flotante porque los flotantes sólo pueden
5551  estar en una página.
5552  Pero el entorno leyenda de flotantes sí puede usarse para tablas largas
5553  utilizando para una fila de una tabla larga la opción 
5554 \family sans
5555 Leyenda
5556 \family default
5557 , como se explica en la sec.
5558 \begin_inset space \thinspace{}
5559 \end_inset
5560
5561
5562 \begin_inset CommandInset ref
5563 LatexCommand ref
5564 reference "sec:Tablas-Largas"
5565
5566 \end_inset
5567
5568 .
5569 \end_layout
5570
5571 \begin_layout Standard
5572 He aquí una pequeña tabla larga para mostrar cómo funciona:
5573 \end_layout
5574
5575 \begin_layout Standard
5576 \begin_inset Tabular
5577 <lyxtabular version="3" rows="6" columns="5">
5578 <features islongtable="true">
5579 <column alignment="center" valignment="top" width="0">
5580 <column alignment="center" valignment="top" width="0">
5581 <column alignment="center" valignment="top" width="0">
5582 <column alignment="center" valignment="top" width="0">
5583 <column alignment="center" valignment="top" width="0">
5584 <row caption="true">
5585 <cell multicolumn="1" alignment="center" valignment="top" usebox="none">
5586 \begin_inset Text
5587
5588 \begin_layout Plain Layout
5589 \begin_inset Caption
5590
5591 \begin_layout Plain Layout
5592 Tabla larga con leyenda
5593 \begin_inset OptArg
5594 status collapsed
5595
5596 \begin_layout Plain Layout
5597 Tabla larga
5598 \end_layout
5599
5600 \end_inset
5601
5602
5603 \end_layout
5604
5605 \end_inset
5606
5607
5608 \end_layout
5609
5610 \end_inset
5611 </cell>
5612 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" usebox="none">
5613 \begin_inset Text
5614
5615 \begin_layout Plain Layout
5616
5617 \end_layout
5618
5619 \end_inset
5620 </cell>
5621 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" usebox="none">
5622 \begin_inset Text
5623
5624 \begin_layout Plain Layout
5625
5626 \end_layout
5627
5628 \end_inset
5629 </cell>
5630 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" usebox="none">
5631 \begin_inset Text
5632
5633 \begin_layout Plain Layout
5634
5635 \end_layout
5636
5637 \end_inset
5638 </cell>
5639 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
5640 \begin_inset Text
5641
5642 \begin_layout Plain Layout
5643
5644 \end_layout
5645
5646 \end_inset
5647 </cell>
5648 </row>
5649 <row>
5650 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5651 \begin_inset Text
5652
5653 \begin_layout Plain Layout
5654 1
5655 \end_layout
5656
5657 \end_inset
5658 </cell>
5659 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5660 \begin_inset Text
5661
5662 \begin_layout Plain Layout
5663 2
5664 \end_layout
5665
5666 \end_inset
5667 </cell>
5668 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5669 \begin_inset Text
5670
5671 \begin_layout Plain Layout
5672 3
5673 \end_layout
5674
5675 \end_inset
5676 </cell>
5677 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5678 \begin_inset Text
5679
5680 \begin_layout Plain Layout
5681 4
5682 \end_layout
5683
5684 \end_inset
5685 </cell>
5686 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5687 \begin_inset Text
5688
5689 \begin_layout Plain Layout
5690 5
5691 \end_layout
5692
5693 \end_inset
5694 </cell>
5695 </row>
5696 <row>
5697 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5698 \begin_inset Text
5699
5700 \begin_layout Plain Layout
5701 asd
5702 \end_layout
5703
5704 \end_inset
5705 </cell>
5706 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5707 \begin_inset Text
5708
5709 \begin_layout Plain Layout
5710 s
5711 \end_layout
5712
5713 \end_inset
5714 </cell>
5715 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5716 \begin_inset Text
5717
5718 \begin_layout Plain Layout
5719 s
5720 \end_layout
5721
5722 \end_inset
5723 </cell>
5724 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5725 \begin_inset Text
5726
5727 \begin_layout Plain Layout
5728 s
5729 \end_layout
5730
5731 \end_inset
5732 </cell>
5733 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5734 \begin_inset Text
5735
5736 \begin_layout Plain Layout
5737 asd
5738 \end_layout
5739
5740 \end_inset
5741 </cell>
5742 </row>
5743 <row>
5744 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5745 \begin_inset Text
5746
5747 \begin_layout Plain Layout
5748 asd
5749 \end_layout
5750
5751 \end_inset
5752 </cell>
5753 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5754 \begin_inset Text
5755
5756 \begin_layout Plain Layout
5757 s
5758 \end_layout
5759
5760 \end_inset
5761 </cell>
5762 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5763 \begin_inset Text
5764
5765 \begin_layout Plain Layout
5766 s
5767 \end_layout
5768
5769 \end_inset
5770 </cell>
5771 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5772 \begin_inset Text
5773
5774 \begin_layout Plain Layout
5775 s
5776 \end_layout
5777
5778 \end_inset
5779 </cell>
5780 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5781 \begin_inset Text
5782
5783 \begin_layout Plain Layout
5784 asd
5785 \end_layout
5786
5787 \end_inset
5788 </cell>
5789 </row>
5790 <row>
5791 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5792 \begin_inset Text
5793
5794 \begin_layout Plain Layout
5795 asd
5796 \end_layout
5797
5798 \end_inset
5799 </cell>
5800 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5801 \begin_inset Text
5802
5803 \begin_layout Plain Layout
5804 s
5805 \end_layout
5806
5807 \end_inset
5808 </cell>
5809 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5810 \begin_inset Text
5811
5812 \begin_layout Plain Layout
5813 s
5814 \end_layout
5815
5816 \end_inset
5817 </cell>
5818 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5819 \begin_inset Text
5820
5821 \begin_layout Plain Layout
5822 s
5823 \end_layout
5824
5825 \end_inset
5826 </cell>
5827 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5828 \begin_inset Text
5829
5830 \begin_layout Plain Layout
5831 asd
5832 \end_layout
5833
5834 \end_inset
5835 </cell>
5836 </row>
5837 <row>
5838 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
5839 \begin_inset Text
5840
5841 \begin_layout Plain Layout
5842 asd
5843 \end_layout
5844
5845 \end_inset
5846 </cell>
5847 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
5848 \begin_inset Text
5849
5850 \begin_layout Plain Layout
5851 asd
5852 \end_layout
5853
5854 \end_inset
5855 </cell>
5856 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
5857 \begin_inset Text
5858
5859 \begin_layout Plain Layout
5860 asd
5861 \end_layout
5862
5863 \end_inset
5864 </cell>
5865 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
5866 \begin_inset Text
5867
5868 \begin_layout Plain Layout
5869 asd
5870 \end_layout
5871
5872 \end_inset
5873 </cell>
5874 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
5875 \begin_inset Text
5876
5877 \begin_layout Plain Layout
5878 asd
5879 \end_layout
5880
5881 \end_inset
5882 </cell>
5883 </row>
5884 </lyxtabular>
5885
5886 \end_inset
5887
5888
5889 \end_layout
5890
5891 \begin_layout Standard
5892 \begin_inset VSpace medskip
5893 \end_inset
5894
5895
5896 \begin_inset Note Greyedout
5897 status open
5898
5899 \begin_layout Plain Layout
5900
5901 \series bold
5902 Nota
5903 \begin_inset space ~
5904 \end_inset
5905
5906 1:
5907 \series default
5908  El número de la tabla se incrementa para cada tabla larga, aunque no pongas
5909  leyenda en alguna de ellas.
5910  Por esto podría suceder que, p.
5911 \begin_inset space \thinspace{}
5912 \end_inset
5913
5914 e., la tabla
5915 \begin_inset space ~
5916 \end_inset
5917
5918 2.4 siga a la tabla
5919 \begin_inset space ~
5920 \end_inset
5921
5922 2.1 en la lista de tablas debido a que hay dos tablas largas sin leyenda.
5923  Para evitarlo, añade detrás de cada tabla larga sin leyenda este comando
5924  en código TeX:
5925 \end_layout
5926
5927 \begin_layout Plain Layout
5928
5929 \series bold
5930
5931 \backslash
5932 addtocounter{table}{-1}
5933 \end_layout
5934
5935 \begin_layout Plain Layout
5936 Esto no es necesario si ninguna de las tablas largas tiene leyenda y añades
5937  el siguiente código en el preámbulo del documento:
5938 \end_layout
5939
5940 \begin_layout Plain Layout
5941
5942 \series bold
5943
5944 \backslash
5945 let
5946 \backslash
5947 myEnd
5948 \backslash
5949 endlongtable
5950 \begin_inset Newline newline
5951 \end_inset
5952
5953
5954 \backslash
5955 renewcommand{
5956 \backslash
5957 endlongtable}{
5958 \backslash
5959 myEnd
5960 \backslash
5961 addtocounter{table}{-1}}
5962 \end_layout
5963
5964 \end_inset
5965
5966
5967 \end_layout
5968
5969 \begin_layout Standard
5970 \begin_inset Note Greyedout
5971 status open
5972
5973 \begin_layout Plain Layout
5974
5975 \series bold
5976 Nota
5977 \begin_inset space ~
5978 \end_inset
5979
5980 2:
5981 \series default
5982  Si utilizas 
5983 \series bold
5984 hyperref
5985 \series default
5986
5987 \begin_inset Index
5988 status collapsed
5989
5990 \begin_layout Plain Layout
5991 LaTeX-paquetes ! hyperref
5992 \end_layout
5993
5994 \end_inset
5995
5996  en las 
5997 \family sans
5998 Propiedades PDF 
5999 \family default
6000 del diálogo 
6001 \family sans
6002 Configuración del documento 
6003 \family default
6004 para enlazar referencias cruzadas en la salida, los enlaces a tablas largas
6005  llevan siempre al principio del documento.
6006 \end_layout
6007
6008 \end_inset
6009
6010
6011 \end_layout
6012
6013 \begin_layout Subsubsection
6014 Referencias a tablas largas
6015 \begin_inset Index
6016 status collapsed
6017
6018 \begin_layout Plain Layout
6019 Tablas largas ! Referencias a
6020 \end_layout
6021
6022 \end_inset
6023
6024
6025 \end_layout
6026
6027 \begin_layout Standard
6028 \begin_inset Tabular
6029 <lyxtabular version="3" rows="6" columns="5">
6030 <features islongtable="true">
6031 <column alignment="center" valignment="top" width="0">
6032 <column alignment="center" valignment="top" width="0">
6033 <column alignment="center" valignment="top" width="0">
6034 <column alignment="center" valignment="top" width="0">
6035 <column alignment="center" valignment="top" width="0">
6036 <row caption="true">
6037 <cell multicolumn="1" alignment="center" valignment="top" usebox="none">
6038 \begin_inset Text
6039
6040 \begin_layout Plain Layout
6041 \begin_inset Caption
6042
6043 \begin_layout Plain Layout
6044 Tabla larga referenciada
6045 \begin_inset CommandInset label
6046 LatexCommand label
6047 name "tab:RefEjemplo"
6048
6049 \end_inset
6050
6051
6052 \end_layout
6053
6054 \end_inset
6055
6056
6057 \end_layout
6058
6059 \end_inset
6060 </cell>
6061 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" usebox="none">
6062 \begin_inset Text
6063
6064 \begin_layout Plain Layout
6065
6066 \end_layout
6067
6068 \end_inset
6069 </cell>
6070 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" usebox="none">
6071 \begin_inset Text
6072
6073 \begin_layout Plain Layout
6074
6075 \end_layout
6076
6077 \end_inset
6078 </cell>
6079 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" usebox="none">
6080 \begin_inset Text
6081
6082 \begin_layout Plain Layout
6083
6084 \end_layout
6085
6086 \end_inset
6087 </cell>
6088 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
6089 \begin_inset Text
6090
6091 \begin_layout Plain Layout
6092
6093 \end_layout
6094
6095 \end_inset
6096 </cell>
6097 </row>
6098 <row>
6099 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6100 \begin_inset Text
6101
6102 \begin_layout Plain Layout
6103 1
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 2
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 3
6122 \end_layout
6123
6124 \end_inset
6125 </cell>
6126 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6127 \begin_inset Text
6128
6129 \begin_layout Plain Layout
6130 4
6131 \end_layout
6132
6133 \end_inset
6134 </cell>
6135 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6136 \begin_inset Text
6137
6138 \begin_layout Plain Layout
6139 5
6140 \end_layout
6141
6142 \end_inset
6143 </cell>
6144 </row>
6145 <row>
6146 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6147 \begin_inset Text
6148
6149 \begin_layout Plain Layout
6150 asd
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" usebox="none">
6174 \begin_inset Text
6175
6176 \begin_layout Plain Layout
6177 s
6178 \end_layout
6179
6180 \end_inset
6181 </cell>
6182 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6183 \begin_inset Text
6184
6185 \begin_layout Plain Layout
6186 asd
6187 \end_layout
6188
6189 \end_inset
6190 </cell>
6191 </row>
6192 <row>
6193 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6194 \begin_inset Text
6195
6196 \begin_layout Plain Layout
6197 asd
6198 \end_layout
6199
6200 \end_inset
6201 </cell>
6202 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6203 \begin_inset Text
6204
6205 \begin_layout Plain Layout
6206 s
6207 \end_layout
6208
6209 \end_inset
6210 </cell>
6211 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6212 \begin_inset Text
6213
6214 \begin_layout Plain Layout
6215 s
6216 \end_layout
6217
6218 \end_inset
6219 </cell>
6220 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6221 \begin_inset Text
6222
6223 \begin_layout Plain Layout
6224 s
6225 \end_layout
6226
6227 \end_inset
6228 </cell>
6229 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6230 \begin_inset Text
6231
6232 \begin_layout Plain Layout
6233 asd
6234 \end_layout
6235
6236 \end_inset
6237 </cell>
6238 </row>
6239 <row>
6240 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6241 \begin_inset Text
6242
6243 \begin_layout Plain Layout
6244 asd
6245 \end_layout
6246
6247 \end_inset
6248 </cell>
6249 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6250 \begin_inset Text
6251
6252 \begin_layout Plain Layout
6253 s
6254 \end_layout
6255
6256 \end_inset
6257 </cell>
6258 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6259 \begin_inset Text
6260
6261 \begin_layout Plain Layout
6262 s
6263 \end_layout
6264
6265 \end_inset
6266 </cell>
6267 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6268 \begin_inset Text
6269
6270 \begin_layout Plain Layout
6271 s
6272 \end_layout
6273
6274 \end_inset
6275 </cell>
6276 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6277 \begin_inset Text
6278
6279 \begin_layout Plain Layout
6280 asd
6281 \end_layout
6282
6283 \end_inset
6284 </cell>
6285 </row>
6286 <row>
6287 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
6288 \begin_inset Text
6289
6290 \begin_layout Plain Layout
6291 asd
6292 \end_layout
6293
6294 \end_inset
6295 </cell>
6296 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
6297 \begin_inset Text
6298
6299 \begin_layout Plain Layout
6300 sad
6301 \end_layout
6302
6303 \end_inset
6304 </cell>
6305 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
6306 \begin_inset Text
6307
6308 \begin_layout Plain Layout
6309 asd
6310 \end_layout
6311
6312 \end_inset
6313 </cell>
6314 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
6315 \begin_inset Text
6316
6317 \begin_layout Plain Layout
6318 asd
6319 \end_layout
6320
6321 \end_inset
6322 </cell>
6323 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
6324 \begin_inset Text
6325
6326 \begin_layout Plain Layout
6327 asd
6328 \end_layout
6329
6330 \end_inset
6331 </cell>
6332 </row>
6333 </lyxtabular>
6334
6335 \end_inset
6336
6337
6338 \end_layout
6339
6340 \begin_layout Standard
6341 Para referenciar una tabla larga, inserta una etiqueta en la leyenda.
6342  
6343 \end_layout
6344
6345 \begin_layout Standard
6346 Esto es una referencia a la tabla
6347 \begin_inset space ~
6348 \end_inset
6349
6350
6351 \begin_inset CommandInset ref
6352 LatexCommand ref
6353 reference "tab:RefEjemplo"
6354
6355 \end_inset
6356
6357 .
6358 \end_layout
6359
6360 \begin_layout Standard
6361 El formato de la leyenda puede configurarse junto con todos las demás leyendas
6362  del documento mediante el paquete LaTeX 
6363 \series bold
6364 caption
6365 \series default
6366
6367 \begin_inset Index
6368 status collapsed
6369
6370 \begin_layout Plain Layout
6371 LaTeX-paquetes ! caption
6372 \end_layout
6373
6374 \end_inset
6375
6376 , véase sección
6377 \begin_inset space ~
6378 \end_inset
6379
6380
6381 \begin_inset CommandInset ref
6382 LatexCommand ref
6383 reference "sec:Formato-de-leyendas"
6384
6385 \end_inset
6386
6387 .
6388 \end_layout
6389
6390 \begin_layout Subsubsection
6391 Anchura de la leyenda
6392 \begin_inset Index
6393 status collapsed
6394
6395 \begin_layout Plain Layout
6396 Tablas largas ! Anchura de la leyenda
6397 \end_layout
6398
6399 \end_inset
6400
6401
6402 \end_layout
6403
6404 \begin_layout Standard
6405 La anchura máxima se define por la longitud 
6406 \series bold
6407
6408 \backslash
6409 LTcapwidth
6410 \series default
6411 .
6412  Por omisión es 4
6413 \begin_inset space \thinspace{}
6414 \end_inset
6415
6416 in (4
6417 \begin_inset space ~
6418 \end_inset
6419
6420 pulgadas).
6421  Para cambiarla añade el siguiente comando al preámbulo o en código TeX
6422  en el documento antes de la tabla larga a la que afecta
6423 \end_layout
6424
6425 \begin_layout Standard
6426
6427 \series bold
6428
6429 \backslash
6430 setlength{
6431 \backslash
6432 LTcapwidth}{anchura}
6433 \end_layout
6434
6435 \begin_layout Standard
6436 donde la anchura puede ser una de las unidades listadas en el apéndice
6437 \begin_inset space ~
6438 \end_inset
6439
6440
6441 \begin_inset CommandInset ref
6442 LatexCommand ref
6443 reference "cha:Unidades-disponibles-en"
6444
6445 \end_inset
6446
6447 .
6448 \end_layout
6449
6450 \begin_layout Standard
6451 Las tablas siguientes muestran la diferencia:
6452 \end_layout
6453
6454 \begin_layout Standard
6455 \begin_inset Tabular
6456 <lyxtabular version="3" rows="6" columns="5">
6457 <features islongtable="true">
6458 <column alignment="center" valignment="top" width="0">
6459 <column alignment="center" valignment="top" width="0">
6460 <column alignment="center" valignment="top" width="0">
6461 <column alignment="center" valignment="top" width="0">
6462 <column alignment="center" valignment="top" width="0">
6463 <row caption="true">
6464 <cell multicolumn="1" alignment="center" valignment="top" usebox="none">
6465 \begin_inset Text
6466
6467 \begin_layout Plain Layout
6468 \begin_inset Caption
6469
6470 \begin_layout Plain Layout
6471 Leyenda larga completa con anchura predeterminada leyenda larga completa
6472  con anchura predeterminada
6473 \begin_inset OptArg
6474 status collapsed
6475
6476 \begin_layout Plain Layout
6477 Leyenda con anchura predeterminada
6478 \end_layout
6479
6480 \end_inset
6481
6482
6483 \end_layout
6484
6485 \end_inset
6486
6487
6488 \end_layout
6489
6490 \end_inset
6491 </cell>
6492 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" usebox="none">
6493 \begin_inset Text
6494
6495 \begin_layout Plain Layout
6496
6497 \end_layout
6498
6499 \end_inset
6500 </cell>
6501 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" usebox="none">
6502 \begin_inset Text
6503
6504 \begin_layout Plain Layout
6505
6506 \end_layout
6507
6508 \end_inset
6509 </cell>
6510 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" usebox="none">
6511 \begin_inset Text
6512
6513 \begin_layout Plain Layout
6514
6515 \end_layout
6516
6517 \end_inset
6518 </cell>
6519 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
6520 \begin_inset Text
6521
6522 \begin_layout Plain Layout
6523
6524 \end_layout
6525
6526 \end_inset
6527 </cell>
6528 </row>
6529 <row>
6530 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6531 \begin_inset Text
6532
6533 \begin_layout Plain Layout
6534 1
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 2
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 3
6553 \end_layout
6554
6555 \end_inset
6556 </cell>
6557 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6558 \begin_inset Text
6559
6560 \begin_layout Plain Layout
6561 4
6562 \end_layout
6563
6564 \end_inset
6565 </cell>
6566 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6567 \begin_inset Text
6568
6569 \begin_layout Plain Layout
6570 5
6571 \end_layout
6572
6573 \end_inset
6574 </cell>
6575 </row>
6576 <row>
6577 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6578 \begin_inset Text
6579
6580 \begin_layout Plain Layout
6581 asd
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" usebox="none">
6605 \begin_inset Text
6606
6607 \begin_layout Plain Layout
6608 s
6609 \end_layout
6610
6611 \end_inset
6612 </cell>
6613 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6614 \begin_inset Text
6615
6616 \begin_layout Plain Layout
6617 asd
6618 \end_layout
6619
6620 \end_inset
6621 </cell>
6622 </row>
6623 <row>
6624 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6625 \begin_inset Text
6626
6627 \begin_layout Plain Layout
6628 asd
6629 \end_layout
6630
6631 \end_inset
6632 </cell>
6633 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6634 \begin_inset Text
6635
6636 \begin_layout Plain Layout
6637 s
6638 \end_layout
6639
6640 \end_inset
6641 </cell>
6642 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6643 \begin_inset Text
6644
6645 \begin_layout Plain Layout
6646 s
6647 \end_layout
6648
6649 \end_inset
6650 </cell>
6651 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6652 \begin_inset Text
6653
6654 \begin_layout Plain Layout
6655 s
6656 \end_layout
6657
6658 \end_inset
6659 </cell>
6660 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6661 \begin_inset Text
6662
6663 \begin_layout Plain Layout
6664 asd
6665 \end_layout
6666
6667 \end_inset
6668 </cell>
6669 </row>
6670 <row>
6671 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6672 \begin_inset Text
6673
6674 \begin_layout Plain Layout
6675 asd
6676 \end_layout
6677
6678 \end_inset
6679 </cell>
6680 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6681 \begin_inset Text
6682
6683 \begin_layout Plain Layout
6684 s
6685 \end_layout
6686
6687 \end_inset
6688 </cell>
6689 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6690 \begin_inset Text
6691
6692 \begin_layout Plain Layout
6693 s
6694 \end_layout
6695
6696 \end_inset
6697 </cell>
6698 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6699 \begin_inset Text
6700
6701 \begin_layout Plain Layout
6702 s
6703 \end_layout
6704
6705 \end_inset
6706 </cell>
6707 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6708 \begin_inset Text
6709
6710 \begin_layout Plain Layout
6711 asd
6712 \end_layout
6713
6714 \end_inset
6715 </cell>
6716 </row>
6717 <row>
6718 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
6719 \begin_inset Text
6720
6721 \begin_layout Plain Layout
6722 asd
6723 \end_layout
6724
6725 \end_inset
6726 </cell>
6727 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
6728 \begin_inset Text
6729
6730 \begin_layout Plain Layout
6731 sad
6732 \end_layout
6733
6734 \end_inset
6735 </cell>
6736 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
6737 \begin_inset Text
6738
6739 \begin_layout Plain Layout
6740 asd
6741 \end_layout
6742
6743 \end_inset
6744 </cell>
6745 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
6746 \begin_inset Text
6747
6748 \begin_layout Plain Layout
6749 asd
6750 \end_layout
6751
6752 \end_inset
6753 </cell>
6754 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
6755 \begin_inset Text
6756
6757 \begin_layout Plain Layout
6758 asd
6759 \end_layout
6760
6761 \end_inset
6762 </cell>
6763 </row>
6764 </lyxtabular>
6765
6766 \end_inset
6767
6768
6769 \end_layout
6770
6771 \begin_layout Standard
6772 \begin_inset ERT
6773 status collapsed
6774
6775 \begin_layout Plain Layout
6776
6777
6778 \backslash
6779 setlength{
6780 \backslash
6781 LTcapwidth}{5cm}
6782 \end_layout
6783
6784 \end_inset
6785
6786
6787 \begin_inset Tabular
6788 <lyxtabular version="3" rows="6" columns="5">
6789 <features islongtable="true">
6790 <column alignment="center" valignment="top" width="0">
6791 <column alignment="center" valignment="top" width="0">
6792 <column alignment="center" valignment="top" width="0">
6793 <column alignment="center" valignment="top" width="0">
6794 <column alignment="center" valignment="top" width="0">
6795 <row caption="true">
6796 <cell multicolumn="1" alignment="center" valignment="top" usebox="none">
6797 \begin_inset Text
6798
6799 \begin_layout Plain Layout
6800 \begin_inset Caption
6801
6802 \begin_layout Plain Layout
6803 Leyenda larga completa con anchura de 5
6804 \begin_inset space \thinspace{}
6805 \end_inset
6806
6807 cm leyenda larga completa con anchura de 5
6808 \begin_inset space \thinspace{}
6809 \end_inset
6810
6811 cm leyenda larga completa con anchura de 5
6812 \begin_inset space \thinspace{}
6813 \end_inset
6814
6815 cm
6816 \begin_inset OptArg
6817 status collapsed
6818
6819 \begin_layout Plain Layout
6820 Leyenda con anchura
6821 \begin_inset space \thinspace{}
6822 \end_inset
6823
6824 =
6825 \begin_inset space \thinspace{}
6826 \end_inset
6827
6828 5
6829 \begin_inset space \thinspace{}
6830 \end_inset
6831
6832 cm
6833 \end_layout
6834
6835 \end_inset
6836
6837
6838 \end_layout
6839
6840 \end_inset
6841
6842
6843 \end_layout
6844
6845 \end_inset
6846 </cell>
6847 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" usebox="none">
6848 \begin_inset Text
6849
6850 \begin_layout Plain Layout
6851
6852 \end_layout
6853
6854 \end_inset
6855 </cell>
6856 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" usebox="none">
6857 \begin_inset Text
6858
6859 \begin_layout Plain Layout
6860
6861 \end_layout
6862
6863 \end_inset
6864 </cell>
6865 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" usebox="none">
6866 \begin_inset Text
6867
6868 \begin_layout Plain Layout
6869
6870 \end_layout
6871
6872 \end_inset
6873 </cell>
6874 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
6875 \begin_inset Text
6876
6877 \begin_layout Plain Layout
6878
6879 \end_layout
6880
6881 \end_inset
6882 </cell>
6883 </row>
6884 <row>
6885 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6886 \begin_inset Text
6887
6888 \begin_layout Plain Layout
6889 1
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 2
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 3
6908 \end_layout
6909
6910 \end_inset
6911 </cell>
6912 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6913 \begin_inset Text
6914
6915 \begin_layout Plain Layout
6916 4
6917 \end_layout
6918
6919 \end_inset
6920 </cell>
6921 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6922 \begin_inset Text
6923
6924 \begin_layout Plain Layout
6925 5
6926 \end_layout
6927
6928 \end_inset
6929 </cell>
6930 </row>
6931 <row>
6932 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6933 \begin_inset Text
6934
6935 \begin_layout Plain Layout
6936 asd
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" usebox="none">
6960 \begin_inset Text
6961
6962 \begin_layout Plain Layout
6963 s
6964 \end_layout
6965
6966 \end_inset
6967 </cell>
6968 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6969 \begin_inset Text
6970
6971 \begin_layout Plain Layout
6972 asd
6973 \end_layout
6974
6975 \end_inset
6976 </cell>
6977 </row>
6978 <row>
6979 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6980 \begin_inset Text
6981
6982 \begin_layout Plain Layout
6983 asd
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" usebox="none">
7007 \begin_inset Text
7008
7009 \begin_layout Plain Layout
7010 s
7011 \end_layout
7012
7013 \end_inset
7014 </cell>
7015 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
7016 \begin_inset Text
7017
7018 \begin_layout Plain Layout
7019 asd
7020 \end_layout
7021
7022 \end_inset
7023 </cell>
7024 </row>
7025 <row>
7026 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7027 \begin_inset Text
7028
7029 \begin_layout Plain Layout
7030 asd
7031 \end_layout
7032
7033 \end_inset
7034 </cell>
7035 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7036 \begin_inset Text
7037
7038 \begin_layout Plain Layout
7039 s
7040 \end_layout
7041
7042 \end_inset
7043 </cell>
7044 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7045 \begin_inset Text
7046
7047 \begin_layout Plain Layout
7048 s
7049 \end_layout
7050
7051 \end_inset
7052 </cell>
7053 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7054 \begin_inset Text
7055
7056 \begin_layout Plain Layout
7057 s
7058 \end_layout
7059
7060 \end_inset
7061 </cell>
7062 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
7063 \begin_inset Text
7064
7065 \begin_layout Plain Layout
7066 asd
7067 \end_layout
7068
7069 \end_inset
7070 </cell>
7071 </row>
7072 <row>
7073 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
7074 \begin_inset Text
7075
7076 \begin_layout Plain Layout
7077 asd
7078 \end_layout
7079
7080 \end_inset
7081 </cell>
7082 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
7083 \begin_inset Text
7084
7085 \begin_layout Plain Layout
7086 sad
7087 \end_layout
7088
7089 \end_inset
7090 </cell>
7091 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
7092 \begin_inset Text
7093
7094 \begin_layout Plain Layout
7095 asd
7096 \end_layout
7097
7098 \end_inset
7099 </cell>
7100 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
7101 \begin_inset Text
7102
7103 \begin_layout Plain Layout
7104 asd
7105 \end_layout
7106
7107 \end_inset
7108 </cell>
7109 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
7110 \begin_inset Text
7111
7112 \begin_layout Plain Layout
7113 asd
7114 \end_layout
7115
7116 \end_inset
7117 </cell>
7118 </row>
7119 </lyxtabular>
7120
7121 \end_inset
7122
7123
7124 \begin_inset ERT
7125 status collapsed
7126
7127 \begin_layout Plain Layout
7128
7129
7130 \backslash
7131 setlength{
7132 \backslash
7133 LTcapwidth}{4in}
7134 \end_layout
7135
7136 \end_inset
7137
7138
7139 \end_layout
7140
7141 \begin_layout Standard
7142 \begin_inset Note Greyedout
7143 status collapsed
7144
7145 \begin_layout Plain Layout
7146
7147 \series bold
7148 Nota: 
7149 \series default
7150 Si se usa el paquete LaTeX 
7151 \series bold
7152 caption
7153 \series default
7154
7155 \begin_inset Index
7156 status collapsed
7157
7158 \begin_layout Plain Layout
7159 LaTeX-paquetes ! caption
7160 \end_layout
7161
7162 \end_inset
7163
7164 , como en este documento, se usa la anchura de toda la página para el pie
7165  si utilizas el valor por omisión de 4
7166 \begin_inset space \thinspace{}
7167 \end_inset
7168
7169 in para 
7170 \series bold
7171
7172 \backslash
7173 LTcapwidth
7174 \series default
7175 .
7176  En este caso, para conseguir exactamente un pie de 4
7177 \begin_inset space \thinspace{}
7178 \end_inset
7179
7180 in, puedes poner un valor ligeramente diferente de 4.0
7181 \begin_inset space \thinspace{}
7182 \end_inset
7183
7184 in, p.
7185 \begin_inset space \thinspace{}
7186 \end_inset
7187
7188 e.
7189  3.99
7190 \begin_inset space \thinspace{}
7191 \end_inset
7192
7193 in, o el comando de LaTeX 
7194 \series bold
7195
7196 \backslash
7197 captionsetup{width=valor}
7198 \series default
7199 , suministrado por el paquete 
7200 \series bold
7201 caption
7202 \series default
7203 .
7204 \end_layout
7205
7206 \end_inset
7207
7208
7209 \end_layout
7210
7211 \begin_layout Subsubsection
7212 Leyendas distintas para cada página
7213 \begin_inset Index
7214 status collapsed
7215
7216 \begin_layout Plain Layout
7217 Tablas largas ! Leyendas distintas para cada página
7218 \end_layout
7219
7220 \end_inset
7221
7222
7223 \end_layout
7224
7225 \begin_layout Standard
7226 Cuando las leyendas para las páginas siguientes hayan de ser diferentes
7227  de la leyenda de la primera página de la tabla, se insertan con el comando
7228  en código TeX
7229 \end_layout
7230
7231 \begin_layout Standard
7232
7233 \series bold
7234
7235 \backslash
7236 caption*{texto de la leyenda}
7237 \backslash
7238
7239 \backslash
7240 %
7241 \end_layout
7242
7243 \begin_layout Standard
7244 en una fila postiza que se marca como encabezado.
7245  La tabla
7246 \begin_inset space ~
7247 \end_inset
7248
7249
7250 \begin_inset CommandInset ref
7251 LatexCommand ref
7252 reference "tab:DifLeyendas"
7253
7254 \end_inset
7255
7256  es un ejemplo de tabla larga con encabezados distintos donde el segundo
7257  no incluye número de tabla.
7258 \end_layout
7259
7260 \begin_layout Standard
7261 \align center
7262 \begin_inset Tabular
7263 <lyxtabular version="3" rows="59" columns="3">
7264 <features islongtable="true" lastFootEmpty="true">
7265 <column alignment="left" valignment="top" width="0cm">
7266 <column alignment="left" valignment="top" width="0pt">
7267 <column alignment="right" valignment="top" width="0pt">
7268 <row caption="true">
7269 <cell multicolumn="1" alignment="left" valignment="top" usebox="none">
7270 \begin_inset Text
7271
7272 \begin_layout Plain Layout
7273 \begin_inset Caption
7274
7275 \begin_layout Plain Layout
7276 Ejemplo de lista telefónica
7277 \begin_inset CommandInset label
7278 LatexCommand label
7279 name "tab:DifLeyendas"
7280
7281 \end_inset
7282
7283
7284 \begin_inset OptArg
7285 status collapsed
7286
7287 \begin_layout Plain Layout
7288 Ejemplo de lista telefónica
7289 \end_layout
7290
7291 \end_inset
7292
7293
7294 \end_layout
7295
7296 \end_inset
7297
7298
7299 \end_layout
7300
7301 \end_inset
7302 </cell>
7303 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
7304 \begin_inset Text
7305
7306 \begin_layout Plain Layout
7307
7308 \end_layout
7309
7310 \end_inset
7311 </cell>
7312 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
7313 \begin_inset Text
7314
7315 \begin_layout Plain Layout
7316
7317 \end_layout
7318
7319 \end_inset
7320 </cell>
7321 </row>
7322 <row endfirsthead="true">
7323 <cell multicolumn="1" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
7324 \begin_inset Text
7325
7326 \begin_layout Plain Layout
7327
7328 \series bold
7329 Ejemplo de lista telefónica (ignore los nombres)
7330 \end_layout
7331
7332 \end_inset
7333 </cell>
7334 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
7335 \begin_inset Text
7336
7337 \begin_layout Plain Layout
7338
7339 \end_layout
7340
7341 \end_inset
7342 </cell>
7343 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
7344 \begin_inset Text
7345
7346 \begin_layout Plain Layout
7347
7348 \end_layout
7349
7350 \end_inset
7351 </cell>
7352 </row>
7353 <row endfirsthead="true">
7354 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
7355 \begin_inset Text
7356
7357 \begin_layout Plain Layout
7358
7359 \series bold
7360 NOMBRE
7361 \end_layout
7362
7363 \end_inset
7364 </cell>
7365 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
7366 \begin_inset Text
7367
7368 \begin_layout Plain Layout
7369
7370 \end_layout
7371
7372 \end_inset
7373 </cell>
7374 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
7375 \begin_inset Text
7376
7377 \begin_layout Plain Layout
7378
7379 \series bold
7380 TEL.
7381 \end_layout
7382
7383 \end_inset
7384 </cell>
7385 </row>
7386 <row endhead="true">
7387 <cell alignment="center" valignment="top" leftline="true" usebox="none">
7388 \begin_inset Text
7389
7390 \begin_layout Plain Layout
7391 \begin_inset ERT
7392 status open
7393
7394 \begin_layout Plain Layout
7395
7396
7397 \backslash
7398 caption*{continúa Ejemplo de lista telefónica}
7399 \backslash
7400
7401 \backslash
7402 %
7403 \end_layout
7404
7405 \end_inset
7406
7407
7408 \end_layout
7409
7410 \end_inset
7411 </cell>
7412 <cell alignment="center" valignment="top" rightline="true" usebox="none">
7413 \begin_inset Text
7414
7415 \begin_layout Plain Layout
7416
7417 \end_layout
7418
7419 \end_inset
7420 </cell>
7421 <cell alignment="center" valignment="top" rightline="true" usebox="none">
7422 \begin_inset Text
7423
7424 \begin_layout Plain Layout
7425
7426 \end_layout
7427
7428 \end_inset
7429 </cell>
7430 </row>
7431 <row endhead="true">
7432 <cell multicolumn="1" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
7433 \begin_inset Text
7434
7435 \begin_layout Plain Layout
7436
7437 \series bold
7438 Ejemplo de lista telefónica
7439 \end_layout
7440
7441 \end_inset
7442 </cell>
7443 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
7444 \begin_inset Text
7445
7446 \begin_layout Plain Layout
7447
7448 \end_layout
7449
7450 \end_inset
7451 </cell>
7452 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
7453 \begin_inset Text
7454
7455 \begin_layout Plain Layout
7456
7457 \end_layout
7458
7459 \end_inset
7460 </cell>
7461 </row>
7462 <row endhead="true">
7463 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
7464 \begin_inset Text
7465
7466 \begin_layout Plain Layout
7467
7468 \series bold
7469 NOMBRE
7470 \end_layout
7471
7472 \end_inset
7473 </cell>
7474 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
7475 \begin_inset Text
7476
7477 \begin_layout Plain Layout
7478
7479 \end_layout
7480
7481 \end_inset
7482 </cell>
7483 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
7484 \begin_inset Text
7485
7486 \begin_layout Plain Layout
7487
7488 \series bold
7489 TEL.
7490 \end_layout
7491
7492 \end_inset
7493 </cell>
7494 </row>
7495 <row endfoot="true">
7496 <cell multicolumn="1" alignment="right" valignment="top" usebox="none">
7497 \begin_inset Text
7498
7499 \begin_layout Plain Layout
7500 continúa en página siguiente
7501 \end_layout
7502
7503 \end_inset
7504 </cell>
7505 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
7506 \begin_inset Text
7507
7508 \begin_layout Plain Layout
7509
7510 \end_layout
7511
7512 \end_inset
7513 </cell>
7514 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
7515 \begin_inset Text
7516
7517 \begin_layout Plain Layout
7518
7519 \end_layout
7520
7521 \end_inset
7522 </cell>
7523 </row>
7524 <row>
7525 <cell alignment="center" valignment="top" leftline="true" usebox="none">
7526 \begin_inset Text
7527
7528 \begin_layout Plain Layout
7529
7530 \series bold
7531 Annovi
7532 \end_layout
7533
7534 \end_inset
7535 </cell>
7536 <cell alignment="center" valignment="top" rightline="true" usebox="none">
7537 \begin_inset Text
7538
7539 \begin_layout Plain Layout
7540 Silvia
7541 \end_layout
7542
7543 \end_inset
7544 </cell>
7545 <cell alignment="right" valignment="top" rightline="true" usebox="none">
7546 \begin_inset Text
7547
7548 \begin_layout Plain Layout
7549 111
7550 \end_layout
7551
7552 \end_inset
7553 </cell>
7554 </row>
7555 <row>
7556 <cell alignment="center" valignment="top" leftline="true" usebox="none">
7557 \begin_inset Text
7558
7559 \begin_layout Plain Layout
7560
7561 \series bold
7562 Bertoli
7563 \end_layout
7564
7565 \end_inset
7566 </cell>
7567 <cell alignment="center" valignment="top" rightline="true" usebox="none">
7568 \begin_inset Text
7569
7570 \begin_layout Plain Layout
7571 Stefano
7572 \end_layout
7573
7574 \end_inset
7575 </cell>
7576 <cell alignment="center" valignment="top" rightline="true" usebox="none">
7577 \begin_inset Text
7578
7579 \begin_layout Plain Layout
7580 111
7581 \end_layout
7582
7583 \end_inset
7584 </cell>
7585 </row>
7586 <row>
7587 <cell alignment="center" valignment="top" leftline="true" usebox="none">
7588 \begin_inset Text
7589
7590 \begin_layout Plain Layout
7591
7592 \series bold
7593 Bozzi
7594 \end_layout
7595
7596 \end_inset
7597 </cell>
7598 <cell alignment="center" valignment="top" rightline="true" usebox="none">
7599 \begin_inset Text
7600
7601 \begin_layout Plain Layout
7602 Walter
7603 \end_layout
7604
7605 \end_inset
7606 </cell>
7607 <cell alignment="center" valignment="top" rightline="true" usebox="none">
7608 \begin_inset Text
7609
7610 \begin_layout Plain Layout
7611 111
7612 \end_layout
7613
7614 \end_inset
7615 </cell>
7616 </row>
7617 <row>
7618 <cell alignment="center" valignment="top" leftline="true" usebox="none">
7619 \begin_inset Text
7620
7621 \begin_layout Plain Layout
7622
7623 \series bold
7624 Cachia
7625 \end_layout
7626
7627 \end_inset
7628 </cell>
7629 <cell alignment="center" valignment="top" rightline="true" usebox="none">
7630 \begin_inset Text
7631
7632 \begin_layout Plain Layout
7633 Maria
7634 \end_layout
7635
7636 \end_inset
7637 </cell>
7638 <cell alignment="center" valignment="top" rightline="true" usebox="none">
7639 \begin_inset Text
7640
7641 \begin_layout Plain Layout
7642 111
7643 \end_layout
7644
7645 \end_inset
7646 </cell>
7647 </row>
7648 <row>
7649 <cell alignment="center" valignment="top" leftline="true" usebox="none">
7650 \begin_inset Text
7651
7652 \begin_layout Plain Layout
7653
7654 \series bold
7655 Cachia
7656 \end_layout
7657
7658 \end_inset
7659 </cell>
7660 <cell alignment="center" valignment="top" rightline="true" usebox="none">
7661 \begin_inset Text
7662
7663 \begin_layout Plain Layout
7664 Maurizio
7665 \end_layout
7666
7667 \end_inset
7668 </cell>
7669 <cell alignment="center" valignment="top" rightline="true" usebox="none">
7670 \begin_inset Text
7671
7672 \begin_layout Plain Layout
7673 111
7674 \end_layout
7675
7676 \end_inset
7677 </cell>
7678 </row>
7679 <row>
7680 <cell alignment="center" valignment="top" leftline="true" usebox="none">
7681 \begin_inset Text
7682
7683 \begin_layout Plain Layout
7684
7685 \series bold
7686 Cinquemani
7687 \end_layout
7688
7689 \end_inset
7690 </cell>
7691 <cell alignment="center" valignment="top" rightline="true" usebox="none">
7692 \begin_inset Text
7693
7694 \begin_layout Plain Layout
7695 Giusi
7696 \end_layout
7697
7698 \end_inset
7699 </cell>
7700 <cell alignment="center" valignment="top" rightline="true" usebox="none">
7701 \begin_inset Text
7702
7703 \begin_layout Plain Layout
7704 111
7705 \end_layout
7706
7707 \end_inset
7708 </cell>
7709 </row>
7710 <row>
7711 <cell alignment="center" valignment="top" leftline="true" usebox="none">
7712 \begin_inset Text
7713
7714 \begin_layout Plain Layout
7715
7716 \series bold
7717 Colin
7718 \end_layout
7719
7720 \end_inset
7721 </cell>
7722 <cell alignment="center" valignment="top" rightline="true" usebox="none">
7723 \begin_inset Text
7724
7725 \begin_layout Plain Layout
7726 Bernard
7727 \end_layout
7728
7729 \end_inset
7730 </cell>
7731 <cell alignment="center" valignment="top" rightline="true" usebox="none">
7732 \begin_inset Text
7733
7734 \begin_layout Plain Layout
7735 111
7736 \end_layout
7737
7738 \end_inset
7739 </cell>
7740 </row>
7741 <row>
7742 <cell alignment="center" valignment="top" leftline="true" usebox="none">
7743 \begin_inset Text
7744
7745 \begin_layout Plain Layout
7746
7747 \series bold
7748 Concli
7749 \end_layout
7750
7751 \end_inset
7752 </cell>
7753 <cell alignment="center" valignment="top" rightline="true" usebox="none">
7754 \begin_inset Text
7755
7756 \begin_layout Plain Layout
7757 Gianfranco
7758 \end_layout
7759
7760 \end_inset
7761 </cell>
7762 <cell alignment="center" valignment="top" rightline="true" usebox="none">
7763 \begin_inset Text
7764
7765 \begin_layout Plain Layout
7766 111
7767 \end_layout
7768
7769 \end_inset
7770 </cell>
7771 </row>
7772 <row>
7773 <cell alignment="center" valignment="top" leftline="true" usebox="none">
7774 \begin_inset Text
7775
7776 \begin_layout Plain Layout
7777
7778 \series bold
7779 Dal Bosco
7780 \end_layout
7781
7782 \end_inset
7783 </cell>
7784 <cell alignment="center" valignment="top" rightline="true" usebox="none">
7785 \begin_inset Text
7786
7787 \begin_layout Plain Layout
7788 Carolina
7789 \end_layout
7790
7791 \end_inset
7792 </cell>
7793 <cell alignment="center" valignment="top" rightline="true" usebox="none">
7794 \begin_inset Text
7795
7796 \begin_layout Plain Layout
7797 111
7798 \end_layout
7799
7800 \end_inset
7801 </cell>
7802 </row>
7803 <row>
7804 <cell alignment="center" valignment="top" leftline="true" usebox="none">
7805 \begin_inset Text
7806
7807 \begin_layout Plain Layout
7808
7809 \series bold
7810 Dalpiaz
7811 \end_layout
7812
7813 \end_inset
7814 </cell>
7815 <cell alignment="center" valignment="top" rightline="true" usebox="none">
7816 \begin_inset Text
7817
7818 \begin_layout Plain Layout
7819 Annamaria
7820 \end_layout
7821
7822 \end_inset
7823 </cell>
7824 <cell alignment="center" valignment="top" rightline="true" usebox="none">
7825 \begin_inset Text
7826
7827 \begin_layout Plain Layout
7828 111
7829 \end_layout
7830
7831 \end_inset
7832 </cell>
7833 </row>
7834 <row>
7835 <cell alignment="center" valignment="top" leftline="true" usebox="none">
7836 \begin_inset Text
7837
7838 \begin_layout Plain Layout
7839
7840 \series bold
7841 Feliciello
7842 \end_layout
7843
7844 \end_inset
7845 </cell>
7846 <cell alignment="center" valignment="top" rightline="true" usebox="none">
7847 \begin_inset Text
7848
7849 \begin_layout Plain Layout
7850 Domenico
7851 \end_layout
7852
7853 \end_inset
7854 </cell>
7855 <cell alignment="center" valignment="top" rightline="true" usebox="none">
7856 \begin_inset Text
7857
7858 \begin_layout Plain Layout
7859 111
7860 \end_layout
7861
7862 \end_inset
7863 </cell>
7864 </row>
7865 <row>
7866 <cell alignment="center" valignment="top" leftline="true" usebox="none">
7867 \begin_inset Text
7868
7869 \begin_layout Plain Layout
7870
7871 \series bold
7872 Focarelli
7873 \end_layout
7874
7875 \end_inset
7876 </cell>
7877 <cell alignment="center" valignment="top" rightline="true" usebox="none">
7878 \begin_inset Text
7879
7880 \begin_layout Plain Layout
7881 Paola
7882 \end_layout
7883
7884 \end_inset
7885 </cell>
7886 <cell alignment="center" valignment="top" rightline="true" usebox="none">
7887 \begin_inset Text
7888
7889 \begin_layout Plain Layout
7890 111
7891 \end_layout
7892
7893 \end_inset
7894 </cell>
7895 </row>
7896 <row>
7897 <cell alignment="center" valignment="top" leftline="true" usebox="none">
7898 \begin_inset Text
7899
7900 \begin_layout Plain Layout
7901
7902 \series bold
7903 Galletti
7904 \end_layout
7905
7906 \end_inset
7907 </cell>
7908 <cell alignment="center" valignment="top" rightline="true" usebox="none">
7909 \begin_inset Text
7910
7911 \begin_layout Plain Layout
7912 Oreste
7913 \end_layout
7914
7915 \end_inset
7916 </cell>
7917 <cell alignment="center" valignment="top" rightline="true" usebox="none">
7918 \begin_inset Text
7919
7920 \begin_layout Plain Layout
7921 111
7922 \end_layout
7923
7924 \end_inset
7925 </cell>
7926 </row>
7927 <row>
7928 <cell alignment="center" valignment="top" leftline="true" usebox="none">
7929 \begin_inset Text
7930
7931 \begin_layout Plain Layout
7932
7933 \series bold
7934 Gasparini
7935 \end_layout
7936
7937 \end_inset
7938 </cell>
7939 <cell alignment="center" valignment="top" rightline="true" usebox="none">
7940 \begin_inset Text
7941
7942 \begin_layout Plain Layout
7943 Franca
7944 \end_layout
7945
7946 \end_inset
7947 </cell>
7948 <cell alignment="center" valignment="top" rightline="true" usebox="none">
7949 \begin_inset Text
7950
7951 \begin_layout Plain Layout
7952 111
7953 \end_layout
7954
7955 \end_inset
7956 </cell>
7957 </row>
7958 <row>
7959 <cell alignment="center" valignment="top" leftline="true" usebox="none">
7960 \begin_inset Text
7961
7962 \begin_layout Plain Layout
7963
7964 \series bold
7965 Rizzardi
7966 \series default
7967
7968 \begin_inset Foot
7969 status collapsed
7970
7971 \begin_layout Plain Layout
7972 Ejemplo de nota a pie de página
7973 \end_layout
7974
7975 \end_inset
7976
7977
7978 \end_layout
7979
7980 \end_inset
7981 </cell>
7982 <cell alignment="center" valignment="top" rightline="true" usebox="none">
7983 \begin_inset Text
7984
7985 \begin_layout Plain Layout
7986 Paola
7987 \end_layout
7988
7989 \end_inset
7990 </cell>
7991 <cell alignment="center" valignment="top" rightline="true" usebox="none">
7992 \begin_inset Text
7993
7994 \begin_layout Plain Layout
7995 111
7996 \end_layout
7997
7998 \end_inset
7999 </cell>
8000 </row>
8001 <row>
8002 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8003 \begin_inset Text
8004
8005 \begin_layout Plain Layout
8006
8007 \series bold
8008 Lassini
8009 \end_layout
8010
8011 \end_inset
8012 </cell>
8013 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8014 \begin_inset Text
8015
8016 \begin_layout Plain Layout
8017 Giancarlo
8018 \end_layout
8019
8020 \end_inset
8021 </cell>
8022 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8023 \begin_inset Text
8024
8025 \begin_layout Plain Layout
8026 111
8027 \end_layout
8028
8029 \end_inset
8030 </cell>
8031 </row>
8032 <row>
8033 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8034 \begin_inset Text
8035
8036 \begin_layout Plain Layout
8037
8038 \series bold
8039 Malfatti
8040 \end_layout
8041
8042 \end_inset
8043 </cell>
8044 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8045 \begin_inset Text
8046
8047 \begin_layout Plain Layout
8048 Luciano
8049 \end_layout
8050
8051 \end_inset
8052 </cell>
8053 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8054 \begin_inset Text
8055
8056 \begin_layout Plain Layout
8057 111
8058 \end_layout
8059
8060 \end_inset
8061 </cell>
8062 </row>
8063 <row>
8064 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8065 \begin_inset Text
8066
8067 \begin_layout Plain Layout
8068
8069 \series bold
8070 Malfatti
8071 \end_layout
8072
8073 \end_inset
8074 </cell>
8075 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8076 \begin_inset Text
8077
8078 \begin_layout Plain Layout
8079 Valeriano
8080 \end_layout
8081
8082 \end_inset
8083 </cell>
8084 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8085 \begin_inset Text
8086
8087 \begin_layout Plain Layout
8088 111
8089 \end_layout
8090
8091 \end_inset
8092 </cell>
8093 </row>
8094 <row>
8095 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8096 \begin_inset Text
8097
8098 \begin_layout Plain Layout
8099
8100 \series bold
8101 Meneguzzo
8102 \end_layout
8103
8104 \end_inset
8105 </cell>
8106 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8107 \begin_inset Text
8108
8109 \begin_layout Plain Layout
8110 Roberto
8111 \end_layout
8112
8113 \end_inset
8114 </cell>
8115 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8116 \begin_inset Text
8117
8118 \begin_layout Plain Layout
8119 111
8120 \end_layout
8121
8122 \end_inset
8123 </cell>
8124 </row>
8125 <row>
8126 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8127 \begin_inset Text
8128
8129 \begin_layout Plain Layout
8130
8131 \series bold
8132 Mezzadra
8133 \end_layout
8134
8135 \end_inset
8136 </cell>
8137 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8138 \begin_inset Text
8139
8140 \begin_layout Plain Layout
8141 Roberto
8142 \end_layout
8143
8144 \end_inset
8145 </cell>
8146 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8147 \begin_inset Text
8148
8149 \begin_layout Plain Layout
8150 111
8151 \end_layout
8152
8153 \end_inset
8154 </cell>
8155 </row>
8156 <row>
8157 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8158 \begin_inset Text
8159
8160 \begin_layout Plain Layout
8161
8162 \series bold
8163 Pirpamer
8164 \end_layout
8165
8166 \end_inset
8167 </cell>
8168 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8169 \begin_inset Text
8170
8171 \begin_layout Plain Layout
8172 Erich
8173 \end_layout
8174
8175 \end_inset
8176 </cell>
8177 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8178 \begin_inset Text
8179
8180 \begin_layout Plain Layout
8181 111
8182 \end_layout
8183
8184 \end_inset
8185 </cell>
8186 </row>
8187 <row>
8188 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8189 \begin_inset Text
8190
8191 \begin_layout Plain Layout
8192
8193 \series bold
8194 Pochiesa
8195 \end_layout
8196
8197 \end_inset
8198 </cell>
8199 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8200 \begin_inset Text
8201
8202 \begin_layout Plain Layout
8203 Paolo
8204 \end_layout
8205
8206 \end_inset
8207 </cell>
8208 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8209 \begin_inset Text
8210
8211 \begin_layout Plain Layout
8212 111, 222
8213 \end_layout
8214
8215 \end_inset
8216 </cell>
8217 </row>
8218 <row>
8219 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8220 \begin_inset Text
8221
8222 \begin_layout Plain Layout
8223
8224 \series bold
8225 Radina
8226 \end_layout
8227
8228 \end_inset
8229 </cell>
8230 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8231 \begin_inset Text
8232
8233 \begin_layout Plain Layout
8234 Claudio
8235 \end_layout
8236
8237 \end_inset
8238 </cell>
8239 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8240 \begin_inset Text
8241
8242 \begin_layout Plain Layout
8243 111
8244 \end_layout
8245
8246 \end_inset
8247 </cell>
8248 </row>
8249 <row>
8250 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8251 \begin_inset Text
8252
8253 \begin_layout Plain Layout
8254
8255 \series bold
8256 Stuffer
8257 \end_layout
8258
8259 \end_inset
8260 </cell>
8261 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8262 \begin_inset Text
8263
8264 \begin_layout Plain Layout
8265 Oskar
8266 \end_layout
8267
8268 \end_inset
8269 </cell>
8270 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8271 \begin_inset Text
8272
8273 \begin_layout Plain Layout
8274 111
8275 \end_layout
8276
8277 \end_inset
8278 </cell>
8279 </row>
8280 <row>
8281 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8282 \begin_inset Text
8283
8284 \begin_layout Plain Layout
8285
8286 \series bold
8287 Tacchelli
8288 \end_layout
8289
8290 \end_inset
8291 </cell>
8292 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8293 \begin_inset Text
8294
8295 \begin_layout Plain Layout
8296 Ugo
8297 \end_layout
8298
8299 \end_inset
8300 </cell>
8301 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8302 \begin_inset Text
8303
8304 \begin_layout Plain Layout
8305 111
8306 \end_layout
8307
8308 \end_inset
8309 </cell>
8310 </row>
8311 <row>
8312 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8313 \begin_inset Text
8314
8315 \begin_layout Plain Layout
8316
8317 \series bold
8318 Tezzele
8319 \end_layout
8320
8321 \end_inset
8322 </cell>
8323 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8324 \begin_inset Text
8325
8326 \begin_layout Plain Layout
8327 Margit
8328 \end_layout
8329
8330 \end_inset
8331 </cell>
8332 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8333 \begin_inset Text
8334
8335 \begin_layout Plain Layout
8336 111
8337 \end_layout
8338
8339 \end_inset
8340 </cell>
8341 </row>
8342 <row>
8343 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8344 \begin_inset Text
8345
8346 \begin_layout Plain Layout
8347
8348 \series bold
8349 Unterkalmsteiner
8350 \end_layout
8351
8352 \end_inset
8353 </cell>
8354 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8355 \begin_inset Text
8356
8357 \begin_layout Plain Layout
8358 Frieda
8359 \end_layout
8360
8361 \end_inset
8362 </cell>
8363 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8364 \begin_inset Text
8365
8366 \begin_layout Plain Layout
8367 111
8368 \end_layout
8369
8370 \end_inset
8371 </cell>
8372 </row>
8373 <row>
8374 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8375 \begin_inset Text
8376
8377 \begin_layout Plain Layout
8378
8379 \series bold
8380 Vieider
8381 \end_layout
8382
8383 \end_inset
8384 </cell>
8385 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8386 \begin_inset Text
8387
8388 \begin_layout Plain Layout
8389 Hilde
8390 \end_layout
8391
8392 \end_inset
8393 </cell>
8394 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8395 \begin_inset Text
8396
8397 \begin_layout Plain Layout
8398 111
8399 \end_layout
8400
8401 \end_inset
8402 </cell>
8403 </row>
8404 <row>
8405 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8406 \begin_inset Text
8407
8408 \begin_layout Plain Layout
8409
8410 \series bold
8411 Vigna
8412 \end_layout
8413
8414 \end_inset
8415 </cell>
8416 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8417 \begin_inset Text
8418
8419 \begin_layout Plain Layout
8420 Jürgen
8421 \end_layout
8422
8423 \end_inset
8424 </cell>
8425 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8426 \begin_inset Text
8427
8428 \begin_layout Plain Layout
8429 111
8430 \end_layout
8431
8432 \end_inset
8433 </cell>
8434 </row>
8435 <row>
8436 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8437 \begin_inset Text
8438
8439 \begin_layout Plain Layout
8440
8441 \series bold
8442 Weber
8443 \end_layout
8444
8445 \end_inset
8446 </cell>
8447 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8448 \begin_inset Text
8449
8450 \begin_layout Plain Layout
8451 Maurizio
8452 \end_layout
8453
8454 \end_inset
8455 </cell>
8456 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8457 \begin_inset Text
8458
8459 \begin_layout Plain Layout
8460 111
8461 \end_layout
8462
8463 \end_inset
8464 </cell>
8465 </row>
8466 <row>
8467 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
8468 \begin_inset Text
8469
8470 \begin_layout Plain Layout
8471
8472 \series bold
8473 Winkler
8474 \end_layout
8475
8476 \end_inset
8477 </cell>
8478 <cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
8479 \begin_inset Text
8480
8481 \begin_layout Plain Layout
8482 Franz
8483 \end_layout
8484
8485 \end_inset
8486 </cell>
8487 <cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
8488 \begin_inset Text
8489
8490 \begin_layout Plain Layout
8491 111
8492 \end_layout
8493
8494 \end_inset
8495 </cell>
8496 </row>
8497 <row>
8498 <cell multicolumn="1" alignment="left" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
8499 \begin_inset Text
8500
8501 \begin_layout Plain Layout
8502  
8503 \end_layout
8504
8505 \end_inset
8506 </cell>
8507 <cell multicolumn="2" alignment="center" valignment="top" topline="true" usebox="none">
8508 \begin_inset Text
8509
8510 \begin_layout Plain Layout
8511
8512 \end_layout
8513
8514 \end_inset
8515 </cell>
8516 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
8517 \begin_inset Text
8518
8519 \begin_layout Plain Layout
8520
8521 \end_layout
8522
8523 \end_inset
8524 </cell>
8525 </row>
8526 <row>
8527 <cell alignment="left" valignment="top" leftline="true" usebox="none">
8528 \begin_inset Text
8529
8530 \begin_layout Plain Layout
8531
8532 \series bold
8533 Annovi
8534 \end_layout
8535
8536 \end_inset
8537 </cell>
8538 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8539 \begin_inset Text
8540
8541 \begin_layout Plain Layout
8542 Silvia
8543 \end_layout
8544
8545 \end_inset
8546 </cell>
8547 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8548 \begin_inset Text
8549
8550 \begin_layout Plain Layout
8551 555
8552 \end_layout
8553
8554 \end_inset
8555 </cell>
8556 </row>
8557 <row>
8558 <cell alignment="left" valignment="top" leftline="true" usebox="none">
8559 \begin_inset Text
8560
8561 \begin_layout Plain Layout
8562
8563 \series bold
8564 Bertoli
8565 \end_layout
8566
8567 \end_inset
8568 </cell>
8569 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8570 \begin_inset Text
8571
8572 \begin_layout Plain Layout
8573 Stefano
8574 \end_layout
8575
8576 \end_inset
8577 </cell>
8578 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8579 \begin_inset Text
8580
8581 \begin_layout Plain Layout
8582 555
8583 \end_layout
8584
8585 \end_inset
8586 </cell>
8587 </row>
8588 <row>
8589 <cell alignment="left" valignment="top" leftline="true" usebox="none">
8590 \begin_inset Text
8591
8592 \begin_layout Plain Layout
8593
8594 \series bold
8595 Bozzi
8596 \end_layout
8597
8598 \end_inset
8599 </cell>
8600 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8601 \begin_inset Text
8602
8603 \begin_layout Plain Layout
8604 Walter
8605 \end_layout
8606
8607 \end_inset
8608 </cell>
8609 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8610 \begin_inset Text
8611
8612 \begin_layout Plain Layout
8613 555
8614 \end_layout
8615
8616 \end_inset
8617 </cell>
8618 </row>
8619 <row>
8620 <cell alignment="left" valignment="top" leftline="true" usebox="none">
8621 \begin_inset Text
8622
8623 \begin_layout Plain Layout
8624
8625 \series bold
8626 Cachia
8627 \end_layout
8628
8629 \end_inset
8630 </cell>
8631 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8632 \begin_inset Text
8633
8634 \begin_layout Plain Layout
8635 Maria
8636 \end_layout
8637
8638 \end_inset
8639 </cell>
8640 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8641 \begin_inset Text
8642
8643 \begin_layout Plain Layout
8644 555
8645 \end_layout
8646
8647 \end_inset
8648 </cell>
8649 </row>
8650 <row>
8651 <cell alignment="left" valignment="top" leftline="true" usebox="none">
8652 \begin_inset Text
8653
8654 \begin_layout Plain Layout
8655
8656 \series bold
8657 Cachia
8658 \end_layout
8659
8660 \end_inset
8661 </cell>
8662 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8663 \begin_inset Text
8664
8665 \begin_layout Plain Layout
8666 Maurizio
8667 \end_layout
8668
8669 \end_inset
8670 </cell>
8671 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8672 \begin_inset Text
8673
8674 \begin_layout Plain Layout
8675 555
8676 \end_layout
8677
8678 \end_inset
8679 </cell>
8680 </row>
8681 <row>
8682 <cell alignment="left" valignment="top" leftline="true" usebox="none">
8683 \begin_inset Text
8684
8685 \begin_layout Plain Layout
8686
8687 \series bold
8688 Cinquemani
8689 \end_layout
8690
8691 \end_inset
8692 </cell>
8693 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8694 \begin_inset Text
8695
8696 \begin_layout Plain Layout
8697 Giusi
8698 \end_layout
8699
8700 \end_inset
8701 </cell>
8702 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8703 \begin_inset Text
8704
8705 \begin_layout Plain Layout
8706 555
8707 \end_layout
8708
8709 \end_inset
8710 </cell>
8711 </row>
8712 <row>
8713 <cell alignment="left" valignment="top" leftline="true" usebox="none">
8714 \begin_inset Text
8715
8716 \begin_layout Plain Layout
8717
8718 \series bold
8719 Colin
8720 \end_layout
8721
8722 \end_inset
8723 </cell>
8724 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8725 \begin_inset Text
8726
8727 \begin_layout Plain Layout
8728 Bernard
8729 \end_layout
8730
8731 \end_inset
8732 </cell>
8733 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8734 \begin_inset Text
8735
8736 \begin_layout Plain Layout
8737 555
8738 \end_layout
8739
8740 \end_inset
8741 </cell>
8742 </row>
8743 <row>
8744 <cell alignment="left" valignment="top" leftline="true" usebox="none">
8745 \begin_inset Text
8746
8747 \begin_layout Plain Layout
8748
8749 \series bold
8750 Concli
8751 \end_layout
8752
8753 \end_inset
8754 </cell>
8755 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8756 \begin_inset Text
8757
8758 \begin_layout Plain Layout
8759 Gianfranco
8760 \end_layout
8761
8762 \end_inset
8763 </cell>
8764 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8765 \begin_inset Text
8766
8767 \begin_layout Plain Layout
8768 555
8769 \end_layout
8770
8771 \end_inset
8772 </cell>
8773 </row>
8774 <row>
8775 <cell alignment="left" valignment="top" leftline="true" usebox="none">
8776 \begin_inset Text
8777
8778 \begin_layout Plain Layout
8779
8780 \series bold
8781 Dal Bosco
8782 \end_layout
8783
8784 \end_inset
8785 </cell>
8786 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8787 \begin_inset Text
8788
8789 \begin_layout Plain Layout
8790 Carolina
8791 \end_layout
8792
8793 \end_inset
8794 </cell>
8795 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8796 \begin_inset Text
8797
8798 \begin_layout Plain Layout
8799 555
8800 \end_layout
8801
8802 \end_inset
8803 </cell>
8804 </row>
8805 <row>
8806 <cell alignment="left" valignment="top" leftline="true" usebox="none">
8807 \begin_inset Text
8808
8809 \begin_layout Plain Layout
8810
8811 \series bold
8812 Dalpiaz
8813 \end_layout
8814
8815 \end_inset
8816 </cell>
8817 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8818 \begin_inset Text
8819
8820 \begin_layout Plain Layout
8821 Annamaria
8822 \end_layout
8823
8824 \end_inset
8825 </cell>
8826 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8827 \begin_inset Text
8828
8829 \begin_layout Plain Layout
8830 555
8831 \end_layout
8832
8833 \end_inset
8834 </cell>
8835 </row>
8836 <row>
8837 <cell alignment="left" valignment="top" leftline="true" usebox="none">
8838 \begin_inset Text
8839
8840 \begin_layout Plain Layout
8841
8842 \series bold
8843 Feliciello
8844 \end_layout
8845
8846 \end_inset
8847 </cell>
8848 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8849 \begin_inset Text
8850
8851 \begin_layout Plain Layout
8852 Domenico
8853 \end_layout
8854
8855 \end_inset
8856 </cell>
8857 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8858 \begin_inset Text
8859
8860 \begin_layout Plain Layout
8861 555
8862 \end_layout
8863
8864 \end_inset
8865 </cell>
8866 </row>
8867 <row>
8868 <cell alignment="left" valignment="top" leftline="true" usebox="none">
8869 \begin_inset Text
8870
8871 \begin_layout Plain Layout
8872
8873 \series bold
8874 Focarelli
8875 \end_layout
8876
8877 \end_inset
8878 </cell>
8879 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8880 \begin_inset Text
8881
8882 \begin_layout Plain Layout
8883 Paola
8884 \end_layout
8885
8886 \end_inset
8887 </cell>
8888 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8889 \begin_inset Text
8890
8891 \begin_layout Plain Layout
8892 555
8893 \end_layout
8894
8895 \end_inset
8896 </cell>
8897 </row>
8898 <row>
8899 <cell alignment="left" valignment="top" leftline="true" usebox="none">
8900 \begin_inset Text
8901
8902 \begin_layout Plain Layout
8903
8904 \series bold
8905 Galletti
8906 \end_layout
8907
8908 \end_inset
8909 </cell>
8910 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8911 \begin_inset Text
8912
8913 \begin_layout Plain Layout
8914 Oreste
8915 \end_layout
8916
8917 \end_inset
8918 </cell>
8919 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8920 \begin_inset Text
8921
8922 \begin_layout Plain Layout
8923 555
8924 \end_layout
8925
8926 \end_inset
8927 </cell>
8928 </row>
8929 <row>
8930 <cell alignment="left" valignment="top" leftline="true" usebox="none">
8931 \begin_inset Text
8932
8933 \begin_layout Plain Layout
8934
8935 \series bold
8936 Gasparini
8937 \end_layout
8938
8939 \end_inset
8940 </cell>
8941 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8942 \begin_inset Text
8943
8944 \begin_layout Plain Layout
8945 Franca
8946 \end_layout
8947
8948 \end_inset
8949 </cell>
8950 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8951 \begin_inset Text
8952
8953 \begin_layout Plain Layout
8954 555
8955 \end_layout
8956
8957 \end_inset
8958 </cell>
8959 </row>
8960 <row>
8961 <cell alignment="left" valignment="top" leftline="true" usebox="none">
8962 \begin_inset Text
8963
8964 \begin_layout Plain Layout
8965
8966 \series bold
8967 Rizzardi
8968 \end_layout
8969
8970 \end_inset
8971 </cell>
8972 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8973 \begin_inset Text
8974
8975 \begin_layout Plain Layout
8976 Paola
8977 \end_layout
8978
8979 \end_inset
8980 </cell>
8981 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8982 \begin_inset Text
8983
8984 \begin_layout Plain Layout
8985 555
8986 \end_layout
8987
8988 \end_inset
8989 </cell>
8990 </row>
8991 <row>
8992 <cell alignment="left" valignment="top" leftline="true" usebox="none">
8993 \begin_inset Text
8994
8995 \begin_layout Plain Layout
8996
8997 \series bold
8998 Lassini
8999 \end_layout
9000
9001 \end_inset
9002 </cell>
9003 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9004 \begin_inset Text
9005
9006 \begin_layout Plain Layout
9007 Giancarlo
9008 \end_layout
9009
9010 \end_inset
9011 </cell>
9012 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9013 \begin_inset Text
9014
9015 \begin_layout Plain Layout
9016 555
9017 \end_layout
9018
9019 \end_inset
9020 </cell>
9021 </row>
9022 <row>
9023 <cell alignment="left" valignment="top" leftline="true" usebox="none">
9024 \begin_inset Text
9025
9026 \begin_layout Plain Layout
9027
9028 \series bold
9029 Malfatti
9030 \end_layout
9031
9032 \end_inset
9033 </cell>
9034 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9035 \begin_inset Text
9036
9037 \begin_layout Plain Layout
9038 Luciano
9039 \end_layout
9040
9041 \end_inset
9042 </cell>
9043 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9044 \begin_inset Text
9045
9046 \begin_layout Plain Layout
9047 555
9048 \end_layout
9049
9050 \end_inset
9051 </cell>
9052 </row>
9053 <row>
9054 <cell alignment="left" valignment="top" leftline="true" usebox="none">
9055 \begin_inset Text
9056
9057 \begin_layout Plain Layout
9058
9059 \series bold
9060 Malfatti
9061 \end_layout
9062
9063 \end_inset
9064 </cell>
9065 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9066 \begin_inset Text
9067
9068 \begin_layout Plain Layout
9069 Valeriano
9070 \end_layout
9071
9072 \end_inset
9073 </cell>
9074 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9075 \begin_inset Text
9076
9077 \begin_layout Plain Layout
9078 555
9079 \end_layout
9080
9081 \end_inset
9082 </cell>
9083 </row>
9084 <row>
9085 <cell alignment="left" valignment="top" leftline="true" usebox="none">
9086 \begin_inset Text
9087
9088 \begin_layout Plain Layout
9089
9090 \series bold
9091 Meneguzzo
9092 \end_layout
9093
9094 \end_inset
9095 </cell>
9096 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9097 \begin_inset Text
9098
9099 \begin_layout Plain Layout
9100 Roberto
9101 \end_layout
9102
9103 \end_inset
9104 </cell>
9105 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9106 \begin_inset Text
9107
9108 \begin_layout Plain Layout
9109 555
9110 \end_layout
9111
9112 \end_inset
9113 </cell>
9114 </row>
9115 <row>
9116 <cell alignment="left" valignment="top" bottomline="true" leftline="true" usebox="none">
9117 \begin_inset Text
9118
9119 \begin_layout Plain Layout
9120
9121 \series bold
9122 Mezzadra
9123 \end_layout
9124
9125 \end_inset
9126 </cell>
9127 <cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
9128 \begin_inset Text
9129
9130 \begin_layout Plain Layout
9131 Roberto
9132 \end_layout
9133
9134 \end_inset
9135 </cell>
9136 <cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
9137 \begin_inset Text
9138
9139 \begin_layout Plain Layout
9140 555
9141 \end_layout
9142
9143 \end_inset
9144 </cell>
9145 </row>
9146 </lyxtabular>
9147
9148 \end_inset
9149
9150
9151 \end_layout
9152
9153 \begin_layout Section
9154 Particularidades de las tablas largas
9155 \end_layout
9156
9157 \begin_layout Subsection
9158 Cálculos
9159 \begin_inset Index
9160 status collapsed
9161
9162 \begin_layout Plain Layout
9163 Tablas largas ! Cálculos
9164 \end_layout
9165
9166 \end_inset
9167
9168
9169 \end_layout
9170
9171 \begin_layout Standard
9172 LaTeX calcula la altura de las páginas con tabla y sus saltos de página
9173  utilizando los denominados «trozos», que son partes de la tabla presentes
9174  en la memoria de LaTeX.
9175  El valor predeterminado está establecido a sólo 20 filas.
9176  Si estás usando tablas largas con muchas páginas, la generación del documento
9177  puede hacerse muy lenta.
9178  No hay problema en aumentar el tamaño de los trozos hasta 100-1000 añadiendo
9179  el siguiente comando en el preámbulo del documento:
9180 \end_layout
9181
9182 \begin_layout Standard
9183
9184 \series bold
9185
9186 \backslash
9187 setcounter{LTchunksize}{100}
9188 \end_layout
9189
9190 \begin_layout Subsection
9191 Flotantes y tablas largas
9192 \begin_inset Index
9193 status collapsed
9194
9195 \begin_layout Plain Layout
9196 Tablas largas ! Flotantes
9197 \end_layout
9198
9199 \end_inset
9200
9201
9202 \end_layout
9203
9204 \begin_layout Standard
9205 Podría haber problemas si un flotante aparece en la misma página donde comienza
9206  una tabla larga.
9207  Para evitarlo, añade el comando 
9208 \series bold
9209
9210 \backslash
9211 clearpage
9212 \series default
9213  en código TeX antes de la tabla.
9214 \end_layout
9215
9216 \begin_layout Subsection
9217 Saltos de página forzados
9218 \begin_inset Index
9219 status collapsed
9220
9221 \begin_layout Plain Layout
9222 Tablas largas ! Saltos de página forzados
9223 \end_layout
9224
9225 \end_inset
9226
9227
9228 \end_layout
9229
9230 \begin_layout Standard
9231 Por omisión, las tablas sólo se cortan entre filas.
9232  Si tienes una celda con líneas múltiples y necesitas un salto de página
9233  dentro de la celda, inserta el comando de nueva línea «
9234 \series bold
9235
9236 \backslash
9237
9238 \backslash
9239
9240 \series default
9241 » en código TeX en el punto en que quieras cortar.
9242  Antes del comando «
9243 \series bold
9244
9245 \backslash
9246
9247 \backslash
9248
9249 \series default
9250 » debes insertar en código TeX tantos caracteres «
9251 \series bold
9252 &
9253 \series default
9254 » como columnas siguientes de la tabla.
9255  
9256 \series bold
9257 &
9258 \series default
9259  es el carácter para separar celdas.
9260  Escribe en código TeX después de cada 
9261 \series bold
9262 &
9263 \series default
9264  el contenido de la celda siguiente correspondiente y borra el contenido
9265  de esas celdas.
9266 \begin_inset Newline newline
9267 \end_inset
9268
9269 Detrás del comando 
9270 \series bold
9271
9272 \backslash
9273
9274 \backslash
9275
9276 \series default
9277 , inserta tantos 
9278 \series bold
9279 &
9280 \series default
9281  como columnas haya delante de la actual.
9282  En la tabla
9283 \begin_inset space ~
9284 \end_inset
9285
9286
9287 \begin_inset CommandInset ref
9288 LatexCommand ref
9289 reference "tab:Saltos de Página Forzados"
9290
9291 \end_inset
9292
9293  la celda que debería cortarse está en la segunda columna seguida de otra
9294  columna.
9295  Por eso, el siguiente comando se inserta en la celda en código TeX detrás
9296  de «
9297 \emph on
9298 Castelchiodato,
9299 \emph default
9300 »:
9301 \end_layout
9302
9303 \begin_layout Standard
9304
9305 \series bold
9306 & 111
9307 \backslash
9308
9309 \backslash
9310  
9311 \backslash
9312 newpage
9313 \begin_inset Newline newline
9314 \end_inset
9315
9316 &
9317 \end_layout
9318
9319 \begin_layout Standard
9320 El «111» en la tercera columna de la fila se ha borrado.
9321
9322 \series bold
9323  
9324 \backslash
9325 newpage 
9326 \series default
9327 es necesario solo si en esta posición debiera ir definitivamente un salto
9328  de página, de otro modo es sólamente una posibilidad de salto.
9329  Si la fila más baja de la tabla larga no tiene, por alguna razón, línea
9330  superior pero quisieras una línea horizontal donde se corta la celda, usa
9331  este comando alternativo:
9332 \end_layout
9333
9334 \begin_layout Standard
9335
9336 \series bold
9337 & 111
9338 \backslash
9339
9340 \backslash
9341
9342 \begin_inset Newline newline
9343 \end_inset
9344
9345
9346 \backslash
9347 hline &
9348 \end_layout
9349
9350 \begin_layout Standard
9351 Cuando la celda a cortar está en la última columna, el comando
9352 \end_layout
9353
9354 \begin_layout Standard
9355
9356 \series bold
9357
9358 \backslash
9359 setlength{
9360 \backslash
9361 parfillskip}{0pt}
9362 \end_layout
9363
9364 \begin_layout Standard
9365 debe insertarse en código TeX al principio de la celda.
9366  Esto garantiza que la parte de la celda que será mostrada en la nueva página
9367  aparecerá con toda su anchura.
9368 \end_layout
9369
9370 \begin_layout Standard
9371 \align center
9372 \begin_inset Tabular
9373 <lyxtabular version="3" rows="38" columns="3">
9374 <features islongtable="true" lastFootEmpty="true">
9375 <column alignment="left" valignment="top" width="0cm">
9376 <column alignment="left" valignment="top" width="3cm">
9377 <column alignment="right" valignment="top" width="0pt">
9378 <row caption="true">
9379 <cell multicolumn="1" alignment="left" valignment="top" usebox="none">
9380 \begin_inset Text
9381
9382 \begin_layout Plain Layout
9383 \begin_inset Caption
9384
9385 \begin_layout Plain Layout
9386 Tabla con salto de página forzado en celda
9387 \begin_inset CommandInset label
9388 LatexCommand label
9389 name "tab:Saltos de Página Forzados"
9390
9391 \end_inset
9392
9393
9394 \begin_inset OptArg
9395 status collapsed
9396
9397 \begin_layout Plain Layout
9398 Tabla con salto de página forzado en celda
9399 \end_layout
9400
9401 \end_inset
9402
9403
9404 \end_layout
9405
9406 \end_inset
9407
9408
9409 \end_layout
9410
9411 \end_inset
9412 </cell>
9413 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
9414 \begin_inset Text
9415
9416 \begin_layout Plain Layout
9417
9418 \end_layout
9419
9420 \end_inset
9421 </cell>
9422 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
9423 \begin_inset Text
9424
9425 \begin_layout Plain Layout
9426
9427 \end_layout
9428
9429 \end_inset
9430 </cell>
9431 </row>
9432 <row endfirsthead="true">
9433 <cell multicolumn="1" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
9434 \begin_inset Text
9435
9436 \begin_layout Plain Layout
9437
9438 \series bold
9439 Ejemplo de lista telefónica (ignore los nombres)
9440 \end_layout
9441
9442 \end_inset
9443 </cell>
9444 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
9445 \begin_inset Text
9446
9447 \begin_layout Plain Layout
9448
9449 \end_layout
9450
9451 \end_inset
9452 </cell>
9453 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
9454 \begin_inset Text
9455
9456 \begin_layout Plain Layout
9457
9458 \end_layout
9459
9460 \end_inset
9461 </cell>
9462 </row>
9463 <row endfirsthead="true">
9464 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
9465 \begin_inset Text
9466
9467 \begin_layout Plain Layout
9468
9469 \series bold
9470 NOMBRE
9471 \end_layout
9472
9473 \end_inset
9474 </cell>
9475 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
9476 \begin_inset Text
9477
9478 \begin_layout Plain Layout
9479
9480 \end_layout
9481
9482 \end_inset
9483 </cell>
9484 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
9485 \begin_inset Text
9486
9487 \begin_layout Plain Layout
9488
9489 \series bold
9490 TEL.
9491 \end_layout
9492
9493 \end_inset
9494 </cell>
9495 </row>
9496 <row endhead="true">
9497 <cell alignment="center" valignment="top" leftline="true" usebox="none">
9498 \begin_inset Text
9499
9500 \begin_layout Plain Layout
9501 \begin_inset ERT
9502 status collapsed
9503
9504 \begin_layout Plain Layout
9505
9506
9507 \backslash
9508 caption*{continúa Tabla con salto de página forzado en celda}
9509 \backslash
9510
9511 \backslash
9512 %
9513 \end_layout
9514
9515 \end_inset
9516
9517
9518 \end_layout
9519
9520 \end_inset
9521 </cell>
9522 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9523 \begin_inset Text
9524
9525 \begin_layout Plain Layout
9526
9527 \end_layout
9528
9529 \end_inset
9530 </cell>
9531 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9532 \begin_inset Text
9533
9534 \begin_layout Plain Layout
9535
9536 \end_layout
9537
9538 \end_inset
9539 </cell>
9540 </row>
9541 <row endhead="true">
9542 <cell multicolumn="1" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
9543 \begin_inset Text
9544
9545 \begin_layout Plain Layout
9546  
9547 \series bold
9548 Ejemplo de lista telefónica
9549 \end_layout
9550
9551 \end_inset
9552 </cell>
9553 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
9554 \begin_inset Text
9555
9556 \begin_layout Plain Layout
9557
9558 \end_layout
9559
9560 \end_inset
9561 </cell>
9562 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
9563 \begin_inset Text
9564
9565 \begin_layout Plain Layout
9566
9567 \end_layout
9568
9569 \end_inset
9570 </cell>
9571 </row>
9572 <row endhead="true">
9573 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
9574 \begin_inset Text
9575
9576 \begin_layout Plain Layout
9577
9578 \series bold
9579 NOMBRE
9580 \end_layout
9581
9582 \end_inset
9583 </cell>
9584 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
9585 \begin_inset Text
9586
9587 \begin_layout Plain Layout
9588
9589 \end_layout
9590
9591 \end_inset
9592 </cell>
9593 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
9594 \begin_inset Text
9595
9596 \begin_layout Plain Layout
9597
9598 \series bold
9599 TEL.
9600 \end_layout
9601
9602 \end_inset
9603 </cell>
9604 </row>
9605 <row endfoot="true">
9606 <cell multicolumn="1" alignment="right" valignment="top" usebox="none">
9607 \begin_inset Text
9608
9609 \begin_layout Plain Layout
9610 continúa en página siguiente
9611 \end_layout
9612
9613 \end_inset
9614 </cell>
9615 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
9616 \begin_inset Text
9617
9618 \begin_layout Plain Layout
9619
9620 \end_layout
9621
9622 \end_inset
9623 </cell>
9624 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
9625 \begin_inset Text
9626
9627 \begin_layout Plain Layout
9628
9629 \end_layout
9630
9631 \end_inset
9632 </cell>
9633 </row>
9634 <row>
9635 <cell alignment="center" valignment="top" leftline="true" usebox="none">
9636 \begin_inset Text
9637
9638 \begin_layout Plain Layout
9639
9640 \series bold
9641 Annovi
9642 \end_layout
9643
9644 \end_inset
9645 </cell>
9646 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9647 \begin_inset Text
9648
9649 \begin_layout Plain Layout
9650 Silvia
9651 \end_layout
9652
9653 \end_inset
9654 </cell>
9655 <cell alignment="right" valignment="top" rightline="true" usebox="none">
9656 \begin_inset Text
9657
9658 \begin_layout Plain Layout
9659 111
9660 \end_layout
9661
9662 \end_inset
9663 </cell>
9664 </row>
9665 <row>
9666 <cell alignment="center" valignment="top" leftline="true" usebox="none">
9667 \begin_inset Text
9668
9669 \begin_layout Plain Layout
9670
9671 \series bold
9672 Bertoli
9673 \end_layout
9674
9675 \end_inset
9676 </cell>
9677 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9678 \begin_inset Text
9679
9680 \begin_layout Plain Layout
9681 Stefano
9682 \end_layout
9683
9684 \end_inset
9685 </cell>
9686 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9687 \begin_inset Text
9688
9689 \begin_layout Plain Layout
9690 111
9691 \end_layout
9692
9693 \end_inset
9694 </cell>
9695 </row>
9696 <row>
9697 <cell alignment="center" valignment="top" leftline="true" usebox="none">
9698 \begin_inset Text
9699
9700 \begin_layout Plain Layout
9701
9702 \series bold
9703 Bozzi
9704 \end_layout
9705
9706 \end_inset
9707 </cell>
9708 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9709 \begin_inset Text
9710
9711 \begin_layout Plain Layout
9712 Walter
9713 \end_layout
9714
9715 \end_inset
9716 </cell>
9717 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9718 \begin_inset Text
9719
9720 \begin_layout Plain Layout
9721 111
9722 \end_layout
9723
9724 \end_inset
9725 </cell>
9726 </row>
9727 <row>
9728 <cell alignment="center" valignment="top" leftline="true" usebox="none">
9729 \begin_inset Text
9730
9731 \begin_layout Plain Layout
9732
9733 \series bold
9734 Cachia
9735 \end_layout
9736
9737 \end_inset
9738 </cell>
9739 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9740 \begin_inset Text
9741
9742 \begin_layout Plain Layout
9743 Maria
9744 \end_layout
9745
9746 \end_inset
9747 </cell>
9748 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9749 \begin_inset Text
9750
9751 \begin_layout Plain Layout
9752 111
9753 \end_layout
9754
9755 \end_inset
9756 </cell>
9757 </row>
9758 <row>
9759 <cell alignment="center" valignment="top" leftline="true" usebox="none">
9760 \begin_inset Text
9761
9762 \begin_layout Plain Layout
9763
9764 \series bold
9765 Cachia
9766 \end_layout
9767
9768 \end_inset
9769 </cell>
9770 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9771 \begin_inset Text
9772
9773 \begin_layout Plain Layout
9774 Maurizio
9775 \end_layout
9776
9777 \end_inset
9778 </cell>
9779 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9780 \begin_inset Text
9781
9782 \begin_layout Plain Layout
9783 111
9784 \end_layout
9785
9786 \end_inset
9787 </cell>
9788 </row>
9789 <row>
9790 <cell alignment="center" valignment="top" leftline="true" usebox="none">
9791 \begin_inset Text
9792
9793 \begin_layout Plain Layout
9794
9795 \series bold
9796 Cinquemani
9797 \end_layout
9798
9799 \end_inset
9800 </cell>
9801 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9802 \begin_inset Text
9803
9804 \begin_layout Plain Layout
9805 Giusi
9806 \end_layout
9807
9808 \end_inset
9809 </cell>
9810 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9811 \begin_inset Text
9812
9813 \begin_layout Plain Layout
9814 111
9815 \end_layout
9816
9817 \end_inset
9818 </cell>
9819 </row>
9820 <row>
9821 <cell alignment="center" valignment="top" leftline="true" usebox="none">
9822 \begin_inset Text
9823
9824 \begin_layout Plain Layout
9825
9826 \series bold
9827 Colin
9828 \end_layout
9829
9830 \end_inset
9831 </cell>
9832 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9833 \begin_inset Text
9834
9835 \begin_layout Plain Layout
9836 Bernard
9837 \end_layout
9838
9839 \end_inset
9840 </cell>
9841 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9842 \begin_inset Text
9843
9844 \begin_layout Plain Layout
9845 111
9846 \end_layout
9847
9848 \end_inset
9849 </cell>
9850 </row>
9851 <row>
9852 <cell alignment="center" valignment="top" leftline="true" usebox="none">
9853 \begin_inset Text
9854
9855 \begin_layout Plain Layout
9856
9857 \series bold
9858 Concli
9859 \end_layout
9860
9861 \end_inset
9862 </cell>
9863 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9864 \begin_inset Text
9865
9866 \begin_layout Plain Layout
9867 Gianfranco
9868 \end_layout
9869
9870 \end_inset
9871 </cell>
9872 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9873 \begin_inset Text
9874
9875 \begin_layout Plain Layout
9876 111
9877 \end_layout
9878
9879 \end_inset
9880 </cell>
9881 </row>
9882 <row>
9883 <cell alignment="center" valignment="top" leftline="true" usebox="none">
9884 \begin_inset Text
9885
9886 \begin_layout Plain Layout
9887
9888 \series bold
9889 Dal Bosco
9890 \end_layout
9891
9892 \end_inset
9893 </cell>
9894 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9895 \begin_inset Text
9896
9897 \begin_layout Plain Layout
9898 Carolina
9899 \end_layout
9900
9901 \end_inset
9902 </cell>
9903 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9904 \begin_inset Text
9905
9906 \begin_layout Plain Layout
9907 111
9908 \end_layout
9909
9910 \end_inset
9911 </cell>
9912 </row>
9913 <row>
9914 <cell alignment="center" valignment="top" leftline="true" usebox="none">
9915 \begin_inset Text
9916
9917 \begin_layout Plain Layout
9918
9919 \series bold
9920 Dalpiaz
9921 \end_layout
9922
9923 \end_inset
9924 </cell>
9925 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9926 \begin_inset Text
9927
9928 \begin_layout Plain Layout
9929 Annamaria
9930 \end_layout
9931
9932 \end_inset
9933 </cell>
9934 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9935 \begin_inset Text
9936
9937 \begin_layout Plain Layout
9938 111
9939 \end_layout
9940
9941 \end_inset
9942 </cell>
9943 </row>
9944 <row>
9945 <cell alignment="center" valignment="top" leftline="true" usebox="none">
9946 \begin_inset Text
9947
9948 \begin_layout Plain Layout
9949
9950 \series bold
9951 Feliciello
9952 \end_layout
9953
9954 \end_inset
9955 </cell>
9956 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9957 \begin_inset Text
9958
9959 \begin_layout Plain Layout
9960 Domenico
9961 \end_layout
9962
9963 \end_inset
9964 </cell>
9965 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9966 \begin_inset Text
9967
9968 \begin_layout Plain Layout
9969 111
9970 \end_layout
9971
9972 \end_inset
9973 </cell>
9974 </row>
9975 <row>
9976 <cell alignment="center" valignment="top" leftline="true" usebox="none">
9977 \begin_inset Text
9978
9979 \begin_layout Plain Layout
9980
9981 \series bold
9982 Focarelli
9983 \end_layout
9984
9985 \end_inset
9986 </cell>
9987 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9988 \begin_inset Text
9989
9990 \begin_layout Plain Layout
9991 Paola
9992 \end_layout
9993
9994 \end_inset
9995 </cell>
9996 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9997 \begin_inset Text
9998
9999 \begin_layout Plain Layout
10000 111
10001 \end_layout
10002
10003 \end_inset
10004 </cell>
10005 </row>
10006 <row>
10007 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10008 \begin_inset Text
10009
10010 \begin_layout Plain Layout
10011
10012 \series bold
10013 Galletti
10014 \end_layout
10015
10016 \end_inset
10017 </cell>
10018 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10019 \begin_inset Text
10020
10021 \begin_layout Plain Layout
10022 Oreste
10023 \end_layout
10024
10025 \end_inset
10026 </cell>
10027 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10028 \begin_inset Text
10029
10030 \begin_layout Plain Layout
10031 111
10032 \end_layout
10033
10034 \end_inset
10035 </cell>
10036 </row>
10037 <row>
10038 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10039 \begin_inset Text
10040
10041 \begin_layout Plain Layout
10042
10043 \series bold
10044 Gasparini
10045 \end_layout
10046
10047 \end_inset
10048 </cell>
10049 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10050 \begin_inset Text
10051
10052 \begin_layout Plain Layout
10053 Franca
10054 \end_layout
10055
10056 \end_inset
10057 </cell>
10058 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10059 \begin_inset Text
10060
10061 \begin_layout Plain Layout
10062 111
10063 \end_layout
10064
10065 \end_inset
10066 </cell>
10067 </row>
10068 <row>
10069 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10070 \begin_inset Text
10071
10072 \begin_layout Plain Layout
10073
10074 \series bold
10075 Lassini
10076 \end_layout
10077
10078 \end_inset
10079 </cell>
10080 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10081 \begin_inset Text
10082
10083 \begin_layout Plain Layout
10084 Giancarlo, 11.
10085  Fürst von Montecompatri, 11.
10086  Fürst von Sulmona und Vivaro, 10.
10087  Fürst von Rossano, 5.
10088  Herzog von Canemorte, 11.
10089  Herzog von Palombara, 5.
10090  Herzog von Castelchiodato,
10091 \begin_inset ERT
10092 status collapsed
10093
10094 \begin_layout Plain Layout
10095
10096 & 111
10097 \backslash
10098
10099 \backslash
10100  
10101 \backslash
10102 newpage
10103 \end_layout
10104
10105 \begin_layout Plain Layout
10106
10107 &
10108 \end_layout
10109
10110 \end_inset
10111
10112  11.
10113  Herzog von Poggionativo, 11.
10114  Markis von Mentana, Norma, Civitella, Pratica, Moricone und Percille, 11.
10115  Graf von Valinfreda, 11.
10116  Baron von Cropalati, 11.
10117  Herr von Scarpa, Edelmann von Rom, Patrizier von Venedig, Neapel und Genua
10118 \end_layout
10119
10120 \end_inset
10121 </cell>
10122 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10123 \begin_inset Text
10124
10125 \begin_layout Plain Layout
10126
10127 \end_layout
10128
10129 \end_inset
10130 </cell>
10131 </row>
10132 <row>
10133 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10134 \begin_inset Text
10135
10136 \begin_layout Plain Layout
10137
10138 \series bold
10139 Malfatti
10140 \end_layout
10141
10142 \end_inset
10143 </cell>
10144 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10145 \begin_inset Text
10146
10147 \begin_layout Plain Layout
10148 Luciano
10149 \end_layout
10150
10151 \end_inset
10152 </cell>
10153 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10154 \begin_inset Text
10155
10156 \begin_layout Plain Layout
10157 111
10158 \end_layout
10159
10160 \end_inset
10161 </cell>
10162 </row>
10163 <row>
10164 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10165 \begin_inset Text
10166
10167 \begin_layout Plain Layout
10168
10169 \series bold
10170 Malfatti
10171 \end_layout
10172
10173 \end_inset
10174 </cell>
10175 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10176 \begin_inset Text
10177
10178 \begin_layout Plain Layout
10179 Valeriano
10180 \end_layout
10181
10182 \end_inset
10183 </cell>
10184 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10185 \begin_inset Text
10186
10187 \begin_layout Plain Layout
10188 111
10189 \end_layout
10190
10191 \end_inset
10192 </cell>
10193 </row>
10194 <row>
10195 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10196 \begin_inset Text
10197
10198 \begin_layout Plain Layout
10199
10200 \series bold
10201 Meneguzzo
10202 \end_layout
10203
10204 \end_inset
10205 </cell>
10206 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10207 \begin_inset Text
10208
10209 \begin_layout Plain Layout
10210 Roberto
10211 \end_layout
10212
10213 \end_inset
10214 </cell>
10215 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10216 \begin_inset Text
10217
10218 \begin_layout Plain Layout
10219 111
10220 \end_layout
10221
10222 \end_inset
10223 </cell>
10224 </row>
10225 <row>
10226 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10227 \begin_inset Text
10228
10229 \begin_layout Plain Layout
10230
10231 \series bold
10232 Mezzadra
10233 \end_layout
10234
10235 \end_inset
10236 </cell>
10237 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10238 \begin_inset Text
10239
10240 \begin_layout Plain Layout
10241 Roberto
10242 \end_layout
10243
10244 \end_inset
10245 </cell>
10246 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10247 \begin_inset Text
10248
10249 \begin_layout Plain Layout
10250 111
10251 \end_layout
10252
10253 \end_inset
10254 </cell>
10255 </row>
10256 <row>
10257 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10258 \begin_inset Text
10259
10260 \begin_layout Plain Layout
10261
10262 \series bold
10263 Pirpamer
10264 \end_layout
10265
10266 \end_inset
10267 </cell>
10268 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10269 \begin_inset Text
10270
10271 \begin_layout Plain Layout
10272 Erich
10273 \end_layout
10274
10275 \end_inset
10276 </cell>
10277 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10278 \begin_inset Text
10279
10280 \begin_layout Plain Layout
10281 111
10282 \end_layout
10283
10284 \end_inset
10285 </cell>
10286 </row>
10287 <row>
10288 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10289 \begin_inset Text
10290
10291 \begin_layout Plain Layout
10292
10293 \series bold
10294 Pochiesa
10295 \end_layout
10296
10297 \end_inset
10298 </cell>
10299 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10300 \begin_inset Text
10301
10302 \begin_layout Plain Layout
10303 Paolo
10304 \end_layout
10305
10306 \end_inset
10307 </cell>
10308 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10309 \begin_inset Text
10310
10311 \begin_layout Plain Layout
10312 111, 222
10313 \end_layout
10314
10315 \end_inset
10316 </cell>
10317 </row>
10318 <row>
10319 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10320 \begin_inset Text
10321
10322 \begin_layout Plain Layout
10323
10324 \series bold
10325 Radina
10326 \end_layout
10327
10328 \end_inset
10329 </cell>
10330 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10331 \begin_inset Text
10332
10333 \begin_layout Plain Layout
10334 Claudio
10335 \end_layout
10336
10337 \end_inset
10338 </cell>
10339 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10340 \begin_inset Text
10341
10342 \begin_layout Plain Layout
10343 111
10344 \end_layout
10345
10346 \end_inset
10347 </cell>
10348 </row>
10349 <row>
10350 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10351 \begin_inset Text
10352
10353 \begin_layout Plain Layout
10354
10355 \series bold
10356 Rizzardi
10357 \end_layout
10358
10359 \end_inset
10360 </cell>
10361 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10362 \begin_inset Text
10363
10364 \begin_layout Plain Layout
10365 Paolo
10366 \end_layout
10367
10368 \end_inset
10369 </cell>
10370 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10371 \begin_inset Text
10372
10373 \begin_layout Plain Layout
10374 111
10375 \end_layout
10376
10377 \end_inset
10378 </cell>
10379 </row>
10380 <row>
10381 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10382 \begin_inset Text
10383
10384 \begin_layout Plain Layout
10385
10386 \series bold
10387 Stuffer
10388 \end_layout
10389
10390 \end_inset
10391 </cell>
10392 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10393 \begin_inset Text
10394
10395 \begin_layout Plain Layout
10396 Oskar
10397 \end_layout
10398
10399 \end_inset
10400 </cell>
10401 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10402 \begin_inset Text
10403
10404 \begin_layout Plain Layout
10405 111
10406 \end_layout
10407
10408 \end_inset
10409 </cell>
10410 </row>
10411 <row>
10412 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10413 \begin_inset Text
10414
10415 \begin_layout Plain Layout
10416
10417 \series bold
10418 Tacchelli
10419 \end_layout
10420
10421 \end_inset
10422 </cell>
10423 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10424 \begin_inset Text
10425
10426 \begin_layout Plain Layout
10427 Ugo
10428 \end_layout
10429
10430 \end_inset
10431 </cell>
10432 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10433 \begin_inset Text
10434
10435 \begin_layout Plain Layout
10436 111
10437 \end_layout
10438
10439 \end_inset
10440 </cell>
10441 </row>
10442 <row>
10443 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10444 \begin_inset Text
10445
10446 \begin_layout Plain Layout
10447
10448 \series bold
10449 Tezzele
10450 \end_layout
10451
10452 \end_inset
10453 </cell>
10454 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10455 \begin_inset Text
10456
10457 \begin_layout Plain Layout
10458 Margit
10459 \end_layout
10460
10461 \end_inset
10462 </cell>
10463 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10464 \begin_inset Text
10465
10466 \begin_layout Plain Layout
10467 111
10468 \end_layout
10469
10470 \end_inset
10471 </cell>
10472 </row>
10473 <row>
10474 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10475 \begin_inset Text
10476
10477 \begin_layout Plain Layout
10478
10479 \series bold
10480 Unterkalmsteiner
10481 \end_layout
10482
10483 \end_inset
10484 </cell>
10485 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10486 \begin_inset Text
10487
10488 \begin_layout Plain Layout
10489 Frieda
10490 \end_layout
10491
10492 \end_inset
10493 </cell>
10494 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10495 \begin_inset Text
10496
10497 \begin_layout Plain Layout
10498 111
10499 \end_layout
10500
10501 \end_inset
10502 </cell>
10503 </row>
10504 <row>
10505 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10506 \begin_inset Text
10507
10508 \begin_layout Plain Layout
10509
10510 \series bold
10511 Vieider
10512 \end_layout
10513
10514 \end_inset
10515 </cell>
10516 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10517 \begin_inset Text
10518
10519 \begin_layout Plain Layout
10520 Hilde
10521 \end_layout
10522
10523 \end_inset
10524 </cell>
10525 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10526 \begin_inset Text
10527
10528 \begin_layout Plain Layout
10529 111
10530 \end_layout
10531
10532 \end_inset
10533 </cell>
10534 </row>
10535 <row>
10536 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10537 \begin_inset Text
10538
10539 \begin_layout Plain Layout
10540
10541 \series bold
10542 Vigna
10543 \end_layout
10544
10545 \end_inset
10546 </cell>
10547 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10548 \begin_inset Text
10549
10550 \begin_layout Plain Layout
10551 Jürgen
10552 \end_layout
10553
10554 \end_inset
10555 </cell>
10556 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10557 \begin_inset Text
10558
10559 \begin_layout Plain Layout
10560 111
10561 \end_layout
10562
10563 \end_inset
10564 </cell>
10565 </row>
10566 <row>
10567 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10568 \begin_inset Text
10569
10570 \begin_layout Plain Layout
10571
10572 \series bold
10573 Weber
10574 \end_layout
10575
10576 \end_inset
10577 </cell>
10578 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10579 \begin_inset Text
10580
10581 \begin_layout Plain Layout
10582 Maurizio
10583 \end_layout
10584
10585 \end_inset
10586 </cell>
10587 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10588 \begin_inset Text
10589
10590 \begin_layout Plain Layout
10591 111
10592 \end_layout
10593
10594 \end_inset
10595 </cell>
10596 </row>
10597 <row>
10598 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
10599 \begin_inset Text
10600
10601 \begin_layout Plain Layout
10602
10603 \series bold
10604 Winkler
10605 \end_layout
10606
10607 \end_inset
10608 </cell>
10609 <cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
10610 \begin_inset Text
10611
10612 \begin_layout Plain Layout
10613 Franz
10614 \end_layout
10615
10616 \end_inset
10617 </cell>
10618 <cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
10619 \begin_inset Text
10620
10621 \begin_layout Plain Layout
10622 111
10623 \end_layout
10624
10625 \end_inset
10626 </cell>
10627 </row>
10628 </lyxtabular>
10629
10630 \end_inset
10631
10632
10633 \end_layout
10634
10635 \begin_layout Section
10636 Líneas múltiples en columnas y filas
10637 \end_layout
10638
10639 \begin_layout Subsection
10640 Líneas múltiples en celdas
10641 \begin_inset CommandInset label
10642 LatexCommand label
10643 name "sub:Líneas-Múltiples-en"
10644
10645 \end_inset
10646
10647
10648 \begin_inset Index
10649 status collapsed
10650
10651 \begin_layout Plain Layout
10652 Lineas@Líneas múltiples en celdas
10653 \end_layout
10654
10655 \end_inset
10656
10657
10658 \begin_inset Index
10659 status collapsed
10660
10661 \begin_layout Plain Layout
10662 Tablas ! Saltos de línea
10663 \end_layout
10664
10665 \end_inset
10666
10667
10668 \end_layout
10669
10670 \begin_layout Standard
10671 \noindent
10672 \begin_inset Float table
10673 placement H
10674 wide false
10675 sideways false
10676 status open
10677
10678 \begin_layout Plain Layout
10679 \begin_inset Caption
10680
10681 \begin_layout Plain Layout
10682 \begin_inset CommandInset label
10683 LatexCommand label
10684 name "tab:Tabla-con-múltiples"
10685
10686 \end_inset
10687
10688 Tabla con líneas múltiples en celda
10689 \end_layout
10690
10691 \end_inset
10692
10693
10694 \end_layout
10695
10696 \begin_layout Plain Layout
10697 \align center
10698 \begin_inset Tabular
10699 <lyxtabular version="3" rows="3" columns="3">
10700 <features>
10701 <column alignment="center" valignment="middle" width="2.5cm">
10702 <column alignment="center" valignment="middle" width="0">
10703 <column alignment="center" valignment="middle" width="0">
10704 <row>
10705 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
10706 \begin_inset Text
10707
10708 \begin_layout Plain Layout
10709 líneas
10710 \begin_inset Newline linebreak
10711 \end_inset
10712
10713 múltiples
10714 \end_layout
10715
10716 \end_inset
10717 </cell>
10718 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
10719 \begin_inset Text
10720
10721 \begin_layout Plain Layout
10722 b
10723 \end_layout
10724
10725 \end_inset
10726 </cell>
10727 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
10728 \begin_inset Text
10729
10730 \begin_layout Plain Layout
10731 c
10732 \end_layout
10733
10734 \end_inset
10735 </cell>
10736 </row>
10737 <row>
10738 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
10739 \begin_inset Text
10740
10741 \begin_layout Plain Layout
10742 d
10743 \end_layout
10744
10745 \end_inset
10746 </cell>
10747 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
10748 \begin_inset Text
10749
10750 \begin_layout Plain Layout
10751 e
10752 \end_layout
10753
10754 \end_inset
10755 </cell>
10756 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
10757 \begin_inset Text
10758
10759 \begin_layout Plain Layout
10760 f
10761 \end_layout
10762
10763 \end_inset
10764 </cell>
10765 </row>
10766 <row>
10767 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
10768 \begin_inset Text
10769
10770 \begin_layout Plain Layout
10771 g
10772 \end_layout
10773
10774 \end_inset
10775 </cell>
10776 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
10777 \begin_inset Text
10778
10779 \begin_layout Plain Layout
10780 h
10781 \end_layout
10782
10783 \end_inset
10784 </cell>
10785 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
10786 \begin_inset Text
10787
10788 \begin_layout Plain Layout
10789 i
10790 \end_layout
10791
10792 \end_inset
10793 </cell>
10794 </row>
10795 </lyxtabular>
10796
10797 \end_inset
10798
10799
10800 \end_layout
10801
10802 \end_inset
10803
10804
10805 \end_layout
10806
10807 \begin_layout Standard
10808 Al ajustar anchura fija en una columna se habilita la entrada de texto como
10809  párrafos con varias líneas y guionado.
10810 \end_layout
10811
10812 \begin_layout Standard
10813 Para generar la tabla
10814 \begin_inset space ~
10815 \end_inset
10816
10817
10818 \begin_inset CommandInset ref
10819 LatexCommand ref
10820 reference "tab:Tabla-con-múltiples"
10821
10822 \end_inset
10823
10824 , crea una tabla 3×3, marca la primera celda y haz clic derecho sobre ella.
10825  En el diálogo que surge establece una anchura de 2.5
10826 \begin_inset space \thinspace{}
10827 \end_inset
10828
10829 cm y escoge centro en alineación vertical y horizontal.
10830  La alineación vertical se utiliza para todas las celdas de la fila.
10831  Como nuestro texto es menor de 2.5
10832 \begin_inset space \thinspace{}
10833 \end_inset
10834
10835 cm, sólo aparece una línea.
10836  Para poner dos añadimos un salto de línea justificado, (atajo 
10837 \family sans
10838 Ctrl+Mayúsculas+Retorno
10839 \family default
10840 ).
10841  Si el texto es más ancho que la celda será automáticamente dividido en
10842  líneas.
10843 \end_layout
10844
10845 \begin_layout Standard
10846 Si hay una palabra larga en una celda con anchura fija, LaTeX no puede cortarla
10847  con guión si es la primera entrada.
10848  Por eso hay que insertar algo para que dicha palabra no sea la primera
10849  entrada: añade un espacio horizontal de 0
10850 \begin_inset space \thinspace{}
10851 \end_inset
10852
10853 pt delante de la palabra.
10854  Como el espacio es 0 la salida no cambia.
10855  El cuadro
10856 \begin_inset space ~
10857 \end_inset
10858
10859
10860 \begin_inset CommandInset ref
10861 LatexCommand ref
10862 reference "tab:Tabla-con-y"
10863
10864 \end_inset
10865
10866  muestra el efecto.
10867 \end_layout
10868
10869 \begin_layout Standard
10870 \begin_inset Float table
10871 placement b
10872 wide false
10873 sideways false
10874 status open
10875
10876 \begin_layout Plain Layout
10877 \begin_inset Caption
10878
10879 \begin_layout Plain Layout
10880 \begin_inset CommandInset label
10881 LatexCommand label
10882 name "tab:Tabla-con-y"
10883
10884 \end_inset
10885
10886 Tablas con y sin guión
10887 \end_layout
10888
10889 \end_inset
10890
10891
10892 \end_layout
10893
10894 \begin_layout Plain Layout
10895 \begin_inset space \hfill{}
10896 \end_inset
10897
10898
10899 \begin_inset Tabular
10900 <lyxtabular version="3" rows="3" columns="3">
10901 <features>
10902 <column alignment="center" valignment="middle" width="2.5cm">
10903 <column alignment="center" valignment="middle" width="0">
10904 <column alignment="center" valignment="middle" width="0">
10905 <row>
10906 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
10907 \begin_inset Text
10908
10909 \begin_layout Plain Layout
10910 celdaconpalabramuylarga
10911 \end_layout
10912
10913 \end_inset
10914 </cell>
10915 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
10916 \begin_inset Text
10917
10918 \begin_layout Plain Layout
10919 b
10920 \end_layout
10921
10922 \end_inset
10923 </cell>
10924 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
10925 \begin_inset Text
10926
10927 \begin_layout Plain Layout
10928 c
10929 \end_layout
10930
10931 \end_inset
10932 </cell>
10933 </row>
10934 <row>
10935 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
10936 \begin_inset Text
10937
10938 \begin_layout Plain Layout
10939 d
10940 \end_layout
10941
10942 \end_inset
10943 </cell>
10944 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
10945 \begin_inset Text
10946
10947 \begin_layout Plain Layout
10948 e
10949 \end_layout
10950
10951 \end_inset
10952 </cell>
10953 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
10954 \begin_inset Text
10955
10956 \begin_layout Plain Layout
10957 f
10958 \end_layout
10959
10960 \end_inset
10961 </cell>
10962 </row>
10963 <row>
10964 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
10965 \begin_inset Text
10966
10967 \begin_layout Plain Layout
10968 g
10969 \end_layout
10970
10971 \end_inset
10972 </cell>
10973 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
10974 \begin_inset Text
10975
10976 \begin_layout Plain Layout
10977 h
10978 \end_layout
10979
10980 \end_inset
10981 </cell>
10982 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
10983 \begin_inset Text
10984
10985 \begin_layout Plain Layout
10986 i
10987 \end_layout
10988
10989 \end_inset
10990 </cell>
10991 </row>
10992 </lyxtabular>
10993
10994 \end_inset
10995
10996
10997 \begin_inset space \hfill{}
10998 \end_inset
10999
11000
11001 \begin_inset Tabular
11002 <lyxtabular version="3" rows="3" columns="3">
11003 <features>
11004 <column alignment="center" valignment="middle" width="2.5cm">
11005 <column alignment="center" valignment="middle" width="0">
11006 <column alignment="center" valignment="middle" width="0">
11007 <row>
11008 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11009 \begin_inset Text
11010
11011 \begin_layout Plain Layout
11012 \begin_inset space \hspace{}
11013 \length 0pt
11014 \end_inset
11015
11016 celdaconpalabramuylarga
11017 \end_layout
11018
11019 \end_inset
11020 </cell>
11021 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11022 \begin_inset Text
11023
11024 \begin_layout Plain Layout
11025 b
11026 \end_layout
11027
11028 \end_inset
11029 </cell>
11030 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
11031 \begin_inset Text
11032
11033 \begin_layout Plain Layout
11034 c
11035 \end_layout
11036
11037 \end_inset
11038 </cell>
11039 </row>
11040 <row>
11041 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11042 \begin_inset Text
11043
11044 \begin_layout Plain Layout
11045 d
11046 \end_layout
11047
11048 \end_inset
11049 </cell>
11050 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11051 \begin_inset Text
11052
11053 \begin_layout Plain Layout
11054 e
11055 \end_layout
11056
11057 \end_inset
11058 </cell>
11059 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
11060 \begin_inset Text
11061
11062 \begin_layout Plain Layout
11063 f
11064 \end_layout
11065
11066 \end_inset
11067 </cell>
11068 </row>
11069 <row>
11070 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11071 \begin_inset Text
11072
11073 \begin_layout Plain Layout
11074 g
11075 \end_layout
11076
11077 \end_inset
11078 </cell>
11079 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11080 \begin_inset Text
11081
11082 \begin_layout Plain Layout
11083 h
11084 \end_layout
11085
11086 \end_inset
11087 </cell>
11088 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
11089 \begin_inset Text
11090
11091 \begin_layout Plain Layout
11092 i
11093 \end_layout
11094
11095 \end_inset
11096 </cell>
11097 </row>
11098 </lyxtabular>
11099
11100 \end_inset
11101
11102
11103 \begin_inset space \hfill{}
11104 \end_inset
11105
11106
11107 \end_layout
11108
11109 \end_inset
11110
11111
11112 \end_layout
11113
11114 \begin_layout Subsection
11115 Multicolumnas
11116 \begin_inset CommandInset label
11117 LatexCommand label
11118 name "sub:Multicolumnas"
11119
11120 \end_inset
11121
11122
11123 \begin_inset Index
11124 status collapsed
11125
11126 \begin_layout Plain Layout
11127 Multicolumnas
11128 \end_layout
11129
11130 \end_inset
11131
11132
11133 \begin_inset Index
11134 status collapsed
11135
11136 \begin_layout Plain Layout
11137 Tablas ! Multicolumnas
11138 \end_layout
11139
11140 \end_inset
11141
11142
11143 \end_layout
11144
11145 \begin_layout Subsubsection
11146 Fundamentos de multicolumna
11147 \end_layout
11148
11149 \begin_layout Standard
11150 Para extender una celda sobre varias columnas, se marcan las celdas que
11151  se desee combinar y se usa el botón 
11152 \begin_inset Graphics
11153         filename ../../images/tabular-feature_multicolumn.png
11154         scale 85
11155
11156 \end_inset
11157
11158 , el menú 
11159 \family sans
11160 Editar\SpecialChar \menuseparator
11161 Tabla\SpecialChar \menuseparator
11162 Multicolumna
11163 \family default
11164 , o clic derecho sobre las celdas marcadas y se selecciona en el diálogo,
11165  bajo la solapa 
11166 \family sans
11167 Configuración
11168 \family default
11169 , la casilla Multicolumna.
11170 \end_layout
11171
11172 \begin_layout Standard
11173 Las multicolumnas tienen su propia configuración de celdas.
11174  Esto es, los cambios de bordes, alineación y anchura sólo afectan a la
11175  multicolumna.
11176  Aquí hay un ejemplo con una multicolumna en la primera fila y otra en la
11177  última fila sin borde superior:
11178 \end_layout
11179
11180 \begin_layout Standard
11181 \align center
11182 \begin_inset Tabular
11183 <lyxtabular version="3" rows="3" columns="4">
11184 <features firstHeadTopDL="true" firstHeadBottomDL="true">
11185 <column alignment="center" valignment="top" width="0pt">
11186 <column alignment="center" valignment="middle" width="0">
11187 <column alignment="center" valignment="top" width="0in">
11188 <column alignment="center" valignment="top" width="0pt">
11189 <row>
11190 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11191 \begin_inset Text
11192
11193 \begin_layout Plain Layout
11194 abc
11195 \end_layout
11196
11197 \end_inset
11198 </cell>
11199 <cell multicolumn="1" alignment="center" valignment="middle" topline="true" bottomline="true" leftline="true" usebox="none">
11200 \begin_inset Text
11201
11202 \begin_layout Plain Layout
11203 def ghi
11204 \end_layout
11205
11206 \end_inset
11207 </cell>
11208 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11209 \begin_inset Text
11210
11211 \begin_layout Plain Layout
11212
11213 \end_layout
11214
11215 \end_inset
11216 </cell>
11217 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
11218 \begin_inset Text
11219
11220 \begin_layout Plain Layout
11221 jkl
11222 \end_layout
11223
11224 \end_inset
11225 </cell>
11226 </row>
11227 <row>
11228 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11229 \begin_inset Text
11230
11231 \begin_layout Plain Layout
11232
11233 \family roman
11234 \series medium
11235 \shape up
11236 \size normal
11237 \emph off
11238 \bar no
11239 \noun off
11240 \color none
11241 A
11242 \end_layout
11243
11244 \end_inset
11245 </cell>
11246 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11247 \begin_inset Text
11248
11249 \begin_layout Plain Layout
11250 B
11251 \end_layout
11252
11253 \end_inset
11254 </cell>
11255 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11256 \begin_inset Text
11257
11258 \begin_layout Plain Layout
11259 C
11260 \end_layout
11261
11262 \end_inset
11263 </cell>
11264 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
11265 \begin_inset Text
11266
11267 \begin_layout Plain Layout
11268 D
11269 \end_layout
11270
11271 \end_inset
11272 </cell>
11273 </row>
11274 <row>
11275 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11276 \begin_inset Text
11277
11278 \begin_layout Plain Layout
11279 1
11280 \end_layout
11281
11282 \end_inset
11283 </cell>
11284 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
11285 \begin_inset Text
11286
11287 \begin_layout Plain Layout
11288 2
11289 \end_layout
11290
11291 \end_inset
11292 </cell>
11293 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11294 \begin_inset Text
11295
11296 \begin_layout Plain Layout
11297 3
11298 \end_layout
11299
11300 \end_inset
11301 </cell>
11302 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
11303 \begin_inset Text
11304
11305 \begin_layout Plain Layout
11306 4
11307 \end_layout
11308
11309 \end_inset
11310 </cell>
11311 </row>
11312 </lyxtabular>
11313
11314 \end_inset
11315
11316
11317 \end_layout
11318
11319 \begin_layout Subsubsection
11320 Cálculos en multicolumnas
11321 \begin_inset CommandInset label
11322 LatexCommand label
11323 name "sub:Cálculos-en-Multicolumnas"
11324
11325 \end_inset
11326
11327
11328 \begin_inset Index
11329 status collapsed
11330
11331 \begin_layout Plain Layout
11332 Multicolumnas ! Cálculos
11333 \end_layout
11334
11335 \end_inset
11336
11337
11338 \end_layout
11339
11340 \begin_layout Standard
11341 LyX soporta multicolumnas directamente, pero hay que prestar atención a
11342  la anchura de celda de las columnas combinadas en la celda multicolumna.
11343 \end_layout
11344
11345 \begin_layout Standard
11346 \begin_inset Float table
11347 placement h
11348 wide false
11349 sideways false
11350 status open
11351
11352 \begin_layout Plain Layout
11353 \begin_inset Caption
11354
11355 \begin_layout Plain Layout
11356 \begin_inset CommandInset label
11357 LatexCommand label
11358 name "tab:Tabla-con-centrado"
11359
11360 \end_inset
11361
11362 Tabla con texto centrado en multicolumna sobre dos columnas que tienen exactamen
11363 te la mitad de anchura que la celda multicolumna
11364 \begin_inset OptArg
11365 status collapsed
11366
11367 \begin_layout Plain Layout
11368 Tabla multicolumna perfecta
11369 \end_layout
11370
11371 \end_inset
11372
11373
11374 \end_layout
11375
11376 \end_inset
11377
11378
11379 \end_layout
11380
11381 \begin_layout Plain Layout
11382 \align center
11383 \begin_inset Tabular
11384 <lyxtabular version="3" rows="3" columns="3">
11385 <features>
11386 <column alignment="center" valignment="middle" width="0" special=">{\centering}m{1.25cm-6.2pt}">
11387 <column alignment="center" valignment="middle" width="0">
11388 <column alignment="center" valignment="top" width="0">
11389 <row>
11390 <cell multicolumn="1" alignment="center" valignment="middle" topline="true" leftline="true" usebox="none" special=">{\centering}m{2.5cm}">
11391 \begin_inset Text
11392
11393 \begin_layout Plain Layout
11394 multicolumna línea múltiple
11395 \end_layout
11396
11397 \end_inset
11398 </cell>
11399 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11400 \begin_inset Text
11401
11402 \begin_layout Plain Layout
11403
11404 \end_layout
11405
11406 \end_inset
11407 </cell>
11408 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
11409 \begin_inset Text
11410
11411 \begin_layout Plain Layout
11412 c
11413 \end_layout
11414
11415 \end_inset
11416 </cell>
11417 </row>
11418 <row>
11419 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11420 \begin_inset Text
11421
11422 \begin_layout Plain Layout
11423 d
11424 \end_layout
11425
11426 \end_inset
11427 </cell>
11428 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11429 \begin_inset Text
11430
11431 \begin_layout Plain Layout
11432 e
11433 \end_layout
11434
11435 \end_inset
11436 </cell>
11437 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
11438 \begin_inset Text
11439
11440 \begin_layout Plain Layout
11441 f
11442 \end_layout
11443
11444 \end_inset
11445 </cell>
11446 </row>
11447 <row>
11448 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11449 \begin_inset Text
11450
11451 \begin_layout Plain Layout
11452 g
11453 \end_layout
11454
11455 \end_inset
11456 </cell>
11457 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11458 \begin_inset Text
11459
11460 \begin_layout Plain Layout
11461 h
11462 \end_layout
11463
11464 \end_inset
11465 </cell>
11466 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
11467 \begin_inset Text
11468
11469 \begin_layout Plain Layout
11470 i
11471 \end_layout
11472
11473 \end_inset
11474 </cell>
11475 </row>
11476 </lyxtabular>
11477
11478 \end_inset
11479
11480
11481 \end_layout
11482
11483 \end_inset
11484
11485
11486 \end_layout
11487
11488 \begin_layout Standard
11489 Por ejemplo, para crear la tabla
11490 \begin_inset space ~
11491 \end_inset
11492
11493
11494 \begin_inset CommandInset ref
11495 LatexCommand ref
11496 reference "tab:Tabla-con-centrado"
11497
11498 \end_inset
11499
11500 , marca las dos primeras celdas en la primera fila de una tabla 3×3 y haz
11501  clic derecho.
11502  En el diálogo marca 
11503 \emph on
11504 multicolumna
11505 \emph default
11506
11507 \emph on
11508 alineación centro
11509 \emph default
11510  y una anchura de 2.5
11511 \begin_inset space \thinspace{}
11512 \end_inset
11513
11514 cm.
11515  Las columnas combinadas deberían tener exactamente la mitad de la anchura
11516  de la celda multicolumna, así que deberías ajustar 1.25
11517 \begin_inset space \thinspace{}
11518 \end_inset
11519
11520 cm para la primera columna.
11521  La segunda columna tendrá entonces automáticamente 1.25
11522 \begin_inset space \thinspace{}
11523 \end_inset
11524
11525 cm de anchura.
11526  Para la tabla
11527 \begin_inset space ~
11528 \end_inset
11529
11530
11531 \begin_inset CommandInset ref
11532 LatexCommand ref
11533 reference "tab:Tabla-sin-mitad"
11534
11535 \end_inset
11536
11537  se ha procedido de la siguiente manera:
11538 \end_layout
11539
11540 \begin_layout Standard
11541 \begin_inset Float table
11542 wide false
11543 sideways false
11544 status open
11545
11546 \begin_layout Plain Layout
11547 \begin_inset Caption
11548
11549 \begin_layout Plain Layout
11550 \begin_inset CommandInset label
11551 LatexCommand label
11552 name "tab:Tabla-sin-mitad"
11553
11554 \end_inset
11555
11556 Tabla en la que las columnas combinadas no tienen exactamente la mitad de
11557  anchura que la celda multicolumna
11558 \begin_inset OptArg
11559 status collapsed
11560
11561 \begin_layout Plain Layout
11562 Tabla multicolumna imperfecta
11563 \end_layout
11564
11565 \end_inset
11566
11567
11568 \end_layout
11569
11570 \end_inset
11571
11572
11573 \end_layout
11574
11575 \begin_layout Plain Layout
11576 \align center
11577 \begin_inset Tabular
11578 <lyxtabular version="3" rows="3" columns="3">
11579 <features>
11580 <column alignment="center" valignment="top" width="1.25cm">
11581 <column alignment="center" valignment="top" width="0">
11582 <column alignment="center" valignment="top" width="0">
11583 <row>
11584 <cell multicolumn="1" alignment="center" valignment="top" topline="true" leftline="true" usebox="none" width="2.5cm">
11585 \begin_inset Text
11586
11587 \begin_layout Plain Layout
11588 multicolumna línea múltiple
11589 \end_layout
11590
11591 \end_inset
11592 </cell>
11593 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11594 \begin_inset Text
11595
11596 \begin_layout Plain Layout
11597
11598 \end_layout
11599
11600 \end_inset
11601 </cell>
11602 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
11603 \begin_inset Text
11604
11605 \begin_layout Plain Layout
11606 c
11607 \end_layout
11608
11609 \end_inset
11610 </cell>
11611 </row>
11612 <row>
11613 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11614 \begin_inset Text
11615
11616 \begin_layout Plain Layout
11617 d
11618 \end_layout
11619
11620 \end_inset
11621 </cell>
11622 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11623 \begin_inset Text
11624
11625 \begin_layout Plain Layout
11626 e
11627 \end_layout
11628
11629 \end_inset
11630 </cell>
11631 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
11632 \begin_inset Text
11633
11634 \begin_layout Plain Layout
11635 f
11636 \end_layout
11637
11638 \end_inset
11639 </cell>
11640 </row>
11641 <row>
11642 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11643 \begin_inset Text
11644
11645 \begin_layout Plain Layout
11646 g
11647 \end_layout
11648
11649 \end_inset
11650 </cell>
11651 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11652 \begin_inset Text
11653
11654 \begin_layout Plain Layout
11655 h
11656 \end_layout
11657
11658 \end_inset
11659 </cell>
11660 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
11661 \begin_inset Text
11662
11663 \begin_layout Plain Layout
11664 i
11665 \end_layout
11666
11667 \end_inset
11668 </cell>
11669 </row>
11670 </lyxtabular>
11671
11672 \end_inset
11673
11674
11675 \end_layout
11676
11677 \end_inset
11678
11679
11680 \end_layout
11681
11682 \begin_layout Standard
11683 Se ve que la primera columna no tiene la mitad de ancho que la celda multicolumn
11684 a, es un poco mayor.
11685  La razón es que la anchura dada para una celda 
11686 \begin_inset Formula $W_{g}$
11687 \end_inset
11688
11689  no es su anchura total 
11690 \begin_inset Formula $W_{\mathrm{tot}}$
11691 \end_inset
11692
11693  porque una celda es siempre algo mayor que la anchura dada.
11694  El apéndice
11695 \begin_inset space ~
11696 \end_inset
11697
11698
11699 \begin_inset CommandInset ref
11700 LatexCommand eqref
11701 reference "cha:Explicación-de-la-Ecuación"
11702
11703 \end_inset
11704
11705  lo explica con detalle.
11706 \end_layout
11707
11708 \begin_layout Standard
11709 La anchura dada necesaria, 
11710 \begin_inset Formula $W_{g\, n}$
11711 \end_inset
11712
11713  para combinar 
11714 \emph on
11715 n
11716 \emph default
11717  columnas puede calcularse de manera que cada columna tenga una anchura
11718  total de 
11719 \begin_inset Formula $W_{\mathrm{tot\, multicolumn}}/n$
11720 \end_inset
11721
11722 :
11723 \begin_inset Formula \begin{equation}
11724 W_{g\, n}=(W_{g\,\mathrm{multicolumn}}+(1-n)\cdot(12.4\,\mathrm{pt}))/n\label{eq:Wgn}\end{equation}
11725
11726 \end_inset
11727
11728
11729 \end_layout
11730
11731 \begin_layout Standard
11732 En nuestro caso tenemos 
11733 \begin_inset Formula $n=2$
11734 \end_inset
11735
11736
11737 \begin_inset Formula $W_{g\,\mathrm{multicolumn}}=2.5\,$
11738 \end_inset
11739
11740
11741 \begin_inset space \thinspace{}
11742 \end_inset
11743
11744 cm y los valores predeterminados para longitudes, así la ecuación
11745 \begin_inset space ~
11746 \end_inset
11747
11748
11749 \begin_inset CommandInset ref
11750 LatexCommand ref
11751 reference "eq:Wgn"
11752
11753 \end_inset
11754
11755  queda
11756 \begin_inset Formula \begin{equation}
11757 W_{g\,2}=1.25\,\mathrm{cm}-6.2\,\mathrm{pt}\end{equation}
11758
11759 \end_inset
11760
11761
11762 \end_layout
11763
11764 \begin_layout Standard
11765 Para habilitar cálculos en LaTeX, debe cargarse en el preámbulo el paquete
11766  
11767 \series bold
11768 calc
11769 \series default
11770  con la línea
11771 \begin_inset Index
11772 status collapsed
11773
11774 \begin_layout Plain Layout
11775 LaTeX-paquetes ! calc
11776 \end_layout
11777
11778 \end_inset
11779
11780
11781 \end_layout
11782
11783 \begin_layout Standard
11784
11785 \series bold
11786
11787 \backslash
11788 usepackage{calc}
11789 \end_layout
11790
11791 \begin_layout Standard
11792 LyX no permite calcular longitudes en el campo Ancho del cuadro de diálogo.
11793  Por tanto hay que insertar un argumento LaTeX en el diálogo.
11794  He aquí un repaso de los argumentos:
11795 \end_layout
11796
11797 \begin_layout Itemize
11798
11799 \series bold
11800 p{ancho}
11801 \series default
11802  crea celdas con anchura fija, el texto alineado arriba
11803 \end_layout
11804
11805 \begin_layout Itemize
11806
11807 \series bold
11808 m{ancho}
11809 \series default
11810  crea celdas con anchura fija, el texto con alineación vertical centrada
11811  
11812 \end_layout
11813
11814 \begin_layout Itemize
11815
11816 \series bold
11817 b{ancho}
11818 \series default
11819  crea celdas con anchura fija, el texto alineado abajo
11820 \end_layout
11821
11822 \begin_layout Standard
11823 Al introducir un argumento LaTeX, todas las propiedades de celda puestas
11824  en el diálogo se ignoran.
11825 \end_layout
11826
11827 \begin_layout Standard
11828 \begin_inset Note Greyedout
11829 status open
11830
11831 \begin_layout Plain Layout
11832
11833 \series bold
11834 Nota:
11835 \series default
11836  Debido a un error, LyX muestra de todas formas estas propiedades.
11837 \end_layout
11838
11839 \end_inset
11840
11841  
11842 \end_layout
11843
11844 \begin_layout Standard
11845 El comando 
11846 \series bold
11847
11848 \backslash
11849 centering
11850 \series default
11851  centra horizontalmente el texto.
11852  Puedes entonces introducir el siguiente argumento de LaTeX para la primera
11853  columna extendida:
11854 \end_layout
11855
11856 \begin_layout Standard
11857
11858 \series bold
11859 >{
11860 \backslash
11861 centering}m{1.25cm-6.2pt}
11862 \end_layout
11863
11864 \begin_layout Standard
11865 El comando 
11866 \series bold
11867 >{ }
11868 \series default
11869  significa que los comandos entre llaves se aplican antes de crear la celda.
11870 \end_layout
11871
11872 \begin_layout Standard
11873 Aunque hemos escogido alineación centrada para el texto de la celda multicolumna
11874 , aún está alineado a la izquierda.
11875  Esto se debe a que LyX sólo aplica alineado a columnas simples.
11876  Así que para multicolumnas hemos de usar el argumento de LaTeX
11877 \end_layout
11878
11879 \begin_layout Standard
11880
11881 \series bold
11882 >{
11883 \backslash
11884 centering}m{2.5cm}
11885 \end_layout
11886
11887 \begin_layout Subsection
11888 Multifilas
11889 \begin_inset Index
11890 status collapsed
11891
11892 \begin_layout Plain Layout
11893 Multifilas
11894 \end_layout
11895
11896 \end_inset
11897
11898
11899 \begin_inset Index
11900 status collapsed
11901
11902 \begin_layout Plain Layout
11903 Tablas ! Multifilas
11904 \end_layout
11905
11906 \end_inset
11907
11908
11909 \end_layout
11910
11911 \begin_layout Standard
11912 A diferencia de multicolumnas, LyX aún no soporta multifilas por lo que
11913  hace falta un poco de código TeX.
11914  Hay que cargar el paquete de LaTeX 
11915 \series bold
11916 multirow
11917 \series default
11918
11919 \begin_inset Index
11920 status collapsed
11921
11922 \begin_layout Plain Layout
11923 LaTeX-paquetes ! multirow
11924 \end_layout
11925
11926 \end_inset
11927
11928  en el preámbulo del documento con el comando
11929 \end_layout
11930
11931 \begin_layout Standard
11932
11933 \series bold
11934
11935 \backslash
11936 usepackage{multirow}
11937 \end_layout
11938
11939 \begin_layout Standard
11940 Las multifilas se crean con el comando
11941 \end_layout
11942
11943 \begin_layout Standard
11944
11945 \series bold
11946
11947 \backslash
11948 multirow{número de filas}{ancho de celda}{entrada de celda}
11949 \end_layout
11950
11951 \begin_layout Standard
11952 Para crear la siguiente tabla:
11953 \end_layout
11954
11955 \begin_layout Standard
11956 \align center
11957 \begin_inset ERT
11958 status collapsed
11959
11960 \begin_layout Plain Layout
11961
11962
11963 \backslash
11964 renewcommand{
11965 \backslash
11966 multirowsetup}{
11967 \backslash
11968 centering}
11969 \end_layout
11970
11971 \end_inset
11972
11973
11974 \begin_inset Tabular
11975 <lyxtabular version="3" rows="3" columns="3">
11976 <features>
11977 <column alignment="center" valignment="top" width="0">
11978 <column alignment="center" valignment="top" width="0">
11979 <column alignment="center" valignment="top" width="0">
11980 <row>
11981 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11982 \begin_inset Text
11983
11984 \begin_layout Plain Layout
11985 a
11986 \end_layout
11987
11988 \end_inset
11989 </cell>
11990 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11991 \begin_inset Text
11992
11993 \begin_layout Plain Layout
11994 b
11995 \end_layout
11996
11997 \end_inset
11998 </cell>
11999 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
12000 \begin_inset Text
12001
12002 \begin_layout Plain Layout
12003 c
12004 \end_layout
12005
12006 \end_inset
12007 </cell>
12008 </row>
12009 <row>
12010 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12011 \begin_inset Text
12012
12013 \begin_layout Plain Layout
12014 \begin_inset ERT
12015 status collapsed
12016
12017 \begin_layout Plain Layout
12018
12019
12020 \backslash
12021 multirow{2}{2.5cm}{
12022 \end_layout
12023
12024 \end_inset
12025
12026 entrada multifila
12027 \begin_inset ERT
12028 status collapsed
12029
12030 \begin_layout Plain Layout
12031
12032 }
12033 \end_layout
12034
12035 \end_inset
12036
12037
12038 \end_layout
12039
12040 \end_inset
12041 </cell>
12042 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12043 \begin_inset Text
12044
12045 \begin_layout Plain Layout
12046 e
12047 \end_layout
12048
12049 \end_inset
12050 </cell>
12051 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
12052 \begin_inset Text
12053
12054 \begin_layout Plain Layout
12055 f
12056 \end_layout
12057
12058 \end_inset
12059 </cell>
12060 </row>
12061 <row>
12062 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
12063 \begin_inset Text
12064
12065 \begin_layout Plain Layout
12066
12067 \end_layout
12068
12069 \end_inset
12070 </cell>
12071 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
12072 \begin_inset Text
12073
12074 \begin_layout Plain Layout
12075 h
12076 \end_layout
12077
12078 \end_inset
12079 </cell>
12080 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
12081 \begin_inset Text
12082
12083 \begin_layout Plain Layout
12084 i
12085 \end_layout
12086
12087 \end_inset
12088 </cell>
12089 </row>
12090 </lyxtabular>
12091
12092 \end_inset
12093
12094
12095 \begin_inset ERT
12096 status collapsed
12097
12098 \begin_layout Plain Layout
12099
12100
12101 \backslash
12102 renewcommand{
12103 \backslash
12104 multirowsetup}{
12105 \backslash
12106 raggedright}
12107 \end_layout
12108
12109 \end_inset
12110
12111
12112 \end_layout
12113
12114 \begin_layout Standard
12115 crea una tabla 3×3.
12116  Para quitar la línea sobre la última celda en la primera columna, se marca
12117  la celda como multicolumna y se quita el borde superior.
12118  Ahora se crea la multifila en la segunda fila de la primera columna insertando
12119  ahí el comando
12120 \end_layout
12121
12122 \begin_layout Standard
12123
12124 \series bold
12125
12126 \backslash
12127 multirow{2}{2.5cm}{
12128 \end_layout
12129
12130 \begin_layout Standard
12131 en código TeX.
12132  Según los parámetros del comando la multifila se expande a dos filas y
12133  tiene de ancho 2.5
12134 \begin_inset space \thinspace{}
12135 \end_inset
12136
12137 cm.
12138  El contenido de la celda multifila sigue fuera del cuadro de código TeX
12139  y el comando finaliza con llave derecha 
12140 \series bold
12141 }
12142 \series default
12143  en otro cuadro de código TeX tras el texto.
12144 \end_layout
12145
12146 \begin_layout Standard
12147
12148 \series bold
12149
12150 \backslash
12151 multirow
12152 \series default
12153  alinea su contenido a la izquierda por omisión.
12154  Para cambiarlo renombra el comando 
12155 \series bold
12156
12157 \backslash
12158 multirowsetup
12159 \series default
12160  con el comando
12161 \end_layout
12162
12163 \begin_layout Standard
12164
12165 \series bold
12166
12167 \backslash
12168 renewcommand{
12169 \backslash
12170 multirowsetup}{
12171 \backslash
12172 centering}
12173 \end_layout
12174
12175 \begin_layout Standard
12176 en el preámbulo del documento.
12177  Entonces se centran todas las entradas de celdas multifila en el documento.
12178  Si sólo queremos centrar en algunas tablas, se puede renombrar el comando
12179  en código TeX justo antes de la tabla en lugar de en el preámbulo.
12180  Si el texto debe estar alineado a la derecha, reemplaza 
12181 \series bold
12182
12183 \backslash
12184 centering
12185 \series default
12186  por 
12187 \series bold
12188
12189 \backslash
12190 raggedleft
12191 \series default
12192 .
12193  Para volver a alineado a la izquierda usa 
12194 \series bold
12195
12196 \backslash
12197 raggedright
12198 \series default
12199 .
12200 \end_layout
12201
12202 \begin_layout Section
12203 Tablas formales
12204 \begin_inset CommandInset label
12205 LatexCommand label
12206 name "sec:Tablas-Formales"
12207
12208 \end_inset
12209
12210
12211 \begin_inset Index
12212 status collapsed
12213
12214 \begin_layout Plain Layout
12215 Tablas ! Formales
12216 \end_layout
12217
12218 \end_inset
12219
12220  
12221 \end_layout
12222
12223 \begin_layout Standard
12224 En los libros, las tablas se suelen presentar en un formato como el de la
12225  tabla 
12226 \begin_inset space ~
12227 \end_inset
12228
12229
12230 \begin_inset CommandInset ref
12231 LatexCommand ref
12232 reference "tab:Ejemplo-tabla-formal"
12233
12234 \end_inset
12235
12236 .
12237  Se denominan tablas 
12238 \emph on
12239 formales
12240 \emph default
12241 .
12242  Para hacer tablas con este diseño, elige 
12243 \family sans
12244 Estilo
12245 \family default
12246
12247 \begin_inset space ~
12248 \end_inset
12249
12250
12251 \family sans
12252 Formal
12253 \family default
12254  en la solapa 
12255 \family sans
12256 Bordes
12257 \family default
12258  del cuadro de diálogo de tablas.
12259 \end_layout
12260
12261 \begin_layout Standard
12262 \begin_inset Float table
12263 placement h
12264 wide false
12265 sideways false
12266 status open
12267
12268 \begin_layout Plain Layout
12269 \begin_inset Caption
12270
12271 \begin_layout Plain Layout
12272 \begin_inset CommandInset label
12273 LatexCommand label
12274 name "tab:Ejemplo-tabla-formal"
12275
12276 \end_inset
12277
12278 Ejemplo de tabla formal
12279 \end_layout
12280
12281 \end_inset
12282
12283
12284 \end_layout
12285
12286 \begin_layout Plain Layout
12287 \align center
12288 \begin_inset Tabular
12289 <lyxtabular version="3" rows="8" columns="4">
12290 <features booktabs="true">
12291 <column alignment="center" valignment="top" width="0">
12292 <column alignment="center" valignment="top" width="0">
12293 <column alignment="center" valignment="top" width="0">
12294 <column alignment="center" valignment="top" width="0">
12295 <row>
12296 <cell alignment="center" valignment="top" topline="true" rightline="true" usebox="none">
12297 \begin_inset Text
12298
12299 \begin_layout Plain Layout
12300 System
12301 \end_layout
12302
12303 \end_inset
12304 </cell>
12305 <cell alignment="center" valignment="top" topline="true" usebox="none">
12306 \begin_inset Text
12307
12308 \begin_layout Plain Layout
12309 Medipix
12310 \begin_inset space \thinspace{}
12311 \end_inset
12312
12313 1
12314 \end_layout
12315
12316 \end_inset
12317 </cell>
12318 <cell multicolumn="1" alignment="center" valignment="top" usebox="none">
12319 \begin_inset Text
12320
12321 \begin_layout Plain Layout
12322 Medipix
12323 \begin_inset space \thinspace{}
12324 \end_inset
12325
12326 2
12327 \end_layout
12328
12329 \end_inset
12330 </cell>
12331 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
12332 \begin_inset Text
12333
12334 \begin_layout Plain Layout
12335
12336 \end_layout
12337
12338 \end_inset
12339 </cell>
12340 </row>
12341 <row>
12342 <cell alignment="center" valignment="top" rightline="true" usebox="none">
12343 \begin_inset Text
12344
12345 \begin_layout Plain Layout
12346 \begin_inset ERT
12347 status collapsed
12348
12349 \begin_layout Plain Layout
12350
12351
12352 \backslash
12353 cmidrule(r){2-2}
12354 \end_layout
12355
12356 \end_inset
12357
12358
12359 \begin_inset ERT
12360 status collapsed
12361
12362 \begin_layout Plain Layout
12363
12364
12365 \backslash
12366 cmidrule(l){3-4}
12367 \end_layout
12368
12369 \end_inset
12370
12371 Detector thickness [µm]
12372 \end_layout
12373
12374 \end_inset
12375 </cell>
12376 <cell alignment="center" valignment="top" usebox="none">
12377 \begin_inset Text
12378
12379 \begin_layout Plain Layout
12380 300
12381 \end_layout
12382
12383 \end_inset
12384 </cell>
12385 <cell alignment="center" valignment="top" usebox="none">
12386 \begin_inset Text
12387
12388 \begin_layout Plain Layout
12389 300
12390 \end_layout
12391
12392 \end_inset
12393 </cell>
12394 <cell alignment="center" valignment="top" usebox="none">
12395 \begin_inset Text
12396
12397 \begin_layout Plain Layout
12398 700
12399 \end_layout
12400
12401 \end_inset
12402 </cell>
12403 </row>
12404 <row>
12405 <cell alignment="center" valignment="top" topline="true" rightline="true" usebox="none">
12406 \begin_inset Text
12407
12408 \begin_layout Plain Layout
12409 Edge angle [°]
12410 \end_layout
12411
12412 \end_inset
12413 </cell>
12414 <cell alignment="center" valignment="top" topline="true" usebox="none">
12415 \begin_inset Text
12416
12417 \begin_layout Plain Layout
12418 3.55
12419 \end_layout
12420
12421 \end_inset
12422 </cell>
12423 <cell alignment="center" valignment="top" topline="true" usebox="none">
12424 \begin_inset Text
12425
12426 \begin_layout Plain Layout
12427 2.71
12428 \end_layout
12429
12430 \end_inset
12431 </cell>
12432 <cell alignment="center" valignment="top" topline="true" usebox="none">
12433 \begin_inset Text
12434
12435 \begin_layout Plain Layout
12436 7.99
12437 \end_layout
12438
12439 \end_inset
12440 </cell>
12441 </row>
12442 <row topspace="default">
12443 <cell alignment="center" valignment="top" rightline="true" usebox="none">
12444 \begin_inset Text
12445
12446 \begin_layout Plain Layout
12447 Spatial resolution [µm]
12448 \end_layout
12449
12450 \end_inset
12451 </cell>
12452 <cell alignment="center" valignment="top" usebox="none">
12453 \begin_inset Text
12454
12455 \begin_layout Plain Layout
12456 4.26
12457 \end_layout
12458
12459 \end_inset
12460 </cell>
12461 <cell alignment="center" valignment="top" usebox="none">
12462 \begin_inset Text
12463
12464 \begin_layout Plain Layout
12465 10.17
12466 \end_layout
12467
12468 \end_inset
12469 </cell>
12470 <cell alignment="center" valignment="top" usebox="none">
12471 \begin_inset Text
12472
12473 \begin_layout Plain Layout
12474 10.56
12475 \end_layout
12476
12477 \end_inset
12478 </cell>
12479 </row>
12480 <row topspace="default">
12481 <cell alignment="center" valignment="top" rightline="true" usebox="none">
12482 \begin_inset Text
12483
12484 \begin_layout Plain Layout
12485 MTF at 
12486 \begin_inset Formula $f_{\mathrm{max}}$
12487 \end_inset
12488
12489
12490 \end_layout
12491
12492 \end_inset
12493 </cell>
12494 <cell alignment="center" valignment="top" usebox="none">
12495 \begin_inset Text
12496
12497 \begin_layout Plain Layout
12498 0.53
12499 \end_layout
12500
12501 \end_inset
12502 </cell>
12503 <cell alignment="center" valignment="top" usebox="none">
12504 \begin_inset Text
12505
12506 \begin_layout Plain Layout
12507 0.37
12508 \end_layout
12509
12510 \end_inset
12511 </cell>
12512 <cell alignment="center" valignment="top" usebox="none">
12513 \begin_inset Text
12514
12515 \begin_layout Plain Layout
12516 0.39
12517 \end_layout
12518
12519 \end_inset
12520 </cell>
12521 </row>
12522 <row topspace="default">
12523 <cell alignment="center" valignment="top" rightline="true" usebox="none">
12524 \begin_inset Text
12525
12526 \begin_layout Plain Layout
12527 \begin_inset ERT
12528 status collapsed
12529
12530 \begin_layout Plain Layout
12531
12532
12533 \backslash
12534 cmidrule(l{10pt}){1-1}
12535 \end_layout
12536
12537 \end_inset
12538
12539 LSF-spatial resolution
12540 \end_layout
12541
12542 \end_inset
12543 </cell>
12544 <cell alignment="center" valignment="top" usebox="none">
12545 \begin_inset Text
12546
12547 \begin_layout Plain Layout
12548
12549 \end_layout
12550
12551 \end_inset
12552 </cell>
12553 <cell alignment="center" valignment="top" usebox="none">
12554 \begin_inset Text
12555
12556 \begin_layout Plain Layout
12557
12558 \end_layout
12559
12560 \end_inset
12561 </cell>
12562 <cell alignment="center" valignment="top" usebox="none">
12563 \begin_inset Text
12564
12565 \begin_layout Plain Layout
12566
12567 \end_layout
12568
12569 \end_inset
12570 </cell>
12571 </row>
12572 <row>
12573 <cell alignment="center" valignment="top" rightline="true" usebox="none">
12574 \begin_inset Text
12575
12576 \begin_layout Plain Layout
12577 in µm
12578 \end_layout
12579
12580 \end_inset
12581 </cell>
12582 <cell alignment="center" valignment="top" usebox="none">
12583 \begin_inset Text
12584
12585 \begin_layout Plain Layout
12586 129.7
12587 \end_layout
12588
12589 \end_inset
12590 </cell>
12591 <cell alignment="center" valignment="top" usebox="none">
12592 \begin_inset Text
12593
12594 \begin_layout Plain Layout
12595 52.75
12596 \end_layout
12597
12598 \end_inset
12599 </cell>
12600 <cell alignment="center" valignment="top" usebox="none">
12601 \begin_inset Text
12602
12603 \begin_layout Plain Layout
12604 50.78
12605 \end_layout
12606
12607 \end_inset
12608 </cell>
12609 </row>
12610 <row>
12611 <cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
12612 \begin_inset Text
12613
12614 \begin_layout Plain Layout
12615 in % of pixel size
12616 \end_layout
12617
12618 \end_inset
12619 </cell>
12620 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
12621 \begin_inset Text
12622
12623 \begin_layout Plain Layout
12624 76.3
12625 \end_layout
12626
12627 \end_inset
12628 </cell>
12629 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
12630 \begin_inset Text
12631
12632 \begin_layout Plain Layout
12633 95.9
12634 \end_layout
12635
12636 \end_inset
12637 </cell>
12638 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
12639 \begin_inset Text
12640
12641 \begin_layout Plain Layout
12642 92.3
12643 \end_layout
12644
12645 \end_inset
12646 </cell>
12647 </row>
12648 </lyxtabular>
12649
12650 \end_inset
12651
12652
12653 \end_layout
12654
12655 \end_inset
12656
12657
12658 \end_layout
12659
12660 \begin_layout Standard
12661 Se puede añadir espacio adicional a las filas de la tabla mediante los botones
12662  correspondientes que se encuentran en la solapa 
12663 \family sans
12664 Bordes 
12665 \family default
12666 del diálogo
12667 \family sans
12668  Configuración
12669 \begin_inset space ~
12670 \end_inset
12671
12672 de
12673 \begin_inset space ~
12674 \end_inset
12675
12676 la
12677 \begin_inset space ~
12678 \end_inset
12679
12680 tabla
12681 \family default
12682 , como se explica en la sección
12683 \begin_inset space ~
12684 \end_inset
12685
12686
12687 \begin_inset CommandInset ref
12688 LatexCommand ref
12689 reference "sub:Espacio-adicional"
12690
12691 \end_inset
12692
12693
12694 \end_layout
12695
12696 \begin_layout Standard
12697 A diferencia de las tablas normales, las tablas formales no tienen líneas
12698  verticales.
12699  Las líneas horizontales se pueden poner o no como en las tablas normales,
12700  pero en la salida se mostrarán con distinto grosor:
12701 \begin_inset Newline newline
12702 \end_inset
12703
12704 Las líneas primera y última tienen un grosor predeterminado de 0.08
12705 \begin_inset space \thinspace{}
12706 \end_inset
12707
12708 em, las demás tienen un grosor predeterminado de 0.05
12709 \begin_inset space \thinspace{}
12710 \end_inset
12711
12712 em.
12713 \end_layout
12714
12715 \begin_layout Standard
12716 Estos valores predeterminados se pueden cambiar
12717 \series bold
12718  
12719 \series default
12720 con las líneas de preámbulo:
12721 \end_layout
12722
12723 \begin_layout Standard
12724
12725 \series bold
12726
12727 \backslash
12728 let
12729 \backslash
12730 mytoprule
12731 \backslash
12732 toprule
12733 \begin_inset Newline newline
12734 \end_inset
12735
12736
12737 \backslash
12738 renewcommand{
12739 \backslash
12740 toprule}{
12741 \backslash
12742 mytoprule[grosor]}
12743 \end_layout
12744
12745 \begin_layout Standard
12746 Este ejemplo es para la primera línea, la denominada 
12747 \series bold
12748 toprule
12749 \series default
12750 .
12751  Si quieres cambiar el grosor de la última línea, reemplaza 
12752 \series bold
12753 toprule
12754 \series default
12755  por 
12756 \series bold
12757 bottomrule
12758 \series default
12759 .
12760  Y para cambiar el grosor de las demás líneas cambia 
12761 \series bold
12762 toprule
12763 \series default
12764  por 
12765 \series bold
12766 midrule
12767 \series default
12768 .
12769  Puedes usar cualquiera de las unidades listadas en el apéndice
12770 \begin_inset space ~
12771 \end_inset
12772
12773
12774 \begin_inset CommandInset ref
12775 LatexCommand ref
12776 reference "cha:Unidades-disponibles-en"
12777
12778 \end_inset
12779
12780  para establecer el grosor.
12781 \end_layout
12782
12783 \begin_layout Standard
12784 Para dibujar líneas que no se extiendan a todas las columnas de la tabla,
12785  puedes marcarlas como celdas multicolumna y entonces ponerles borde.
12786  LyX empleará internamente el comando 
12787 \series bold
12788
12789 \backslash
12790 cmidrule
12791 \series default
12792  para dibujar la línea.
12793  El esquema completo es
12794 \end_layout
12795
12796 \begin_layout Standard
12797
12798 \series bold
12799
12800 \backslash
12801 cmidrule[grosor](recorte){inicol-fincol}
12802 \end_layout
12803
12804 \begin_layout Standard
12805 Por el momento, LyX no soporta las opciones de 
12806 \series bold
12807
12808 \backslash
12809 cmidrule
12810 \series default
12811 , así que para usarlas hay que emplear código TeX.
12812  Las líneas 
12813 \series bold
12814
12815 \backslash
12816 cmidrule
12817 \series default
12818  se pueden insertar manualmente con el comando en código TeX como primera
12819  entrada de la primera celda de una fila.
12820  En la salida se dibujará la línea sobre dicha fila.
12821 \end_layout
12822
12823 \begin_layout Standard
12824 El grosor predeterminado es 0.03
12825 \begin_inset space \thinspace{}
12826 \end_inset
12827
12828 em.
12829  
12830 \series bold
12831 inicol
12832 \series default
12833  es el número de la columna en la que comienza la línea y 
12834 \series bold
12835 fincol
12836 \series default
12837  es el número de la columna en la que acaba la línea.
12838  El valor 
12839 \series bold
12840 fincol
12841 \series default
12842  debe especificarse siempre, aunque la línea se extienda sobre una sola
12843  columna.
12844  El parámetro opcional 
12845 \series bold
12846 recorte
12847 \series default
12848  debe ser 
12849 \emph on
12850 l{recorte}
12851 \emph default
12852  o 
12853 \emph on
12854 r{recorte}
12855 \emph default
12856 , donde 
12857 \emph on
12858 recorte
12859 \emph default
12860  también es opcional.
12861  Por ejemplo, el parámetro 
12862 \emph on
12863 l{2pt}
12864 \emph default
12865  significa que la línea se recorta 2
12866 \begin_inset space \thinspace{}
12867 \end_inset
12868
12869 pt por su izquierda.
12870  Si no se especifica el tamaño  las líneas se recortan por omisión en 0.5
12871 \begin_inset space \thinspace{}
12872 \end_inset
12873
12874 em.
12875
12876 \series bold
12877  
12878 \end_layout
12879
12880 \begin_layout Standard
12881
12882 \end_layout
12883
12884 \begin_layout Standard
12885 \begin_inset VSpace bigskip
12886 \end_inset
12887
12888
12889 \end_layout
12890
12891 \begin_layout Standard
12892 La tabla
12893 \begin_inset space ~
12894 \end_inset
12895
12896
12897 \begin_inset CommandInset ref
12898 LatexCommand ref
12899 reference "tab:Ejemplo-tabla-formal"
12900
12901 \end_inset
12902
12903  se ha creado con los comandos
12904 \end_layout
12905
12906 \begin_layout Standard
12907
12908 \series bold
12909
12910 \backslash
12911 cmidrule(r){2-2}
12912 \backslash
12913 cmidrule(l){3-4}
12914 \end_layout
12915
12916 \begin_layout Standard
12917 en la segunda fila, 
12918 \series bold
12919
12920 \backslash
12921 midrule
12922 \series default
12923  en la tercera, y
12924 \end_layout
12925
12926 \begin_layout Standard
12927
12928 \series bold
12929
12930 \backslash
12931 cmidrule(l{10pt}){1-1}
12932 \end_layout
12933
12934 \begin_layout Standard
12935 en la sexta fila.
12936 \end_layout
12937
12938 \begin_layout Standard
12939 \begin_inset VSpace bigskip
12940 \end_inset
12941
12942
12943 \end_layout
12944
12945 \begin_layout Standard
12946 Quizá quieras superponer líneas 
12947 \series bold
12948
12949 \backslash
12950 cmidrules
12951 \series default
12952  como en la tabla
12953 \begin_inset space ~
12954 \end_inset
12955
12956
12957 \begin_inset CommandInset ref
12958 LatexCommand ref
12959 reference "tab:Tabla-formal-especial"
12960
12961 \end_inset
12962
12963 .
12964  Esto se consigue con el comando en código TeX
12965 \end_layout
12966
12967 \begin_layout Standard
12968
12969 \series bold
12970
12971 \backslash
12972 morecmidrules
12973 \end_layout
12974
12975 \begin_layout Standard
12976 El comando que se ha utilizado para la segunda fila de la tabla
12977 \begin_inset space ~
12978 \end_inset
12979
12980
12981 \begin_inset CommandInset ref
12982 LatexCommand ref
12983 reference "tab:Tabla-formal-especial"
12984
12985 \end_inset
12986
12987  es
12988 \end_layout
12989
12990 \begin_layout Standard
12991
12992 \series bold
12993
12994 \backslash
12995 cmidrule(r){2-2}
12996 \backslash
12997 cmidrule(l){3-4}
12998 \backslash
12999 morecmidrules
13000 \backslash
13001 cmidrule{2-4}
13002 \end_layout
13003
13004 \begin_layout Standard
13005 El comando para la sexta fila es
13006 \end_layout
13007
13008 \begin_layout Standard
13009
13010 \series bold
13011
13012 \backslash
13013 midrule
13014 \backslash
13015 morecmidrules
13016 \backslash
13017 cmidrule{3-4}
13018 \series default
13019
13020 \begin_inset VSpace bigskip
13021 \end_inset
13022
13023
13024 \end_layout
13025
13026 \begin_layout Standard
13027 Si de todas formas no te satisface el espaciado de los bordes, puedes usar
13028  el siguiente comando para dibujar líneas que se extienden sobre todas las
13029  columnas
13030 \end_layout
13031
13032 \begin_layout Standard
13033
13034 \series bold
13035
13036 \backslash
13037 specialrule{anchura}{espacio superior}{espacio inferior}
13038 \end_layout
13039
13040 \begin_layout Standard
13041 Para más información sobre estas características especiales, acude al manual
13042  del paquete LaTeX 
13043 \series bold
13044 booktabs
13045 \series default
13046
13047 \begin_inset CommandInset citation
13048 LatexCommand cite
13049 key "booktabs"
13050
13051 \end_inset
13052
13053 .
13054 \begin_inset Index
13055 status collapsed
13056
13057 \begin_layout Plain Layout
13058 LaTeX-paquetes ! booktabs
13059 \end_layout
13060
13061 \end_inset
13062
13063  
13064 \begin_inset VSpace bigskip
13065 \end_inset
13066
13067
13068 \end_layout
13069
13070 \begin_layout Standard
13071 \begin_inset Float table
13072 placement h
13073 wide false
13074 sideways false
13075 status open
13076
13077 \begin_layout Plain Layout
13078 \begin_inset Caption
13079
13080 \begin_layout Plain Layout
13081 \begin_inset CommandInset label
13082 LatexCommand label
13083 name "tab:Tabla-formal-especial"
13084
13085 \end_inset
13086
13087 Tabla formal especial
13088 \end_layout
13089
13090 \end_inset
13091
13092
13093 \end_layout
13094
13095 \begin_layout Plain Layout
13096 \align center
13097 \begin_inset Tabular
13098 <lyxtabular version="3" rows="8" columns="4">
13099 <features booktabs="true">
13100 <column alignment="center" valignment="top" width="0">
13101 <column alignment="center" valignment="top" width="0">
13102 <column alignment="center" valignment="top" width="0">
13103 <column alignment="center" valignment="top" width="0">
13104 <row>
13105 <cell alignment="center" valignment="top" topline="true" usebox="none">
13106 \begin_inset Text
13107
13108 \begin_layout Plain Layout
13109 System
13110 \end_layout
13111
13112 \end_inset
13113 </cell>
13114 <cell alignment="center" valignment="top" topline="true" usebox="none">
13115 \begin_inset Text
13116
13117 \begin_layout Plain Layout
13118 Medipix
13119 \begin_inset space \thinspace{}
13120 \end_inset
13121
13122 1
13123 \end_layout
13124
13125 \end_inset
13126 </cell>
13127 <cell multicolumn="1" alignment="center" valignment="top" usebox="none">
13128 \begin_inset Text
13129
13130 \begin_layout Plain Layout
13131 Medipix
13132 \begin_inset space \thinspace{}
13133 \end_inset
13134
13135 2
13136 \end_layout
13137
13138 \end_inset
13139 </cell>
13140 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
13141 \begin_inset Text
13142
13143 \begin_layout Plain Layout
13144
13145 \end_layout
13146
13147 \end_inset
13148 </cell>
13149 </row>
13150 <row>
13151 <cell alignment="center" valignment="top" usebox="none">
13152 \begin_inset Text
13153
13154 \begin_layout Plain Layout
13155 \begin_inset ERT
13156 status collapsed
13157
13158 \begin_layout Plain Layout
13159
13160
13161 \backslash
13162 cmidrule(r){2-2}
13163 \end_layout
13164
13165 \end_inset
13166
13167
13168 \begin_inset ERT
13169 status collapsed
13170
13171 \begin_layout Plain Layout
13172
13173
13174 \backslash
13175 cmidrule(l){3-4}
13176 \end_layout
13177
13178 \end_inset
13179
13180
13181 \begin_inset ERT
13182 status collapsed
13183
13184 \begin_layout Plain Layout
13185
13186
13187 \backslash
13188 morecmidrules 
13189 \end_layout
13190
13191 \end_inset
13192
13193
13194 \begin_inset ERT
13195 status collapsed
13196
13197 \begin_layout Plain Layout
13198
13199
13200 \backslash
13201 cmidrule{2-4}
13202 \end_layout
13203
13204 \end_inset
13205
13206 Detector thickness [µm]
13207 \end_layout
13208
13209 \end_inset
13210 </cell>
13211 <cell alignment="center" valignment="top" usebox="none">
13212 \begin_inset Text
13213
13214 \begin_layout Plain Layout
13215 300
13216 \end_layout
13217
13218 \end_inset
13219 </cell>
13220 <cell alignment="center" valignment="top" usebox="none">
13221 \begin_inset Text
13222
13223 \begin_layout Plain Layout
13224 300
13225 \end_layout
13226
13227 \end_inset
13228 </cell>
13229 <cell alignment="center" valignment="top" usebox="none">
13230 \begin_inset Text
13231
13232 \begin_layout Plain Layout
13233 700
13234 \end_layout
13235
13236 \end_inset
13237 </cell>
13238 </row>
13239 <row>
13240 <cell alignment="center" valignment="top" topline="true" usebox="none">
13241 \begin_inset Text
13242
13243 \begin_layout Plain Layout
13244 Edge angle [°]
13245 \end_layout
13246
13247 \end_inset
13248 </cell>
13249 <cell alignment="center" valignment="top" topline="true" usebox="none">
13250 \begin_inset Text
13251
13252 \begin_layout Plain Layout
13253 3.55
13254 \end_layout
13255
13256 \end_inset
13257 </cell>
13258 <cell alignment="center" valignment="top" topline="true" usebox="none">
13259 \begin_inset Text
13260
13261 \begin_layout Plain Layout
13262 2.71
13263 \end_layout
13264
13265 \end_inset
13266 </cell>
13267 <cell alignment="center" valignment="top" topline="true" usebox="none">
13268 \begin_inset Text
13269
13270 \begin_layout Plain Layout
13271 7.99
13272 \end_layout
13273
13274 \end_inset
13275 </cell>
13276 </row>
13277 <row topspace="default">
13278 <cell alignment="center" valignment="top" usebox="none">
13279 \begin_inset Text
13280
13281 \begin_layout Plain Layout
13282 Spatial resolution [µm]
13283 \end_layout
13284
13285 \end_inset
13286 </cell>
13287 <cell alignment="center" valignment="top" usebox="none">
13288 \begin_inset Text
13289
13290 \begin_layout Plain Layout
13291 4.26
13292 \end_layout
13293
13294 \end_inset
13295 </cell>
13296 <cell alignment="center" valignment="top" usebox="none">
13297 \begin_inset Text
13298
13299 \begin_layout Plain Layout
13300 10.17
13301 \end_layout
13302
13303 \end_inset
13304 </cell>
13305 <cell alignment="center" valignment="top" usebox="none">
13306 \begin_inset Text
13307
13308 \begin_layout Plain Layout
13309 10.56
13310 \end_layout
13311
13312 \end_inset
13313 </cell>
13314 </row>
13315 <row topspace="default">
13316 <cell alignment="center" valignment="top" usebox="none">
13317 \begin_inset Text
13318
13319 \begin_layout Plain Layout
13320 MTF at 
13321 \begin_inset Formula $f_{\mathrm{max}}$
13322 \end_inset
13323
13324
13325 \end_layout
13326
13327 \end_inset
13328 </cell>
13329 <cell alignment="center" valignment="top" usebox="none">
13330 \begin_inset Text
13331
13332 \begin_layout Plain Layout
13333 0.53
13334 \end_layout
13335
13336 \end_inset
13337 </cell>
13338 <cell alignment="center" valignment="top" usebox="none">
13339 \begin_inset Text
13340
13341 \begin_layout Plain Layout
13342 0.37
13343 \end_layout
13344
13345 \end_inset
13346 </cell>
13347 <cell alignment="center" valignment="top" usebox="none">
13348 \begin_inset Text
13349
13350 \begin_layout Plain Layout
13351 0.39
13352 \end_layout
13353
13354 \end_inset
13355 </cell>
13356 </row>
13357 <row>
13358 <cell alignment="center" valignment="top" topline="true" usebox="none">
13359 \begin_inset Text
13360
13361 \begin_layout Plain Layout
13362 \begin_inset ERT
13363 status collapsed
13364
13365 \begin_layout Plain Layout
13366
13367
13368 \backslash
13369 morecmidrules 
13370 \end_layout
13371
13372 \end_inset
13373
13374
13375 \begin_inset ERT
13376 status collapsed
13377
13378 \begin_layout Plain Layout
13379
13380
13381 \backslash
13382 cmidrule{3-4}
13383 \end_layout
13384
13385 \end_inset
13386
13387 LSF-spatial resolution
13388 \end_layout
13389
13390 \end_inset
13391 </cell>
13392 <cell alignment="center" valignment="top" topline="true" usebox="none">
13393 \begin_inset Text
13394
13395 \begin_layout Plain Layout
13396
13397 \end_layout
13398
13399 \end_inset
13400 </cell>
13401 <cell alignment="center" valignment="top" topline="true" usebox="none">
13402 \begin_inset Text
13403
13404 \begin_layout Plain Layout
13405
13406 \end_layout
13407
13408 \end_inset
13409 </cell>
13410 <cell alignment="center" valignment="top" topline="true" usebox="none">
13411 \begin_inset Text
13412
13413 \begin_layout Plain Layout
13414
13415 \end_layout
13416
13417 \end_inset
13418 </cell>
13419 </row>
13420 <row>
13421 <cell alignment="center" valignment="top" usebox="none">
13422 \begin_inset Text
13423
13424 \begin_layout Plain Layout
13425 in µm
13426 \end_layout
13427
13428 \end_inset
13429 </cell>
13430 <cell alignment="center" valignment="top" usebox="none">
13431 \begin_inset Text
13432
13433 \begin_layout Plain Layout
13434 129.7
13435 \end_layout
13436
13437 \end_inset
13438 </cell>
13439 <cell alignment="center" valignment="top" usebox="none">
13440 \begin_inset Text
13441
13442 \begin_layout Plain Layout
13443 52.75
13444 \end_layout
13445
13446 \end_inset
13447 </cell>
13448 <cell alignment="center" valignment="top" usebox="none">
13449 \begin_inset Text
13450
13451 \begin_layout Plain Layout
13452 50.78
13453 \end_layout
13454
13455 \end_inset
13456 </cell>
13457 </row>
13458 <row>
13459 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
13460 \begin_inset Text
13461
13462 \begin_layout Plain Layout
13463 in % of pixel size
13464 \end_layout
13465
13466 \end_inset
13467 </cell>
13468 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
13469 \begin_inset Text
13470
13471 \begin_layout Plain Layout
13472 76.3
13473 \end_layout
13474
13475 \end_inset
13476 </cell>
13477 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
13478 \begin_inset Text
13479
13480 \begin_layout Plain Layout
13481 95.9
13482 \end_layout
13483
13484 \end_inset
13485 </cell>
13486 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
13487 \begin_inset Text
13488
13489 \begin_layout Plain Layout
13490 92.3
13491 \end_layout
13492
13493 \end_inset
13494 </cell>
13495 </row>
13496 </lyxtabular>
13497
13498 \end_inset
13499
13500
13501 \end_layout
13502
13503 \end_inset
13504
13505
13506 \end_layout
13507
13508 \begin_layout Section
13509 Alineación vertical de tablas
13510 \begin_inset Index
13511 status collapsed
13512
13513 \begin_layout Plain Layout
13514 Tablas ! Alineación vertical
13515 \end_layout
13516
13517 \end_inset
13518
13519
13520 \end_layout
13521
13522 \begin_layout Standard
13523 Para alinear tablas verticalmente en una línea de texto la tabla debe estar
13524  en un cuadro.
13525  Entonces el cuadro se puede alinear verticalmente como se describe en la
13526  sección
13527 \begin_inset space ~
13528 \end_inset
13529
13530
13531 \begin_inset CommandInset ref
13532 LatexCommand ref
13533 reference "sec:Diálogo-Cuadros"
13534
13535 \end_inset
13536
13537 .
13538  
13539 \end_layout
13540
13541 \begin_layout Standard
13542 En el ejemplo siguiente las tablas están en un cuadro tipo minipágina
13543 \begin_inset Foot
13544 status collapsed
13545
13546 \begin_layout Plain Layout
13547 Las minipáginas se describen en la sección
13548 \begin_inset space ~
13549 \end_inset
13550
13551
13552 \begin_inset CommandInset ref
13553 LatexCommand ref
13554 reference "sec:Minipáginas"
13555
13556 \end_inset
13557
13558 .
13559 \end_layout
13560
13561 \end_inset
13562
13563  que tiene una anchura del 15
13564 \begin_inset space \thinspace{}
13565 \end_inset
13566
13567 % de columna:
13568 \end_layout
13569
13570 \begin_layout Itemize
13571 test 
13572 \begin_inset Box Frameless
13573 position "t"
13574 hor_pos "c"
13575 has_inner_box 1
13576 inner_pos "c"
13577 use_parbox 0
13578 width "15col%"
13579 special "none"
13580 height "1in"
13581 height_special "totalheight"
13582 status collapsed
13583
13584 \begin_layout Plain Layout
13585 \begin_inset Tabular
13586 <lyxtabular version="3" rows="3" columns="3">
13587 <features>
13588 <column alignment="center" valignment="top" width="0">
13589 <column alignment="center" valignment="top" width="0">
13590 <column alignment="center" valignment="top" width="0">
13591 <row>
13592 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13593 \begin_inset Text
13594
13595 \begin_layout Plain Layout
13596 a
13597 \end_layout
13598
13599 \end_inset
13600 </cell>
13601 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13602 \begin_inset Text
13603
13604 \begin_layout Plain Layout
13605 d
13606 \end_layout
13607
13608 \end_inset
13609 </cell>
13610 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
13611 \begin_inset Text
13612
13613 \begin_layout Plain Layout
13614 g
13615 \end_layout
13616
13617 \end_inset
13618 </cell>
13619 </row>
13620 <row>
13621 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13622 \begin_inset Text
13623
13624 \begin_layout Plain Layout
13625 b
13626 \end_layout
13627
13628 \end_inset
13629 </cell>
13630 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13631 \begin_inset Text
13632
13633 \begin_layout Plain Layout
13634 e
13635 \end_layout
13636
13637 \end_inset
13638 </cell>
13639 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
13640 \begin_inset Text
13641
13642 \begin_layout Plain Layout
13643 h
13644 \end_layout
13645
13646 \end_inset
13647 </cell>
13648 </row>
13649 <row>
13650 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
13651 \begin_inset Text
13652
13653 \begin_layout Plain Layout
13654 c
13655 \end_layout
13656
13657 \end_inset
13658 </cell>
13659 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
13660 \begin_inset Text
13661
13662 \begin_layout Plain Layout
13663 f
13664 \end_layout
13665
13666 \end_inset
13667 </cell>
13668 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
13669 \begin_inset Text
13670
13671 \begin_layout Plain Layout
13672 i
13673 \end_layout
13674
13675 \end_inset
13676 </cell>
13677 </row>
13678 </lyxtabular>
13679
13680 \end_inset
13681
13682
13683 \end_layout
13684
13685 \end_inset
13686
13687  test 
13688 \begin_inset ERT
13689 status collapsed
13690
13691 \begin_layout Plain Layout
13692
13693
13694 \backslash
13695 raisebox{0.85
13696 \backslash
13697 baselineskip}{
13698 \end_layout
13699
13700 \end_inset
13701
13702
13703 \begin_inset Box Frameless
13704 position "t"
13705 hor_pos "c"
13706 has_inner_box 1
13707 inner_pos "c"
13708 use_parbox 0
13709 width "15col%"
13710 special "none"
13711 height "1in"
13712 height_special "totalheight"
13713 status collapsed
13714
13715 \begin_layout Plain Layout
13716 \begin_inset Tabular
13717 <lyxtabular version="3" rows="3" columns="3">
13718 <features>
13719 <column alignment="center" valignment="top" width="0">
13720 <column alignment="center" valignment="top" width="0">
13721 <column alignment="center" valignment="top" width="0">
13722 <row>
13723 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13724 \begin_inset Text
13725
13726 \begin_layout Plain Layout
13727 a
13728 \end_layout
13729
13730 \end_inset
13731 </cell>
13732 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13733 \begin_inset Text
13734
13735 \begin_layout Plain Layout
13736 d
13737 \end_layout
13738
13739 \end_inset
13740 </cell>
13741 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
13742 \begin_inset Text
13743
13744 \begin_layout Plain Layout
13745 g
13746 \end_layout
13747
13748 \end_inset
13749 </cell>
13750 </row>
13751 <row>
13752 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13753 \begin_inset Text
13754
13755 \begin_layout Plain Layout
13756 b
13757 \end_layout
13758
13759 \end_inset
13760 </cell>
13761 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13762 \begin_inset Text
13763
13764 \begin_layout Plain Layout
13765 e
13766 \end_layout
13767
13768 \end_inset
13769 </cell>
13770 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
13771 \begin_inset Text
13772
13773 \begin_layout Plain Layout
13774 h
13775 \end_layout
13776
13777 \end_inset
13778 </cell>
13779 </row>
13780 <row>
13781 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
13782 \begin_inset Text
13783
13784 \begin_layout Plain Layout
13785 c
13786 \end_layout
13787
13788 \end_inset
13789 </cell>
13790 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
13791 \begin_inset Text
13792
13793 \begin_layout Plain Layout
13794 f
13795 \end_layout
13796
13797 \end_inset
13798 </cell>
13799 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
13800 \begin_inset Text
13801
13802 \begin_layout Plain Layout
13803 i
13804 \end_layout
13805
13806 \end_inset
13807 </cell>
13808 </row>
13809 </lyxtabular>
13810
13811 \end_inset
13812
13813
13814 \end_layout
13815
13816 \end_inset
13817
13818
13819 \begin_inset ERT
13820 status collapsed
13821
13822 \begin_layout Plain Layout
13823
13824 }
13825 \end_layout
13826
13827 \end_inset
13828
13829
13830 \end_layout
13831
13832 \begin_layout Itemize
13833 test 
13834 \begin_inset Box Frameless
13835 position "c"
13836 hor_pos "c"
13837 has_inner_box 1
13838 inner_pos "c"
13839 use_parbox 0
13840 width "15col%"
13841 special "none"
13842 height "1in"
13843 height_special "totalheight"
13844 status collapsed
13845
13846 \begin_layout Plain Layout
13847 \begin_inset Tabular
13848 <lyxtabular version="3" rows="3" columns="3">
13849 <features>
13850 <column alignment="center" valignment="top" width="0">
13851 <column alignment="center" valignment="top" width="0">
13852 <column alignment="center" valignment="top" width="0">
13853 <row>
13854 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13855 \begin_inset Text
13856
13857 \begin_layout Plain Layout
13858 a
13859 \end_layout
13860
13861 \end_inset
13862 </cell>
13863 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13864 \begin_inset Text
13865
13866 \begin_layout Plain Layout
13867 d
13868 \end_layout
13869
13870 \end_inset
13871 </cell>
13872 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
13873 \begin_inset Text
13874
13875 \begin_layout Plain Layout
13876 g
13877 \end_layout
13878
13879 \end_inset
13880 </cell>
13881 </row>
13882 <row>
13883 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13884 \begin_inset Text
13885
13886 \begin_layout Plain Layout
13887 b
13888 \end_layout
13889
13890 \end_inset
13891 </cell>
13892 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13893 \begin_inset Text
13894
13895 \begin_layout Plain Layout
13896 e
13897 \end_layout
13898
13899 \end_inset
13900 </cell>
13901 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
13902 \begin_inset Text
13903
13904 \begin_layout Plain Layout
13905 h
13906 \end_layout
13907
13908 \end_inset
13909 </cell>
13910 </row>
13911 <row>
13912 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
13913 \begin_inset Text
13914
13915 \begin_layout Plain Layout
13916 c
13917 \end_layout
13918
13919 \end_inset
13920 </cell>
13921 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
13922 \begin_inset Text
13923
13924 \begin_layout Plain Layout
13925 f
13926 \end_layout
13927
13928 \end_inset
13929 </cell>
13930 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
13931 \begin_inset Text
13932
13933 \begin_layout Plain Layout
13934 i
13935 \end_layout
13936
13937 \end_inset
13938 </cell>
13939 </row>
13940 </lyxtabular>
13941
13942 \end_inset
13943
13944
13945 \end_layout
13946
13947 \end_inset
13948
13949
13950 \end_layout
13951
13952 \begin_layout Itemize
13953 test 
13954 \begin_inset Box Frameless
13955 position "b"
13956 hor_pos "c"
13957 has_inner_box 1
13958 inner_pos "c"
13959 use_parbox 0
13960 width "15col%"
13961 special "none"
13962 height "1in"
13963 height_special "totalheight"
13964 status collapsed
13965
13966 \begin_layout Plain Layout
13967 \begin_inset Tabular
13968 <lyxtabular version="3" rows="3" columns="3">
13969 <features>
13970 <column alignment="center" valignment="top" width="0">
13971 <column alignment="center" valignment="top" width="0">
13972 <column alignment="center" valignment="top" width="0">
13973 <row>
13974 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13975 \begin_inset Text
13976
13977 \begin_layout Plain Layout
13978 a
13979 \end_layout
13980
13981 \end_inset
13982 </cell>
13983 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13984 \begin_inset Text
13985
13986 \begin_layout Plain Layout
13987 d
13988 \end_layout
13989
13990 \end_inset
13991 </cell>
13992 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
13993 \begin_inset Text
13994
13995 \begin_layout Plain Layout
13996 g
13997 \end_layout
13998
13999 \end_inset
14000 </cell>
14001 </row>
14002 <row>
14003 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14004 \begin_inset Text
14005
14006 \begin_layout Plain Layout
14007 b
14008 \end_layout
14009
14010 \end_inset
14011 </cell>
14012 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14013 \begin_inset Text
14014
14015 \begin_layout Plain Layout
14016 e
14017 \end_layout
14018
14019 \end_inset
14020 </cell>
14021 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14022 \begin_inset Text
14023
14024 \begin_layout Plain Layout
14025 h
14026 \end_layout
14027
14028 \end_inset
14029 </cell>
14030 </row>
14031 <row>
14032 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
14033 \begin_inset Text
14034
14035 \begin_layout Plain Layout
14036 c
14037 \end_layout
14038
14039 \end_inset
14040 </cell>
14041 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
14042 \begin_inset Text
14043
14044 \begin_layout Plain Layout
14045 f
14046 \end_layout
14047
14048 \end_inset
14049 </cell>
14050 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
14051 \begin_inset Text
14052
14053 \begin_layout Plain Layout
14054 i
14055 \end_layout
14056
14057 \end_inset
14058 </cell>
14059 </row>
14060 </lyxtabular>
14061
14062 \end_inset
14063
14064
14065 \end_layout
14066
14067 \end_inset
14068
14069  test 
14070 \begin_inset ERT
14071 status collapsed
14072
14073 \begin_layout Plain Layout
14074
14075
14076 \backslash
14077 raisebox{-0.32
14078 \backslash
14079 baselineskip}{
14080 \end_layout
14081
14082 \end_inset
14083
14084
14085 \begin_inset Box Frameless
14086 position "b"
14087 hor_pos "c"
14088 has_inner_box 1
14089 inner_pos "c"
14090 use_parbox 0
14091 width "15col%"
14092 special "none"
14093 height "1in"
14094 height_special "totalheight"
14095 status collapsed
14096
14097 \begin_layout Plain Layout
14098 \begin_inset Tabular
14099 <lyxtabular version="3" rows="3" columns="3">
14100 <features>
14101 <column alignment="center" valignment="top" width="0">
14102 <column alignment="center" valignment="top" width="0">
14103 <column alignment="center" valignment="top" width="0">
14104 <row>
14105 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14106 \begin_inset Text
14107
14108 \begin_layout Plain Layout
14109 a
14110 \end_layout
14111
14112 \end_inset
14113 </cell>
14114 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14115 \begin_inset Text
14116
14117 \begin_layout Plain Layout
14118 d
14119 \end_layout
14120
14121 \end_inset
14122 </cell>
14123 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14124 \begin_inset Text
14125
14126 \begin_layout Plain Layout
14127 g
14128 \end_layout
14129
14130 \end_inset
14131 </cell>
14132 </row>
14133 <row>
14134 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14135 \begin_inset Text
14136
14137 \begin_layout Plain Layout
14138 b
14139 \end_layout
14140
14141 \end_inset
14142 </cell>
14143 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14144 \begin_inset Text
14145
14146 \begin_layout Plain Layout
14147 e
14148 \end_layout
14149
14150 \end_inset
14151 </cell>
14152 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14153 \begin_inset Text
14154
14155 \begin_layout Plain Layout
14156 h
14157 \end_layout
14158
14159 \end_inset
14160 </cell>
14161 </row>
14162 <row>
14163 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
14164 \begin_inset Text
14165
14166 \begin_layout Plain Layout
14167 c
14168 \end_layout
14169
14170 \end_inset
14171 </cell>
14172 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
14173 \begin_inset Text
14174
14175 \begin_layout Plain Layout
14176 f
14177 \end_layout
14178
14179 \end_inset
14180 </cell>
14181 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
14182 \begin_inset Text
14183
14184 \begin_layout Plain Layout
14185 i
14186 \end_layout
14187
14188 \end_inset
14189 </cell>
14190 </row>
14191 </lyxtabular>
14192
14193 \end_inset
14194
14195
14196 \end_layout
14197
14198 \end_inset
14199
14200
14201 \begin_inset ERT
14202 status collapsed
14203
14204 \begin_layout Plain Layout
14205
14206 }
14207 \end_layout
14208
14209 \end_inset
14210
14211
14212 \end_layout
14213
14214 \begin_layout Standard
14215 Como ves, los contenidos de la primera y última filas no se alinean correctament
14216 e con la línea de texto donde está la tabla.
14217  Para conseguir esta alineación, el cuadro (minipágina) debe ponerse en
14218  un cuadro elevado («raisebox»
14219 \begin_inset Foot
14220 status collapsed
14221
14222 \begin_layout Plain Layout
14223 El uso del comando 
14224 \series bold
14225
14226 \backslash
14227 raisebox
14228 \series default
14229  se explica en la sección
14230 \begin_inset space ~
14231 \end_inset
14232
14233
14234 \begin_inset CommandInset ref
14235 LatexCommand ref
14236 reference "sub:Alineación-Vertical"
14237
14238 \end_inset
14239
14240 .
14241 \end_layout
14242
14243 \end_inset
14244
14245 ).
14246  En el ejemplo anterior, la segunda tabla del primer ítem está alineada
14247  usando el comando en código TeX
14248 \end_layout
14249
14250 \begin_layout Standard
14251
14252 \series bold
14253
14254 \backslash
14255 raisebox{0.85
14256 \backslash
14257 baselineskip}{
14258 \end_layout
14259
14260 \begin_layout Standard
14261 antes del cuadro.
14262  Tras él, se pone la llave de cierre 
14263 \series bold
14264 }
14265 \series default
14266  también en código TeX.
14267  Para la segunda tabla en el tercer ítem se usa el comando 
14268 \end_layout
14269
14270 \begin_layout Standard
14271
14272 \series bold
14273
14274 \backslash
14275 raisebox{-0.32
14276 \backslash
14277 baselineskip}{
14278 \end_layout
14279
14280 \begin_layout Standard
14281 \begin_inset Note Greyedout
14282 status open
14283
14284 \begin_layout Plain Layout
14285
14286 \series bold
14287 Not
14288 \series default
14289 a: La alineación del contenido de la fila con la línea del texto adyacente
14290  no es exacta.
14291  El factor necesario del comando 
14292 \series bold
14293
14294 \backslash
14295 raisebox
14296 \series default
14297  para este alineamiento depende de la fuente del documento, del tamaño de
14298  la fuente y del grosor de línea de la tabla.
14299 \end_layout
14300
14301 \end_inset
14302
14303
14304 \end_layout
14305
14306 \begin_layout Section
14307 Tablas coloreadas
14308 \begin_inset CommandInset label
14309 LatexCommand label
14310 name "sec:Tablas-Coloreadas"
14311
14312 \end_inset
14313
14314
14315 \end_layout
14316
14317 \begin_layout Subsection
14318 Celdas coloreadas
14319 \begin_inset Index
14320 status collapsed
14321
14322 \begin_layout Plain Layout
14323 Tablas ! Coloreadas ! Celdas
14324 \end_layout
14325
14326 \end_inset
14327
14328
14329 \begin_inset Index
14330 status collapsed
14331
14332 \begin_layout Plain Layout
14333 Color ! en celdas de tablas
14334 \end_layout
14335
14336 \end_inset
14337
14338
14339 \end_layout
14340
14341 \begin_layout Standard
14342 \begin_inset Float table
14343 placement h
14344 wide false
14345 sideways false
14346 status open
14347
14348 \begin_layout Plain Layout
14349 \begin_inset Caption
14350
14351 \begin_layout Plain Layout
14352 \begin_inset CommandInset label
14353 LatexCommand label
14354 name "tab:Tabla-coloreada-sin"
14355
14356 \end_inset
14357
14358 Tabla coloreada sin usar el paquete 
14359 \series bold
14360 colortbl
14361 \series default
14362
14363 \begin_inset OptArg
14364 status collapsed
14365
14366 \begin_layout Plain Layout
14367 Tabla sin colortbl
14368 \end_layout
14369
14370 \end_inset
14371
14372
14373 \end_layout
14374
14375 \end_inset
14376
14377
14378 \end_layout
14379
14380 \begin_layout Plain Layout
14381 \align center
14382 \begin_inset Tabular
14383 <lyxtabular version="3" rows="3" columns="3">
14384 <features>
14385 <column alignment="center" valignment="top" width="0">
14386 <column alignment="center" valignment="top" width="0">
14387 <column alignment="center" valignment="top" width="0">
14388 <row>
14389 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14390 \begin_inset Text
14391
14392 \begin_layout Plain Layout
14393
14394 \color green
14395 a
14396 \end_layout
14397
14398 \end_inset
14399 </cell>
14400 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14401 \begin_inset Text
14402
14403 \begin_layout Plain Layout
14404
14405 \color red
14406 b
14407 \end_layout
14408
14409 \end_inset
14410 </cell>
14411 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14412 \begin_inset Text
14413
14414 \begin_layout Plain Layout
14415
14416 \color red
14417 c
14418 \end_layout
14419
14420 \end_inset
14421 </cell>
14422 </row>
14423 <row>
14424 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14425 \begin_inset Text
14426
14427 \begin_layout Plain Layout
14428
14429 \color green
14430 d
14431 \end_layout
14432
14433 \end_inset
14434 </cell>
14435 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14436 \begin_inset Text
14437
14438 \begin_layout Plain Layout
14439
14440 \color blue
14441 e
14442 \end_layout
14443
14444 \end_inset
14445 </cell>
14446 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14447 \begin_inset Text
14448
14449 \begin_layout Plain Layout
14450
14451 \color blue
14452 f
14453 \end_layout
14454
14455 \end_inset
14456 </cell>
14457 </row>
14458 <row>
14459 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
14460 \begin_inset Text
14461
14462 \begin_layout Plain Layout
14463
14464 \color green
14465 g
14466 \end_layout
14467
14468 \end_inset
14469 </cell>
14470 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
14471 \begin_inset Text
14472
14473 \begin_layout Plain Layout
14474
14475 \color blue
14476 h
14477 \end_layout
14478
14479 \end_inset
14480 </cell>
14481 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
14482 \begin_inset Text
14483
14484 \begin_layout Plain Layout
14485
14486 \color blue
14487 i
14488 \end_layout
14489
14490 \end_inset
14491 </cell>
14492 </row>
14493 </lyxtabular>
14494
14495 \end_inset
14496
14497
14498 \end_layout
14499
14500 \end_inset
14501
14502
14503 \end_layout
14504
14505 \begin_layout Standard
14506 Si sólo necesitas color en el texto, marca las celdas y elige un color en
14507  el menú 
14508 \family sans
14509 Editar\SpecialChar \menuseparator
14510 Estilo
14511 \begin_inset space ~
14512 \end_inset
14513
14514 del
14515 \begin_inset space ~
14516 \end_inset
14517
14518 Texto
14519 \family default
14520 .
14521  Esto se ha hecho en la tabla
14522 \begin_inset space ~
14523 \end_inset
14524
14525
14526 \begin_inset CommandInset ref
14527 LatexCommand ref
14528 reference "tab:Tabla-coloreada-sin"
14529
14530 \end_inset
14531
14532 .
14533  En cualquier otro caso hay que usar el paquete LaTeX 
14534 \series bold
14535 colortbl
14536 \series default
14537 .
14538 \begin_inset Index
14539 status collapsed
14540
14541 \begin_layout Plain Layout
14542 LaTeX-paquetes ! colortbl
14543 \end_layout
14544
14545 \end_inset
14546
14547
14548 \end_layout
14549
14550 \begin_layout Standard
14551 \begin_inset ERT
14552 status collapsed
14553
14554 \begin_layout Plain Layout
14555
14556
14557 \backslash
14558 ifcolortbl
14559 \end_layout
14560
14561 \end_inset
14562
14563
14564 \begin_inset Note Note
14565 status collapsed
14566
14567 \begin_layout Plain Layout
14568 La siguiente sección sólo se mostrará en pantalla si está instalado el paquete
14569  LaTeX 
14570 \series bold
14571 colortbl
14572 \series default
14573 .
14574 \end_layout
14575
14576 \end_inset
14577
14578
14579 \end_layout
14580
14581 \begin_layout Standard
14582 Para crear tablas coloreadas, 
14583 \series bold
14584 colortbl
14585 \series default
14586  debe cargarse en el preámbulo con la línea
14587 \end_layout
14588
14589 \begin_layout Standard
14590
14591 \series bold
14592
14593 \backslash
14594 usepackage{colortbl}
14595 \end_layout
14596
14597 \begin_layout Standard
14598 El color de una columna se define con el comando
14599 \end_layout
14600
14601 \begin_layout Standard
14602
14603 \series bold
14604
14605 \backslash
14606 columncolor{nombre del color}
14607 \end_layout
14608
14609 \begin_layout Standard
14610 dentro del comando 
14611 \series bold
14612 >{ }
14613 \series default
14614 .
14615  Más sobre el comando 
14616 \series bold
14617 >{}
14618 \series default
14619  se explica en la sección
14620 \begin_inset space ~
14621 \end_inset
14622
14623
14624 \begin_inset CommandInset ref
14625 LatexCommand ref
14626 reference "sub:Cálculos-en-Multicolumnas"
14627
14628 \end_inset
14629
14630 .
14631 \end_layout
14632
14633 \begin_layout Standard
14634 Los siguientes nombres de color están predefinidos:
14635 \end_layout
14636
14637 \begin_layout Standard
14638
14639 \family sans
14640 red
14641 \family default
14642
14643 \family sans
14644 green
14645 \family default
14646
14647 \family sans
14648 yellow, blue
14649 \family default
14650
14651 \family sans
14652 cyan
14653 \family default
14654 \series bold
14655 ,
14656 \series default
14657  
14658 \family sans
14659 magenta, black
14660 \family default
14661
14662 \family sans
14663 white
14664 \end_layout
14665
14666 \begin_layout Standard
14667 \begin_inset VSpace medskip
14668 \end_inset
14669
14670
14671 \end_layout
14672
14673 \begin_layout Standard
14674 Puedes definir tus propios colores con el comando
14675 \end_layout
14676
14677 \begin_layout Standard
14678
14679 \series bold
14680
14681 \backslash
14682 definecolor{nombre del color}{modelo de color}{valores de color}
14683 \end_layout
14684
14685 \begin_layout Standard
14686 El modelo de color puede ser
14687 \end_layout
14688
14689 \begin_layout Labeling
14690 \labelwidthstring 00.00.0000
14691 cmyk: cyan, magenta, yellow, black
14692 \end_layout
14693
14694 \begin_layout Labeling
14695 \labelwidthstring 00.00.0000
14696 rgb: red, green, blue
14697 \end_layout
14698
14699 \begin_layout Labeling
14700 \labelwidthstring 00.00.0000
14701 gray: gray
14702 \end_layout
14703
14704 \begin_layout Standard
14705 y los valores de color son números separados por comas entre 0 y 1 que describen
14706  el factor para el color correspondiente del modelo de color.
14707 \end_layout
14708
14709 \begin_layout Standard
14710 Por ejemplo, puedes definir el color
14711 \series bold
14712  
14713 \series default
14714 «
14715 \emph on
14716 verde oscuro
14717 \emph default
14718 » en el preámbulo con
14719 \end_layout
14720
14721 \begin_layout Standard
14722
14723 \series bold
14724
14725 \backslash
14726 definecolor{verdeoscuro}{cmyk}{0.5, 0, 1, 0.5}
14727 \end_layout
14728
14729 \begin_layout Standard
14730 y el color «
14731 \emph on
14732 gris claro
14733 \emph default
14734 » con
14735 \end_layout
14736
14737 \begin_layout Standard
14738
14739 \series bold
14740
14741 \backslash
14742 definecolor{grisclaro}{gray}{0.8}
14743 \end_layout
14744
14745 \begin_layout Standard
14746 \begin_inset VSpace medskip
14747 \end_inset
14748
14749
14750 \end_layout
14751
14752 \begin_layout Standard
14753 Las líneas se colorean con el comando
14754 \end_layout
14755
14756 \begin_layout Standard
14757
14758 \series bold
14759
14760 \backslash
14761 rowcolor{nombre del color}
14762 \end_layout
14763
14764 \begin_layout Standard
14765 y las celdas se colorean con el comando
14766 \end_layout
14767
14768 \begin_layout Standard
14769
14770 \series bold
14771
14772 \backslash
14773 cellcolor{nombre del color}
14774 \end_layout
14775
14776 \begin_layout Standard
14777 Ambos comandos se insertan al principio de una celda en código TeX.
14778 \end_layout
14779
14780 \begin_layout Standard
14781 Para colorear caracteres en la tabla marca las celdas y usa el menú 
14782 \family sans
14783 Editar\SpecialChar \menuseparator
14784 Estilo
14785 \begin_inset space ~
14786 \end_inset
14787
14788 del
14789 \begin_inset space ~
14790 \end_inset
14791
14792 Texto
14793 \family default
14794 .
14795  Si una celda contiene código TeX marca sólo los caracteres, si no el código
14796  TeX en color puede ocasionar errores de LaTeX.
14797 \end_layout
14798
14799 \begin_layout Standard
14800 \begin_inset VSpace bigskip
14801 \end_inset
14802
14803
14804 \end_layout
14805
14806 \begin_layout Standard
14807 Para crear la tabla
14808 \begin_inset space ~
14809 \end_inset
14810
14811
14812 \begin_inset CommandInset ref
14813 LatexCommand ref
14814 reference "tab:Tabla-coloreada-con"
14815
14816 \end_inset
14817
14818  haz lo siguiente: el color de la primera columna debe ser 
14819 \emph on
14820 verde oscuro
14821 \emph default
14822 , entonces inserta
14823 \end_layout
14824
14825 \begin_layout Standard
14826
14827 \series bold
14828 >{
14829 \backslash
14830 columncolor{verdeoscuro}
14831 \backslash
14832 centering}c
14833 \end_layout
14834
14835 \begin_layout Standard
14836 como argumento LaTeX para esta columna.
14837  La primera fila debe ser azul, por tanto inserta el comando en código TeX
14838 \end_layout
14839
14840 \begin_layout Standard
14841
14842 \series bold
14843
14844 \backslash
14845 rowcolow{cyan}
14846 \end_layout
14847
14848 \begin_layout Standard
14849 en la primera celda de esta fila.
14850  Observa que esto sobreescribe el color de la columna para la primera celda.
14851  La última celda de la última fila se colorea magenta insertando el comando
14852  en código TeX
14853 \end_layout
14854
14855 \begin_layout Standard
14856
14857 \series bold
14858
14859 \backslash
14860 cellcolor{magenta}
14861 \end_layout
14862
14863 \begin_layout Standard
14864 Ahora podrían colorearse los caracteres usando el menú 
14865 \family sans
14866 Editar\SpecialChar \menuseparator
14867 Estilo
14868 \begin_inset space ~
14869 \end_inset
14870
14871 del
14872 \begin_inset space ~
14873 \end_inset
14874
14875 Texto
14876 \family default
14877 .
14878 \end_layout
14879
14880 \begin_layout Standard
14881 \begin_inset Float table
14882 placement h
14883 wide false
14884 sideways false
14885 status open
14886
14887 \begin_layout Plain Layout
14888 \begin_inset Caption
14889
14890 \begin_layout Plain Layout
14891 \begin_inset CommandInset label
14892 LatexCommand label
14893 name "tab:Tabla-coloreada-con"
14894
14895 \end_inset
14896
14897 Tabla coloreada con el paquete 
14898 \series bold
14899 colortbl
14900 \series default
14901
14902 \begin_inset OptArg
14903 status collapsed
14904
14905 \begin_layout Plain Layout
14906 Tabla con 
14907 \series bold
14908 colortbl
14909 \end_layout
14910
14911 \end_inset
14912
14913
14914 \end_layout
14915
14916 \end_inset
14917
14918
14919 \end_layout
14920
14921 \begin_layout Plain Layout
14922 \align center
14923 \begin_inset Tabular
14924 <lyxtabular version="3" rows="3" columns="3">
14925 <features>
14926 <column alignment="center" valignment="top" width="0" special=">{\columncolor{verdeoscuro}\centering}c">
14927 <column alignment="center" valignment="top" width="0">
14928 <column alignment="center" valignment="top" width="0">
14929 <row>
14930 <cell alignment="center" valignment="top" usebox="none">
14931 \begin_inset Text
14932
14933 \begin_layout Plain Layout
14934 \begin_inset ERT
14935 status collapsed
14936
14937 \begin_layout Plain Layout
14938
14939
14940 \backslash
14941 rowcolor{cyan}
14942 \end_layout
14943
14944 \end_inset
14945
14946
14947 \color magenta
14948 a
14949 \end_layout
14950
14951 \end_inset
14952 </cell>
14953 <cell alignment="center" valignment="top" usebox="none">
14954 \begin_inset Text
14955
14956 \begin_layout Plain Layout
14957
14958 \color red
14959 b
14960 \end_layout
14961
14962 \end_inset
14963 </cell>
14964 <cell alignment="center" valignment="top" usebox="none">
14965 \begin_inset Text
14966
14967 \begin_layout Plain Layout
14968
14969 \color red
14970 c
14971 \end_layout
14972
14973 \end_inset
14974 </cell>
14975 </row>
14976 <row>
14977 <cell alignment="center" valignment="top" usebox="none">
14978 \begin_inset Text
14979
14980 \begin_layout Plain Layout
14981
14982 \color yellow
14983 d
14984 \end_layout
14985
14986 \end_inset
14987 </cell>
14988 <cell alignment="center" valignment="top" usebox="none">
14989 \begin_inset Text
14990
14991 \begin_layout Plain Layout
14992
14993 \color blue
14994 e
14995 \end_layout
14996
14997 \end_inset
14998 </cell>
14999 <cell alignment="center" valignment="top" usebox="none">
15000 \begin_inset Text
15001
15002 \begin_layout Plain Layout
15003
15004 \color blue
15005 f
15006 \end_layout
15007
15008 \end_inset
15009 </cell>
15010 </row>
15011 <row>
15012 <cell alignment="center" valignment="top" usebox="none">
15013 \begin_inset Text
15014
15015 \begin_layout Plain Layout
15016
15017 \color yellow
15018 g
15019 \end_layout
15020
15021 \end_inset
15022 </cell>
15023 <cell alignment="center" valignment="top" usebox="none">
15024 \begin_inset Text
15025
15026 \begin_layout Plain Layout
15027
15028 \color blue
15029 h
15030 \end_layout
15031
15032 \end_inset
15033 </cell>
15034 <cell alignment="center" valignment="top" usebox="none">
15035 \begin_inset Text
15036
15037 \begin_layout Plain Layout
15038 \begin_inset ERT
15039 status collapsed
15040
15041 \begin_layout Plain Layout
15042
15043
15044 \backslash
15045 cellcolor{magenta}
15046 \end_layout
15047
15048 \end_inset
15049
15050
15051 \color green
15052 i
15053 \end_layout
15054
15055 \end_inset
15056 </cell>
15057 </row>
15058 </lyxtabular>
15059
15060 \end_inset
15061
15062
15063 \end_layout
15064
15065 \end_inset
15066
15067
15068 \end_layout
15069
15070 \begin_layout Standard
15071 \begin_inset ERT
15072 status collapsed
15073
15074 \begin_layout Plain Layout
15075
15076
15077 \backslash
15078 else
15079 \end_layout
15080
15081 \end_inset
15082
15083
15084 \begin_inset Note Note
15085 status collapsed
15086
15087 \begin_layout Plain Layout
15088 Lo siguiente se mostrará en pantalla si no está instalado el paquete LaTeX
15089  
15090 \series bold
15091 colortbl
15092 \series default
15093 .
15094 \end_layout
15095
15096 \end_inset
15097
15098
15099 \end_layout
15100
15101 \begin_layout Standard
15102 Debes instalar el paquete LaTeX 
15103 \series bold
15104 colortbl
15105 \series default
15106  para ver la parte siguiente en la salida.
15107 \end_layout
15108
15109 \begin_layout Standard
15110 \begin_inset ERT
15111 status collapsed
15112
15113 \begin_layout Plain Layout
15114
15115
15116 \backslash
15117 fi
15118 \end_layout
15119
15120 \end_inset
15121
15122
15123 \end_layout
15124
15125 \begin_layout Subsection
15126 Líneas coloreadas
15127 \begin_inset Index
15128 status collapsed
15129
15130 \begin_layout Plain Layout
15131 Tablas ! Coloreadas ! Líneas
15132 \end_layout
15133
15134 \end_inset
15135
15136
15137 \begin_inset Index
15138 status collapsed
15139
15140 \begin_layout Plain Layout
15141 Color ! en bordes de tabla
15142 \end_layout
15143
15144 \end_inset
15145
15146
15147 \end_layout
15148
15149 \begin_layout Standard
15150 Como se describe en la sección
15151 \begin_inset space ~
15152 \end_inset
15153
15154
15155 \begin_inset CommandInset ref
15156 LatexCommand ref
15157 reference "sub:Grosor-de-Líneas"
15158
15159 \end_inset
15160
15161 , el grosor para todas las líneas en una tabla puede ajustarse con el comando
15162  
15163 \series bold
15164
15165 \backslash
15166 arrayrulewidth
15167 \series default
15168 .
15169  Se ha puesto 1.5
15170 \begin_inset space \thinspace{}
15171 \end_inset
15172
15173 pt para todas las tablas de esta sección.
15174 \begin_inset ERT
15175 status collapsed
15176
15177 \begin_layout Plain Layout
15178
15179
15180 \backslash
15181 setlength{
15182 \backslash
15183 arrayrulewidth}{1.5pt}
15184 \end_layout
15185
15186 \end_inset
15187
15188
15189 \end_layout
15190
15191 \begin_layout Standard
15192 Por ejemplo, para colorear todas las líneas verticales en verde, crea en
15193  el preámbulo del documento el siguiente formato de columna, de acuerdo
15194  a lo descrito en la sección
15195 \begin_inset space ~
15196 \end_inset
15197
15198
15199 \begin_inset CommandInset ref
15200 LatexCommand ref
15201 reference "sub:Formato-Personalizado"
15202
15203 \end_inset
15204
15205 :
15206 \end_layout
15207
15208 \begin_layout Standard
15209
15210 \series bold
15211
15212 \backslash
15213 newcolumntype{W}{!{
15214 \backslash
15215 color{green}
15216 \backslash
15217 vline}}
15218 \end_layout
15219
15220 \begin_layout Standard
15221 Para la tabla
15222 \begin_inset space ~
15223 \end_inset
15224
15225
15226 \begin_inset CommandInset ref
15227 LatexCommand ref
15228 reference "tab:Tabla-con-verticales-coloreadas"
15229
15230 \end_inset
15231
15232  se usó el argumento LaTeX
15233 \series bold
15234  WcW
15235 \series default
15236  para la última columna y
15237 \series bold
15238  Wc
15239 \series default
15240  para las demás.
15241 \end_layout
15242
15243 \begin_layout Standard
15244 Si quieres tener varios colores, define más formatos de columna.
15245 \end_layout
15246
15247 \begin_layout Standard
15248 \begin_inset Float table
15249 placement h
15250 wide false
15251 sideways false
15252 status open
15253
15254 \begin_layout Plain Layout
15255 \begin_inset Caption
15256
15257 \begin_layout Plain Layout
15258 \begin_inset CommandInset label
15259 LatexCommand label
15260 name "tab:Tabla-con-verticales-coloreadas"
15261
15262 \end_inset
15263
15264 Tabla con líneas verticales coloreadas
15265 \end_layout
15266
15267 \end_inset
15268
15269
15270 \end_layout
15271
15272 \begin_layout Plain Layout
15273 \align center
15274 \begin_inset Tabular
15275 <lyxtabular version="3" rows="3" columns="3">
15276 <features>
15277 <column alignment="center" valignment="top" width="0" special="Wc">
15278 <column alignment="center" valignment="top" width="0" special="Wc">
15279 <column alignment="center" valignment="top" width="0" special="WcW">
15280 <row>
15281 <cell alignment="center" valignment="top" topline="true" usebox="none">
15282 \begin_inset Text
15283
15284 \begin_layout Plain Layout
15285 sd
15286 \end_layout
15287
15288 \end_inset
15289 </cell>
15290 <cell alignment="center" valignment="top" topline="true" usebox="none">
15291 \begin_inset Text
15292
15293 \begin_layout Plain Layout
15294
15295 \end_layout
15296
15297 \end_inset
15298 </cell>
15299 <cell alignment="center" valignment="top" topline="true" usebox="none">
15300 \begin_inset Text
15301
15302 \begin_layout Plain Layout
15303
15304 \end_layout
15305
15306 \end_inset
15307 </cell>
15308 </row>
15309 <row>
15310 <cell alignment="center" valignment="top" topline="true" usebox="none">
15311 \begin_inset Text
15312
15313 \begin_layout Plain Layout
15314
15315 \end_layout
15316
15317 \end_inset
15318 </cell>
15319 <cell alignment="center" valignment="top" topline="true" usebox="none">
15320 \begin_inset Text
15321
15322 \begin_layout Plain Layout
15323 sd
15324 \end_layout
15325
15326 \end_inset
15327 </cell>
15328 <cell alignment="center" valignment="top" topline="true" usebox="none">
15329 \begin_inset Text
15330
15331 \begin_layout Plain Layout
15332
15333 \end_layout
15334
15335 \end_inset
15336 </cell>
15337 </row>
15338 <row>
15339 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
15340 \begin_inset Text
15341
15342 \begin_layout Plain Layout
15343
15344 \end_layout
15345
15346 \end_inset
15347 </cell>
15348 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
15349 \begin_inset Text
15350
15351 \begin_layout Plain Layout
15352
15353 \end_layout
15354
15355 \end_inset
15356 </cell>
15357 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
15358 \begin_inset Text
15359
15360 \begin_layout Plain Layout
15361 sd
15362 \end_layout
15363
15364 \end_inset
15365 </cell>
15366 </row>
15367 </lyxtabular>
15368
15369 \end_inset
15370
15371
15372 \end_layout
15373
15374 \end_inset
15375
15376
15377 \end_layout
15378
15379 \begin_layout Standard
15380 \begin_inset VSpace bigskip
15381 \end_inset
15382
15383 Para colorear líneas horizontales, por ejemplo en rojo, como en la tabla
15384 \begin_inset space ~
15385 \end_inset
15386
15387
15388 \begin_inset CommandInset ref
15389 LatexCommand ref
15390 reference "tab:Tabla-con-horizontales-coloreadas"
15391
15392 \end_inset
15393
15394 , inserta estos comandos en código TeX antes de la tabla o del flotante:
15395 \end_layout
15396
15397 \begin_layout Standard
15398
15399 \series bold
15400
15401 \backslash
15402 let
15403 \backslash
15404 myHlineC
15405 \backslash
15406 hline
15407 \begin_inset Newline newline
15408 \end_inset
15409
15410
15411 \backslash
15412 renewcommand{
15413 \backslash
15414 hline}
15415 \begin_inset Newline newline
15416 \end_inset
15417
15418
15419 \begin_inset ERT
15420 status collapsed
15421
15422 \begin_layout Plain Layout
15423
15424
15425 \backslash
15426 hphantom{ }
15427 \end_layout
15428
15429 \end_inset
15430
15431 {
15432 \backslash
15433 arrayrulecolor{red}
15434 \backslash
15435 myHlineC
15436 \backslash
15437 arrayrulecolor{black}}
15438 \end_layout
15439
15440 \begin_layout Standard
15441 \begin_inset ERT
15442 status collapsed
15443
15444 \begin_layout Plain Layout
15445
15446
15447 \backslash
15448 let
15449 \backslash
15450 myHlineC
15451 \backslash
15452 hline
15453 \end_layout
15454
15455 \begin_layout Plain Layout
15456
15457
15458 \backslash
15459 renewcommand{
15460 \backslash
15461 hline}
15462 \end_layout
15463
15464 \begin_layout Plain Layout
15465
15466  {
15467 \backslash
15468 arrayrulecolor{red}
15469 \backslash
15470 myHlineC
15471 \backslash
15472 arrayrulecolor{black}}
15473 \end_layout
15474
15475 \end_inset
15476
15477
15478 \begin_inset Float table
15479 placement h
15480 wide false
15481 sideways false
15482 status open
15483
15484 \begin_layout Plain Layout
15485 \begin_inset Caption
15486
15487 \begin_layout Plain Layout
15488 \begin_inset CommandInset label
15489 LatexCommand label
15490 name "tab:Tabla-con-horizontales-coloreadas"
15491
15492 \end_inset
15493
15494 Tabla con líneas horizontales coloreadas
15495 \end_layout
15496
15497 \end_inset
15498
15499
15500 \end_layout
15501
15502 \begin_layout Plain Layout
15503 \align center
15504 \begin_inset Tabular
15505 <lyxtabular version="3" rows="3" columns="3">
15506 <features>
15507 <column alignment="center" valignment="top" width="0">
15508 <column alignment="center" valignment="top" width="0">
15509 <column alignment="center" valignment="top" width="0">
15510 <row>
15511 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15512 \begin_inset Text
15513
15514 \begin_layout Plain Layout
15515 sd
15516 \end_layout
15517
15518 \end_inset
15519 </cell>
15520 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15521 \begin_inset Text
15522
15523 \begin_layout Plain Layout
15524
15525 \end_layout
15526
15527 \end_inset
15528 </cell>
15529 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15530 \begin_inset Text
15531
15532 \begin_layout Plain Layout
15533
15534 \end_layout
15535
15536 \end_inset
15537 </cell>
15538 </row>
15539 <row>
15540 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15541 \begin_inset Text
15542
15543 \begin_layout Plain Layout
15544
15545 \end_layout
15546
15547 \end_inset
15548 </cell>
15549 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15550 \begin_inset Text
15551
15552 \begin_layout Plain Layout
15553 sd
15554 \end_layout
15555
15556 \end_inset
15557 </cell>
15558 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15559 \begin_inset Text
15560
15561 \begin_layout Plain Layout
15562
15563 \end_layout
15564
15565 \end_inset
15566 </cell>
15567 </row>
15568 <row>
15569 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
15570 \begin_inset Text
15571
15572 \begin_layout Plain Layout
15573
15574 \end_layout
15575
15576 \end_inset
15577 </cell>
15578 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
15579 \begin_inset Text
15580
15581 \begin_layout Plain Layout
15582
15583 \end_layout
15584
15585 \end_inset
15586 </cell>
15587 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
15588 \begin_inset Text
15589
15590 \begin_layout Plain Layout
15591 sd
15592 \end_layout
15593
15594 \end_inset
15595 </cell>
15596 </row>
15597 </lyxtabular>
15598
15599 \end_inset
15600
15601
15602 \end_layout
15603
15604 \end_inset
15605
15606
15607 \end_layout
15608
15609 \begin_layout Standard
15610 Para volver al color de línea negro predeterminado inserta este comando
15611  en código TeX detrás de la tabla o el flotante:
15612 \end_layout
15613
15614 \begin_layout Standard
15615
15616 \series bold
15617
15618 \backslash
15619 renewcommand{
15620 \backslash
15621 hline}{
15622 \backslash
15623 myHlineC}
15624 \end_layout
15625
15626 \begin_layout Standard
15627 La tabla
15628 \begin_inset space ~
15629 \end_inset
15630
15631
15632 \begin_inset CommandInset ref
15633 LatexCommand ref
15634 reference "tab:Tabla-con-líneas-coloreadas"
15635
15636 \end_inset
15637
15638  es un ejemplo con líneas verticales y horizontales coloreadas.
15639 \end_layout
15640
15641 \begin_layout Standard
15642 \begin_inset Float table
15643 placement h
15644 wide false
15645 sideways false
15646 status open
15647
15648 \begin_layout Plain Layout
15649 \begin_inset Caption
15650
15651 \begin_layout Plain Layout
15652 \begin_inset CommandInset label
15653 LatexCommand label
15654 name "tab:Tabla-con-líneas-coloreadas"
15655
15656 \end_inset
15657
15658 Tabla con líneas coloreadas
15659 \end_layout
15660
15661 \end_inset
15662
15663
15664 \end_layout
15665
15666 \begin_layout Plain Layout
15667 \align center
15668 \begin_inset Tabular
15669 <lyxtabular version="3" rows="3" columns="3">
15670 <features>
15671 <column alignment="center" valignment="top" width="0" special="Wc">
15672 <column alignment="center" valignment="top" width="0" special="Wc">
15673 <column alignment="center" valignment="top" width="0" special="WcW">
15674 <row>
15675 <cell alignment="center" valignment="top" topline="true" usebox="none">
15676 \begin_inset Text
15677
15678 \begin_layout Plain Layout
15679 sd
15680 \end_layout
15681
15682 \end_inset
15683 </cell>
15684 <cell alignment="center" valignment="top" topline="true" usebox="none">
15685 \begin_inset Text
15686
15687 \begin_layout Plain Layout
15688
15689 \end_layout
15690
15691 \end_inset
15692 </cell>
15693 <cell alignment="center" valignment="top" topline="true" usebox="none">
15694 \begin_inset Text
15695
15696 \begin_layout Plain Layout
15697
15698 \end_layout
15699
15700 \end_inset
15701 </cell>
15702 </row>
15703 <row>
15704 <cell alignment="center" valignment="top" topline="true" usebox="none">
15705 \begin_inset Text
15706
15707 \begin_layout Plain Layout
15708
15709 \end_layout
15710
15711 \end_inset
15712 </cell>
15713 <cell alignment="center" valignment="top" topline="true" usebox="none">
15714 \begin_inset Text
15715
15716 \begin_layout Plain Layout
15717 sd
15718 \end_layout
15719
15720 \end_inset
15721 </cell>
15722 <cell alignment="center" valignment="top" topline="true" usebox="none">
15723 \begin_inset Text
15724
15725 \begin_layout Plain Layout
15726
15727 \end_layout
15728
15729 \end_inset
15730 </cell>
15731 </row>
15732 <row>
15733 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
15734 \begin_inset Text
15735
15736 \begin_layout Plain Layout
15737
15738 \end_layout
15739
15740 \end_inset
15741 </cell>
15742 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
15743 \begin_inset Text
15744
15745 \begin_layout Plain Layout
15746
15747 \end_layout
15748
15749 \end_inset
15750 </cell>
15751 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
15752 \begin_inset Text
15753
15754 \begin_layout Plain Layout
15755 sd
15756 \end_layout
15757
15758 \end_inset
15759 </cell>
15760 </row>
15761 </lyxtabular>
15762
15763 \end_inset
15764
15765
15766 \end_layout
15767
15768 \end_inset
15769
15770
15771 \end_layout
15772
15773 \begin_layout Standard
15774 \begin_inset ERT
15775 status collapsed
15776
15777 \begin_layout Plain Layout
15778
15779
15780 \backslash
15781 renewcommand{
15782 \backslash
15783 hline}{
15784 \backslash
15785 myHlineC}
15786 \end_layout
15787
15788 \end_inset
15789
15790
15791 \end_layout
15792
15793 \begin_layout Standard
15794 \begin_inset ERT
15795 status collapsed
15796
15797 \begin_layout Plain Layout
15798
15799
15800 \backslash
15801 setlength{
15802 \backslash
15803 arrayrulewidth}{0.4pt}
15804 \end_layout
15805
15806 \end_inset
15807
15808
15809 \end_layout
15810
15811 \begin_layout Section
15812 Personalización de tablas
15813 \begin_inset Index
15814 status collapsed
15815
15816 \begin_layout Plain Layout
15817 Personalización de tablas
15818 \end_layout
15819
15820 \end_inset
15821
15822
15823 \begin_inset Index
15824 status collapsed
15825
15826 \begin_layout Plain Layout
15827 Tablas ! Personalización
15828 \end_layout
15829
15830 \end_inset
15831
15832
15833 \end_layout
15834
15835 \begin_layout Subsection
15836 Espacio adicional en filas
15837 \begin_inset CommandInset label
15838 LatexCommand label
15839 name "sub:Espacio-adicional"
15840
15841 \end_inset
15842
15843
15844 \begin_inset Index
15845 status collapsed
15846
15847 \begin_layout Plain Layout
15848 Personalización de tablas ! Espacio adicional en filas
15849 \end_layout
15850
15851 \end_inset
15852
15853
15854 \end_layout
15855
15856 \begin_layout Standard
15857 Es posible añadir espacio vertical a las filas de una tabla en la solapa
15858  
15859 \family sans
15860 Bordes,
15861 \family default
15862  del diálogo de configuración de tablas.
15863  En el marco 
15864 \family sans
15865 Espacio
15866 \begin_inset space ~
15867 \end_inset
15868
15869 adicional
15870 \family default
15871  dispones de tres posibilidades:
15872 \end_layout
15873
15874 \begin_layout Description
15875 Superior
15876 \begin_inset space ~
15877 \end_inset
15878
15879 de
15880 \begin_inset space ~
15881 \end_inset
15882
15883 la
15884 \begin_inset space ~
15885 \end_inset
15886
15887 fila añade espacio sobre los caracteres de la fila.
15888  Si la tabla es de estilo formal
15889 \begin_inset Foot
15890 status collapsed
15891
15892 \begin_layout Plain Layout
15893 Las tablas formales se explican en la sección
15894 \begin_inset space ~
15895 \end_inset
15896
15897
15898 \begin_inset CommandInset ref
15899 LatexCommand ref
15900 reference "sec:Tablas-Formales"
15901
15902 \end_inset
15903
15904
15905 \end_layout
15906
15907 \end_inset
15908
15909  LyX insertará 0.5
15910 \begin_inset space \thinspace{}
15911 \end_inset
15912
15913 em por omisión.
15914  Si la tabla es de estilo normal el espacio adicional destruirá las líneas
15915  verticales, como se ve en la tabla siguiente:
15916 \begin_inset VSpace medskip
15917 \end_inset
15918
15919
15920 \begin_inset Newline newline
15921 \end_inset
15922
15923
15924 \begin_inset space \hspace*{}
15925 \length 0pt
15926 \end_inset
15927
15928
15929 \begin_inset space \hfill{}
15930 \end_inset
15931
15932
15933 \begin_inset Tabular
15934 <lyxtabular version="3" rows="3" columns="1">
15935 <features>
15936 <column alignment="center" valignment="top" width="0">
15937 <row>
15938 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15939 \begin_inset Text
15940
15941 \begin_layout Plain Layout
15942 A
15943 \end_layout
15944
15945 \end_inset
15946 </cell>
15947 </row>
15948 <row topspace="3mm">
15949 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15950 \begin_inset Text
15951
15952 \begin_layout Plain Layout
15953 3
15954 \begin_inset space \thinspace{}
15955 \end_inset
15956
15957 mm sobre la fila
15958 \end_layout
15959
15960 \end_inset
15961 </cell>
15962 </row>
15963 <row>
15964 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
15965 \begin_inset Text
15966
15967 \begin_layout Plain Layout
15968 C
15969 \end_layout
15970
15971 \end_inset
15972 </cell>
15973 </row>
15974 </lyxtabular>
15975
15976 \end_inset
15977
15978
15979 \begin_inset space \hfill{}
15980 \end_inset
15981
15982
15983 \begin_inset space \hspace*{}
15984 \length 0pt
15985 \end_inset
15986
15987
15988 \begin_inset VSpace medskip
15989 \end_inset
15990
15991
15992 \begin_inset Newline newline
15993 \end_inset
15994
15995 Así pues, insertar espacio superior en tablas normales sólo es útil en tablas
15996  sin líneas verticales.
15997 \end_layout
15998
15999 \begin_layout Description
16000 Inferior
16001 \begin_inset space ~
16002 \end_inset
16003
16004 de
16005 \begin_inset space ~
16006 \end_inset
16007
16008 la
16009 \begin_inset space ~
16010 \end_inset
16011
16012 fila añade espacio bajo los caracteres de la fila.
16013  Si la tabla es formal LyX inserta por omisión 0.5
16014 \begin_inset space \thinspace{}
16015 \end_inset
16016
16017 em; si la tabla es normal inserta 2
16018 \begin_inset space \thinspace{}
16019 \end_inset
16020
16021 pt.
16022  
16023 \end_layout
16024
16025 \begin_layout Description
16026 Entre
16027 \begin_inset space ~
16028 \end_inset
16029
16030 las
16031 \begin_inset space ~
16032 \end_inset
16033
16034 filas añade espacio entre la fila actual y la siguiente.
16035  Si la tabla es formal LyX inserta 0.5
16036 \begin_inset space \thinspace{}
16037 \end_inset
16038
16039 em por omisión.
16040  En tablas normales, el espacio adicional destruirá las líneas verticales
16041  de la tabla, como se ve en la siguiente:
16042 \begin_inset VSpace medskip
16043 \end_inset
16044
16045
16046 \begin_inset Newline newline
16047 \end_inset
16048
16049
16050 \begin_inset space \hspace*{}
16051 \length 0pt
16052 \end_inset
16053
16054
16055 \begin_inset space \hfill{}
16056 \end_inset
16057
16058
16059 \begin_inset Tabular
16060 <lyxtabular version="3" rows="3" columns="1">
16061 <features>
16062 <column alignment="center" valignment="top" width="0">
16063 <row>
16064 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16065 \begin_inset Text
16066
16067 \begin_layout Plain Layout
16068 A
16069 \end_layout
16070
16071 \end_inset
16072 </cell>
16073 </row>
16074 <row interlinespace="3mm">
16075 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16076 \begin_inset Text
16077
16078 \begin_layout Plain Layout
16079 \begin_inset Formula $\downarrow$
16080 \end_inset
16081
16082  3
16083 \begin_inset space \thinspace{}
16084 \end_inset
16085
16086 mm entre las filas
16087 \end_layout
16088
16089 \end_inset
16090 </cell>
16091 </row>
16092 <row>
16093 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
16094 \begin_inset Text
16095
16096 \begin_layout Plain Layout
16097 \begin_inset Formula $\uparrow$
16098 \end_inset
16099
16100  3
16101 \begin_inset space \thinspace{}
16102 \end_inset
16103
16104 mm entre las filas 
16105 \begin_inset Formula $\uparrow$
16106 \end_inset
16107
16108
16109 \end_layout
16110
16111 \end_inset
16112 </cell>
16113 </row>
16114 </lyxtabular>
16115
16116 \end_inset
16117
16118
16119 \begin_inset space \hfill{}
16120 \end_inset
16121
16122
16123 \begin_inset space \hspace*{}
16124 \length 0pt
16125 \end_inset
16126
16127
16128 \begin_inset VSpace medskip
16129 \end_inset
16130
16131
16132 \begin_inset Newline newline
16133 \end_inset
16134
16135 Así pues, los espacios adicionales entre filas de tablas normales sólo sirven
16136  para tablas sin líneas verticales.
16137 \end_layout
16138
16139 \begin_layout Standard
16140 \begin_inset VSpace bigskip
16141 \end_inset
16142
16143 Para añadir altura vertical extra a todas las celdas de todas las tablas,
16144  utiliza los siguientes comandos en el preámbulo:
16145 \end_layout
16146
16147 \begin_layout Standard
16148
16149 \series bold
16150
16151 \backslash
16152 @ifundefined{extrarowheight}
16153 \begin_inset Newline newline
16154 \end_inset
16155
16156
16157 \begin_inset ERT
16158 status collapsed
16159
16160 \begin_layout Plain Layout
16161
16162
16163 \backslash
16164 hphantom{ }
16165 \end_layout
16166
16167 \end_inset
16168
16169 {
16170 \backslash
16171 usepackage{array}}{}
16172 \begin_inset Newline newline
16173 \end_inset
16174
16175
16176 \backslash
16177 setlength{
16178 \backslash
16179 extrarowheight}{altura}
16180 \end_layout
16181
16182 \begin_layout Standard
16183 Esto tiene el inconveniente de que el texto de las celdas no estará exactamente
16184  centrado en vertical.
16185  (Lyx cargará automáticamente el paquete 
16186 \series bold
16187 array
16188 \series default
16189  cuando uses formatos de tabla autodefinidos.
16190  Para evitar que sea cargado dos veces se pone al principio el comando 
16191 \series bold
16192
16193 \backslash
16194 @ifundefined
16195 \series default
16196 .)
16197 \end_layout
16198
16199 \begin_layout Standard
16200 En el caso de usar fuentes de mayor tamaño que el normal, los bordes de
16201  la tabla están a veces demasiado cerca de las letras.
16202  Esto se puede corregir insertando el comando 
16203 \series bold
16204
16205 \backslash
16206 strut
16207 \series default
16208  en código TeX al principio de la fila de la tabla.
16209  La tabla
16210 \begin_inset space ~
16211 \end_inset
16212
16213
16214 \begin_inset CommandInset label
16215 LatexCommand label
16216 name "Alineación-vertical"
16217
16218 \end_inset
16219
16220  muestra el efecto:
16221 \end_layout
16222
16223 \begin_layout Standard
16224 \noindent
16225 \begin_inset Float table
16226 placement h
16227 wide false
16228 sideways false
16229 status open
16230
16231 \begin_layout Plain Layout
16232 \begin_inset Caption
16233
16234 \begin_layout Plain Layout
16235 \begin_inset CommandInset label
16236 LatexCommand label
16237 name "tab:Alineación-vertical"
16238
16239 \end_inset
16240
16241 Alineación vertical de texto con fuentes grandes
16242 \end_layout
16243
16244 \end_inset
16245
16246
16247 \end_layout
16248
16249 \begin_layout Plain Layout
16250 \begin_inset space \hfill{}
16251 \end_inset
16252
16253
16254 \begin_inset Float table
16255 wide false
16256 sideways false
16257 status collapsed
16258
16259 \begin_layout Plain Layout
16260 \begin_inset Caption
16261
16262 \begin_layout Plain Layout
16263 Tabla normal
16264 \end_layout
16265
16266 \end_inset
16267
16268
16269 \end_layout
16270
16271 \begin_layout Plain Layout
16272 \noindent
16273 \align center
16274 \begin_inset Tabular
16275 <lyxtabular version="3" rows="6" columns="1">
16276 <features>
16277 <column alignment="left" valignment="top" width="0">
16278 <row>
16279 <cell alignment="left" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16280 \begin_inset Text
16281
16282 \begin_layout Plain Layout
16283 Normal, g
16284 \end_layout
16285
16286 \end_inset
16287 </cell>
16288 </row>
16289 <row>
16290 <cell alignment="left" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16291 \begin_inset Text
16292
16293 \begin_layout Plain Layout
16294
16295 \size large
16296 Grande
16297 \end_layout
16298
16299 \end_inset
16300 </cell>
16301 </row>
16302 <row>
16303 <cell alignment="left" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16304 \begin_inset Text
16305
16306 \begin_layout Plain Layout
16307
16308 \size larger
16309 Más grande
16310 \end_layout
16311
16312 \end_inset
16313 </cell>
16314 </row>
16315 <row>
16316 <cell alignment="left" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16317 \begin_inset Text
16318
16319 \begin_layout Plain Layout
16320
16321 \size largest
16322 Grandísima
16323 \end_layout
16324
16325 \end_inset
16326 </cell>
16327 </row>
16328 <row>
16329 <cell alignment="left" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16330 \begin_inset Text
16331
16332 \begin_layout Plain Layout
16333
16334 \size huge
16335 Enorme
16336 \end_layout
16337
16338 \end_inset
16339 </cell>
16340 </row>
16341 <row>
16342 <cell alignment="left" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
16343 \begin_inset Text
16344
16345 \begin_layout Plain Layout
16346
16347 \size huge
16348 Más enorme
16349 \end_layout
16350
16351 \end_inset
16352 </cell>
16353 </row>
16354 </lyxtabular>
16355
16356 \end_inset
16357
16358
16359 \end_layout
16360
16361 \end_inset
16362
16363
16364 \begin_inset space \hfill{}
16365 \end_inset
16366
16367
16368 \begin_inset Float table
16369 wide false
16370 sideways false
16371 status collapsed
16372
16373 \begin_layout Plain Layout
16374 \begin_inset Caption
16375
16376 \begin_layout Plain Layout
16377 Tabla con comando 
16378 \series bold
16379
16380 \backslash
16381 strut
16382 \end_layout
16383
16384 \end_inset
16385
16386
16387 \end_layout
16388
16389 \begin_layout Plain Layout
16390 \noindent
16391 \align center
16392 \begin_inset Tabular
16393 <lyxtabular version="3" rows="6" columns="1">
16394 <features>
16395 <column alignment="left" valignment="top" width="0">
16396 <row>
16397 <cell alignment="left" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16398 \begin_inset Text
16399
16400 \begin_layout Plain Layout
16401 Normal, g
16402 \end_layout
16403
16404 \end_inset
16405 </cell>
16406 </row>
16407 <row>
16408 <cell alignment="left" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16409 \begin_inset Text
16410
16411 \begin_layout Plain Layout
16412
16413 \size large
16414 \begin_inset ERT
16415 status collapsed
16416
16417 \begin_layout Plain Layout
16418
16419
16420 \backslash
16421 strut 
16422 \end_layout
16423
16424 \end_inset
16425
16426 Grande
16427 \end_layout
16428
16429 \end_inset
16430 </cell>
16431 </row>
16432 <row>
16433 <cell alignment="left" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16434 \begin_inset Text
16435
16436 \begin_layout Plain Layout
16437
16438 \size larger
16439 \begin_inset ERT
16440 status collapsed
16441
16442 \begin_layout Plain Layout
16443
16444
16445 \backslash
16446 strut 
16447 \end_layout
16448
16449 \end_inset
16450
16451 Más grande
16452 \end_layout
16453
16454 \end_inset
16455 </cell>
16456 </row>
16457 <row>
16458 <cell alignment="left" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16459 \begin_inset Text
16460
16461 \begin_layout Plain Layout
16462
16463 \size largest
16464 \begin_inset ERT
16465 status collapsed
16466
16467 \begin_layout Plain Layout
16468
16469
16470 \backslash
16471 strut 
16472 \end_layout
16473
16474 \end_inset
16475
16476 Grandísima
16477 \end_layout
16478
16479 \end_inset
16480 </cell>
16481 </row>
16482 <row>
16483 <cell alignment="left" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16484 \begin_inset Text
16485
16486 \begin_layout Plain Layout
16487
16488 \size huge
16489 \begin_inset ERT
16490 status collapsed
16491
16492 \begin_layout Plain Layout
16493
16494
16495 \backslash
16496 strut 
16497 \end_layout
16498
16499 \end_inset
16500
16501 Enorme
16502 \end_layout
16503
16504 \end_inset
16505 </cell>
16506 </row>
16507 <row>
16508 <cell alignment="left" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
16509 \begin_inset Text
16510
16511 \begin_layout Plain Layout
16512
16513 \size giant
16514 \begin_inset ERT
16515 status collapsed
16516
16517 \begin_layout Plain Layout
16518
16519
16520 \backslash
16521 strut 
16522 \end_layout
16523
16524 \end_inset
16525
16526
16527 \size huge
16528 Más enorme
16529 \end_layout
16530
16531 \end_inset
16532 </cell>
16533 </row>
16534 </lyxtabular>
16535
16536 \end_inset
16537
16538
16539 \end_layout
16540
16541 \end_inset
16542
16543
16544 \begin_inset space \hfill{}
16545 \end_inset
16546
16547
16548 \end_layout
16549
16550 \end_inset
16551
16552
16553 \end_layout
16554
16555 \begin_layout Subsection
16556 Alineación especial de celdas
16557 \begin_inset Index
16558 status collapsed
16559
16560 \begin_layout Plain Layout
16561 Personalización de tablas ! Alineación especial de celdas
16562 \end_layout
16563
16564 \end_inset
16565
16566
16567 \end_layout
16568
16569 \begin_layout Standard
16570 A veces mejora la presentación si las entradas en las celdas de una columna
16571  se alinean con un carácter determinado, p.
16572 \begin_inset space \thinspace{}
16573 \end_inset
16574
16575 e.
16576 \begin_inset space ~
16577 \end_inset
16578
16579 el separador decimal, como en la tabla
16580 \begin_inset space ~
16581 \end_inset
16582
16583
16584 \begin_inset CommandInset ref
16585 LatexCommand ref
16586 reference "tab:Tabla-con-celdas-de"
16587
16588 \end_inset
16589
16590 .
16591 \end_layout
16592
16593 \begin_layout Standard
16594 \begin_inset Float table
16595 wide false
16596 sideways false
16597 status open
16598
16599 \begin_layout Plain Layout
16600 \begin_inset Caption
16601
16602 \begin_layout Plain Layout
16603 \begin_inset CommandInset label
16604 LatexCommand label
16605 name "tab:Tabla-con-celdas-de"
16606
16607 \end_inset
16608
16609 Tabla con celdas alineadas con el separador decimal.
16610 \end_layout
16611
16612 \end_inset
16613
16614
16615 \end_layout
16616
16617 \begin_layout Plain Layout
16618 \align center
16619 \begin_inset Tabular
16620 <lyxtabular version="3" rows="4" columns="2">
16621 <features>
16622 <column alignment="right" valignment="top" width="0">
16623 <column alignment="left" valignment="top" width="0" special="@{}l">
16624 <row>
16625 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" usebox="none">
16626 \begin_inset Text
16627
16628 \begin_layout Plain Layout
16629 leyenda
16630 \end_layout
16631
16632 \end_inset
16633 </cell>
16634 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16635 \begin_inset Text
16636
16637 \begin_layout Plain Layout
16638
16639 \end_layout
16640
16641 \end_inset
16642 </cell>
16643 </row>
16644 <row>
16645 <cell alignment="center" valignment="top" usebox="none">
16646 \begin_inset Text
16647
16648 \begin_layout Plain Layout
16649 12.
16650 \end_layout
16651
16652 \end_inset
16653 </cell>
16654 <cell alignment="center" valignment="top" usebox="none">
16655 \begin_inset Text
16656
16657 \begin_layout Plain Layout
16658 6
16659 \end_layout
16660
16661 \end_inset
16662 </cell>
16663 </row>
16664 <row>
16665 <cell alignment="center" valignment="top" usebox="none">
16666 \begin_inset Text
16667
16668 \begin_layout Plain Layout
16669 0.
16670 \end_layout
16671
16672 \end_inset
16673 </cell>
16674 <cell alignment="center" valignment="top" usebox="none">
16675 \begin_inset Text
16676
16677 \begin_layout Plain Layout
16678 68
16679 \end_layout
16680
16681 \end_inset
16682 </cell>
16683 </row>
16684 <row>
16685 <cell alignment="center" valignment="top" usebox="none">
16686 \begin_inset Text
16687
16688 \begin_layout Plain Layout
16689 -123.
16690 \end_layout
16691
16692 \end_inset
16693 </cell>
16694 <cell alignment="center" valignment="top" usebox="none">
16695 \begin_inset Text
16696
16697 \begin_layout Plain Layout
16698 0
16699 \end_layout
16700
16701 \end_inset
16702 </cell>
16703 </row>
16704 </lyxtabular>
16705
16706 \end_inset
16707
16708
16709 \end_layout
16710
16711 \end_inset
16712
16713
16714 \end_layout
16715
16716 \begin_layout Standard
16717 Esta es una tabla 4×2.
16718  La leyenda es una multicolumna centrada.
16719  La primera columna está alineada a la derecha y contiene el punto decimal
16720  y los dígitos anteriores.
16721  La segunda columna está alineada a la izquierda y contiene los dígitos
16722  posteriores al punto decimal.
16723  Para omitir el espacio que hay normalmente entre dos columnas usa el siguiente
16724  argumento LaTeX para la segunda columna:
16725 \end_layout
16726
16727 \begin_layout Standard
16728
16729 \series bold
16730 @{}l
16731 \end_layout
16732
16733 \begin_layout Standard
16734 La tabla
16735 \begin_inset space ~
16736 \end_inset
16737
16738
16739 \begin_inset CommandInset ref
16740 LatexCommand ref
16741 reference "tab:Varias-alineaciones"
16742
16743 \end_inset
16744
16745  muestra varios ejemplos de alineación.
16746  Para alinear con el signo de relación debes añadir el segundo espacio matemátic
16747 o más pequeño al comienzo de la última columna para conseguir el espacio
16748  adecuado alrededor del signo.
16749 \end_layout
16750
16751 \begin_layout Standard
16752 \begin_inset Float table
16753 wide false
16754 sideways false
16755 status open
16756
16757 \begin_layout Plain Layout
16758 \begin_inset Caption
16759
16760 \begin_layout Plain Layout
16761 \begin_inset CommandInset label
16762 LatexCommand label
16763 name "tab:Varias-alineaciones"
16764
16765 \end_inset
16766
16767 Tabla con varias alineaciones.
16768 \end_layout
16769
16770 \end_inset
16771
16772
16773 \end_layout
16774
16775 \begin_layout Plain Layout
16776 \align center
16777 \begin_inset Tabular
16778 <lyxtabular version="3" rows="4" columns="6">
16779 <features>
16780 <column alignment="right" valignment="top" width="0">
16781 <column alignment="left" valignment="top" width="0" special="@{}l">
16782 <column alignment="right" valignment="top" width="0">
16783 <column alignment="left" valignment="top" width="0" special="@{}l">
16784 <column alignment="right" valignment="top" width="0">
16785 <column alignment="left" valignment="top" width="0" special="@{}l">
16786 <row>
16787 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
16788 \begin_inset Text
16789
16790 \begin_layout Plain Layout
16791 unidades
16792 \end_layout
16793
16794 \end_inset
16795 </cell>
16796 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16797 \begin_inset Text
16798
16799 \begin_layout Plain Layout
16800
16801 \end_layout
16802
16803 \end_inset
16804 </cell>
16805 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
16806 \begin_inset Text
16807
16808 \begin_layout Plain Layout
16809 exponentes
16810 \end_layout
16811
16812 \end_inset
16813 </cell>
16814 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16815 \begin_inset Text
16816
16817 \begin_layout Plain Layout
16818
16819 \end_layout
16820
16821 \end_inset
16822 </cell>
16823 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" usebox="none">
16824 \begin_inset Text
16825
16826 \begin_layout Plain Layout
16827 relaciones
16828 \end_layout
16829
16830 \end_inset
16831 </cell>
16832 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16833 \begin_inset Text
16834
16835 \begin_layout Plain Layout
16836
16837 \end_layout
16838
16839 \end_inset
16840 </cell>
16841 </row>
16842 <row>
16843 <cell alignment="center" valignment="top" usebox="none">
16844 \begin_inset Text
16845
16846 \begin_layout Plain Layout
16847 12×
16848 \end_layout
16849
16850 \end_inset
16851 </cell>
16852 <cell alignment="center" valignment="top" rightline="true" usebox="none">
16853 \begin_inset Text
16854
16855 \begin_layout Plain Layout
16856 24
16857 \begin_inset space \thinspace{}
16858 \end_inset
16859
16860 bottles
16861 \end_layout
16862
16863 \end_inset
16864 </cell>
16865 <cell alignment="center" valignment="top" usebox="none">
16866 \begin_inset Text
16867
16868 \begin_layout Plain Layout
16869 \begin_inset Formula $10\cdot$
16870 \end_inset
16871
16872
16873 \end_layout
16874
16875 \end_inset
16876 </cell>
16877 <cell alignment="center" valignment="top" rightline="true" usebox="none">
16878 \begin_inset Text
16879
16880 \begin_layout Plain Layout
16881 \begin_inset Formula $10^{\mbox{-}17}$
16882 \end_inset
16883
16884
16885 \end_layout
16886
16887 \end_inset
16888 </cell>
16889 <cell alignment="center" valignment="top" usebox="none">
16890 \begin_inset Text
16891
16892 \begin_layout Plain Layout
16893 \begin_inset Formula $\Gamma(t)\propto$
16894 \end_inset
16895
16896
16897 \end_layout
16898
16899 \end_inset
16900 </cell>
16901 <cell alignment="center" valignment="top" usebox="none">
16902 \begin_inset Text
16903
16904 \begin_layout Plain Layout
16905 \begin_inset Formula $\:\Upsilon(t)$
16906 \end_inset
16907
16908
16909 \end_layout
16910
16911 \end_inset
16912 </cell>
16913 </row>
16914 <row>
16915 <cell alignment="center" valignment="top" usebox="none">
16916 \begin_inset Text
16917
16918 \begin_layout Plain Layout
16919 1024×
16920 \end_layout
16921
16922 \end_inset
16923 </cell>
16924 <cell alignment="center" valignment="top" rightline="true" usebox="none">
16925 \begin_inset Text
16926
16927 \begin_layout Plain Layout
16928 768
16929 \begin_inset space \thinspace{}
16930 \end_inset
16931
16932 Pixels
16933 \end_layout
16934
16935 \end_inset
16936 </cell>
16937 <cell alignment="center" valignment="top" usebox="none">
16938 \begin_inset Text
16939
16940 \begin_layout Plain Layout
16941 \begin_inset Formula $5.78\cdot$
16942 \end_inset
16943
16944
16945 \end_layout
16946
16947 \end_inset
16948 </cell>
16949 <cell alignment="center" valignment="top" rightline="true" usebox="none">
16950 \begin_inset Text
16951
16952 \begin_layout Plain Layout
16953 \begin_inset Formula $10^{7}$
16954 \end_inset
16955
16956
16957 \end_layout
16958
16959 \end_inset
16960 </cell>
16961 <cell alignment="center" valignment="top" usebox="none">
16962 \begin_inset Text
16963
16964 \begin_layout Plain Layout
16965 \begin_inset Formula $A\ne$
16966 \end_inset
16967
16968
16969 \end_layout
16970
16971 \end_inset
16972 </cell>
16973 <cell alignment="center" valignment="top" usebox="none">
16974 \begin_inset Text
16975
16976 \begin_layout Plain Layout
16977 \begin_inset Formula $\: B_{\mathrm{red}}$
16978 \end_inset
16979
16980
16981 \end_layout
16982
16983 \end_inset
16984 </cell>
16985 </row>
16986 <row>
16987 <cell alignment="center" valignment="top" usebox="none">
16988 \begin_inset Text
16989
16990 \begin_layout Plain Layout
16991 32×
16992 \end_layout
16993
16994 \end_inset
16995 </cell>
16996 <cell alignment="center" valignment="top" rightline="true" usebox="none">
16997 \begin_inset Text
16998
16999 \begin_layout Plain Layout
17000 6
17001 \begin_inset space \thinspace{}
17002 \end_inset
17003
17004 cm
17005 \end_layout
17006
17007 \end_inset
17008 </cell>
17009 <cell alignment="center" valignment="top" usebox="none">
17010 \begin_inset Text
17011
17012 \begin_layout Plain Layout
17013 -
17014 \begin_inset Formula $33.5\cdot$
17015 \end_inset
17016
17017
17018 \end_layout
17019
17020 \end_inset
17021 </cell>
17022 <cell alignment="center" valignment="top" rightline="true" usebox="none">
17023 \begin_inset Text
17024
17025 \begin_layout Plain Layout
17026 \begin_inset Formula $10^{4}$
17027 \end_inset
17028
17029
17030 \end_layout
17031
17032 \end_inset
17033 </cell>
17034 <cell alignment="center" valignment="top" usebox="none">
17035 \begin_inset Text
17036
17037 \begin_layout Plain Layout
17038 \begin_inset Formula $\sen(\alpha)\ge$
17039 \end_inset
17040
17041
17042 \end_layout
17043
17044 \end_inset
17045 </cell>
17046 <cell alignment="center" valignment="top" usebox="none">
17047 \begin_inset Text
17048
17049 \begin_layout Plain Layout
17050 \begin_inset Formula $\:\sen(\beta)$
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 Standard
17072 \begin_inset VSpace bigskip
17073 \end_inset
17074
17075 También hay un paquete LaTeX, 
17076 \series bold
17077 dcolumn
17078 \series default
17079
17080 \begin_inset Index
17081 status collapsed
17082
17083 \begin_layout Plain Layout
17084 LaTeX-paquetes ! dcolumn
17085 \end_layout
17086
17087 \end_inset
17088
17089 , que permite alinear el contenido de las celdas.
17090  Pero desgraciadamente trata las entradas de celda en modo matemático y
17091  no permite fórmulas en celdas: la primera columna de la tabla
17092 \begin_inset space ~
17093 \end_inset
17094
17095
17096 \begin_inset CommandInset ref
17097 LatexCommand ref
17098 reference "tab:Varias-alineaciones"
17099
17100 \end_inset
17101
17102  se verá con 
17103 \series bold
17104 dcolumn
17105 \series default
17106  como la primera columna en la tabla
17107 \begin_inset space ~
17108 \end_inset
17109
17110
17111 \begin_inset CommandInset ref
17112 LatexCommand ref
17113 reference "tab:Alineaciones-con-el"
17114
17115 \end_inset
17116
17117  y sólo con algunos trucos se consigue lo que se espera.
17118  La alineación de la segunda y tercera columnas de la tabla
17119 \begin_inset space ~
17120 \end_inset
17121
17122
17123 \begin_inset CommandInset ref
17124 LatexCommand ref
17125 reference "tab:Varias-alineaciones"
17126
17127 \end_inset
17128
17129  no es posible con 
17130 \series bold
17131 dcolumn
17132 \series default
17133 .
17134 \end_layout
17135
17136 \begin_layout Standard
17137 \begin_inset Float table
17138 placement h
17139 wide false
17140 sideways false
17141 status open
17142
17143 \begin_layout Plain Layout
17144 \begin_inset Caption
17145
17146 \begin_layout Plain Layout
17147 \begin_inset CommandInset label
17148 LatexCommand label
17149 name "tab:Alineaciones-con-el"
17150
17151 \end_inset
17152
17153
17154 \begin_inset OptArg
17155 status collapsed
17156
17157 \begin_layout Plain Layout
17158 Tabla alineada con 
17159 \series bold
17160 dcolumn
17161 \end_layout
17162
17163 \end_inset
17164
17165 Alineaciones con el paquete LaTeX 
17166 \series bold
17167 dcolumn
17168 \series default
17169 .
17170  Se han tenido que usar unos trucos para la alineación de las columnas en
17171  la salida.
17172 \end_layout
17173
17174 \end_inset
17175
17176
17177 \end_layout
17178
17179 \begin_layout Plain Layout
17180 \align center
17181 \begin_inset Tabular
17182 <lyxtabular version="3" rows="4" columns="3">
17183 <features>
17184 <column alignment="center" valignment="top" width="0" special="D{x}{\times}{4.9}">
17185 <column alignment="center" valignment="top" width="0" special="D{x}{\times}{4.9}">
17186 <column alignment="center" valignment="top" width="0" special="D{~}{\,}{9.7}">
17187 <row>
17188 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
17189 \begin_inset Text
17190
17191 \begin_layout Plain Layout
17192 unidades
17193 \end_layout
17194
17195 \end_inset
17196 </cell>
17197 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
17198 \begin_inset Text
17199
17200 \begin_layout Plain Layout
17201 unidades
17202 \end_layout
17203
17204 \end_inset
17205 </cell>
17206 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" usebox="none">
17207 \begin_inset Text
17208
17209 \begin_layout Plain Layout
17210 unidades
17211 \end_layout
17212
17213 \end_inset
17214 </cell>
17215 </row>
17216 <row>
17217 <cell alignment="center" valignment="top" rightline="true" usebox="none">
17218 \begin_inset Text
17219
17220 \begin_layout Plain Layout
17221 12x24
17222 \begin_inset space \thinspace{}
17223 \end_inset
17224
17225 bottles
17226 \end_layout
17227
17228 \end_inset
17229 </cell>
17230 <cell alignment="center" valignment="top" rightline="true" usebox="none">
17231 \begin_inset Text
17232
17233 \begin_layout Plain Layout
17234 12x24
17235 \begin_inset space \thinspace{}
17236 \end_inset
17237
17238
17239 \begin_inset Formula $\mbox{bottles}$
17240 \end_inset
17241
17242
17243 \end_layout
17244
17245 \end_inset
17246 </cell>
17247 <cell alignment="center" valignment="top" usebox="none">
17248 \begin_inset Text
17249
17250 \begin_layout Plain Layout
17251 12
17252 \begin_inset ERT
17253 status collapsed
17254
17255 \begin_layout Plain Layout
17256
17257
17258 \backslash
17259 times
17260 \end_layout
17261
17262 \end_inset
17263
17264 24~
17265 \begin_inset Formula $\mbox{bottles}$
17266 \end_inset
17267
17268
17269 \end_layout
17270
17271 \end_inset
17272 </cell>
17273 </row>
17274 <row>
17275 <cell alignment="center" valignment="top" rightline="true" usebox="none">
17276 \begin_inset Text
17277
17278 \begin_layout Plain Layout
17279 1024x768
17280 \begin_inset space \thinspace{}
17281 \end_inset
17282
17283 Pixels
17284 \end_layout
17285
17286 \end_inset
17287 </cell>
17288 <cell alignment="center" valignment="top" rightline="true" usebox="none">
17289 \begin_inset Text
17290
17291 \begin_layout Plain Layout
17292 1024x768
17293 \begin_inset space \thinspace{}
17294 \end_inset
17295
17296
17297 \begin_inset Formula $\mbox{Pixels}$
17298 \end_inset
17299
17300
17301 \end_layout
17302
17303 \end_inset
17304 </cell>
17305 <cell alignment="center" valignment="top" usebox="none">
17306 \begin_inset Text
17307
17308 \begin_layout Plain Layout
17309 1024
17310 \begin_inset ERT
17311 status collapsed
17312
17313 \begin_layout Plain Layout
17314
17315
17316 \backslash
17317 times
17318 \end_layout
17319
17320 \end_inset
17321
17322 768~
17323 \begin_inset Formula $\mbox{Pixels}$
17324 \end_inset
17325
17326  
17327 \end_layout
17328
17329 \end_inset
17330 </cell>
17331 </row>
17332 <row>
17333 <cell alignment="center" valignment="top" rightline="true" usebox="none">
17334 \begin_inset Text
17335
17336 \begin_layout Plain Layout
17337 32x6
17338 \begin_inset space \thinspace{}
17339 \end_inset
17340
17341 cm
17342 \end_layout
17343
17344 \end_inset
17345 </cell>
17346 <cell alignment="center" valignment="top" rightline="true" usebox="none">
17347 \begin_inset Text
17348
17349 \begin_layout Plain Layout
17350 32x6
17351 \begin_inset space \thinspace{}
17352 \end_inset
17353
17354
17355 \begin_inset Formula $\mbox{cm}$
17356 \end_inset
17357
17358
17359 \end_layout
17360
17361 \end_inset
17362 </cell>
17363 <cell alignment="center" valignment="top" usebox="none">
17364 \begin_inset Text
17365
17366 \begin_layout Plain Layout
17367 32
17368 \begin_inset ERT
17369 status collapsed
17370
17371 \begin_layout Plain Layout
17372
17373
17374 \backslash
17375 times
17376 \end_layout
17377
17378 \end_inset
17379
17380 6~
17381 \begin_inset Formula $\mbox{cm}$
17382 \end_inset
17383
17384
17385 \end_layout
17386
17387 \end_inset
17388 </cell>
17389 </row>
17390 </lyxtabular>
17391
17392 \end_inset
17393
17394
17395 \end_layout
17396
17397 \end_inset
17398
17399
17400 \end_layout
17401
17402 \begin_layout Subsection
17403 Formato personalizado de celda/columna
17404 \begin_inset CommandInset label
17405 LatexCommand label
17406 name "sub:Formato-Personalizado"
17407
17408 \end_inset
17409
17410
17411 \begin_inset Index
17412 status collapsed
17413
17414 \begin_layout Plain Layout
17415 Personalización de tablas ! Formato de celda/columna
17416 \end_layout
17417
17418 \end_inset
17419
17420
17421 \end_layout
17422
17423 \begin_layout Standard
17424 El cálculo de la anchura necesaria para columnas extendidas descrito en
17425  la sección
17426 \begin_inset space ~
17427 \end_inset
17428
17429
17430 \begin_inset CommandInset ref
17431 LatexCommand ref
17432 reference "sub:Cálculos-en-Multicolumnas"
17433
17434 \end_inset
17435
17436  es muy pesado si tienes varias tablas con multicolumnas.
17437  Para hacerlo más fácil, puedes definir en el preámbulo un formato de celda/colu
17438 mna aplicable a todas las tablas del documento.
17439  El formato se define con el comando
17440 \end_layout
17441
17442 \begin_layout Standard
17443
17444 \series bold
17445
17446 \backslash
17447 newcolumntype{nombre del formato}[número de argumentos]{comandos}
17448 \end_layout
17449
17450 \begin_layout Standard
17451 El nombre de formato puede ser una sola letra.
17452  Las letras 
17453 \emph on
17454 b, c, l, m, p
17455 \emph default
17456  y 
17457 \emph on
17458 r
17459 \emph default
17460  están predefinidas y no pueden usarse.
17461  Pero se permiten todas las mayúsculas.
17462 \end_layout
17463
17464 \begin_layout Standard
17465 \begin_inset VSpace medskip
17466 \end_inset
17467
17468
17469 \end_layout
17470
17471 \begin_layout Standard
17472 Para celdas multicolumna vertical y horizontalmente centradas con una anchura
17473  fija puedes definir el formato de celda
17474 \end_layout
17475
17476 \begin_layout Standard
17477
17478 \series bold
17479
17480 \backslash
17481 newcolumntype{M}[1]{>{
17482 \backslash
17483 centering
17484 \backslash
17485 hspace{0pt}}m{#1}}
17486 \end_layout
17487
17488 \begin_layout Standard
17489 donde 
17490 \series bold
17491
17492 \backslash
17493 hspace{0pt}
17494 \series default
17495  evita el problema de partir con guión la primera palabra, como se describe
17496  en la sección
17497 \begin_inset space ~
17498 \end_inset
17499
17500
17501 \begin_inset CommandInset ref
17502 LatexCommand ref
17503 reference "sub:Líneas-Múltiples-en"
17504
17505 \end_inset
17506
17507 .
17508  Ahora puedes introducir simplemente
17509 \end_layout
17510
17511 \begin_layout Standard
17512
17513 \series bold
17514 M{ancho}
17515 \end_layout
17516
17517 \begin_layout Standard
17518 como argumento LaTeX en el diálogo de tabla para crear una multicolumna.
17519 \end_layout
17520
17521 \begin_layout Standard
17522 \begin_inset VSpace bigskip
17523 \end_inset
17524
17525
17526 \end_layout
17527
17528 \begin_layout Standard
17529 Para celdas extendidas en una celda multicolumna, puedes definir el formato
17530 \end_layout
17531
17532 \begin_layout Standard
17533
17534 \series bold
17535
17536 \backslash
17537 newcolumntype{S}[2]{>{
17538 \backslash
17539 centering
17540 \backslash
17541 hspace{0pt}}
17542 \begin_inset Newline newline
17543 \end_inset
17544
17545
17546 \begin_inset ERT
17547 status collapsed
17548
17549 \begin_layout Plain Layout
17550
17551
17552 \backslash
17553 phantom{
17554 \end_layout
17555
17556 \end_inset
17557
17558
17559 \backslash
17560 newcolumntype
17561 \begin_inset ERT
17562 status collapsed
17563
17564 \begin_layout Plain Layout
17565
17566 }
17567 \end_layout
17568
17569 \end_inset
17570
17571 m{(#1+(2
17572 \backslash
17573 tabcolsep+
17574 \backslash
17575 arrayrulewidth)*(1-#2))/#2}}
17576 \end_layout
17577
17578 \begin_layout Standard
17579 Este formato usa la ecuación 
17580 \begin_inset CommandInset ref
17581 LatexCommand eqref
17582 reference "eq:Wgn"
17583
17584 \end_inset
17585
17586  para calcular la anchura necesaria para que cada celda extendida tenga
17587  la misma anchura.
17588 \end_layout
17589
17590 \begin_layout Standard
17591 Ahora puedes introducir
17592 \end_layout
17593
17594 \begin_layout Standard
17595
17596 \series bold
17597 S{ancho de la celda multicolumna}{número de columnas extendidas}
17598 \end_layout
17599
17600 \begin_layout Standard
17601 como argumento LaTeX de la columna.
17602 \end_layout
17603
17604 \begin_layout Standard
17605 \begin_inset VSpace bigskip
17606 \end_inset
17607
17608
17609 \end_layout
17610
17611 \begin_layout Standard
17612 Para columnas coloreadas puedes definir
17613 \end_layout
17614
17615 \begin_layout Standard
17616
17617 \series bold
17618
17619 \backslash
17620 newcolumntype{K}[1]{>{
17621 \backslash
17622 columncolor{#1}
17623 \backslash
17624 hspace{0pt}}c}
17625 \end_layout
17626
17627 \begin_layout Standard
17628 La «c» al final crea una columna con anchura flexible cuyo texto está centrado
17629  horizontalmente.
17630  Ahora puedes introducir
17631 \end_layout
17632
17633 \begin_layout Standard
17634
17635 \series bold
17636 K{nombre del color}
17637 \end_layout
17638
17639 \begin_layout Standard
17640 como argumento LaTeX.
17641 \end_layout
17642
17643 \begin_layout Standard
17644 \begin_inset VSpace bigskip
17645 \end_inset
17646
17647
17648 \end_layout
17649
17650 \begin_layout Standard
17651 Para crear la tabla
17652 \begin_inset space ~
17653 \end_inset
17654
17655
17656 \begin_inset CommandInset ref
17657 LatexCommand ref
17658 reference "tab:Tabla-con-formatos-definidos-por"
17659
17660 \end_inset
17661
17662  usa los argumentos LaTeX
17663 \end_layout
17664
17665 \begin_layout Standard
17666
17667 \series bold
17668 M{2.5cm}
17669 \end_layout
17670
17671 \begin_layout Standard
17672 para la primera columna y la multicolumna,
17673 \end_layout
17674
17675 \begin_layout Standard
17676
17677 \series bold
17678 K{red}
17679 \end_layout
17680
17681 \begin_layout Standard
17682 para la última columna y
17683 \end_layout
17684
17685 \begin_layout Standard
17686
17687 \series bold
17688 S{2.5cm}{2}
17689 \end_layout
17690
17691 \begin_layout Standard
17692 para las celdas en la segunda columna.
17693 \end_layout
17694
17695 \begin_layout Standard
17696 \begin_inset Float table
17697 placement h
17698 wide false
17699 sideways false
17700 status open
17701
17702 \begin_layout Plain Layout
17703 \begin_inset Caption
17704
17705 \begin_layout Plain Layout
17706 \begin_inset CommandInset label
17707 LatexCommand label
17708 name "tab:Tabla-con-formatos-definidos-por"
17709
17710 \end_inset
17711
17712 Tabla con formatos definidos por el usuario
17713 \end_layout
17714
17715 \end_inset
17716
17717
17718 \end_layout
17719
17720 \begin_layout Plain Layout
17721 \align center
17722 \begin_inset Tabular
17723 <lyxtabular version="3" rows="3" columns="4">
17724 <features>
17725 <column alignment="center" valignment="middle" width="2.5cm" special="M{2.5cm}">
17726 <column alignment="center" valignment="middle" width="0" special="S{2.5cm}{2}">
17727 <column alignment="center" valignment="middle" width="0">
17728 <column alignment="center" valignment="middle" width="0" special="K{red}">
17729 <row>
17730 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17731 \begin_inset Text
17732
17733 \begin_layout Plain Layout
17734 palabramuylargaenceldadetabla
17735 \end_layout
17736
17737 \end_inset
17738 </cell>
17739 <cell multicolumn="1" alignment="center" valignment="top" topline="true" leftline="true" usebox="none" special="M{2.5cm}">
17740 \begin_inset Text
17741
17742 \begin_layout Plain Layout
17743 multicolumna línea múltiple
17744 \end_layout
17745
17746 \end_inset
17747 </cell>
17748 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17749 \begin_inset Text
17750
17751 \begin_layout Plain Layout
17752
17753 \end_layout
17754
17755 \end_inset
17756 </cell>
17757 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17758 \begin_inset Text
17759
17760 \begin_layout Plain Layout
17761 c
17762 \end_layout
17763
17764 \end_inset
17765 </cell>
17766 </row>
17767 <row>
17768 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17769 \begin_inset Text
17770
17771 \begin_layout Plain Layout
17772 d
17773 \end_layout
17774
17775 \end_inset
17776 </cell>
17777 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17778 \begin_inset Text
17779
17780 \begin_layout Plain Layout
17781 e
17782 \end_layout
17783
17784 \end_inset
17785 </cell>
17786 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17787 \begin_inset Text
17788
17789 \begin_layout Plain Layout
17790 f
17791 \end_layout
17792
17793 \end_inset
17794 </cell>
17795 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17796 \begin_inset Text
17797
17798 \begin_layout Plain Layout
17799 g
17800 \end_layout
17801
17802 \end_inset
17803 </cell>
17804 </row>
17805 <row>
17806 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
17807 \begin_inset Text
17808
17809 \begin_layout Plain Layout
17810 h
17811 \end_layout
17812
17813 \end_inset
17814 </cell>
17815 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
17816 \begin_inset Text
17817
17818 \begin_layout Plain Layout
17819 i
17820 \end_layout
17821
17822 \end_inset
17823 </cell>
17824 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
17825 \begin_inset Text
17826
17827 \begin_layout Plain Layout
17828 j
17829 \end_layout
17830
17831 \end_inset
17832 </cell>
17833 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
17834 \begin_inset Text
17835
17836 \begin_layout Plain Layout
17837 k
17838 \end_layout
17839
17840 \end_inset
17841 </cell>
17842 </row>
17843 </lyxtabular>
17844
17845 \end_inset
17846
17847
17848 \end_layout
17849
17850 \end_inset
17851
17852
17853 \end_layout
17854
17855 \begin_layout Subsection
17856 Grosor de líneas
17857 \begin_inset CommandInset label
17858 LatexCommand label
17859 name "sub:Grosor-de-Líneas"
17860
17861 \end_inset
17862
17863
17864 \begin_inset Index
17865 status collapsed
17866
17867 \begin_layout Plain Layout
17868 Personalización de tablas ! Grosor de línea
17869 \end_layout
17870
17871 \end_inset
17872
17873
17874 \end_layout
17875
17876 \begin_layout Standard
17877 El grosor para todas las líneas de una tabla puede ajustarse con la longitud
17878  
17879 \series bold
17880
17881 \backslash
17882 arrayrulewidth
17883 \series default
17884 .
17885  Por ejemplo, para poner un grosor de línea de 1.5
17886 \begin_inset space \thinspace{}
17887 \end_inset
17888
17889 pt, como en la tabla
17890 \begin_inset space ~
17891 \end_inset
17892
17893
17894 \begin_inset CommandInset ref
17895 LatexCommand ref
17896 reference "tab:Tabla-con-líneas"
17897
17898 \end_inset
17899
17900 , inserta el comando
17901 \end_layout
17902
17903 \begin_layout Standard
17904
17905 \series bold
17906
17907 \backslash
17908 setlength{
17909 \backslash
17910 arrayrulewidth}{1.5pt}
17911 \end_layout
17912
17913 \begin_layout Standard
17914 en código TeX antes de la tabla o flotante.
17915  Este cambio es válido para todas las siguientes tablas.
17916  Para volver al valor predeterminado, define 
17917 \series bold
17918
17919 \backslash
17920 arrayrulewidth
17921 \series default
17922  a 0.4
17923 \begin_inset space \thinspace{}
17924 \end_inset
17925
17926 pt en código TeX detrás de la tabla o flotante.
17927 \end_layout
17928
17929 \begin_layout Standard
17930 \begin_inset ERT
17931 status collapsed
17932
17933 \begin_layout Plain Layout
17934
17935
17936 \backslash
17937 setlength{
17938 \backslash
17939 arrayrulewidth}{1.5pt}
17940 \end_layout
17941
17942 \end_inset
17943
17944
17945 \begin_inset Float table
17946 wide false
17947 sideways false
17948 status open
17949
17950 \begin_layout Plain Layout
17951 \begin_inset Caption
17952
17953 \begin_layout Plain Layout
17954 \begin_inset CommandInset label
17955 LatexCommand label
17956 name "tab:Tabla-con-líneas"
17957
17958 \end_inset
17959
17960 Tabla con líneas de grosor 1.5
17961 \begin_inset space \thinspace{}
17962 \end_inset
17963
17964 pt
17965 \end_layout
17966
17967 \end_inset
17968
17969
17970 \end_layout
17971
17972 \begin_layout Plain Layout
17973 \align center
17974 \begin_inset Tabular
17975 <lyxtabular version="3" rows="3" columns="3">
17976 <features>
17977 <column alignment="center" valignment="top" width="0">
17978 <column alignment="center" valignment="top" width="0">
17979 <column alignment="center" valignment="top" width="0">
17980 <row>
17981 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17982 \begin_inset Text
17983
17984 \begin_layout Plain Layout
17985 sd
17986 \end_layout
17987
17988 \end_inset
17989 </cell>
17990 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17991 \begin_inset Text
17992
17993 \begin_layout Plain Layout
17994
17995 \end_layout
17996
17997 \end_inset
17998 </cell>
17999 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
18000 \begin_inset Text
18001
18002 \begin_layout Plain Layout
18003
18004 \end_layout
18005
18006 \end_inset
18007 </cell>
18008 </row>
18009 <row>
18010 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18011 \begin_inset Text
18012
18013 \begin_layout Plain Layout
18014
18015 \end_layout
18016
18017 \end_inset
18018 </cell>
18019 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18020 \begin_inset Text
18021
18022 \begin_layout Plain Layout
18023 sd
18024 \end_layout
18025
18026 \end_inset
18027 </cell>
18028 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
18029 \begin_inset Text
18030
18031 \begin_layout Plain Layout
18032
18033 \end_layout
18034
18035 \end_inset
18036 </cell>
18037 </row>
18038 <row>
18039 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
18040 \begin_inset Text
18041
18042 \begin_layout Plain Layout
18043
18044 \end_layout
18045
18046 \end_inset
18047 </cell>
18048 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
18049 \begin_inset Text
18050
18051 \begin_layout Plain Layout
18052
18053 \end_layout
18054
18055 \end_inset
18056 </cell>
18057 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
18058 \begin_inset Text
18059
18060 \begin_layout Plain Layout
18061 sd
18062 \end_layout
18063
18064 \end_inset
18065 </cell>
18066 </row>
18067 </lyxtabular>
18068
18069 \end_inset
18070
18071
18072 \end_layout
18073
18074 \end_inset
18075
18076
18077 \begin_inset ERT
18078 status collapsed
18079
18080 \begin_layout Plain Layout
18081
18082
18083 \backslash
18084 setlength{
18085 \backslash
18086 arrayrulewidth}{0.4pt}
18087 \end_layout
18088
18089 \end_inset
18090
18091
18092 \end_layout
18093
18094 \begin_layout Standard
18095 \begin_inset VSpace bigskip
18096 \end_inset
18097
18098 Para definir un grosor de 1.5
18099 \begin_inset space \thinspace{}
18100 \end_inset
18101
18102 pt sólo para líneas horizontales, como en la tabla
18103 \begin_inset space ~
18104 \end_inset
18105
18106
18107 \begin_inset CommandInset ref
18108 LatexCommand ref
18109 reference "tab:Tabla-con-horizontales"
18110
18111 \end_inset
18112
18113 , inserta estos comandos en código TeX antes de la tabla o flotante:
18114 \end_layout
18115
18116 \begin_layout Standard
18117
18118 \series bold
18119
18120 \backslash
18121 let
18122 \backslash
18123 myHline
18124 \backslash
18125 hline
18126 \begin_inset Newline newline
18127 \end_inset
18128
18129
18130 \backslash
18131 renewcommand{
18132 \backslash
18133 hline}
18134 \begin_inset Newline newline
18135 \end_inset
18136
18137  {
18138 \backslash
18139 noalign{
18140 \backslash
18141 global
18142 \backslash
18143 arrayrulewidth 1.5pt}
18144 \begin_inset Newline newline
18145 \end_inset
18146
18147   
18148 \backslash
18149 myHline
18150 \backslash
18151 noalign{
18152 \backslash
18153 global
18154 \backslash
18155 arrayrulewidth 0.4pt}}
18156 \end_layout
18157
18158 \begin_layout Standard
18159 Para volver al grosor predeterminado, inserta este comando en código TeX
18160  detrás de la tabla o flotante:
18161 \end_layout
18162
18163 \begin_layout Standard
18164
18165 \series bold
18166
18167 \backslash
18168 renewcommand{
18169 \backslash
18170 hline}{
18171 \backslash
18172 myHline}
18173 \end_layout
18174
18175 \begin_layout Standard
18176 \begin_inset ERT
18177 status collapsed
18178
18179 \begin_layout Plain Layout
18180
18181
18182 \backslash
18183 let
18184 \backslash
18185 myHline
18186 \backslash
18187 hline
18188 \end_layout
18189
18190 \begin_layout Plain Layout
18191
18192
18193 \backslash
18194 renewcommand{
18195 \backslash
18196 hline}
18197 \end_layout
18198
18199 \begin_layout Plain Layout
18200
18201  {
18202 \backslash
18203 noalign{
18204 \backslash
18205 global
18206 \backslash
18207 arrayrulewidth 1.5pt}
18208 \end_layout
18209
18210 \begin_layout Plain Layout
18211
18212   
18213 \backslash
18214 myHline
18215 \backslash
18216 noalign{
18217 \backslash
18218 global
18219 \backslash
18220 arrayrulewidth 0.4pt}}
18221 \end_layout
18222
18223 \end_inset
18224
18225
18226 \begin_inset Float table
18227 wide false
18228 sideways false
18229 status open
18230
18231 \begin_layout Plain Layout
18232 \begin_inset Caption
18233
18234 \begin_layout Plain Layout
18235 \begin_inset CommandInset label
18236 LatexCommand label
18237 name "tab:Tabla-con-horizontales"
18238
18239 \end_inset
18240
18241 Tabla con líneas horizontales de 1.5
18242 \begin_inset space \thinspace{}
18243 \end_inset
18244
18245 pt
18246 \end_layout
18247
18248 \end_inset
18249
18250
18251 \end_layout
18252
18253 \begin_layout Plain Layout
18254 \align center
18255 \begin_inset Tabular
18256 <lyxtabular version="3" rows="3" columns="3">
18257 <features>
18258 <column alignment="center" valignment="top" width="0">
18259 <column alignment="center" valignment="top" width="0">
18260 <column alignment="center" valignment="top" width="0">
18261 <row>
18262 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18263 \begin_inset Text
18264
18265 \begin_layout Plain Layout
18266 sd
18267 \end_layout
18268
18269 \end_inset
18270 </cell>
18271 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18272 \begin_inset Text
18273
18274 \begin_layout Plain Layout
18275
18276 \end_layout
18277
18278 \end_inset
18279 </cell>
18280 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
18281 \begin_inset Text
18282
18283 \begin_layout Plain Layout
18284
18285 \end_layout
18286
18287 \end_inset
18288 </cell>
18289 </row>
18290 <row>
18291 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18292 \begin_inset Text
18293
18294 \begin_layout Plain Layout
18295
18296 \end_layout
18297
18298 \end_inset
18299 </cell>
18300 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18301 \begin_inset Text
18302
18303 \begin_layout Plain Layout
18304 sd
18305 \end_layout
18306
18307 \end_inset
18308 </cell>
18309 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
18310 \begin_inset Text
18311
18312 \begin_layout Plain Layout
18313
18314 \end_layout
18315
18316 \end_inset
18317 </cell>
18318 </row>
18319 <row>
18320 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
18321 \begin_inset Text
18322
18323 \begin_layout Plain Layout
18324
18325 \end_layout
18326
18327 \end_inset
18328 </cell>
18329 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
18330 \begin_inset Text
18331
18332 \begin_layout Plain Layout
18333
18334 \end_layout
18335
18336 \end_inset
18337 </cell>
18338 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
18339 \begin_inset Text
18340
18341 \begin_layout Plain Layout
18342 sd
18343 \end_layout
18344
18345 \end_inset
18346 </cell>
18347 </row>
18348 </lyxtabular>
18349
18350 \end_inset
18351
18352
18353 \end_layout
18354
18355 \end_inset
18356
18357
18358 \begin_inset ERT
18359 status collapsed
18360
18361 \begin_layout Plain Layout
18362
18363
18364 \backslash
18365 renewcommand{
18366 \backslash
18367 hline}{
18368 \backslash
18369 myHline}
18370 \end_layout
18371
18372 \end_inset
18373
18374
18375 \end_layout
18376
18377 \begin_layout Standard
18378 \begin_inset VSpace bigskip
18379 \end_inset
18380
18381 Para establecer un grosor de 1.5 pt sólo para líneas verticales, crea el
18382  siguiente formato de columna en el preámbulo del documento, de acuerdo
18383  con lo descrito en la sección
18384 \begin_inset space ~
18385 \end_inset
18386
18387
18388 \begin_inset CommandInset ref
18389 LatexCommand ref
18390 reference "sub:Formato-Personalizado"
18391
18392 \end_inset
18393
18394 :
18395 \end_layout
18396
18397 \begin_layout Standard
18398
18399 \series bold
18400
18401 \backslash
18402 newcolumntype{V}{!{
18403 \backslash
18404 vrule width 1.5pt}}
18405 \end_layout
18406
18407 \begin_layout Standard
18408 Para la tabla
18409 \begin_inset space ~
18410 \end_inset
18411
18412
18413 \begin_inset CommandInset ref
18414 LatexCommand ref
18415 reference "tab:Tabla-con-verticales"
18416
18417 \end_inset
18418
18419  se usó el argumento LaTeX
18420 \end_layout
18421
18422 \begin_layout Standard
18423
18424 \series bold
18425 VcV
18426 \end_layout
18427
18428 \begin_layout Standard
18429 para la última columna y
18430 \end_layout
18431
18432 \begin_layout Standard
18433
18434 \series bold
18435 Vc
18436 \end_layout
18437
18438 \begin_layout Standard
18439 para las otras.
18440 \end_layout
18441
18442 \begin_layout Standard
18443 \begin_inset Float table
18444 wide false
18445 sideways false
18446 status open
18447
18448 \begin_layout Plain Layout
18449 \begin_inset Caption
18450
18451 \begin_layout Plain Layout
18452 \begin_inset CommandInset label
18453 LatexCommand label
18454 name "tab:Tabla-con-verticales"
18455
18456 \end_inset
18457
18458 Tabla con líneas verticales de 1.5
18459 \begin_inset space \thinspace{}
18460 \end_inset
18461
18462 pt de grosor
18463 \end_layout
18464
18465 \end_inset
18466
18467
18468 \end_layout
18469
18470 \begin_layout Plain Layout
18471 \align center
18472 \begin_inset Tabular
18473 <lyxtabular version="3" rows="3" columns="3">
18474 <features>
18475 <column alignment="center" valignment="top" width="0" special="Vc">
18476 <column alignment="center" valignment="top" width="0" special="Vc">
18477 <column alignment="center" valignment="top" width="0" special="VcV">
18478 <row>
18479 <cell alignment="center" valignment="top" topline="true" usebox="none">
18480 \begin_inset Text
18481
18482 \begin_layout Plain Layout
18483 sd
18484 \end_layout
18485
18486 \end_inset
18487 </cell>
18488 <cell alignment="center" valignment="top" topline="true" usebox="none">
18489 \begin_inset Text
18490
18491 \begin_layout Plain Layout
18492
18493 \end_layout
18494
18495 \end_inset
18496 </cell>
18497 <cell alignment="center" valignment="top" topline="true" usebox="none">
18498 \begin_inset Text
18499
18500 \begin_layout Plain Layout
18501
18502 \end_layout
18503
18504 \end_inset
18505 </cell>
18506 </row>
18507 <row>
18508 <cell alignment="center" valignment="top" topline="true" usebox="none">
18509 \begin_inset Text
18510
18511 \begin_layout Plain Layout
18512
18513 \end_layout
18514
18515 \end_inset
18516 </cell>
18517 <cell alignment="center" valignment="top" topline="true" usebox="none">
18518 \begin_inset Text
18519
18520 \begin_layout Plain Layout
18521 sd
18522 \end_layout
18523
18524 \end_inset
18525 </cell>
18526 <cell alignment="center" valignment="top" topline="true" usebox="none">
18527 \begin_inset Text
18528
18529 \begin_layout Plain Layout
18530
18531 \end_layout
18532
18533 \end_inset
18534 </cell>
18535 </row>
18536 <row>
18537 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
18538 \begin_inset Text
18539
18540 \begin_layout Plain Layout
18541
18542 \end_layout
18543
18544 \end_inset
18545 </cell>
18546 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
18547 \begin_inset Text
18548
18549 \begin_layout Plain Layout
18550
18551 \end_layout
18552
18553 \end_inset
18554 </cell>
18555 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
18556 \begin_inset Text
18557
18558 \begin_layout Plain Layout
18559 sd
18560 \end_layout
18561
18562 \end_inset
18563 </cell>
18564 </row>
18565 </lyxtabular>
18566
18567 \end_inset
18568
18569
18570 \end_layout
18571
18572 \end_inset
18573
18574
18575 \end_layout
18576
18577 \begin_layout Subsection
18578 Líneas de trazos
18579 \begin_inset Index
18580 status collapsed
18581
18582 \begin_layout Plain Layout
18583 Personalización de tablas ! Líneas de trazos
18584 \end_layout
18585
18586 \end_inset
18587
18588
18589 \end_layout
18590
18591 \begin_layout Standard
18592 \begin_inset ERT
18593 status collapsed
18594
18595 \begin_layout Plain Layout
18596
18597
18598 \backslash
18599 ifarydshln
18600 \end_layout
18601
18602 \end_inset
18603
18604
18605 \begin_inset Note Note
18606 status collapsed
18607
18608 \begin_layout Plain Layout
18609 La siguiente sección sólo se mostrará en pantalla si está instalado el paquete
18610  LaTeX 
18611 \series bold
18612 arydshln
18613 \series default
18614 .
18615 \end_layout
18616
18617 \end_inset
18618
18619
18620 \end_layout
18621
18622 \begin_layout Standard
18623 \begin_inset Float table
18624 placement H
18625 wide false
18626 sideways false
18627 status open
18628
18629 \begin_layout Plain Layout
18630 \begin_inset Caption
18631
18632 \begin_layout Plain Layout
18633 \begin_inset CommandInset label
18634 LatexCommand label
18635 name "tab:Tabla-con-trazos"
18636
18637 \end_inset
18638
18639 Tabla con líneas de trazos
18640 \end_layout
18641
18642 \end_inset
18643
18644
18645 \end_layout
18646
18647 \begin_layout Plain Layout
18648 \align center
18649 \begin_inset Tabular
18650 <lyxtabular version="3" rows="5" columns="5">
18651 <features>
18652 <column alignment="center" valignment="top" width="0">
18653 <column alignment="center" valignment="top" width="0">
18654 <column alignment="center" valignment="top" width="0" special=":c">
18655 <column alignment="center" valignment="top" width="0">
18656 <column alignment="center" valignment="top" width="0">
18657 <row>
18658 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
18659 \begin_inset Text
18660
18661 \begin_layout Plain Layout
18662 a
18663 \end_layout
18664
18665 \end_inset
18666 </cell>
18667 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
18668 \begin_inset Text
18669
18670 \begin_layout Plain Layout
18671 b
18672 \end_layout
18673
18674 \end_inset
18675 </cell>
18676 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
18677 \begin_inset Text
18678
18679 \begin_layout Plain Layout
18680 c
18681 \end_layout
18682
18683 \end_inset
18684 </cell>
18685 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
18686 \begin_inset Text
18687
18688 \begin_layout Plain Layout
18689 d
18690 \end_layout
18691
18692 \end_inset
18693 </cell>
18694 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
18695 \begin_inset Text
18696
18697 \begin_layout Plain Layout
18698 e
18699 \end_layout
18700
18701 \end_inset
18702 </cell>
18703 </row>
18704 <row>
18705 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18706 \begin_inset Text
18707
18708 \begin_layout Plain Layout
18709 f
18710 \end_layout
18711
18712 \end_inset
18713 </cell>
18714 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18715 \begin_inset Text
18716
18717 \begin_layout Plain Layout
18718 g
18719 \end_layout
18720
18721 \end_inset
18722 </cell>
18723 <cell alignment="center" valignment="top" topline="true" usebox="none">
18724 \begin_inset Text
18725
18726 \begin_layout Plain Layout
18727 h
18728 \end_layout
18729
18730 \end_inset
18731 </cell>
18732 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18733 \begin_inset Text
18734
18735 \begin_layout Plain Layout
18736 i
18737 \end_layout
18738
18739 \end_inset
18740 </cell>
18741 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
18742 \begin_inset Text
18743
18744 \begin_layout Plain Layout
18745 j
18746 \end_layout
18747
18748 \end_inset
18749 </cell>
18750 </row>
18751 <row>
18752 <cell alignment="center" valignment="top" leftline="true" usebox="none">
18753 \begin_inset Text
18754
18755 \begin_layout Plain Layout
18756 \begin_inset ERT
18757 status collapsed
18758
18759 \begin_layout Plain Layout
18760
18761
18762 \backslash
18763 hdashline 
18764 \end_layout
18765
18766 \end_inset
18767
18768 k
18769 \end_layout
18770
18771 \end_inset
18772 </cell>
18773 <cell alignment="center" valignment="top" leftline="true" usebox="none">
18774 \begin_inset Text
18775
18776 \begin_layout Plain Layout
18777 l
18778 \end_layout
18779
18780 \end_inset
18781 </cell>
18782 <cell alignment="center" valignment="top" usebox="none">
18783 \begin_inset Text
18784
18785 \begin_layout Plain Layout
18786 m
18787 \end_layout
18788
18789 \end_inset
18790 </cell>
18791 <cell alignment="center" valignment="top" leftline="true" usebox="none">
18792 \begin_inset Text
18793
18794 \begin_layout Plain Layout
18795 n
18796 \end_layout
18797
18798 \end_inset
18799 </cell>
18800 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
18801 \begin_inset Text
18802
18803 \begin_layout Plain Layout
18804 o
18805 \end_layout
18806
18807 \end_inset
18808 </cell>
18809 </row>
18810 <row>
18811 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18812 \begin_inset Text
18813
18814 \begin_layout Plain Layout
18815 \begin_inset ERT
18816 status collapsed
18817
18818 \begin_layout Plain Layout
18819
18820
18821 \backslash
18822 cdashline{4-5}
18823 \end_layout
18824
18825 \end_inset
18826
18827 p
18828 \end_layout
18829
18830 \end_inset
18831 </cell>
18832 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18833 \begin_inset Text
18834
18835 \begin_layout Plain Layout
18836 q
18837 \end_layout
18838
18839 \end_inset
18840 </cell>
18841 <cell alignment="center" valignment="top" topline="true" usebox="none" special="c:">
18842 \begin_inset Text
18843
18844 \begin_layout Plain Layout
18845 r
18846 \end_layout
18847
18848 \end_inset
18849 </cell>
18850 <cell multicolumn="1" alignment="center" valignment="top" leftline="true" rightline="true" usebox="none" special="c:">
18851 \begin_inset Text
18852
18853 \begin_layout Plain Layout
18854 s
18855 \end_layout
18856
18857 \end_inset
18858 </cell>
18859 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
18860 \begin_inset Text
18861
18862 \begin_layout Plain Layout
18863
18864 \end_layout
18865
18866 \end_inset
18867 </cell>
18868 </row>
18869 <row>
18870 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
18871 \begin_inset Text
18872
18873 \begin_layout Plain Layout
18874 t
18875 \end_layout
18876
18877 \end_inset
18878 </cell>
18879 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
18880 \begin_inset Text
18881
18882 \begin_layout Plain Layout
18883 u
18884 \end_layout
18885
18886 \end_inset
18887 </cell>
18888 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
18889 \begin_inset Text
18890
18891 \begin_layout Plain Layout
18892 v
18893 \end_layout
18894
18895 \end_inset
18896 </cell>
18897 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
18898 \begin_inset Text
18899
18900 \begin_layout Plain Layout
18901 w
18902 \end_layout
18903
18904 \end_inset
18905 </cell>
18906 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
18907 \begin_inset Text
18908
18909 \begin_layout Plain Layout
18910 x
18911 \end_layout
18912
18913 \end_inset
18914 </cell>
18915 </row>
18916 </lyxtabular>
18917
18918 \end_inset
18919
18920
18921 \end_layout
18922
18923 \end_inset
18924
18925
18926 \end_layout
18927
18928 \begin_layout Standard
18929 En principio LyX no soporta líneas de trazos, hay que usar código TeX.
18930  Hay que cargar antes en el preámbulo del documento el paquete LaTeX 
18931 \series bold
18932 arydshln
18933 \series default
18934
18935 \begin_inset Index
18936 status collapsed
18937
18938 \begin_layout Plain Layout
18939 LaTeX-paquetes ! arydshln
18940 \end_layout
18941
18942 \end_inset
18943
18944  
18945 \end_layout
18946
18947 \begin_layout Standard
18948
18949 \series bold
18950
18951 \backslash
18952 usepackage{arydshln}
18953 \end_layout
18954
18955 \begin_layout Standard
18956 Para hacer una línea vertical a trazos, introduce dos puntos «
18957 \series bold
18958 :
18959 \series default
18960 » junto con el carácter para alineación horizontal como argumento LaTeX
18961  en el diálogo de celda de tabla.
18962 \end_layout
18963
18964 \begin_layout Standard
18965 Para una línea de trazos horizontal añade el comando
18966 \end_layout
18967
18968 \begin_layout Standard
18969
18970 \series bold
18971
18972 \backslash
18973 hdashline
18974 \end_layout
18975
18976 \begin_layout Standard
18977 en código TeX como primer elemento de la primera celda en la fila.
18978 \end_layout
18979
18980 \begin_layout Standard
18981 Para líneas de trazos en multicolumna usa el comando
18982 \end_layout
18983
18984 \begin_layout Standard
18985
18986 \series bold
18987
18988 \backslash
18989 cdashline{número de líneas}
18990 \end_layout
18991
18992 \begin_layout Standard
18993 en código TeX como primer elemento de la primera celda en la fila.
18994  Si por ejemplo tienes una multicolumna extendida sobre las columnas 2 a
18995  4 y quieres una línea de trazos por encima, añade el comando
18996 \end_layout
18997
18998 \begin_layout Standard
18999
19000 \series bold
19001
19002 \backslash
19003 cdashline{2-4}
19004 \end_layout
19005
19006 \begin_layout Standard
19007 como primer elemento de la primera celda en la fila de la multicolumna.
19008 \end_layout
19009
19010 \begin_layout Standard
19011 \begin_inset VSpace bigskip
19012 \end_inset
19013
19014
19015 \end_layout
19016
19017 \begin_layout Standard
19018 La tabla
19019 \begin_inset space ~
19020 \end_inset
19021
19022
19023 \begin_inset CommandInset ref
19024 LatexCommand ref
19025 reference "tab:Tabla-con-trazos"
19026
19027 \end_inset
19028
19029  se ha hecho usando «
19030 \series bold
19031 :c
19032 \series default
19033 » como argumento LaTeX de la tercera columna.
19034  El comando en código TeX 
19035 \series bold
19036
19037 \backslash
19038 hdashline
19039 \series default
19040  se ha insertado en la primera celda de la tercera fila y el comando en
19041  código TeX
19042 \begin_inset Newline newline
19043 \end_inset
19044
19045
19046 \series bold
19047
19048 \backslash
19049 cdashline{4-5}
19050 \series default
19051  en la primera celda de la cuarta fila.
19052 \end_layout
19053
19054 \begin_layout Standard
19055 \begin_inset Note Greyedout
19056 status open
19057
19058 \begin_layout Plain Layout
19059
19060 \series bold
19061 Nota:
19062 \series default
19063  Aparentemente el paquete LaTeX 
19064 \series bold
19065 arydshln
19066 \series default
19067  no es compatible con el paquete LaTeX 
19068 \series bold
19069 colortbl
19070 \series default
19071
19072 \begin_inset Index
19073 status collapsed
19074
19075 \begin_layout Plain Layout
19076 LaTeX-paquetes ! colortbl
19077 \end_layout
19078
19079 \end_inset
19080
19081  que se usa para tablas coloreadas en la sección
19082 \begin_inset space ~
19083 \end_inset
19084
19085
19086 \begin_inset CommandInset ref
19087 LatexCommand ref
19088 reference "sec:Tablas-Coloreadas"
19089
19090 \end_inset
19091
19092 .
19093  Esto implica que las tablas coloreadas no pueden tener líneas de trazos.
19094 \end_layout
19095
19096 \end_inset
19097
19098
19099 \end_layout
19100
19101 \begin_layout Standard
19102 \begin_inset ERT
19103 status collapsed
19104
19105 \begin_layout Plain Layout
19106
19107
19108 \backslash
19109 else
19110 \end_layout
19111
19112 \end_inset
19113
19114
19115 \begin_inset Note Note
19116 status collapsed
19117
19118 \begin_layout Plain Layout
19119 Lo siguiente se mostrará en pantalla si no está instalado el paquete LaTeX
19120  
19121 \series bold
19122 arydshln
19123 \series default
19124 .
19125 \end_layout
19126
19127 \end_inset
19128
19129
19130 \end_layout
19131
19132 \begin_layout Standard
19133 Debes instalar el paquete LaTeX 
19134 \series bold
19135 arydshln
19136 \series default
19137  para ver la parte siguiente en la salida.
19138 \end_layout
19139
19140 \begin_layout Standard
19141 \begin_inset ERT
19142 status collapsed
19143
19144 \begin_layout Plain Layout
19145
19146
19147 \backslash
19148 fi
19149 \end_layout
19150
19151 \end_inset
19152
19153
19154 \end_layout
19155
19156 \begin_layout Chapter
19157 Flotantes
19158 \begin_inset Index
19159 status collapsed
19160
19161 \begin_layout Plain Layout
19162 Flotantes
19163 \end_layout
19164
19165 \end_inset
19166
19167
19168 \end_layout
19169
19170 \begin_layout Section
19171 Introducción
19172 \begin_inset CommandInset label
19173 LatexCommand label
19174 name "sec:Introducción-Flotantes"
19175
19176 \end_inset
19177
19178
19179 \begin_inset Index
19180 status collapsed
19181
19182 \begin_layout Plain Layout
19183 Flotantes ! Introducción
19184 \end_layout
19185
19186 \end_inset
19187
19188
19189 \end_layout
19190
19191 \begin_layout Standard
19192 Un flotante es un bloque de texto asociado con algún tipo de etiqueta que
19193  no tiene posición fija.
19194  Puede «flotar» adelante o atrás una o dos páginas, donde encaje mejor.
19195  Las 
19196 \family sans
19197 Notas
19198 \begin_inset space ~
19199 \end_inset
19200
19201 al
19202 \begin_inset space ~
19203 \end_inset
19204
19205 pie
19206 \family default
19207  y 
19208 \family sans
19209 Notas
19210 \begin_inset space ~
19211 \end_inset
19212
19213 al
19214 \begin_inset space ~
19215 \end_inset
19216
19217 margen
19218 \family default
19219  también son flotantes, porque pueden flotar a la página siguiente cuando
19220  hay demasiadas notas en la página.
19221 \end_layout
19222
19223 \begin_layout Standard
19224 Los flotantes permiten composiciones de alta calidad.
19225  Imágenes y tablas se pueden distribuir equitativamente en las páginas para
19226  impedir espacios en blanco y páginas sin texto.
19227  Como el flotante destruye a menudo el contexto entre texto e imagen o tabla,
19228  cada flotante puede ser referenciado en el texto.
19229  Por lo tanto los flotantes están numerados.
19230  Las referencias se describen en la sección
19231 \begin_inset space ~
19232 \end_inset
19233
19234
19235 \begin_inset CommandInset ref
19236 LatexCommand ref
19237 reference "sec:Referencias-a-Flotantes"
19238
19239 \end_inset
19240
19241 .
19242 \end_layout
19243
19244 \begin_layout Standard
19245 Para insertar un flotante, usa el menú 
19246 \family sans
19247 Insertar\SpecialChar \menuseparator
19248 Flotante
19249 \family default
19250 .
19251  Esto inserta una 
19252 \family sans
19253 Leyenda,
19254 \family default
19255  un cuadro con una etiqueta.
19256  La etiqueta se traducirá automáticamente al idioma del documento.
19257  Tras la etiqueta puedes insertar el texto de la leyenda.
19258  La imagen o tabla se inserta encima o debajo de la leyenda en un párrafo
19259  separado dentro del flotante.
19260  La colocación de leyendas se describe en la sección
19261 \begin_inset space ~
19262 \end_inset
19263
19264
19265 \begin_inset CommandInset ref
19266 LatexCommand ref
19267 reference "sec:Colocación-de-leyendas"
19268
19269 \end_inset
19270
19271 .
19272  Para mantener legible el documento LyX, puedes abrir y cerrar el flotante
19273  con clic izquierdo sobre él.
19274  Un cuadro cerrado se muestra así: 
19275 \begin_inset Graphics
19276         filename clipart/flotanteQt4.png
19277         scale 70
19278
19279 \end_inset
19280
19281  —un cuadro gris con etiqueta en rojo—.
19282 \end_layout
19283
19284 \begin_layout Standard
19285 Se recomienda insertar flotantes como párrafos separados para evitar posibles
19286  errores de LaTeX si el texto circundante se formatea de modo especial.
19287 \end_layout
19288
19289 \begin_layout Standard
19290 Figuras o tablas ya existentes pueden ponerse en un flotante marcándolas
19291  y pinchando el botón correspondiente de la barra de herramientas para un
19292  flotante nuevo.
19293 \end_layout
19294
19295 \begin_layout Section
19296 Tipos de flotantes
19297 \end_layout
19298
19299 \begin_layout Standard
19300 Además de los flotantes de imagen y de tabla que se describen en la sección
19301 \begin_inset space ~
19302 \end_inset
19303
19304
19305 \begin_inset CommandInset ref
19306 LatexCommand ref
19307 reference "sec:Figuras-Flotantes"
19308
19309 \end_inset
19310
19311  y 
19312 \begin_inset CommandInset ref
19313 LatexCommand ref
19314 reference "sec:Tablas-Flotantes"
19315
19316 \end_inset
19317
19318 , respectivamente, LyX ofrece los tipos 
19319 \series bold
19320 Algoritmo
19321 \series default
19322  y 
19323 \series bold
19324 Envoltorio
19325 \series default
19326 .
19327 \end_layout
19328
19329 \begin_layout Subsection
19330 Algoritmos flotantes
19331 \begin_inset Index
19332 status collapsed
19333
19334 \begin_layout Plain Layout
19335 Flotantes ! Algoritmos
19336 \end_layout
19337
19338 \end_inset
19339
19340
19341 \begin_inset CommandInset label
19342 LatexCommand label
19343 name "sub:Algoritmos-Flotantes"
19344
19345 \end_inset
19346
19347
19348 \end_layout
19349
19350 \begin_layout Standard
19351 \begin_inset Float algorithm
19352 placement h
19353 wide false
19354 sideways false
19355 status open
19356
19357 \begin_layout Plain Layout
19358 \begin_inset Caption
19359
19360 \begin_layout Plain Layout
19361 \begin_inset CommandInset label
19362 LatexCommand label
19363 name "alg:Ejemplo-de-Algoritmo-flotante"
19364
19365 \end_inset
19366
19367 Ejemplo de algoritmo flotante
19368 \end_layout
19369
19370 \end_inset
19371
19372
19373 \end_layout
19374
19375 \begin_layout LyX-Code
19376 for I in 1..N loop
19377 \begin_inset Newline newline
19378 \end_inset
19379
19380  Sum:= Sum + A(I); /*comment*/
19381 \begin_inset Newline newline
19382 \end_inset
19383
19384 end loop
19385 \begin_inset VSpace -4mm
19386 \end_inset
19387
19388
19389 \end_layout
19390
19391 \end_inset
19392
19393
19394 \end_layout
19395
19396 \begin_layout Standard
19397 Este tipo de flotante se inserta con el menú 
19398 \family sans
19399 Insertar\SpecialChar \menuseparator
19400 Flotante\SpecialChar \menuseparator
19401 Algoritmo
19402 \family default
19403 .
19404  Se usa para códigos y descripciones de algoritmos.
19405  Un posible entorno para algoritmos es 
19406 \family sans
19407 Código-LyX
19408 \family default
19409 , descrito en la 
19410 \emph on
19411 Guía del usuario
19412 \emph default
19413  de LyX.
19414  El algoritmo
19415 \begin_inset space ~
19416 \end_inset
19417
19418
19419 \begin_inset CommandInset ref
19420 LatexCommand ref
19421 reference "alg:Ejemplo-de-Algoritmo-flotante"
19422
19423 \end_inset
19424
19425  es un ejemplo de algoritmo flotante en el que se ha añadido un espacio
19426  vertical de -4
19427 \begin_inset space \thinspace{}
19428 \end_inset
19429
19430 mm al final para tener la línea inferior exactamente bajo la última línea
19431  de texto.
19432 \end_layout
19433
19434 \begin_layout Standard
19435 La etiqueta de flotante no se traduce automáticamente al lenguaje del documento.
19436  Hay que hacerlo manualmente añadiendo al preámbulo del documento la línea:
19437 \end_layout
19438
19439 \begin_layout Standard
19440
19441 \series bold
19442
19443 \backslash
19444 floatname{algorithm}{nombre}
19445 \end_layout
19446
19447 \begin_layout Standard
19448 donde 
19449 \family sans
19450 nombre
19451 \family default
19452  es la palabra «
19453 \emph on
19454 algorithm
19455 \emph default
19456 » en el lenguaje deseado.
19457 \end_layout
19458
19459 \begin_layout Standard
19460 En estos casos, para insertar la lista de algoritmos no puedes usar el menú
19461  
19462 \family sans
19463 Insertar\SpecialChar \menuseparator
19464 Lista
19465 \begin_inset space \thinspace{}
19466 \end_inset
19467
19468 /
19469 \begin_inset space \thinspace{}
19470 \end_inset
19471
19472 Índice\SpecialChar \menuseparator
19473 Lista de algoritmos
19474 \family default
19475  como en documentos en inglés.
19476  Para documentos en otro idioma usa en su lugar el comando en código TeX:
19477 \end_layout
19478
19479 \begin_layout Standard
19480
19481 \series bold
19482
19483 \backslash
19484 listof{algorithm}{nombre}
19485 \end_layout
19486
19487 \begin_layout Standard
19488 donde 
19489 \family sans
19490 nombre
19491 \family default
19492  es «
19493 \emph on
19494 List of algorithms
19495 \emph default
19496 » en tu idioma.
19497 \end_layout
19498
19499 \begin_layout Standard
19500 Los algoritmos flotantes no se numeran por omisión según el esquema habitual
19501  para tablas e imágenes flotantes en muchas clases de documento, «capítulo.algori
19502 tmo».
19503  Para numerarlos con ese esquema, añade este comando en el preámbulo del
19504  documento:
19505 \end_layout
19506
19507 \begin_layout Standard
19508
19509 \series bold
19510
19511 \backslash
19512 numberwithin{algorithm}{chapter}
19513 \end_layout
19514
19515 \begin_layout Standard
19516 Para poder usar el comando 
19517 \series bold
19518
19519 \backslash
19520 numberwithin
19521 \series default
19522 , marca la opción 
19523 \family sans
19524 Usar
19525 \begin_inset space ~
19526 \end_inset
19527
19528 el
19529 \begin_inset space ~
19530 \end_inset
19531
19532 paquete
19533 \begin_inset space ~
19534 \end_inset
19535
19536 AMS
19537 \family default
19538  en el menú 
19539 \family sans
19540 Documento\SpecialChar \menuseparator
19541 Configuración\SpecialChar \menuseparator
19542 Opciones para ecuaciones
19543 \family default
19544 .
19545 \end_layout
19546
19547 \begin_layout Subsection
19548 Flotantes envueltos
19549 \begin_inset Index
19550 status collapsed
19551
19552 \begin_layout Plain Layout
19553 Flotantes ! Envoltorio
19554 \end_layout
19555
19556 \end_inset
19557
19558
19559 \end_layout
19560
19561 \begin_layout Standard
19562 \begin_inset Wrap figure
19563 lines 0
19564 placement l
19565 overhang 1cm
19566 width "40col%"
19567 status open
19568
19569 \begin_layout Plain Layout
19570 \begin_inset Graphics
19571         filename ../clipart/mobius.eps
19572         width 40col%
19573         rotateOrigin center
19574
19575 \end_inset
19576
19577
19578 \end_layout
19579
19580 \begin_layout Plain Layout
19581 \begin_inset Caption
19582
19583 \begin_layout Plain Layout
19584 \begin_inset CommandInset label
19585 LatexCommand label
19586 name "fig:Envoltorio-de-figura"
19587
19588 \end_inset
19589
19590 Figura envuelta en el texto
19591 \end_layout
19592
19593 \end_inset
19594
19595
19596 \end_layout
19597
19598 \end_inset
19599
19600  Este tipo de flotante se usa para adosar una figura o una tabla al texto,
19601  de modo que ocupe sólo una parte del ancho de columna.
19602  Se inserta con el menú 
19603 \family sans
19604 Insertar\SpecialChar \menuseparator
19605 Flotante\SpecialChar \menuseparator
19606 Figura
19607 \begin_inset space ~
19608 \end_inset
19609
19610 envuelta
19611 \family default
19612
19613 \begin_inset space \thinspace{}
19614 \end_inset
19615
19616 /
19617 \begin_inset space \thinspace{}
19618 \end_inset
19619
19620
19621 \family sans
19622 Tabla
19623 \begin_inset space ~
19624 \end_inset
19625
19626 envuelta
19627 \family default
19628  si está instalado el paquete LaTeX 
19629 \series bold
19630 wrapfig
19631 \series default
19632
19633 \begin_inset Index
19634 status collapsed
19635
19636 \begin_layout Plain Layout
19637 LaTeX-paquetes ! wrapfig
19638 \begin_inset ERT
19639 status collapsed
19640
19641 \begin_layout Plain Layout
19642
19643
19644 \backslash
19645 vspace{4mm}
19646 \end_layout
19647
19648 \end_inset
19649
19650
19651 \end_layout
19652
19653 \end_inset
19654
19655 .
19656 \begin_inset Foot
19657 status collapsed
19658
19659 \begin_layout Plain Layout
19660 La instalación de paquetes LaTeX se explica en el manual 
19661 \emph on
19662 Configuración de LaTeX
19663 \emph default
19664 .
19665 \end_layout
19666
19667 \end_inset
19668
19669  Los parámetros del flotante se pueden modificar en el diálogo que se muestra
19670  con clic derecho sobre el cuadro del flotante.
19671  Son obligatorias la 
19672 \family sans
19673 Ubicación
19674 \family default
19675  y la 
19676 \family sans
19677 Anchura
19678 \family default
19679 .
19680  Son opcionales 
19681 \family sans
19682 Extensión al margen
19683 \family default
19684 , que especifica la anchura de invasión del margen, y 
19685 \family sans
19686 Extender
19687 \begin_inset space ~
19688 \end_inset
19689
19690 a
19691 \begin_inset space ~
19692 \end_inset
19693
19694 líneas
19695 \family default
19696 :, que indica cuántas líneas de texto necesitará aproximadamente el flotante.
19697  Como suele ser difícil estimar el número de líneas, lo mejor es usar esta
19698  opción sólo si encuentras problemas en la colocación del flotante.
19699  Además puedes decidir si permitir que LaTeX deje flotar el flotante dentro
19700  del párrafo o en los párrafos adyacentes.
19701  La figura
19702 \begin_inset space ~
19703 \end_inset
19704
19705
19706 \begin_inset CommandInset ref
19707 LatexCommand ref
19708 reference "fig:Envoltorio-de-figura"
19709
19710 \end_inset
19711
19712  es un ejemplo de envoltorio con una anchura de columna del 40
19713 \begin_inset space \thinspace{}
19714 \end_inset
19715
19716 %, ubicado a la izquierda y 1
19717 \begin_inset space \thinspace{}
19718 \end_inset
19719
19720 cm de invasión de margen.
19721 \begin_inset Foot
19722 status collapsed
19723
19724 \begin_layout Plain Layout
19725 Consulta las unidades disponibles en el apéndice
19726 \begin_inset space ~
19727 \end_inset
19728
19729
19730 \begin_inset CommandInset ref
19731 LatexCommand ref
19732 reference "cha:Unidades-disponibles-en"
19733
19734 \end_inset
19735
19736 .
19737 \end_layout
19738
19739 \end_inset
19740
19741
19742 \end_layout
19743
19744 \begin_layout Standard
19745 \begin_inset Note Greyedout
19746 status open
19747
19748 \begin_layout Plain Layout
19749
19750 \series bold
19751 Nota:
19752 \series default
19753  ¡Los flotantes envueltos son frágiles! P.
19754 \begin_inset space \thinspace{}
19755 \end_inset
19756
19757 e.
19758 \begin_inset space ~
19759 \end_inset
19760
19761 si una figura está demasiado cerca de la parte inferior de la página se
19762  pueden perder cosas en el proceso de salida: el flotante puede no aparecer
19763  o situarse junto a otro texto.
19764 \end_layout
19765
19766 \end_inset
19767
19768
19769 \end_layout
19770
19771 \begin_layout Standard
19772 En general:
19773 \end_layout
19774
19775 \begin_layout Itemize
19776 Los flotantes envueltos no deberían situarse en párrafos que van sobre un
19777  salto de página.
19778  Esto implica que lo mejor es insertarlos en el sitio exacto cuando el documento
19779  esté casi listo y puedas prever los saltos de página.
19780 \end_layout
19781
19782 \begin_layout Itemize
19783 Los flotantes envueltos deberían situarse, bien en un párrafo propio antes
19784  del párrafo al que deben ajustarse, o bien dentro de un párrafo.
19785 \end_layout
19786
19787 \begin_layout Itemize
19788 Los flotantes envueltos en párrafos consecutivos pueden dar problemas, así
19789  que procura que haya un párrafo de texto entre ellos.
19790 \end_layout
19791
19792 \begin_layout Itemize
19793 Los flotantes envueltos no están permitidos en cabeceras de sección o tablas.
19794 \end_layout
19795
19796 \begin_layout Section
19797 Numeración de flotantes
19798 \begin_inset Index
19799 status collapsed
19800
19801 \begin_layout Plain Layout
19802 Flotantes ! Numeración
19803 \end_layout
19804
19805 \end_inset
19806
19807
19808 \end_layout
19809
19810 \begin_layout Standard
19811 En general, los flotantes se numeran independientemente de las secciones
19812  en las que se encuentran o según el esquema «capítulo.número» o «sección.número»,
19813  dependiendo de la clase de documento utilizada.
19814 \end_layout
19815
19816 \begin_layout Standard
19817 Para cambiar la numeración independiente de la sección, puedes usar el siguiente
19818  comando en el preámbulo del documento:
19819 \end_layout
19820
19821 \begin_layout Standard
19822
19823 \series bold
19824
19825 \backslash
19826 renewcommand{
19827 \backslash
19828 thetable}{
19829 \backslash
19830 roman{table}}
19831 \end_layout
19832
19833 \begin_layout Standard
19834
19835 \series bold
19836
19837 \backslash
19838 thetable 
19839 \series default
19840 es el comando que imprime el número de la tabla, para figuras flotantes
19841  el comando sería 
19842 \series bold
19843
19844 \backslash
19845 thefigure
19846 \series default
19847 .
19848  El comando 
19849 \series bold
19850
19851 \backslash
19852 roman
19853 \series default
19854  imprime el número de tabla en números romanos en minúscula.
19855 \end_layout
19856
19857 \begin_layout Standard
19858 Para cambiar el esquema de numeración, por ejemplo a «subsección.número»,
19859  usa este comando en el preámbulo:
19860 \end_layout
19861
19862 \begin_layout Standard
19863
19864 \series bold
19865
19866 \backslash
19867 numberwithin{table}{subsection}
19868 \end_layout
19869
19870 \begin_layout Standard
19871 Para poder usar el comando 
19872 \series bold
19873
19874 \backslash
19875 numberwithin
19876 \series default
19877 , debes marcar la opción 
19878 \family sans
19879 Usar
19880 \begin_inset space ~
19881 \end_inset
19882
19883 el
19884 \begin_inset space ~
19885 \end_inset
19886
19887 paquete
19888 \begin_inset space ~
19889 \end_inset
19890
19891 AMS 
19892 \family default
19893 en el apartado 
19894 \family sans
19895 Opciones para ecuaciones 
19896 \family default
19897 de las preferencias del documento.
19898 \end_layout
19899
19900 \begin_layout Standard
19901 Puedes ver más detalles y notas importantes sobre comandos de numeración
19902  en la sección
19903 \begin_inset space ~
19904 \end_inset
19905
19906
19907 \begin_inset CommandInset ref
19908 LatexCommand ref
19909 reference "sub:Numeración-de-Notas-al-Pie"
19910
19911 \end_inset
19912
19913 .
19914 \end_layout
19915
19916 \begin_layout Section
19917 Referencias a flotantes
19918 \begin_inset CommandInset label
19919 LatexCommand label
19920 name "sec:Referencias-a-Flotantes"
19921
19922 \end_inset
19923
19924
19925 \begin_inset Index
19926 status collapsed
19927
19928 \begin_layout Plain Layout
19929 Flotantes ! Referencias
19930 \end_layout
19931
19932 \end_inset
19933
19934
19935 \begin_inset Index
19936 status collapsed
19937
19938 \begin_layout Plain Layout
19939 Referencias
19940 \end_layout
19941
19942 \end_inset
19943
19944
19945 \end_layout
19946
19947 \begin_layout Standard
19948 Para referirse a un flotante, inserta una etiqueta en su leyenda con el
19949  menú 
19950 \family sans
19951 Insertar\SpecialChar \menuseparator
19952 Etiqueta
19953 \family default
19954  o el botón 
19955 \begin_inset Graphics
19956         filename ../../images/label-insert.png
19957         scale 85
19958
19959 \end_inset
19960
19961 .
19962  Aparece una ventana esperando la introducción del texto de la etiqueta
19963  y se inserta un cuadro gris como este: 
19964 \begin_inset Graphics
19965         filename clipart/etiquetaQt4.png
19966         scale 85
19967
19968 \end_inset
19969
19970 .
19971  LyX ofrece como texto las primeras palabras de la leyenda con un prefijo.
19972  El prefijo depende del tipo de flotante, p.
19973 \begin_inset space \thinspace{}
19974 \end_inset
19975
19976 e.
19977 \begin_inset space ~
19978 \end_inset
19979
19980 para figuras el prefijo será «
19981 \family sans
19982 fig:
19983 \family default
19984 ».
19985 \end_layout
19986
19987 \begin_layout Standard
19988 La etiqueta se usa como ancla y el nombre para la referencia.
19989  Puedes referenciar la etiqueta usando el menú 
19990 \family sans
19991 Insertar\SpecialChar \menuseparator
19992 Referencia
19993 \family default
19994
19995 \begin_inset space ~
19996 \end_inset
19997
19998
19999 \family sans
20000 cruzada
20001 \family default
20002  o el botón 
20003 \begin_inset Graphics
20004         filename ../../images/dialog-show-new-inset_ref.png
20005         scale 85
20006
20007 \end_inset
20008
20009 .
20010  Aparece una ventana de referencia cruzada con todas las etiquetas del documento.
20011  Si tienes abiertos varios documentos LyX, escoge aquel con el  que estás
20012  trabajando de la lista desplegable de la parte superior del diálogo.
20013  Puedes ordenar las etiquetas alfabéticamente y elegir una.
20014  Se inserta un cuadro gris como este: 
20015 \begin_inset Graphics
20016         filename clipart/referenciaQt4.png
20017         scale 85
20018
20019 \end_inset
20020
20021 .
20022  En la salida, en lugar de este cuadro aparecerá el número de la referencia.
20023 \end_layout
20024
20025 \begin_layout Standard
20026 Se recomienda poner un espacio protegido entre el nombre de la referencia
20027  cruzada y su número para evitar saltos de línea entre ellos.
20028  Si una referencia cruzada corresponde a una etiqueta inexistente verás
20029  dos interrogaciones en la salida.
20030 \end_layout
20031
20032 \begin_layout Standard
20033 En cualquier momento puedes cambiar etiquetas pulsando sobre el cuadro.
20034  Las referencias a las etiquetas cambiadas cambian automáticamente su enlace
20035  al texto de la etiqueta nueva, no te ocupes por eso.
20036 \end_layout
20037
20038 \begin_layout Standard
20039 El botón 
20040 \family sans
20041 Ir
20042 \begin_inset space ~
20043 \end_inset
20044
20045 a
20046 \begin_inset space ~
20047 \end_inset
20048
20049 la
20050 \begin_inset space ~
20051 \end_inset
20052
20053 etiqueta
20054 \family default
20055  en la ventana de referencia cruzada lleva el cursor hasta dicha etiqueta,
20056  y el texto del botón cambia a 
20057 \family sans
20058 Volver
20059 \family default
20060 , con el que se puede retornar a la referencia.
20061  Un clic derecho sobre el cuadro de la referencia también lleva el cursor
20062  hasta la etiqueta pero sin opción de volver.
20063 \end_layout
20064
20065 \begin_layout Subsection
20066 Formatos de referencia cruzada
20067 \begin_inset CommandInset label
20068 LatexCommand label
20069 name "sub:Formatos-referencia-cruzada"
20070
20071 \end_inset
20072
20073
20074 \begin_inset Index
20075 status collapsed
20076
20077 \begin_layout Plain Layout
20078 Referencias ! Formatos
20079 \end_layout
20080
20081 \end_inset
20082
20083
20084 \end_layout
20085
20086 \begin_layout Standard
20087 Hay seis variedades de referencias cruzadas:
20088 \end_layout
20089
20090 \begin_layout Description
20091 <referencia>: imprime el número flotante, esta es la opción predeterminada:
20092  
20093 \begin_inset CommandInset ref
20094 LatexCommand ref
20095 reference "fig:Dos-imágenes-distorsionadas"
20096
20097 \end_inset
20098
20099
20100 \end_layout
20101
20102 \begin_layout Description
20103 (<referencia>): imprime el número flotante entre paréntesis, es el estilo
20104  habitual para referirse a fórmulas, especialmente si se omite el nombre
20105  «Ecuación»: 
20106 \begin_inset CommandInset ref
20107 LatexCommand eqref
20108 reference "eq:Wgn"
20109
20110 \end_inset
20111
20112
20113 \end_layout
20114
20115 \begin_layout Description
20116 <página>: imprime el número de página: Página
20117 \begin_inset space ~
20118 \end_inset
20119
20120
20121 \begin_inset CommandInset ref
20122 LatexCommand pageref
20123 reference "fig:Dos-imágenes-distorsionadas"
20124
20125 \end_inset
20126
20127
20128 \end_layout
20129
20130 \begin_layout Description
20131 en
20132 \begin_inset space ~
20133 \end_inset
20134
20135 página
20136 \begin_inset space ~
20137 \end_inset
20138
20139 <página>: imprime el texto «en la página» y el número de página: 
20140 \begin_inset CommandInset ref
20141 LatexCommand vpageref
20142 reference "fig:Dos-imágenes-distorsionadas"
20143
20144 \end_inset
20145
20146
20147 \end_layout
20148
20149 \begin_layout Description
20150 <referencia>
20151 \begin_inset space ~
20152 \end_inset
20153
20154 en
20155 \begin_inset space ~
20156 \end_inset
20157
20158 página
20159 \begin_inset space ~
20160 \end_inset
20161
20162 <página>: imprime el número flotante, el texto «en la página» y el número
20163  de página: 
20164 \begin_inset CommandInset ref
20165 LatexCommand vref
20166 reference "fig:Dos-imágenes-distorsionadas"
20167
20168 \end_inset
20169
20170
20171 \end_layout
20172
20173 \begin_layout Description
20174 Referencia
20175 \begin_inset space ~
20176 \end_inset
20177
20178 con
20179 \begin_inset space ~
20180 \end_inset
20181
20182 formato: imprime un formato personalizado.
20183  
20184 \begin_inset Note Greyedout
20185 status open
20186
20187 \begin_layout Plain Layout
20188
20189 \series bold
20190 Nota:
20191 \series default
20192  Esta característica sólo está disponible si está instalado el paquete LaTeX
20193  
20194 \series bold
20195 prettyref
20196 \series default
20197 .
20198 \end_layout
20199
20200 \end_inset
20201
20202
20203 \end_layout
20204
20205 \begin_layout Standard
20206 Ten en cuenta que el estilo <página>
20207 \begin_inset space \thinspace{}
20208 \end_inset
20209
20210  no imprime el número si la etiqueta está en la misma página, en la anterior
20211  o en la siguiente.
20212  En su lugar verás p.
20213 \begin_inset space \thinspace{}
20214 \end_inset
20215
20216 e.
20217 \begin_inset space ~
20218 \end_inset
20219
20220 el texto «
20221 \family sans
20222 en esta página
20223 \family default
20224 ».
20225 \end_layout
20226
20227 \begin_layout Standard
20228 El número y página actual de la parte del documento referida es automáticamente
20229  calculado por LaTeX en la salida.
20230  Las variedades se ajustan en el campo 
20231 \family sans
20232 Formato
20233 \family default
20234  de la ventana de referencia cruzada, que aparece al pinchar sobre el cuadro.
20235 \end_layout
20236
20237 \begin_layout Subsection
20238 Designación automática de referencias
20239 \begin_inset Index
20240 status collapsed
20241
20242 \begin_layout Plain Layout
20243 Referencias ! Designación automática
20244 \end_layout
20245
20246 \end_inset
20247
20248
20249 \end_layout
20250
20251 \begin_layout Standard
20252 El paquete LaTeX 
20253 \series bold
20254 hyperref
20255 \series default
20256
20257 \begin_inset Index
20258 status collapsed
20259
20260 \begin_layout Plain Layout
20261 LaTeX-paquetes ! hyperref
20262 \end_layout
20263
20264 \end_inset
20265
20266 , que se habilita en 
20267 \family sans
20268 Propiedades PDF
20269 \family default
20270  del diálogo 
20271 \family sans
20272 Documento\SpecialChar \menuseparator
20273 Configuración
20274 \family default
20275 , dispone de una característica muy útil que permite incluir automáticamente
20276  en las referencias cruzadas el nombre de los flotantes referidos (o partes
20277  de texto como 
20278 \emph on
20279 sección
20280 \emph default
20281 ).
20282  Así, p.
20283 \begin_inset space \thinspace{}
20284 \end_inset
20285
20286 e., no tendrás que escribir la palabra «Figura» delante de cada referencia
20287  a una figura.
20288  Para usar esta característica habilita el soporte para 
20289 \series bold
20290 hyperref
20291 \series default
20292  e inserta la siguiente línea en el preámbulo LaTeX:
20293 \end_layout
20294
20295 \begin_layout Standard
20296
20297 \series bold
20298
20299 \backslash
20300 AtBeginDocument{
20301 \backslash
20302 renewcommand{
20303 \backslash
20304 ref}[1]{
20305 \backslash
20306 mbox{
20307 \backslash
20308 autoref{#1}}}}
20309 \end_layout
20310
20311 \begin_layout Standard
20312 Si prefieres otros nombres para las referencias distintos de los predeterminados
20313 , por ejemplo «sec.» en lugar de «sección», puedes redefinir el nombre insertando
20314  lo siguiente en el preámbulo:
20315 \end_layout
20316
20317 \begin_layout Standard
20318
20319 \series bold
20320
20321 \backslash
20322 addto
20323 \backslash
20324 extrasenglish{
20325 \backslash
20326 renewcommand{
20327 \backslash
20328 sectionautorefname}
20329 \begin_inset Newline newline
20330 \end_inset
20331
20332
20333 \begin_inset ERT
20334 status collapsed
20335
20336 \begin_layout Plain Layout
20337
20338
20339 \backslash
20340 hphantom{ }
20341 \end_layout
20342
20343 \end_inset
20344
20345 {sec.
20346 \backslash
20347 negthinspace}}
20348 \end_layout
20349
20350 \begin_layout Standard
20351 Si estás usando un idioma de documento distinto del inglés, reemplaza
20352 \begin_inset Newline newline
20353 \end_inset
20354
20355  
20356 \series bold
20357
20358 \backslash
20359 extrasenglish
20360 \series default
20361  por
20362 \series bold
20363  
20364 \backslash
20365 extras***
20366 \series default
20367 , donde *** es el nombre del idioma utilizado.
20368 \end_layout
20369
20370 \begin_layout Standard
20371 Para obtener nombres automáticos pero no para determinados tipos de referencias,
20372  por ejemplo no para ecuaciones, usa este código de preámbulo:
20373 \end_layout
20374
20375 \begin_layout Standard
20376
20377 \series bold
20378
20379 \backslash
20380 newlength{
20381 \backslash
20382 abc}
20383 \begin_inset Newline newline
20384 \end_inset
20385
20386
20387 \backslash
20388 settowidth{
20389 \backslash
20390 abc}{
20391 \backslash
20392 space}
20393 \begin_inset Newline newline
20394 \end_inset
20395
20396
20397 \backslash
20398 addto
20399 \backslash
20400 extrasenglish{
20401 \backslash
20402 renewcommand{
20403 \backslash
20404 equationautorefname}
20405 \begin_inset Newline newline
20406 \end_inset
20407
20408
20409 \begin_inset ERT
20410 status collapsed
20411
20412 \begin_layout Plain Layout
20413
20414
20415 \backslash
20416 hphantom{ }
20417 \end_layout
20418
20419 \end_inset
20420
20421 {
20422 \backslash
20423 hspace{-
20424 \backslash
20425 abc}}
20426 \end_layout
20427
20428 \begin_layout Standard
20429 En la documentación de 
20430 \series bold
20431 hyperref
20432 \series default
20433  
20434 \begin_inset CommandInset citation
20435 LatexCommand cite
20436 key "hyperref"
20437
20438 \end_inset
20439
20440  puedes encontrar más información.
20441
20442 \series bold
20443  
20444 \end_layout
20445
20446 \begin_layout Standard
20447 \begin_inset Note Greyedout
20448 status open
20449
20450 \begin_layout Plain Layout
20451
20452 \series bold
20453 Nota:
20454 \series default
20455  La designación automática de referencias no puede usarse en el estilo 
20456 \family sans
20457 Referencia
20458 \begin_inset space ~
20459 \end_inset
20460
20461 con
20462 \begin_inset space ~
20463 \end_inset
20464
20465 formato
20466 \family default
20467 , descrita en la sección
20468 \begin_inset space ~
20469 \end_inset
20470
20471
20472 \begin_inset CommandInset ref
20473 LatexCommand ref
20474 reference "sub:Formatos-referencia-cruzada"
20475
20476 \end_inset
20477
20478 .
20479 \end_layout
20480
20481 \end_inset
20482
20483
20484 \end_layout
20485
20486 \begin_layout Standard
20487 El manual 
20488 \emph on
20489 Ecuaciones
20490 \emph default
20491  es un ejemplo de documento en el que se ha utilizado designación automática
20492  de referencias.
20493 \end_layout
20494
20495 \begin_layout Subsection
20496 Colocación de referencias
20497 \begin_inset CommandInset label
20498 LatexCommand label
20499 name "sub:Colocación-de-Referencias"
20500
20501 \end_inset
20502
20503
20504 \begin_inset Index
20505 status collapsed
20506
20507 \begin_layout Plain Layout
20508 Referencias ! Colocación
20509 \end_layout
20510
20511 \end_inset
20512
20513
20514 \end_layout
20515
20516 \begin_layout Standard
20517 Si usas 
20518 \series bold
20519 hyperref
20520 \series default
20521
20522 \begin_inset Index
20523 status collapsed
20524
20525 \begin_layout Plain Layout
20526 LaTeX-paquetes ! hyperref
20527 \end_layout
20528
20529 \end_inset
20530
20531 , en las 
20532 \family sans
20533 Preferencias PDF 
20534 \family default
20535 del diálogo 
20536 \family sans
20537 Documento\SpecialChar \menuseparator
20538 Configuración
20539 \family default
20540 , para enlazar referencias cruzadas en la salida, verás que al pinchar sobre
20541  la referencia de una imagen flotante te lleva hasta la etiqueta de la imagen.
20542  La leyenda será la primera parte del texto en pantalla, de forma que para
20543  ver la imagen debes deslizar.
20544  Se debe a que el ancla de enlace de la referencia se sitúa en la etiqueta.
20545  Usando el paquete 
20546 \series bold
20547 hypcap
20548 \series default
20549
20550 \begin_inset Index
20551 status collapsed
20552
20553 \begin_layout Plain Layout
20554 LaTeX-paquetes ! hypcap
20555 \end_layout
20556
20557 \end_inset
20558
20559 , que forma parte del paquete LaTeX 
20560 \series bold
20561 oberdiek
20562 \series default
20563
20564 \begin_inset Index
20565 status collapsed
20566
20567 \begin_layout Plain Layout
20568 LaTeX-paquetes ! oberdiek
20569 \end_layout
20570
20571 \end_inset
20572
20573 , el ancla de enlace se sitúa al comienzo de un flotante.
20574  Para usar esta característica para figuras flotantes carga 
20575 \series bold
20576 hypcap
20577 \series default
20578  en el preámbulo con
20579 \end_layout
20580
20581 \begin_layout Standard
20582
20583 \series bold
20584
20585 \backslash
20586 usepackage[figure]{hypcap}
20587 \end_layout
20588
20589 \begin_layout Standard
20590 Puedes usar 
20591 \series bold
20592 hypcap
20593 \series default
20594  para todos los flotantes aunque no se recomienda por razones de estabilidad.
20595  Más información en el manual de 
20596 \series bold
20597 hypcap
20598 \series default
20599  
20600 \begin_inset CommandInset citation
20601 LatexCommand cite
20602 key "hypcap"
20603
20604 \end_inset
20605
20606 .
20607 \end_layout
20608
20609 \begin_layout Standard
20610 \begin_inset Note Greyedout
20611 status open
20612
20613 \begin_layout Plain Layout
20614
20615 \series bold
20616 Nota:
20617 \series default
20618  
20619 \series bold
20620 hypcap
20621 \series default
20622  no funciona para las referencias a subfiguras.
20623 \end_layout
20624
20625 \end_inset
20626
20627
20628 \end_layout
20629
20630 \begin_layout Section
20631 Colocación de flotantes
20632 \begin_inset CommandInset label
20633 LatexCommand label
20634 name "sec:Colocación-de-Flotantes"
20635
20636 \end_inset
20637
20638
20639 \begin_inset Index
20640 status collapsed
20641
20642 \begin_layout Plain Layout
20643 Flotantes ! Colocación
20644 \end_layout
20645
20646 \end_inset
20647
20648
20649 \end_layout
20650
20651 \begin_layout Standard
20652 Pulsando con el botón derecho del ratón sobre un cuadro de flotante se abre
20653  un diálogo en el que pueden cambiarse las opciones de LaTeX para situar
20654  los flotantes.
20655 \begin_inset Newline newline
20656 \end_inset
20657
20658 La opción 
20659 \family sans
20660 Extender
20661 \begin_inset space ~
20662 \end_inset
20663
20664 columnas
20665 \family default
20666  sólo es aplicable a documentos de dos columnas: Si lo seleccionas, el flotante
20667  abarcará ambas columnas en lugar de una sola.
20668 \begin_inset Newline newline
20669 \end_inset
20670
20671 La opción 
20672 \family sans
20673 Girar
20674 \begin_inset space ~
20675 \end_inset
20676
20677 a
20678 \begin_inset space ~
20679 \end_inset
20680
20681 un
20682 \begin_inset space ~
20683 \end_inset
20684
20685 lado
20686 \family default
20687  sirve para girar flotantes, véase sección
20688 \begin_inset space ~
20689 \end_inset
20690
20691
20692 \begin_inset CommandInset ref
20693 LatexCommand ref
20694 reference "sec:Rotación-de-Flotantes"
20695
20696 \end_inset
20697
20698 .
20699  
20700 \end_layout
20701
20702 \begin_layout Standard
20703 Puedes usar una o más de las siguientes opciones en el diálogo para establecer
20704  la posición de un flotante si desmarcas la opción 
20705 \family sans
20706 Usar
20707 \begin_inset space ~
20708 \end_inset
20709
20710 ubicación
20711 \begin_inset space ~
20712 \end_inset
20713
20714 predeterminada
20715 \family default
20716 :
20717 \end_layout
20718
20719 \begin_layout Description
20720
20721 \family sans
20722 \series bold
20723 Aquí
20724 \begin_inset space ~
20725 \end_inset
20726
20727 si
20728 \begin_inset space ~
20729 \end_inset
20730
20731 es
20732 \begin_inset space ~
20733 \end_inset
20734
20735 posible
20736 \family default
20737 \series default
20738  intenta situar el flotante en la posición en la que se inserta
20739 \end_layout
20740
20741 \begin_layout Description
20742
20743 \family sans
20744 \series bold
20745 Principio
20746 \begin_inset space ~
20747 \end_inset
20748
20749 de
20750 \begin_inset space ~
20751 \end_inset
20752
20753 página
20754 \family default
20755 \series default
20756  intenta situar el flotante al principio de la página actual
20757 \end_layout
20758
20759 \begin_layout Description
20760
20761 \family sans
20762 \series bold
20763 Fin
20764 \begin_inset space ~
20765 \end_inset
20766
20767 de
20768 \begin_inset space ~
20769 \end_inset
20770
20771 página
20772 \family default
20773 \series default
20774  intenta situar el flotante al final de la página actual
20775 \end_layout
20776
20777 \begin_layout Description
20778
20779 \family sans
20780 \series bold
20781 Página
20782 \begin_inset space ~
20783 \end_inset
20784
20785 de
20786 \begin_inset space ~
20787 \end_inset
20788
20789 flotantes
20790 \family default
20791 \series default
20792  intenta situar el flotante en una página propia 
20793 \end_layout
20794
20795 \begin_layout Standard
20796 LaTeX usa 
20797 \emph on
20798 siempre
20799 \emph default
20800  ese orden de opciones.
20801  Significa que si usas la colocación predeterminada, LaTeX probará en primer
20802  lugar 
20803 \family sans
20804 Aquí
20805 \begin_inset space ~
20806 \end_inset
20807
20808 si
20809 \begin_inset space ~
20810 \end_inset
20811
20812 es
20813 \begin_inset space ~
20814 \end_inset
20815
20816 posible
20817 \family default
20818 , luego 
20819 \family sans
20820 Principio
20821 \begin_inset space ~
20822 \end_inset
20823
20824 de
20825 \begin_inset space ~
20826 \end_inset
20827
20828 página
20829 \family default
20830 , y después las otras.
20831  Si no usas la predeterminada, LaTeX sólo probará las opciones marcadas
20832  pero en dicho orden.
20833  Si no es posible ninguna de las 4 ubicaciones el proceso se repite internamente
20834  pero intenta poner el flotante en la página siguiente.
20835 \end_layout
20836
20837 \begin_layout Standard
20838 De forma predeterminada cada una de las opciones tiene sus propias reglas:
20839 \end_layout
20840
20841 \begin_layout Labeling
20842 \labelwidthstring 00.00.0000
20843
20844 \family sans
20845 Principio
20846 \begin_inset space ~
20847 \end_inset
20848
20849 de
20850 \begin_inset space ~
20851 \end_inset
20852
20853 página:
20854 \family default
20855  sólo si el flotante ocupa menos del 70
20856 \begin_inset space \thinspace{}
20857 \end_inset
20858
20859 % de la página puede ubicarse al principio de página (
20860 \series bold
20861
20862 \backslash
20863 topfraction
20864 \series default
20865 )
20866 \end_layout
20867
20868 \begin_layout Labeling
20869 \labelwidthstring 00.00.0000
20870
20871 \family sans
20872 Fin
20873 \begin_inset space ~
20874 \end_inset
20875
20876 de
20877 \begin_inset space ~
20878 \end_inset
20879
20880 página:
20881 \family default
20882  sólo si el flotante ocupa menos del 30
20883 \begin_inset space \thinspace{}
20884 \end_inset
20885
20886 % de la página puede ubicarse al fin de página.
20887  (
20888 \series bold
20889
20890 \backslash
20891 bottomfraction
20892 \series default
20893 )
20894 \end_layout
20895
20896 \begin_layout Labeling
20897 \labelwidthstring 00.00.0000
20898
20899 \family sans
20900 Página
20901 \begin_inset space ~
20902 \end_inset
20903
20904 de
20905 \begin_inset space ~
20906 \end_inset
20907
20908 flotantes:
20909 \family default
20910  sólo si más del 50
20911 \begin_inset space \thinspace{}
20912 \end_inset
20913
20914 % de la página se ocupa por flotantes puede haber varios juntos en la misma
20915  página.
20916  (
20917 \series bold
20918
20919 \backslash
20920 floatpagefraction
20921 \series default
20922 )
20923 \end_layout
20924
20925 \begin_layout Standard
20926 Si no te agradan estas reglas puedes ignorarlas marcando la opción adicional
20927  
20928 \family sans
20929 Ignorar
20930 \begin_inset space ~
20931 \end_inset
20932
20933 reglas
20934 \begin_inset space ~
20935 \end_inset
20936
20937 de
20938 \begin_inset space ~
20939 \end_inset
20940
20941 LaTeX
20942 \family default
20943 .
20944 \begin_inset Newline newline
20945 \end_inset
20946
20947 También puedes redefinir las reglas con los comandos LaTeX que van entre
20948  paréntesis tras la descripción de las reglas anteriores.
20949  Por ejemplo, para aumentar el valor predeterminado, quizás pequeño, de
20950  la regla 
20951 \family sans
20952 Fin
20953 \family default
20954
20955 \begin_inset space ~
20956 \end_inset
20957
20958
20959 \family sans
20960 de
20961 \family default
20962
20963 \begin_inset space ~
20964 \end_inset
20965
20966
20967 \family sans
20968 página
20969 \family default
20970  al 50
20971 \begin_inset space \thinspace{}
20972 \end_inset
20973
20974 %, añade esta línea en el preámbulo:
20975 \end_layout
20976
20977 \begin_layout Standard
20978
20979 \series bold
20980
20981 \backslash
20982 renewcommand{
20983 \backslash
20984 bottomfraction}{0.5}
20985 \end_layout
20986
20987 \begin_layout Standard
20988 En determinados casos podrías necesitar ubicar un flotante exactamente en
20989  la posición en la que se inserta.
20990  Para esto puedes usar la opción 
20991 \family sans
20992 Aquí
20993 \begin_inset space ~
20994 \end_inset
20995
20996 definitivamente
20997 \family default
20998 .
20999  Usa esta opción esporádicamente y sólo cuando el documento esté casi listo,
21000  porque el flotante ya no podrá «flotar» y si haces cambios al documento
21001  se podría estropear el diseño de la página.
21002 \end_layout
21003
21004 \begin_layout Standard
21005 No hay opciones de ubicación para envoltorios flotantes porque siempre están
21006  rodeados por texto de un párrafo determinado.
21007 \begin_inset VSpace bigskip
21008 \end_inset
21009
21010
21011 \end_layout
21012
21013 \begin_layout Standard
21014 A veces surge el problema de que un flotante se sitúa al principio de la
21015  página mientras que su sección correspondiente empieza en mitad de la página,
21016  así que el lector podría creer que el flotante forma parte de la sección
21017  anterior.
21018  Para evitarlo puede emplearse el comando LaTeX 
21019 \series bold
21020
21021 \backslash
21022 suppressfloats
21023 \series default
21024 , que suprime la ubicación de un flotante dado en la página donde se inserta
21025  y además puede servir para evitar que el flotante se coloque antes del
21026  inicio de sección.
21027  Para ello, añade estos comandos al preámbulo:
21028 \end_layout
21029
21030 \begin_layout Standard
21031
21032 \series bold
21033
21034 \backslash
21035 let
21036 \backslash
21037 mySection
21038 \backslash
21039 section
21040 \begin_inset Newline newline
21041 \end_inset
21042
21043
21044 \backslash
21045 renewcommand{
21046 \backslash
21047 section}{
21048 \backslash
21049 suppressfloats[t]
21050 \backslash
21051 mySection}
21052 \end_layout
21053
21054 \begin_layout Standard
21055 Se puede hacer lo mismo para todas las cabeceras de sección, capítulos y
21056  subsecciones.
21057  No es recomendable para partes pequeñas de texto como subsubsecciones porque
21058  LaTeX podría tener problemas para encontrar una ubicación adecuada.
21059 \end_layout
21060
21061 \begin_layout Standard
21062 \begin_inset VSpace bigskip
21063 \end_inset
21064
21065 En ciertos casos se quieren tener todas las figuras/tablas al final del
21066  documento.
21067  Para estos casos está el paquete LaTeX 
21068 \series bold
21069 endfloat
21070 \series default
21071
21072 \begin_inset Index
21073 status collapsed
21074
21075 \begin_layout Plain Layout
21076 LaTeX-paquetes ! endfloat
21077 \end_layout
21078
21079 \end_inset
21080
21081 .
21082  Pone todas las figuras y tablas flotantes al final del documento en secciones
21083  propias.
21084  En la posición original del flotante se inserta una indicación como «
21085 \family sans
21086 [Figure
21087 \begin_inset space ~
21088 \end_inset
21089
21090 3.2 about here.]
21091 \family default
21092 ».
21093  El paquete 
21094 \series bold
21095 endfloat
21096 \series default
21097  se carga en el preámbulo con la línea
21098 \end_layout
21099
21100 \begin_layout Standard
21101
21102 \series bold
21103
21104 \backslash
21105 usepackage[options]{endfloat}
21106 \end_layout
21107
21108 \begin_layout Standard
21109 Hay varias opciones para diseñar las secciones figura/tabla creadas.
21110  Para más información véase la documentación 
21111 \begin_inset CommandInset citation
21112 LatexCommand cite
21113 key "endfloat"
21114
21115 \end_inset
21116
21117 .
21118 \begin_inset Newline newline
21119 \end_inset
21120
21121
21122 \begin_inset Note Greyedout
21123 status open
21124
21125 \begin_layout Plain Layout
21126
21127 \series bold
21128 Nota: endfloat
21129 \series default
21130  no traduce automáticamente la indicación, hay que hacerlo manualmente,
21131  véase sección
21132 \begin_inset space ~
21133 \end_inset
21134
21135 4 en 
21136 \begin_inset CommandInset citation
21137 LatexCommand cite
21138 key "endfloat"
21139
21140 \end_inset
21141
21142 .
21143 \end_layout
21144
21145 \end_inset
21146
21147
21148 \begin_inset Newline newline
21149 \end_inset
21150
21151
21152 \begin_inset Note Greyedout
21153 status open
21154
21155 \begin_layout Plain Layout
21156
21157 \series bold
21158 Nota:
21159 \series default
21160  Actualmente hay un error en 
21161 \series bold
21162 endfloat
21163 \series default
21164  cuando la leyenda contiene el carácter alemán «ß».
21165  Usa en ese caso el comando «
21166 \series bold
21167
21168 \backslash
21169 ss
21170 \series default
21171 » en código TeX en vez de «ß».
21172 \end_layout
21173
21174 \end_inset
21175
21176
21177 \end_layout
21178
21179 \begin_layout Standard
21180 \begin_inset VSpace bigskip
21181 \end_inset
21182
21183 Más detalles sobre ubicación de flotantes en libros sobre LaTeX como 
21184 \begin_inset CommandInset citation
21185 LatexCommand cite
21186 key "latexcompanion,latexguide,latexbook"
21187
21188 \end_inset
21189
21190 .
21191 \end_layout
21192
21193 \begin_layout Section
21194 Rotación de flotantes
21195 \begin_inset CommandInset label
21196 LatexCommand label
21197 name "sec:Rotación-de-Flotantes"
21198
21199 \end_inset
21200
21201
21202 \begin_inset Index
21203 status collapsed
21204
21205 \begin_layout Plain Layout
21206 Flotantes ! Rotación
21207 \end_layout
21208
21209 \end_inset
21210
21211
21212 \end_layout
21213
21214 \begin_layout Standard
21215 Podrías necesitar girar flotantes, especialmente con tablas grandes.
21216  Para girar todo el flotante y su leyenda, pincha sobre su cuadro y marca
21217  la opción 
21218 \family sans
21219 Girar
21220 \begin_inset space ~
21221 \end_inset
21222
21223 a
21224 \begin_inset space ~
21225 \end_inset
21226
21227 un
21228 \begin_inset space ~
21229 \end_inset
21230
21231 lado
21232 \family default
21233 .
21234 \end_layout
21235
21236 \begin_layout Standard
21237 Los flotantes girados son puestos siempre en su propia página (o columna
21238  si el documento es de dos columnas).
21239  Se les puede permitir abarcar varias columnas con la opción de configuración
21240  
21241 \family sans
21242 Extender
21243 \begin_inset space ~
21244 \end_inset
21245
21246 columnas
21247 \family default
21248 .
21249  Se rotan de forma que puedes leerlos desde el margen externo.
21250  Para forzar determinada dirección de rotación para todas las páginas, puedes
21251  añadir una de las opciones 
21252 \series bold
21253 figuresleft
21254 \series default
21255  o 
21256 \series bold
21257 figuresright
21258 \series default
21259  a las opciones de clase del documento.
21260 \end_layout
21261
21262 \begin_layout Standard
21263 Los flotantes girados se refieren igual que los normales, y el formato de
21264  la leyenda también es el mismo: un ejemplo es la tabla
21265 \begin_inset space ~
21266 \end_inset
21267
21268
21269 \begin_inset CommandInset ref
21270 LatexCommand ref
21271 reference "tab:Tabla-girada"
21272
21273 \end_inset
21274
21275 .
21276 \end_layout
21277
21278 \begin_layout Standard
21279 \begin_inset Note Greyedout
21280 status open
21281
21282 \begin_layout Plain Layout
21283
21284 \series bold
21285 Nota:
21286 \series default
21287  No todos los visores DVI pueden mostrar tablas giradas.
21288 \end_layout
21289
21290 \end_inset
21291
21292
21293 \end_layout
21294
21295 \begin_layout Standard
21296 \begin_inset Float table
21297 wide false
21298 sideways true
21299 status open
21300
21301 \begin_layout Plain Layout
21302 \begin_inset Caption
21303
21304 \begin_layout Plain Layout
21305 \begin_inset CommandInset label
21306 LatexCommand label
21307 name "tab:Tabla-girada"
21308
21309 \end_inset
21310
21311 Tabla girada
21312 \end_layout
21313
21314 \end_inset
21315
21316
21317 \end_layout
21318
21319 \begin_layout Plain Layout
21320 \align center
21321 \begin_inset Tabular
21322 <lyxtabular version="3" rows="1" columns="5">
21323 <features>
21324 <column alignment="center" valignment="top" width="0">
21325 <column alignment="center" valignment="top" width="0">
21326 <column alignment="center" valignment="top" width="0">
21327 <column alignment="center" valignment="top" width="0">
21328 <column alignment="center" valignment="top" width="0">
21329 <row>
21330 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
21331 \begin_inset Text
21332
21333 \begin_layout Plain Layout
21334 test
21335 \end_layout
21336
21337 \end_inset
21338 </cell>
21339 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
21340 \begin_inset Text
21341
21342 \begin_layout Plain Layout
21343 b
21344 \end_layout
21345
21346 \end_inset
21347 </cell>
21348 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
21349 \begin_inset Text
21350
21351 \begin_layout Plain Layout
21352 c
21353 \end_layout
21354
21355 \end_inset
21356 </cell>
21357 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
21358 \begin_inset Text
21359
21360 \begin_layout Plain Layout
21361 d
21362 \end_layout
21363
21364 \end_inset
21365 </cell>
21366 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
21367 \begin_inset Text
21368
21369 \begin_layout Plain Layout
21370 e
21371 \end_layout
21372
21373 \end_inset
21374 </cell>
21375 </row>
21376 </lyxtabular>
21377
21378 \end_inset
21379
21380
21381 \end_layout
21382
21383 \end_inset
21384
21385
21386 \end_layout
21387
21388 \begin_layout Section
21389 Flotantes adosados
21390 \begin_inset Index
21391 status collapsed
21392
21393 \begin_layout Plain Layout
21394 Flotantes ! Adosados
21395 \end_layout
21396
21397 \end_inset
21398
21399
21400 \end_layout
21401
21402 \begin_layout Standard
21403 Para colocar flotantes unos junto a otros, como en la figura
21404 \begin_inset space ~
21405 \end_inset
21406
21407
21408 \begin_inset CommandInset ref
21409 LatexCommand ref
21410 reference "fig:Flotante-izquierda"
21411
21412 \end_inset
21413
21414  y 
21415 \begin_inset CommandInset ref
21416 LatexCommand ref
21417 reference "fig:Flotante-derecha"
21418
21419 \end_inset
21420
21421 , se pone 
21422 \emph on
21423 un
21424 \emph default
21425  solo flotante.
21426  En él se insertan dos cuadros tipo minipágina.
21427 \begin_inset Foot
21428 status collapsed
21429
21430 \begin_layout Plain Layout
21431 Las minipáginas se explican en la sección
21432 \begin_inset space ~
21433 \end_inset
21434
21435
21436 \begin_inset CommandInset ref
21437 LatexCommand ref
21438 reference "sec:Minipáginas"
21439
21440 \end_inset
21441
21442 .
21443 \end_layout
21444
21445 \end_inset
21446
21447  La anchura de la columna se establece en 45-50
21448 \begin_inset space \thinspace{}
21449 \end_inset
21450
21451 % y la alineación en 
21452 \family sans
21453 Inferior
21454 \family default
21455  para cada minipágina.
21456  Las minipáginas contienen la imagen y su título, de igual forma que en
21457  los flotantes.
21458  La única diferencia es que el 
21459 \family sans
21460 Ancho
21461 \begin_inset space ~
21462 \end_inset
21463
21464 de
21465 \begin_inset space ~
21466 \end_inset
21467
21468 columna
21469 \begin_inset space ~
21470 \end_inset
21471
21472 %
21473 \family default
21474  de la imagen se calcula en este caso en relación a la anchura de la minipágina.
21475 \end_layout
21476
21477 \begin_layout Standard
21478 \begin_inset Float figure
21479 placement h
21480 wide false
21481 sideways false
21482 status open
21483
21484 \begin_layout Plain Layout
21485 \begin_inset Box Frameless
21486 position "b"
21487 hor_pos "c"
21488 has_inner_box 1
21489 inner_pos "t"
21490 use_parbox 0
21491 width "45col%"
21492 special "none"
21493 height "1in"
21494 height_special "totalheight"
21495 status open
21496
21497 \begin_layout Plain Layout
21498 \align center
21499 \begin_inset Graphics
21500         filename ../clipart/mobius.eps
21501         lyxscale 50
21502         width 100col%
21503         scaleBeforeRotation
21504
21505 \end_inset
21506
21507
21508 \end_layout
21509
21510 \begin_layout Plain Layout
21511 \begin_inset Caption
21512
21513 \begin_layout Plain Layout
21514 \begin_inset CommandInset label
21515 LatexCommand label
21516 name "fig:Flotante-izquierda"
21517
21518 \end_inset
21519
21520 Flotante en el lado izquierdo.
21521 \end_layout
21522
21523 \end_inset
21524
21525
21526 \end_layout
21527
21528 \end_inset
21529
21530
21531 \begin_inset space \hfill{}
21532 \end_inset
21533
21534
21535 \begin_inset Box Frameless
21536 position "b"
21537 hor_pos "c"
21538 has_inner_box 1
21539 inner_pos "t"
21540 use_parbox 0
21541 width "45col%"
21542 special "none"
21543 height "1in"
21544 height_special "totalheight"
21545 status open
21546
21547 \begin_layout Plain Layout
21548 \align center
21549 \begin_inset Graphics
21550         filename ../clipart/platypus.eps
21551         lyxscale 50
21552         width 100col%
21553         scaleBeforeRotation
21554
21555 \end_inset
21556
21557
21558 \end_layout
21559
21560 \begin_layout Plain Layout
21561 \begin_inset Caption
21562
21563 \begin_layout Plain Layout
21564 \begin_inset CommandInset label
21565 LatexCommand label
21566 name "fig:Flotante-derecha"
21567
21568 \end_inset
21569
21570 Flotante en el lado derecho.
21571 \end_layout
21572
21573 \end_inset
21574
21575
21576 \end_layout
21577
21578 \end_inset
21579
21580
21581 \end_layout
21582
21583 \end_inset
21584
21585
21586 \end_layout
21587
21588 \begin_layout Section
21589 Formato de las leyendas
21590 \begin_inset Index
21591 status collapsed
21592
21593 \begin_layout Plain Layout
21594 Leyendas ! Formato
21595 \end_layout
21596
21597 \end_inset
21598
21599
21600 \begin_inset Index
21601 status collapsed
21602
21603 \begin_layout Plain Layout
21604 Flotantes ! Formato de las leyendas
21605 \end_layout
21606
21607 \end_inset
21608
21609
21610 \begin_inset CommandInset label
21611 LatexCommand label
21612 name "sec:Formato-de-leyendas"
21613
21614 \end_inset
21615
21616
21617 \end_layout
21618
21619 \begin_layout Standard
21620 El entorno 
21621 \family sans
21622 Leyenda
21623 \family default
21624  es el predeterminado para los 
21625 \family sans
21626 Flotantes
21627 \family default
21628 .
21629  En LyX las leyendas se muestran como etiqueta, p.
21630 \begin_inset space \thinspace{}
21631 \end_inset
21632
21633 e.
21634 \begin_inset space ~
21635 \end_inset
21636
21637 «
21638 \family sans
21639 Figura #
21640 \family default
21641 :» seguida por el texto.
21642  «#» es el número real de referencia.
21643  Por omisión la etiqueta y el número usan la misma fuente que el texto de
21644  la leyenda y el signo dos puntos sigue al número para separar la etiqueta
21645  del texto.
21646  El entorno leyenda no es apropiado para todos los tipos de documento.
21647  
21648 \end_layout
21649
21650 \begin_layout Standard
21651 Para cambiar el formato predeterminado carga el paquete LaTeX 
21652 \series bold
21653 caption
21654 \series default
21655
21656 \begin_inset Index
21657 status collapsed
21658
21659 \begin_layout Plain Layout
21660 LaTeX-paquetes ! caption
21661 \end_layout
21662
21663 \end_inset
21664
21665  en el preámbulo del documento con la línea:
21666 \end_layout
21667
21668 \begin_layout Standard
21669
21670 \series bold
21671
21672 \backslash
21673 usepackage[definición de formato]{caption}
21674 \end_layout
21675
21676 \begin_layout Standard
21677 Para poner, por ejemplo, la etiqueta y el número en sans-serif negrita y
21678  las leyendas de tabla siempre sobre ella como en este documento, usa el
21679  comando:
21680 \end_layout
21681
21682 \begin_layout Standard
21683
21684 \series bold
21685
21686 \backslash
21687 usepackage[labelfont={bf,sf}, tableposition=top]{caption}
21688 \end_layout
21689
21690 \begin_layout Standard
21691 También puedes definir distintos formatos de leyenda para los distintos
21692  tipos de flotantes.
21693  En ese caso carga el paquete 
21694 \series bold
21695 caption
21696 \series default
21697  sin opciones específicas y define los distintos formatos con ayuda del
21698  comando
21699 \end_layout
21700
21701 \begin_layout Standard
21702
21703 \series bold
21704
21705 \backslash
21706 captionsetup[tipo de flotante]{definición de formato}
21707 \end_layout
21708
21709 \begin_layout Standard
21710 en el preámbulo del documento.
21711  Por ejemplo las leyendas de la Figura
21712 \begin_inset space ~
21713 \end_inset
21714
21715
21716 \begin_inset CommandInset ref
21717 LatexCommand ref
21718 reference "fig:Esto-es-una-fig"
21719
21720 \end_inset
21721
21722  y la tabla
21723 \begin_inset space ~
21724 \end_inset
21725
21726
21727 \begin_inset CommandInset ref
21728 LatexCommand ref
21729 reference "tab:Esto-es-una-tab"
21730
21731 \end_inset
21732
21733  pueden crearse usando los siguientes comandos en el preámbulo:
21734 \end_layout
21735
21736 \begin_layout Standard
21737
21738 \series bold
21739
21740 \backslash
21741 usepackage[tableposition=top]{caption}
21742 \series default
21743
21744 \begin_inset Newline newline
21745 \end_inset
21746
21747
21748 \series bold
21749
21750 \backslash
21751 captionsetup[figure]{labelfont={tt}, textfont=it, indention=1cm,%
21752 \begin_inset Newline newline
21753 \end_inset
21754
21755
21756 \begin_inset ERT
21757 status collapsed
21758
21759 \begin_layout Plain Layout
21760
21761
21762 \backslash
21763 hphantom{
21764 \backslash
21765
21766 \backslash
21767 captionsetup[figure]
21768 \backslash
21769 {}
21770 \end_layout
21771
21772 \end_inset
21773
21774  labelsep=period}
21775 \begin_inset Newline newline
21776 \end_inset
21777
21778
21779 \backslash
21780 captionsetup[table]{labelfont={bf,sf}}
21781 \end_layout
21782
21783 \begin_layout Standard
21784 \begin_inset Note Greyedout
21785 status open
21786
21787 \begin_layout Plain Layout
21788
21789 \series bold
21790 Nota: 
21791 \series default
21792 La opción 
21793 \series bold
21794 tableposition=top
21795 \series default
21796  no tiene efecto si se usa una clase de documento 
21797 \series bold
21798 koma-script
21799 \series default
21800 .
21801  En este caso debe utilizarse la opción de clase de documento 
21802 \series bold
21803 tablecaptionabove
21804 \series default
21805 .
21806  
21807 \end_layout
21808
21809 \end_inset
21810
21811
21812 \end_layout
21813
21814 \begin_layout Standard
21815 Para más información sobre el paquete 
21816 \series bold
21817 caption
21818 \series default
21819  acude a su documentación 
21820 \begin_inset CommandInset citation
21821 LatexCommand cite
21822 key "caption"
21823
21824 \end_inset
21825
21826 .
21827 \end_layout
21828
21829 \begin_layout Standard
21830 Para cambiar el nombre de la etiqueta de «Figura» a «Imagen», p.
21831 \begin_inset space \thinspace{}
21832 \end_inset
21833
21834 e., usa el siguiente comando de preámbulo:
21835 \end_layout
21836
21837 \begin_layout Standard
21838
21839 \series bold
21840
21841 \backslash
21842 renewcommand{
21843 \backslash
21844 fnum@figure}{Imagen~
21845 \backslash
21846 thefigure}
21847 \end_layout
21848
21849 \begin_layout Standard
21850 donde 
21851 \series bold
21852
21853 \backslash
21854 thefigure
21855 \series default
21856  inserta el número de figura y «~» genera un espacio protegido.
21857
21858 \series bold
21859  
21860 \end_layout
21861
21862 \begin_layout Standard
21863 \begin_inset VSpace bigskip
21864 \end_inset
21865
21866 Si estás usando la clase de documento 
21867 \series bold
21868 koma-script
21869 \series default
21870
21871 \begin_inset Index
21872 status collapsed
21873
21874 \begin_layout Plain Layout
21875 LaTeX-paquetes ! koma-script
21876 \end_layout
21877
21878 \end_inset
21879
21880  (
21881 \family sans
21882 article (koma-script)
21883 \family default
21884
21885 \family sans
21886 book (koma-script)
21887 \family default
21888
21889 \family sans
21890 letter (koma-script)
21891 \family default
21892 , o 
21893 \family sans
21894 report (koma-script)
21895 \family default
21896
21897 \begin_inset space \thinspace{}
21898 \end_inset
21899
21900 ), puedes emplear en vez del paquete 
21901 \series bold
21902 caption
21903 \series default
21904  el comando 
21905 \series bold
21906
21907 \backslash
21908 setkomafont
21909 \series default
21910  incluido en 
21911 \series bold
21912 koma-script
21913 \series default
21914 .
21915  Por ejemplo, para poner en negrita la etiqueta de la leyenda añade este
21916  comando en el preámbulo del documento:
21917 \end_layout
21918
21919 \begin_layout Standard
21920
21921 \series bold
21922
21923 \backslash
21924 setkomafont{captionlabel}{
21925 \backslash
21926 bfseries}
21927 \end_layout
21928
21929 \begin_layout Standard
21930 Más información sobre 
21931 \series bold
21932
21933 \backslash
21934 setkomafont
21935 \series default
21936  en la documentación de 
21937 \series bold
21938 koma-script
21939 \series default
21940  
21941 \begin_inset CommandInset citation
21942 LatexCommand cite
21943 key "koma-script"
21944
21945 \end_inset
21946
21947 .
21948 \end_layout
21949
21950 \begin_layout Standard
21951 \begin_inset ERT
21952 status collapsed
21953
21954 \begin_layout Plain Layout
21955
21956
21957 \backslash
21958 captionsetup[figure]{labelfont={tt}, textfont=it, indention=1cm, labelsep=period
21959 }
21960 \end_layout
21961
21962 \end_inset
21963
21964
21965 \begin_inset Note Note
21966 status collapsed
21967
21968 \begin_layout Plain Layout
21969 El formato de la leyenda se ha cambiado sólo para este ejemplo.
21970 \end_layout
21971
21972 \end_inset
21973
21974
21975 \end_layout
21976
21977 \begin_layout Standard
21978 \begin_inset Float figure
21979 placement !p
21980 wide false
21981 sideways false
21982 status open
21983
21984 \begin_layout Plain Layout
21985 \align center
21986 \begin_inset Graphics
21987         filename ../clipart/mobius.eps
21988         lyxscale 50
21989         scale 50
21990
21991 \end_inset
21992
21993
21994 \end_layout
21995
21996 \begin_layout Plain Layout
21997 \begin_inset Caption
21998
21999 \begin_layout Plain Layout
22000 \begin_inset CommandInset label
22001 LatexCommand label
22002 name "fig:Esto-es-una-fig"
22003
22004 \end_inset
22005
22006
22007 \begin_inset OptArg
22008 status collapsed
22009
22010 \begin_layout Plain Layout
22011 Figura con leyenda muy larga
22012 \end_layout
22013
22014 \end_inset
22015
22016 Este es un ejemplo de figura con una leyenda que es mayor de una línea para
22017  mostrar el formato diferente.
22018  Aquí se usa una leyenda personalizada.
22019 \end_layout
22020
22021 \end_inset
22022
22023
22024 \end_layout
22025
22026 \end_inset
22027
22028
22029 \end_layout
22030
22031 \begin_layout Standard
22032 \begin_inset ERT
22033 status collapsed
22034
22035 \begin_layout Plain Layout
22036
22037
22038 \backslash
22039 captionsetup[figure]{labelfont={bf,sf}, textfont=rm, indention=0cm, labelsep=col
22040 on}
22041 \end_layout
22042
22043 \end_inset
22044
22045
22046 \end_layout
22047
22048 \begin_layout Standard
22049 \begin_inset Float table
22050 placement !p
22051 wide false
22052 sideways false
22053 status collapsed
22054
22055 \begin_layout Plain Layout
22056 \begin_inset Caption
22057
22058 \begin_layout Plain Layout
22059 \begin_inset CommandInset label
22060 LatexCommand label
22061 name "tab:Esto-es-una-tab"
22062
22063 \end_inset
22064
22065
22066 \begin_inset OptArg
22067 status collapsed
22068
22069 \begin_layout Plain Layout
22070 Tabla con leyenda muy larga
22071 \end_layout
22072
22073 \end_inset
22074
22075 Este es un ejemplo de leyenda de tabla mayor que una línea para mostrar
22076  el formato diferente.
22077  Aquí se usa el formato de leyenda estándar para las tablas.
22078 \end_layout
22079
22080 \end_inset
22081
22082
22083 \end_layout
22084
22085 \begin_layout Plain Layout
22086 \align center
22087 \begin_inset Tabular
22088 <lyxtabular version="3" rows="1" columns="5">
22089 <features>
22090 <column alignment="center" valignment="top" width="0">
22091 <column alignment="center" valignment="top" width="0">
22092 <column alignment="center" valignment="top" width="0">
22093 <column alignment="center" valignment="top" width="0">
22094 <column alignment="center" valignment="top" width="0">
22095 <row>
22096 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
22097 \begin_inset Text
22098
22099 \begin_layout Plain Layout
22100 a
22101 \end_layout
22102
22103 \end_inset
22104 </cell>
22105 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
22106 \begin_inset Text
22107
22108 \begin_layout Plain Layout
22109 b
22110 \end_layout
22111
22112 \end_inset
22113 </cell>
22114 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
22115 \begin_inset Text
22116
22117 \begin_layout Plain Layout
22118 c
22119 \end_layout
22120
22121 \end_inset
22122 </cell>
22123 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
22124 \begin_inset Text
22125
22126 \begin_layout Plain Layout
22127 d
22128 \end_layout
22129
22130 \end_inset
22131 </cell>
22132 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
22133 \begin_inset Text
22134
22135 \begin_layout Plain Layout
22136 e
22137 \end_layout
22138
22139 \end_inset
22140 </cell>
22141 </row>
22142 </lyxtabular>
22143
22144 \end_inset
22145
22146
22147 \end_layout
22148
22149 \end_inset
22150
22151
22152 \end_layout
22153
22154 \begin_layout Section
22155 Colocación de leyendas
22156 \begin_inset Index
22157 status collapsed
22158
22159 \begin_layout Plain Layout
22160 Leyendas ! Colocación
22161 \end_layout
22162
22163 \end_inset
22164
22165
22166 \begin_inset Index
22167 status collapsed
22168
22169 \begin_layout Plain Layout
22170 Flotantes ! Colocación de leyendas
22171 \end_layout
22172
22173 \end_inset
22174
22175
22176 \begin_inset CommandInset label
22177 LatexCommand label
22178 name "sec:Colocación-de-leyendas"
22179
22180 \end_inset
22181
22182
22183 \end_layout
22184
22185 \begin_layout Standard
22186 La norma habitual para colocar las leyendas es:
22187 \end_layout
22188
22189 \begin_layout Description
22190 Figura: La leyenda al pie de la figura
22191 \end_layout
22192
22193 \begin_layout Description
22194 Tabla: La leyenda sobre la tabla
22195 \end_layout
22196
22197 \begin_layout Standard
22198 Desafortunadamente, las clases estándar de LaTeX no soportan leyendas sobre
22199  la tabla.
22200  Esto implica que si usas las clases de documento 
22201 \family sans
22202 article
22203 \family default
22204
22205 \family sans
22206 book
22207 \family default
22208
22209 \family sans
22210 letter
22211 \family default
22212 , o 
22213 \family sans
22214 report
22215 \family default
22216  no habrá espacio entre la leyenda y la tabla.
22217  Para insertar el espacio adecuado añade la siguiente opción al comando
22218  del paquete LaTeX 
22219 \series bold
22220 caption
22221 \series default
22222  en el preámbulo del documento:
22223 \begin_inset Foot
22224 status collapsed
22225
22226 \begin_layout Plain Layout
22227 Véase la sección
22228 \begin_inset space ~
22229 \end_inset
22230
22231
22232 \begin_inset CommandInset ref
22233 LatexCommand ref
22234 reference "sec:Formato-de-leyendas"
22235
22236 \end_inset
22237
22238  para más información sobre el paquete 
22239 \series bold
22240 caption
22241 \series default
22242 .
22243 \end_layout
22244
22245 \end_inset
22246
22247
22248 \end_layout
22249
22250 \begin_layout Standard
22251
22252 \series bold
22253 tableposition=top
22254 \end_layout
22255
22256 \begin_layout Standard
22257 Si estás usando la clase 
22258 \series bold
22259 koma-script
22260 \series default
22261
22262 \begin_inset Index
22263 status collapsed
22264
22265 \begin_layout Plain Layout
22266 LaTeX-paquetes ! koma-script
22267 \end_layout
22268
22269 \end_inset
22270
22271  (
22272 \family sans
22273 article (koma-script)
22274 \family default
22275
22276 \family sans
22277 book (koma-script)
22278 \family default
22279
22280 \family sans
22281 letter (koma-script)
22282 \family default
22283 , o 
22284 \family sans
22285 report (koma-script)
22286 \family default
22287
22288 \begin_inset space \thinspace{}
22289 \end_inset
22290
22291 ), en vez de 
22292 \series bold
22293 caption
22294 \series default
22295  puedes poner la opción 
22296 \series bold
22297 tablecaptionabove
22298 \series default
22299  de la clase de documento.
22300 \end_layout
22301
22302 \begin_layout Standard
22303 \begin_inset VSpace bigskip
22304 \end_inset
22305
22306 También es posible poner la leyenda junto a una figura o tabla.
22307  Para conseguirlo hay que cargar el paquete LaTeX 
22308 \series bold
22309 sidecap
22310 \series default
22311
22312 \begin_inset Index
22313 status collapsed
22314
22315 \begin_layout Plain Layout
22316 LaTeX-paquetes ! sidecap
22317 \end_layout
22318
22319 \end_inset
22320
22321  añadiendo en el preámbulo del documento la línea
22322 \end_layout
22323
22324 \begin_layout Standard
22325
22326 \series bold
22327
22328 \backslash
22329 usepackage[option]{sidecap}
22330 \end_layout
22331
22332 \begin_layout Standard
22333 Si no se especifica opción, la leyenda se ubica del lado del margen externo
22334  de la página —a la derecha en páginas impares, a la izquierda en las pares—.
22335  Puedes cambiar la colocación al margen interno con la opción 
22336 \series bold
22337 innercaption
22338 \series default
22339 .
22340  Para forzar la ubicación siempre a la derecha o a la izquierda, usa las
22341  opciones 
22342 \series bold
22343 rightcaption
22344 \series default
22345  o 
22346 \series bold
22347 leftcaption
22348 \series default
22349 , respectivamente.
22350 \end_layout
22351
22352 \begin_layout Standard
22353 \begin_inset ERT
22354 status collapsed
22355
22356 \begin_layout Plain Layout
22357
22358
22359 \backslash
22360 ifsidecap
22361 \end_layout
22362
22363 \end_inset
22364
22365
22366 \begin_inset Note Note
22367 status collapsed
22368
22369 \begin_layout Plain Layout
22370 La siguiente sección sólo se mostrará en pantalla si está instalado el paquete
22371  LaTeX 
22372 \series bold
22373 sidecap
22374 \series default
22375 .
22376 \end_layout
22377
22378 \end_inset
22379
22380
22381 \end_layout
22382
22383 \begin_layout Standard
22384 Para situar en LyX la leyenda de un flotante al lado, es necesario añadir
22385  estos comandos al preámbulo del documento:
22386 \end_layout
22387
22388 \begin_layout Standard
22389
22390 \lyxline
22391
22392 \end_layout
22393
22394 \begin_layout Standard
22395
22396 \series bold
22397
22398 \backslash
22399 newcommand{
22400 \backslash
22401 TabBesBeg}{%
22402 \begin_inset Newline newline
22403 \end_inset
22404
22405
22406 \begin_inset ERT
22407 status collapsed
22408
22409 \begin_layout Plain Layout
22410
22411
22412 \backslash
22413 hphantom{ }
22414 \end_layout
22415
22416 \end_inset
22417
22418
22419 \backslash
22420 let
22421 \backslash
22422 MyTable
22423 \backslash
22424 table
22425 \begin_inset Newline newline
22426 \end_inset
22427
22428
22429 \begin_inset ERT
22430 status collapsed
22431
22432 \begin_layout Plain Layout
22433
22434
22435 \backslash
22436 hphantom{ }
22437 \end_layout
22438
22439 \end_inset
22440
22441
22442 \backslash
22443 let
22444 \backslash
22445 MyEndtable
22446 \backslash
22447 endtable
22448 \begin_inset Newline newline
22449 \end_inset
22450
22451
22452 \begin_inset ERT
22453 status collapsed
22454
22455 \begin_layout Plain Layout
22456
22457
22458 \backslash
22459 hphantom{ }
22460 \end_layout
22461
22462 \end_inset
22463
22464
22465 \backslash
22466 renewenvironment{table}{
22467 \backslash
22468 begin{SCtable}}{
22469 \backslash
22470 end{SCtable}}}
22471 \end_layout
22472
22473 \begin_layout Standard
22474
22475 \series bold
22476
22477 \backslash
22478 newcommand{
22479 \backslash
22480 TabBesEnd}{%
22481 \begin_inset Newline newline
22482 \end_inset
22483
22484
22485 \begin_inset ERT
22486 status collapsed
22487
22488 \begin_layout Plain Layout
22489
22490
22491 \backslash
22492 hphantom{ }
22493 \end_layout
22494
22495 \end_inset
22496
22497
22498 \backslash
22499 let
22500 \backslash
22501 table
22502 \backslash
22503 MyTable
22504 \begin_inset Newline newline
22505 \end_inset
22506
22507
22508 \begin_inset ERT
22509 status collapsed
22510
22511 \begin_layout Plain Layout
22512
22513
22514 \backslash
22515 hphantom{ }
22516 \end_layout
22517
22518 \end_inset
22519
22520
22521 \backslash
22522 let
22523 \backslash
22524 endtable
22525 \backslash
22526 MyEndtable
22527 \end_layout
22528
22529 \begin_layout Standard
22530
22531 \series bold
22532
22533 \backslash
22534 newcommand{
22535 \backslash
22536 FigBesBeg}{%
22537 \begin_inset Newline newline
22538 \end_inset
22539
22540
22541 \begin_inset ERT
22542 status collapsed
22543
22544 \begin_layout Plain Layout
22545
22546
22547 \backslash
22548 hphantom{ }
22549 \end_layout
22550
22551 \end_inset
22552
22553
22554 \backslash
22555 let
22556 \backslash
22557 MyFigure
22558 \backslash
22559 figure
22560 \begin_inset Newline newline
22561 \end_inset
22562
22563
22564 \begin_inset ERT
22565 status collapsed
22566
22567 \begin_layout Plain Layout
22568
22569
22570 \backslash
22571 hphantom{ }
22572 \end_layout
22573
22574 \end_inset
22575
22576
22577 \backslash
22578 let
22579 \backslash
22580 MyEndfigure
22581 \backslash
22582 endfigure
22583 \begin_inset Newline newline
22584 \end_inset
22585
22586
22587 \begin_inset ERT
22588 status collapsed
22589
22590 \begin_layout Plain Layout
22591
22592
22593 \backslash
22594 hphantom{ }
22595 \end_layout
22596
22597 \end_inset
22598
22599
22600 \backslash
22601 renewenvironment{figure}{
22602 \backslash
22603 begin{SCfigure}}{
22604 \backslash
22605 end{SCfigure}}}
22606 \end_layout
22607
22608 \begin_layout Standard
22609
22610 \series bold
22611
22612 \backslash
22613 newcommand{
22614 \backslash
22615 FigBesEnd}{%
22616 \begin_inset Newline newline
22617 \end_inset
22618
22619
22620 \begin_inset ERT
22621 status collapsed
22622
22623 \begin_layout Plain Layout
22624
22625
22626 \backslash
22627 hphantom{ }
22628 \end_layout
22629
22630 \end_inset
22631
22632
22633 \backslash
22634 let
22635 \backslash
22636 figure
22637 \backslash
22638 MyFigure
22639 \begin_inset Newline newline
22640 \end_inset
22641
22642
22643 \begin_inset ERT
22644 status collapsed
22645
22646 \begin_layout Plain Layout
22647
22648
22649 \backslash
22650 hphantom{ }
22651 \end_layout
22652
22653 \end_inset
22654
22655
22656 \backslash
22657 let
22658 \backslash
22659 endfigure
22660 \backslash
22661 MyEndfigure}
22662 \end_layout
22663
22664 \begin_layout Standard
22665
22666 \lyxline
22667
22668 \end_layout
22669
22670 \begin_layout Standard
22671 Estos comandos permiten redefinir los flotantes de modo que la leyenda aparezca
22672  en un lado.
22673  Para figuras flotantes usa el comando
22674 \end_layout
22675
22676 \begin_layout Standard
22677
22678 \series bold
22679
22680 \backslash
22681 FigBesBeg
22682 \end_layout
22683
22684 \begin_layout Standard
22685 en código TeX antes del flotante.
22686  Detrás del flotante inserta
22687 \end_layout
22688
22689 \begin_layout Standard
22690
22691 \series bold
22692
22693 \backslash
22694 FigBesEnd
22695 \end_layout
22696
22697 \begin_layout Standard
22698 en código TeX para volver a la definición original de flotantes.
22699 \end_layout
22700
22701 \begin_layout Standard
22702 Para tablas flotantes usa los comandos correspondientes
22703 \end_layout
22704
22705 \begin_layout Standard
22706
22707 \series bold
22708
22709 \backslash
22710 TabBesBeg
22711 \series default
22712  y 
22713 \series bold
22714
22715 \backslash
22716 TabBesEnd
22717 \end_layout
22718
22719 \begin_layout Standard
22720 La figura
22721 \begin_inset space ~
22722 \end_inset
22723
22724
22725 \begin_inset CommandInset ref
22726 LatexCommand ref
22727 reference "fig:encab-al-lado"
22728
22729 \end_inset
22730
22731  y la tabla
22732 \begin_inset space ~
22733 \end_inset
22734
22735
22736 \begin_inset CommandInset ref
22737 LatexCommand ref
22738 reference "tab:encab-al-lado"
22739
22740 \end_inset
22741
22742  son ejemplos en los que el título se sitúa al lado.
22743 \end_layout
22744
22745 \begin_layout Standard
22746 En los ejemplos puedes ver que el texto del título aparece encima del flotante
22747  en tablas flotantes y debajo en las figuras flotantes.
22748  Para cambiarlo, puedes usar el comando
22749 \end_layout
22750
22751 \begin_layout Standard
22752
22753 \series bold
22754
22755 \backslash
22756 sidecaptionvpos{tipo de flotante}{colocación}
22757 \end_layout
22758
22759 \begin_layout Standard
22760 en el preámbulo o en código TeX antes del flotante.
22761  El tipo de flotante es 
22762 \family sans
22763 figure
22764 \family default
22765  o 
22766 \family sans
22767 table
22768 \family default
22769 , la colocación puede ser «
22770 \family sans
22771 t
22772 \family default
22773 » por «top» (arriba), «
22774 \family sans
22775 c
22776 \family default
22777 » por «center» (centro), o «
22778 \family sans
22779 b
22780 \family default
22781 » por «bottom» (abajo).
22782  Para tener, por ejemplo, el título de figuras flotantes verticalmente centrado,
22783  usa el comando
22784 \end_layout
22785
22786 \begin_layout Standard
22787
22788 \series bold
22789
22790 \backslash
22791 sidecaptionvpos{figure}{c}
22792 \end_layout
22793
22794 \begin_layout Standard
22795 Esto se ha hecho en la figura
22796 \begin_inset space ~
22797 \end_inset
22798
22799
22800 \begin_inset CommandInset ref
22801 LatexCommand ref
22802 reference "fig:encab-al-lado-de-fig"
22803
22804 \end_inset
22805
22806 .
22807 \end_layout
22808
22809 \begin_layout Standard
22810 \begin_inset VSpace medskip
22811 \end_inset
22812
22813 Más información sobre el paquete 
22814 \series bold
22815 sidecap
22816 \series default
22817  en su documentación 
22818 \begin_inset CommandInset citation
22819 LatexCommand cite
22820 key "sidecap"
22821
22822 \end_inset
22823
22824 .
22825 \end_layout
22826
22827 \begin_layout Standard
22828 \begin_inset Note Greyedout
22829 status open
22830
22831 \begin_layout Plain Layout
22832
22833 \series bold
22834 Nota:
22835 \series default
22836  El paquete LaTeX 
22837 \series bold
22838 hypcap
22839 \series default
22840
22841 \begin_inset Index
22842 status collapsed
22843
22844 \begin_layout Plain Layout
22845 LaTeX-paquetes ! hypcap
22846 \end_layout
22847
22848 \end_inset
22849
22850 , descrito en la sección
22851 \begin_inset space ~
22852 \end_inset
22853
22854
22855 \begin_inset CommandInset ref
22856 LatexCommand ref
22857 reference "sub:Colocación-de-Referencias"
22858
22859 \end_inset
22860
22861 , no afecta a flotantes con la leyenda al lado.
22862 \end_layout
22863
22864 \end_inset
22865
22866
22867 \end_layout
22868
22869 \begin_layout Standard
22870 \begin_inset ERT
22871 status collapsed
22872
22873 \begin_layout Plain Layout
22874
22875
22876 \backslash
22877 FigBesBeg 
22878 \end_layout
22879
22880 \end_inset
22881
22882
22883 \end_layout
22884
22885 \begin_layout Standard
22886 \begin_inset Float figure
22887 wide false
22888 sideways false
22889 status open
22890
22891 \begin_layout Plain Layout
22892 \begin_inset Graphics
22893         filename ../clipart/escher-lsd.eps
22894         scale 75
22895
22896 \end_inset
22897
22898
22899 \end_layout
22900
22901 \begin_layout Plain Layout
22902 \begin_inset Caption
22903
22904 \begin_layout Plain Layout
22905 \begin_inset CommandInset label
22906 LatexCommand label
22907 name "fig:encab-al-lado"
22908
22909 \end_inset
22910
22911 Leyenda al lado de una figura.
22912 \end_layout
22913
22914 \end_inset
22915
22916
22917 \end_layout
22918
22919 \end_inset
22920
22921
22922 \end_layout
22923
22924 \begin_layout Standard
22925 \begin_inset ERT
22926 status collapsed
22927
22928 \begin_layout Plain Layout
22929
22930
22931 \backslash
22932 TabBesBeg 
22933 \end_layout
22934
22935 \end_inset
22936
22937
22938 \end_layout
22939
22940 \begin_layout Standard
22941 \begin_inset Float table
22942 wide false
22943 sideways false
22944 status open
22945
22946 \begin_layout Plain Layout
22947 \begin_inset Caption
22948
22949 \begin_layout Plain Layout
22950 \begin_inset CommandInset label
22951 LatexCommand label
22952 name "tab:encab-al-lado"
22953
22954 \end_inset
22955
22956 Leyenda al lado de una tabla.
22957 \end_layout
22958
22959 \end_inset
22960
22961
22962 \end_layout
22963
22964 \begin_layout Plain Layout
22965 \begin_inset Tabular
22966 <lyxtabular version="3" rows="4" columns="5">
22967 <features>
22968 <column alignment="center" valignment="top" width="0">
22969 <column alignment="center" valignment="top" width="0">
22970 <column alignment="center" valignment="top" width="0">
22971 <column alignment="center" valignment="top" width="0">
22972 <column alignment="center" valignment="top" width="0">
22973 <row>
22974 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22975 \begin_inset Text
22976
22977 \begin_layout Plain Layout
22978 a
22979 \end_layout
22980
22981 \end_inset
22982 </cell>
22983 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22984 \begin_inset Text
22985
22986 \begin_layout Plain Layout
22987
22988 \end_layout
22989
22990 \end_inset
22991 </cell>
22992 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22993 \begin_inset Text
22994
22995 \begin_layout Plain Layout
22996 b
22997 \end_layout
22998
22999 \end_inset
23000 </cell>
23001 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23002 \begin_inset Text
23003
23004 \begin_layout Plain Layout
23005
23006 \end_layout
23007
23008 \end_inset
23009 </cell>
23010 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23011 \begin_inset Text
23012
23013 \begin_layout Plain Layout
23014 c
23015 \end_layout
23016
23017 \end_inset
23018 </cell>
23019 </row>
23020 <row>
23021 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23022 \begin_inset Text
23023
23024 \begin_layout Plain Layout
23025
23026 \end_layout
23027
23028 \end_inset
23029 </cell>
23030 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23031 \begin_inset Text
23032
23033 \begin_layout Plain Layout
23034 d
23035 \end_layout
23036
23037 \end_inset
23038 </cell>
23039 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23040 \begin_inset Text
23041
23042 \begin_layout Plain Layout
23043
23044 \end_layout
23045
23046 \end_inset
23047 </cell>
23048 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23049 \begin_inset Text
23050
23051 \begin_layout Plain Layout
23052 e
23053 \end_layout
23054
23055 \end_inset
23056 </cell>
23057 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23058 \begin_inset Text
23059
23060 \begin_layout Plain Layout
23061
23062 \end_layout
23063
23064 \end_inset
23065 </cell>
23066 </row>
23067 <row>
23068 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23069 \begin_inset Text
23070
23071 \begin_layout Plain Layout
23072 f
23073 \end_layout
23074
23075 \end_inset
23076 </cell>
23077 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23078 \begin_inset Text
23079
23080 \begin_layout Plain Layout
23081
23082 \end_layout
23083
23084 \end_inset
23085 </cell>
23086 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23087 \begin_inset Text
23088
23089 \begin_layout Plain Layout
23090 g
23091 \end_layout
23092
23093 \end_inset
23094 </cell>
23095 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23096 \begin_inset Text
23097
23098 \begin_layout Plain Layout
23099
23100 \end_layout
23101
23102 \end_inset
23103 </cell>
23104 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23105 \begin_inset Text
23106
23107 \begin_layout Plain Layout
23108 h
23109 \end_layout
23110
23111 \end_inset
23112 </cell>
23113 </row>
23114 <row>
23115 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
23116 \begin_inset Text
23117
23118 \begin_layout Plain Layout
23119
23120 \end_layout
23121
23122 \end_inset
23123 </cell>
23124 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
23125 \begin_inset Text
23126
23127 \begin_layout Plain Layout
23128 i
23129 \end_layout
23130
23131 \end_inset
23132 </cell>
23133 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
23134 \begin_inset Text
23135
23136 \begin_layout Plain Layout
23137
23138 \end_layout
23139
23140 \end_inset
23141 </cell>
23142 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
23143 \begin_inset Text
23144
23145 \begin_layout Plain Layout
23146 j
23147 \end_layout
23148
23149 \end_inset
23150 </cell>
23151 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
23152 \begin_inset Text
23153
23154 \begin_layout Plain Layout
23155
23156 \end_layout
23157
23158 \end_inset
23159 </cell>
23160 </row>
23161 </lyxtabular>
23162
23163 \end_inset
23164
23165
23166 \end_layout
23167
23168 \end_inset
23169
23170
23171 \end_layout
23172
23173 \begin_layout Standard
23174 \begin_inset ERT
23175 status collapsed
23176
23177 \begin_layout Plain Layout
23178
23179
23180 \backslash
23181 TabBesEnd
23182 \end_layout
23183
23184 \end_inset
23185
23186
23187 \end_layout
23188
23189 \begin_layout Standard
23190 \begin_inset ERT
23191 status collapsed
23192
23193 \begin_layout Plain Layout
23194
23195
23196 \backslash
23197 sidecaptionvpos{figure}{c}
23198 \end_layout
23199
23200 \end_inset
23201
23202
23203 \begin_inset Float figure
23204 wide false
23205 sideways false
23206 status open
23207
23208 \begin_layout Plain Layout
23209 \begin_inset Graphics
23210         filename ../clipart/escher-lsd.eps
23211         scale 75
23212
23213 \end_inset
23214
23215
23216 \end_layout
23217
23218 \begin_layout Plain Layout
23219 \begin_inset Caption
23220
23221 \begin_layout Plain Layout
23222 \begin_inset CommandInset label
23223 LatexCommand label
23224 name "fig:encab-al-lado-de-fig"
23225
23226 \end_inset
23227
23228 Leyenda centrada verticalmente junto a una figura.
23229 \end_layout
23230
23231 \end_inset
23232
23233
23234 \end_layout
23235
23236 \end_inset
23237
23238
23239 \end_layout
23240
23241 \begin_layout Standard
23242 \begin_inset ERT
23243 status collapsed
23244
23245 \begin_layout Plain Layout
23246
23247
23248 \backslash
23249 FigBesEnd
23250 \end_layout
23251
23252 \end_inset
23253
23254
23255 \end_layout
23256
23257 \begin_layout Standard
23258 \begin_inset ERT
23259 status collapsed
23260
23261 \begin_layout Plain Layout
23262
23263
23264 \backslash
23265 else
23266 \end_layout
23267
23268 \end_inset
23269
23270
23271 \begin_inset Note Note
23272 status collapsed
23273
23274 \begin_layout Plain Layout
23275 Lo siguiente se mostrará en pantalla si no está instalado el paquete LaTeX
23276  
23277 \series bold
23278 sidecap
23279 \series default
23280 .
23281 \end_layout
23282
23283 \end_inset
23284
23285
23286 \end_layout
23287
23288 \begin_layout Standard
23289 Debes instalar el paquete LaTeX 
23290 \series bold
23291 sidecap
23292 \series default
23293  para ver la parte siguiente en la salida.
23294 \end_layout
23295
23296 \begin_layout Standard
23297 \begin_inset ERT
23298 status collapsed
23299
23300 \begin_layout Plain Layout
23301
23302
23303 \backslash
23304 fi
23305 \end_layout
23306
23307 \end_inset
23308
23309
23310 \end_layout
23311
23312 \begin_layout Section
23313 Lista de flotantes
23314 \begin_inset Index
23315 status collapsed
23316
23317 \begin_layout Plain Layout
23318 Flotantes ! Lista de
23319 \end_layout
23320
23321 \end_inset
23322
23323
23324 \end_layout
23325
23326 \begin_layout Standard
23327 Igual que en el índice general se listan las secciones del documento, hay
23328  listas para todos los tipos de flotantes, como las figuras.
23329  Se pueden insertar mediante los submenús 
23330 \family sans
23331 Insertar\SpecialChar \menuseparator
23332 Lista
23333 \begin_inset space \thinspace{}
23334 \end_inset
23335
23336 /
23337 \begin_inset space \thinspace{}
23338 \end_inset
23339
23340 Índice
23341 \family default
23342 .
23343 \end_layout
23344
23345 \begin_layout Standard
23346 Las entradas de la lista son los títulos del flotante o su título corto,
23347  el número de flotante, y el número de la página del documento en la que
23348  aparecen.
23349 \end_layout
23350
23351 \begin_layout Standard
23352 Puedes encontrar las listas de figuras y tablas al final de este documento.
23353 \end_layout
23354
23355 \begin_layout Chapter
23356 Notas
23357 \end_layout
23358
23359 \begin_layout Section
23360 Notas en LyX
23361 \begin_inset Index
23362 status collapsed
23363
23364 \begin_layout Plain Layout
23365 Notas ! en LyX
23366 \end_layout
23367
23368 \end_inset
23369
23370
23371 \end_layout
23372
23373 \begin_layout Standard
23374 Las notas se insertan con el botón 
23375 \begin_inset Graphics
23376         filename ../../images/note-insert.png
23377         scale 85
23378
23379 \end_inset
23380
23381  o con el menú 
23382 \family sans
23383 Insertar\SpecialChar \menuseparator
23384 Nota
23385 \family default
23386 .
23387  Hay cinco tipos de notas:
23388 \end_layout
23389
23390 \begin_layout Description
23391 Nota
23392 \begin_inset space ~
23393 \end_inset
23394
23395 LyX Este tipo es para notas internas que no han de aparecer en la salida.
23396  Su cuadro se muestra como este:
23397 \begin_inset Newline newline
23398 \end_inset
23399
23400
23401 \begin_inset Newline newline
23402 \end_inset
23403
23404
23405 \begin_inset Graphics
23406         filename clipart/NotaLyXImagenQt4.png
23407         display false
23408         scale 75
23409
23410 \end_inset
23411
23412  
23413 \begin_inset Note Note
23414 status collapsed
23415
23416 \begin_layout Plain Layout
23417 Este es un texto en un recuadro que no se muestra en la salida.
23418 \end_layout
23419
23420 \end_inset
23421
23422
23423 \end_layout
23424
23425 \begin_layout Description
23426 Comentario Esta nota tampoco se muestra en la salida pero aparece como un
23427  comentario de LaTeX, cuando exportas el documento a LaTeX vía menú 
23428 \family sans
23429 Archivo\SpecialChar \menuseparator
23430 Exportar\SpecialChar \menuseparator
23431 LaTeX (pdflatex) / (plain)
23432 \family default
23433 .
23434  Su recuadro se ve así:
23435 \begin_inset Newline newline
23436 \end_inset
23437
23438
23439 \begin_inset Newline newline
23440 \end_inset
23441
23442
23443 \begin_inset Graphics
23444         filename clipart/ComentNotaImagenQt4.png
23445         display false
23446         scale 75
23447
23448 \end_inset
23449
23450  
23451 \begin_inset Note Comment
23452 status collapsed
23453
23454 \begin_layout Plain Layout
23455 Una nota comentario que sólo aparece como comentario en archivos LaTeX.
23456 \end_layout
23457
23458 \end_inset
23459
23460
23461 \end_layout
23462
23463 \begin_layout Description
23464 Resaltado
23465 \begin_inset space ~
23466 \end_inset
23467
23468 en
23469 \begin_inset space ~
23470 \end_inset
23471
23472 gris Esta nota aparece en la salida como texto resaltado en gris.
23473  Su recuadro se parece a este:
23474 \begin_inset Newline newline
23475 \end_inset
23476
23477
23478 \begin_inset Newline newline
23479 \end_inset
23480
23481
23482 \begin_inset Graphics
23483         filename clipart/GrisNotaImagenQt4.png
23484         display false
23485         scale 75
23486
23487 \end_inset
23488
23489
23490 \begin_inset Newline newline
23491 \end_inset
23492
23493
23494 \begin_inset ERT
23495 status collapsed
23496
23497 \begin_layout Plain Layout
23498
23499
23500 \backslash
23501 renewenvironment{lyxgreyedout}
23502 \end_layout
23503
23504 \begin_layout Plain Layout
23505
23506 {
23507 \backslash
23508 textcolor[gray]{0.8}
23509 \backslash
23510 bgroup}{
23511 \backslash
23512 egroup}
23513 \end_layout
23514
23515 \end_inset
23516
23517
23518 \begin_inset Note Greyedout
23519 status open
23520
23521 \begin_layout Plain Layout
23522 Este es el texto
23523 \begin_inset Foot
23524 status collapsed
23525
23526 \begin_layout Plain Layout
23527 Esto es un ejemplo de nota al pie en una nota resaltada en gris.
23528 \end_layout
23529
23530 \end_inset
23531
23532  de un comentario que se muestra resaltado en gris.
23533 \end_layout
23534
23535 \end_inset
23536
23537
23538 \begin_inset ERT
23539 status collapsed
23540
23541 \begin_layout Plain Layout
23542
23543
23544 \backslash
23545 renewenvironment{lyxgreyedout}
23546 \end_layout
23547
23548 \begin_layout Plain Layout
23549
23550 {
23551 \backslash
23552 textcolor{blue}
23553 \backslash
23554 bgroup}{
23555 \backslash
23556 egroup}
23557 \end_layout
23558
23559 \end_inset
23560
23561
23562 \begin_inset Note Note
23563 status collapsed
23564
23565 \begin_layout Plain Layout
23566 La nota resaltada en gris se ha redefinido aquí para mostrarla con la definición
23567  original de LyX, ya que en el preámbulo de este documento se han redefinido
23568  estas notas para que salgan en azul, como se indica más adelante.
23569 \end_layout
23570
23571 \end_inset
23572
23573
23574 \begin_inset Newline newline
23575 \end_inset
23576
23577
23578 \begin_inset Newline newline
23579 \end_inset
23580
23581 Como se ve en el ejemplo, la primera línea de las notas resaltadas en gris
23582  está un poco sangrada, y por otra parte pueden tener notas al pie.
23583 \end_layout
23584
23585 \begin_layout Standard
23586 \begin_inset VSpace bigskip
23587 \end_inset
23588
23589 Si usas el botón de la barra de herramientas 
23590 \begin_inset Graphics
23591         filename ../../images/note-insert.png
23592         scale 85
23593
23594 \end_inset
23595
23596  para insertar notas, se inserta una 
23597 \family sans
23598 Nota
23599 \begin_inset space ~
23600 \end_inset
23601
23602 LyX
23603 \family default
23604 .
23605  Puedes cambiar entre los cinco tipos de nota con clic derecho sobre el
23606  recuadro.
23607  
23608 \family roman
23609 \series medium
23610 \bar no
23611 Si quieres convertir un texto presente a nota, márcalo y pincha sobre el
23612  botón de herramienta 
23613 \family sans
23614 \series default
23615 \bar default
23616 Nota
23617 \family default
23618 .
23619  Para cambiar una nota a texto, pulsa la tecla 
23620 \family sans
23621 Retroceso
23622 \family default
23623  cuando el cursor está en la primera posición de una nota, o la tecla 
23624 \family sans
23625 Supr
23626 \family default
23627  cuando el cursor está en la última posición de la nota, respectivamente.
23628 \end_layout
23629
23630 \begin_layout Standard
23631 \begin_inset VSpace bigskip
23632 \end_inset
23633
23634 Se puede cambiar el color del 
23635 \family sans
23636 Resaltado en gris
23637 \family default
23638  poniendo en el preámbulo el comando:
23639 \end_layout
23640
23641 \begin_layout Standard
23642
23643 \series bold
23644
23645 \backslash
23646 renewenvironment{lyxgreyedout}
23647 \begin_inset Newline newline
23648 \end_inset
23649
23650
23651 \begin_inset ERT
23652 status collapsed
23653
23654 \begin_layout Plain Layout
23655
23656
23657 \backslash
23658 hphantom{ }
23659 \end_layout
23660
23661 \end_inset
23662
23663 {
23664 \backslash
23665 textcolor{color}
23666 \backslash
23667 bgroup}{
23668 \backslash
23669 egroup}
23670 \end_layout
23671
23672 \begin_layout Standard
23673 Los colores disponibles y el método para definir nuestros propios colores
23674  se explica en la sección
23675 \begin_inset space ~
23676 \end_inset
23677
23678
23679 \begin_inset CommandInset ref
23680 LatexCommand ref
23681 reference "sec:Tablas-Coloreadas"
23682
23683 \end_inset
23684
23685 .
23686 \end_layout
23687
23688 \begin_layout Standard
23689 Las notas en azul en este documento se han hecho con notas del tipo 
23690 \family sans
23691 Resaltado en gris
23692 \family default
23693  pero definiendo el color del texto en azul.
23694 \end_layout
23695
23696 \begin_layout Section
23697 Notas al pie
23698 \begin_inset CommandInset label
23699 LatexCommand label
23700 name "sec:Notas-al-pie"
23701
23702 \end_inset
23703
23704
23705 \begin_inset Index
23706 status collapsed
23707
23708 \begin_layout Plain Layout
23709 Notas ! al pie
23710 \end_layout
23711
23712 \end_inset
23713
23714
23715 \begin_inset Index
23716 status collapsed
23717
23718 \begin_layout Plain Layout
23719 Notas al pie
23720 \end_layout
23721
23722 \end_inset
23723
23724
23725 \end_layout
23726
23727 \begin_layout Standard
23728 Las notas al pie se insertan con el botón 
23729 \begin_inset Graphics
23730         filename ../../images/footnote-insert.png
23731         scale 85
23732
23733 \end_inset
23734
23735  o el menú 
23736 \family sans
23737 Insertar\SpecialChar \menuseparator
23738 Nota
23739 \begin_inset space ~
23740 \end_inset
23741
23742 al
23743 \begin_inset space ~
23744 \end_inset
23745
23746 pie
23747 \family default
23748 .
23749  
23750 \family roman
23751 \series medium
23752 \bar no
23753 Aparece un recuadro como este:
23754 \family default
23755 \series default
23756 \bar default
23757  
23758 \begin_inset Graphics
23759         filename clipart/notapieQt4.png
23760         scale 80
23761
23762 \end_inset
23763
23764  
23765 \family roman
23766 \series medium
23767 \bar no
23768 donde puedes introducir el texto.
23769  Si quieres convertir un texto existente en nota al pie, márcalo y pincha
23770  sobre el
23771 \family default
23772 \series default
23773 \bar default
23774  
23775 \family roman
23776 \series medium
23777 \bar no
23778 botón
23779 \family default
23780 \series default
23781 \bar default
23782 .
23783  Para cambiar una nota al pie a texto, pulsa la tecla 
23784 \family sans
23785 Retroceso
23786 \family default
23787  cuando el cursor está en la primera posición de la nota al pie, o la tecla
23788  
23789 \family sans
23790 Supr
23791 \family default
23792  cuando el cursor está en la última posición de la nota, respectivamente.
23793 \end_layout
23794
23795 \begin_layout Standard
23796 Aquí hay un ejemplo de nota al pie:
23797 \family roman
23798 \series medium
23799 \bar no
23800
23801 \begin_inset Foot
23802 status collapsed
23803
23804 \begin_layout Plain Layout
23805 \begin_inset CommandInset label
23806 LatexCommand label
23807 name "pie:Esto-es-una"
23808
23809 \end_inset
23810
23811 Ejemplo de nota al pie.
23812 \end_layout
23813
23814 \end_inset
23815
23816
23817 \family default
23818 \series default
23819 \bar default
23820
23821 \begin_inset ERT
23822 status collapsed
23823
23824 \begin_layout Plain Layout
23825
23826
23827 \backslash
23828 newcounter{MyRepeatFoot}
23829 \end_layout
23830
23831 \begin_layout Plain Layout
23832
23833
23834 \backslash
23835 setcounter{MyRepeatFoot}{
23836 \backslash
23837 thefootnote}
23838 \end_layout
23839
23840 \end_inset
23841
23842
23843 \end_layout
23844
23845 \begin_layout Standard
23846 En la salida, el pie se muestra como número voladito en el lugar del texto
23847  donde se coloca el recuadro.
23848  El texto se coloca al final de la página actual.
23849  Los números de las notas son calculados por LaTeX, y son consecutivos.
23850  Si comienza o no el recuento en cada capítulo depende de la clase de documento.
23851 \end_layout
23852
23853 \begin_layout Standard
23854 Las notas al pie pueden referenciarse como flotantes: inserta una etiqueta
23855  en la nota y pon una referencia cruzada a esa etiqueta en el texto como
23856  se describe en la sección
23857 \begin_inset space ~
23858 \end_inset
23859
23860
23861 \begin_inset CommandInset ref
23862 LatexCommand ref
23863 reference "sec:Referencias-a-Flotantes"
23864
23865 \end_inset
23866
23867 .
23868 \begin_inset Newline newline
23869 \end_inset
23870
23871 Esto es una referencia cruzada a la Nota al pie
23872 \begin_inset space ~
23873 \end_inset
23874
23875
23876 \begin_inset CommandInset ref
23877 LatexCommand ref
23878 reference "pie:Esto-es-una"
23879
23880 \end_inset
23881
23882 .
23883 \begin_inset Newline newline
23884 \end_inset
23885
23886
23887 \begin_inset Note Greyedout
23888 status open
23889
23890 \begin_layout Plain Layout
23891
23892 \series bold
23893 Nota:
23894 \series default
23895  LyX no suministra prefijos para etiquetas en notas al pie, así que has
23896  de insertar un prefijo, p.
23897 \begin_inset space \thinspace{}
23898 \end_inset
23899
23900 e.
23901 \begin_inset space ~
23902 \end_inset
23903
23904 «
23905 \family sans
23906 pie:
23907 \family default
23908 » manualmente cuando quieras usar el estilo 
23909 \family sans
23910 Referencia
23911 \begin_inset space ~
23912 \end_inset
23913
23914 con
23915 \begin_inset space ~
23916 \end_inset
23917
23918 formato
23919 \family default
23920 .
23921 \end_layout
23922
23923 \end_inset
23924
23925
23926 \end_layout
23927
23928 \begin_layout Standard
23929 \begin_inset VSpace defskip
23930 \end_inset
23931
23932 Para poner notas al pie en tablas, tienes que usar minipáginas, véase sección
23933 \begin_inset space ~
23934 \end_inset
23935
23936
23937 \begin_inset CommandInset ref
23938 LatexCommand ref
23939 reference "sec:Minipáginas"
23940
23941 \end_inset
23942
23943 .
23944  Los pies en tablas largas en la sección
23945 \begin_inset space ~
23946 \end_inset
23947
23948
23949 \begin_inset CommandInset ref
23950 LatexCommand ref
23951 reference "sub:Notas-al-pie-en-Tablas-Largas"
23952
23953 \end_inset
23954
23955 .
23956 \end_layout
23957
23958 \begin_layout Standard
23959 \begin_inset VSpace defskip
23960 \end_inset
23961
23962 Para crear sólo una marca para una nota al pie, puedes usar el comando 
23963 \series bold
23964
23965 \backslash
23966 footnotemark[número]
23967 \series default
23968  en código TeX.
23969  Esto se emplea si tienes la misma anotación varias veces en el texto pero
23970  no quieres imprimir el pie cada vez.
23971 \begin_inset Newline newline
23972 \end_inset
23973
23974 Como no sabes el número del pie que se repite mientras escribes el texto,
23975  tienes que guardarlo.
23976  Para el siguiente ejemplo de marca de pie, se han insertado estos comandos
23977  en código TeX detrás de Nota
23978 \begin_inset space ~
23979 \end_inset
23980
23981 al
23982 \begin_inset space ~
23983 \end_inset
23984
23985 pie
23986 \begin_inset space ~
23987 \end_inset
23988
23989
23990 \begin_inset CommandInset ref
23991 LatexCommand ref
23992 reference "pie:Esto-es-una"
23993
23994 \end_inset
23995
23996  para guardar el número de pie:
23997 \end_layout
23998
23999 \begin_layout Standard
24000
24001 \series bold
24002
24003 \backslash
24004 newcounter{MyRepeatFoot}
24005 \begin_inset Newline newline
24006 \end_inset
24007
24008
24009 \backslash
24010 setcounter{MyRepeatFoot}{
24011 \backslash
24012 thefootnote}
24013 \end_layout
24014
24015 \begin_layout Standard
24016 La marca de pie se crea entonces con el comando:
24017 \end_layout
24018
24019 \begin_layout Standard
24020
24021 \series bold
24022
24023 \backslash
24024 footnotemark[
24025 \backslash
24026 theMyRepeatFoot]
24027 \end_layout
24028
24029 \begin_layout Standard
24030 Aquí hay un ejemplo de marca de pie:
24031 \family roman
24032 \series medium
24033 \bar no
24034
24035 \begin_inset ERT
24036 status collapsed
24037
24038 \begin_layout Plain Layout
24039
24040
24041 \backslash
24042 footnotemark[
24043 \backslash
24044 theMyRepeatFoot]
24045 \end_layout
24046
24047 \end_inset
24048
24049
24050 \end_layout
24051
24052 \begin_layout Subsection
24053 Numeración de notas al pie
24054 \begin_inset CommandInset label
24055 LatexCommand label
24056 name "sub:Numeración-de-Notas-al-Pie"
24057
24058 \end_inset
24059
24060
24061 \begin_inset Index
24062 status collapsed
24063
24064 \begin_layout Plain Layout
24065 Notas al pie ! Numeración
24066 \end_layout
24067
24068 \end_inset
24069
24070
24071 \end_layout
24072
24073 \begin_layout Standard
24074 Para reiniciar el número de pie a 1 en cada sección añade
24075 \family roman
24076  en el preámbulo el comando:
24077 \end_layout
24078
24079 \begin_layout Standard
24080
24081 \series bold
24082
24083 \backslash
24084 @addtoreset{footnote}{section}
24085 \end_layout
24086
24087 \begin_layout Standard
24088 \begin_inset VSpace bigskip
24089 \end_inset
24090
24091 El siguiente comando en el preámbulo cambia el estilo de numeración del
24092  pie a números romanos en minúsculas:
24093 \end_layout
24094
24095 \begin_layout Standard
24096
24097 \series bold
24098
24099 \backslash
24100 renewcommand{
24101 \backslash
24102 thefootnote}{
24103 \backslash
24104 roman{footnote}}
24105 \end_layout
24106
24107 \begin_layout Standard
24108 \begin_inset ERT
24109 status collapsed
24110
24111 \begin_layout Plain Layout
24112
24113
24114 \backslash
24115 renewcommand{
24116 \backslash
24117 thefootnote}{
24118 \backslash
24119 roman{footnote}}
24120 \end_layout
24121
24122 \end_inset
24123
24124  Nota al pie en números romanos:
24125 \begin_inset Foot
24126 status collapsed
24127
24128 \begin_layout Plain Layout
24129 Ejemplo de nota al pie en números romanos.
24130 \end_layout
24131
24132 \end_inset
24133
24134
24135 \begin_inset ERT
24136 status collapsed
24137
24138 \begin_layout Plain Layout
24139
24140
24141 \backslash
24142 renewcommand{
24143 \backslash
24144 thefootnote}{
24145 \backslash
24146 arabic{footnote}}
24147 \end_layout
24148
24149 \end_inset
24150
24151
24152 \end_layout
24153
24154 \begin_layout Standard
24155 Para cambiar el estilo de número a romanos en mayúscula cambia el comando
24156  
24157 \series bold
24158
24159 \backslash
24160 roman
24161 \series default
24162  por 
24163 \series bold
24164
24165 \backslash
24166 Roman
24167 \series default
24168 .
24169  Para ordenar las notas al pie con letras mayúsculas o minúsculas usa 
24170 \series bold
24171
24172 \backslash
24173 Alph
24174 \series default
24175  o 
24176 \series bold
24177
24178 \backslash
24179 alph
24180 \series default
24181 , respectivamente.
24182  Para ordenar las notas al pie con símbolos usa 
24183 \series bold
24184
24185 \backslash
24186 fnsymbol
24187 \series default
24188 .
24189 \end_layout
24190
24191 \begin_layout Standard
24192 \begin_inset Note Greyedout
24193 status open
24194
24195 \begin_layout Plain Layout
24196
24197 \series bold
24198 Nota:
24199 \series default
24200  sólo puedes ordenar hasta 26 pies con letras, porque está limitado a letras
24201  simples.
24202 \end_layout
24203
24204 \end_inset
24205
24206
24207 \begin_inset Newline newline
24208 \end_inset
24209
24210
24211 \begin_inset Note Greyedout
24212 status open
24213
24214 \begin_layout Plain Layout
24215
24216 \series bold
24217 Nota:
24218 \series default
24219  sólo puedes ordenar hasta 9 pies con símbolos.
24220 \end_layout
24221
24222 \end_inset
24223
24224
24225 \end_layout
24226
24227 \begin_layout Standard
24228 Para volver al estilo de numeración predeterminado cuando has cambiado a
24229  otro estilo, usa 
24230 \series bold
24231
24232 \backslash
24233 arabic
24234 \series default
24235  en vez de 
24236 \series bold
24237
24238 \backslash
24239 roman
24240 \series default
24241  en el comando anterior.
24242 \begin_inset ERT
24243 status collapsed
24244
24245 \begin_layout Plain Layout
24246
24247
24248 \backslash
24249 renewcommand{
24250 \backslash
24251 thefootnote}{
24252 \backslash
24253 arabic{footnote}}
24254 \end_layout
24255
24256 \end_inset
24257
24258
24259 \end_layout
24260
24261 \begin_layout Standard
24262 \begin_inset VSpace bigskip
24263 \end_inset
24264
24265
24266 \end_layout
24267
24268 \begin_layout Standard
24269 Si quieres numerar notas al pie en el esquema «capítulo.nota», añade el siguiente
24270  comando al preámbulo del documento:
24271 \end_layout
24272
24273 \begin_layout Standard
24274
24275 \series bold
24276
24277 \backslash
24278 numberwithin{footnote}{chapter}
24279 \end_layout
24280
24281 \begin_layout Standard
24282 Para poder usar el comando 
24283 \series bold
24284
24285 \backslash
24286 numberwithin
24287 \series default
24288 , marca la opción 
24289 \family sans
24290 Usar
24291 \family default
24292
24293 \begin_inset space ~
24294 \end_inset
24295
24296
24297 \family sans
24298 el
24299 \family default
24300
24301 \begin_inset space ~
24302 \end_inset
24303
24304
24305 \family sans
24306 paquete
24307 \family default
24308
24309 \begin_inset space ~
24310 \end_inset
24311
24312
24313 \family sans
24314 AMS
24315 \family default
24316  en la sección 
24317 \family sans
24318 Opciones para ecuaciones
24319 \family default
24320  de la configuración del documento.
24321 \end_layout
24322
24323 \begin_layout Standard
24324 \begin_inset ERT
24325 status collapsed
24326
24327 \begin_layout Plain Layout
24328
24329
24330 \backslash
24331 numberwithin{footnote}{chapter}
24332 \end_layout
24333
24334 \end_inset
24335
24336 Esto es otro ejemplo de nota al pie:
24337 \series bold
24338
24339 \begin_inset Foot
24340 status collapsed
24341
24342 \begin_layout Plain Layout
24343 Nota al pie numerada en el esquema 
24344 \begin_inset Quotes eld
24345 \end_inset
24346
24347 capítulo.nota
24348 \begin_inset Quotes erd
24349 \end_inset
24350
24351 .
24352 \end_layout
24353
24354 \end_inset
24355
24356
24357 \series default
24358
24359 \begin_inset ERT
24360 status collapsed
24361
24362 \begin_layout Plain Layout
24363
24364
24365 \backslash
24366 renewcommand{
24367 \backslash
24368 thefootnote}{
24369 \backslash
24370 arabic{footnote}}
24371 \end_layout
24372
24373 \end_inset
24374
24375
24376 \end_layout
24377
24378 \begin_layout Standard
24379 \begin_inset Note Greyedout
24380 status open
24381
24382 \begin_layout Plain Layout
24383
24384 \series bold
24385 Nota: 
24386 \backslash
24387 numberwithin 
24388 \series default
24389 siempre imprime el número de nota al pie en números arábigos; las redefiniciones
24390  previas para obtener números no arábigos se sobreescriben.
24391 \end_layout
24392
24393 \end_inset
24394
24395
24396 \end_layout
24397
24398 \begin_layout Standard
24399 Así, para obtener por ejemplo el esquema «capítulo.
24400 \backslash
24401 Roman{footnote}», usa este comando en vez de 
24402 \series bold
24403
24404 \backslash
24405 numberwithin
24406 \series default
24407 :
24408 \end_layout
24409
24410 \begin_layout Standard
24411
24412 \series bold
24413
24414 \backslash
24415 renewcommand{
24416 \backslash
24417 thefootnote}{
24418 \backslash
24419 thechapter.
24420 \backslash
24421 Roman{footnote}}
24422 \end_layout
24423
24424 \begin_layout Subsection
24425 Colocación de notas al pie
24426 \begin_inset Index
24427 status collapsed
24428
24429 \begin_layout Plain Layout
24430 Notas al pie ! Colocación
24431 \end_layout
24432
24433 \end_inset
24434
24435
24436 \end_layout
24437
24438 \begin_layout Standard
24439 Si tienes varias notas al pie de una página, se muestran sin espacio vertical
24440  entre ellas al final de la página.
24441  Para hacerlas más legibles puedes añadir 1.5
24442 \begin_inset space \thinspace{}
24443 \end_inset
24444
24445 mm, p.
24446 \begin_inset space \thinspace{}
24447 \end_inset
24448
24449 e., con el comando siguiente en el preámbulo:
24450 \end_layout
24451
24452 \begin_layout Standard
24453
24454 \series bold
24455
24456 \backslash
24457 let
24458 \backslash
24459 myFoot
24460 \backslash
24461 footnote
24462 \begin_inset Newline newline
24463 \end_inset
24464
24465
24466 \backslash
24467 renewcommand{
24468 \backslash
24469 footnote}[1]{
24470 \backslash
24471 myFoot{#1
24472 \backslash
24473 vspace{1.5mm}}}
24474 \end_layout
24475
24476 \begin_layout Standard
24477 \begin_inset VSpace bigskip
24478 \end_inset
24479
24480 En documentos a dos columnas la nota al pie aparece al final de cada columna,
24481  véase la figura
24482 \begin_inset space ~
24483 \end_inset
24484
24485
24486 \begin_inset CommandInset ref
24487 LatexCommand ref
24488 reference "fig:Colocación-standard-del-pie"
24489
24490 \end_inset
24491
24492 .
24493  Si las notas debieran mostrarse sólo al final de la columna derecha, como
24494  en la figura
24495 \begin_inset space ~
24496 \end_inset
24497
24498
24499 \begin_inset CommandInset ref
24500 LatexCommand ref
24501 reference "fig:Colocación-del-pie-en"
24502
24503 \end_inset
24504
24505 , usa el paquete LaTeX 
24506 \series bold
24507 ftnright
24508 \series default
24509
24510 \begin_inset Index
24511 status collapsed
24512
24513 \begin_layout Plain Layout
24514 LaTeX-paquetes ! ftnright
24515 \end_layout
24516
24517 \end_inset
24518
24519  con este comando en el preámbulo:
24520 \end_layout
24521
24522 \begin_layout Standard
24523
24524 \series bold
24525
24526 \backslash
24527 usepackage{ftnright}
24528 \end_layout
24529
24530 \begin_layout Standard
24531 \begin_inset Float figure
24532 placement !h
24533 wide false
24534 sideways false
24535 status open
24536
24537 \begin_layout Plain Layout
24538 \begin_inset ERT
24539 status collapsed
24540
24541 \begin_layout Plain Layout
24542
24543
24544 \backslash
24545 framebox{
24546 \end_layout
24547
24548 \end_inset
24549
24550
24551 \begin_inset Graphics
24552         filename ../clipart/without_fntright.pdf
24553         width 100col%
24554
24555 \end_inset
24556
24557
24558 \begin_inset ERT
24559 status collapsed
24560
24561 \begin_layout Plain Layout
24562
24563 }
24564 \end_layout
24565
24566 \end_inset
24567
24568
24569 \end_layout
24570
24571 \begin_layout Plain Layout
24572 \begin_inset Caption
24573
24574 \begin_layout Plain Layout
24575 \begin_inset CommandInset label
24576 LatexCommand label
24577 name "fig:Colocación-standard-del-pie"
24578
24579 \end_inset
24580
24581 Colocación estándar de notas al pie en documentos a dos columnas.
24582 \end_layout
24583
24584 \end_inset
24585
24586
24587 \end_layout
24588
24589 \end_inset
24590
24591
24592 \end_layout
24593
24594 \begin_layout Standard
24595 \begin_inset Float figure
24596 placement !h
24597 wide false
24598 sideways false
24599 status open
24600
24601 \begin_layout Plain Layout
24602 \begin_inset ERT
24603 status collapsed
24604
24605 \begin_layout Plain Layout
24606
24607
24608 \backslash
24609 framebox{
24610 \end_layout
24611
24612 \end_inset
24613
24614
24615 \begin_inset Graphics
24616         filename ../clipart/with_fntright.pdf
24617         width 100col%
24618
24619 \end_inset
24620
24621
24622 \begin_inset ERT
24623 status collapsed
24624
24625 \begin_layout Plain Layout
24626
24627 }
24628 \end_layout
24629
24630 \end_inset
24631
24632
24633 \end_layout
24634
24635 \begin_layout Plain Layout
24636 \begin_inset Caption
24637
24638 \begin_layout Plain Layout
24639 \begin_inset CommandInset label
24640 LatexCommand label
24641 name "fig:Colocación-del-pie-en"
24642
24643 \end_inset
24644
24645 Colocación de la nota al pie en documentos a dos columnas cuando se usa
24646  el paquete LaTeX 
24647 \series bold
24648 ftnright
24649 \series default
24650 .
24651 \end_layout
24652
24653 \end_inset
24654
24655
24656 \end_layout
24657
24658 \end_inset
24659
24660
24661 \end_layout
24662
24663 \begin_layout Standard
24664 \begin_inset VSpace bigskip
24665 \end_inset
24666
24667 En alguna literatura científica es habitual reunir las notas para imprimirlas
24668  en un párrafo separado al final de la sección, como en la figura
24669 \begin_inset space ~
24670 \end_inset
24671
24672
24673 \begin_inset CommandInset ref
24674 LatexCommand ref
24675 reference "fig:Notas-al-pie-al-final"
24676
24677 \end_inset
24678
24679 .
24680  Para reunir las notas al final
24681 \begin_inset Index
24682 status collapsed
24683
24684 \begin_layout Plain Layout
24685 Notas ! al final
24686 \end_layout
24687
24688 \end_inset
24689
24690  en vez de al pie, carga el paquete LaTeX 
24691 \series bold
24692 endnotes
24693 \series default
24694
24695 \begin_inset Index
24696 status collapsed
24697
24698 \begin_layout Plain Layout
24699 LaTeX-paquetes ! endnotes
24700 \end_layout
24701
24702 \end_inset
24703
24704  con las siguientes líneas en el preámbulo:
24705 \end_layout
24706
24707 \begin_layout Standard
24708
24709 \series bold
24710
24711 \backslash
24712 usepackage{endnotes}
24713 \begin_inset Newline newline
24714 \end_inset
24715
24716
24717 \backslash
24718 let
24719 \backslash
24720 footnote
24721 \backslash
24722 endnote
24723 \end_layout
24724
24725 \begin_layout Standard
24726 Para insertar la colección de notas, escribe el comando
24727 \end_layout
24728
24729 \begin_layout Standard
24730
24731 \series bold
24732
24733 \backslash
24734 theendnotes
24735 \end_layout
24736
24737 \begin_layout Standard
24738 en código TeX al final de una sección o capítulo.
24739 \end_layout
24740
24741 \begin_layout Standard
24742 \begin_inset Float figure
24743 wide false
24744 sideways false
24745 status open
24746
24747 \begin_layout Plain Layout
24748 \align center
24749 \begin_inset ERT
24750 status collapsed
24751
24752 \begin_layout Plain Layout
24753
24754
24755 \backslash
24756 framebox{
24757 \end_layout
24758
24759 \end_inset
24760
24761
24762 \begin_inset Graphics
24763         filename ../clipart/endnotes.pdf
24764
24765 \end_inset
24766
24767
24768 \begin_inset ERT
24769 status collapsed
24770
24771 \begin_layout Plain Layout
24772
24773 }
24774 \end_layout
24775
24776 \end_inset
24777
24778
24779 \end_layout
24780
24781 \begin_layout Plain Layout
24782 \begin_inset Caption
24783
24784 \begin_layout Plain Layout
24785 \begin_inset CommandInset label
24786 LatexCommand label
24787 name "fig:Notas-al-pie-al-final"
24788
24789 \end_inset
24790
24791 Notas al final: notas impresas en párrafo separado al final de la sección
24792  o del capítulo.
24793 \end_layout
24794
24795 \end_inset
24796
24797
24798 \end_layout
24799
24800 \end_inset
24801
24802
24803 \end_layout
24804
24805 \begin_layout Standard
24806 \begin_inset VSpace medskip
24807 \end_inset
24808
24809 La cabecera de párrafo para las notas finales no se traduce automáticamente
24810  al lenguaje del documento, hay que hacerlo manualmente.
24811   El siguiente comando de preámbulo traduce el nombre en inglés «Notes»
24812  al español «Notas»:
24813 \end_layout
24814
24815 \begin_layout Standard
24816
24817 \series bold
24818
24819 \backslash
24820 renewcommand{
24821 \backslash
24822 notesname}{Notas}
24823 \end_layout
24824
24825 \begin_layout Standard
24826 \begin_inset VSpace medskip
24827 \end_inset
24828
24829 La numeración de notas finales puede cambiarse como la de las notas al pie,
24830  como se describe en la sección
24831 \begin_inset space ~
24832 \end_inset
24833
24834
24835 \begin_inset CommandInset ref
24836 LatexCommand ref
24837 reference "sub:Numeración-de-Notas-al-Pie"
24838
24839 \end_inset
24840
24841 ; sólo hay que reemplazar el comando 
24842 \series bold
24843
24844 \backslash
24845 thefootnote
24846 \series default
24847  por 
24848 \series bold
24849
24850 \backslash
24851 theendnote
24852 \series default
24853 .
24854  Para restablecer la numeración usa el comando 
24855 \series bold
24856
24857 \backslash
24858 @addtoreset
24859 \series default
24860  como se describe en la sección
24861 \begin_inset space ~
24862 \end_inset
24863
24864
24865 \begin_inset CommandInset ref
24866 LatexCommand ref
24867 reference "sub:Numeración-de-Notas-al-Pie"
24868
24869 \end_inset
24870
24871  y sustituye el parámetro de comando 
24872 \series bold
24873 footnote
24874 \series default
24875  por 
24876 \series bold
24877 endnote
24878 \series default
24879 .
24880 \end_layout
24881
24882 \begin_layout Standard
24883 Para crear sólo una marca para una nota final, usa el comando 
24884 \series bold
24885
24886 \backslash
24887 endnotemark[número]
24888 \series default
24889  similar al comando 
24890 \series bold
24891
24892 \backslash
24893 footnotemark
24894 \series default
24895 , descrito en la sección
24896 \begin_inset space ~
24897 \end_inset
24898
24899
24900 \begin_inset CommandInset ref
24901 LatexCommand ref
24902 reference "sec:Notas-al-pie"
24903
24904 \end_inset
24905
24906 .
24907 \end_layout
24908
24909 \begin_layout Standard
24910 \begin_inset VSpace bigskip
24911 \end_inset
24912
24913 Las notas al pie también pueden colocarse al margen de la página y la alineación
24914  del texto del pie también puede cambiarse, véase el paquete LaTeX 
24915 \series bold
24916 footmisc
24917 \series default
24918
24919 \begin_inset Index
24920 status collapsed
24921
24922 \begin_layout Plain Layout
24923 LaTeX-paquetes ! footmisc
24924 \end_layout
24925
24926 \end_inset
24927
24928  
24929 \begin_inset CommandInset citation
24930 LatexCommand cite
24931 key "footmisc"
24932
24933 \end_inset
24934
24935  para más información.
24936 \end_layout
24937
24938 \begin_layout Standard
24939 Para otras posibilidades de diseño de notas al pie mira en libros de LaTeX,
24940  
24941 \begin_inset CommandInset citation
24942 LatexCommand cite
24943 key "latexcompanion,latexguide,latexbook"
24944
24945 \end_inset
24946
24947 .
24948 \end_layout
24949
24950 \begin_layout Section
24951 Notas al margen
24952 \begin_inset Index
24953 status collapsed
24954
24955 \begin_layout Plain Layout
24956 Notas ! al margen
24957 \end_layout
24958
24959 \end_inset
24960
24961
24962 \end_layout
24963
24964 \begin_layout Standard
24965 Las notas al margen se ven y se comportan en LyX como notas al pie.
24966  Se insertan con el menú 
24967 \family sans
24968 Insertar\SpecialChar \menuseparator
24969 Nota
24970 \begin_inset space ~
24971 \end_inset
24972
24973 al
24974 \begin_inset space ~
24975 \end_inset
24976
24977 margen
24978 \family default
24979  o con el botón 
24980 \begin_inset Graphics
24981         filename ../../images/marginalnote-insert.png
24982         scale 85
24983
24984 \end_inset
24985
24986 .
24987  Aparece un cuadro gris con la etiqueta 
24988 \family roman
24989 \series medium
24990 «margen» en rojo y un marco en el que puedes escribir el texto de la nota.
24991 \end_layout
24992
24993 \begin_layout Standard
24994 Al lado hay un ejemplo de nota al margen.
24995
24996 \family roman
24997 \series medium
24998  
24999 \begin_inset Marginal
25000 status open
25001
25002 \begin_layout Plain Layout
25003 Esto es una nota al margen.
25004 \end_layout
25005
25006 \end_inset
25007
25008
25009 \end_layout
25010
25011 \begin_layout Standard
25012 Estas notas salen en el margen derecho en documentos a una cara.
25013  En documentos a doble cara se muestran en el margen externo —margen izquierdo
25014  en páginas pares, derecho en páginas impares—.
25015  El texto de las notas se ajusta a la parte opuesta al margen —se ajusta
25016  a la derecha si la nota aparece en el margen izquierdo—.
25017  La primera línea de la nota se sitúa en la posición de la línea del texto
25018  en la que se inserta en el documento.
25019 \end_layout
25020
25021 \begin_layout Standard
25022 \begin_inset VSpace bigskip
25023 \end_inset
25024
25025 Para colocar la nota en el margen interno añade el comando
25026 \end_layout
25027
25028 \begin_layout Standard
25029
25030 \series bold
25031
25032 \backslash
25033 reversemarginpar
25034 \end_layout
25035
25036 \begin_layout Standard
25037 en código TeX antes de la nota.
25038  La nueva colocación es válida para todas las siguientes notas al margen.
25039  
25040 \begin_inset ERT
25041 status collapsed
25042
25043 \begin_layout Plain Layout
25044
25045
25046 \backslash
25047 reversemarginpar 
25048 \end_layout
25049
25050 \end_inset
25051
25052
25053 \begin_inset Marginal
25054 status open
25055
25056 \begin_layout Plain Layout
25057 Esto es una nota en el margen interno.
25058 \end_layout
25059
25060 \end_inset
25061
25062
25063 \series bold
25064
25065 \begin_inset Newline newline
25066 \end_inset
25067
25068
25069 \series default
25070
25071 \begin_inset Note Greyedout
25072 status open
25073
25074 \begin_layout Plain Layout
25075
25076 \series bold
25077 Nota:
25078 \series default
25079  A veces no hay espacio suficiente en el margen interno, por lo que la nota
25080  no se mostrará correctamente en la salida.
25081 \end_layout
25082
25083 \end_inset
25084
25085
25086 \end_layout
25087
25088 \begin_layout Standard
25089 Para volver a la ubicación predeterminada inserta en código TeX el comando
25090 \begin_inset ERT
25091 status collapsed
25092
25093 \begin_layout Plain Layout
25094
25095
25096 \backslash
25097 normalmarginpar 
25098 \end_layout
25099
25100 \end_inset
25101
25102
25103 \end_layout
25104
25105 \begin_layout Standard
25106
25107 \series bold
25108
25109 \backslash
25110 normalmarginpar
25111 \end_layout
25112
25113 \begin_layout Standard
25114 \begin_inset Note Greyedout
25115 status open
25116
25117 \begin_layout Plain Layout
25118
25119 \series bold
25120 Nota:
25121 \series default
25122  El comando se ignora si en el mismo párrafo está también presente el comando
25123  
25124 \series bold
25125
25126 \backslash
25127 reversemarginpar
25128 \series default
25129 .
25130 \end_layout
25131
25132 \end_inset
25133
25134
25135 \end_layout
25136
25137 \begin_layout Standard
25138 \begin_inset VSpace bigskip
25139 \end_inset
25140
25141
25142 \family roman
25143 \series medium
25144
25145 \begin_inset Marginal
25146 status open
25147
25148 \begin_layout Plain Layout
25149 PalabraMuyLargaAlMargen no partida con guión.
25150 \end_layout
25151
25152 \end_inset
25153
25154
25155 \family default
25156 \series default
25157  Como en el caso descrito en la sección
25158 \begin_inset space ~
25159 \end_inset
25160
25161
25162 \begin_inset CommandInset ref
25163 LatexCommand ref
25164 reference "sub:Líneas-Múltiples-en"
25165
25166 \end_inset
25167
25168 , una palabra larga no puede partirse con guión cuando es la primera en
25169  la nota al margen.
25170  Para evitar esto, inserta un espacio horizontal de 0
25171 \begin_inset space \thinspace{}
25172 \end_inset
25173
25174 pt antes de la palabra
25175 \family roman
25176 \series medium
25177 .
25178  
25179 \begin_inset Marginal
25180 status open
25181
25182 \begin_layout Plain Layout
25183 \begin_inset ERT
25184 status collapsed
25185
25186 \begin_layout Plain Layout
25187
25188
25189 \backslash
25190 hspace{0pt}
25191 \end_layout
25192
25193 \end_inset
25194
25195 PalabraMuyLargaAlMargen partida con guión.
25196 \end_layout
25197
25198 \end_inset
25199
25200
25201 \end_layout
25202
25203 \begin_layout Standard
25204 \begin_inset VSpace bigskip
25205 \end_inset
25206
25207
25208 \end_layout
25209
25210 \begin_layout Standard
25211 \begin_inset Note Greyedout
25212 status open
25213
25214 \begin_layout Plain Layout
25215
25216 \series bold
25217 Nota:
25218 \series default
25219  Normalmente no pueden utilizarse notas al margen en tablas, flotantes y
25220  notas al pie.
25221 \end_layout
25222
25223 \end_inset
25224
25225
25226 \end_layout
25227
25228 \begin_layout Standard
25229 \begin_inset VSpace bigskip
25230 \end_inset
25231
25232
25233 \end_layout
25234
25235 \begin_layout Standard
25236 \begin_inset ERT
25237 status collapsed
25238
25239 \begin_layout Plain Layout
25240
25241
25242 \backslash
25243 ifmarginnote
25244 \end_layout
25245
25246 \end_inset
25247
25248
25249 \begin_inset Note Note
25250 status collapsed
25251
25252 \begin_layout Plain Layout
25253 La siguiente sección sólo se mostrará en pantalla si está instalado el paquete
25254  LaTeX 
25255 \series bold
25256 marginnote
25257 \series default
25258 .
25259 \end_layout
25260
25261 \end_inset
25262
25263
25264 \end_layout
25265
25266 \begin_layout Standard
25267 Esta restricción se puede salvar con el paquete LaTeX 
25268 \series bold
25269 marginnote
25270 \series default
25271
25272 \begin_inset Index
25273 status collapsed
25274
25275 \begin_layout Plain Layout
25276 LaTeX-paquetes ! marginnote
25277 \end_layout
25278
25279 \end_inset
25280
25281 .
25282  Poniendo estas dos líneas en el preámbulo, el comando usado por LyX para
25283  notas al margen es redefinido para usar el comando proporcionado por el
25284  paquete 
25285 \series bold
25286 marginnote
25287 \series default
25288 :
25289 \end_layout
25290
25291 \begin_layout Standard
25292
25293 \series bold
25294
25295 \backslash
25296 usepackage{marginnote}
25297 \begin_inset Newline newline
25298 \end_inset
25299
25300
25301 \backslash
25302 let
25303 \backslash
25304 marginpar
25305 \backslash
25306 marginnote
25307 \end_layout
25308
25309 \begin_layout Standard
25310 Esto se ha utilizado en el presente documento porque 
25311 \series bold
25312 marginnote
25313 \series default
25314  tiene una característica adicional útil: Puedes establecer un desplazamiento
25315  vertical a la nota.
25316  A veces esto hace falta si hay demasiadas notas juntas o para mejorar el
25317  diseño de la página.
25318  En LyX, el desplazamiento se escribe directamente tras la nota al margen,
25319  en código TeX
25320 \end_layout
25321
25322 \begin_layout Standard
25323
25324 \series bold
25325 [desplazamiento]
25326 \end_layout
25327
25328 \begin_layout Standard
25329 donde desplazamiento es una longitud en una de las unidades de la tabla
25330 \begin_inset space ~
25331 \end_inset
25332
25333
25334 \begin_inset CommandInset ref
25335 LatexCommand ref
25336 reference "tab:Unidades"
25337
25338 \end_inset
25339
25340 .
25341  Un valor negativo desplaza la nota hacia arriba, un valor positivo hacia
25342  abajo.
25343  
25344 \family roman
25345 \series medium
25346 Por ejemplo la nota adjunta a esta línea de texto está desplazada 1.5
25347 \begin_inset space \thinspace{}
25348 \end_inset
25349
25350 cm arriba con el comando en código TeX 
25351 \begin_inset Quotes eld
25352 \end_inset
25353
25354
25355 \family default
25356 \series bold
25357 [-1.5cm]
25358 \family roman
25359 \series medium
25360
25361 \begin_inset Quotes erd
25362 \end_inset
25363
25364
25365 \begin_inset Marginal
25366 status collapsed
25367
25368 \begin_layout Plain Layout
25369 Esta nota está 1.5
25370 \begin_inset space \thinspace{}
25371 \end_inset
25372
25373 cm por encima de su posición original.
25374 \end_layout
25375
25376 \end_inset
25377
25378
25379 \family default
25380 \series default
25381
25382 \begin_inset ERT
25383 status collapsed
25384
25385 \begin_layout Plain Layout
25386
25387 [-1.5cm]
25388 \end_layout
25389
25390 \end_inset
25391
25392
25393 \end_layout
25394
25395 \begin_layout Standard
25396 \begin_inset VSpace medskip
25397 \end_inset
25398
25399 Con 
25400 \series bold
25401 marginnote
25402 \series default
25403  también puedes cambiar la alineación del texto en el margen.
25404  Por ejemplo los comandos
25405 \end_layout
25406
25407 \begin_layout Standard
25408
25409 \series bold
25410
25411 \backslash
25412 renewcommand*{
25413 \backslash
25414 raggedleftmarginnote}{
25415 \backslash
25416 centering}
25417 \begin_inset Newline newline
25418 \end_inset
25419
25420
25421 \backslash
25422 renewcommand*{
25423 \backslash
25424 raggedrightmarginnote}{
25425 \backslash
25426 centering}
25427 \end_layout
25428
25429 \begin_layout Standard
25430 producen alineación centrada.
25431  
25432 \series bold
25433
25434 \backslash
25435 raggedleftmarginnote
25436 \series default
25437  identifica las notas que aparecen al lado izquierdo.
25438 \family roman
25439 \series medium
25440
25441 \begin_inset ERT
25442 status collapsed
25443
25444 \begin_layout Plain Layout
25445
25446
25447 \backslash
25448 renewcommand*{
25449 \backslash
25450 raggedleftmarginnote}{
25451 \backslash
25452 centering}
25453 \end_layout
25454
25455 \begin_layout Plain Layout
25456
25457
25458 \backslash
25459 renewcommand*{
25460 \backslash
25461 raggedrightmarginnote}{
25462 \backslash
25463 centering}
25464 \end_layout
25465
25466 \end_inset
25467
25468
25469 \begin_inset Marginal
25470 status open
25471
25472 \begin_layout Plain Layout
25473 El texto de esta nota está centrado.
25474 \end_layout
25475
25476 \end_inset
25477
25478
25479 \family default
25480 \series default
25481  El valor predeterminado es 
25482 \end_layout
25483
25484 \begin_layout Standard
25485
25486 \series bold
25487
25488 \backslash
25489 renewcommand*{
25490 \backslash
25491 raggedleftmarginnote}{
25492 \backslash
25493 raggedleft}
25494 \begin_inset Newline newline
25495 \end_inset
25496
25497
25498 \backslash
25499 renewcommand*{
25500 \backslash
25501 raggedrightmarginnote}{
25502 \backslash
25503 raggedright}
25504 \family roman
25505 \series medium
25506
25507 \begin_inset ERT
25508 status collapsed
25509
25510 \begin_layout Plain Layout
25511
25512
25513 \backslash
25514 renewcommand*{
25515 \backslash
25516 raggedleftmarginnote}{
25517 \backslash
25518 raggedleft}
25519 \end_layout
25520
25521 \begin_layout Plain Layout
25522
25523
25524 \backslash
25525 renewcommand*{
25526 \backslash
25527 raggedrightmarginnote}{
25528 \backslash
25529 raggedright}
25530 \end_layout
25531
25532 \end_inset
25533
25534
25535 \end_layout
25536
25537 \begin_layout Standard
25538 \begin_inset VSpace medskip
25539 \end_inset
25540
25541 Para otras características de 
25542 \series bold
25543 marginnote
25544 \series default
25545  mira en su documentación 
25546 \begin_inset CommandInset citation
25547 LatexCommand cite
25548 key "marginnote"
25549
25550 \end_inset
25551
25552 .
25553 \end_layout
25554
25555 \begin_layout Standard
25556 \begin_inset VSpace bigskip
25557 \end_inset
25558
25559 El diseño de las notas al margen puede ser redefinido.
25560  Por ejemplo, para crear una cabecera para todas las notas con el texto
25561  
25562 \begin_inset Quotes eld
25563 \end_inset
25564
25565
25566 \series bold
25567 \bar under
25568 ¡
25569 \family sans
25570 Atención
25571 \family default
25572 !
25573 \series default
25574 \bar default
25575
25576 \begin_inset Quotes erd
25577 \end_inset
25578
25579 , subrayado, sans-serif en negrita, añade lo siguiente en el preámbulo:
25580 \end_layout
25581
25582 \begin_layout Standard
25583
25584 \series bold
25585
25586 \backslash
25587 let
25588 \backslash
25589 myMarginpar
25590 \backslash
25591 marginpar
25592 \begin_inset Newline newline
25593 \end_inset
25594
25595
25596 \backslash
25597 renewcommand{
25598 \backslash
25599 marginpar}[1]{
25600 \backslash
25601 myMarginpar{%
25602 \begin_inset Newline newline
25603 \end_inset
25604
25605
25606 \begin_inset ERT
25607 status collapsed
25608
25609 \begin_layout Plain Layout
25610
25611
25612 \backslash
25613 hphantom{ }
25614 \end_layout
25615
25616 \end_inset
25617
25618
25619 \backslash
25620 hspace{0pt}
25621 \backslash
25622 textsf{
25623 \backslash
25624 textbf{
25625 \backslash
25626 underbar{¡Atención!}}}%
25627 \begin_inset Newline newline
25628 \end_inset
25629
25630
25631 \begin_inset ERT
25632 status collapsed
25633
25634 \begin_layout Plain Layout
25635
25636
25637 \backslash
25638 hphantom{ }
25639 \end_layout
25640
25641 \end_inset
25642
25643
25644 \backslash
25645 vspace{1.5mm}
25646 \backslash
25647
25648 \backslash
25649 #1}}
25650 \end_layout
25651
25652 \begin_layout Standard
25653
25654 \family roman
25655 \series medium
25656 \begin_inset ERT
25657 status collapsed
25658
25659 \begin_layout Plain Layout
25660
25661
25662 \backslash
25663 let
25664 \backslash
25665 myMarginpar
25666 \backslash
25667 marginpar
25668 \end_layout
25669
25670 \begin_layout Plain Layout
25671
25672
25673 \backslash
25674 renewcommand{
25675 \backslash
25676 marginpar}[1]{
25677 \backslash
25678 myMarginpar{%
25679 \end_layout
25680
25681 \begin_layout Plain Layout
25682
25683    
25684 \backslash
25685 textsf{
25686 \backslash
25687 textbf{
25688 \backslash
25689 underbar{¡Atención!}}}%
25690 \end_layout
25691
25692 \begin_layout Plain Layout
25693
25694    
25695 \backslash
25696 vspace{1.5mm}
25697 \backslash
25698
25699 \backslash
25700 #1}}
25701 \end_layout
25702
25703 \end_inset
25704
25705
25706 \begin_inset Marginal
25707 status open
25708
25709 \begin_layout Plain Layout
25710 Esta es una nota con una cabecera definida.
25711 \end_layout
25712
25713 \end_inset
25714
25715
25716 \family default
25717 \series default
25718
25719 \begin_inset ERT
25720 status collapsed
25721
25722 \begin_layout Plain Layout
25723
25724 [-1.5cm]
25725 \end_layout
25726
25727 \end_inset
25728
25729
25730 \family roman
25731 \series medium
25732
25733 \begin_inset ERT
25734 status collapsed
25735
25736 \begin_layout Plain Layout
25737
25738
25739 \backslash
25740 renewcommand{
25741 \backslash
25742 marginpar}[1]{
25743 \backslash
25744 myMarginpar{#1}}
25745 \end_layout
25746
25747 \end_inset
25748
25749
25750 \family default
25751 \series default
25752
25753 \begin_inset Note Note
25754 status collapsed
25755
25756 \begin_layout Plain Layout
25757 El formato de la nota al margen se ha cambiado sólo para este ejemplo.
25758 \end_layout
25759
25760 \end_inset
25761
25762
25763 \end_layout
25764
25765 \begin_layout Standard
25766 \begin_inset ERT
25767 status collapsed
25768
25769 \begin_layout Plain Layout
25770
25771
25772 \backslash
25773 else
25774 \end_layout
25775
25776 \end_inset
25777
25778
25779 \begin_inset Note Note
25780 status collapsed
25781
25782 \begin_layout Plain Layout
25783 Lo siguiente se mostrará en pantalla si no está instalado el paquete LaTeX
25784  
25785 \series bold
25786 marginnote
25787 \series default
25788 .
25789 \end_layout
25790
25791 \end_inset
25792
25793
25794 \end_layout
25795
25796 \begin_layout Standard
25797 Debes instalar el paquete LaTeX 
25798 \series bold
25799 marginnote
25800 \series default
25801  para ver la parte siguiente en la salida.
25802 \end_layout
25803
25804 \begin_layout Standard
25805 \begin_inset ERT
25806 status collapsed
25807
25808 \begin_layout Plain Layout
25809
25810
25811 \backslash
25812 fi
25813 \end_layout
25814
25815 \end_inset
25816
25817
25818 \end_layout
25819
25820 \begin_layout Chapter
25821 Cuadros
25822 \end_layout
25823
25824 \begin_layout Section
25825 Introducción
25826 \begin_inset Index
25827 status collapsed
25828
25829 \begin_layout Plain Layout
25830 Cuadros ! Introducción
25831 \end_layout
25832
25833 \end_inset
25834
25835
25836 \end_layout
25837
25838 \begin_layout Standard
25839 Los cuadros se emplean para dar formato a bloques de texto.
25840  Se pueden usar para escribir documentos con varios lenguajes, véase sección
25841 \begin_inset space ~
25842 \end_inset
25843
25844
25845 \begin_inset CommandInset ref
25846 LatexCommand ref
25847 reference "sec:Minipáginas"
25848
25849 \end_inset
25850
25851 , enmarcar textos, véase sección
25852 \begin_inset space ~
25853 \end_inset
25854
25855
25856 \begin_inset CommandInset ref
25857 LatexCommand ref
25858 reference "sec:Cuadros-Enmarcados"
25859
25860 \end_inset
25861
25862 , evitar la división de palabras, véase sección
25863 \begin_inset space ~
25864 \end_inset
25865
25866
25867 \begin_inset CommandInset ref
25868 LatexCommand ref
25869 reference "sec:Evitar-la-Partición"
25870
25871 \end_inset
25872
25873 , alinear texto, véase sección
25874 \begin_inset space ~
25875 \end_inset
25876
25877
25878 \begin_inset CommandInset ref
25879 LatexCommand ref
25880 reference "sub:Alineación-Vertical"
25881
25882 \end_inset
25883
25884 , o para poner color de fondo a un texto, véase sección
25885 \begin_inset space ~
25886 \end_inset
25887
25888
25889 \begin_inset CommandInset ref
25890 LatexCommand ref
25891 reference "sec:Cuadros-Coloreados"
25892
25893 \end_inset
25894
25895 .
25896 \end_layout
25897
25898 \begin_layout Standard
25899 Se insertan con el menú 
25900 \family sans
25901 Insertar\SpecialChar \menuseparator
25902 Cuadro
25903 \family default
25904  o con el botón 
25905 \begin_inset Graphics
25906         filename ../../images/box-insert.png
25907         scale 85
25908
25909 \end_inset
25910
25911 .
25912  Surge un recuadro gris con la etiqueta 
25913 \family sans
25914 Cuadro (Minipágina)
25915 \family default
25916
25917 \begin_inset Graphics
25918         filename clipart/CuadroMinipagQt4.png
25919         scale 75
25920         keepAspectRatio
25921
25922 \end_inset
25923
25924 .
25925  El tipo de cuadro se puede elegir al hacer clic derecho sobre él.
25926  Sale un diálogo en el que 
25927 \family sans
25928 Cuadro
25929 \family default
25930
25931 \begin_inset space ~
25932 \end_inset
25933
25934
25935 \family sans
25936 interior
25937 \family default
25938  permite escoger los tipos 
25939 \family sans
25940 Párrafo
25941 \family default
25942  y 
25943 \family sans
25944 Minipágina
25945 \family default
25946 .
25947  
25948 \family sans
25949 Minipágina
25950 \family default
25951  es el predeterminado para nuevos cuadros y se explica en la sección
25952 \begin_inset space ~
25953 \end_inset
25954
25955
25956 \begin_inset CommandInset ref
25957 LatexCommand ref
25958 reference "sec:Minipáginas"
25959
25960 \end_inset
25961
25962 ; el tipo 
25963 \family sans
25964 Párrafo
25965 \family default
25966  se describe en la sección
25967 \begin_inset space ~
25968 \end_inset
25969
25970
25971 \begin_inset CommandInset ref
25972 LatexCommand ref
25973 reference "sec:Cuadros-de-Párrafo"
25974
25975 \end_inset
25976
25977 .
25978 \end_layout
25979
25980 \begin_layout Standard
25981 Los cuadros no se numeran y por tanto no se pueden referenciar como los
25982  flotantes o las notas al pie.
25983 \end_layout
25984
25985 \begin_layout Standard
25986 \begin_inset Note Greyedout
25987 status open
25988
25989 \begin_layout Plain Layout
25990
25991 \series bold
25992 Nota:
25993 \series default
25994  Los cuadros no deben ser el ítem en un entorno 
25995 \family sans
25996 Enumeración*
25997 \family default
25998  o 
25999 \family sans
26000 Descripción
26001 \family default
26002 .
26003 \end_layout
26004
26005 \end_inset
26006
26007
26008 \end_layout
26009
26010 \begin_layout Standard
26011 \begin_inset Note Greyedout
26012 status open
26013
26014 \begin_layout Plain Layout
26015
26016 \series bold
26017 Nota:
26018 \series default
26019  Por razones desconocidas sólo se puede poner el tipo 
26020 \family sans
26021 Cuadro
26022 \begin_inset space ~
26023 \end_inset
26024
26025 interior
26026 \family default
26027  en 
26028 \family sans
26029 Ninguno
26030 \family default
26031  cuando se emplea un cuadro enmarcado.
26032  Los cuadros sin ningún tipo de 
26033 \family sans
26034 Cuadro
26035 \begin_inset space ~
26036 \end_inset
26037
26038 interior
26039 \family default
26040  y sin marcos se explican en la sección
26041 \begin_inset space ~
26042 \end_inset
26043
26044
26045 \begin_inset CommandInset ref
26046 LatexCommand ref
26047 reference "sec:Evitar-la-Partición"
26048
26049 \end_inset
26050
26051 .
26052 \end_layout
26053
26054 \end_inset
26055
26056
26057 \end_layout
26058
26059 \begin_layout Section
26060 Diálogo de cuadros
26061 \begin_inset CommandInset label
26062 LatexCommand label
26063 name "sec:Diálogo-Cuadros"
26064
26065 \end_inset
26066
26067
26068 \begin_inset Index
26069 status collapsed
26070
26071 \begin_layout Plain Layout
26072 Cuadros ! Configuración
26073 \end_layout
26074
26075 \end_inset
26076
26077
26078 \end_layout
26079
26080 \begin_layout Subsection
26081 Tamaño
26082 \begin_inset Index
26083 status collapsed
26084
26085 \begin_layout Plain Layout
26086 Cuadros ! Tamaño
26087 \end_layout
26088
26089 \end_inset
26090
26091
26092 \end_layout
26093
26094 \begin_layout Standard
26095 En el diálogo puedes ajustar la geometría del cuadro en los campos 
26096 \family sans
26097 Ancho
26098 \family default
26099  y 
26100 \family sans
26101 Alto
26102 \family default
26103 .
26104  Las unidades disponibles para la geometría se describen en la tabla
26105 \begin_inset space ~
26106 \end_inset
26107
26108
26109 \begin_inset CommandInset ref
26110 LatexCommand ref
26111 reference "tab:Unidades"
26112
26113 \end_inset
26114
26115 .
26116  El campo 
26117 \family sans
26118 Alto
26119 \family default
26120  ofrece los siguientes tamaños adicionales:
26121 \end_layout
26122
26123 \begin_layout Description
26124 Profundidad Este es el texto plano «alto».
26125  Ignora la profundidad total cuando hay múltiples líneas de texto en el
26126  cuadro:
26127 \begin_inset Newline newline
26128 \end_inset
26129
26130
26131 \begin_inset Newline newline
26132 \end_inset
26133
26134
26135 \begin_inset Newline newline
26136 \end_inset
26137
26138
26139 \begin_inset Box Boxed
26140 position "c"
26141 hor_pos "c"
26142 has_inner_box 1
26143 inner_pos "c"
26144 use_parbox 0
26145 width "12col%"
26146 special "none"
26147 height "1in"
26148 height_special "depth"
26149 status open
26150
26151 \begin_layout Plain Layout
26152 \align center
26153 Cuadro con altura establecida en 1
26154 \begin_inset space \thinspace{}
26155 \end_inset
26156
26157 Profundidad
26158 \end_layout
26159
26160 \end_inset
26161
26162
26163 \begin_inset Newline newline
26164 \end_inset
26165
26166
26167 \begin_inset Newline newline
26168 \end_inset
26169
26170
26171 \end_layout
26172
26173 \begin_layout Description
26174 Alto Es la altura del texto que está dentro del cuadro.
26175  Un valor de, p.
26176 \begin_inset space \thinspace{}
26177 \end_inset
26178
26179 e.
26180 \begin_inset space ~
26181 \end_inset
26182
26183 2 para este tamaño fijará la altura del cuadro a 2 veces la altura del texto:
26184  
26185 \begin_inset Box Boxed
26186 position "c"
26187 hor_pos "c"
26188 has_inner_box 1
26189 inner_pos "c"
26190 use_parbox 0
26191 width "20col%"
26192 special "none"
26193 height "2in"
26194 height_special "height"
26195 status open
26196
26197 \begin_layout Plain Layout
26198 \align center
26199 Cuadro con altura puesta en 2
26200 \begin_inset space \thinspace{}
26201 \end_inset
26202
26203 Alto
26204 \end_layout
26205
26206 \end_inset
26207
26208
26209 \end_layout
26210
26211 \begin_layout Description
26212 Alto
26213 \begin_inset space ~
26214 \end_inset
26215
26216 total Esto es el Alto
26217 \begin_inset space \thinspace{}
26218 \end_inset
26219
26220 +
26221 \begin_inset space \thinspace{}
26222 \end_inset
26223
26224 Profundidad: 
26225 \begin_inset Box Boxed
26226 position "c"
26227 hor_pos "c"
26228 has_inner_box 1
26229 inner_pos "c"
26230 use_parbox 0
26231 width "20col%"
26232 special "none"
26233 height "1in"
26234 height_special "totalheight"
26235 status open
26236
26237 \begin_layout Plain Layout
26238 \align center
26239 Cuadro con altura puesta a 1
26240 \begin_inset space \thinspace{}
26241 \end_inset
26242
26243 Alto
26244 \begin_inset space ~
26245 \end_inset
26246
26247 total
26248 \end_layout
26249
26250 \end_inset
26251
26252
26253 \end_layout
26254
26255 \begin_layout Description
26256 Ancho Esto determina al ancho del cuadro como altura: 
26257 \begin_inset Box Boxed
26258 position "c"
26259 hor_pos "c"
26260 has_inner_box 1
26261 inner_pos "c"
26262 use_parbox 0
26263 width "12col%"
26264 special "none"
26265 height "1in"
26266 height_special "width"
26267 status open
26268
26269 \begin_layout Plain Layout
26270 \align center
26271 Cuadro con altura puesta en 1
26272 \begin_inset space \thinspace{}
26273 \end_inset
26274
26275 Ancho
26276 \end_layout
26277
26278 \end_inset
26279
26280
26281 \end_layout
26282
26283 \begin_layout Subsection
26284 Alineación
26285 \begin_inset Index
26286 status collapsed
26287
26288 \begin_layout Plain Layout
26289 Cuadros ! Alineación
26290 \end_layout
26291
26292 \end_inset
26293
26294
26295 \end_layout
26296
26297 \begin_layout Standard
26298 Si has elegido un 
26299 \family sans
26300 Cuadro
26301 \begin_inset space ~
26302 \end_inset
26303
26304 interior
26305 \family default
26306 , la alineación vertical del cuadro puede ser:
26307 \end_layout
26308
26309 \begin_layout Description
26310 Superior Ejemplo de línea de texto.
26311  
26312 \begin_inset Box Boxed
26313 position "t"
26314 hor_pos "c"
26315 has_inner_box 1
26316 inner_pos "c"
26317 use_parbox 0
26318 width "12col%"
26319 special "none"
26320 height "1in"
26321 height_special "totalheight"
26322 status collapsed
26323
26324 \begin_layout Plain Layout
26325 \align center
26326 Cuadro alineado arriba.
26327 \end_layout
26328
26329 \end_inset
26330
26331  Ejemplo de línea de texto.
26332 \end_layout
26333
26334 \begin_layout Description
26335 Medio Ejemplo de línea de texto.
26336  
26337 \begin_inset Box Boxed
26338 position "c"
26339 hor_pos "c"
26340 has_inner_box 1
26341 inner_pos "c"
26342 use_parbox 0
26343 width "12col%"
26344 special "none"
26345 height "1in"
26346 height_special "totalheight"
26347 status collapsed
26348
26349 \begin_layout Plain Layout
26350 \align center
26351 Cuadro alineado en medio.
26352 \end_layout
26353
26354 \end_inset
26355
26356  Ejemplo de línea de texto.
26357 \end_layout
26358
26359 \begin_layout Description
26360 Inferior Ejemplo de línea de texto.
26361  
26362 \begin_inset Box Boxed
26363 position "b"
26364 hor_pos "c"
26365 has_inner_box 1
26366 inner_pos "c"
26367 use_parbox 0
26368 width "12col%"
26369 special "none"
26370 height "1in"
26371 height_special "totalheight"
26372 status collapsed
26373
26374 \begin_layout Plain Layout
26375 \align center
26376 Cuadro alineado abajo.
26377 \end_layout
26378
26379 \end_inset
26380
26381  Ejemplo de línea de texto.
26382 \end_layout
26383
26384 \begin_layout Standard
26385 \begin_inset Note Greyedout
26386 status open
26387
26388 \begin_layout Plain Layout
26389
26390 \series bold
26391 Nota:
26392 \series default
26393  La alineación vertical puede desaparecer en la salida si hay dos cuadros
26394  en una línea y, p.
26395 \begin_inset space \thinspace{}
26396 \end_inset
26397
26398 e., uno de ellos tiene sombreado y el otro no.
26399 \end_layout
26400
26401 \end_inset
26402
26403
26404 \end_layout
26405
26406 \begin_layout Standard
26407 La alineación horizontal del cuadro puede establecerse en el diálogo de
26408  configuración de párrafo de LyX si colocas el cuadro en su propio párrafo.
26409 \end_layout
26410
26411 \begin_layout Standard
26412 \begin_inset VSpace bigskip
26413 \end_inset
26414
26415 Si has escogido un 
26416 \family sans
26417 Cuadro
26418 \begin_inset space ~
26419 \end_inset
26420
26421 interior
26422 \family default
26423 , el contenido puede alinearse verticalmente a:
26424 \end_layout
26425
26426 \begin_layout Description
26427 Superior Ejemplo de línea de texto.
26428  
26429 \begin_inset Box Boxed
26430 position "c"
26431 hor_pos "c"
26432 has_inner_box 1
26433 inner_pos "t"
26434 use_parbox 0
26435 width "12col%"
26436 special "none"
26437 height "1.5in"
26438 height_special "totalheight"
26439 status collapsed
26440
26441 \begin_layout Plain Layout
26442 \align center
26443 Cuadro con texto alineado arriba.
26444 \end_layout
26445
26446 \end_inset
26447
26448  Ejemplo de línea de texto.
26449 \end_layout
26450
26451 \begin_layout Description
26452 Medio Ejemplo de línea de texto.
26453  
26454 \begin_inset Box Boxed
26455 position "c"
26456 hor_pos "c"
26457 has_inner_box 1
26458 inner_pos "c"
26459 use_parbox 0
26460 width "12col%"
26461 special "none"
26462 height "1.5in"
26463 height_special "totalheight"
26464 status collapsed
26465
26466 \begin_layout Plain Layout
26467 \align center
26468 Cuadro con texto alineado en medio.
26469 \end_layout
26470
26471 \end_inset
26472
26473  Ejemplo de línea de texto.
26474 \end_layout
26475
26476 \begin_layout Description
26477 Inferior Ejemplo de línea de texto.
26478  
26479 \begin_inset Box Boxed
26480 position "c"
26481 hor_pos "c"
26482 has_inner_box 1
26483 inner_pos "b"
26484 use_parbox 0
26485 width "12col%"
26486 special "none"
26487 height "1.5in"
26488 height_special "totalheight"
26489 status collapsed
26490
26491 \begin_layout Plain Layout
26492 \align center
26493 Cuadro con texto alineado abajo.
26494 \end_layout
26495
26496 \end_inset
26497
26498  Ejemplo de línea de texto.
26499 \end_layout
26500
26501 \begin_layout Description
26502 Estirado Ejemplo de línea de texto.
26503  
26504 \begin_inset Box Boxed
26505 position "c"
26506 hor_pos "c"
26507 has_inner_box 1
26508 inner_pos "s"
26509 use_parbox 0
26510 width "12col%"
26511 special "none"
26512 height "1.5in"
26513 height_special "totalheight"
26514 status collapsed
26515
26516 \begin_layout Plain Layout
26517 \align center
26518 Este texto
26519 \end_layout
26520
26521 \begin_layout Plain Layout
26522 \align center
26523 está
26524 \end_layout
26525
26526 \begin_layout Plain Layout
26527 \align center
26528 estirado.
26529 \end_layout
26530
26531 \end_inset
26532
26533  Ejemplo de línea de texto.
26534 \end_layout
26535
26536 \begin_layout Standard
26537 Para estirar el contenido debe tener más de un párrafo.
26538  En el ejemplo anterior cada línea de texto está en un párrafo propio.
26539 \end_layout
26540
26541 \begin_layout Standard
26542 \begin_inset VSpace bigskip
26543 \end_inset
26544
26545 Para estirar horizontalmente el contenido usa el diálogo de párrafos de
26546  LyX cuando hayas escogido un 
26547 \family sans
26548 Cuadro
26549 \begin_inset space ~
26550 \end_inset
26551
26552 interior
26553 \family default
26554 .
26555 \end_layout
26556
26557 \begin_layout Standard
26558 \align center
26559 \begin_inset Box Boxed
26560 position "c"
26561 hor_pos "c"
26562 has_inner_box 1
26563 inner_pos "s"
26564 use_parbox 0
26565 width "15col%"
26566 special "none"
26567 height "1.25in"
26568 height_special "totalheight"
26569 status collapsed
26570
26571 \begin_layout Plain Layout
26572 \align left
26573 Cuadro
26574 \end_layout
26575
26576 \begin_layout Plain Layout
26577 \align center
26578 con texto
26579 \end_layout
26580
26581 \begin_layout Plain Layout
26582 \align right
26583 estirado
26584 \end_layout
26585
26586 \end_inset
26587
26588
26589 \end_layout
26590
26591 \begin_layout Standard
26592 Si no has establecido un 
26593 \family sans
26594 Cuadro
26595 \begin_inset space ~
26596 \end_inset
26597
26598 interior
26599 \family default
26600 , puedes alinear horizontalmente el contenido del cuadro en el diálogo de
26601  cuadro.
26602 \end_layout
26603
26604 \begin_layout Standard
26605 \align center
26606 \begin_inset Box Boxed
26607 position "c"
26608 hor_pos "s"
26609 has_inner_box 0
26610 inner_pos "s"
26611 use_parbox 0
26612 width "90col%"
26613 special "none"
26614 height "1.25in"
26615 height_special "totalheight"
26616 status collapsed
26617
26618 \begin_layout Plain Layout
26619 \align left
26620 Texto estirado horizontalmente.
26621 \end_layout
26622
26623 \end_inset
26624
26625
26626 \end_layout
26627
26628 \begin_layout Subsection
26629 Cuadros enmarcados
26630 \begin_inset CommandInset label
26631 LatexCommand label
26632 name "sec:Cuadros-Enmarcados"
26633
26634 \end_inset
26635
26636
26637 \begin_inset Index
26638 status collapsed
26639
26640 \begin_layout Plain Layout
26641 Cuadros ! Marcos
26642 \end_layout
26643
26644 \end_inset
26645
26646
26647 \end_layout
26648
26649 \begin_layout Standard
26650 El estilo de marco del cuadro se puede determinar en la lista desplegable
26651  
26652 \family sans
26653 Tipo
26654 \family default
26655  del diálogo de cuadros.
26656  Son posibles los siguientes marcos:
26657 \end_layout
26658
26659 \begin_layout Description
26660 Marco
26661 \begin_inset space ~
26662 \end_inset
26663
26664 sencillo Dibuja un marco rectangular alrededor del cuadro.
26665  El grosor del marco depende de 
26666 \series bold
26667
26668 \backslash
26669 fboxrule
26670 \series default
26671 .
26672  
26673 \begin_inset Box Boxed
26674 position "c"
26675 hor_pos "c"
26676 has_inner_box 1
26677 inner_pos "c"
26678 use_parbox 0
26679 width "25col%"
26680 special "none"
26681 height "1in"
26682 height_special "totalheight"
26683 status open
26684
26685 \begin_layout Plain Layout
26686 \align center
26687 Cuadro rectangular
26688 \end_layout
26689
26690 \end_inset
26691
26692
26693 \end_layout
26694
26695 \begin_layout Description
26696 Marco
26697 \begin_inset space ~
26698 \end_inset
26699
26700 sencillo
26701 \begin_inset space ~
26702 \end_inset
26703
26704 con
26705 \begin_inset space ~
26706 \end_inset
26707
26708 salto
26709 \begin_inset space ~
26710 \end_inset
26711
26712 de
26713 \begin_inset space ~
26714 \end_inset
26715
26716 página Si usas la decoración 
26717 \family sans
26718 marco sencillo rectangular
26719 \family default
26720  sin cuadro interior, puedes permitir saltos de página dentro del cuadro.
26721  Ten en cuenta que en ese caso, al contrario que otros cuadros enmarcados,
26722  el marco usa siempre todo el ancho de columna, el cuadro va en un párrafo
26723  propio y 
26724 \series bold
26725
26726 \backslash
26727 fboxrule
26728 \series default
26729  y 
26730 \series bold
26731
26732 \backslash
26733 fboxsep
26734 \series default
26735  no funcionan.
26736  El grosor del marco tiene el tamaño de 
26737 \series bold
26738
26739 \backslash
26740 FrameRule
26741 \series default
26742 .
26743 \begin_inset Box Framed
26744 position "t"
26745 hor_pos "c"
26746 has_inner_box 0
26747 inner_pos "t"
26748 use_parbox 0
26749 width "100col%"
26750 special "none"
26751 height "1in"
26752 height_special "totalheight"
26753 status collapsed
26754
26755 \begin_layout Plain Layout
26756 Cuadro que permite saltos de página
26757 \end_layout
26758
26759 \end_inset
26760
26761
26762 \end_layout
26763
26764 \begin_layout Description
26765 Marco
26766 \begin_inset space ~
26767 \end_inset
26768
26769 ovalado,
26770 \begin_inset space ~
26771 \end_inset
26772
26773 fino Dibuja un marco ovalado cuya línea tiene un grosor de 0.4
26774 \begin_inset space \thinspace{}
26775 \end_inset
26776
26777 pt.
26778  
26779 \begin_inset Box ovalbox
26780 position "c"
26781 hor_pos "c"
26782 has_inner_box 1
26783 inner_pos "c"
26784 use_parbox 0
26785 width "25col%"
26786 special "none"
26787 height "1in"
26788 height_special "totalheight"
26789 status open
26790
26791 \begin_layout Plain Layout
26792 \align center
26793 Marco ovalado, fino
26794 \end_layout
26795
26796 \end_inset
26797
26798
26799 \end_layout
26800
26801 \begin_layout Description
26802 Marco
26803 \begin_inset space ~
26804 \end_inset
26805
26806 ovalado,
26807 \begin_inset space ~
26808 \end_inset
26809
26810 grueso Dibuja un marco ovalado cuya línea tiene un grosor de 0.8
26811 \begin_inset space \thinspace{}
26812 \end_inset
26813
26814 pt.
26815  
26816 \begin_inset Box Ovalbox
26817 position "c"
26818 hor_pos "c"
26819 has_inner_box 1
26820 inner_pos "c"
26821 use_parbox 0
26822 width "30col%"
26823 special "none"
26824 height "1in"
26825 height_special "totalheight"
26826 status open
26827
26828 \begin_layout Plain Layout
26829 \align center
26830 Cuadro ovalado, grueso
26831 \end_layout
26832
26833 \end_inset
26834
26835
26836 \end_layout
26837
26838 \begin_layout Description
26839 Marco
26840 \begin_inset space ~
26841 \end_inset
26842
26843 sombreado Dibuja un marco rectangular de sombra alrededor del cuadro.
26844  El grosor de la línea tiene el tamaño dado por 
26845 \series bold
26846
26847 \backslash
26848 fboxrule
26849 \series default
26850 , la sombra tiene una anchura de 4
26851 \begin_inset space \thinspace{}
26852 \end_inset
26853
26854 pt.
26855  
26856 \begin_inset Box Shadowbox
26857 position "c"
26858 hor_pos "c"
26859 has_inner_box 1
26860 inner_pos "c"
26861 use_parbox 0
26862 width "20col%"
26863 special "none"
26864 height "1in"
26865 height_special "totalheight"
26866 status open
26867
26868 \begin_layout Plain Layout
26869 \align center
26870 Marco sombrado
26871 \end_layout
26872
26873 \end_inset
26874
26875
26876 \end_layout
26877
26878 \begin_layout Description
26879 Fondo
26880 \begin_inset space ~
26881 \end_inset
26882
26883 sombreado Dibuja un cuadro con fondo de color rojo.
26884  A diferencia de los cuadros coloreados,
26885 \begin_inset Foot
26886 status collapsed
26887
26888 \begin_layout Plain Layout
26889 véase sec.
26890  
26891 \begin_inset CommandInset ref
26892 LatexCommand ref
26893 reference "sec:Cuadros-Coloreados"
26894
26895 \end_inset
26896
26897
26898 \end_layout
26899
26900 \end_inset
26901
26902  siempre usa el ancho total de columna y el cuadro va en su propio párrafo.
26903 \begin_inset Box Shaded
26904 position "t"
26905 hor_pos "c"
26906 has_inner_box 0
26907 inner_pos "t"
26908 use_parbox 0
26909 width "50col%"
26910 special "none"
26911 height "1in"
26912 height_special "totalheight"
26913 status open
26914
26915 \begin_layout Plain Layout
26916 Cuadro con fondo sombreado
26917 \end_layout
26918
26919 \end_inset
26920
26921
26922 \end_layout
26923
26924 \begin_layout Description
26925 Marco
26926 \begin_inset space ~
26927 \end_inset
26928
26929 doble Dibuja un rectángulo de línea doble alrededor del cuadro.
26930  El grosor de la línea interior es 0.75
26931 \begin_inset space \thinspace{}
26932 \end_inset
26933
26934
26935 \series bold
26936
26937 \backslash
26938 fboxrule
26939 \series default
26940 , el de la línea exterior es 1.5
26941 \begin_inset space \thinspace{}
26942 \end_inset
26943
26944
26945 \series bold
26946
26947 \backslash
26948 fboxrule
26949 \series default
26950 .
26951  La distancia entre líneas es 1.5
26952 \begin_inset space \thinspace{}
26953 \end_inset
26954
26955
26956 \series bold
26957
26958 \backslash
26959 fboxrule
26960 \series default
26961
26962 \begin_inset space \thinspace{}
26963 \end_inset
26964
26965 +
26966 \begin_inset space \thinspace{}
26967 \end_inset
26968
26969 0.5
26970 \begin_inset space \thinspace{}
26971 \end_inset
26972
26973 pt.
26974  
26975 \begin_inset Box Doublebox
26976 position "c"
26977 hor_pos "c"
26978 has_inner_box 1
26979 inner_pos "c"
26980 use_parbox 0
26981 width "20col%"
26982 special "none"
26983 height "1in"
26984 height_special "totalheight"
26985 status open
26986
26987 \begin_layout Plain Layout
26988 \align center
26989 Marco doble
26990 \end_layout
26991
26992 \end_inset
26993
26994
26995 \end_layout
26996
26997 \begin_layout Standard
26998 \begin_inset VSpace bigskip
26999 \end_inset
27000
27001 La etiqueta del cuadro en LyX reflejará el estilo de marco elegido.
27002  Para poder utilizar los distintos marcos, debe estar instalado el paquete
27003  LaTeX 
27004 \series bold
27005 fancybox
27006 \series default
27007
27008 \begin_inset Index
27009 status collapsed
27010
27011 \begin_layout Plain Layout
27012 LaTeX-paquetes ! fancybox
27013 \end_layout
27014
27015 \end_inset
27016
27017 .
27018 \end_layout
27019
27020 \begin_layout Section
27021 Personalización de cuadros
27022 \begin_inset Index
27023 status collapsed
27024
27025 \begin_layout Plain Layout
27026 Cuadros ! Personalizar
27027 \end_layout
27028
27029 \end_inset
27030
27031
27032 \end_layout
27033
27034 \begin_layout Standard
27035 El valor predeterminado por 
27036 \series bold
27037
27038 \backslash
27039 fboxrule
27040 \series default
27041  es 0.4
27042 \begin_inset space \thinspace{}
27043 \end_inset
27044
27045 pt.
27046  Puede cambiarse con el siguiente comando en código TeX, p.
27047 \begin_inset space \thinspace{}
27048 \end_inset
27049
27050 e.
27051 \begin_inset space ~
27052 \end_inset
27053
27054 a
27055 \begin_inset space ~
27056 \end_inset
27057
27058 2
27059 \begin_inset space \thinspace{}
27060 \end_inset
27061
27062 pt:
27063 \end_layout
27064
27065 \begin_layout Standard
27066
27067 \series bold
27068
27069 \backslash
27070 setlength{
27071 \backslash
27072 fboxrule}{2pt}
27073 \end_layout
27074
27075 \begin_layout Standard
27076 \begin_inset ERT
27077 status collapsed
27078
27079 \begin_layout Plain Layout
27080
27081
27082 \backslash
27083 setlength{
27084 \backslash
27085 fboxrule}{2pt}
27086 \end_layout
27087
27088 \end_inset
27089
27090
27091 \begin_inset Box Boxed
27092 position "c"
27093 hor_pos "c"
27094 has_inner_box 1
27095 inner_pos "c"
27096 use_parbox 0
27097 width "25col%"
27098 special "none"
27099 height "1in"
27100 height_special "totalheight"
27101 status open
27102
27103 \begin_layout Plain Layout
27104 \align center
27105 Cuadro rectangular con 
27106 \series bold
27107
27108 \backslash
27109 fboxrule
27110 \series default
27111
27112 \begin_inset space \thinspace{}
27113 \end_inset
27114
27115 =
27116 \begin_inset space \thinspace{}
27117 \end_inset
27118
27119 2
27120 \begin_inset space \thinspace{}
27121 \end_inset
27122
27123 pt
27124 \end_layout
27125
27126 \end_inset
27127
27128
27129 \begin_inset ERT
27130 status collapsed
27131
27132 \begin_layout Plain Layout
27133
27134
27135 \backslash
27136 setlength{
27137 \backslash
27138 fboxrule}{0.4pt}
27139 \end_layout
27140
27141 \end_inset
27142
27143
27144 \end_layout
27145
27146 \begin_layout Standard
27147 \begin_inset VSpace bigskip
27148 \end_inset
27149
27150 El espacio entre el marco y el contenido del cuadro es 3
27151 \begin_inset space \thinspace{}
27152 \end_inset
27153
27154 pt por omisión para todos los estilos.
27155  Se puede cambiar mediante la longitud 
27156 \series bold
27157
27158 \backslash
27159 fboxsep
27160 \series default
27161 .
27162  Por ejemplo el comando
27163 \end_layout
27164
27165 \begin_layout Standard
27166
27167 \series bold
27168
27169 \backslash
27170 setlength{
27171 \backslash
27172 fboxsep}{10pt}
27173 \end_layout
27174
27175 \begin_layout Standard
27176 determina un valor de 10
27177 \begin_inset space \thinspace{}
27178 \end_inset
27179
27180 pt, como en el siguiente cuadro:
27181 \end_layout
27182
27183 \begin_layout Standard
27184 \begin_inset ERT
27185 status collapsed
27186
27187 \begin_layout Plain Layout
27188
27189
27190 \backslash
27191 setlength{
27192 \backslash
27193 fboxsep}{10pt}
27194 \end_layout
27195
27196 \end_inset
27197
27198
27199 \begin_inset Box Boxed
27200 position "c"
27201 hor_pos "c"
27202 has_inner_box 1
27203 inner_pos "c"
27204 use_parbox 0
27205 width "25col%"
27206 special "none"
27207 height "1in"
27208 height_special "totalheight"
27209 status open
27210
27211 \begin_layout Plain Layout
27212 \align center
27213 Cuadro rectangular con 
27214 \series bold
27215
27216 \backslash
27217 fboxsep
27218 \series default
27219
27220 \begin_inset space \thinspace{}
27221 \end_inset
27222
27223 =
27224 \begin_inset space \thinspace{}
27225 \end_inset
27226
27227 10
27228 \begin_inset space \thinspace{}
27229 \end_inset
27230
27231 pt
27232 \end_layout
27233
27234 \end_inset
27235
27236
27237 \begin_inset ERT
27238 status collapsed
27239
27240 \begin_layout Plain Layout
27241
27242
27243 \backslash
27244 setlength{
27245 \backslash
27246 fboxsep}{3pt}
27247 \end_layout
27248
27249 \end_inset
27250
27251
27252 \end_layout
27253
27254 \begin_layout Standard
27255 \begin_inset VSpace bigskip
27256 \end_inset
27257
27258 El diámetro de las esquinas de los cuadros ovalados se puede modificar con
27259  el comando 
27260 \series bold
27261
27262 \backslash
27263 cornersize
27264 \series default
27265 .
27266  El comando
27267 \end_layout
27268
27269 \begin_layout Standard
27270
27271 \series bold
27272
27273 \backslash
27274 cornersize*{1cm}
27275 \end_layout
27276
27277 \begin_layout Standard
27278 establece un diámetro de 1
27279 \begin_inset space \thinspace{}
27280 \end_inset
27281
27282 cm.
27283  El comando
27284 \end_layout
27285
27286 \begin_layout Standard
27287
27288 \series bold
27289
27290 \backslash
27291 cornersize{num}
27292 \end_layout
27293
27294 \begin_layout Standard
27295 fija el diámetro en 
27296 \family sans
27297 num
27298 \begin_inset space \thinspace{}
27299 \end_inset
27300
27301 ×
27302 \begin_inset space \thinspace{}
27303 \end_inset
27304
27305 mínimo
27306 \family default
27307  
27308 \family sans
27309 (ancho y alto del cuadro)
27310 \family default
27311 .
27312  Por omisión es 
27313 \series bold
27314
27315 \backslash
27316 cornersize{0.5}
27317 \series default
27318 .
27319 \end_layout
27320
27321 \begin_layout Standard
27322 \begin_inset ERT
27323 status collapsed
27324
27325 \begin_layout Plain Layout
27326
27327
27328 \backslash
27329 cornersize*{1.5cm}
27330 \end_layout
27331
27332 \end_inset
27333
27334
27335 \begin_inset Box Ovalbox
27336 position "c"
27337 hor_pos "c"
27338 has_inner_box 1
27339 inner_pos "c"
27340 use_parbox 0
27341 width "28col%"
27342 special "none"
27343 height "1in"
27344 height_special "totalheight"
27345 status open
27346
27347 \begin_layout Plain Layout
27348 \align center
27349 Cuadro ovalado con 
27350 \series bold
27351
27352 \backslash
27353 cornersize
27354 \series default
27355
27356 \begin_inset space \thinspace{}
27357 \end_inset
27358
27359 =
27360 \begin_inset space \thinspace{}
27361 \end_inset
27362
27363 1.5
27364 \begin_inset space \thinspace{}
27365 \end_inset
27366
27367 cm
27368 \end_layout
27369
27370 \end_inset
27371
27372
27373 \begin_inset ERT
27374 status collapsed
27375
27376 \begin_layout Plain Layout
27377
27378
27379 \backslash
27380 cornersize{0.5}
27381 \end_layout
27382
27383 \end_inset
27384
27385
27386 \end_layout
27387
27388 \begin_layout Standard
27389 \begin_inset VSpace bigskip
27390 \end_inset
27391
27392 El tamaño de la sombra se puede ajustar cambiando la longitud 
27393 \series bold
27394
27395 \backslash
27396 shadowsize
27397 \series default
27398 .
27399  Este comando la ajusta a 2
27400 \begin_inset space \thinspace{}
27401 \end_inset
27402
27403 pt en el cuadro siguiente:
27404 \end_layout
27405
27406 \begin_layout Standard
27407
27408 \series bold
27409
27410 \backslash
27411 setlength{
27412 \backslash
27413 shadowsize}{2pt}
27414 \end_layout
27415
27416 \begin_layout Standard
27417 \begin_inset ERT
27418 status collapsed
27419
27420 \begin_layout Plain Layout
27421
27422
27423 \backslash
27424 setlength{
27425 \backslash
27426 shadowsize}{2pt}
27427 \end_layout
27428
27429 \end_inset
27430
27431
27432 \begin_inset Box Shadowbox
27433 position "c"
27434 hor_pos "c"
27435 has_inner_box 1
27436 inner_pos "c"
27437 use_parbox 0
27438 width "28col%"
27439 special "none"
27440 height "1in"
27441 height_special "totalheight"
27442 status open
27443
27444 \begin_layout Plain Layout
27445 \align center
27446 Cuadro sombreado con 
27447 \series bold
27448
27449 \backslash
27450 shadowsize
27451 \series default
27452
27453 \begin_inset space \thinspace{}
27454 \end_inset
27455
27456 =
27457 \begin_inset space \thinspace{}
27458 \end_inset
27459
27460 2
27461 \begin_inset space \thinspace{}
27462 \end_inset
27463
27464 pt
27465 \end_layout
27466
27467 \end_inset
27468
27469
27470 \begin_inset ERT
27471 status collapsed
27472
27473 \begin_layout Plain Layout
27474
27475
27476 \backslash
27477 setlength{
27478 \backslash
27479 shadowsize}{4pt}
27480 \end_layout
27481
27482 \end_inset
27483
27484
27485 \end_layout
27486
27487 \begin_layout Standard
27488 \begin_inset VSpace bigskip
27489 \end_inset
27490
27491
27492 \end_layout
27493
27494 \begin_layout Standard
27495 Por omisión, el tamaño 
27496 \series bold
27497
27498 \backslash
27499 FrameRule
27500 \series default
27501  es 0,4
27502 \begin_inset space \thinspace{}
27503 \end_inset
27504
27505 pt.
27506  El espacio por omisión entre el contenido de la nota y el marco es 9
27507 \begin_inset space \thinspace{}
27508 \end_inset
27509
27510 pt; puede cambiarse con el valor de 
27511 \series bold
27512
27513 \backslash
27514 FrameSep
27515 \series default
27516 .
27517  Por ejemplo, el marco del cuadro siguiente se establece con los comandos
27518  en código TeX
27519 \end_layout
27520
27521 \begin_layout Standard
27522
27523 \series bold
27524
27525 \backslash
27526 setlength{
27527 \backslash
27528 FrameRule}{5pt}
27529 \begin_inset Newline newline
27530 \end_inset
27531
27532
27533 \backslash
27534 setlength{
27535 \backslash
27536 FrameSep}{0.5cm}
27537 \end_layout
27538
27539 \begin_layout Standard
27540 \begin_inset ERT
27541 status collapsed
27542
27543 \begin_layout Plain Layout
27544
27545
27546 \backslash
27547 setlength{
27548 \backslash
27549 FrameRule}{5pt}
27550 \end_layout
27551
27552 \begin_layout Plain Layout
27553
27554
27555 \backslash
27556 setlength{
27557 \backslash
27558 FrameSep}{0.5cm}
27559 \end_layout
27560
27561 \end_inset
27562
27563
27564 \begin_inset Box Framed
27565 position "t"
27566 hor_pos "c"
27567 has_inner_box 0
27568 inner_pos "t"
27569 use_parbox 0
27570 width "100col%"
27571 special "none"
27572 height "1in"
27573 height_special "totalheight"
27574 status open
27575
27576 \begin_layout Plain Layout
27577 Texto en un 
27578 \family sans
27579 marco
27580 \begin_inset space ~
27581 \end_inset
27582
27583 sencillo
27584 \begin_inset space ~
27585 \end_inset
27586
27587 con
27588 \begin_inset space ~
27589 \end_inset
27590
27591 salto
27592 \begin_inset space ~
27593 \end_inset
27594
27595 de
27596 \begin_inset space ~
27597 \end_inset
27598
27599 página
27600 \family default
27601 .
27602 \end_layout
27603
27604 \end_inset
27605
27606
27607 \begin_inset ERT
27608 status collapsed
27609
27610 \begin_layout Plain Layout
27611
27612
27613 \backslash
27614 setlength{
27615 \backslash
27616 FrameRule}{0.4pt}
27617 \end_layout
27618
27619 \begin_layout Plain Layout
27620
27621
27622 \backslash
27623 setlength{
27624 \backslash
27625 FrameSep}{9pt}
27626 \end_layout
27627
27628 \end_inset
27629
27630
27631 \end_layout
27632
27633 \begin_layout Standard
27634 \begin_inset VSpace bigskip
27635 \end_inset
27636
27637
27638 \end_layout
27639
27640 \begin_layout Standard
27641 Para los cuadros con 
27642 \family sans
27643 fondo
27644 \begin_inset space ~
27645 \end_inset
27646
27647 sombreado
27648 \family default
27649  el espacio por omisión entre el contenido y el marco es 3
27650 \begin_inset space \thinspace{}
27651 \end_inset
27652
27653 pt; se puede cambiar con el valor de 
27654 \series bold
27655
27656 \backslash
27657 fboxsep
27658 \series default
27659 .
27660  El color rojo predeterminado se puede cambiar en el sitio con el comando
27661  
27662 \series bold
27663
27664 \backslash
27665 definecolor{shadebox}
27666 \series default
27667  o globalmente con el menú 
27668 \family sans
27669 Herramientas
27670 \family default
27671 \SpecialChar \menuseparator
27672
27673 \family sans
27674 Preferencias
27675 \family default
27676 \SpecialChar \menuseparator
27677
27678 \family sans
27679 Colores
27680 \family default
27681 \SpecialChar \menuseparator
27682
27683 \family sans
27684 cuadro
27685 \begin_inset space ~
27686 \end_inset
27687
27688 sombreado
27689 \family default
27690 .
27691  El esquema del comando 
27692 \series bold
27693
27694 \backslash
27695 definecolor
27696 \series default
27697  se explica en la sección
27698 \begin_inset space ~
27699 \end_inset
27700
27701
27702 \begin_inset CommandInset ref
27703 LatexCommand ref
27704 reference "sec:Tablas-Coloreadas"
27705
27706 \end_inset
27707
27708 .
27709 \begin_inset Foot
27710 status collapsed
27711
27712 \begin_layout Plain Layout
27713 El comando 
27714 \series bold
27715
27716 \backslash
27717 definecolor
27718 \series default
27719  requiere el paquete LaTeX 
27720 \series bold
27721 color
27722 \series default
27723  en el preámbulo, véase la sección
27724 \begin_inset space ~
27725 \end_inset
27726
27727
27728 \begin_inset CommandInset ref
27729 LatexCommand ref
27730 reference "sec:Cuadros-Coloreados"
27731
27732 \end_inset
27733
27734 .
27735 \end_layout
27736
27737 \end_inset
27738
27739  Por ejemplo, la nota siguiente se define con los comandos en código TeX
27740 \end_layout
27741
27742 \begin_layout Standard
27743
27744 \series bold
27745
27746 \backslash
27747 setlength{
27748 \backslash
27749 fboxsep}{0.5cm}
27750 \series default
27751
27752 \begin_inset Newline newline
27753 \end_inset
27754
27755
27756 \series bold
27757
27758 \backslash
27759 definecolor{shadecolor}{cmyk}{0.5,0,1,0.5}
27760 \end_layout
27761
27762 \begin_layout Standard
27763 \begin_inset ERT
27764 status collapsed
27765
27766 \begin_layout Plain Layout
27767
27768
27769 \backslash
27770 setlength{
27771 \backslash
27772 fboxsep}{0.5cm}
27773 \end_layout
27774
27775 \begin_layout Plain Layout
27776
27777
27778 \backslash
27779 definecolor{shadecolor}{cmyk}{0.5,0,1,0.5}
27780 \end_layout
27781
27782 \end_inset
27783
27784
27785 \begin_inset Box Shaded
27786 position "t"
27787 hor_pos "c"
27788 has_inner_box 0
27789 inner_pos "t"
27790 use_parbox 0
27791 width "100col%"
27792 special "none"
27793 height "1in"
27794 height_special "totalheight"
27795 status open
27796
27797 \begin_layout Plain Layout
27798
27799 \color yellow
27800 Texto amarillo en un cuadro con 
27801 \family sans
27802 fondo sombreado 
27803 \family default
27804  en color verde oscuro.
27805 \end_layout
27806
27807 \end_inset
27808
27809
27810 \begin_inset ERT
27811 status collapsed
27812
27813 \begin_layout Plain Layout
27814
27815
27816 \backslash
27817 setlength{
27818 \backslash
27819 fboxsep}{3pt}
27820 \end_layout
27821
27822 \begin_layout Plain Layout
27823
27824
27825 \backslash
27826 definecolor{shadecolor}{rgb}{1,0,0}
27827 \end_layout
27828
27829 \end_inset
27830
27831
27832 \end_layout
27833
27834 \begin_layout Standard
27835 \begin_inset VSpace bigskip
27836 \end_inset
27837
27838 Los cambios en las dimensiones son válidos para todos los cuadros que siguen
27839  a los comandos.
27840 \end_layout
27841
27842 \begin_layout Section
27843 Minipáginas
27844 \begin_inset CommandInset label
27845 LatexCommand label
27846 name "sec:Minipáginas"
27847
27848 \end_inset
27849
27850
27851 \begin_inset Index
27852 status collapsed
27853
27854 \begin_layout Plain Layout
27855 Cuadros ! Minipáginas
27856 \end_layout
27857
27858 \end_inset
27859
27860
27861 \end_layout
27862
27863 \begin_layout Standard
27864 Las minipáginas son tratadas por LaTeX como páginas dentro de páginas y
27865  por tanto pueden tener, por ejemplo, sus propias notas al pie.
27866 \end_layout
27867
27868 \begin_layout Standard
27869 Las minipáginas son útiles para escribir documentos con distintos lenguajes.
27870 \end_layout
27871
27872 \begin_layout Standard
27873 A continuación hay dos ejemplos de minipáginas adosadas.
27874  Su anchura está puesta en 45
27875 \begin_inset space \thinspace{}
27876 \end_inset
27877
27878 % y separadas por un relleno horizontal, insertado vía el menú 
27879 \family sans
27880 Insertar\SpecialChar \menuseparator
27881 Formato\SpecialChar \menuseparator
27882 Relleno
27883 \begin_inset space ~
27884 \end_inset
27885
27886 horizontal
27887 \family default
27888 .
27889 \end_layout
27890
27891 \begin_layout Standard
27892 \begin_inset Box Frameless
27893 position "t"
27894 hor_pos "c"
27895 has_inner_box 1
27896 inner_pos "c"
27897 use_parbox 0
27898 width "45col%"
27899 special "none"
27900 height "1in"
27901 height_special "totalheight"
27902 status open
27903
27904 \begin_layout Plain Layout
27905
27906 \lang german
27907 Dies ist ein deutscher Text.
27908  Dies ist ein deutscher Text.
27909  Dies ist ein deutscher Text.
27910  Dies ist ein deutscher Text.
27911  Dies ist ein deutscher Text.
27912  Dies ist ein deutscher Text.
27913  Dies ist ein deutscher Text.
27914  Dies ist ein deutscher Text.
27915  Dies ist ein deutscher Text.
27916  Dies ist ein deutscher Text.
27917  Dies ist ein deutscher Text.
27918  Dies ist ein deutscher Text.
27919  Dies ist ein deutscher Text
27920 \begin_inset Foot
27921 status collapsed
27922
27923 \begin_layout Plain Layout
27924
27925 \lang german
27926 Dies ist eine deutsche Fußnote.
27927 \end_layout
27928
27929 \end_inset
27930
27931 .
27932  Dies ist ein deutscher Text.
27933  Dies ist ein deutscher Text.
27934 \end_layout
27935
27936 \end_inset
27937
27938
27939 \begin_inset space \hfill{}
27940 \end_inset
27941
27942
27943 \begin_inset Box Frameless
27944 position "t"
27945 hor_pos "c"
27946 has_inner_box 1
27947 inner_pos "c"
27948 use_parbox 0
27949 width "45col%"
27950 special "none"
27951 height "1in"
27952 height_special "totalheight"
27953 status open
27954
27955 \begin_layout Plain Layout
27956 This is an English Text.
27957  This is an English Text.
27958  This is an English Text.
27959  This is an English Text.
27960  This is an English Text.
27961  This is an English Text.
27962  This is an English Text.
27963  This is an English Text.
27964  This is an English Text.
27965  This is an English Text.
27966  This is an English Text.
27967  This is an English Text.
27968  This is an English Text.
27969  This is an English Text.
27970  This is an English Text.
27971  This is an English Text.
27972 \begin_inset Foot
27973 status collapsed
27974
27975 \begin_layout Plain Layout
27976 This is an English footnote.
27977 \end_layout
27978
27979 \end_inset
27980
27981  This is an English Text.
27982  
27983 \end_layout
27984
27985 \end_inset
27986
27987
27988 \end_layout
27989
27990 \begin_layout Standard
27991 \begin_inset VSpace bigskip
27992 \end_inset
27993
27994 Otra aplicación de los cuadros son las notas a pie en tablas.
27995  Debido a una restricción de LaTeX las notas a pie en tablas no aparecen
27996  al final de la página actual.
27997  Pero si pones la tabla con notas al pie en una minipágina, las notas aparecen
27998  en la parte inferior, ordenadas con letras.
27999  La ordenación de las notas al pie se restablece en cada minipágina pero
28000  no fuera de las minipáginas.
28001 \end_layout
28002
28003 \begin_layout Standard
28004 La nota al pie en esta tabla no aparece: 
28005 \begin_inset Tabular
28006 <lyxtabular version="3" rows="3" columns="4">
28007 <features>
28008 <column alignment="center" valignment="top" width="0pt">
28009 <column alignment="center" valignment="top" width="0pt">
28010 <column alignment="center" valignment="top" width="0pt">
28011 <column alignment="center" valignment="top" width="0pt">
28012 <row>
28013 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
28014 \begin_inset Text
28015
28016 \begin_layout Plain Layout
28017 1
28018 \end_layout
28019
28020 \end_inset
28021 </cell>
28022 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
28023 \begin_inset Text
28024
28025 \begin_layout Plain Layout
28026 2
28027 \end_layout
28028
28029 \end_inset
28030 </cell>
28031 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
28032 \begin_inset Text
28033
28034 \begin_layout Plain Layout
28035 3
28036 \begin_inset Foot
28037 status collapsed
28038
28039 \begin_layout Plain Layout
28040 Nota al pie en una tabla.
28041 \end_layout
28042
28043 \end_inset
28044
28045
28046 \end_layout
28047
28048 \end_inset
28049 </cell>
28050 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
28051 \begin_inset Text
28052
28053 \begin_layout Plain Layout
28054 4
28055 \end_layout
28056
28057 \end_inset
28058 </cell>
28059 </row>
28060 <row>
28061 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
28062 \begin_inset Text
28063
28064 \begin_layout Plain Layout
28065 a
28066 \end_layout
28067
28068 \end_inset
28069 </cell>
28070 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
28071 \begin_inset Text
28072
28073 \begin_layout Plain Layout
28074 b
28075 \end_layout
28076
28077 \end_inset
28078 </cell>
28079 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
28080 \begin_inset Text
28081
28082 \begin_layout Plain Layout
28083 c
28084 \end_layout
28085
28086 \end_inset
28087 </cell>
28088 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
28089 \begin_inset Text
28090
28091 \begin_layout Plain Layout
28092 d
28093 \end_layout
28094
28095 \end_inset
28096 </cell>
28097 </row>
28098 <row>
28099 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
28100 \begin_inset Text
28101
28102 \begin_layout Plain Layout
28103 e
28104 \end_layout
28105
28106 \end_inset
28107 </cell>
28108 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
28109 \begin_inset Text
28110
28111 \begin_layout Plain Layout
28112 f
28113 \end_layout
28114
28115 \end_inset
28116 </cell>
28117 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
28118 \begin_inset Text
28119
28120 \begin_layout Plain Layout
28121 g
28122 \end_layout
28123
28124 \end_inset
28125 </cell>
28126 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
28127 \begin_inset Text
28128
28129 \begin_layout Plain Layout
28130 h
28131 \end_layout
28132
28133 \end_inset
28134 </cell>
28135 </row>
28136 </lyxtabular>
28137
28138 \end_inset
28139
28140
28141 \end_layout
28142
28143 \begin_layout Standard
28144 \align center
28145 \begin_inset Box Frameless
28146 position "t"
28147 hor_pos "c"
28148 has_inner_box 1
28149 inner_pos "c"
28150 use_parbox 0
28151 width "30col%"
28152 special "none"
28153 height "1in"
28154 height_special "totalheight"
28155 status open
28156
28157 \begin_layout Plain Layout
28158 \align center
28159 \begin_inset Tabular
28160 <lyxtabular version="3" rows="3" columns="4">
28161 <features>
28162 <column alignment="center" valignment="top" width="0pt">
28163 <column alignment="center" valignment="top" width="0pt">
28164 <column alignment="center" valignment="top" width="0pt">
28165 <column alignment="center" valignment="top" width="0pt">
28166 <row>
28167 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
28168 \begin_inset Text
28169
28170 \begin_layout Plain Layout
28171 1
28172 \end_layout
28173
28174 \end_inset
28175 </cell>
28176 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
28177 \begin_inset Text
28178
28179 \begin_layout Plain Layout
28180 2
28181 \end_layout
28182
28183 \end_inset
28184 </cell>
28185 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
28186 \begin_inset Text
28187
28188 \begin_layout Plain Layout
28189 3
28190 \begin_inset Foot
28191 status collapsed
28192
28193 \begin_layout Plain Layout
28194 Nota al pie en una tabla..
28195 \end_layout
28196
28197 \end_inset
28198
28199
28200 \end_layout
28201
28202 \end_inset
28203 </cell>
28204 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
28205 \begin_inset Text
28206
28207 \begin_layout Plain Layout
28208 4
28209 \end_layout
28210
28211 \end_inset
28212 </cell>
28213 </row>
28214 <row>
28215 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
28216 \begin_inset Text
28217
28218 \begin_layout Plain Layout
28219 a
28220 \end_layout
28221
28222 \end_inset
28223 </cell>
28224 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
28225 \begin_inset Text
28226
28227 \begin_layout Plain Layout
28228 b
28229 \end_layout
28230
28231 \end_inset
28232 </cell>
28233 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
28234 \begin_inset Text
28235
28236 \begin_layout Plain Layout
28237 c
28238 \end_layout
28239
28240 \end_inset
28241 </cell>
28242 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
28243 \begin_inset Text
28244
28245 \begin_layout Plain Layout
28246 d
28247 \end_layout
28248
28249 \end_inset
28250 </cell>
28251 </row>
28252 <row>
28253 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
28254 \begin_inset Text
28255
28256 \begin_layout Plain Layout
28257 e
28258 \end_layout
28259
28260 \end_inset
28261 </cell>
28262 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
28263 \begin_inset Text
28264
28265 \begin_layout Plain Layout
28266 f
28267 \end_layout
28268
28269 \end_inset
28270 </cell>
28271 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
28272 \begin_inset Text
28273
28274 \begin_layout Plain Layout
28275 g
28276 \end_layout
28277
28278 \end_inset
28279 </cell>
28280 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
28281 \begin_inset Text
28282
28283 \begin_layout Plain Layout
28284 h
28285 \end_layout
28286
28287 \end_inset
28288 </cell>
28289 </row>
28290 </lyxtabular>
28291
28292 \end_inset
28293
28294
28295 \end_layout
28296
28297 \end_inset
28298
28299
28300 \end_layout
28301
28302 \begin_layout Standard
28303 \begin_inset VSpace bigskip
28304 \end_inset
28305
28306 La configuración global de párrafos se ignora en las minipáginas.
28307  Esto significa que en las mismas no habrá espacio entre párrafos aunque
28308  pongas p.
28309 \begin_inset space \thinspace{}
28310 \end_inset
28311
28312 e.
28313 \begin_inset space ~
28314 \end_inset
28315
28316
28317 \family sans
28318 Salto
28319 \begin_inset space ~
28320 \end_inset
28321
28322 medio
28323 \family default
28324  en la configuración del documento.
28325 \end_layout
28326
28327 \begin_layout Standard
28328 Las minipáginas también sirven para poner un color de fondo para partes
28329  de texto, véase sección
28330 \begin_inset space ~
28331 \end_inset
28332
28333
28334 \begin_inset CommandInset ref
28335 LatexCommand ref
28336 reference "sub:Color-en-Párrafos"
28337
28338 \end_inset
28339
28340 .
28341 \end_layout
28342
28343 \begin_layout Standard
28344 \begin_inset Note Greyedout
28345 status open
28346
28347 \begin_layout Plain Layout
28348
28349 \series bold
28350 Nota:
28351 \series default
28352  No puedes tener flotantes o notas al margen en minipáginas pero sí puedes
28353  tener minipáginas en tablas, flotantes, y otros cuadros.
28354 \end_layout
28355
28356 \end_inset
28357
28358
28359 \end_layout
28360
28361 \begin_layout Section
28362 Cuadros de párrafo
28363 \begin_inset CommandInset label
28364 LatexCommand label
28365 name "sec:Cuadros-de-Párrafo"
28366
28367 \end_inset
28368
28369
28370 \begin_inset Index
28371 status collapsed
28372
28373 \begin_layout Plain Layout
28374 Cuadros ! de párrafo
28375 \end_layout
28376
28377 \end_inset
28378
28379
28380 \end_layout
28381
28382 \begin_layout Standard
28383 Los cuadros de párrafo son similares a las minipáginas con la diferencia
28384  de que no pueden contener notas al pie.
28385   La diferencia principal es que las minipáginas no son verdaderos cuadros
28386  sino entornos de LaTeX.
28387 \end_layout
28388
28389 \begin_layout Standard
28390 \align center
28391 \begin_inset Box Frameless
28392 position "t"
28393 hor_pos "c"
28394 has_inner_box 1
28395 inner_pos "t"
28396 use_parbox 1
28397 width "33col%"
28398 special "none"
28399 height "1in"
28400 height_special "totalheight"
28401 status collapsed
28402
28403 \begin_layout Plain Layout
28404 Texto en un cuadro de párrafo.
28405  Texto en un cuadro de párrafo.
28406  Esta nota no aparece:
28407 \begin_inset Foot
28408 status collapsed
28409
28410 \begin_layout Plain Layout
28411 Esta es una nota en cuadro de párrafo y por eso no aparecerá.
28412 \end_layout
28413
28414 \end_inset
28415
28416
28417 \end_layout
28418
28419 \end_inset
28420
28421
28422 \end_layout
28423
28424 \begin_layout Section
28425 Cuadros para palabras y caracteres
28426 \begin_inset Index
28427 status collapsed
28428
28429 \begin_layout Plain Layout
28430 Cuadros ! para palabras y caracteres
28431 \end_layout
28432
28433 \end_inset
28434
28435
28436 \end_layout
28437
28438 \begin_layout Subsection
28439 Evitar la partición de palabras
28440 \begin_inset CommandInset label
28441 LatexCommand label
28442 name "sec:Evitar-la-Partición"
28443
28444 \end_inset
28445
28446
28447 \begin_inset Index
28448 status collapsed
28449
28450 \begin_layout Plain Layout
28451 Cuadros ! para evitar la partición de palabras
28452 \end_layout
28453
28454 \end_inset
28455
28456
28457 \end_layout
28458
28459 \begin_layout Standard
28460 Hay un tipo especial de cuadro para impedir que una palabra sea partida
28461  con guión.
28462 \begin_inset Newline newline
28463 \end_inset
28464
28465 He aquí un ejemplo:
28466 \end_layout
28467
28468 \begin_layout Standard
28469 Esta línea es un ejemplo para mostrar cómo evitar la división de «estalarguísima
28470 palabra».
28471 \end_layout
28472
28473 \begin_layout Standard
28474 Para evitar su división usa el comando
28475 \end_layout
28476
28477 \begin_layout Standard
28478
28479 \series bold
28480
28481 \backslash
28482 mbox{
28483 \end_layout
28484
28485 \begin_layout Standard
28486 en código TeX antes de la palabra.
28487  Tras ella inserta una llave de cierre «
28488 \series bold
28489 }
28490 \series default
28491 » en código TeX.
28492 \end_layout
28493
28494 \begin_layout Standard
28495 Este es el resultado:
28496 \end_layout
28497
28498 \begin_layout Standard
28499 Esta línea es un ejemplo para mostrar cómo evitar la división de 
28500 \begin_inset ERT
28501 status collapsed
28502
28503 \begin_layout Plain Layout
28504
28505
28506 \backslash
28507 mbox{
28508 \end_layout
28509
28510 \end_inset
28511
28512 «estalarguísimapalabra».
28513 \begin_inset ERT
28514 status collapsed
28515
28516 \begin_layout Plain Layout
28517
28518 }
28519 \end_layout
28520
28521 \end_inset
28522
28523
28524 \end_layout
28525
28526 \begin_layout Standard
28527 Como alternativa puedes poner el comando «
28528 \series bold
28529
28530 \backslash
28531 -
28532 \series default
28533 » en código TeX directamente antes de la palabra:
28534 \end_layout
28535
28536 \begin_layout Standard
28537 Esta línea es un ejemplo para mostrar cómo evitar la división de «
28538 \begin_inset ERT
28539 status collapsed
28540
28541 \begin_layout Plain Layout
28542
28543
28544 \backslash
28545 -
28546 \end_layout
28547
28548 \end_inset
28549
28550 estalarguísimapalabra».
28551 \end_layout
28552
28553 \begin_layout Standard
28554 Por supuesto, la palabra sobresale del margen.
28555  Para evitarlo añade, con el menú 
28556 \family sans
28557 Insertar\SpecialChar \menuseparator
28558 Formato\SpecialChar \menuseparator
28559 Salto
28560 \begin_inset space ~
28561 \end_inset
28562
28563 de
28564 \begin_inset space ~
28565 \end_inset
28566
28567
28568 \family default
28569 línea (atajo 
28570 \family sans
28571 Ctrl+Retorno
28572 \family default
28573 ), un salto de línea antes de la palabra:
28574 \end_layout
28575
28576 \begin_layout Standard
28577 Esta línea es un ejemplo para mostrar cómo prevenir la división de 
28578 \begin_inset Newline newline
28579 \end_inset
28580
28581
28582 \begin_inset ERT
28583 status collapsed
28584
28585 \begin_layout Plain Layout
28586
28587
28588 \backslash
28589 mbox{
28590 \end_layout
28591
28592 \end_inset
28593
28594 «estalarguísimapalabra».
28595 \begin_inset ERT
28596 status collapsed
28597
28598 \begin_layout Plain Layout
28599
28600 }
28601 \end_layout
28602
28603 \end_inset
28604
28605
28606 \end_layout
28607
28608 \begin_layout Subsection
28609 Alineación vertical
28610 \begin_inset CommandInset label
28611 LatexCommand label
28612 name "sub:Alineación-Vertical"
28613
28614 \end_inset
28615
28616
28617 \begin_inset Index
28618 status collapsed
28619
28620 \begin_layout Plain Layout
28621 Cuadros ! para alineación vertical
28622 \end_layout
28623
28624 \end_inset
28625
28626
28627 \end_layout
28628
28629 \begin_layout Standard
28630 Con ayuda del comando 
28631 \series bold
28632
28633 \backslash
28634 raisebox
28635 \series default
28636  puedes alinear verticalmente con el texto circundante palabras o caracteres.
28637  
28638 \series bold
28639
28640 \backslash
28641 raisebox
28642 \series default
28643  se utiliza según el esquema:
28644 \end_layout
28645
28646 \begin_layout Standard
28647
28648 \series bold
28649
28650 \backslash
28651 raisebox{elevación}[altura][profundidad]{contenido del cuadro}
28652 \end_layout
28653
28654 \begin_layout Standard
28655 La elevación puede ser un valor positivo para subir el cuadro o negativo
28656  para bajarlo.
28657 \end_layout
28658
28659 \begin_layout Standard
28660 Para alinear una palabra, p.
28661 \begin_inset space \thinspace{}
28662 \end_inset
28663
28664 e
28665 \begin_inset space ~
28666 \end_inset
28667
28668 «prevención» para que la parte inferior de la letra más «profunda» «p» esté
28669  en la línea de base, inserta el comando
28670 \end_layout
28671
28672 \begin_layout Standard
28673
28674 \series bold
28675
28676 \backslash
28677 raisebox{
28678 \backslash
28679 depth}{
28680 \end_layout
28681
28682 \begin_layout Standard
28683 en código TeX antes de la palabra.
28684  Detrás de la palabra inserta una llave de cierre «
28685 \series bold
28686 }
28687 \series default
28688 » en código TeX.
28689 \begin_inset Newline newline
28690 \end_inset
28691
28692 Este es el resultado:
28693 \end_layout
28694
28695 \begin_layout Standard
28696 Esto es una línea de texto con la palabra 
28697 \begin_inset ERT
28698 status collapsed
28699
28700 \begin_layout Plain Layout
28701
28702
28703 \backslash
28704 raisebox{
28705 \backslash
28706 depth}{
28707 \end_layout
28708
28709 \end_inset
28710
28711 «prevención»
28712 \begin_inset ERT
28713 status collapsed
28714
28715 \begin_layout Plain Layout
28716
28717 }
28718 \end_layout
28719
28720 \end_inset
28721
28722  elevada.
28723 \end_layout
28724
28725 \begin_layout Standard
28726 \begin_inset VSpace bigskip
28727 \end_inset
28728
28729 Al subir o bajar caracteres en una línea, se modifica el espacio entre líneas:
28730 \end_layout
28731
28732 \begin_layout Standard
28733 Esto es una línea de texto con la palabra 
28734 \begin_inset ERT
28735 status collapsed
28736
28737 \begin_layout Plain Layout
28738
28739
28740 \backslash
28741 raisebox{-
28742 \backslash
28743 depth}{
28744 \end_layout
28745
28746 \end_inset
28747
28748 «prevención»
28749 \begin_inset ERT
28750 status collapsed
28751
28752 \begin_layout Plain Layout
28753
28754 }
28755 \end_layout
28756
28757 \end_inset
28758
28759  bajada.
28760 \begin_inset Newline newline
28761 \end_inset
28762
28763 Esto es una línea de texto con la palabra 
28764 \begin_inset ERT
28765 status collapsed
28766
28767 \begin_layout Plain Layout
28768
28769
28770 \backslash
28771 raisebox{0.5cm}{
28772 \end_layout
28773
28774 \end_inset
28775
28776 «testigo»
28777 \begin_inset ERT
28778 status collapsed
28779
28780 \begin_layout Plain Layout
28781
28782 }
28783 \end_layout
28784
28785 \end_inset
28786
28787  elevada.
28788 \end_layout
28789
28790 \begin_layout Standard
28791 Si por alguna razón quieres impedir esto, pon la altura de cuadro a cero.
28792  Por ejemplo
28793 \end_layout
28794
28795 \begin_layout Standard
28796
28797 \series bold
28798
28799 \backslash
28800 raisebox{-
28801 \backslash
28802 depth}[0pt]{
28803 \end_layout
28804
28805 \begin_layout Standard
28806 Esto es una línea de texto con la palabra 
28807 \begin_inset ERT
28808 status collapsed
28809
28810 \begin_layout Plain Layout
28811
28812
28813 \backslash
28814 raisebox{-
28815 \backslash
28816 depth}[0pt]{
28817 \end_layout
28818
28819 \end_inset
28820
28821 «prevención»
28822 \begin_inset ERT
28823 status collapsed
28824
28825 \begin_layout Plain Layout
28826
28827 }
28828 \end_layout
28829
28830 \end_inset
28831
28832  bajada.
28833 \begin_inset Newline newline
28834 \end_inset
28835
28836 Esto es una línea de texto con la palabra 
28837 \begin_inset ERT
28838 status collapsed
28839
28840 \begin_layout Plain Layout
28841
28842
28843 \backslash
28844 raisebox{0.5cm}[0pt]{
28845 \end_layout
28846
28847 \end_inset
28848
28849 «testigo»
28850 \begin_inset ERT
28851 status collapsed
28852
28853 \begin_layout Plain Layout
28854
28855 }
28856 \end_layout
28857
28858 \end_inset
28859
28860  elevada.
28861 \end_layout
28862
28863 \begin_layout Section
28864 Cuadros coloreados
28865 \begin_inset CommandInset label
28866 LatexCommand label
28867 name "sec:Cuadros-Coloreados"
28868
28869 \end_inset
28870
28871
28872 \begin_inset Index
28873 status collapsed
28874
28875 \begin_layout Plain Layout
28876 Cuadros ! Color
28877 \end_layout
28878
28879 \end_inset
28880
28881
28882 \end_layout
28883
28884 \begin_layout Subsection
28885 Color en texto
28886 \begin_inset Index
28887 status collapsed
28888
28889 \begin_layout Plain Layout
28890 Color ! en texto
28891 \end_layout
28892
28893 \end_inset
28894
28895
28896 \end_layout
28897
28898 \begin_layout Standard
28899 Para colorear el fondo de un texto, éste debe ponerse en un cuadro coloreado.
28900  Esto requiere cargar el paquete LaTeX 
28901 \series bold
28902 color
28903 \series default
28904
28905 \begin_inset Index
28906 status collapsed
28907
28908 \begin_layout Plain Layout
28909 LaTeX-paquetes ! color
28910 \end_layout
28911
28912 \end_inset
28913
28914  en el preámbulo del documento con
28915 \end_layout
28916
28917 \begin_layout Standard
28918
28919 \series bold
28920
28921 \backslash
28922 @ifundef\SpecialChar \textcompwordmark{}
28923 ined{textcolor}
28924 \begin_inset Newline newline
28925 \end_inset
28926
28927
28928 \begin_inset ERT
28929 status collapsed
28930
28931 \begin_layout Plain Layout
28932
28933
28934 \backslash
28935 hphantom{ }
28936 \end_layout
28937
28938 \end_inset
28939
28940 {
28941 \backslash
28942 usepackage{color}}{}
28943 \end_layout
28944
28945 \begin_layout Standard
28946 LyX cargará automáticamente el paquete 
28947 \series bold
28948 color
28949 \series default
28950  cuando colorees texto.
28951 \begin_inset Foot
28952 status collapsed
28953
28954 \begin_layout Plain Layout
28955 Para evitar cargarlo dos veces se usa el comando 
28956 \series bold
28957
28958 \backslash
28959 @ifundef\SpecialChar \textcompwordmark{}
28960 ined
28961 \series default
28962 .
28963 \end_layout
28964
28965 \end_inset
28966
28967
28968 \end_layout
28969
28970 \begin_layout Standard
28971 \begin_inset VSpace medskip
28972 \end_inset
28973
28974 Los cuadros coloreados se crean con el comando 
28975 \series bold
28976
28977 \backslash
28978 colorbox
28979 \series default
28980 , de acuerdo con el siguiente esquema:
28981 \end_layout
28982
28983 \begin_layout Standard
28984
28985 \series bold
28986
28987 \backslash
28988 colorbox{color}{contenido del cuadro}
28989 \end_layout
28990
28991 \begin_layout Standard
28992 El contenido también puede ser un cuadro y los cuadros coloreados también
28993  pueden estar en otros cuadros.
28994 \end_layout
28995
28996 \begin_layout Standard
28997 Los siguientes colores están predefinidos:
28998 \begin_inset Newline newline
28999 \end_inset
29000
29001
29002 \family sans
29003 red
29004 \family default
29005
29006 \family sans
29007 green
29008 \family default
29009
29010 \family sans
29011 yellow, blue
29012 \family default
29013
29014 \family sans
29015 cyan
29016 \family default
29017 \series bold
29018 ,
29019 \series default
29020  
29021 \family sans
29022 magenta, black
29023 \family default
29024
29025 \family sans
29026 white
29027 \family default
29028 .
29029 \begin_inset Newline newline
29030 \end_inset
29031
29032 También puedes definir tus propios colores según se explica en la sección
29033 \begin_inset space ~
29034 \end_inset
29035
29036
29037 \begin_inset CommandInset ref
29038 LatexCommand ref
29039 reference "sec:Tablas-Coloreadas"
29040
29041 \end_inset
29042
29043 .
29044 \end_layout
29045
29046 \begin_layout Standard
29047 Por ejemplo, para poner fondo rojo a una palabra, inserta el comando
29048 \end_layout
29049
29050 \begin_layout Standard
29051
29052 \series bold
29053
29054 \backslash
29055 colorbox{red}{
29056 \end_layout
29057
29058 \begin_layout Standard
29059 en código TeX antes de la palabra.
29060  Tras la palabra inserta una llave de cierre «
29061 \series bold
29062 }
29063 \series default
29064 » en código TeX.
29065 \begin_inset Newline newline
29066 \end_inset
29067
29068 Este es el resultado:
29069 \end_layout
29070
29071 \begin_layout Standard
29072 Línea en la que la palabra 
29073 \begin_inset ERT
29074 status collapsed
29075
29076 \begin_layout Plain Layout
29077
29078
29079 \backslash
29080 colorbox{red}{
29081 \end_layout
29082
29083 \end_inset
29084
29085 «¡Atención!»
29086 \begin_inset ERT
29087 status collapsed
29088
29089 \begin_layout Plain Layout
29090
29091 }
29092 \end_layout
29093
29094 \end_inset
29095
29096  tiene fondo rojo.
29097 \end_layout
29098
29099 \begin_layout Standard
29100 \begin_inset VSpace bigskip
29101 \end_inset
29102
29103 Si quieres un marco de distinto color, puedes emplear el comando 
29104 \series bold
29105
29106 \backslash
29107 fcolorbox
29108 \series default
29109  con el esquema siguiente:
29110 \end_layout
29111
29112 \begin_layout Standard
29113
29114 \series bold
29115
29116 \backslash
29117 fcolorbox{color del marco}{color del cuadro}{contenido del cuadro}
29118 \end_layout
29119
29120 \begin_layout Standard
29121
29122 \series bold
29123
29124 \backslash
29125 fcolorbox
29126 \series default
29127  es una extensión de 
29128 \series bold
29129
29130 \backslash
29131 colorbox
29132 \series default
29133 .
29134  El grosor del marco y el espacio entre él y el contenido se puede ajustar
29135  con las longitudes 
29136 \series bold
29137
29138 \backslash
29139 fboxrule
29140 \series default
29141  y 
29142 \series bold
29143
29144 \backslash
29145 fboxsep
29146 \series default
29147 , respectivamente, como se describe en la sección
29148 \begin_inset space ~
29149 \end_inset
29150
29151
29152 \begin_inset CommandInset ref
29153 LatexCommand ref
29154 reference "sec:Cuadros-Enmarcados"
29155
29156 \end_inset
29157
29158 .
29159 \end_layout
29160
29161 \begin_layout Standard
29162 Para el ejemplo siguiente se ha utilizado el comando
29163 \end_layout
29164
29165 \begin_layout Standard
29166
29167 \series bold
29168
29169 \backslash
29170 fcolorbox{cyan}{magenta}{
29171 \end_layout
29172
29173 \begin_layout Standard
29174 Este es un ejemplo en el que se ha puesto un grosor de 1
29175 \begin_inset space \thinspace{}
29176 \end_inset
29177
29178 mm para la línea del marco:
29179 \begin_inset Newline newline
29180 \end_inset
29181
29182
29183 \begin_inset ERT
29184 status collapsed
29185
29186 \begin_layout Plain Layout
29187
29188
29189 \backslash
29190 fboxrule 1mm 
29191 \backslash
29192 fboxsep 1mm
29193 \end_layout
29194
29195 \end_inset
29196
29197
29198 \begin_inset ERT
29199 status collapsed
29200
29201 \begin_layout Plain Layout
29202
29203
29204 \backslash
29205 fcolorbox{cyan}{magenta}{
29206 \end_layout
29207
29208 \end_inset
29209
29210 Texto en un marco coloreado y enmarcado.
29211 \begin_inset ERT
29212 status collapsed
29213
29214 \begin_layout Plain Layout
29215
29216 }
29217 \end_layout
29218
29219 \end_inset
29220
29221
29222 \end_layout
29223
29224 \begin_layout Standard
29225 \begin_inset VSpace bigskip
29226 \end_inset
29227
29228 Por supuesto también puedes colorear el texto en un marco coloreado:
29229 \begin_inset Newline newline
29230 \end_inset
29231
29232
29233 \begin_inset ERT
29234 status collapsed
29235
29236 \begin_layout Plain Layout
29237
29238
29239 \backslash
29240 fcolorbox{cyan}{magenta}{
29241 \end_layout
29242
29243 \end_inset
29244
29245
29246 \color yellow
29247 Texto coloreado en un marco sombreado y coloreado.
29248 \color none
29249
29250 \begin_inset ERT
29251 status collapsed
29252
29253 \begin_layout Plain Layout
29254
29255 }
29256 \end_layout
29257
29258 \end_inset
29259
29260
29261 \begin_inset ERT
29262 status collapsed
29263
29264 \begin_layout Plain Layout
29265
29266
29267 \backslash
29268 fboxrule 0.4pt 
29269 \backslash
29270 fboxsep 3pt
29271 \end_layout
29272
29273 \end_inset
29274
29275
29276 \end_layout
29277
29278 \begin_layout Standard
29279
29280 \series bold
29281 \begin_inset VSpace medskip
29282 \end_inset
29283
29284
29285 \end_layout
29286
29287 \begin_layout Standard
29288 \begin_inset Note Greyedout
29289 status open
29290
29291 \begin_layout Plain Layout
29292
29293 \series bold
29294 Nota:
29295 \series default
29296  El texto en cuadros coloreados no puede tener saltos de línea.
29297  Para colorear líneas o párrafos múltiples, usa un cuadro dentro de un cuadro
29298  coloreado como se describe a continuación.
29299 \end_layout
29300
29301 \end_inset
29302
29303
29304 \end_layout
29305
29306 \begin_layout Subsection
29307 Color en párrafos
29308 \begin_inset CommandInset label
29309 LatexCommand label
29310 name "sub:Color-en-Párrafos"
29311
29312 \end_inset
29313
29314
29315 \begin_inset Index
29316 status collapsed
29317
29318 \begin_layout Plain Layout
29319 Color ! en párrafos
29320 \end_layout
29321
29322 \end_inset
29323
29324
29325 \end_layout
29326
29327 \begin_layout Standard
29328 Para poner color de fondo en más de una línea, pon el texto en una minipágina.
29329  Antes de la minipágina inserta el comando 
29330 \series bold
29331
29332 \backslash
29333 colorbox
29334 \end_layout
29335
29336 \begin_layout Standard
29337
29338 \series bold
29339
29340 \backslash
29341 colorbox{color}{
29342 \end_layout
29343
29344 \begin_layout Standard
29345 en código TeX.
29346  Detrás de la minipágina inserta una llave de cierre «
29347 \series bold
29348 }
29349 \series default
29350 » en código TeX.
29351 \end_layout
29352
29353 \begin_layout Standard
29354 \begin_inset ERT
29355 status collapsed
29356
29357 \begin_layout Plain Layout
29358
29359
29360 \backslash
29361 colorbox{grisclaro}{
29362 \end_layout
29363
29364 \end_inset
29365
29366
29367 \begin_inset Box Frameless
29368 position "t"
29369 hor_pos "c"
29370 has_inner_box 1
29371 inner_pos "t"
29372 use_parbox 0
29373 width "100col%"
29374 special "none"
29375 height "1in"
29376 height_special "totalheight"
29377 status collapsed
29378
29379 \begin_layout Plain Layout
29380 Texto con color de fondo.
29381  Texto con color de fondo.
29382 \end_layout
29383
29384 \begin_layout Plain Layout
29385 \begin_inset VSpace defskip
29386 \end_inset
29387
29388 El texto puede tener notas al pie
29389 \begin_inset Foot
29390 status collapsed
29391
29392 \begin_layout Plain Layout
29393 Otro ejemplo de nota
29394 \end_layout
29395
29396 \end_inset
29397
29398  y puede incluir tablas y figuras.
29399 \end_layout
29400
29401 \begin_layout Plain Layout
29402 \align center
29403 \begin_inset Tabular
29404 <lyxtabular version="3" rows="3" columns="3">
29405 <features>
29406 <column alignment="center" valignment="top" width="0">
29407 <column alignment="center" valignment="top" width="0">
29408 <column alignment="center" valignment="top" width="0">
29409 <row>
29410 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
29411 \begin_inset Text
29412
29413 \begin_layout Plain Layout
29414 a
29415 \end_layout
29416
29417 \end_inset
29418 </cell>
29419 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
29420 \begin_inset Text
29421
29422 \begin_layout Plain Layout
29423 !
29424 \end_layout
29425
29426 \end_inset
29427 </cell>
29428 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
29429 \begin_inset Text
29430
29431 \begin_layout Plain Layout
29432 3
29433 \end_layout
29434
29435 \end_inset
29436 </cell>
29437 </row>
29438 <row>
29439 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
29440 \begin_inset Text
29441
29442 \begin_layout Plain Layout
29443 <
29444 \end_layout
29445
29446 \end_inset
29447 </cell>
29448 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
29449 \begin_inset Text
29450
29451 \begin_layout Plain Layout
29452 b2
29453 \begin_inset Quotes erd
29454 \end_inset
29455
29456 |
29457 \end_layout
29458
29459 \end_inset
29460 </cell>
29461 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
29462 \begin_inset Text
29463
29464 \begin_layout Plain Layout
29465 >
29466 \end_layout
29467
29468 \end_inset
29469 </cell>
29470 </row>
29471 <row>
29472 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
29473 \begin_inset Text
29474
29475 \begin_layout Plain Layout
29476 1
29477 \end_layout
29478
29479 \end_inset
29480 </cell>
29481 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
29482 \begin_inset Text
29483
29484 \begin_layout Plain Layout
29485 §
29486 \end_layout
29487
29488 \end_inset
29489 </cell>
29490 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
29491 \begin_inset Text
29492
29493 \begin_layout Plain Layout
29494 c
29495 \end_layout
29496
29497 \end_inset
29498 </cell>
29499 </row>
29500 </lyxtabular>
29501
29502 \end_inset
29503
29504
29505 \end_layout
29506
29507 \end_inset
29508
29509
29510 \begin_inset ERT
29511 status collapsed
29512
29513 \begin_layout Plain Layout
29514
29515 }
29516 \end_layout
29517
29518 \end_inset
29519
29520
29521 \end_layout
29522
29523 \begin_layout Section
29524 Cuadros rotados y escalados
29525 \end_layout
29526
29527 \begin_layout Standard
29528 Para poder usar los comandos descritos en esta sección hay que cargar el
29529  paquete LaTeX 
29530 \series bold
29531 graphicx
29532 \series default
29533
29534 \begin_inset Index
29535 status collapsed
29536
29537 \begin_layout Plain Layout
29538 LaTeX-paquetes ! graphicx
29539 \end_layout
29540
29541 \end_inset
29542
29543  en el preámbulo del documento, con el comando
29544 \end_layout
29545
29546 \begin_layout Standard
29547
29548 \series bold
29549
29550 \backslash
29551 @ifundefined{rotatebox}
29552 \begin_inset Newline newline
29553 \end_inset
29554
29555
29556 \begin_inset ERT
29557 status collapsed
29558
29559 \begin_layout Plain Layout
29560
29561
29562 \backslash
29563 hphantom{ }
29564 \end_layout
29565
29566 \end_inset
29567
29568 {
29569 \backslash
29570 usepackage{graphicx}}{}
29571 \end_layout
29572
29573 \begin_layout Standard
29574 \begin_inset Note Greyedout
29575 status open
29576
29577 \begin_layout Plain Layout
29578
29579 \series bold
29580 Nota: 
29581 \series default
29582 Algunos visores DVI no pueden mostrar material rotado o escalado.
29583 \end_layout
29584
29585 \end_inset
29586
29587
29588 \end_layout
29589
29590 \begin_layout Standard
29591 \begin_inset Note Greyedout
29592 status open
29593
29594 \begin_layout Plain Layout
29595
29596 \series bold
29597 Nota:
29598 \series default
29599  Los cuadros rotados o escalados no pueden contener flotantes.
29600 \end_layout
29601
29602 \end_inset
29603
29604
29605 \end_layout
29606
29607 \begin_layout Subsection
29608 Cuadros rotados
29609 \begin_inset Index
29610 status collapsed
29611
29612 \begin_layout Plain Layout
29613 Cuadros ! Rotar
29614 \end_layout
29615
29616 \end_inset
29617
29618
29619 \begin_inset Index
29620 status collapsed
29621
29622 \begin_layout Plain Layout
29623 Material rotado
29624 \end_layout
29625
29626 \end_inset
29627
29628
29629 \begin_inset Index
29630 status collapsed
29631
29632 \begin_layout Plain Layout
29633 Figuras ! Rotar
29634 \end_layout
29635
29636 \end_inset
29637
29638
29639 \begin_inset Index
29640 status collapsed
29641
29642 \begin_layout Plain Layout
29643 Tablas ! Rotar
29644 \end_layout
29645
29646 \end_inset
29647
29648
29649 \end_layout
29650
29651 \begin_layout Standard
29652 Para rotar material debes ponerlo en un cuadro rotado.
29653  Los cuadros rotados se crean con el comando 
29654 \series bold
29655
29656 \backslash
29657 rotatebox
29658 \series default
29659  en código TeX, según el esquema:
29660 \end_layout
29661
29662 \begin_layout Standard
29663
29664 \series bold
29665
29666 \backslash
29667 rotatebox[origen de rotación]{ángulo de rotación}{contenido del cuadro}
29668 \end_layout
29669
29670 \begin_layout Standard
29671 El origen de rotación se especifica en la forma 
29672 \series bold
29673 origin=position
29674 \series default
29675 .
29676  Son posibles las posiciones siguientes: 
29677 \emph on
29678 c
29679 \emph default
29680  (center), 
29681 \emph on
29682 l
29683 \emph default
29684  (left), 
29685 \emph on
29686 r
29687 \emph default
29688  (right), 
29689 \emph on
29690 b
29691 \emph default
29692  (bottom), 
29693 \emph on
29694 t
29695 \emph default
29696  (top), así como combinaciones adecuadas de las posiciones básicas.
29697  Por ejemplo, 
29698 \emph on
29699 lt
29700 \emph default
29701  significa que el origen de rotación es la esquina superior izquierda del
29702  cuadro.
29703  Si no se especifica origen de rotación se usará la posición 
29704 \emph on
29705 l
29706 \emph default
29707 .
29708  El ángulo de rotación es un número de grados, y puede ser negativo.
29709  El sentido de giro es contrario al de las agujas del reloj.
29710 \end_layout
29711
29712 \begin_layout Standard
29713 En el siguiente ejemplo se ha insertado el comando 
29714 \series bold
29715
29716 \backslash
29717 rotatebox[origin=c]{60}{ 
29718 \series default
29719 como código TeX delante del texto «con rotación»; después del texto, el
29720  cuadro se ha cerrado con llave de cierre en código TeX.
29721 \end_layout
29722
29723 \begin_layout Standard
29724 Esta línea contiene texto 
29725 \begin_inset ERT
29726 status collapsed
29727
29728 \begin_layout Plain Layout
29729
29730
29731 \backslash
29732 rotatebox[origin=c]{60}{
29733 \end_layout
29734
29735 \end_inset
29736
29737 con rotación
29738 \begin_inset ERT
29739 status collapsed
29740
29741 \begin_layout Plain Layout
29742
29743 }
29744 \end_layout
29745
29746 \end_inset
29747
29748 .
29749 \end_layout
29750
29751 \begin_layout Standard
29752 El contenido del cuadro puede ser también otro cuadro o una ecuación en
29753  línea:
29754 \end_layout
29755
29756 \begin_layout Standard
29757 En esta línea hay texto enmarcado 
29758 \begin_inset ERT
29759 status collapsed
29760
29761 \begin_layout Plain Layout
29762
29763
29764 \backslash
29765 rotatebox[origin=r]{-60}{
29766 \end_layout
29767
29768 \end_inset
29769
29770
29771 \begin_inset Box Doublebox
29772 position "c"
29773 hor_pos "c"
29774 has_inner_box 0
29775 inner_pos "c"
29776 use_parbox 0
29777 width "1in"
29778 special "width"
29779 height "1in"
29780 height_special "totalheight"
29781 status open
29782
29783 \begin_layout Plain Layout
29784 con rotación
29785 \end_layout
29786
29787 \end_inset
29788
29789
29790 \begin_inset ERT
29791 status collapsed
29792
29793 \begin_layout Plain Layout
29794
29795 }
29796 \end_layout
29797
29798 \end_inset
29799
29800  y 
29801 \begin_inset ERT
29802 status collapsed
29803
29804 \begin_layout Plain Layout
29805
29806
29807 \backslash
29808 rotatebox[origin=lb]{60}{
29809 \end_layout
29810
29811 \end_inset
29812
29813
29814 \begin_inset Formula $\int A\,\mathrm{d}x=B$
29815 \end_inset
29816
29817
29818 \begin_inset ERT
29819 status collapsed
29820
29821 \begin_layout Plain Layout
29822
29823 }
29824 \end_layout
29825
29826 \end_inset
29827
29828  una ecuación.
29829 \end_layout
29830
29831 \begin_layout Standard
29832 O una imagen o una tabla:
29833 \end_layout
29834
29835 \begin_layout Standard
29836 Aquí hay una imagen girada 
29837 \begin_inset ERT
29838 status collapsed
29839
29840 \begin_layout Plain Layout
29841
29842
29843 \backslash
29844 rotatebox[origin=lb]{90}{
29845 \end_layout
29846
29847 \end_inset
29848
29849
29850 \begin_inset Graphics
29851         filename ../clipart/platypus.eps
29852         lyxscale 50
29853         width 25col%
29854
29855 \end_inset
29856
29857
29858 \begin_inset ERT
29859 status collapsed
29860
29861 \begin_layout Plain Layout
29862
29863 }
29864 \end_layout
29865
29866 \end_inset
29867
29868  y una tabla girada 
29869 \begin_inset ERT
29870 status collapsed
29871
29872 \begin_layout Plain Layout
29873
29874
29875 \backslash
29876 rotatebox[origin=l]{-90}{
29877 \end_layout
29878
29879 \end_inset
29880
29881
29882 \begin_inset Tabular
29883 <lyxtabular version="3" rows="2" columns="2">
29884 <features>
29885 <column alignment="center" valignment="top" width="0">
29886 <column alignment="center" valignment="top" width="0">
29887 <row>
29888 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
29889 \begin_inset Text
29890
29891 \begin_layout Plain Layout
29892 q
29893 \end_layout
29894
29895 \end_inset
29896 </cell>
29897 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
29898 \begin_inset Text
29899
29900 \begin_layout Plain Layout
29901 w
29902 \end_layout
29903
29904 \end_inset
29905 </cell>
29906 </row>
29907 <row>
29908 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
29909 \begin_inset Text
29910
29911 \begin_layout Plain Layout
29912 e
29913 \end_layout
29914
29915 \end_inset
29916 </cell>
29917 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
29918 \begin_inset Text
29919
29920 \begin_layout Plain Layout
29921 r
29922 \end_layout
29923
29924 \end_inset
29925 </cell>
29926 </row>
29927 </lyxtabular>
29928
29929 \end_inset
29930
29931
29932 \begin_inset ERT
29933 status collapsed
29934
29935 \begin_layout Plain Layout
29936
29937 }
29938 \end_layout
29939
29940 \end_inset
29941
29942
29943 \end_layout
29944
29945 \begin_layout Subsection
29946 Cuadros escalados
29947 \begin_inset Index
29948 status collapsed
29949
29950 \begin_layout Plain Layout
29951 Cuadros ! Escalar
29952 \end_layout
29953
29954 \end_inset
29955
29956
29957 \begin_inset Index
29958 status collapsed
29959
29960 \begin_layout Plain Layout
29961 Material escalado
29962 \end_layout
29963
29964 \end_inset
29965
29966
29967 \begin_inset Index
29968 status collapsed
29969
29970 \begin_layout Plain Layout
29971 Figuras ! Escalar
29972 \end_layout
29973
29974 \end_inset
29975
29976
29977 \begin_inset Index
29978 status collapsed
29979
29980 \begin_layout Plain Layout
29981 Tablas ! Escalar
29982 \end_layout
29983
29984 \end_inset
29985
29986
29987 \end_layout
29988
29989 \begin_layout Standard
29990 Para escalar material se pueden usar los comandos 
29991 \series bold
29992
29993 \backslash
29994 scalebox
29995 \series default
29996  y 
29997 \series bold
29998
29999 \backslash
30000 resizebox 
30001 \series default
30002 en código TeX.
30003 \end_layout
30004
30005 \begin_layout Standard
30006
30007 \series bold
30008
30009 \backslash
30010 scalebox
30011 \series default
30012  se usa con el esquema siguiente:
30013 \end_layout
30014
30015 \begin_layout Standard
30016
30017 \series bold
30018
30019 \backslash
30020 scalebox{horizontal}[vertical]{contenido del cuadro}
30021 \end_layout
30022
30023 \begin_layout Standard
30024 Horizontal y vertical son los factores de escala correspondientes.
30025  Si no se especifica factor vertical, su valor será el mismo que el factor
30026  de escala horizontal.
30027  
30028 \end_layout
30029
30030 \begin_layout Standard
30031 Por ejemplo, el comando 
30032 \series bold
30033
30034 \backslash
30035 scalebox{2}{Hola} 
30036 \series default
30037 crea un 
30038 \begin_inset ERT
30039 status collapsed
30040
30041 \begin_layout Plain Layout
30042
30043
30044 \backslash
30045 scalebox{2}{
30046 \end_layout
30047
30048 \end_inset
30049
30050 Hola
30051 \begin_inset ERT
30052 status collapsed
30053
30054 \begin_layout Plain Layout
30055
30056 }
30057 \end_layout
30058
30059 \end_inset
30060
30061  de doble tamaño que el texto normal del documento.
30062 \end_layout
30063
30064 \begin_layout Standard
30065 El comando 
30066 \series bold
30067
30068 \backslash
30069 scalebox{2}[1]{Hola} 
30070 \series default
30071 distorsiona el 
30072 \begin_inset ERT
30073 status collapsed
30074
30075 \begin_layout Plain Layout
30076
30077
30078 \backslash
30079 scalebox{2}[1]{
30080 \end_layout
30081
30082 \end_inset
30083
30084 Hola
30085 \begin_inset ERT
30086 status collapsed
30087
30088 \begin_layout Plain Layout
30089
30090 }
30091 \end_layout
30092
30093 \end_inset
30094
30095 .
30096 \end_layout
30097
30098 \begin_layout Standard
30099 Si un factor de escala es negativo el contenido del cuadro es reflejado.
30100  Por eso el comando 
30101 \series bold
30102
30103 \backslash
30104 scalebox{-1}[1]{Hola} 
30105 \series default
30106 puede usarse para reflejar un texto: 
30107 \begin_inset ERT
30108 status collapsed
30109
30110 \begin_layout Plain Layout
30111
30112
30113 \backslash
30114 scalebox{-1}[1]{
30115 \end_layout
30116
30117 \end_inset
30118
30119 Hola
30120 \begin_inset ERT
30121 status collapsed
30122
30123 \begin_layout Plain Layout
30124
30125 }
30126 \end_layout
30127
30128 \end_inset
30129
30130 .
30131 \end_layout
30132
30133 \begin_layout Standard
30134
30135 \series bold
30136
30137 \backslash
30138 scalebox{1}[-1]{Hola} 
30139 \series default
30140 refleja el 
30141 \begin_inset ERT
30142 status collapsed
30143
30144 \begin_layout Plain Layout
30145
30146
30147 \backslash
30148 scalebox{1}[-1]{
30149 \end_layout
30150
30151 \end_inset
30152
30153 Hola
30154 \begin_inset ERT
30155 status collapsed
30156
30157 \begin_layout Plain Layout
30158
30159 }
30160 \end_layout
30161
30162 \end_inset
30163
30164  sobre la base.
30165 \end_layout
30166
30167 \begin_layout Standard
30168 El comando 
30169 \series bold
30170
30171 \backslash
30172 scalebox{-1}[1]{contenido del cuadro} 
30173 \series default
30174 puede sustituirse por 
30175 \series bold
30176
30177 \begin_inset Newline newline
30178 \end_inset
30179
30180
30181 \backslash
30182 reflectbox{contenido del cuadro}
30183 \begin_inset VSpace defskip
30184 \end_inset
30185
30186
30187 \end_layout
30188
30189 \begin_layout Standard
30190 El comando 
30191 \series bold
30192
30193 \backslash
30194 resizebox
30195 \series default
30196  sirve para escalar el cuadro a una altura y anchura definidas, según el
30197  esquema:
30198 \end_layout
30199
30200 \begin_layout Standard
30201
30202 \series bold
30203
30204 \backslash
30205 resizebox{anchura}{altura}{contenido del cuadro}
30206 \end_layout
30207
30208 \begin_layout Standard
30209 Si uno de los argumentos del comando es un signo de exclamación, 
30210 \series bold
30211 !
30212 \series default
30213 , la escala se produce de forma que se mantiene la relación de las dimensiones
30214  originales del contenido del cuadro.
30215  
30216 \end_layout
30217
30218 \begin_layout Standard
30219 El comando 
30220 \series bold
30221
30222 \backslash
30223 resizebox{2cm}{1cm}{Hola}
30224 \series default
30225  genera: 
30226 \begin_inset ERT
30227 status collapsed
30228
30229 \begin_layout Plain Layout
30230
30231
30232 \backslash
30233 resizebox{2cm}{1cm}{
30234 \end_layout
30235
30236 \end_inset
30237
30238 Hola
30239 \begin_inset ERT
30240 status collapsed
30241
30242 \begin_layout Plain Layout
30243
30244 }
30245 \end_layout
30246
30247 \end_inset
30248
30249
30250 \begin_inset Newline newline
30251 \end_inset
30252
30253 El comando 
30254 \series bold
30255
30256 \backslash
30257 resizebox{2cm}{!}{Hola}
30258 \series default
30259  genera: 
30260 \begin_inset ERT
30261 status collapsed
30262
30263 \begin_layout Plain Layout
30264
30265
30266 \backslash
30267 resizebox{2cm}{!}{
30268 \end_layout
30269
30270 \end_inset
30271
30272 Hola
30273 \begin_inset ERT
30274 status collapsed
30275
30276 \begin_layout Plain Layout
30277
30278 }
30279 \end_layout
30280
30281 \end_inset
30282
30283
30284 \end_layout
30285
30286 \begin_layout Standard
30287 \begin_inset VSpace defskip
30288 \end_inset
30289
30290
30291 \end_layout
30292
30293 \begin_layout Standard
30294 \begin_inset Note Greyedout
30295 status open
30296
30297 \begin_layout Plain Layout
30298
30299 \series bold
30300 Nota: 
30301 \series default
30302 Si los argumentos de 
30303 \series bold
30304
30305 \backslash
30306 scalebox
30307 \series default
30308  o 
30309 \series bold
30310
30311 \backslash
30312 resizebox
30313 \series default
30314  son cero, no se generan errores de LaTeX al exportar el documento, pero
30315  puede suceder que la salida no se muestre o que sea incompleta.
30316  
30317 \end_layout
30318
30319 \end_inset
30320
30321
30322 \begin_inset VSpace defskip
30323 \end_inset
30324
30325
30326 \end_layout
30327
30328 \begin_layout Standard
30329 Los cuadros se pueden combinar en cualquier orden.
30330  Por ejemplo, el comando
30331 \series bold
30332
30333 \begin_inset Newline newline
30334 \end_inset
30335
30336
30337 \backslash
30338 rotatebox[origin=c]{-45}{
30339 \backslash
30340 resizebox{2cm}{!}{
30341 \backslash
30342 reflectbox{Hola}}}
30343 \begin_inset Newline newline
30344 \end_inset
30345
30346
30347 \series default
30348 genera:
30349 \end_layout
30350
30351 \begin_layout Standard
30352 \noindent
30353 \align center
30354 \begin_inset ERT
30355 status collapsed
30356
30357 \begin_layout Plain Layout
30358
30359
30360 \backslash
30361 rotatebox[origin=c]{-45}{
30362 \backslash
30363 resizebox{2cm}{!}{
30364 \backslash
30365 reflectbox{
30366 \end_layout
30367
30368 \end_inset
30369
30370 Hola
30371 \begin_inset ERT
30372 status collapsed
30373
30374 \begin_layout Plain Layout
30375
30376 }}}
30377 \end_layout
30378
30379 \end_inset
30380
30381
30382 \end_layout
30383
30384 \begin_layout Standard
30385 \noindent
30386 Un cuadro puede contener imágenes, tablas y ecuaciones en línea:
30387 \end_layout
30388
30389 \begin_layout Standard
30390 \noindent
30391
30392 \end_layout
30393
30394 \begin_layout Standard
30395 \align center
30396 \begin_inset ERT
30397 status collapsed
30398
30399 \begin_layout Plain Layout
30400
30401
30402 \backslash
30403 rotatebox[origin=c]{-30}{
30404 \backslash
30405 resizebox{2cm}{!}{
30406 \backslash
30407 reflectbox{
30408 \end_layout
30409
30410 \end_inset
30411
30412
30413 \begin_inset Graphics
30414         filename ../clipart/platypus.eps
30415         lyxscale 50
30416         width 25col%
30417
30418 \end_inset
30419
30420
30421 \begin_inset ERT
30422 status collapsed
30423
30424 \begin_layout Plain Layout
30425
30426 }}}
30427 \end_layout
30428
30429 \end_inset
30430
30431
30432 \begin_inset ERT
30433 status collapsed
30434
30435 \begin_layout Plain Layout
30436
30437
30438 \backslash
30439 rotatebox[origin=c]{-45}{
30440 \backslash
30441 resizebox{2cm}{!}{
30442 \backslash
30443 reflectbox{
30444 \end_layout
30445
30446 \end_inset
30447
30448
30449 \begin_inset Tabular
30450 <lyxtabular version="3" rows="2" columns="2">
30451 <features>
30452 <column alignment="center" valignment="top" width="0">
30453 <column alignment="center" valignment="top" width="0">
30454 <row>
30455 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
30456 \begin_inset Text
30457
30458 \begin_layout Plain Layout
30459 q
30460 \end_layout
30461
30462 \end_inset
30463 </cell>
30464 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
30465 \begin_inset Text
30466
30467 \begin_layout Plain Layout
30468 w
30469 \end_layout
30470
30471 \end_inset
30472 </cell>
30473 </row>
30474 <row>
30475 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
30476 \begin_inset Text
30477
30478 \begin_layout Plain Layout
30479 e
30480 \end_layout
30481
30482 \end_inset
30483 </cell>
30484 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
30485 \begin_inset Text
30486
30487 \begin_layout Plain Layout
30488 r
30489 \end_layout
30490
30491 \end_inset
30492 </cell>
30493 </row>
30494 </lyxtabular>
30495
30496 \end_inset
30497
30498
30499 \begin_inset ERT
30500 status collapsed
30501
30502 \begin_layout Plain Layout
30503
30504 }}}
30505 \end_layout
30506
30507 \end_inset
30508
30509
30510 \begin_inset ERT
30511 status collapsed
30512
30513 \begin_layout Plain Layout
30514
30515
30516 \backslash
30517 rotatebox[origin=c]{-45}{
30518 \backslash
30519 resizebox{2cm}{!}{
30520 \backslash
30521 reflectbox{
30522 \end_layout
30523
30524 \end_inset
30525
30526
30527 \begin_inset Formula $\int A\,\mathrm{d}x=B$
30528 \end_inset
30529
30530
30531 \begin_inset ERT
30532 status collapsed
30533
30534 \begin_layout Plain Layout
30535
30536 }}}
30537 \end_layout
30538
30539 \end_inset
30540
30541
30542 \end_layout
30543
30544 \begin_layout Standard
30545 Si se usa el estilo global 
30546 \series bold
30547 fleqn
30548 \series default
30549  para las ecuaciones del documento,
30550 \begin_inset Foot
30551 status collapsed
30552
30553 \begin_layout Plain Layout
30554 Si «fleqn» se añade a las opciones de clase del documento.
30555 \end_layout
30556
30557 \end_inset
30558
30559  también pueden escalarse las ecuaciones en estilo presentación.
30560 \end_layout
30561
30562 \begin_layout Chapter
30563 Archivos externos
30564 \begin_inset Index
30565 status collapsed
30566
30567 \begin_layout Plain Layout
30568 Archivos externos
30569 \end_layout
30570
30571 \end_inset
30572
30573
30574 \end_layout
30575
30576 \begin_layout Standard
30577 Con el menú 
30578 \family sans
30579 Insertar\SpecialChar \menuseparator
30580 Archivo 
30581 \family default
30582 se pueden insertar archivos externos en un documento.
30583  Estos pueden ser:
30584 \end_layout
30585
30586 \begin_layout Description
30587 Documento
30588 \begin_inset space ~
30589 \end_inset
30590
30591 LyX Otro documento LyX; su contenido se inserta directamente en tu documento.
30592 \end_layout
30593
30594 \begin_layout Description
30595 Texto
30596 \begin_inset space ~
30597 \end_inset
30598
30599 simple Un documento de texto; cada línea del mismo se inserta en tu documento
30600  como párrafo propio.
30601 \end_layout
30602
30603 \begin_layout Description
30604 Texto
30605 \begin_inset space ~
30606 \end_inset
30607
30608 simple,
30609 \begin_inset space ~
30610 \end_inset
30611
30612 unir
30613 \begin_inset space ~
30614 \end_inset
30615
30616 líneas Un documento de texto; sus líneas de texto se insertan tal como son.
30617  Las líneas vacías generan un nuevo párrafo en tu documento.
30618 \end_layout
30619
30620 \begin_layout Description
30621 Material
30622 \begin_inset space ~
30623 \end_inset
30624
30625 externo Archivos en diversos formatos.
30626 \end_layout
30627
30628 \begin_layout Description
30629 Documento
30630 \begin_inset space ~
30631 \end_inset
30632
30633 hijo Documentos LyX, LaTeX o texto simple.
30634 \end_layout
30635
30636 \begin_layout Section
30637 Material externo
30638 \begin_inset Index
30639 status collapsed
30640
30641 \begin_layout Plain Layout
30642 Material externo
30643 \end_layout
30644
30645 \end_inset
30646
30647
30648 \end_layout
30649
30650 \begin_layout Standard
30651 Esta característica te permite insertar archivos en tu documento sin convertirlo
30652 s previamente a un formato legible en la salida, ya que LyX se ocupa de
30653  las necesarias conversiones.
30654  Esto es parecido a la inserción de imágenes en diversos formatos en los
30655  documentos LyX.
30656  Si has activado la Vista preliminar inmediata en las preferencias de LyX,
30657  en 
30658 \family sans
30659 Apariencia
30660 \family default
30661 \SpecialChar \menuseparator
30662 Gráficos, los tipos de material externo Dia y Xfig se muestran directamente
30663  en LyX.
30664 \end_layout
30665
30666 \begin_layout Standard
30667 El material externo se puede insertar mediante el diálogo que surge a partir
30668  del menú 
30669 \family sans
30670 Insertar\SpecialChar \menuseparator
30671 Archivo\SpecialChar \menuseparator
30672 Material
30673 \begin_inset space ~
30674 \end_inset
30675
30676 externo
30677 \family default
30678 .
30679  Actualmente se permiten los siguientes tipos de archivo (
30680 \family sans
30681 Plantillas
30682 \family default
30683 ):
30684 \end_layout
30685
30686 \begin_layout Description
30687 Diagrama
30688 \begin_inset space ~
30689 \end_inset
30690
30691 de
30692 \begin_inset space ~
30693 \end_inset
30694
30695 ajedrez Esta plantilla soporta diagramas posicionales de ajedrez hechos
30696  con el programa 
30697 \series bold
30698
30699 \begin_inset CommandInset href
30700 LatexCommand href
30701 name "XBoard"
30702 target "http://en.wikipedia.org/wiki/XBoard"
30703
30704 \end_inset
30705
30706
30707 \series default
30708 .
30709 \end_layout
30710
30711 \begin_layout Description
30712 Dia Esta plantilla soporta diagramas creados con el programa 
30713 \series bold
30714
30715 \begin_inset CommandInset href
30716 LatexCommand href
30717 name "Dia"
30718 target "http://en.wikipedia.org/wiki/Dia_(software)"
30719
30720 \end_inset
30721
30722
30723 \series default
30724 .
30725 \end_layout
30726
30727 \begin_layout Description
30728 Fecha Esta inserta la fecha en el formato 
30729 \emph on
30730 Día-Mes-Año.
30731
30732 \emph default
30733  A continuación hay una fecha insertada como material externo: 
30734 \begin_inset External
30735         template Date
30736         filename ...
30737
30738 \end_inset
30739
30740
30741 \begin_inset space ~
30742 \end_inset
30743
30744
30745 \begin_inset Note Note
30746 status collapsed
30747
30748 \begin_layout Plain Layout
30749 ¡Quitar el espacio protegido cuando se arregle el fallo 4398!
30750 \end_layout
30751
30752 \end_inset
30753
30754
30755 \begin_inset Newline newline
30756 \end_inset
30757
30758 La fecha no se muestra en LyX, sólo en la salida.
30759  Hay otros dos métodos de insertar una fecha, con el menú 
30760 \family sans
30761 Insertar\SpecialChar \menuseparator
30762 Fecha
30763 \family default
30764  y con el comando LaTeX 
30765 \series bold
30766
30767 \backslash
30768 today
30769 \series default
30770  en código TeX.
30771  Los distintos métodos se comparan en la tabla
30772 \begin_inset space ~
30773 \end_inset
30774
30775
30776 \begin_inset CommandInset ref
30777 LatexCommand ref
30778 reference "tab:Comparación-de"
30779
30780 \end_inset
30781
30782 .
30783 \end_layout
30784
30785 \begin_layout Description
30786 LilyPond Esta plantilla sirve para tipografiar notación musical con el programa
30787 \begin_inset Newline linebreak
30788 \end_inset
30789
30790
30791 \series bold
30792
30793 \begin_inset CommandInset href
30794 LatexCommand href
30795 name "LilyPond"
30796 target "http://en.wikipedia.org/wiki/LilyPond"
30797
30798 \end_inset
30799
30800
30801 \series default
30802 .
30803 \end_layout
30804
30805 \begin_layout Description
30806 PDFPages Con esta plantilla puedes insertar documentos PDF en tu documento.
30807  Para insertar algunas o todas las páginas de un documento PDF, utiliza
30808  la opción 
30809 \emph on
30810 pages
30811 \emph default
30812  en el campo 
30813 \family sans
30814 Opción
30815 \family default
30816  de la pestaña 
30817 \family sans
30818 Opciones de LaTeX y LyX
30819 \family default
30820 , según la descripción de la plantilla en el diálogo.
30821  Si no se usa la opción 
30822 \emph on
30823 pages
30824 \emph default
30825 , sólo se inserta la primera página del PDF.
30826 \end_layout
30827
30828 \begin_layout Description
30829 RasterImage Sirve para insertar imágenes bitmap.
30830  Casi todos los formatos populares de imágenes están soportados.
30831  Las imágenes se pueden tratar en el diálogo 
30832 \family sans
30833 Material Externo
30834 \family default
30835  como las que habitualmente se incluyen mediante el diálogo 
30836 \family sans
30837 Gráficos
30838 \family default
30839 , tal como se explica en la sección
30840 \begin_inset space ~
30841 \end_inset
30842
30843
30844 \begin_inset CommandInset ref
30845 LatexCommand ref
30846 reference "sec:Diálogo-Gráficos"
30847
30848 \end_inset
30849
30850 .
30851  La diferencia es que sólo se permiten imágenes bitmap, por tanto las imágenes
30852  PDF y EPS no están soportadas.
30853 \end_layout
30854
30855 \begin_layout Description
30856 XFig Esta plantilla soporta imágenes creadas con el programa 
30857 \series bold
30858
30859 \begin_inset CommandInset href
30860 LatexCommand href
30861 name "Xfig"
30862 target "http://en.wikipedia.org/wiki/Xfig"
30863
30864 \end_inset
30865
30866
30867 \series default
30868 .
30869 \end_layout
30870
30871 \begin_layout Standard
30872 \begin_inset Float table
30873 placement h
30874 wide false
30875 sideways false
30876 status open
30877
30878 \begin_layout Plain Layout
30879 \begin_inset Caption
30880
30881 \begin_layout Plain Layout
30882 \begin_inset CommandInset label
30883 LatexCommand label
30884 name "tab:Comparación-de"
30885
30886 \end_inset
30887
30888 Comparación de los métodos de inserción de fecha.
30889 \end_layout
30890
30891 \end_inset
30892
30893
30894 \end_layout
30895
30896 \begin_layout Plain Layout
30897 \align center
30898 \begin_inset Tabular
30899 <lyxtabular version="3" rows="4" columns="4">
30900 <features>
30901 <column alignment="center" valignment="top" width="0">
30902 <column alignment="center" valignment="top" width="0">
30903 <column alignment="center" valignment="top" width="0">
30904 <column alignment="center" valignment="top" width="0">
30905 <row>
30906 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
30907 \begin_inset Text
30908
30909 \begin_layout Plain Layout
30910 Documento
30911 \end_layout
30912
30913 \end_inset
30914 </cell>
30915 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
30916 \begin_inset Text
30917
30918 \begin_layout Plain Layout
30919
30920 \family sans
30921 Material externo\SpecialChar \menuseparator
30922 Fecha
30923 \end_layout
30924
30925 \end_inset
30926 </cell>
30927 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
30928 \begin_inset Text
30929
30930 \begin_layout Plain Layout
30931
30932 \family sans
30933 Insertar\SpecialChar \menuseparator
30934 Fecha
30935 \end_layout
30936
30937 \end_inset
30938 </cell>
30939 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
30940 \begin_inset Text
30941
30942 \begin_layout Plain Layout
30943 comando 
30944 \series bold
30945
30946 \backslash
30947 today
30948 \end_layout
30949
30950 \end_inset
30951 </cell>
30952 </row>
30953 <row>
30954 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
30955 \begin_inset Text
30956
30957 \begin_layout Plain Layout
30958 LyX
30959 \end_layout
30960
30961 \end_inset
30962 </cell>
30963 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
30964 \begin_inset Text
30965
30966 \begin_layout Plain Layout
30967 como cuadro
30968 \end_layout
30969
30970 \end_inset
30971 </cell>
30972 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
30973 \begin_inset Text
30974
30975 \begin_layout Plain Layout
30976 como fecha
30977 \end_layout
30978
30979 \end_inset
30980 </cell>
30981 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
30982 \begin_inset Text
30983
30984 \begin_layout Plain Layout
30985 como cuadro código TeX
30986 \end_layout
30987
30988 \end_inset
30989 </cell>
30990 </row>
30991 <row>
30992 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
30993 \begin_inset Text
30994
30995 \begin_layout Plain Layout
30996 LaTeX
30997 \end_layout
30998
30999 \end_inset
31000 </cell>
31001 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
31002 \begin_inset Text
31003
31004 \begin_layout Plain Layout
31005 como fecha
31006 \end_layout
31007
31008 \end_inset
31009 </cell>
31010 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
31011 \begin_inset Text
31012
31013 \begin_layout Plain Layout
31014 como fecha
31015 \end_layout
31016
31017 \end_inset
31018 </cell>
31019 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
31020 \begin_inset Text
31021
31022 \begin_layout Plain Layout
31023 como comando
31024 \end_layout
31025
31026 \end_inset
31027 </cell>
31028 </row>
31029 <row>
31030 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
31031 \begin_inset Text
31032
31033 \begin_layout Plain Layout
31034 DVI, PDF, PS
31035 \end_layout
31036
31037 \end_inset
31038 </cell>
31039 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
31040 \begin_inset Text
31041
31042 \begin_layout Plain Layout
31043 como fecha
31044 \end_layout
31045
31046 \end_inset
31047 </cell>
31048 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
31049 \begin_inset Text
31050
31051 \begin_layout Plain Layout
31052 como fecha
31053 \end_layout
31054
31055 \end_inset
31056 </cell>
31057 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
31058 \begin_inset Text
31059
31060 \begin_layout Plain Layout
31061 como fecha
31062 \end_layout
31063
31064 \end_inset
31065 </cell>
31066 </row>
31067 </lyxtabular>
31068
31069 \end_inset
31070
31071
31072 \end_layout
31073
31074 \end_inset
31075
31076
31077 \end_layout
31078
31079 \begin_layout Standard
31080 Si utilizas la opción 
31081 \family sans
31082 Borrador
31083 \family default
31084  en la solapa 
31085 \family sans
31086 Archivo
31087 \family default
31088  del diálogo 
31089 \family sans
31090 Material Externo
31091 \family default
31092 , en el documento de salida sólo se muestra la ruta al archivo insertado.
31093 \family sans
31094
31095 \begin_inset Newline newline
31096 \end_inset
31097
31098
31099 \family default
31100 El material externo se muestra en LyX como un cuadro del tipo:
31101 \family sans
31102  
31103 \family default
31104
31105 \begin_inset Graphics
31106         filename clipart/MaterialExternoQt4.png
31107         scale 80
31108
31109 \end_inset
31110
31111  o como imagen, dependiendo de si se marca la opción 
31112 \family sans
31113 Mostrar en LyX 
31114 \family default
31115 de la pestaña 
31116 \family sans
31117 Opciones de LaTeX y LyX
31118 \family default
31119  del diálogo
31120 \family sans
31121 .
31122 \end_layout
31123
31124 \begin_layout Standard
31125 En el manual 
31126 \emph on
31127 Personalización
31128 \emph default
31129  se explica cómo definir tus propias plantillas.
31130 \end_layout
31131
31132 \begin_layout Section
31133 Documento hijo
31134 \begin_inset CommandInset label
31135 LatexCommand label
31136 name "sec:Documento-Hijo"
31137
31138 \end_inset
31139
31140
31141 \begin_inset Index
31142 status collapsed
31143
31144 \begin_layout Plain Layout
31145 Documento hijo
31146 \end_layout
31147
31148 \end_inset
31149
31150
31151 \end_layout
31152
31153 \begin_layout Standard
31154 Los documentos hijos se emplean en el caso de tener un documento extenso
31155  compuesto por varias partes o secciones más grandes.
31156  Para trabajar en este tipo de documentos es útil, y a veces obligado, dividirlo
31157  en varios archivos que pueden ser revisados por separado.
31158  Estos archivos se conocen como documentos hijos, y el llamado documento
31159  maestro los conecta con el fin de imprimirlos como un todo o por partes.
31160  Un documento hijo hereda contenidos de su maestro, por ejemplo la bibliografía
31161  y las etiquetas de las referencias cruzadas.
31162 \end_layout
31163
31164 \begin_layout Standard
31165 Para poder trabajar en documentos hijos sin necesidad de abrir el maestro,
31166  en el menú 
31167 \family sans
31168 Documento\SpecialChar \menuseparator
31169 Configuración\SpecialChar \menuseparator
31170 Clase del documento
31171 \family default
31172  del documento hijo especifica el documento maestro predeterminado.
31173  Este maestro será usado entonces por LyX en un segundo plano cuando edites
31174  el documento hijo.
31175 \end_layout
31176
31177 \begin_layout Standard
31178 Los documentos incluidos como hijos se muestran en la pantalla de LyX como
31179  cuadros del tipo: 
31180 \begin_inset Graphics
31181         filename clipart/DocumentoHijoQt4.png
31182         scale 80
31183
31184 \end_inset
31185
31186 .
31187  Para incluir documentos hijos en un documento maestro utiliza el menú 
31188 \family sans
31189 Insertar
31190 \family default
31191 \SpecialChar \menuseparator
31192
31193 \family sans
31194 Archivo
31195 \family default
31196 \SpecialChar \menuseparator
31197
31198 \family sans
31199 Documento
31200 \begin_inset space ~
31201 \end_inset
31202
31203 hijo
31204 \family default
31205 .
31206  Surge un diálogo en el que puedes elegir entre cuatro métodos de inclusión:
31207 \end_layout
31208
31209 \begin_layout Description
31210 Incluir Puedes incluir documentos LyX y documentos LaTeX.
31211  Al pulsar el botón 
31212 \family sans
31213 Cargar
31214 \family default
31215  en el diálogo 
31216 \family sans
31217 Documento hijo
31218 \family default
31219 , los documentos incluidos se abrirán en una nueva solapa de archivo en
31220  la ventana de LyX y así puedes modificarlos si quieres.
31221 \end_layout
31222
31223 \begin_layout Standard
31224 Aquí hay un archivo insertado con el método 
31225 \family sans
31226 Incluir
31227 \family default
31228
31229 \begin_inset CommandInset include
31230 LatexCommand include
31231 filename "DocumentoPostizo1.lyx"
31232
31233 \end_inset
31234
31235
31236 \end_layout
31237
31238 \begin_layout Standard
31239 La numeración de secciones tiene en cuenta las secciones de los archivos
31240  incluidos en el orden en que están insertados en el documento maestro.
31241  El documento incluido de ejemplo tiene una subsección que se numera como
31242  subsección de la presente sección.
31243  Las etiquetas de los documentos incluidos se pueden referenciar: Subsección
31244 \begin_inset space ~
31245 \end_inset
31246
31247
31248 \begin_inset CommandInset ref
31249 LatexCommand ref
31250 reference "sub:Subsección-Externa-1"
31251
31252 \end_inset
31253
31254 .
31255 \end_layout
31256
31257 \begin_layout Standard
31258 El preámbulo del documento hijo se ignora, sólo se utiliza el preámbulo
31259  del documento maestro.
31260  Los documentos incluidos se insertan comenzando una página nueva y acabando
31261  con un salto de página.
31262 \end_layout
31263
31264 \begin_layout Standard
31265 Con el comando LaTeX 
31266 \series bold
31267
31268 \backslash
31269 includeonly
31270 \series default
31271  puedes determinar qué documentos hijos serán procesados al generar la salida.
31272  Esto es útil si, por ejemplo, estás trabajando sólo cierto capítulo de
31273  un extenso documento y quieres ahorrar tiempo de compilación.
31274  
31275 \series bold
31276
31277 \backslash
31278 includeonly 
31279 \series default
31280 se inserta en el preámbulo del documento maestro, poniendo como argumento
31281  una lista de los nombres de archivo separados con comas, p.
31282 \begin_inset space \thinspace{}
31283 \end_inset
31284
31285 e.
31286  la orden:
31287 \end_layout
31288
31289 \begin_layout Standard
31290
31291 \series bold
31292
31293 \backslash
31294 includeonly{capítulo1,capítulo5}
31295 \end_layout
31296
31297 \begin_layout Standard
31298 hará que sólo se procesen los archivos incluidos cuyos nombres son «capítulo1.lyx
31299 » (o «capítulo1.tex») y «capítulo5.lyx».
31300 \end_layout
31301
31302 \begin_layout Standard
31303 \begin_inset Note Greyedout
31304 status open
31305
31306 \begin_layout Plain Layout
31307
31308 \series bold
31309 Nota:
31310 \series default
31311  Si has incluido un archivo LyX o LaTeX cuya clase de documento es distinta
31312  a la del documento maestro, recibirás una advertencia al exportar/ver el
31313  documento, ya que esto podría dar resultados inesperados.
31314 \end_layout
31315
31316 \end_inset
31317
31318
31319 \end_layout
31320
31321 \begin_layout Description
31322 Entrada Este método es muy parecido al método 
31323 \family sans
31324 Incluir
31325 \family default
31326 .
31327  Las diferencias son:
31328 \end_layout
31329
31330 \begin_deeper
31331 \begin_layout Itemize
31332 Los archivos del tipo Entrada no comienzan en página nueva ni acaban con
31333  un salto de página.
31334 \end_layout
31335
31336 \begin_layout Itemize
31337 Los archivos del tipo Entrada se pueden visualizar en LyX si la 
31338 \family sans
31339 Vista
31340 \begin_inset space ~
31341 \end_inset
31342
31343 preliminar
31344 \begin_inset space ~
31345 \end_inset
31346
31347 inmediata 
31348 \family default
31349 está activada en el diálogo 
31350 \family sans
31351 Herramientas\SpecialChar \menuseparator
31352 Preferencias
31353 \family default
31354 , apartado 
31355 \family sans
31356 Apariencia\SpecialChar \menuseparator
31357 Gráficos
31358 \family default
31359 .
31360 \end_layout
31361
31362 \begin_layout Itemize
31363 No se puede utilizar el comando LaTeX 
31364 \series bold
31365
31366 \backslash
31367 includeonly
31368 \series default
31369 .
31370 \end_layout
31371
31372 \end_deeper
31373 \begin_layout Standard
31374 Aquí hay un documento hijo insertado con el método 
31375 \family sans
31376 Entrada
31377 \family default
31378 :
31379 \end_layout
31380
31381 \begin_layout Standard
31382 \begin_inset CommandInset include
31383 LatexCommand input
31384 filename "DocumentoPostizo2.lyx"
31385
31386 \end_inset
31387
31388
31389 \end_layout
31390
31391 \begin_layout Description
31392 Literal Con este método se puede incluir todo archivo de texto.
31393  El archivo aparece en la salida con su código fuente, y si contiene comandos
31394  no se ejecutan.
31395  Con la opción 
31396 \family sans
31397 Marcar espacios en la salida
31398 \family default
31399  cada espacio en el código fuente se muestra en la salida con el carácter
31400  «
31401 \begin_inset ERT
31402 status collapsed
31403
31404 \begin_layout Plain Layout
31405
31406
31407 \backslash
31408 textvisiblespace
31409 \end_layout
31410
31411 \end_inset
31412
31413 ».
31414  La diferencia con el método de inserción mediante el menú 
31415 \family sans
31416 Insertar
31417 \family default
31418 \SpecialChar \menuseparator
31419
31420 \family sans
31421 Archivo
31422 \family default
31423 \SpecialChar \menuseparator
31424
31425 \family sans
31426 Texto
31427 \begin_inset space ~
31428 \end_inset
31429
31430 simple
31431 \family default
31432  es que en este caso el contenido del archivo se ve en LyX, mientras que
31433  en modo 
31434 \family sans
31435 Literal 
31436 \family default
31437 no se muestra el contenido, sino un recuadro con el nombre.
31438
31439 \family sans
31440  
31441 \end_layout
31442
31443 \begin_layout Standard
31444 Aquí se inserta un documento hijo en modo Literal:
31445 \begin_inset CommandInset include
31446 LatexCommand verbatiminput
31447 filename "DocumentoTextoPostizo.txt"
31448
31449 \end_inset
31450
31451
31452 \begin_inset VSpace bigskip
31453 \end_inset
31454
31455
31456 \end_layout
31457
31458 \begin_layout Standard
31459 Aquí se inserta un documento hijo en modo Literal con la opción 
31460 \family sans
31461 Marcar espacios en la salida
31462 \family default
31463 :
31464 \begin_inset CommandInset include
31465 LatexCommand verbatiminput*
31466 filename "DocumentoTextoPostizo.txt"
31467
31468 \end_inset
31469
31470
31471 \begin_inset VSpace bigskip
31472 \end_inset
31473
31474
31475 \end_layout
31476
31477 \begin_layout Standard
31478 \begin_inset Note Greyedout
31479 status open
31480
31481 \begin_layout Plain Layout
31482
31483 \series bold
31484 Nota:
31485 \series default
31486  Como puedes ver en los ejemplos anteriores, el texto de los documentos
31487  incluidos en modo 
31488 \family sans
31489 literal
31490 \family default
31491  no contiene saltos de línea, a no ser que se incluyan expresamente en el
31492  archivo de texto.
31493 \end_layout
31494
31495 \end_inset
31496
31497
31498 \end_layout
31499
31500 \begin_layout Description
31501 Listado
31502 \begin_inset space ~
31503 \end_inset
31504
31505 de
31506 \begin_inset space ~
31507 \end_inset
31508
31509 programa Este tipo se describe en el capítulo
31510 \begin_inset space ~
31511 \end_inset
31512
31513
31514 \begin_inset CommandInset ref
31515 LatexCommand ref
31516 reference "cha:Listado-de-programa"
31517
31518 \end_inset
31519
31520 .
31521 \end_layout
31522
31523 \begin_layout Standard
31524 \begin_inset Note Greyedout
31525 status open
31526
31527 \begin_layout Plain Layout
31528
31529 \series bold
31530 Nota:
31531 \series default
31532  Incluir el mismo documento dos veces  con métodos diferentes podría causar
31533  problemas en LaTeX.
31534 \end_layout
31535
31536 \end_inset
31537
31538
31539 \end_layout
31540
31541 \begin_layout Chapter
31542 Listado de programa
31543 \begin_inset CommandInset label
31544 LatexCommand label
31545 name "cha:Listado-de-programa"
31546
31547 \end_inset
31548
31549
31550 \begin_inset Index
31551 status collapsed
31552
31553 \begin_layout Plain Layout
31554 Listado de programa
31555 \end_layout
31556
31557 \end_inset
31558
31559
31560 \begin_inset Index
31561 status collapsed
31562
31563 \begin_layout Plain Layout
31564 Código de programa
31565 \end_layout
31566
31567 \end_inset
31568
31569
31570 \begin_inset Index
31571 status collapsed
31572
31573 \begin_layout Plain Layout
31574 Flotantes ! Listado de programa
31575 \end_layout
31576
31577 \end_inset
31578
31579
31580 \end_layout
31581
31582 \begin_layout Standard
31583 Para incluir y tipografiar código de programación puedes usar la opción
31584  de menú disponible en 
31585 \family sans
31586 Insertar\SpecialChar \menuseparator
31587 Listado
31588 \begin_inset space ~
31589 \end_inset
31590
31591 de
31592 \begin_inset space ~
31593 \end_inset
31594
31595 programa.
31596  
31597 \family default
31598 El paquete LaTeX 
31599 \series bold
31600 listings
31601 \series default
31602
31603 \begin_inset Index
31604 status collapsed
31605
31606 \begin_layout Plain Layout
31607 LaTeX-paquetes ! listings
31608 \end_layout
31609
31610 \end_inset
31611
31612  provee un mecanismo potente y flexible para insertar código fuente en tu
31613  documento.
31614 \end_layout
31615
31616 \begin_layout Standard
31617 Al hacer clic derecho sobre un recuadro de listado se abre el menú contextual
31618  incorporado en el que puedes configurar su formato.
31619 \end_layout
31620
31621 \begin_layout Standard
31622 Por omisión, al insertar un listado de programa se inicia un párrafo nuevo.
31623  La opción de ubicación 
31624 \family sans
31625 Listado
31626 \begin_inset space ~
31627 \end_inset
31628
31629 en
31630 \begin_inset space ~
31631 \end_inset
31632
31633 línea
31634 \family default
31635  lo imprime en la línea, como este ejemplo: 
31636 \begin_inset listings
31637 lstparams "language={C++}"
31638 inline true
31639 status open
31640
31641 \begin_layout Plain Layout
31642
31643 int a=5;
31644 \end_layout
31645
31646 \end_inset
31647
31648
31649 \family sans
31650
31651 \begin_inset Newline newline
31652 \end_inset
31653
31654
31655 \family default
31656 La opción 
31657 \family sans
31658 Flotante
31659 \family default
31660  crea un listado flotante cuya colocación se puede especificar mediante
31661  las opciones «
31662 \family sans
31663 h
31664 \family default
31665 », «
31666 \family sans
31667 t
31668 \family default
31669 », «
31670 \family sans
31671 b
31672 \family default
31673 » y «
31674 \family sans
31675 p
31676 \family default
31677 », correspondientes a las opciones de colocación de flotantes descritas
31678  en la sección
31679 \family sans
31680
31681 \begin_inset space ~
31682 \end_inset
31683
31684
31685 \begin_inset CommandInset ref
31686 LatexCommand ref
31687 reference "sec:Colocación-de-Flotantes"
31688
31689 \end_inset
31690
31691
31692 \family default
31693 .
31694  Las opciones de colocación se pueden mezclar y se escriben sin separación,
31695  p.
31696 \family sans
31697
31698 \begin_inset space \thinspace{}
31699 \end_inset
31700
31701
31702 \family default
31703 e.
31704 \begin_inset space ~
31705 \end_inset
31706
31707 «
31708 \family sans
31709 htbp
31710 \family default
31711 ».
31712  La opción «
31713 \family sans
31714 h
31715 \family default
31716 » a veces no tiene efecto, pero no necesitas usar la opción 
31717 \family sans
31718 Flotante
31719 \family default
31720  en ese caso puesto que los listados de programa no flotantes también pueden
31721  tener leyendas y ser referenciadas.
31722 \end_layout
31723
31724 \begin_layout Standard
31725 Se puede añadir una leyenda a un listado de programa con el menú 
31726 \family sans
31727 Insertar\SpecialChar \menuseparator
31728 Leyenda
31729 \family default
31730
31731 \begin_inset Foot
31732 status collapsed
31733
31734 \begin_layout Plain Layout
31735 Para traducir la etiqueta 
31736 \begin_inset Quotes eld
31737 \end_inset
31738
31739 Listado
31740 \begin_inset Quotes erd
31741 \end_inset
31742
31743  de la leyenda, se añade al preámbulo del documento el comando 
31744 \series bold
31745
31746 \backslash
31747 renewcommand{
31748 \backslash
31749 lstlistingname}{Listado}
31750 \series default
31751 .
31752  (
31753 \emph on
31754 N.
31755 \begin_inset space \thinspace{}
31756 \end_inset
31757
31758 del t.
31759 \emph default
31760 )
31761 \end_layout
31762
31763 \end_inset
31764
31765 .
31766  Los listados de programa se pueden referenciar como los flotantes: Listado
31767 \begin_inset space ~
31768 \end_inset
31769
31770
31771 \begin_inset CommandInset ref
31772 LatexCommand ref
31773 reference "lst:Ejemplo-de-listado-de-programa"
31774
31775 \end_inset
31776
31777
31778 \end_layout
31779
31780 \begin_layout Standard
31781 \begin_inset listings
31782 lstparams "language=Python"
31783 inline false
31784 status open
31785
31786 \begin_layout Plain Layout
31787
31788 \begin_inset Caption
31789
31790 \begin_layout Plain Layout
31791 \begin_inset CommandInset label
31792 LatexCommand label
31793 name "lst:Ejemplo-de-listado-de-programa"
31794
31795 \end_inset
31796
31797 Ejemplo de listado de programa flotante
31798 \end_layout
31799
31800 \end_inset
31801
31802 # Ejemplo de listado flotante
31803 \end_layout
31804
31805 \begin_layout Plain Layout
31806
31807 def func(param):
31808 \end_layout
31809
31810 \begin_layout Plain Layout
31811
31812     'this is a python function'
31813 \end_layout
31814
31815 \begin_layout Plain Layout
31816
31817     pass
31818 \end_layout
31819
31820 \end_inset
31821
31822
31823 \end_layout
31824
31825 \begin_layout Standard
31826 Una vez que has escogido un lenguaje de programación en el cuadro de diálogo
31827  de listado de programa, las palabras clave de ese lenguaje serán reconocidas
31828  y tipografiadas de manera especial en la salida.
31829  En el ejemplo, la clave de Python «def» es reconocida y se imprimirá en
31830  negrita.
31831 \end_layout
31832
31833 \begin_layout Standard
31834 \begin_inset Note Greyedout
31835 status open
31836
31837 \begin_layout Plain Layout
31838
31839 \series bold
31840 Nota:
31841 \series default
31842  Si no consigues caracteres en negrita cuando usas fuentes typewriter, se
31843  debe probablemente a que dicha fuente no suministra negritas.
31844  En este caso selecciona una fuente distinta en el menú 
31845 \family sans
31846 Documento
31847 \family default
31848 \SpecialChar \menuseparator
31849
31850 \family sans
31851 Configuración
31852 \family default
31853 \SpecialChar \menuseparator
31854
31855 \family sans
31856 Fuentes.
31857  
31858 \family default
31859 (Las fuentes 
31860 \emph on
31861 LuxiMono, BeraMono
31862 \emph default
31863  y 
31864 \emph on
31865 Courier 
31866 \emph default
31867 suministran negritas.)
31868 \end_layout
31869
31870 \end_inset
31871
31872
31873 \end_layout
31874
31875 \begin_layout Standard
31876 En la sección 
31877 \family sans
31878 Numeración
31879 \begin_inset space ~
31880 \end_inset
31881
31882 de
31883 \begin_inset space ~
31884 \end_inset
31885
31886 líneas
31887 \family default
31888  del diálogo puedes elegir el estilo de numeración de las líneas.
31889  En el campo 
31890 \family sans
31891 Paso 
31892 \family default
31893 puedes insertar un número para determinar qué líneas se numeran.
31894  Por ejemplo, si pones «3», se numera sólo una de cada tres líneas.
31895  
31896 \end_layout
31897
31898 \begin_layout Standard
31899 Además, puedes especificar un rango de líneas para que sólo éstas aparezcan
31900  en la salida.
31901  La opción 
31902 \family sans
31903 Tabla
31904 \begin_inset space ~
31905 \end_inset
31906
31907 de
31908 \begin_inset space ~
31909 \end_inset
31910
31911 caracteres
31912 \begin_inset space ~
31913 \end_inset
31914
31915 extendida
31916 \family default
31917  debería emplearse si se usan en el código caracteres nacionales como la
31918  diéresis alemana.
31919 \begin_inset Newline newline
31920 \end_inset
31921
31922 A continuación hay un ejemplo con numeración de líneas a la izquierda, paso
31923  «3», lenguaje «Python», opciones de estilo «Tabla de caracteres extendida»
31924  y «Espacio como símbolo», rango de líneas 3-8:
31925 \begin_inset listings
31926 lstparams "extendedchars=true,firstline=3,language=Python,lastline=8,numbers=left,showspaces=true,stepnumber=3"
31927 inline false
31928 status open
31929
31930 \begin_layout Plain Layout
31931
31932 def func(param):
31933 \end_layout
31934
31935 \begin_layout Plain Layout
31936
31937     'this is a python function'
31938 \end_layout
31939
31940 \begin_layout Plain Layout
31941
31942     pass
31943 \end_layout
31944
31945 \begin_layout Plain Layout
31946
31947 def func(param):
31948 \end_layout
31949
31950 \begin_layout Plain Layout
31951
31952 'This is a German word: Tschüß'
31953 \end_layout
31954
31955 \begin_layout Plain Layout
31956
31957 pass
31958 \end_layout
31959
31960 \begin_layout Plain Layout
31961
31962 def func(param):
31963 \end_layout
31964
31965 \begin_layout Plain Layout
31966
31967 'this is a python function'
31968 \end_layout
31969
31970 \begin_layout Plain Layout
31971
31972 pass
31973 \end_layout
31974
31975 \end_inset
31976
31977
31978 \end_layout
31979
31980 \begin_layout Standard
31981 \begin_inset Note Greyedout
31982 status open
31983
31984 \begin_layout Plain Layout
31985
31986 \series bold
31987 Nota:
31988 \series default
31989  Debido a un error en el paquete 
31990 \series bold
31991 listings
31992 \series default
31993  la numeración de líneas cambia en una línea por cada listado previo.
31994  Por esto en el ejemplo de arriba se numeran las líneas 2 y 5 y no las líneas
31995  3 y 6.
31996 \end_layout
31997
31998 \end_inset
31999
32000
32001 \end_layout
32002
32003 \begin_layout Standard
32004 \begin_inset VSpace bigskip
32005 \end_inset
32006
32007
32008 \end_layout
32009
32010 \begin_layout Standard
32011 También es posible imprimir como listado de programa líneas de un archivo.
32012  Para hacer esto, usa el menú 
32013 \family sans
32014 Insertar\SpecialChar \menuseparator
32015 Archivo\SpecialChar \menuseparator
32016 Documento
32017 \begin_inset space ~
32018 \end_inset
32019
32020 hijo 
32021 \family default
32022 y elige el tipo 
32023 \family sans
32024 Listado de programa
32025 \family default
32026 .
32027 \begin_inset Foot
32028 status collapsed
32029
32030 \begin_layout Plain Layout
32031 Los restantes tipos de documento hijo se describen en la sección
32032 \begin_inset space ~
32033 \end_inset
32034
32035
32036 \begin_inset CommandInset ref
32037 LatexCommand ref
32038 reference "sec:Documento-Hijo"
32039
32040 \end_inset
32041
32042 .
32043 \end_layout
32044
32045 \end_inset
32046
32047  En el diálogo de documento hijo puedes especificar los parámetros del listado
32048  en el cuadro de texto.
32049  Para ver una lista de los parámetros disponibles teclea una interrogación
32050  «?» en el cuadro.
32051 \end_layout
32052
32053 \begin_layout Standard
32054 Para referenciar un documento hijo tipo listado, escribe el texto de la
32055  etiqueta en el campo correspondiente del diálogo de documento hijo.
32056  Después se puede referenciar la etiqueta con el menú 
32057 \family sans
32058 Insertar\SpecialChar \menuseparator
32059 Referencia cruzada.
32060 \end_layout
32061
32062 \begin_layout Standard
32063 A continuación hay un ejemplo, Listado
32064 \begin_inset space ~
32065 \end_inset
32066
32067
32068 \begin_inset CommandInset ref
32069 LatexCommand ref
32070 reference "lst:archivo-listado"
32071
32072 \end_inset
32073
32074 , de inserción de líneas de un archivo; en él se incluye el rango de las
32075  líneas 10
32076 \begin_inset space \thinspace{}
32077 \end_inset
32078
32079 -
32080 \begin_inset space \thinspace{}
32081 \end_inset
32082
32083 15 de este archivo LyX.
32084 \end_layout
32085
32086 \begin_layout Standard
32087 \begin_inset CommandInset include
32088 LatexCommand lstinputlisting
32089 filename "EmbeddedObjects.lyx"
32090 lstparams "breaklines=true,caption={Líneas  10 - 15 de este archivo LyX},firstline=10,label={lst:archivo-listado},language={[LaTeX]TeX},lastline=15"
32091
32092 \end_inset
32093
32094
32095 \begin_inset VSpace bigskip
32096 \end_inset
32097
32098
32099 \end_layout
32100
32101 \begin_layout Standard
32102 Las preferencias globales se pueden establecer en el diálogo 
32103 \family sans
32104 Documento\SpecialChar \menuseparator
32105 Configuración\SpecialChar \menuseparator
32106 Diseño
32107 \begin_inset space ~
32108 \end_inset
32109
32110 del
32111 \begin_inset space ~
32112 \end_inset
32113
32114 texto.
32115  
32116 \family default
32117 Para ver ahí una lista de las opciones disponibles, escribe una interrogación
32118  «?» en el campo de texto.
32119 \end_layout
32120
32121 \begin_layout Standard
32122 Para más información sobre el paquete 
32123 \series bold
32124 listings
32125 \series default
32126 , consulta su documentación
32127 \begin_inset space ~
32128 \end_inset
32129
32130
32131 \begin_inset CommandInset citation
32132 LatexCommand cite
32133 key "listings"
32134
32135 \end_inset
32136
32137 .
32138 \end_layout
32139
32140 \begin_layout Standard
32141 \begin_inset Newpage newpage
32142 \end_inset
32143
32144
32145 \end_layout
32146
32147 \begin_layout Chapter
32148 \start_of_appendix
32149 Unidades disponibles en LyX
32150 \begin_inset Index
32151 status collapsed
32152
32153 \begin_layout Plain Layout
32154 Unidades
32155 \end_layout
32156
32157 \end_inset
32158
32159
32160 \begin_inset CommandInset label
32161 LatexCommand label
32162 name "cha:Unidades-disponibles-en"
32163
32164 \end_inset
32165
32166
32167 \end_layout
32168
32169 \begin_layout Standard
32170 Para comprender las unidades utilizadas en este manual, el cuadro
32171 \begin_inset space ~
32172 \end_inset
32173
32174
32175 \begin_inset CommandInset ref
32176 LatexCommand ref
32177 reference "tab:Unidades"
32178
32179 \end_inset
32180
32181  describe todas las unidades disponibles en LyX.
32182 \end_layout
32183
32184 \begin_layout Standard
32185 \begin_inset Float table
32186 placement h
32187 wide false
32188 sideways false
32189 status open
32190
32191 \begin_layout Plain Layout
32192 \begin_inset Caption
32193
32194 \begin_layout Plain Layout
32195 \begin_inset CommandInset label
32196 LatexCommand label
32197 name "tab:Unidades"
32198
32199 \end_inset
32200
32201 Unidades
32202 \end_layout
32203
32204 \end_inset
32205
32206
32207 \end_layout
32208
32209 \begin_layout Plain Layout
32210 \begin_inset VSpace medskip
32211 \end_inset
32212
32213
32214 \end_layout
32215
32216 \begin_layout Plain Layout
32217 \align center
32218 \begin_inset Tabular
32219 <lyxtabular version="3" rows="20" columns="2">
32220 <features>
32221 <column alignment="center" valignment="top" width="0">
32222 <column alignment="center" valignment="top" width="0">
32223 <row>
32224 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
32225 \begin_inset Text
32226
32227 \begin_layout Plain Layout
32228 unidad
32229 \end_layout
32230
32231 \end_inset
32232 </cell>
32233 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
32234 \begin_inset Text
32235
32236 \begin_layout Plain Layout
32237 nombre/descripción
32238 \end_layout
32239
32240 \end_inset
32241 </cell>
32242 </row>
32243 <row>
32244 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
32245 \begin_inset Text
32246
32247 \begin_layout Plain Layout
32248 mm
32249 \end_layout
32250
32251 \end_inset
32252 </cell>
32253 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
32254 \begin_inset Text
32255
32256 \begin_layout Plain Layout
32257 milímetro
32258 \end_layout
32259
32260 \end_inset
32261 </cell>
32262 </row>
32263 <row>
32264 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
32265 \begin_inset Text
32266
32267 \begin_layout Plain Layout
32268 cm
32269 \end_layout
32270
32271 \end_inset
32272 </cell>
32273 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
32274 \begin_inset Text
32275
32276 \begin_layout Plain Layout
32277 centímetro
32278 \end_layout
32279
32280 \end_inset
32281 </cell>
32282 </row>
32283 <row>
32284 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
32285 \begin_inset Text
32286
32287 \begin_layout Plain Layout
32288 in
32289 \end_layout
32290
32291 \end_inset
32292 </cell>
32293 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
32294 \begin_inset Text
32295
32296 \begin_layout Plain Layout
32297 pulgada
32298 \end_layout
32299
32300 \end_inset
32301 </cell>
32302 </row>
32303 <row>
32304 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
32305 \begin_inset Text
32306
32307 \begin_layout Plain Layout
32308 pt
32309 \end_layout
32310
32311 \end_inset
32312 </cell>
32313 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
32314 \begin_inset Text
32315
32316 \begin_layout Plain Layout
32317 punto (72.27
32318 \begin_inset space \thinspace{}
32319 \end_inset
32320
32321 pt = 1
32322 \begin_inset space \thinspace{}
32323 \end_inset
32324
32325 in)
32326 \end_layout
32327
32328 \end_inset
32329 </cell>
32330 </row>
32331 <row>
32332 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
32333 \begin_inset Text
32334
32335 \begin_layout Plain Layout
32336 pc
32337 \end_layout
32338
32339 \end_inset
32340 </cell>
32341 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
32342 \begin_inset Text
32343
32344 \begin_layout Plain Layout
32345 pica (1
32346 \begin_inset space \thinspace{}
32347 \end_inset
32348
32349 pc = 12
32350 \begin_inset space \thinspace{}
32351 \end_inset
32352
32353 pt)
32354 \end_layout
32355
32356 \end_inset
32357 </cell>
32358 </row>
32359 <row>
32360 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
32361 \begin_inset Text
32362
32363 \begin_layout Plain Layout
32364 sp
32365 \end_layout
32366
32367 \end_inset
32368 </cell>
32369 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
32370 \begin_inset Text
32371
32372 \begin_layout Plain Layout
32373 punto escalado (65536
32374 \begin_inset space \thinspace{}
32375 \end_inset
32376
32377 sp = 1
32378 \begin_inset space \thinspace{}
32379 \end_inset
32380
32381 pt)
32382 \end_layout
32383
32384 \end_inset
32385 </cell>
32386 </row>
32387 <row>
32388 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
32389 \begin_inset Text
32390
32391 \begin_layout Plain Layout
32392 bp
32393 \end_layout
32394
32395 \end_inset
32396 </cell>
32397 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
32398 \begin_inset Text
32399
32400 \begin_layout Plain Layout
32401 punto grande (72
32402 \begin_inset space \thinspace{}
32403 \end_inset
32404
32405 bp = 1
32406 \begin_inset space \thinspace{}
32407 \end_inset
32408
32409 in)
32410 \end_layout
32411
32412 \end_inset
32413 </cell>
32414 </row>
32415 <row>
32416 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
32417 \begin_inset Text
32418
32419 \begin_layout Plain Layout
32420 dd
32421 \end_layout
32422
32423 \end_inset
32424 </cell>
32425 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
32426 \begin_inset Text
32427
32428 \begin_layout Plain Layout
32429 didot (1
32430 \begin_inset space \thinspace{}
32431 \end_inset
32432
32433 dd 
32434 \begin_inset Formula $\approx$
32435 \end_inset
32436
32437  0.376
32438 \begin_inset space \thinspace{}
32439 \end_inset
32440
32441 mm)
32442 \end_layout
32443
32444 \end_inset
32445 </cell>
32446 </row>
32447 <row>
32448 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
32449 \begin_inset Text
32450
32451 \begin_layout Plain Layout
32452 cc
32453 \end_layout
32454
32455 \end_inset
32456 </cell>
32457 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
32458 \begin_inset Text
32459
32460 \begin_layout Plain Layout
32461 cicero (1
32462 \begin_inset space \thinspace{}
32463 \end_inset
32464
32465 cc = 12
32466 \begin_inset space \thinspace{}
32467 \end_inset
32468
32469 dd)
32470 \end_layout
32471
32472 \end_inset
32473 </cell>
32474 </row>
32475 <row>
32476 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
32477 \begin_inset Text
32478
32479 \begin_layout Plain Layout
32480 escala
32481 \begin_inset space \thinspace{}
32482 \end_inset
32483
32484 %
32485 \end_layout
32486
32487 \end_inset
32488 </cell>
32489 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
32490 \begin_inset Text
32491
32492 \begin_layout Plain Layout
32493 % del tamaño original de la imagen
32494 \end_layout
32495
32496 \end_inset
32497 </cell>
32498 </row>
32499 <row>
32500 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
32501 \begin_inset Text
32502
32503 \begin_layout Plain Layout
32504 texto
32505 \begin_inset space \thinspace{}
32506 \end_inset
32507
32508 %
32509 \end_layout
32510
32511 \end_inset
32512 </cell>
32513 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
32514 \begin_inset Text
32515
32516 \begin_layout Plain Layout
32517 % de anchura de texto
32518 \end_layout
32519
32520 \end_inset
32521 </cell>
32522 </row>
32523 <row>
32524 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
32525 \begin_inset Text
32526
32527 \begin_layout Plain Layout
32528 columna
32529 \begin_inset space \thinspace{}
32530 \end_inset
32531
32532 %
32533 \end_layout
32534
32535 \end_inset
32536 </cell>
32537 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
32538 \begin_inset Text
32539
32540 \begin_layout Plain Layout
32541 % de anchura de columna
32542 \end_layout
32543
32544 \end_inset
32545 </cell>
32546 </row>
32547 <row>
32548 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
32549 \begin_inset Text
32550
32551 \begin_layout Plain Layout
32552 página
32553 \begin_inset space \thinspace{}
32554 \end_inset
32555
32556 %
32557 \end_layout
32558
32559 \end_inset
32560 </cell>
32561 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
32562 \begin_inset Text
32563
32564 \begin_layout Plain Layout
32565 % de anchura de página
32566 \end_layout
32567
32568 \end_inset
32569 </cell>
32570 </row>
32571 <row>
32572 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
32573 \begin_inset Text
32574
32575 \begin_layout Plain Layout
32576 línea
32577 \begin_inset space \thinspace{}
32578 \end_inset
32579
32580 %
32581 \end_layout
32582
32583 \end_inset
32584 </cell>
32585 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
32586 \begin_inset Text
32587
32588 \begin_layout Plain Layout
32589 % de anchura de línea
32590 \end_layout
32591
32592 \end_inset
32593 </cell>
32594 </row>
32595 <row>
32596 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
32597 \begin_inset Text
32598
32599 \begin_layout Plain Layout
32600 alt.
32601  texto
32602 \begin_inset space \thinspace{}
32603 \end_inset
32604
32605 %
32606 \end_layout
32607
32608 \end_inset
32609 </cell>
32610 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
32611 \begin_inset Text
32612
32613 \begin_layout Plain Layout
32614 % de altura de texto
32615 \end_layout
32616
32617 \end_inset
32618 </cell>
32619 </row>
32620 <row>
32621 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
32622 \begin_inset Text
32623
32624 \begin_layout Plain Layout
32625 alt.
32626  pág.
32627 \begin_inset space \thinspace{}
32628 \end_inset
32629
32630 %
32631 \end_layout
32632
32633 \end_inset
32634 </cell>
32635 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
32636 \begin_inset Text
32637
32638 \begin_layout Plain Layout
32639 % de altura de página
32640 \end_layout
32641
32642 \end_inset
32643 </cell>
32644 </row>
32645 <row>
32646 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
32647 \begin_inset Text
32648
32649 \begin_layout Plain Layout
32650 ex
32651 \end_layout
32652
32653 \end_inset
32654 </cell>
32655 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
32656 \begin_inset Text
32657
32658 \begin_layout Plain Layout
32659 altura de la letra 
32660 \emph on
32661 x
32662 \emph default
32663  en la fuente actual
32664 \end_layout
32665
32666 \end_inset
32667 </cell>
32668 </row>
32669 <row>
32670 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
32671 \begin_inset Text
32672
32673 \begin_layout Plain Layout
32674 em
32675 \end_layout
32676
32677 \end_inset
32678 </cell>
32679 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
32680 \begin_inset Text
32681
32682 \begin_layout Plain Layout
32683 anchura de la letra 
32684 \emph on
32685 M
32686 \emph default
32687  en la fuente actual
32688 \end_layout
32689
32690 \end_inset
32691 </cell>
32692 </row>
32693 <row>
32694 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
32695 \begin_inset Text
32696
32697 \begin_layout Plain Layout
32698 mu
32699 \end_layout
32700
32701 \end_inset
32702 </cell>
32703 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
32704 \begin_inset Text
32705
32706 \begin_layout Plain Layout
32707 unidad matemática (1
32708 \begin_inset space \thinspace{}
32709 \end_inset
32710
32711 mu = 1/18
32712 \begin_inset space \thinspace{}
32713 \end_inset
32714
32715 em)
32716 \end_layout
32717
32718 \end_inset
32719 </cell>
32720 </row>
32721 </lyxtabular>
32722
32723 \end_inset
32724
32725
32726 \end_layout
32727
32728 \end_inset
32729
32730
32731 \end_layout
32732
32733 \begin_layout Chapter
32734 Formatos de archivos de salida con gráficos
32735 \begin_inset CommandInset label
32736 LatexCommand label
32737 name "cha:Formatos-de-Archivos-de-Salida"
32738
32739 \end_inset
32740
32741
32742 \end_layout
32743
32744 \begin_layout Section
32745 DVI
32746 \begin_inset Index
32747 status collapsed
32748
32749 \begin_layout Plain Layout
32750 Formatos de archivo ! DVI
32751 \end_layout
32752
32753 \end_inset
32754
32755
32756 \begin_inset Index
32757 status collapsed
32758
32759 \begin_layout Plain Layout
32760 DVI|see
32761 \begin_inset ERT
32762 status collapsed
32763
32764 \begin_layout Plain Layout
32765
32766 {
32767 \end_layout
32768
32769 \end_inset
32770
32771 Formatos de archivo
32772 \begin_inset ERT
32773 status collapsed
32774
32775 \begin_layout Plain Layout
32776
32777 }
32778 \end_layout
32779
32780 \end_inset
32781
32782
32783 \end_layout
32784
32785 \end_inset
32786
32787
32788 \end_layout
32789
32790 \begin_layout Standard
32791 Este tipo de archivo tiene la extensión «
32792 \family typewriter
32793 .dvi
32794 \family default
32795 ».
32796  Se denomina «device-independent» (DVI), porque es completamente portable;
32797  se pueden mover de una máquina a otra sin necesidad de conversión alguna.
32798  En la época en que se desarrolló este formato, esto no era un asunto baladí.
32799  Los DVI se usan para vistas preliminares rápidas y como preparación para
32800  otros formatos de salida como PostScript.
32801 \end_layout
32802
32803 \begin_layout Standard
32804 \begin_inset Note Greyedout
32805 status open
32806
32807 \begin_layout Plain Layout
32808
32809 \series bold
32810 Nota:
32811 \series default
32812  Los archivos DVI no contienen imágenes, sino enlaces a ellas.
32813 \end_layout
32814
32815 \end_inset
32816
32817  Por tanto no debes olvidar esto si mueves archivos 
32818 \family typewriter
32819 .dvi
32820 \family default
32821  a otro ordenador.
32822  Esta característica también puede retardar la visualización del archivo,
32823  porque el visor DVI tiene que convertir la imagen en segundo plano para
32824  hacerla visible al deslizar el visor.
32825  Así pues recomendamos usar PDF para archivos con muchas imágenes.
32826 \end_layout
32827
32828 \begin_layout Standard
32829 Un documento se exporta a DVI con el menú 
32830 \family sans
32831 Archivo\SpecialChar \menuseparator
32832 Exportar\SpecialChar \menuseparator
32833 DVI
32834 \family default
32835 .
32836  Puedes ver la salida del documento en DVI con el menú 
32837 \family sans
32838 Ver\SpecialChar \menuseparator
32839 DVI 
32840 \family default
32841 o con el botón
32842 \begin_inset space ~
32843 \end_inset
32844
32845
32846 \begin_inset Graphics
32847         filename ../../images/buffer-view_dvi.png
32848         scale 85
32849
32850 \end_inset
32851
32852 .
32853 \end_layout
32854
32855 \begin_layout Section
32856 PostScript
32857 \begin_inset CommandInset label
32858 LatexCommand label
32859 name "sec:PostScript"
32860
32861 \end_inset
32862
32863
32864 \begin_inset Index
32865 status collapsed
32866
32867 \begin_layout Plain Layout
32868 Formatos de archivo ! PostScript
32869 \end_layout
32870
32871 \end_inset
32872
32873
32874 \begin_inset Index
32875 status collapsed
32876
32877 \begin_layout Plain Layout
32878 PostScript|see
32879 \begin_inset ERT
32880 status collapsed
32881
32882 \begin_layout Plain Layout
32883
32884 {
32885 \end_layout
32886
32887 \end_inset
32888
32889 Formatos de archivo
32890 \begin_inset ERT
32891 status collapsed
32892
32893 \begin_layout Plain Layout
32894
32895 }
32896 \end_layout
32897
32898 \end_inset
32899
32900
32901 \end_layout
32902
32903 \end_inset
32904
32905
32906 \end_layout
32907
32908 \begin_layout Standard
32909 Este tipo de archivo tiene la extensión «
32910 \family typewriter
32911 .ps
32912 \family default
32913 ».
32914  PostScript fue desarrollado por la compañía 
32915 \family typewriter
32916 Adobe
32917 \family default
32918  como lenguaje para impresoras.
32919  Por eso estos archivos contienen comandos que usa la impresora para imprimirlos.
32920  PostScript puede considerarse como un «lenguaje de programación»; con él
32921  puedes calcular y dibujar imágenes y diagramas.
32922 \begin_inset Foot
32923 status collapsed
32924
32925 \begin_layout Plain Layout
32926 Si estás interesado en este tema acude al paquete LaTeX 
32927 \series bold
32928 PSTricks
32929 \series default
32930  
32931 \begin_inset CommandInset citation
32932 LatexCommand cite
32933 key "pstricks"
32934
32935 \end_inset
32936
32937 .
32938 \end_layout
32939
32940 \end_inset
32941
32942  Por esto los archivos suelen ser más grandes que los PDF.
32943 \end_layout
32944
32945 \begin_layout Standard
32946 Los archivos PostScript sólo pueden contener imágenes en el formato «Encapsulate
32947 d PostScript» (EPS, extensión «
32948 \family typewriter
32949 .eps
32950 \family default
32951 »).
32952  Como LyX permite usar cualquier formato de imagen conocido, tiene que trabajar
32953  en segundo plano para convertir las imágenes a EPS.
32954  Si por ejemplo, el documento tiene 50 imágenes, LyX ha de hacer 50 conversiones
32955  cada vez que veas o exportes el documento.
32956  Esto ralentizará mucho el trabajo, así que si piensas usar PostScript,
32957  puedes evitar el problema insertando las imágenes directamente en EPS.
32958 \end_layout
32959
32960 \begin_layout Standard
32961 El documento se puede exportar a PostScript con el menú 
32962 \family sans
32963 Archivo\SpecialChar \menuseparator
32964 Exportar\SpecialChar \menuseparator
32965 Postscript
32966 \family default
32967 .
32968  Se puede ver la salida en PostScript con el menú 
32969 \family sans
32970 Ver\SpecialChar \menuseparator
32971 Postscript 
32972 \family default
32973 o con el botón
32974 \begin_inset space ~
32975 \end_inset
32976
32977
32978 \begin_inset Graphics
32979         filename ../../images/buffer-view_ps.png
32980
32981 \end_inset
32982
32983 .
32984 \end_layout
32985
32986 \begin_layout Section
32987 PDF
32988 \begin_inset Index
32989 status collapsed
32990
32991 \begin_layout Plain Layout
32992 Formatos de archivo ! PDF
32993 \end_layout
32994
32995 \end_inset
32996
32997
32998 \begin_inset Index
32999 status collapsed
33000
33001 \begin_layout Plain Layout
33002 PDF
33003 \end_layout
33004
33005 \end_inset
33006
33007
33008 \end_layout
33009
33010 \begin_layout Standard
33011 Este tipo de archivo tiene la extensión «
33012 \family typewriter
33013 .pdf
33014 \family default
33015 ».
33016  El formato «Portable Document Format» (PDF) fue desarrollado por 
33017 \family typewriter
33018 Adobe
33019 \family default
33020  como derivado de PostScript.
33021  Es más comprimido y utiliza muchos menos comandos que PostScript.
33022  Como su nombre «portable» indica, puede ser procesado por cualquier sistema
33023  operativo y la salida impresa se muestra exactamente igual.
33024 \end_layout
33025
33026 \begin_layout Standard
33027 PDF puede contener imágenes en su propio formato PDF, en el formato «Joint
33028  Photographic Experts Group» (JPG, extensión «
33029 \family typewriter
33030 .jpg
33031 \family default
33032 » o «
33033 \family typewriter
33034 .jpeg
33035 \family default
33036 »), y en el formato «Portable Network Graphics» (PNG, extensión «
33037 \family typewriter
33038 .png
33039 \family default
33040 »).
33041  Aunque puedes poner cualquier otro formato de imagen, porque LyX los convierte
33042  en segundo plano a alguno de los anteriores.
33043  Pero como se ha comentado en la sección sobre PostScript, la conversión
33044  de gráficos ralentiza el trabajo.
33045  Por tanto se recomienda utilizar alguno de los tres formatos de imagen
33046  mencionados.
33047 \end_layout
33048
33049 \begin_layout Standard
33050 Un documento se puede exportar a PDF con el menú 
33051 \family sans
33052 Archivo\SpecialChar \menuseparator
33053 Exportar
33054 \family default
33055  en tres modos diferentes:
33056 \end_layout
33057
33058 \begin_layout Description
33059 PDF
33060 \begin_inset space ~
33061 \end_inset
33062
33063 (ps2pdf) Este utiliza el programa 
33064 \family typewriter
33065 ps2pdf
33066 \family default
33067  que crea un PDF a partir de una versión PostScript del archivo.
33068  La versión PostScript es producida por el programa 
33069 \family typewriter
33070 dvips
33071 \family default
33072  que usa una versión DVI como paso intermedio.
33073  Así que este modo de exportación consta de tres conversiones.
33074 \end_layout
33075
33076 \begin_layout Description
33077 PDF
33078 \begin_inset space ~
33079 \end_inset
33080
33081 (dvipdfm) Este utiliza el programa 
33082 \family typewriter
33083 dvipdfm
33084 \family default
33085  que convierte el archivo a DVI en segundo plano y en un segundo paso a
33086  PDF.
33087 \end_layout
33088
33089 \begin_layout Description
33090 PDF
33091 \begin_inset space ~
33092 \end_inset
33093
33094 (pdflatex) Este utiliza el programa 
33095 \family typewriter
33096 pdftex
33097 \family default
33098  que convierte directamente el archivo a PDF.
33099 \end_layout
33100
33101 \begin_layout Standard
33102 Se recomienda usar 
33103 \family sans
33104 PDF
33105 \begin_inset space ~
33106 \end_inset
33107
33108 (pdflatex)
33109 \family default
33110  porque 
33111 \family typewriter
33112 pdftex
33113 \family default
33114  soporta todas las características de las versiones actuales de PDF, es
33115  rápido y estable.
33116  El programa 
33117 \family typewriter
33118 dvipdfm
33119 \family default
33120  ya no se desarrolla y está un poco obsoleto.
33121 \end_layout
33122
33123 \begin_layout Standard
33124 La salida en formato PDF se puede ver con el menú 
33125 \family sans
33126 Ver 
33127 \family default
33128 o con el botón
33129 \begin_inset space ~
33130 \end_inset
33131
33132
33133 \begin_inset Graphics
33134         filename ../../images/buffer-view_pdf2.png
33135         scale 85
33136
33137 \end_inset
33138
33139  (que usa 
33140 \family sans
33141 PDF
33142 \begin_inset space ~
33143 \end_inset
33144
33145 (pdflatex)
33146 \family default
33147 ).
33148 \end_layout
33149
33150 \begin_layout Chapter
33151 Explicación de la ecuación
33152 \begin_inset space ~
33153 \end_inset
33154
33155
33156 \begin_inset CommandInset ref
33157 LatexCommand eqref
33158 reference "eq:Wgn"
33159
33160 \end_inset
33161
33162
33163 \begin_inset CommandInset label
33164 LatexCommand label
33165 name "cha:Explicación-de-la-Ecuación"
33166
33167 \end_inset
33168
33169
33170 \end_layout
33171
33172 \begin_layout Standard
33173 La anchura total de 
33174 \emph on
33175 n
33176 \emph default
33177  celdas de una tabla 
33178 \begin_inset Formula $W_{\mathrm{tot\, n}}$
33179 \end_inset
33180
33181  puede calcularse con
33182 \end_layout
33183
33184 \begin_layout Standard
33185 \begin_inset Formula \begin{equation}
33186 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}
33187
33188 \end_inset
33189
33190
33191 \end_layout
33192
33193 \begin_layout Standard
33194 donde 
33195 \begin_inset Formula $W_{g\, n}$
33196 \end_inset
33197
33198  es el ancho dado de todas las celdas.
33199  
33200 \series bold
33201
33202 \backslash
33203 tabcolsep
33204 \series default
33205  es la longitud LaTeX entre el texto y el borde de la celda, 6
33206 \begin_inset space \thinspace{}
33207 \end_inset
33208
33209 pt por omisión.
33210  
33211 \series bold
33212
33213 \backslash
33214 arrayrulewidth
33215 \series default
33216  es el grosor de línea del borde, 0.4
33217 \begin_inset space \thinspace{}
33218 \end_inset
33219
33220 pt por omisión.
33221 \end_layout
33222
33223 \begin_layout Standard
33224 Procediendo como en la ecuación
33225 \begin_inset space ~
33226 \end_inset
33227
33228
33229 \begin_inset CommandInset ref
33230 LatexCommand eqref
33231 reference "eq:Wtot_n"
33232
33233 \end_inset
33234
33235 , el ancho total de una multicolumna, 
33236 \begin_inset Formula $W_{\mathrm{tot\, mult}}$
33237 \end_inset
33238
33239  es
33240 \end_layout
33241
33242 \begin_layout Standard
33243 \begin_inset Formula \begin{equation}
33244 W_{\mathrm{tot\, mult}}=W_{g\,\mathrm{mult}}+2\cdot\backslash\mbox{tabcolsep}+2\cdot\backslash\mbox{arrayrulewidth}\label{eq:Wtot_mult}\end{equation}
33245
33246 \end_inset
33247
33248
33249 \end_layout
33250
33251 \begin_layout Standard
33252 Igualando las ecuaciones
33253 \begin_inset space ~
33254 \end_inset
33255
33256
33257 \begin_inset CommandInset ref
33258 LatexCommand eqref
33259 reference "eq:Wtot_n"
33260
33261 \end_inset
33262
33263  y 
33264 \begin_inset CommandInset ref
33265 LatexCommand eqref
33266 reference "eq:Wtot_mult"
33267
33268 \end_inset
33269
33270  podemos calcular el ancho dado necesario 
33271 \begin_inset Formula $W_{g\, n}$
33272 \end_inset
33273
33274  cuando se expanden 
33275 \emph on
33276 n
33277 \emph default
33278  columnas, de forma que cada una de ellas tiene una anchura total  
33279 \begin_inset Formula $W_{\mathrm{tot\, mult}}/n$
33280 \end_inset
33281
33282 :
33283 \end_layout
33284
33285 \begin_layout Standard
33286 \begin_inset Formula \begin{equation}
33287 W_{g\, n}=(W_{g\,\mathrm{mult}}+(1-n)\cdot(2\cdot\backslash\mbox{tabcolsep}+\backslash\mbox{arrayrulewidth}))/n\end{equation}
33288
33289 \end_inset
33290
33291
33292 \end_layout
33293
33294 \begin_layout Bibliography
33295 \begin_inset CommandInset bibitem
33296 LatexCommand bibitem
33297 key "latexcompanion"
33298
33299 \end_inset
33300
33301 Frank Mittelbach and Michel Goossens: 
33302 \emph on
33303 The LaTeX Companion Second Edition.
33304
33305 \emph default
33306  Addison-Wesley, 2004
33307 \end_layout
33308
33309 \begin_layout Bibliography
33310 \begin_inset CommandInset bibitem
33311 LatexCommand bibitem
33312 key "latexguide"
33313
33314 \end_inset
33315
33316 Helmut Kopka and Patrick W.
33317  Daly: 
33318 \emph on
33319 A Guide to LaTeX Fourth Edition.
33320
33321 \emph default
33322  Addison-Wesley, 2003
33323 \end_layout
33324
33325 \begin_layout Bibliography
33326 \begin_inset CommandInset bibitem
33327 LatexCommand bibitem
33328 key "latexbook"
33329
33330 \end_inset
33331
33332 Leslie Lamport: 
33333 \emph on
33334 LaTeX: A Document Preparation System.
33335
33336 \emph default
33337  Addison-Wesley, second edition, 1994
33338 \end_layout
33339
33340 \begin_layout Bibliography
33341 \begin_inset CommandInset bibitem
33342 LatexCommand bibitem
33343 key "booktabs"
33344
33345 \end_inset
33346
33347 Documentación del paquete LaTeX 
33348 \series bold
33349
33350 \begin_inset CommandInset href
33351 LatexCommand href
33352 name "booktabs"
33353 target "ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/booktabs/booktabs.pdf"
33354
33355 \end_inset
33356
33357
33358 \series default
33359
33360 \begin_inset Index
33361 status collapsed
33362
33363 \begin_layout Plain Layout
33364 LaTeX-paquetes ! booktabs
33365 \end_layout
33366
33367 \end_inset
33368
33369
33370 \end_layout
33371
33372 \begin_layout Bibliography
33373 \begin_inset CommandInset bibitem
33374 LatexCommand bibitem
33375 key "caption"
33376
33377 \end_inset
33378
33379 Documentación del paquete LaTeX 
33380 \series bold
33381
33382 \begin_inset CommandInset href
33383 LatexCommand href
33384 name "caption"
33385 target "ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/caption/caption.pdf"
33386
33387 \end_inset
33388
33389
33390 \series default
33391
33392 \begin_inset Index
33393 status collapsed
33394
33395 \begin_layout Plain Layout
33396 LaTeX-paquetes ! caption
33397 \end_layout
33398
33399 \end_inset
33400
33401
33402 \end_layout
33403
33404 \begin_layout Bibliography
33405 \begin_inset CommandInset bibitem
33406 LatexCommand bibitem
33407 key "endfloat"
33408
33409 \end_inset
33410
33411 Documentación del paquete LaTeX 
33412 \series bold
33413
33414 \begin_inset CommandInset href
33415 LatexCommand href
33416 name "endfloat"
33417 target "ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/endfloat/endfloat.pdf"
33418
33419 \end_inset
33420
33421
33422 \series default
33423
33424 \begin_inset Index
33425 status collapsed
33426
33427 \begin_layout Plain Layout
33428 LaTeX-paquetes ! endfloat
33429 \end_layout
33430
33431 \end_inset
33432
33433
33434 \end_layout
33435
33436 \begin_layout Bibliography
33437 \begin_inset CommandInset bibitem
33438 LatexCommand bibitem
33439 key "wrapfig"
33440
33441 \end_inset
33442
33443 Documentación del paquete LaTeX 
33444 \series bold
33445
33446 \begin_inset CommandInset href
33447 LatexCommand href
33448 name "wrapfig"
33449 target "ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/wrapfig/wrapfig.sty"
33450
33451 \end_inset
33452
33453
33454 \series default
33455
33456 \begin_inset Index
33457 status collapsed
33458
33459 \begin_layout Plain Layout
33460 LaTeX-paquetes ! wrapfig
33461 \begin_inset ERT
33462 status collapsed
33463
33464 \begin_layout Plain Layout
33465
33466
33467 \backslash
33468 vspace{4mm}
33469 \end_layout
33470
33471 \end_inset
33472
33473
33474 \end_layout
33475
33476 \end_inset
33477
33478
33479 \end_layout
33480
33481 \begin_layout Bibliography
33482 \begin_inset CommandInset bibitem
33483 LatexCommand bibitem
33484 key "footmisc"
33485
33486 \end_inset
33487
33488 Documentación del paquete LaTeX 
33489 \series bold
33490
33491 \begin_inset CommandInset href
33492 LatexCommand href
33493 name "footmisc"
33494 target "ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/footmisc/footmisc.pdf"
33495
33496 \end_inset
33497
33498
33499 \series default
33500
33501 \begin_inset Index
33502 status collapsed
33503
33504 \begin_layout Plain Layout
33505 LaTeX-paquetes ! footmisc
33506 \end_layout
33507
33508 \end_inset
33509
33510
33511 \end_layout
33512
33513 \begin_layout Bibliography
33514 \begin_inset CommandInset bibitem
33515 LatexCommand bibitem
33516 key "hypcap"
33517
33518 \end_inset
33519
33520 Documentación del paquete LaTeX 
33521 \series bold
33522
33523 \begin_inset CommandInset href
33524 LatexCommand href
33525 name "hypcap"
33526 target "http://www.ctan.org/tex-archive/macros/latex/contrib/oberdiek/hypcap.pdf"
33527
33528 \end_inset
33529
33530
33531 \series default
33532
33533 \begin_inset Index
33534 status collapsed
33535
33536 \begin_layout Plain Layout
33537 LaTeX-paquetes ! hyperref
33538 \end_layout
33539
33540 \end_inset
33541
33542
33543 \end_layout
33544
33545 \begin_layout Bibliography
33546 \begin_inset CommandInset bibitem
33547 LatexCommand bibitem
33548 key "hyperref"
33549
33550 \end_inset
33551
33552 Documentación del paquete LaTeX 
33553 \series bold
33554
33555 \begin_inset CommandInset href
33556 LatexCommand href
33557 name "hyperref"
33558 target "ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/hyperref/hyperref.pdf"
33559
33560 \end_inset
33561
33562
33563 \series default
33564
33565 \begin_inset Index
33566 status collapsed
33567
33568 \begin_layout Plain Layout
33569 LaTeX-paquetes ! hyperref
33570 \end_layout
33571
33572 \end_inset
33573
33574
33575 \end_layout
33576
33577 \begin_layout Bibliography
33578 \begin_inset CommandInset bibitem
33579 LatexCommand bibitem
33580 key "koma-script"
33581
33582 \end_inset
33583
33584 Documentación del paquete LaTeX 
33585 \series bold
33586
33587 \begin_inset CommandInset href
33588 LatexCommand href
33589 name "koma-script"
33590 target "ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/koma-script/scrguien.pdf"
33591
33592 \end_inset
33593
33594
33595 \series default
33596
33597 \begin_inset Index
33598 status collapsed
33599
33600 \begin_layout Plain Layout
33601 LaTeX-paquetes ! koma-script
33602 \end_layout
33603
33604 \end_inset
33605
33606
33607 \end_layout
33608
33609 \begin_layout Bibliography
33610 \begin_inset CommandInset bibitem
33611 LatexCommand bibitem
33612 key "listings"
33613
33614 \end_inset
33615
33616 Documentación del paquete LaTeX 
33617 \series bold
33618
33619 \begin_inset CommandInset href
33620 LatexCommand href
33621 name "listings"
33622 target "ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/listings/listings.pdf"
33623
33624 \end_inset
33625
33626
33627 \series default
33628
33629 \begin_inset Index
33630 status collapsed
33631
33632 \begin_layout Plain Layout
33633 LaTeX-paquetes ! listings
33634 \end_layout
33635
33636 \end_inset
33637
33638
33639 \end_layout
33640
33641 \begin_layout Bibliography
33642 \begin_inset CommandInset bibitem
33643 LatexCommand bibitem
33644 key "marginnote"
33645
33646 \end_inset
33647
33648 Documentación del paquete LaTeX 
33649 \series bold
33650
33651 \begin_inset CommandInset href
33652 LatexCommand href
33653 name "marginnote"
33654 target "ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/marginnote/marginnote.pdf"
33655
33656 \end_inset
33657
33658
33659 \series default
33660
33661 \begin_inset Index
33662 status collapsed
33663
33664 \begin_layout Plain Layout
33665 LaTeX-paquetes ! marginnote
33666 \end_layout
33667
33668 \end_inset
33669
33670
33671 \end_layout
33672
33673 \begin_layout Bibliography
33674 \begin_inset CommandInset bibitem
33675 LatexCommand bibitem
33676 key "pstricks"
33677
33678 \end_inset
33679
33680 Página web del paquete LaTeX 
33681 \series bold
33682
33683 \begin_inset CommandInset href
33684 LatexCommand href
33685 name "PSTricks"
33686 target "http://tug.org/PSTricks/"
33687
33688 \end_inset
33689
33690
33691 \series default
33692
33693 \begin_inset Index
33694 status collapsed
33695
33696 \begin_layout Plain Layout
33697 LaTeX-paquetes ! PSTricks
33698 \end_layout
33699
33700 \end_inset
33701
33702
33703 \end_layout
33704
33705 \begin_layout Bibliography
33706 \begin_inset CommandInset bibitem
33707 LatexCommand bibitem
33708 key "sidecap"
33709
33710 \end_inset
33711
33712 Documentación del paquete LaTeX 
33713 \series bold
33714
33715 \begin_inset CommandInset href
33716 LatexCommand href
33717 name "sidecap"
33718 target "ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/sidecap/sidecap.pdf"
33719
33720 \end_inset
33721
33722
33723 \series default
33724
33725 \begin_inset Index
33726 status collapsed
33727
33728 \begin_layout Plain Layout
33729 LaTeX-paquetes ! sidecap
33730 \end_layout
33731
33732 \end_inset
33733
33734
33735 \end_layout
33736
33737 \begin_layout Bibliography
33738 \begin_inset CommandInset bibitem
33739 LatexCommand bibitem
33740 key "NewInLyX16"
33741
33742 \end_inset
33743
33744
33745 \begin_inset CommandInset href
33746 LatexCommand href
33747 name "Página wiki"
33748 target "http://wiki.lyx.org/LyX/NewInLyX16"
33749
33750 \end_inset
33751
33752  sobre características nuevas para la versión 
33753 \family sans
33754 LyX
33755 \begin_inset space ~
33756 \end_inset
33757
33758 1.6.0
33759 \family default
33760 .
33761 \end_layout
33762
33763 \begin_layout Standard
33764 \begin_inset CommandInset index_print
33765 LatexCommand printindex
33766
33767 \end_inset
33768
33769
33770 \end_layout
33771
33772 \begin_layout Standard
33773 \begin_inset FloatList figure
33774
33775 \end_inset
33776
33777
33778 \end_layout
33779
33780 \begin_layout Standard
33781 \begin_inset FloatList table
33782
33783 \end_inset
33784
33785
33786 \end_layout
33787
33788 \begin_layout Standard
33789 \begin_inset ERT
33790 status collapsed
33791
33792 \begin_layout Plain Layout
33793
33794
33795 \backslash
33796 listof{algorithm}{Lista de algoritmos}
33797 \end_layout
33798
33799 \end_inset
33800
33801
33802 \begin_inset Note Note
33803 status collapsed
33804
33805 \begin_layout Plain Layout
33806 Véase la sección
33807 \begin_inset space ~
33808 \end_inset
33809
33810
33811 \begin_inset CommandInset ref
33812 LatexCommand ref
33813 reference "sub:Algoritmos-Flotantes"
33814
33815 \end_inset
33816
33817  para una descripción.
33818 \end_layout
33819
33820 \end_inset
33821
33822
33823 \end_layout
33824
33825 \end_body
33826 \end_document