]> git.lyx.org Git - lyx.git/blob - lib/doc/es/EmbeddedObjects.lyx
Spanish EmbeddedObjects.lyx: translations from Ignacio
[lyx.git] / lib / doc / es / EmbeddedObjects.lyx
1 #LyX 2.0.0svn created this file. For more info see http://www.lyx.org/
2 \lyxformat 404
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}]{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 % ------------------------------------
130 % used to check for needed LaTeX packages
131 \usepackage{ifthen}
132
133 % check for package arydshln
134 % used for tables with dashed lines
135 \newboolean{arydshln}
136 \IfFileExists{arydshln.sty}
137  {\usepackage{arydshln}
138   \setboolean{arydshln}{true}}
139  {\setboolean{arydshln}{false}}
140
141 % check for package marginnote
142 % used for margin notes
143 \newboolean{marginnote}
144 \IfFileExists{marginnote.sty}
145  {\usepackage{marginnote}
146   \let\marginpar\marginnote
147   \setboolean{marginnote}{true}}
148  {\setboolean{marginnote}{false}}
149
150 % check for package sidecap
151 % used for captions on the side
152 \newboolean{sidecap}
153 \IfFileExists{sidecap.sty}
154  {\usepackage{sidecap}
155   \setboolean{sidecap}{true}}
156  {\setboolean{sidecap}{false}}
157
158 % redefine the \LyX macro for PDF bookmarks
159 \def\LyX{\texorpdfstring{%
160   L\kern-.1667em\lower.25em\hbox{Y}\kern-.125emX\@}
161   {LyX}}
162
163 % to translate the listing label
164 % para traducir la etiqueta listing
165 \renewcommand{\lstlistingname}{Listado}
166 \end_preamble
167 \options fleqn,bibliography=totoc,index=totoc,BCOR7.5mm,titlepage,captions=tableheading
168 \use_default_options false
169 \maintain_unincluded_children false
170 \language spanish
171 \inputencoding auto
172 \fontencoding global
173 \font_roman default
174 \font_sans default
175 \font_typewriter default
176 \font_default_family default
177 \use_xetex false
178 \font_sc false
179 \font_osf false
180 \font_sf_scale 100
181 \font_tt_scale 100
182
183 \graphics default
184 \default_output_format default
185 \output_sync 0
186 \bibtex_command default
187 \index_command default
188 \paperfontsize 12
189 \spacing single
190 \use_hyperref true
191 \pdf_title "Manual detallado de Figuras, Tablas, Flotantes, Notas, Cuadros y Archivos en LyX"
192 \pdf_author "LyX Team, Uwe Stöhr, Spanish translation: Ignacio García"
193 \pdf_subject "LyX-documentation about figures, tables, floats, notes, and boxes"
194 \pdf_keywords "LyX, Tables, Figures, Floats, Boxes, Notes"
195 \pdf_bookmarks true
196 \pdf_bookmarksnumbered true
197 \pdf_bookmarksopen true
198 \pdf_bookmarksopenlevel 1
199 \pdf_breaklinks false
200 \pdf_pdfborder false
201 \pdf_colorlinks true
202 \pdf_backref false
203 \pdf_pdfusetitle false
204 \pdf_quoted_options "linkcolor=black, citecolor=black, urlcolor=blue, filecolor=blue, pdfpagelayout=OneColumn, pdfnewwindow=true, pdfstartview=XYZ, plainpages=false"
205 \papersize default
206 \use_geometry false
207 \use_amsmath 2
208 \use_esint 0
209 \use_mhchem 1
210 \use_mathdots 1
211 \cite_engine basic
212 \use_bibtopic false
213 \use_indices false
214 \paperorientation portrait
215 \suppress_date false
216 \use_refstyle 0
217 \notefontcolor #0000ff
218 \index Índice
219 \shortcut idx
220 \color #008000
221 \end_index
222 \secnumdepth 3
223 \tocdepth 3
224 \paragraph_separation skip
225 \defskip medskip
226 \quotes_language french
227 \papercolumns 1
228 \papersides 2
229 \paperpagestyle default
230 \bullet 1 1 34 -1
231 \bullet 2 2 35 -1
232 \bullet 3 2 7 -1
233 \tracking_changes false
234 \output_changes false
235 \html_math_output 0
236 \html_be_strict false
237 \end_header
238
239 \begin_body
240
241 \begin_layout Title
242 Manual detallado de Figuras, Tablas, Flotantes, Notas, Cuadros y Archivos
243  en LyX
244 \end_layout
245
246 \begin_layout Author
247 por el Equipo LyX
248 \begin_inset Foot
249 status collapsed
250
251 \begin_layout Plain Layout
252 \noindent
253 Si tienes comentarios o correcciones, por favor, escribe a la lista de correo
254  de Documentación de LyX: 
255 \begin_inset CommandInset href
256 LatexCommand href
257 name "lyx-docs@lists.lyx.org"
258 target "lyx-docs@lists.lyx.org?subject=EmbeddedObjects manual"
259 type "mailto:"
260
261 \end_inset
262
263
264 \end_layout
265
266 \end_inset
267
268
269 \begin_inset Note Note
270 status collapsed
271
272 \begin_layout Plain Layout
273 Autor: Uwe Stöhr
274 \end_layout
275
276 \end_inset
277
278
279 \begin_inset Note Note
280 status collapsed
281
282 \begin_layout Plain Layout
283 Traducción de: Ignacio García
284 \end_layout
285
286 \end_inset
287
288
289 \begin_inset Newline newline
290 \end_inset
291
292
293 \begin_inset Newline newline
294 \end_inset
295
296
297 \family sans
298 Versión 2.0.x
299 \end_layout
300
301 \begin_layout Standard
302 \begin_inset CommandInset toc
303 LatexCommand tableofcontents
304
305 \end_inset
306
307
308 \end_layout
309
310 \begin_layout Standard
311 \begin_inset Note Note
312 status collapsed
313
314 \begin_layout Plain Layout
315 Para exportar todas las partes de este documento a PDF, PS, o DVI, deben
316  estar instalados los paquetes LaTeX 
317 \series bold
318 arydshln
319 \series default
320
321 \series bold
322 colortbl
323 \series default
324
325 \series bold
326 marginnote
327 \series default
328  y 
329 \series bold
330 sidecap
331 \series default
332 .
333  Si no están instalados, también podrás exportar el documento, pero las
334  secciones en que dichos paquetes son necesarios no aparecen en la salida.
335 \end_layout
336
337 \begin_layout Plain Layout
338 La última versión en PDF de este documento puede encontrarse aquí:
339 \series bold
340
341 \begin_inset Newline newline
342 \end_inset
343
344 http://wiki.lyx.org/LyX/DocumentationDevelopment#EmbeddedObjects
345 \end_layout
346
347 \end_inset
348
349
350 \end_layout
351
352 \begin_layout Chapter
353 Figuras
354 \begin_inset Index idx
355 status collapsed
356
357 \begin_layout Plain Layout
358 Figuras
359 \end_layout
360
361 \end_inset
362
363
364 \begin_inset Index idx
365 status collapsed
366
367 \begin_layout Plain Layout
368 Gráficos|see
369 \begin_inset ERT
370 status collapsed
371
372 \begin_layout Plain Layout
373
374 {
375 \end_layout
376
377 \end_inset
378
379 Figuras
380 \begin_inset ERT
381 status collapsed
382
383 \begin_layout Plain Layout
384
385 }
386 \end_layout
387
388 \end_inset
389
390
391 \end_layout
392
393 \end_inset
394
395
396 \end_layout
397
398 \begin_layout Section
399 Diálogo de gráficos
400 \begin_inset CommandInset label
401 LatexCommand label
402 name "sec:Diálogo-Gráficos"
403
404 \end_inset
405
406
407 \begin_inset Index idx
408 status collapsed
409
410 \begin_layout Plain Layout
411 Figuras ! Diálogo de gráficos
412 \end_layout
413
414 \end_inset
415
416
417 \end_layout
418
419 \begin_layout Standard
420 Para insertar una imagen en un documento, sitúa el cursor en el lugar del
421  texto que desees y haz clic en el icono 
422 \begin_inset Graphics
423         filename ../../images/dialog-show-new-inset_graphics.png
424         scale 85
425
426 \end_inset
427
428  o en el menú 
429 \family sans
430 Insertar\SpecialChar \menuseparator
431 Imagen
432 \family default
433 .
434  Aparecerá un diálogo para escoger el archivo a cargar.
435  La imagen aparecerá en el archivo de salida exactamente en la misma posición
436  en la que la has colocado.
437 \end_layout
438
439 \begin_layout Standard
440 El diálogo Gráficos puede abrirse en cualquier momento haciendo clic sobre
441  una imagen.
442  Este diálogo tiene tres pestañas:
443 \end_layout
444
445 \begin_layout Description
446 Gráficos Aquí puedes elegir tu archivo gráfico y ajustar separadamente su
447  presentación en LyX y en la salida.
448  En el apéndice
449 \begin_inset space ~
450 \end_inset
451
452
453 \begin_inset CommandInset ref
454 LatexCommand ref
455 reference "cap:Unidades-disponibles-en"
456
457 \end_inset
458
459  se detallan las unidades disponibles para el tamaño del gráfico.
460 \begin_inset Newline newline
461 \end_inset
462
463
464 \begin_inset Index idx
465 status collapsed
466
467 \begin_layout Plain Layout
468 Figuras ! Rotar
469 \end_layout
470
471 \end_inset
472
473 Puedes girar los gráficos en el sentido de las agujas de reloj estableciendo
474  un ángulo y un origen de rotación.
475  La imagen también gira en LyX.
476 \begin_inset Newline newline
477 \end_inset
478
479
480 \begin_inset Index idx
481 status collapsed
482
483 \begin_layout Plain Layout
484 Figuras ! Escalar
485 \end_layout
486
487 \end_inset
488
489 Las imágenes se pueden escalar mediante un porcentaje o fijando explícitamente
490  la altura y la anchura.
491  Si fijas sólo la anchura o sólo la altura, la otra dimensión se establece
492  automáticamente.
493  Si fijas ambas dimensiones
494 \family sans
495 ,
496 \family default
497  la imagen se adaptará a ellas, posiblemente distorsionada.
498  Para evitar distorsión en la imagen marca la opción 
499 \family sans
500 Mantener
501 \begin_inset space ~
502 \end_inset
503
504 proporción
505 \family default
506 .
507  En ese caso la imagen será escalada de forma que su anchura y su altura
508  no excedan de las dimensiones especificadas.
509 \begin_inset Newline newline
510 \end_inset
511
512 Las imágenes se pueden abrir en el programa de tu elección con la entrada
513  
514 \family sans
515  Editar
516 \begin_inset space ~
517 \end_inset
518
519  externamente
520 \family default
521  del menú contextual que aparece al hacer clic derecho sobre la imagen.
522  Los programas visor y editor para cada formato de imagen se pueden establecer
523  en la configuración de formatos de archivo de las preferencias de LyX.
524 \end_layout
525
526 \begin_layout Description
527 Recorte Alternativamente al escalado, es posible establecer las coordenadas
528  de la imagen para ajustar su altura y anchura en la salida.
529  Además, las coordenadas se pueden calcular automáticamente pinchando el
530  botón 
531 \family sans
532 Obtener
533 \begin_inset space ~
534 \end_inset
535
536 de
537 \begin_inset space ~
538 \end_inset
539
540 archivo
541 \family default
542 .
543  El botón 
544 \family sans
545 Recortar
546 \begin_inset space ~
547 \end_inset
548
549 al
550 \begin_inset space ~
551 \end_inset
552
553 cuadro
554 \begin_inset space ~
555 \end_inset
556
557 delimitador
558 \family default
559  imprimirá sólo la región de la imagen comprendida en las coordenadas introducid
560 as.
561  Normalmente no necesitarás preocuparte por esto y puedes ignorar esta solapa.
562 \end_layout
563
564 \begin_layout Description
565 Opciones
566 \begin_inset space ~
567 \end_inset
568
569 de
570 \begin_inset space ~
571 \end_inset
572
573 LaTeX
574 \begin_inset space ~
575 \end_inset
576
577 y
578 \begin_inset space ~
579 \end_inset
580
581 LyX En esta solapa puedes modificar la apariencia de la imagen en LyX y,
582  si eres experto en LaTeX, especificar opciones LaTeX adicionales.
583 \begin_inset Newline newline
584 \end_inset
585
586 La opción 
587 \family sans
588 Modo
589 \begin_inset space ~
590 \end_inset
591
592 borrador
593 \family default
594  hace que en la salida se muestre sólo un marco con el tamaño de la imagen.
595 \begin_inset Newline newline
596 \end_inset
597
598 La opción 
599 \family sans
600 No
601 \begin_inset space ~
602 \end_inset
603
604 descomprimir
605 \begin_inset space ~
606 \end_inset
607
608 al
609 \begin_inset space ~
610 \end_inset
611
612 exportar
613 \family default
614  sólo afecta a los gráficos EPS comprimidos, p.
615 \begin_inset space \thinspace{}
616 \end_inset
617
618 e.
619 \begin_inset space ~
620 \end_inset
621
622
623 \emph on
624 x.eps.gz
625 \emph default
626 .
627  Si se usa esta opción, las imágenes no serán descomprimidas al exportar,
628  puesto que LaTeX puede manejarlas como están.
629 \begin_inset Newline newline
630 \end_inset
631
632 Los gráficos EPS comprimidos sirven para ahorrar espacio de disco si se
633  utiliza PostScript como formato de salida, véase apéndice
634 \begin_inset space ~
635 \end_inset
636
637
638 \begin_inset CommandInset ref
639 LatexCommand ref
640 reference "sec:PostScript"
641
642 \end_inset
643
644 .
645  Para comprimir gráficos EPS, usa los siguientes comandos en un UNIX-shell
646  o en consola de Windows:
647 \begin_inset Newline newline
648 \end_inset
649
650
651 \series bold
652 gzip x.eps
653 \series default
654
655 \begin_inset Newline newline
656 \end_inset
657
658
659 \series bold
660 zgrep %%Bounding x.eps.gz > x.eps.bb
661 \series default
662
663 \begin_inset Newline newline
664 \end_inset
665
666 El segundo comando crea un archivo de cuadro delimitador «x.eps.bb» que necesita
667  LaTeX para gráficos comprimidos.
668 \begin_inset Newline newline
669 \end_inset
670
671 El campo 
672 \family sans
673 Nombre
674 \begin_inset space ~
675 \end_inset
676
677 de
678 \begin_inset space ~
679 \end_inset
680
681 grupo
682 \family default
683  permite definir un conjunto de ajustes de imagen.
684 \begin_inset Index idx
685 status collapsed
686
687 \begin_layout Plain Layout
688 Figuras ! Agrupación de ajustes
689 \end_layout
690
691 \end_inset
692
693  Las imágenes incluidas en un grupo comparten sus características, de modo
694  que al modificar las de una imagen del grupo se modifican igualmente las
695  de las demás imágenes del grupo.
696  Así, por ejemplo, puedes cambiar el tamaño de un grupo de imágenes sin
697  necesidad de hacerlo individualmente para cada una de ellas.
698  Además se puede integrar una imagen en un grupo existente marcando el nombre
699  del mismo en el menú contextual de la imagen.
700  
701 \end_layout
702
703 \begin_layout Standard
704 \begin_inset VSpace bigskip
705 \end_inset
706
707
708 \end_layout
709
710 \begin_layout Standard
711 Esto es un ejemplo de imagen en formato EPS
712 \begin_inset Foot
713 status collapsed
714
715 \begin_layout Plain Layout
716 Los formatos de imagen se explican en el sección
717 \begin_inset space ~
718 \end_inset
719
720
721 \begin_inset CommandInset ref
722 LatexCommand ref
723 reference "sec:Formatos-de-imagen"
724
725 \end_inset
726
727 .
728 \end_layout
729
730 \end_inset
731
732  en un párrafo separado centrado horizontalmente:
733 \end_layout
734
735 \begin_layout Standard
736 \align center
737 \begin_inset Graphics
738         filename ../clipart/mobius.eps
739         scale 70
740         clip
741         rotateOrigin center
742
743 \end_inset
744
745
746 \end_layout
747
748 \begin_layout Standard
749 Esta es la misma imagen pero en modo borrador:
750 \end_layout
751
752 \begin_layout Standard
753 \align center
754 \begin_inset Graphics
755         filename ../clipart/mobius.eps
756         scale 70
757         draft
758         rotateOrigin center
759
760 \end_inset
761
762
763 \begin_inset Newpage newpage
764 \end_inset
765
766
767 \end_layout
768
769 \begin_layout Section
770 Figuras flotantes
771 \begin_inset CommandInset label
772 LatexCommand label
773 name "sec:Figuras-Flotantes"
774
775 \end_inset
776
777
778 \begin_inset Index idx
779 status collapsed
780
781 \begin_layout Plain Layout
782 Flotantes ! Figuras
783 \end_layout
784
785 \end_inset
786
787
788 \begin_inset Index idx
789 status collapsed
790
791 \begin_layout Plain Layout
792 Figuras ! Flotantes
793 \end_layout
794
795 \end_inset
796
797
798 \end_layout
799
800 \begin_layout Standard
801 Para información general sobre flotantes, echa una ojeada a la sección
802 \begin_inset space ~
803 \end_inset
804
805
806 \begin_inset CommandInset ref
807 LatexCommand ref
808 reference "sec:Introducción-Flotantes"
809
810 \end_inset
811
812 .
813 \end_layout
814
815 \begin_layout Standard
816 El botón 
817 \begin_inset Graphics
818         filename ../../images/float-insert_figure.png
819         scale 85
820
821 \end_inset
822
823  y el menú 
824 \family sans
825 Insertar\SpecialChar \menuseparator
826 Flotante\SpecialChar \menuseparator
827 Figura
828 \family default
829  insertan un flotante con la etiqueta «Figura #:» (# es el número actual).
830  La imagen se puede insertar sobre la leyenda, como en la figura
831 \begin_inset space ~
832 \end_inset
833
834
835 \begin_inset CommandInset ref
836 LatexCommand ref
837 reference "fig:kill-plat"
838
839 \end_inset
840
841 , o bajo ella, como en la figura
842 \begin_inset space ~
843 \end_inset
844
845
846 \begin_inset CommandInset ref
847 LatexCommand ref
848 reference "fig:escher"
849
850 \end_inset
851
852 .
853  Más información sobre ubicación de leyendas en la sección
854 \begin_inset space ~
855 \end_inset
856
857
858 \begin_inset CommandInset ref
859 LatexCommand ref
860 reference "sec:Colocación-de-leyendas"
861
862 \end_inset
863
864 .
865 \end_layout
866
867 \begin_layout Standard
868 \begin_inset Float figure
869 wide false
870 sideways false
871 status open
872
873 \begin_layout Plain Layout
874 \align center
875 \begin_inset Graphics
876         filename ../clipart/platypus.eps
877         width 50col%
878         rotateOrigin center
879
880 \end_inset
881
882
883 \end_layout
884
885 \begin_layout Plain Layout
886 \begin_inset Caption
887
888 \begin_layout Plain Layout
889 \begin_inset CommandInset label
890 LatexCommand label
891 name "fig:kill-plat"
892
893 \end_inset
894
895 Un ornitorrinco muy distorsionado en un flotante.
896 \end_layout
897
898 \end_inset
899
900
901 \end_layout
902
903 \end_inset
904
905
906 \end_layout
907
908 \begin_layout Standard
909 \begin_inset Float figure
910 wide false
911 sideways false
912 status open
913
914 \begin_layout Plain Layout
915 \begin_inset Caption
916
917 \begin_layout Plain Layout
918 \begin_inset CommandInset label
919 LatexCommand label
920 name "fig:escher"
921
922 \end_inset
923
924 M.C.
925  Escher en ácido.
926 \end_layout
927
928 \end_inset
929
930
931 \end_layout
932
933 \begin_layout Plain Layout
934 \align center
935 \begin_inset Graphics
936         filename ../clipart/escher-lsd.eps
937         scale 80
938         rotateOrigin center
939
940 \end_inset
941
942
943 \end_layout
944
945 \end_inset
946
947
948 \end_layout
949
950 \begin_layout Standard
951 \begin_inset Index idx
952 status collapsed
953
954 \begin_layout Plain Layout
955 Referencias ! a figuras
956 \end_layout
957
958 \end_inset
959
960 Las figuras
961 \begin_inset space ~
962 \end_inset
963
964
965 \begin_inset CommandInset ref
966 LatexCommand ref
967 reference "fig:kill-plat"
968
969 \end_inset
970
971  y 
972 \begin_inset CommandInset ref
973 LatexCommand ref
974 reference "fig:escher"
975
976 \end_inset
977
978  son ejemplos de figuras con referencias cruzadas.
979  Las figuras pueden tener referencias cruzadas en el documento mediante
980  referencia a su etiqueta.
981  Para hacerlo inserta una etiqueta en la leyenda usando el menú 
982 \family sans
983 Insertar\SpecialChar \menuseparator
984 Etiqueta
985 \family default
986  o el botón 
987 \begin_inset Graphics
988         filename ../../images/label-insert.png
989         scale 85
990
991 \end_inset
992
993 .
994  Ahora puedes referirte a la etiqueta usando el menú 
995 \family sans
996 Insertar\SpecialChar \menuseparator
997 Referencia
998 \begin_inset space ~
999 \end_inset
1000
1001 cruzada
1002 \family default
1003  o el botón 
1004 \begin_inset Graphics
1005         filename ../../images/dialog-show-new-inset_ref.png
1006         scale 85
1007
1008 \end_inset
1009
1010 .
1011  Es importante emplear referencias a flotantes, mejor que alusiones vagas
1012  como «la figura de arriba», porque como LaTeX recolocará los flotantes
1013  en el documento final, podría no quedar «arriba» precisamente.
1014 \begin_inset Newline newline
1015 \end_inset
1016
1017 Las referencias se explican con detalle en la sección
1018 \begin_inset space ~
1019 \end_inset
1020
1021
1022 \begin_inset CommandInset ref
1023 LatexCommand ref
1024 reference "sec:Referencias-a-Flotantes"
1025
1026 \end_inset
1027
1028 .
1029 \end_layout
1030
1031 \begin_layout Standard
1032 Normalmente sólo se inserta una imagen en un flotante, pero es posible que
1033  en alguna ocasión queramos poner dos imágenes cada una con su leyenda.
1034  Esto se puede hacer insertando imágenes flotantes dentro de un flotante
1035  existente.
1036  La figura
1037 \begin_inset space ~
1038 \end_inset
1039
1040
1041 \begin_inset CommandInset ref
1042 LatexCommand ref
1043 reference "fig:Dos-imágenes-distorsionadas"
1044
1045 \end_inset
1046
1047  es un ejemplo de figura flotante con dos imágenes adosadas.
1048  También se pueden poner una sobre otra.
1049  Las subfiguras son
1050 \begin_inset space ~
1051 \end_inset
1052
1053
1054 \begin_inset CommandInset ref
1055 LatexCommand ref
1056 reference "fig:Estructura-indefinible"
1057
1058 \end_inset
1059
1060  y
1061 \begin_inset space ~
1062 \end_inset
1063
1064
1065 \begin_inset CommandInset ref
1066 LatexCommand ref
1067 reference "fig:Ornitorrinco"
1068
1069 \end_inset
1070
1071 .
1072 \end_layout
1073
1074 \begin_layout Standard
1075 \begin_inset Float figure
1076 wide false
1077 sideways false
1078 status open
1079
1080 \begin_layout Plain Layout
1081 \begin_inset space \hfill{}
1082 \end_inset
1083
1084
1085 \begin_inset Float figure
1086 wide false
1087 sideways false
1088 status open
1089
1090 \begin_layout Plain Layout
1091 \begin_inset Caption
1092
1093 \begin_layout Plain Layout
1094 \begin_inset CommandInset label
1095 LatexCommand label
1096 name "fig:Estructura-indefinible"
1097
1098 \end_inset
1099
1100 Estructura indefinible
1101 \end_layout
1102
1103 \end_inset
1104
1105
1106 \end_layout
1107
1108 \begin_layout Plain Layout
1109 \begin_inset Graphics
1110         filename ../clipart/escher-lsd.eps
1111         width 45col%
1112         groupId distorsionadas
1113
1114 \end_inset
1115
1116
1117 \end_layout
1118
1119 \end_inset
1120
1121
1122 \begin_inset space \hfill{}
1123 \end_inset
1124
1125
1126 \begin_inset Float figure
1127 wide false
1128 sideways false
1129 status open
1130
1131 \begin_layout Plain Layout
1132 \begin_inset Caption
1133
1134 \begin_layout Plain Layout
1135 \begin_inset CommandInset label
1136 LatexCommand label
1137 name "fig:Ornitorrinco"
1138
1139 \end_inset
1140
1141 Ornitorrinco
1142 \end_layout
1143
1144 \end_inset
1145
1146
1147 \end_layout
1148
1149 \begin_layout Plain Layout
1150 \begin_inset Graphics
1151         filename ../clipart/platypus.eps
1152         width 45col%
1153         groupId distorsionadas
1154
1155 \end_inset
1156
1157
1158 \end_layout
1159
1160 \end_inset
1161
1162
1163 \begin_inset space \hfill{}
1164 \end_inset
1165
1166
1167 \end_layout
1168
1169 \begin_layout Plain Layout
1170 \begin_inset Caption
1171
1172 \begin_layout Plain Layout
1173 \begin_inset CommandInset label
1174 LatexCommand label
1175 name "fig:Dos-imágenes-distorsionadas"
1176
1177 \end_inset
1178
1179 Dos imágenes distorsionadas.
1180  Ambas están en el grupo llamado «distorsionadas».
1181 \end_layout
1182
1183 \end_inset
1184
1185
1186 \end_layout
1187
1188 \end_inset
1189
1190
1191 \begin_inset Newpage newpage
1192 \end_inset
1193
1194
1195 \end_layout
1196
1197 \begin_layout Section
1198 Formatos de imagen
1199 \begin_inset CommandInset label
1200 LatexCommand label
1201 name "sec:Formatos-de-imagen"
1202
1203 \end_inset
1204
1205
1206 \begin_inset Index idx
1207 status collapsed
1208
1209 \begin_layout Plain Layout
1210 Formatos de imagen
1211 \end_layout
1212
1213 \end_inset
1214
1215
1216 \begin_inset Index idx
1217 status collapsed
1218
1219 \begin_layout Plain Layout
1220 Figuras ! Formatos de imagen
1221 \end_layout
1222
1223 \end_inset
1224
1225
1226 \end_layout
1227
1228 \begin_layout Standard
1229 Puedes insertar imágenes en cualquier formato.
1230  Pero como se explica en el apéndice
1231 \begin_inset space ~
1232 \end_inset
1233
1234
1235 \begin_inset CommandInset ref
1236 LatexCommand ref
1237 reference "cap:Formatos-de-Archivos-de-Salida"
1238
1239 \end_inset
1240
1241 , cada formato de archivo del documento de salida permite sólo ciertos formatos
1242  de archivo de imagen.
1243  Por eso LyX usa el programa 
1244 \family typewriter
1245 ImageMagick
1246 \family default
1247  en segundo plano para convertir imágenes al formato adecuado.
1248  Para aumentar el rendimiento evitando estas conversiones, puedes usar sólo
1249  los formatos de imagen admitidos en el formato de archivo de salida.
1250  Los formatos de salida se explican en el apéndice
1251 \begin_inset space ~
1252 \end_inset
1253
1254
1255 \begin_inset CommandInset ref
1256 LatexCommand ref
1257 reference "cap:Formatos-de-Archivos-de-Salida"
1258
1259 \end_inset
1260
1261 .
1262 \end_layout
1263
1264 \begin_layout Standard
1265 Como en el caso de las fuentes, hay dos tipos de formatos de imagen:
1266 \end_layout
1267
1268 \begin_layout Description
1269 Imágenes
1270 \begin_inset space ~
1271 \end_inset
1272
1273 mapa
1274 \begin_inset space ~
1275 \end_inset
1276
1277 de
1278 \begin_inset space ~
1279 \end_inset
1280
1281 bits
1282 \begin_inset space ~
1283 \end_inset
1284
1285 (Bitmap) formadas por mapas de puntos (píxeles), generalmente comprimidos.
1286  Por tanto no son totalmente escalables y se ven pixeladas a valores altos
1287  de zoom.
1288  Formatos de imágenes en bitmap bien conocidos son «Graphics Interchange
1289  Format» (GIF, extensión «
1290 \family typewriter
1291 .gif
1292 \family default
1293 »)
1294 \begin_inset Index idx
1295 status collapsed
1296
1297 \begin_layout Plain Layout
1298 GIF|see
1299 \begin_inset ERT
1300 status collapsed
1301
1302 \begin_layout Plain Layout
1303
1304 {
1305 \end_layout
1306
1307 \end_inset
1308
1309 Formatos de imagen
1310 \begin_inset ERT
1311 status collapsed
1312
1313 \begin_layout Plain Layout
1314
1315 }
1316 \end_layout
1317
1318 \end_inset
1319
1320
1321 \end_layout
1322
1323 \end_inset
1324
1325 , «Portable Network Graphics» (PNG, extensión «
1326 \family typewriter
1327 .png
1328 \family default
1329 »)
1330 \begin_inset Index idx
1331 status collapsed
1332
1333 \begin_layout Plain Layout
1334 PNG|see
1335 \begin_inset ERT
1336 status collapsed
1337
1338 \begin_layout Plain Layout
1339
1340 {
1341 \end_layout
1342
1343 \end_inset
1344
1345 Formatos de imagen
1346 \begin_inset ERT
1347 status collapsed
1348
1349 \begin_layout Plain Layout
1350
1351 }
1352 \end_layout
1353
1354 \end_inset
1355
1356
1357 \end_layout
1358
1359 \end_inset
1360
1361 , y «Joint Photographic Experts Group» (JPG, extensión «
1362 \family typewriter
1363 .jpg
1364 \family default
1365 » o «
1366 \family typewriter
1367 .jpeg
1368 \family default
1369 »)
1370 \begin_inset Index idx
1371 status collapsed
1372
1373 \begin_layout Plain Layout
1374 JPG|see
1375 \begin_inset ERT
1376 status collapsed
1377
1378 \begin_layout Plain Layout
1379
1380 {
1381 \end_layout
1382
1383 \end_inset
1384
1385 Formatos de imagen
1386 \begin_inset ERT
1387 status collapsed
1388
1389 \begin_layout Plain Layout
1390
1391 }
1392 \end_layout
1393
1394 \end_inset
1395
1396
1397 \end_layout
1398
1399 \end_inset
1400
1401 .
1402 \end_layout
1403
1404 \begin_layout Description
1405 Imágenes
1406 \begin_inset space ~
1407 \end_inset
1408
1409 vectoriales se generan mediante una descripción de una serie de trazos (vectores
1410 ) y por tanto pueden escalarse a cualquier tamaño sin pérdidas.
1411  La posibilidad de escalado hace falta para crear presentaciones, porque
1412  éstas siempre son escaladas por el proyector.
1413  El escalado también es útil en los documentos en línea para permitir el
1414  zoom en diagramas.
1415 \begin_inset Newline newline
1416 \end_inset
1417
1418 Formatos de imagen escalables pueden ser «Scalable Vector Graphics» (SVG,
1419  extensión «
1420 \family typewriter
1421 .svg
1422 \family default
1423 »)
1424 \begin_inset Index idx
1425 status collapsed
1426
1427 \begin_layout Plain Layout
1428 SVG|see
1429 \begin_inset ERT
1430 status collapsed
1431
1432 \begin_layout Plain Layout
1433
1434 {
1435 \end_layout
1436
1437 \end_inset
1438
1439 Formatos de imagen
1440 \begin_inset ERT
1441 status collapsed
1442
1443 \begin_layout Plain Layout
1444
1445 }
1446 \end_layout
1447
1448 \end_inset
1449
1450
1451 \end_layout
1452
1453 \end_inset
1454
1455 , «Encapsulated PostScript» (EPS, extensión «
1456 \family typewriter
1457 .eps
1458 \family default
1459 »)
1460 \begin_inset Index idx
1461 status collapsed
1462
1463 \begin_layout Plain Layout
1464 EPS|see
1465 \begin_inset ERT
1466 status collapsed
1467
1468 \begin_layout Plain Layout
1469
1470 {
1471 \end_layout
1472
1473 \end_inset
1474
1475 Formatos de imagen
1476 \begin_inset ERT
1477 status collapsed
1478
1479 \begin_layout Plain Layout
1480
1481 }
1482 \end_layout
1483
1484 \end_inset
1485
1486
1487 \end_layout
1488
1489 \end_inset
1490
1491 , «Portable Document Format» (PDF, extensión «
1492 \family typewriter
1493 .pdf
1494 \family default
1495 »)
1496 \begin_inset Index idx
1497 status collapsed
1498
1499 \begin_layout Plain Layout
1500 PDF|see
1501 \begin_inset ERT
1502 status collapsed
1503
1504 \begin_layout Plain Layout
1505
1506 {
1507 \end_layout
1508
1509 \end_inset
1510
1511 Formatos de imagen
1512 \begin_inset ERT
1513 status collapsed
1514
1515 \begin_layout Plain Layout
1516
1517 }
1518 \end_layout
1519
1520 \end_inset
1521
1522
1523 \end_layout
1524
1525 \end_inset
1526
1527 , y «Windows Metafile» (WMF, extensión «
1528 \family typewriter
1529 .wmf
1530 \family default
1531 »)
1532 \begin_inset Index idx
1533 status collapsed
1534
1535 \begin_layout Plain Layout
1536 WMF|see
1537 \begin_inset ERT
1538 status collapsed
1539
1540 \begin_layout Plain Layout
1541
1542 {
1543 \end_layout
1544
1545 \end_inset
1546
1547 Formatos de imagen
1548 \begin_inset ERT
1549 status collapsed
1550
1551 \begin_layout Plain Layout
1552
1553 }
1554 \end_layout
1555
1556 \end_inset
1557
1558
1559 \end_layout
1560
1561 \end_inset
1562
1563 .
1564  Escribimos «pueden ser» porque se puede convertir cualquier imagen bitmap
1565  a PDF o EPS y el resultado será todavía una imagen bitmap.
1566  En estos casos sólo se añade una cabecera con las propiedades de la imagen
1567  a la imagen original.
1568 \begin_inset Foot
1569 status collapsed
1570
1571 \begin_layout Plain Layout
1572 En el caso de PDF, además se comprime la imagen original.
1573 \end_layout
1574
1575 \end_inset
1576
1577  Por ejemplo, los archivos PDF generados por 
1578 \family typewriter
1579 Adobe Photoshop
1580 \family default
1581  son imágenes bitmap.
1582 \end_layout
1583
1584 \begin_layout Standard
1585 Normalmente no es posible convertir una imagen bitmap a escalable pero sí
1586  al contrario.
1587  Sólo los formatos de imagen PDF y EPS pueden empotrarse directamente en
1588  archivos de salida PDF y PostScript, respectivamente.
1589  Las imágenes SVG y WMF son recalculadas a bitmaps cuando se genera el archivo
1590  de salida porque actualmente no hay convertidores adecuados WMF/SVG 
1591 \begin_inset Formula $\to$
1592 \end_inset
1593
1594  PDF/EPS.
1595 \end_layout
1596
1597 \begin_layout Chapter
1598 Tablas
1599 \begin_inset Index idx
1600 status collapsed
1601
1602 \begin_layout Plain Layout
1603 Tablas
1604 \end_layout
1605
1606 \end_inset
1607
1608
1609 \end_layout
1610
1611 \begin_layout Section
1612 Introducción
1613 \begin_inset Index idx
1614 status collapsed
1615
1616 \begin_layout Plain Layout
1617 Tablas ! Introducción
1618 \end_layout
1619
1620 \end_inset
1621
1622
1623 \end_layout
1624
1625 \begin_layout Standard
1626 Puede insertarse una tabla mediante el botón 
1627 \begin_inset Graphics
1628         filename ../../images/tabular-insert.png
1629         scale 85
1630
1631 \end_inset
1632
1633  o el menú 
1634 \family sans
1635 Insertar\SpecialChar \menuseparator
1636 Tabla
1637 \family default
1638 .
1639  El botón ofrece una selección gráfica: moviendo el puntero se puede definir
1640  el número de filas y de columnas de la tabla.
1641  Si usas el menú aparece un diálogo en el que se pide el número de filas
1642  y columnas.
1643  
1644 \begin_inset Newline newline
1645 \end_inset
1646
1647 Por omisión, la tabla tiene líneas que enmarcan cada celda y la primera
1648  fila aparece separada por una línea doble: la línea inferior de la primera
1649  fila y la línea superior de la segunda fila.
1650  Ejemplo de tabla:
1651 \end_layout
1652
1653 \begin_layout Standard
1654 \align center
1655 \begin_inset Tabular
1656 <lyxtabular version="3" rows="4" columns="4">
1657 <features tabularvalignment="middle">
1658 <column alignment="center" valignment="top" width="0">
1659 <column alignment="center" valignment="top" width="0pt">
1660 <column alignment="center" valignment="top" width="0in">
1661 <column alignment="center" valignment="top" width="0pt">
1662 <row>
1663 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
1664 \begin_inset Text
1665
1666 \begin_layout Plain Layout
1667
1668 \end_layout
1669
1670 \end_inset
1671 </cell>
1672 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
1673 \begin_inset Text
1674
1675 \begin_layout Plain Layout
1676
1677 \family roman
1678 \series medium
1679 \shape up
1680 \size normal
1681 \emph off
1682 \bar no
1683 \noun off
1684 \color none
1685 1
1686 \end_layout
1687
1688 \end_inset
1689 </cell>
1690 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
1691 \begin_inset Text
1692
1693 \begin_layout Plain Layout
1694 2
1695 \end_layout
1696
1697 \end_inset
1698 </cell>
1699 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
1700 \begin_inset Text
1701
1702 \begin_layout Plain Layout
1703 3
1704 \end_layout
1705
1706 \end_inset
1707 </cell>
1708 </row>
1709 <row>
1710 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1711 \begin_inset Text
1712
1713 \begin_layout Plain Layout
1714
1715 \family roman
1716 \series medium
1717 \shape up
1718 \size normal
1719 \emph off
1720 \bar no
1721 \noun off
1722 \color none
1723 A
1724 \end_layout
1725
1726 \end_inset
1727 </cell>
1728 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1729 \begin_inset Text
1730
1731 \begin_layout Plain Layout
1732
1733 \end_layout
1734
1735 \end_inset
1736 </cell>
1737 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1738 \begin_inset Text
1739
1740 \begin_layout Plain Layout
1741
1742 \end_layout
1743
1744 \end_inset
1745 </cell>
1746 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
1747 \begin_inset Text
1748
1749 \begin_layout Plain Layout
1750
1751 \end_layout
1752
1753 \end_inset
1754 </cell>
1755 </row>
1756 <row>
1757 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1758 \begin_inset Text
1759
1760 \begin_layout Plain Layout
1761
1762 \family roman
1763 \series medium
1764 \shape up
1765 \size normal
1766 \emph off
1767 \bar no
1768 \noun off
1769 \color none
1770 B
1771 \end_layout
1772
1773 \end_inset
1774 </cell>
1775 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1776 \begin_inset Text
1777
1778 \begin_layout Plain Layout
1779
1780 \end_layout
1781
1782 \end_inset
1783 </cell>
1784 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1785 \begin_inset Text
1786
1787 \begin_layout Plain Layout
1788
1789 \size normal
1790 \noun off
1791 \color none
1792  
1793 \end_layout
1794
1795 \end_inset
1796 </cell>
1797 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
1798 \begin_inset Text
1799
1800 \begin_layout Plain Layout
1801
1802 \end_layout
1803
1804 \end_inset
1805 </cell>
1806 </row>
1807 <row>
1808 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
1809 \begin_inset Text
1810
1811 \begin_layout Plain Layout
1812
1813 \family roman
1814 \series medium
1815 \shape up
1816 \size normal
1817 \emph off
1818 \bar no
1819 \noun off
1820 \color none
1821 C
1822 \end_layout
1823
1824 \end_inset
1825 </cell>
1826 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
1827 \begin_inset Text
1828
1829 \begin_layout Plain Layout
1830
1831 \end_layout
1832
1833 \end_inset
1834 </cell>
1835 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
1836 \begin_inset Text
1837
1838 \begin_layout Plain Layout
1839
1840 \end_layout
1841
1842 \end_inset
1843 </cell>
1844 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
1845 \begin_inset Text
1846
1847 \begin_layout Plain Layout
1848
1849 \end_layout
1850
1851 \end_inset
1852 </cell>
1853 </row>
1854 </lyxtabular>
1855
1856 \end_inset
1857
1858
1859 \end_layout
1860
1861 \begin_layout Section
1862 Diálogo de tablas
1863 \begin_inset Index idx
1864 status collapsed
1865
1866 \begin_layout Plain Layout
1867 Tablas ! Diálogo
1868 \end_layout
1869
1870 \end_inset
1871
1872
1873 \end_layout
1874
1875 \begin_layout Standard
1876 Una tabla se puede cambiar mediante el cuadro de diálogo que aparece al
1877  pinchar sobre ella con el botón derecho del ratón.
1878  Se pueden ajustar los parámetros de la celda y fila/columna en la que se
1879  encuentra el cursor.
1880  La mayoría de opciones también trabajan sobre una selección de celdas,
1881  de filas o de columnas.
1882  Observa que hay que diferenciar entre seleccionar una celda o seleccionar
1883  su 
1884 \emph on
1885 contenido
1886 \emph default
1887 .
1888  En el cuadro de diálogo aparecen las siguientes solapas:
1889 \end_layout
1890
1891 \begin_layout Description
1892
1893 \family sans
1894 Configuración
1895 \begin_inset space ~
1896 \end_inset
1897
1898 de
1899 \begin_inset space ~
1900 \end_inset
1901
1902 la
1903 \begin_inset space ~
1904 \end_inset
1905
1906 tabla
1907 \family default
1908  Aquí puedes establecer la alineación horizontal y la anchura de la columna
1909  actual.
1910  Una vez puesta la anchura puedes ajustar también el alineamiento vertical.
1911  Una anchura determinada permite tener saltos de línea y distintos párrafos
1912  de texto, véase sección 
1913 \begin_inset space ~
1914 \end_inset
1915
1916
1917 \begin_inset CommandInset ref
1918 LatexCommand ref
1919 reference "sub:Líneas-Múltiples-en"
1920
1921 \end_inset
1922
1923 .
1924  Si no estableces anchura, la columna será tan ancha como el contenido de
1925  la celda más ancha.
1926 \begin_inset Newline newline
1927 \end_inset
1928
1929 Además, puedes marcar una o más celdas de una fila como una celda multicolumna,
1930  véase sección
1931 \begin_inset space ~
1932 \end_inset
1933
1934
1935 \begin_inset CommandInset ref
1936 LatexCommand ref
1937 reference "sub:Multicolumnas"
1938
1939 \end_inset
1940
1941 .
1942 \begin_inset Newline newline
1943 \end_inset
1944
1945 Las casillas de giro rotan la celda actual, una selección o toda la tabla
1946  90º en el sentido de las agujas del reloj.
1947  La rotación no se ve en LyX, sí en la salida.
1948 \begin_inset Newline newline
1949 \end_inset
1950
1951
1952 \begin_inset Note Greyedout
1953 status open
1954
1955 \begin_layout Plain Layout
1956
1957 \series bold
1958 Nota:
1959 \series default
1960  no todos los visores DVI pueden mostrar rotaciones.
1961 \end_layout
1962
1963 \end_inset
1964
1965
1966 \begin_inset Newline newline
1967 \end_inset
1968
1969 También es posible introducir argumentos LaTeX necesarios para formatos
1970  especiales, véanse las secciones
1971 \begin_inset space ~
1972 \end_inset
1973
1974
1975 \begin_inset CommandInset ref
1976 LatexCommand ref
1977 reference "sub:Cálculos-en-Multicolumnas"
1978
1979 \end_inset
1980
1981  y
1982 \begin_inset space ~
1983 \end_inset
1984
1985
1986 \begin_inset CommandInset ref
1987 LatexCommand ref
1988 reference "sec:Tablas-Coloreadas"
1989
1990 \end_inset
1991
1992 .
1993 \end_layout
1994
1995 \begin_layout Description
1996
1997 \family sans
1998 Bordes
1999 \family default
2000  En esta solapa puedes añadir y quitar bordes para la fila/columna actual.
2001  Puedes elegir para la tabla un estilo 
2002 \family sans
2003 Formal
2004 \family default
2005 , como se describe en la sección
2006 \begin_inset space ~
2007 \end_inset
2008
2009
2010 \begin_inset CommandInset ref
2011 LatexCommand ref
2012 reference "sec:Tablas-Formales"
2013
2014 \end_inset
2015
2016 .
2017 \begin_inset Newline newline
2018 \end_inset
2019
2020 Además, aquí puedes añadir espacio adicional en las filas de la tabla, como
2021  se describe en la sección
2022 \begin_inset space ~
2023 \end_inset
2024
2025
2026 \begin_inset CommandInset ref
2027 LatexCommand ref
2028 reference "sub:Espacio-adicional"
2029
2030 \end_inset
2031
2032
2033 \end_layout
2034
2035 \begin_layout Description
2036
2037 \family sans
2038 Tabla
2039 \begin_inset space ~
2040 \end_inset
2041
2042 larga
2043 \family default
2044  Para hacer 
2045 \emph on
2046 tablas largas
2047 \emph default
2048  que pueden extenderse por varias páginas.
2049  Las secciones
2050 \begin_inset space ~
2051 \end_inset
2052
2053
2054 \begin_inset CommandInset ref
2055 LatexCommand ref
2056 reference "sec:Tablas-Largas"
2057
2058 \end_inset
2059
2060  y 
2061 \begin_inset CommandInset ref
2062 LatexCommand ref
2063 reference "sec:Particularidades-tablas-largas"
2064
2065 \end_inset
2066
2067  describen sus características en detalle.
2068 \end_layout
2069
2070 \begin_layout Standard
2071 Si la barra de herramientas de tabla está abierta, puedes mover el cursor
2072  con las teclas de flecha de celda en celda y la propiedad de la celda actual
2073  aparecerá inmediatamente en el diálogo.
2074 \end_layout
2075
2076 \begin_layout Section
2077 Barra de herramientas de tabla
2078 \begin_inset Index idx
2079 status collapsed
2080
2081 \begin_layout Plain Layout
2082 Tablas ! Barra de herramientas
2083 \end_layout
2084
2085 \end_inset
2086
2087
2088 \end_layout
2089
2090 \begin_layout Standard
2091 La barra de herramientas de tabla es una alternativa al cuadro de diálogo
2092  para cambiar las tablas de manera más rápida.
2093  Normalmente debería aparecer en la parte inferior de la ventana principal
2094  de LyX cuando el cursor está dentro de una tabla.
2095  En cualquier momento se puede presentar esta barra pinchando con el botón
2096  derecho del ratón en cualquier punto de la barra principal de menú.
2097 \end_layout
2098
2099 \begin_layout Standard
2100 La barra de herramientas tiene los siguientes iconos:
2101 \end_layout
2102
2103 \begin_layout Labeling
2104 \labelwidthstring 00.00.0000
2105 \begin_inset Graphics
2106         filename ../../images/tabular-feature_append-row.png
2107
2108 \end_inset
2109
2110  añade una fila bajo la celda actual o selección
2111 \end_layout
2112
2113 \begin_layout Labeling
2114 \labelwidthstring 00.00.0000
2115 \begin_inset Graphics
2116         filename ../../images/tabular-feature_append-column.png
2117
2118 \end_inset
2119
2120  añade una columna a la derecha de la celda actual o selección
2121 \end_layout
2122
2123 \begin_layout Labeling
2124 \labelwidthstring 00.00.0000
2125 \begin_inset Graphics
2126         filename ../../images/tabular-feature_delete-row.png
2127
2128 \end_inset
2129
2130  borra la fila actual o selección
2131 \end_layout
2132
2133 \begin_layout Labeling
2134 \labelwidthstring 00.00.0000
2135 \begin_inset Graphics
2136         filename ../../images/tabular-feature_delete-column.png
2137
2138 \end_inset
2139
2140  borra la columna actual o selección
2141 \end_layout
2142
2143 \begin_layout Labeling
2144 \labelwidthstring 00.00.0000
2145 \begin_inset Graphics
2146         filename ../../images/tabular-feature_toggle-line-top.png
2147
2148 \end_inset
2149
2150  añade una línea sobre la celda/fila actual o la selección
2151 \end_layout
2152
2153 \begin_layout Labeling
2154 \labelwidthstring 00.00.0000
2155 \begin_inset Graphics
2156         filename ../../images/tabular-feature_toggle-line-bottom.png
2157
2158 \end_inset
2159
2160  añade una línea bajo la celda/fila actual o la selección
2161 \end_layout
2162
2163 \begin_layout Labeling
2164 \labelwidthstring 00.00.0000
2165 \begin_inset Graphics
2166         filename ../../images/tabular-feature_toggle-line-left.png
2167
2168 \end_inset
2169
2170  añade una línea a la izquierda de la celda/fila actual o la selección
2171 \end_layout
2172
2173 \begin_layout Labeling
2174 \labelwidthstring 00.00.0000
2175 \begin_inset Graphics
2176         filename ../../images/tabular-feature_toggle-line-right.png
2177
2178 \end_inset
2179
2180  añade una línea a la derecha de la celda/fila actual o la selección
2181 \end_layout
2182
2183 \begin_layout Labeling
2184 \labelwidthstring 00.00.0000
2185 \begin_inset Graphics
2186         filename ../../images/tabular-feature_set-all-lines.png
2187
2188 \end_inset
2189
2190  añade líneas alrededor de la celda actual o seleccionadas (si la celda
2191  actual no es multicolumna esto afecta también a la fila y a la columna)
2192 \end_layout
2193
2194 \begin_layout Labeling
2195 \labelwidthstring 00.00.0000
2196 \begin_inset Graphics
2197         filename ../../images/tabular-feature_unset-all-lines.png
2198
2199 \end_inset
2200
2201  borra todas las líneas de la celda o celdas seleccionadas (si la celda
2202  actual no es multicolumna esto afecta también a la fila y a la columna)
2203 \end_layout
2204
2205 \begin_layout Labeling
2206 \labelwidthstring 00.00.0000
2207 \begin_inset Graphics
2208         filename ../../images/tabular-feature_m-align-left.png
2209
2210 \end_inset
2211
2212  alinea a la izquierda el contenido de la celda/columna
2213 \end_layout
2214
2215 \begin_layout Labeling
2216 \labelwidthstring 00.00.0000
2217 \begin_inset Graphics
2218         filename ../../images/tabular-feature_m-align-center.png
2219
2220 \end_inset
2221
2222  centra el contenido de la celda/columna horizontalmente
2223 \end_layout
2224
2225 \begin_layout Labeling
2226 \labelwidthstring 00.00.0000
2227 \begin_inset Graphics
2228         filename ../../images/tabular-feature_m-align-right.png
2229
2230 \end_inset
2231
2232  alinea a la derecha el contenido de la celda/columna
2233 \end_layout
2234
2235 \begin_layout Labeling
2236 \labelwidthstring 00.00.0000
2237 \begin_inset Graphics
2238         filename ../../images/tabular-feature_m-valign-top.png
2239
2240 \end_inset
2241
2242  alinea arriba el contenido de la celda
2243 \end_layout
2244
2245 \begin_layout Labeling
2246 \labelwidthstring 00.00.0000
2247 \begin_inset Graphics
2248         filename ../../images/tabular-feature_m-valign-middle.png
2249
2250 \end_inset
2251
2252  centra verticalmente el contenido de la celda
2253 \end_layout
2254
2255 \begin_layout Labeling
2256 \labelwidthstring 00.00.0000
2257 \begin_inset Graphics
2258         filename ../../images/tabular-feature_m-valign-bottom.png
2259
2260 \end_inset
2261
2262  alinea abajo el contenido de la celda
2263 \end_layout
2264
2265 \begin_layout Labeling
2266 \labelwidthstring 00.00.0000
2267 \begin_inset Graphics
2268         filename ../../images/tabular-feature_set-rotate-cell.png
2269
2270 \end_inset
2271
2272  gira la celda o selección 90° como las agujas de reloj
2273 \end_layout
2274
2275 \begin_layout Labeling
2276 \labelwidthstring 00.00.0000
2277 \begin_inset Graphics
2278         filename ../../images/tabular-feature_set-rotate-tabular.png
2279
2280 \end_inset
2281
2282  gira toda la tabla 90° como agujas del reloj
2283 \end_layout
2284
2285 \begin_layout Labeling
2286 \labelwidthstring 00.00.0000
2287 \begin_inset Graphics
2288         filename ../../images/tabular-feature_multicolumn.png
2289
2290 \end_inset
2291
2292  establece la celda actual o selección como multicolumna
2293 \end_layout
2294
2295 \begin_layout Standard
2296 \begin_inset Note Greyedout
2297 status open
2298
2299 \begin_layout Plain Layout
2300
2301 \series bold
2302 Nota:
2303 \series default
2304  En la salida se emplea la alineación vertical de la primera celda de una
2305  fila para todas las celdas restantes de la fila.
2306 \end_layout
2307
2308 \end_inset
2309
2310
2311 \end_layout
2312
2313 \begin_layout Section
2314 Menú Editar Tabla
2315 \begin_inset Index idx
2316 status collapsed
2317
2318 \begin_layout Plain Layout
2319 Tablas ! Editar
2320 \end_layout
2321
2322 \end_inset
2323
2324
2325 \end_layout
2326
2327 \begin_layout Standard
2328 Además del diálogo y la barra de herramientas, el menú 
2329 \family sans
2330 Editar\SpecialChar \menuseparator
2331 Tabla
2332 \family default
2333  permite añadir y borrar bordes para la fila/columna actual y establecer
2334  la selección como multicolumna.
2335  El menú sólo está disponible si el cursor está en la tabla.
2336 \end_layout
2337
2338 \begin_layout Section
2339 Tablas flotantes
2340 \begin_inset CommandInset label
2341 LatexCommand label
2342 name "sec:Tablas-Flotantes"
2343
2344 \end_inset
2345
2346
2347 \begin_inset Index idx
2348 status collapsed
2349
2350 \begin_layout Plain Layout
2351 Flotantes ! Tablas
2352 \end_layout
2353
2354 \end_inset
2355
2356
2357 \begin_inset Index idx
2358 status collapsed
2359
2360 \begin_layout Plain Layout
2361 Tablas ! Flotantes
2362 \end_layout
2363
2364 \end_inset
2365
2366
2367 \end_layout
2368
2369 \begin_layout Standard
2370 Para una explicación general sobre flotantes, echa un vistazo a la sección
2371 \begin_inset space ~
2372 \end_inset
2373
2374
2375 \begin_inset CommandInset ref
2376 LatexCommand ref
2377 reference "sec:Introducción-Flotantes"
2378
2379 \end_inset
2380
2381 .
2382 \end_layout
2383
2384 \begin_layout Standard
2385 \begin_inset Float table
2386 placement h
2387 wide false
2388 sideways false
2389 status collapsed
2390
2391 \begin_layout Plain Layout
2392 \begin_inset Caption
2393
2394 \begin_layout Plain Layout
2395 \begin_inset CommandInset label
2396 LatexCommand label
2397 name "tab:una tabla flotante"
2398
2399 \end_inset
2400
2401 Una tabla flotante.
2402 \end_layout
2403
2404 \end_inset
2405
2406
2407 \end_layout
2408
2409 \begin_layout Plain Layout
2410 \align center
2411 \begin_inset Tabular
2412 <lyxtabular version="3" rows="3" columns="3">
2413 <features tabularvalignment="middle">
2414 <column alignment="center" valignment="top" width="0pt">
2415 <column alignment="center" valignment="top" width="0pt">
2416 <column alignment="center" valignment="top" width="0pt">
2417 <row>
2418 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
2419 \begin_inset Text
2420
2421 \begin_layout Plain Layout
2422
2423 \family roman
2424 \series medium
2425 \shape up
2426 \size normal
2427 \emph off
2428 \bar no
2429 \noun off
2430 \color none
2431 1
2432 \end_layout
2433
2434 \end_inset
2435 </cell>
2436 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
2437 \begin_inset Text
2438
2439 \begin_layout Plain Layout
2440
2441 \family roman
2442 \series medium
2443 \shape up
2444 \size normal
2445 \emph off
2446 \bar no
2447 \noun off
2448 \color none
2449 2
2450 \end_layout
2451
2452 \end_inset
2453 </cell>
2454 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
2455 \begin_inset Text
2456
2457 \begin_layout Plain Layout
2458
2459 \family roman
2460 \series medium
2461 \shape up
2462 \size normal
2463 \emph off
2464 \bar no
2465 \noun off
2466 \color none
2467 3
2468 \end_layout
2469
2470 \end_inset
2471 </cell>
2472 </row>
2473 <row>
2474 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
2475 \begin_inset Text
2476
2477 \begin_layout Plain Layout
2478
2479 \family roman
2480 \series medium
2481 \shape up
2482 \size normal
2483 \emph off
2484 \bar no
2485 \noun off
2486 \color none
2487 Pepe
2488 \end_layout
2489
2490 \end_inset
2491 </cell>
2492 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
2493 \begin_inset Text
2494
2495 \begin_layout Plain Layout
2496
2497 \family roman
2498 \series medium
2499 \shape up
2500 \size normal
2501 \emph off
2502 \bar no
2503 \noun off
2504 \color none
2505 Mari
2506 \end_layout
2507
2508 \end_inset
2509 </cell>
2510 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
2511 \begin_inset Text
2512
2513 \begin_layout Plain Layout
2514
2515 \family roman
2516 \series medium
2517 \shape up
2518 \size normal
2519 \emph off
2520 \bar no
2521 \noun off
2522 \color none
2523 Teo
2524 \end_layout
2525
2526 \end_inset
2527 </cell>
2528 </row>
2529 <row>
2530 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
2531 \begin_inset Text
2532
2533 \begin_layout Plain Layout
2534
2535 \family roman
2536 \series medium
2537 \shape up
2538 \size normal
2539 \emph off
2540 \bar no
2541 \noun off
2542 \color none
2543 \begin_inset Formula $\int x^{2}dx$
2544 \end_inset
2545
2546
2547 \end_layout
2548
2549 \end_inset
2550 </cell>
2551 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
2552 \begin_inset Text
2553
2554 \begin_layout Plain Layout
2555
2556 \family roman
2557 \series medium
2558 \shape up
2559 \size normal
2560 \emph off
2561 \bar no
2562 \noun off
2563 \color none
2564 \begin_inset Formula $\left[\begin{array}{cc}
2565 a & b\\
2566 c & d
2567 \end{array}\right]$
2568 \end_inset
2569
2570
2571 \end_layout
2572
2573 \end_inset
2574 </cell>
2575 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
2576 \begin_inset Text
2577
2578 \begin_layout Plain Layout
2579
2580 \family roman
2581 \series medium
2582 \shape up
2583 \size normal
2584 \emph off
2585 \bar no
2586 \noun off
2587 \color none
2588 \begin_inset Formula $1+1=2$
2589 \end_inset
2590
2591
2592 \end_layout
2593
2594 \end_inset
2595 </cell>
2596 </row>
2597 </lyxtabular>
2598
2599 \end_inset
2600
2601
2602 \end_layout
2603
2604 \end_inset
2605
2606
2607 \end_layout
2608
2609 \begin_layout Standard
2610 Las tablas flotantes pueden insertarse con el menú 
2611 \family sans
2612 Insertar\SpecialChar \menuseparator
2613 Flotante\SpecialChar \menuseparator
2614 Tabla
2615 \family default
2616  o con el botón 
2617 \begin_inset Graphics
2618         filename ../../images/float-insert_table.png
2619         scale 85
2620
2621 \end_inset
2622
2623 .
2624 \end_layout
2625
2626 \begin_layout Standard
2627 El flotante se muestra como un cuadro desplegable con la etiqueta «Tabla
2628 \begin_inset space ~
2629 \end_inset
2630
2631 #:» (# es el número actual).
2632  El texto que sigue a dicha etiqueta es la leyenda de la tabla.
2633  Para insertar una tabla en el flotante se sitúa el cursor al final del
2634  texto del encabezado y se pulsa 
2635 \family sans
2636 Retorno
2637 \family default
2638 .
2639  La leyenda se imprime encima de la tabla.
2640 \end_layout
2641
2642 \begin_layout Standard
2643 La tabla
2644 \begin_inset space ~
2645 \end_inset
2646
2647
2648 \begin_inset CommandInset ref
2649 LatexCommand ref
2650 reference "tab:una tabla flotante"
2651
2652 \end_inset
2653
2654  es un ejemplo de tabla flotante.
2655 \end_layout
2656
2657 \begin_layout Standard
2658 Lo habitual es poner la leyenda sobre la tabla, lo que desafortunadamente
2659  no es soportado en las clases estándar de LaTeX.
2660  Esto significa que si estás usando las clases de documento 
2661 \family sans
2662 article
2663 \family default
2664
2665 \family sans
2666 book
2667 \family default
2668
2669 \family sans
2670 letter
2671 \family default
2672  o 
2673 \family sans
2674 report
2675 \family default
2676  no habrá espacio entre la leyenda y la tabla.
2677  Para añadir un espacio entre ellos hay que poner en el preámbulo LaTeX
2678  del documento la siguiente opción al comando del paquete LaTeX 
2679 \series bold
2680 caption
2681 \series default
2682
2683 \begin_inset Index idx
2684 status collapsed
2685
2686 \begin_layout Plain Layout
2687 LaTeX-paquetes ! caption
2688 \end_layout
2689
2690 \end_inset
2691
2692 :
2693 \begin_inset Foot
2694 status collapsed
2695
2696 \begin_layout Plain Layout
2697 Para más información ve a la sección
2698 \begin_inset space ~
2699 \end_inset
2700
2701
2702 \begin_inset CommandInset ref
2703 LatexCommand ref
2704 reference "sec:Colocación-de-leyendas"
2705
2706 \end_inset
2707
2708 .
2709 \end_layout
2710
2711 \end_inset
2712
2713
2714 \end_layout
2715
2716 \begin_layout Standard
2717
2718 \series bold
2719 tableposition=top
2720 \end_layout
2721
2722 \begin_layout Standard
2723 El formato de la leyenda se puede controlar mediante el paquete LaTeX 
2724 \series bold
2725 caption
2726 \series default
2727  como se describe en la sección
2728 \begin_inset space ~
2729 \end_inset
2730
2731
2732 \begin_inset CommandInset ref
2733 LatexCommand ref
2734 reference "sec:Formato-de-leyendas"
2735
2736 \end_inset
2737
2738 .
2739  
2740 \end_layout
2741
2742 \begin_layout Standard
2743 \begin_inset Index idx
2744 status collapsed
2745
2746 \begin_layout Plain Layout
2747 Referencias ! a tablas
2748 \end_layout
2749
2750 \end_inset
2751
2752 Las tablas pueden tener referencias cruzadas en el texto referenciando su
2753  etiqueta.
2754  Para hacerlo inserta una etiqueta en la leyenda con el menú 
2755 \family sans
2756 Insertar\SpecialChar \menuseparator
2757 Etiqueta
2758 \family default
2759  o con el botón 
2760 \begin_inset Graphics
2761         filename ../../images/label-insert.png
2762         scale 85
2763
2764 \end_inset
2765
2766 .
2767  Ahora puedes referenciar la etiqueta con el menú 
2768 \family sans
2769 Insertar\SpecialChar \menuseparator
2770 Referencia
2771 \begin_inset space ~
2772 \end_inset
2773
2774 cruzada
2775 \family default
2776  o con el botón 
2777 \begin_inset Graphics
2778         filename ../../images/dialog-show-new-inset_ref.png
2779         scale 85
2780
2781 \end_inset
2782
2783 .
2784 \begin_inset Newline newline
2785 \end_inset
2786
2787 Las referencias se explican con detalle en la sección
2788 \begin_inset space ~
2789 \end_inset
2790
2791
2792 \begin_inset CommandInset ref
2793 LatexCommand ref
2794 reference "sec:Referencias-a-Flotantes"
2795
2796 \end_inset
2797
2798 .
2799 \end_layout
2800
2801 \begin_layout Section
2802 Tablas largas
2803 \begin_inset CommandInset label
2804 LatexCommand label
2805 name "sec:Tablas-Largas"
2806
2807 \end_inset
2808
2809
2810 \begin_inset Index idx
2811 status collapsed
2812
2813 \begin_layout Plain Layout
2814 Tablas largas
2815 \end_layout
2816
2817 \end_inset
2818
2819
2820 \begin_inset Index idx
2821 status collapsed
2822
2823 \begin_layout Plain Layout
2824 Tablas ! Largas|see
2825 \begin_inset ERT
2826 status collapsed
2827
2828 \begin_layout Plain Layout
2829
2830 {
2831 \end_layout
2832
2833 \end_inset
2834
2835 Tablas largas
2836 \begin_inset ERT
2837 status collapsed
2838
2839 \begin_layout Plain Layout
2840
2841 }
2842 \end_layout
2843
2844 \end_inset
2845
2846
2847 \end_layout
2848
2849 \end_inset
2850
2851
2852 \end_layout
2853
2854 \begin_layout Standard
2855 Si la tabla es demasiado larga para una página, puedes usar la opción 
2856 \family sans
2857 Usar
2858 \begin_inset space ~
2859 \end_inset
2860
2861 tabla
2862 \begin_inset space ~
2863 \end_inset
2864
2865 larga
2866 \family default
2867  en la solapa 
2868 \family sans
2869 Tabla
2870 \begin_inset space ~
2871 \end_inset
2872
2873 larga
2874 \family default
2875  del diálogo de tablas, para repartir automáticamente la tabla en varias
2876  páginas.
2877  Al hacerlo se habilitan las siguientes opciones:
2878 \end_layout
2879
2880 \begin_layout Description
2881 Encabezado: La fila actual se define como encabezado que aparecerá en todas
2882  las páginas de la tabla, excepto para la primera página si 
2883 \family sans
2884 Primer
2885 \begin_inset space ~
2886 \end_inset
2887
2888 encabezado
2889 \family default
2890  está definido.
2891  Este se denomina encabezado principal.
2892 \end_layout
2893
2894 \begin_layout Description
2895 Primer
2896 \begin_inset space ~
2897 \end_inset
2898
2899 encabezado: La fila actual se define como encabezado de la primera página
2900  de la tabla.
2901 \end_layout
2902
2903 \begin_layout Description
2904 Pie: La fila actual se define como pie que aparecerá en todas las páginas
2905  de la tabla, excepto para la última página si se define 
2906 \family sans
2907 Último
2908 \begin_inset space ~
2909 \end_inset
2910
2911 pie.
2912 \end_layout
2913
2914 \begin_layout Description
2915 Último
2916 \begin_inset space ~
2917 \end_inset
2918
2919 pie:
2920 \family sans
2921  
2922 \family default
2923 La fila actual se define como pie de la última página de la tabla.
2924 \end_layout
2925
2926 \begin_layout Description
2927 Leyenda: La fila actual contiene la leyenda de la tabla.
2928  La primera fila se reajusta como columna única y se inserta una leyenda.
2929  Más detalles sobre leyendas en tablas largas en la sec.
2930 \begin_inset space \thinspace{}
2931 \end_inset
2932
2933
2934 \begin_inset CommandInset ref
2935 LatexCommand ref
2936 reference "sub:Leyendas-en-Tablas"
2937
2938 \end_inset
2939
2940 .
2941 \end_layout
2942
2943 \begin_layout Standard
2944 También se puede especificar en el diálogo en qué fila se ha de cortar la
2945  tabla.
2946  La siguiente tabla muestra cómo funciona:
2947 \end_layout
2948
2949 \begin_layout Standard
2950
2951 \end_layout
2952
2953 \begin_layout Standard
2954 \align center
2955 \begin_inset Tabular
2956 <lyxtabular version="3" rows="69" columns="3">
2957 <features islongtable="true" longtabularalignment="center">
2958 <column alignment="left" valignment="top" width="0cm">
2959 <column alignment="left" valignment="top" width="0pt">
2960 <column alignment="right" valignment="top" width="0pt">
2961 <row endfirsthead="true">
2962 <cell multicolumn="1" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
2963 \begin_inset Text
2964
2965 \begin_layout Plain Layout
2966
2967 \series bold
2968 Ejemplo de lista telefónica (ignore los nombres)
2969 \end_layout
2970
2971 \end_inset
2972 </cell>
2973 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
2974 \begin_inset Text
2975
2976 \begin_layout Plain Layout
2977
2978 \end_layout
2979
2980 \end_inset
2981 </cell>
2982 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
2983 \begin_inset Text
2984
2985 \begin_layout Plain Layout
2986
2987 \end_layout
2988
2989 \end_inset
2990 </cell>
2991 </row>
2992 <row endfirsthead="true">
2993 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
2994 \begin_inset Text
2995
2996 \begin_layout Plain Layout
2997
2998 \series bold
2999 NOMBRE
3000 \end_layout
3001
3002 \end_inset
3003 </cell>
3004 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
3005 \begin_inset Text
3006
3007 \begin_layout Plain Layout
3008
3009 \end_layout
3010
3011 \end_inset
3012 </cell>
3013 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
3014 \begin_inset Text
3015
3016 \begin_layout Plain Layout
3017
3018 \series bold
3019 TEL.
3020 \end_layout
3021
3022 \end_inset
3023 </cell>
3024 </row>
3025 <row endhead="true">
3026 <cell multicolumn="1" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
3027 \begin_inset Text
3028
3029 \begin_layout Plain Layout
3030
3031 \series bold
3032 Ejemplo de lista telefónica
3033 \end_layout
3034
3035 \end_inset
3036 </cell>
3037 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
3038 \begin_inset Text
3039
3040 \begin_layout Plain Layout
3041
3042 \end_layout
3043
3044 \end_inset
3045 </cell>
3046 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
3047 \begin_inset Text
3048
3049 \begin_layout Plain Layout
3050
3051 \end_layout
3052
3053 \end_inset
3054 </cell>
3055 </row>
3056 <row endhead="true">
3057 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
3058 \begin_inset Text
3059
3060 \begin_layout Plain Layout
3061
3062 \series bold
3063 NOMBRE
3064 \end_layout
3065
3066 \end_inset
3067 </cell>
3068 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
3069 \begin_inset Text
3070
3071 \begin_layout Plain Layout
3072
3073 \end_layout
3074
3075 \end_inset
3076 </cell>
3077 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
3078 \begin_inset Text
3079
3080 \begin_layout Plain Layout
3081
3082 \series bold
3083 TEL.
3084 \end_layout
3085
3086 \end_inset
3087 </cell>
3088 </row>
3089 <row endfoot="true">
3090 <cell multicolumn="1" alignment="right" valignment="top" usebox="none">
3091 \begin_inset Text
3092
3093 \begin_layout Plain Layout
3094  continúa en la página siguiente
3095 \end_layout
3096
3097 \end_inset
3098 </cell>
3099 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
3100 \begin_inset Text
3101
3102 \begin_layout Plain Layout
3103
3104 \end_layout
3105
3106 \end_inset
3107 </cell>
3108 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
3109 \begin_inset Text
3110
3111 \begin_layout Plain Layout
3112
3113 \end_layout
3114
3115 \end_inset
3116 </cell>
3117 </row>
3118 <row>
3119 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3120 \begin_inset Text
3121
3122 \begin_layout Plain Layout
3123
3124 \series bold
3125 Annovi
3126 \end_layout
3127
3128 \end_inset
3129 </cell>
3130 <cell alignment="center" valignment="top" usebox="none">
3131 \begin_inset Text
3132
3133 \begin_layout Plain Layout
3134 Silvia
3135 \end_layout
3136
3137 \end_inset
3138 </cell>
3139 <cell alignment="right" valignment="top" leftline="true" rightline="true" usebox="none">
3140 \begin_inset Text
3141
3142 \begin_layout Plain Layout
3143 111
3144 \end_layout
3145
3146 \end_inset
3147 </cell>
3148 </row>
3149 <row>
3150 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3151 \begin_inset Text
3152
3153 \begin_layout Plain Layout
3154
3155 \series bold
3156 Bertoli
3157 \end_layout
3158
3159 \end_inset
3160 </cell>
3161 <cell alignment="center" valignment="top" usebox="none">
3162 \begin_inset Text
3163
3164 \begin_layout Plain Layout
3165 Stefano
3166 \end_layout
3167
3168 \end_inset
3169 </cell>
3170 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3171 \begin_inset Text
3172
3173 \begin_layout Plain Layout
3174 111
3175 \end_layout
3176
3177 \end_inset
3178 </cell>
3179 </row>
3180 <row>
3181 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3182 \begin_inset Text
3183
3184 \begin_layout Plain Layout
3185
3186 \series bold
3187 Bozzi
3188 \end_layout
3189
3190 \end_inset
3191 </cell>
3192 <cell alignment="center" valignment="top" usebox="none">
3193 \begin_inset Text
3194
3195 \begin_layout Plain Layout
3196 Walter
3197 \end_layout
3198
3199 \end_inset
3200 </cell>
3201 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3202 \begin_inset Text
3203
3204 \begin_layout Plain Layout
3205 111
3206 \end_layout
3207
3208 \end_inset
3209 </cell>
3210 </row>
3211 <row>
3212 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3213 \begin_inset Text
3214
3215 \begin_layout Plain Layout
3216
3217 \series bold
3218 Cachia
3219 \end_layout
3220
3221 \end_inset
3222 </cell>
3223 <cell alignment="center" valignment="top" usebox="none">
3224 \begin_inset Text
3225
3226 \begin_layout Plain Layout
3227 Maria
3228 \end_layout
3229
3230 \end_inset
3231 </cell>
3232 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3233 \begin_inset Text
3234
3235 \begin_layout Plain Layout
3236 111
3237 \end_layout
3238
3239 \end_inset
3240 </cell>
3241 </row>
3242 <row>
3243 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3244 \begin_inset Text
3245
3246 \begin_layout Plain Layout
3247
3248 \series bold
3249 Cachia
3250 \end_layout
3251
3252 \end_inset
3253 </cell>
3254 <cell alignment="center" valignment="top" usebox="none">
3255 \begin_inset Text
3256
3257 \begin_layout Plain Layout
3258 Maurizio
3259 \end_layout
3260
3261 \end_inset
3262 </cell>
3263 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3264 \begin_inset Text
3265
3266 \begin_layout Plain Layout
3267 111
3268 \end_layout
3269
3270 \end_inset
3271 </cell>
3272 </row>
3273 <row>
3274 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3275 \begin_inset Text
3276
3277 \begin_layout Plain Layout
3278
3279 \series bold
3280 Cinquemani
3281 \end_layout
3282
3283 \end_inset
3284 </cell>
3285 <cell alignment="center" valignment="top" usebox="none">
3286 \begin_inset Text
3287
3288 \begin_layout Plain Layout
3289 Giusi
3290 \end_layout
3291
3292 \end_inset
3293 </cell>
3294 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3295 \begin_inset Text
3296
3297 \begin_layout Plain Layout
3298 111
3299 \end_layout
3300
3301 \end_inset
3302 </cell>
3303 </row>
3304 <row>
3305 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3306 \begin_inset Text
3307
3308 \begin_layout Plain Layout
3309
3310 \series bold
3311 Colin
3312 \end_layout
3313
3314 \end_inset
3315 </cell>
3316 <cell alignment="center" valignment="top" usebox="none">
3317 \begin_inset Text
3318
3319 \begin_layout Plain Layout
3320 Bernard
3321 \end_layout
3322
3323 \end_inset
3324 </cell>
3325 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3326 \begin_inset Text
3327
3328 \begin_layout Plain Layout
3329 111
3330 \end_layout
3331
3332 \end_inset
3333 </cell>
3334 </row>
3335 <row>
3336 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3337 \begin_inset Text
3338
3339 \begin_layout Plain Layout
3340
3341 \series bold
3342 Concli
3343 \end_layout
3344
3345 \end_inset
3346 </cell>
3347 <cell alignment="center" valignment="top" usebox="none">
3348 \begin_inset Text
3349
3350 \begin_layout Plain Layout
3351 Gianfranco
3352 \end_layout
3353
3354 \end_inset
3355 </cell>
3356 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3357 \begin_inset Text
3358
3359 \begin_layout Plain Layout
3360 111
3361 \end_layout
3362
3363 \end_inset
3364 </cell>
3365 </row>
3366 <row>
3367 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3368 \begin_inset Text
3369
3370 \begin_layout Plain Layout
3371
3372 \series bold
3373 Dal Bosco
3374 \end_layout
3375
3376 \end_inset
3377 </cell>
3378 <cell alignment="center" valignment="top" usebox="none">
3379 \begin_inset Text
3380
3381 \begin_layout Plain Layout
3382 Carolina
3383 \end_layout
3384
3385 \end_inset
3386 </cell>
3387 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3388 \begin_inset Text
3389
3390 \begin_layout Plain Layout
3391 111
3392 \end_layout
3393
3394 \end_inset
3395 </cell>
3396 </row>
3397 <row>
3398 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3399 \begin_inset Text
3400
3401 \begin_layout Plain Layout
3402
3403 \series bold
3404 Dalpiaz
3405 \end_layout
3406
3407 \end_inset
3408 </cell>
3409 <cell alignment="center" valignment="top" usebox="none">
3410 \begin_inset Text
3411
3412 \begin_layout Plain Layout
3413 Annamaria
3414 \end_layout
3415
3416 \end_inset
3417 </cell>
3418 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3419 \begin_inset Text
3420
3421 \begin_layout Plain Layout
3422 111
3423 \end_layout
3424
3425 \end_inset
3426 </cell>
3427 </row>
3428 <row>
3429 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3430 \begin_inset Text
3431
3432 \begin_layout Plain Layout
3433
3434 \series bold
3435 Feliciello
3436 \end_layout
3437
3438 \end_inset
3439 </cell>
3440 <cell alignment="center" valignment="top" usebox="none">
3441 \begin_inset Text
3442
3443 \begin_layout Plain Layout
3444 Domenico
3445 \end_layout
3446
3447 \end_inset
3448 </cell>
3449 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3450 \begin_inset Text
3451
3452 \begin_layout Plain Layout
3453 111
3454 \end_layout
3455
3456 \end_inset
3457 </cell>
3458 </row>
3459 <row>
3460 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3461 \begin_inset Text
3462
3463 \begin_layout Plain Layout
3464
3465 \series bold
3466 Focarelli
3467 \end_layout
3468
3469 \end_inset
3470 </cell>
3471 <cell alignment="center" valignment="top" usebox="none">
3472 \begin_inset Text
3473
3474 \begin_layout Plain Layout
3475 Paola
3476 \end_layout
3477
3478 \end_inset
3479 </cell>
3480 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3481 \begin_inset Text
3482
3483 \begin_layout Plain Layout
3484 111
3485 \end_layout
3486
3487 \end_inset
3488 </cell>
3489 </row>
3490 <row>
3491 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3492 \begin_inset Text
3493
3494 \begin_layout Plain Layout
3495
3496 \series bold
3497 Galletti
3498 \end_layout
3499
3500 \end_inset
3501 </cell>
3502 <cell alignment="center" valignment="top" usebox="none">
3503 \begin_inset Text
3504
3505 \begin_layout Plain Layout
3506 Oreste
3507 \end_layout
3508
3509 \end_inset
3510 </cell>
3511 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3512 \begin_inset Text
3513
3514 \begin_layout Plain Layout
3515 111
3516 \end_layout
3517
3518 \end_inset
3519 </cell>
3520 </row>
3521 <row>
3522 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3523 \begin_inset Text
3524
3525 \begin_layout Plain Layout
3526
3527 \series bold
3528 Gasparini
3529 \end_layout
3530
3531 \end_inset
3532 </cell>
3533 <cell alignment="center" valignment="top" usebox="none">
3534 \begin_inset Text
3535
3536 \begin_layout Plain Layout
3537 Franca
3538 \end_layout
3539
3540 \end_inset
3541 </cell>
3542 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3543 \begin_inset Text
3544
3545 \begin_layout Plain Layout
3546 111
3547 \end_layout
3548
3549 \end_inset
3550 </cell>
3551 </row>
3552 <row>
3553 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3554 \begin_inset Text
3555
3556 \begin_layout Plain Layout
3557
3558 \series bold
3559 Rizzardi
3560 \end_layout
3561
3562 \end_inset
3563 </cell>
3564 <cell alignment="center" valignment="top" usebox="none">
3565 \begin_inset Text
3566
3567 \begin_layout Plain Layout
3568 Paola
3569 \end_layout
3570
3571 \end_inset
3572 </cell>
3573 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3574 \begin_inset Text
3575
3576 \begin_layout Plain Layout
3577 111
3578 \end_layout
3579
3580 \end_inset
3581 </cell>
3582 </row>
3583 <row>
3584 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3585 \begin_inset Text
3586
3587 \begin_layout Plain Layout
3588
3589 \series bold
3590 Lassini
3591 \end_layout
3592
3593 \end_inset
3594 </cell>
3595 <cell alignment="center" valignment="top" usebox="none">
3596 \begin_inset Text
3597
3598 \begin_layout Plain Layout
3599 Giancarlo
3600 \end_layout
3601
3602 \end_inset
3603 </cell>
3604 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3605 \begin_inset Text
3606
3607 \begin_layout Plain Layout
3608 111
3609 \end_layout
3610
3611 \end_inset
3612 </cell>
3613 </row>
3614 <row>
3615 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3616 \begin_inset Text
3617
3618 \begin_layout Plain Layout
3619
3620 \series bold
3621 Malfatti
3622 \end_layout
3623
3624 \end_inset
3625 </cell>
3626 <cell alignment="center" valignment="top" usebox="none">
3627 \begin_inset Text
3628
3629 \begin_layout Plain Layout
3630 Luciano
3631 \end_layout
3632
3633 \end_inset
3634 </cell>
3635 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3636 \begin_inset Text
3637
3638 \begin_layout Plain Layout
3639 111
3640 \end_layout
3641
3642 \end_inset
3643 </cell>
3644 </row>
3645 <row>
3646 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3647 \begin_inset Text
3648
3649 \begin_layout Plain Layout
3650
3651 \series bold
3652 Malfatti
3653 \end_layout
3654
3655 \end_inset
3656 </cell>
3657 <cell alignment="center" valignment="top" usebox="none">
3658 \begin_inset Text
3659
3660 \begin_layout Plain Layout
3661 Valeriano
3662 \end_layout
3663
3664 \end_inset
3665 </cell>
3666 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3667 \begin_inset Text
3668
3669 \begin_layout Plain Layout
3670 111
3671 \end_layout
3672
3673 \end_inset
3674 </cell>
3675 </row>
3676 <row>
3677 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3678 \begin_inset Text
3679
3680 \begin_layout Plain Layout
3681
3682 \series bold
3683 Meneguzzo
3684 \end_layout
3685
3686 \end_inset
3687 </cell>
3688 <cell alignment="center" valignment="top" usebox="none">
3689 \begin_inset Text
3690
3691 \begin_layout Plain Layout
3692 Roberto
3693 \end_layout
3694
3695 \end_inset
3696 </cell>
3697 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3698 \begin_inset Text
3699
3700 \begin_layout Plain Layout
3701 111
3702 \end_layout
3703
3704 \end_inset
3705 </cell>
3706 </row>
3707 <row>
3708 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3709 \begin_inset Text
3710
3711 \begin_layout Plain Layout
3712
3713 \series bold
3714 Mezzadra
3715 \end_layout
3716
3717 \end_inset
3718 </cell>
3719 <cell alignment="center" valignment="top" usebox="none">
3720 \begin_inset Text
3721
3722 \begin_layout Plain Layout
3723 Roberto
3724 \end_layout
3725
3726 \end_inset
3727 </cell>
3728 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3729 \begin_inset Text
3730
3731 \begin_layout Plain Layout
3732 111
3733 \end_layout
3734
3735 \end_inset
3736 </cell>
3737 </row>
3738 <row>
3739 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3740 \begin_inset Text
3741
3742 \begin_layout Plain Layout
3743
3744 \series bold
3745 Pirpamer
3746 \end_layout
3747
3748 \end_inset
3749 </cell>
3750 <cell alignment="center" valignment="top" usebox="none">
3751 \begin_inset Text
3752
3753 \begin_layout Plain Layout
3754 Erich
3755 \end_layout
3756
3757 \end_inset
3758 </cell>
3759 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3760 \begin_inset Text
3761
3762 \begin_layout Plain Layout
3763 111
3764 \end_layout
3765
3766 \end_inset
3767 </cell>
3768 </row>
3769 <row>
3770 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3771 \begin_inset Text
3772
3773 \begin_layout Plain Layout
3774
3775 \series bold
3776 Pochiesa
3777 \end_layout
3778
3779 \end_inset
3780 </cell>
3781 <cell alignment="center" valignment="top" usebox="none">
3782 \begin_inset Text
3783
3784 \begin_layout Plain Layout
3785 Paolo
3786 \end_layout
3787
3788 \end_inset
3789 </cell>
3790 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3791 \begin_inset Text
3792
3793 \begin_layout Plain Layout
3794 111, 222
3795 \end_layout
3796
3797 \end_inset
3798 </cell>
3799 </row>
3800 <row>
3801 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3802 \begin_inset Text
3803
3804 \begin_layout Plain Layout
3805
3806 \series bold
3807 Radina
3808 \end_layout
3809
3810 \end_inset
3811 </cell>
3812 <cell alignment="center" valignment="top" usebox="none">
3813 \begin_inset Text
3814
3815 \begin_layout Plain Layout
3816 Claudio
3817 \end_layout
3818
3819 \end_inset
3820 </cell>
3821 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3822 \begin_inset Text
3823
3824 \begin_layout Plain Layout
3825 111
3826 \end_layout
3827
3828 \end_inset
3829 </cell>
3830 </row>
3831 <row>
3832 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3833 \begin_inset Text
3834
3835 \begin_layout Plain Layout
3836
3837 \series bold
3838 Stuffer
3839 \end_layout
3840
3841 \end_inset
3842 </cell>
3843 <cell alignment="center" valignment="top" usebox="none">
3844 \begin_inset Text
3845
3846 \begin_layout Plain Layout
3847 Oskar
3848 \end_layout
3849
3850 \end_inset
3851 </cell>
3852 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3853 \begin_inset Text
3854
3855 \begin_layout Plain Layout
3856 111
3857 \end_layout
3858
3859 \end_inset
3860 </cell>
3861 </row>
3862 <row>
3863 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3864 \begin_inset Text
3865
3866 \begin_layout Plain Layout
3867
3868 \series bold
3869 Tacchelli
3870 \end_layout
3871
3872 \end_inset
3873 </cell>
3874 <cell alignment="center" valignment="top" usebox="none">
3875 \begin_inset Text
3876
3877 \begin_layout Plain Layout
3878 Ugo
3879 \end_layout
3880
3881 \end_inset
3882 </cell>
3883 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3884 \begin_inset Text
3885
3886 \begin_layout Plain Layout
3887 111
3888 \end_layout
3889
3890 \end_inset
3891 </cell>
3892 </row>
3893 <row>
3894 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3895 \begin_inset Text
3896
3897 \begin_layout Plain Layout
3898
3899 \series bold
3900 Tezzele
3901 \end_layout
3902
3903 \end_inset
3904 </cell>
3905 <cell alignment="center" valignment="top" usebox="none">
3906 \begin_inset Text
3907
3908 \begin_layout Plain Layout
3909 Margit
3910 \end_layout
3911
3912 \end_inset
3913 </cell>
3914 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3915 \begin_inset Text
3916
3917 \begin_layout Plain Layout
3918 111
3919 \end_layout
3920
3921 \end_inset
3922 </cell>
3923 </row>
3924 <row>
3925 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3926 \begin_inset Text
3927
3928 \begin_layout Plain Layout
3929
3930 \series bold
3931 Unterkalmsteiner
3932 \end_layout
3933
3934 \end_inset
3935 </cell>
3936 <cell alignment="center" valignment="top" usebox="none">
3937 \begin_inset Text
3938
3939 \begin_layout Plain Layout
3940 Frieda
3941 \end_layout
3942
3943 \end_inset
3944 </cell>
3945 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3946 \begin_inset Text
3947
3948 \begin_layout Plain Layout
3949 111
3950 \end_layout
3951
3952 \end_inset
3953 </cell>
3954 </row>
3955 <row>
3956 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3957 \begin_inset Text
3958
3959 \begin_layout Plain Layout
3960
3961 \series bold
3962 Vieider
3963 \end_layout
3964
3965 \end_inset
3966 </cell>
3967 <cell alignment="center" valignment="top" usebox="none">
3968 \begin_inset Text
3969
3970 \begin_layout Plain Layout
3971 Hilde
3972 \end_layout
3973
3974 \end_inset
3975 </cell>
3976 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3977 \begin_inset Text
3978
3979 \begin_layout Plain Layout
3980 111
3981 \end_layout
3982
3983 \end_inset
3984 </cell>
3985 </row>
3986 <row>
3987 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3988 \begin_inset Text
3989
3990 \begin_layout Plain Layout
3991
3992 \series bold
3993 Vigna
3994 \end_layout
3995
3996 \end_inset
3997 </cell>
3998 <cell alignment="center" valignment="top" usebox="none">
3999 \begin_inset Text
4000
4001 \begin_layout Plain Layout
4002 Jürgen
4003 \end_layout
4004
4005 \end_inset
4006 </cell>
4007 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4008 \begin_inset Text
4009
4010 \begin_layout Plain Layout
4011 111
4012 \end_layout
4013
4014 \end_inset
4015 </cell>
4016 </row>
4017 <row>
4018 <cell alignment="center" valignment="top" leftline="true" usebox="none">
4019 \begin_inset Text
4020
4021 \begin_layout Plain Layout
4022
4023 \series bold
4024 Weber
4025 \end_layout
4026
4027 \end_inset
4028 </cell>
4029 <cell alignment="center" valignment="top" usebox="none">
4030 \begin_inset Text
4031
4032 \begin_layout Plain Layout
4033 Maurizio
4034 \end_layout
4035
4036 \end_inset
4037 </cell>
4038 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4039 \begin_inset Text
4040
4041 \begin_layout Plain Layout
4042 111
4043 \end_layout
4044
4045 \end_inset
4046 </cell>
4047 </row>
4048 <row>
4049 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
4050 \begin_inset Text
4051
4052 \begin_layout Plain Layout
4053
4054 \series bold
4055 Winkler
4056 \end_layout
4057
4058 \end_inset
4059 </cell>
4060 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
4061 \begin_inset Text
4062
4063 \begin_layout Plain Layout
4064 Franz
4065 \end_layout
4066
4067 \end_inset
4068 </cell>
4069 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
4070 \begin_inset Text
4071
4072 \begin_layout Plain Layout
4073 111
4074 \end_layout
4075
4076 \end_inset
4077 </cell>
4078 </row>
4079 <row>
4080 <cell multicolumn="1" alignment="left" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
4081 \begin_inset Text
4082
4083 \begin_layout Plain Layout
4084  
4085 \end_layout
4086
4087 \end_inset
4088 </cell>
4089 <cell multicolumn="2" alignment="center" valignment="top" topline="true" usebox="none">
4090 \begin_inset Text
4091
4092 \begin_layout Plain Layout
4093
4094 \end_layout
4095
4096 \end_inset
4097 </cell>
4098 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
4099 \begin_inset Text
4100
4101 \begin_layout Plain Layout
4102
4103 \end_layout
4104
4105 \end_inset
4106 </cell>
4107 </row>
4108 <row>
4109 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4110 \begin_inset Text
4111
4112 \begin_layout Plain Layout
4113
4114 \series bold
4115 Annovi
4116 \end_layout
4117
4118 \end_inset
4119 </cell>
4120 <cell alignment="center" valignment="top" usebox="none">
4121 \begin_inset Text
4122
4123 \begin_layout Plain Layout
4124 Silvia
4125 \end_layout
4126
4127 \end_inset
4128 </cell>
4129 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4130 \begin_inset Text
4131
4132 \begin_layout Plain Layout
4133 555
4134 \end_layout
4135
4136 \end_inset
4137 </cell>
4138 </row>
4139 <row>
4140 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4141 \begin_inset Text
4142
4143 \begin_layout Plain Layout
4144
4145 \series bold
4146 Bertoli
4147 \end_layout
4148
4149 \end_inset
4150 </cell>
4151 <cell alignment="center" valignment="top" usebox="none">
4152 \begin_inset Text
4153
4154 \begin_layout Plain Layout
4155 Stefano
4156 \end_layout
4157
4158 \end_inset
4159 </cell>
4160 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4161 \begin_inset Text
4162
4163 \begin_layout Plain Layout
4164 555
4165 \end_layout
4166
4167 \end_inset
4168 </cell>
4169 </row>
4170 <row>
4171 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4172 \begin_inset Text
4173
4174 \begin_layout Plain Layout
4175
4176 \series bold
4177 Bozzi
4178 \end_layout
4179
4180 \end_inset
4181 </cell>
4182 <cell alignment="center" valignment="top" usebox="none">
4183 \begin_inset Text
4184
4185 \begin_layout Plain Layout
4186 Walter
4187 \end_layout
4188
4189 \end_inset
4190 </cell>
4191 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4192 \begin_inset Text
4193
4194 \begin_layout Plain Layout
4195 555
4196 \end_layout
4197
4198 \end_inset
4199 </cell>
4200 </row>
4201 <row>
4202 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4203 \begin_inset Text
4204
4205 \begin_layout Plain Layout
4206
4207 \series bold
4208 Cachia
4209 \end_layout
4210
4211 \end_inset
4212 </cell>
4213 <cell alignment="center" valignment="top" usebox="none">
4214 \begin_inset Text
4215
4216 \begin_layout Plain Layout
4217 Maria
4218 \end_layout
4219
4220 \end_inset
4221 </cell>
4222 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4223 \begin_inset Text
4224
4225 \begin_layout Plain Layout
4226 555
4227 \end_layout
4228
4229 \end_inset
4230 </cell>
4231 </row>
4232 <row>
4233 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4234 \begin_inset Text
4235
4236 \begin_layout Plain Layout
4237
4238 \series bold
4239 Cachia
4240 \end_layout
4241
4242 \end_inset
4243 </cell>
4244 <cell alignment="center" valignment="top" usebox="none">
4245 \begin_inset Text
4246
4247 \begin_layout Plain Layout
4248 Maurizio
4249 \end_layout
4250
4251 \end_inset
4252 </cell>
4253 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4254 \begin_inset Text
4255
4256 \begin_layout Plain Layout
4257 555
4258 \end_layout
4259
4260 \end_inset
4261 </cell>
4262 </row>
4263 <row>
4264 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4265 \begin_inset Text
4266
4267 \begin_layout Plain Layout
4268
4269 \series bold
4270 Cinquemani
4271 \end_layout
4272
4273 \end_inset
4274 </cell>
4275 <cell alignment="center" valignment="top" usebox="none">
4276 \begin_inset Text
4277
4278 \begin_layout Plain Layout
4279 Giusi
4280 \end_layout
4281
4282 \end_inset
4283 </cell>
4284 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4285 \begin_inset Text
4286
4287 \begin_layout Plain Layout
4288 555
4289 \end_layout
4290
4291 \end_inset
4292 </cell>
4293 </row>
4294 <row>
4295 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4296 \begin_inset Text
4297
4298 \begin_layout Plain Layout
4299
4300 \series bold
4301 Colin
4302 \end_layout
4303
4304 \end_inset
4305 </cell>
4306 <cell alignment="center" valignment="top" usebox="none">
4307 \begin_inset Text
4308
4309 \begin_layout Plain Layout
4310 Bernard
4311 \end_layout
4312
4313 \end_inset
4314 </cell>
4315 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4316 \begin_inset Text
4317
4318 \begin_layout Plain Layout
4319 555
4320 \end_layout
4321
4322 \end_inset
4323 </cell>
4324 </row>
4325 <row>
4326 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4327 \begin_inset Text
4328
4329 \begin_layout Plain Layout
4330
4331 \series bold
4332 Concli
4333 \end_layout
4334
4335 \end_inset
4336 </cell>
4337 <cell alignment="center" valignment="top" usebox="none">
4338 \begin_inset Text
4339
4340 \begin_layout Plain Layout
4341 Gianfranco
4342 \end_layout
4343
4344 \end_inset
4345 </cell>
4346 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4347 \begin_inset Text
4348
4349 \begin_layout Plain Layout
4350 555
4351 \end_layout
4352
4353 \end_inset
4354 </cell>
4355 </row>
4356 <row>
4357 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4358 \begin_inset Text
4359
4360 \begin_layout Plain Layout
4361
4362 \series bold
4363 Dal Bosco
4364 \end_layout
4365
4366 \end_inset
4367 </cell>
4368 <cell alignment="center" valignment="top" usebox="none">
4369 \begin_inset Text
4370
4371 \begin_layout Plain Layout
4372 Carolina
4373 \end_layout
4374
4375 \end_inset
4376 </cell>
4377 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4378 \begin_inset Text
4379
4380 \begin_layout Plain Layout
4381 555
4382 \end_layout
4383
4384 \end_inset
4385 </cell>
4386 </row>
4387 <row>
4388 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4389 \begin_inset Text
4390
4391 \begin_layout Plain Layout
4392
4393 \series bold
4394 Dalpiaz
4395 \end_layout
4396
4397 \end_inset
4398 </cell>
4399 <cell alignment="center" valignment="top" usebox="none">
4400 \begin_inset Text
4401
4402 \begin_layout Plain Layout
4403 Annamaria
4404 \end_layout
4405
4406 \end_inset
4407 </cell>
4408 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4409 \begin_inset Text
4410
4411 \begin_layout Plain Layout
4412 555
4413 \end_layout
4414
4415 \end_inset
4416 </cell>
4417 </row>
4418 <row>
4419 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4420 \begin_inset Text
4421
4422 \begin_layout Plain Layout
4423
4424 \series bold
4425 Feliciello
4426 \end_layout
4427
4428 \end_inset
4429 </cell>
4430 <cell alignment="center" valignment="top" usebox="none">
4431 \begin_inset Text
4432
4433 \begin_layout Plain Layout
4434 Domenico
4435 \end_layout
4436
4437 \end_inset
4438 </cell>
4439 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4440 \begin_inset Text
4441
4442 \begin_layout Plain Layout
4443 555
4444 \end_layout
4445
4446 \end_inset
4447 </cell>
4448 </row>
4449 <row>
4450 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4451 \begin_inset Text
4452
4453 \begin_layout Plain Layout
4454
4455 \series bold
4456 Focarelli
4457 \end_layout
4458
4459 \end_inset
4460 </cell>
4461 <cell alignment="center" valignment="top" usebox="none">
4462 \begin_inset Text
4463
4464 \begin_layout Plain Layout
4465 Paola
4466 \end_layout
4467
4468 \end_inset
4469 </cell>
4470 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4471 \begin_inset Text
4472
4473 \begin_layout Plain Layout
4474 555
4475 \end_layout
4476
4477 \end_inset
4478 </cell>
4479 </row>
4480 <row>
4481 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4482 \begin_inset Text
4483
4484 \begin_layout Plain Layout
4485
4486 \series bold
4487 Galletti
4488 \end_layout
4489
4490 \end_inset
4491 </cell>
4492 <cell alignment="center" valignment="top" usebox="none">
4493 \begin_inset Text
4494
4495 \begin_layout Plain Layout
4496 Oreste
4497 \end_layout
4498
4499 \end_inset
4500 </cell>
4501 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4502 \begin_inset Text
4503
4504 \begin_layout Plain Layout
4505 555
4506 \end_layout
4507
4508 \end_inset
4509 </cell>
4510 </row>
4511 <row>
4512 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4513 \begin_inset Text
4514
4515 \begin_layout Plain Layout
4516
4517 \series bold
4518 Gasparini
4519 \end_layout
4520
4521 \end_inset
4522 </cell>
4523 <cell alignment="center" valignment="top" usebox="none">
4524 \begin_inset Text
4525
4526 \begin_layout Plain Layout
4527 Franca
4528 \end_layout
4529
4530 \end_inset
4531 </cell>
4532 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4533 \begin_inset Text
4534
4535 \begin_layout Plain Layout
4536 555
4537 \end_layout
4538
4539 \end_inset
4540 </cell>
4541 </row>
4542 <row>
4543 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4544 \begin_inset Text
4545
4546 \begin_layout Plain Layout
4547
4548 \series bold
4549 Rizzardi
4550 \end_layout
4551
4552 \end_inset
4553 </cell>
4554 <cell alignment="center" valignment="top" usebox="none">
4555 \begin_inset Text
4556
4557 \begin_layout Plain Layout
4558 Paola
4559 \end_layout
4560
4561 \end_inset
4562 </cell>
4563 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4564 \begin_inset Text
4565
4566 \begin_layout Plain Layout
4567 555
4568 \end_layout
4569
4570 \end_inset
4571 </cell>
4572 </row>
4573 <row>
4574 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4575 \begin_inset Text
4576
4577 \begin_layout Plain Layout
4578
4579 \series bold
4580 Lassini
4581 \end_layout
4582
4583 \end_inset
4584 </cell>
4585 <cell alignment="center" valignment="top" usebox="none">
4586 \begin_inset Text
4587
4588 \begin_layout Plain Layout
4589 Giancarlo
4590 \end_layout
4591
4592 \end_inset
4593 </cell>
4594 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4595 \begin_inset Text
4596
4597 \begin_layout Plain Layout
4598 555
4599 \end_layout
4600
4601 \end_inset
4602 </cell>
4603 </row>
4604 <row>
4605 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4606 \begin_inset Text
4607
4608 \begin_layout Plain Layout
4609
4610 \series bold
4611 Malfatti
4612 \end_layout
4613
4614 \end_inset
4615 </cell>
4616 <cell alignment="center" valignment="top" usebox="none">
4617 \begin_inset Text
4618
4619 \begin_layout Plain Layout
4620 Luciano
4621 \end_layout
4622
4623 \end_inset
4624 </cell>
4625 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4626 \begin_inset Text
4627
4628 \begin_layout Plain Layout
4629 555
4630 \end_layout
4631
4632 \end_inset
4633 </cell>
4634 </row>
4635 <row>
4636 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4637 \begin_inset Text
4638
4639 \begin_layout Plain Layout
4640
4641 \series bold
4642 Malfatti
4643 \end_layout
4644
4645 \end_inset
4646 </cell>
4647 <cell alignment="center" valignment="top" usebox="none">
4648 \begin_inset Text
4649
4650 \begin_layout Plain Layout
4651 Valeriano
4652 \end_layout
4653
4654 \end_inset
4655 </cell>
4656 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4657 \begin_inset Text
4658
4659 \begin_layout Plain Layout
4660 555
4661 \end_layout
4662
4663 \end_inset
4664 </cell>
4665 </row>
4666 <row>
4667 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4668 \begin_inset Text
4669
4670 \begin_layout Plain Layout
4671
4672 \series bold
4673 Meneguzzo
4674 \end_layout
4675
4676 \end_inset
4677 </cell>
4678 <cell alignment="center" valignment="top" usebox="none">
4679 \begin_inset Text
4680
4681 \begin_layout Plain Layout
4682 Roberto
4683 \end_layout
4684
4685 \end_inset
4686 </cell>
4687 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4688 \begin_inset Text
4689
4690 \begin_layout Plain Layout
4691 555
4692 \end_layout
4693
4694 \end_inset
4695 </cell>
4696 </row>
4697 <row>
4698 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4699 \begin_inset Text
4700
4701 \begin_layout Plain Layout
4702
4703 \series bold
4704 Mezzadra
4705 \end_layout
4706
4707 \end_inset
4708 </cell>
4709 <cell alignment="center" valignment="top" usebox="none">
4710 \begin_inset Text
4711
4712 \begin_layout Plain Layout
4713 Roberto
4714 \end_layout
4715
4716 \end_inset
4717 </cell>
4718 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4719 \begin_inset Text
4720
4721 \begin_layout Plain Layout
4722 555
4723 \end_layout
4724
4725 \end_inset
4726 </cell>
4727 </row>
4728 <row>
4729 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4730 \begin_inset Text
4731
4732 \begin_layout Plain Layout
4733
4734 \series bold
4735 Pirpamer
4736 \end_layout
4737
4738 \end_inset
4739 </cell>
4740 <cell alignment="center" valignment="top" usebox="none">
4741 \begin_inset Text
4742
4743 \begin_layout Plain Layout
4744 Erich
4745 \end_layout
4746
4747 \end_inset
4748 </cell>
4749 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4750 \begin_inset Text
4751
4752 \begin_layout Plain Layout
4753 555
4754 \end_layout
4755
4756 \end_inset
4757 </cell>
4758 </row>
4759 <row>
4760 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4761 \begin_inset Text
4762
4763 \begin_layout Plain Layout
4764
4765 \series bold
4766 Pochiesa
4767 \end_layout
4768
4769 \end_inset
4770 </cell>
4771 <cell alignment="center" valignment="top" usebox="none">
4772 \begin_inset Text
4773
4774 \begin_layout Plain Layout
4775 Paolo
4776 \end_layout
4777
4778 \end_inset
4779 </cell>
4780 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4781 \begin_inset Text
4782
4783 \begin_layout Plain Layout
4784 555, 222
4785 \end_layout
4786
4787 \end_inset
4788 </cell>
4789 </row>
4790 <row>
4791 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4792 \begin_inset Text
4793
4794 \begin_layout Plain Layout
4795
4796 \series bold
4797 Radina
4798 \end_layout
4799
4800 \end_inset
4801 </cell>
4802 <cell alignment="center" valignment="top" usebox="none">
4803 \begin_inset Text
4804
4805 \begin_layout Plain Layout
4806 Claudio
4807 \end_layout
4808
4809 \end_inset
4810 </cell>
4811 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4812 \begin_inset Text
4813
4814 \begin_layout Plain Layout
4815 555
4816 \end_layout
4817
4818 \end_inset
4819 </cell>
4820 </row>
4821 <row>
4822 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4823 \begin_inset Text
4824
4825 \begin_layout Plain Layout
4826
4827 \series bold
4828 Stuffer
4829 \end_layout
4830
4831 \end_inset
4832 </cell>
4833 <cell alignment="center" valignment="top" usebox="none">
4834 \begin_inset Text
4835
4836 \begin_layout Plain Layout
4837 Oskar
4838 \end_layout
4839
4840 \end_inset
4841 </cell>
4842 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4843 \begin_inset Text
4844
4845 \begin_layout Plain Layout
4846 555
4847 \end_layout
4848
4849 \end_inset
4850 </cell>
4851 </row>
4852 <row>
4853 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4854 \begin_inset Text
4855
4856 \begin_layout Plain Layout
4857
4858 \series bold
4859 Tacchelli
4860 \end_layout
4861
4862 \end_inset
4863 </cell>
4864 <cell alignment="center" valignment="top" usebox="none">
4865 \begin_inset Text
4866
4867 \begin_layout Plain Layout
4868 Ugo
4869 \end_layout
4870
4871 \end_inset
4872 </cell>
4873 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4874 \begin_inset Text
4875
4876 \begin_layout Plain Layout
4877 555
4878 \end_layout
4879
4880 \end_inset
4881 </cell>
4882 </row>
4883 <row>
4884 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4885 \begin_inset Text
4886
4887 \begin_layout Plain Layout
4888
4889 \series bold
4890 Tezzele
4891 \end_layout
4892
4893 \end_inset
4894 </cell>
4895 <cell alignment="center" valignment="top" usebox="none">
4896 \begin_inset Text
4897
4898 \begin_layout Plain Layout
4899 Margit
4900 \end_layout
4901
4902 \end_inset
4903 </cell>
4904 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4905 \begin_inset Text
4906
4907 \begin_layout Plain Layout
4908 555
4909 \end_layout
4910
4911 \end_inset
4912 </cell>
4913 </row>
4914 <row>
4915 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4916 \begin_inset Text
4917
4918 \begin_layout Plain Layout
4919
4920 \series bold
4921 Unterkalmsteiner
4922 \end_layout
4923
4924 \end_inset
4925 </cell>
4926 <cell alignment="center" valignment="top" usebox="none">
4927 \begin_inset Text
4928
4929 \begin_layout Plain Layout
4930 Frieda
4931 \end_layout
4932
4933 \end_inset
4934 </cell>
4935 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4936 \begin_inset Text
4937
4938 \begin_layout Plain Layout
4939 555
4940 \end_layout
4941
4942 \end_inset
4943 </cell>
4944 </row>
4945 <row>
4946 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4947 \begin_inset Text
4948
4949 \begin_layout Plain Layout
4950
4951 \series bold
4952 Vieider
4953 \end_layout
4954
4955 \end_inset
4956 </cell>
4957 <cell alignment="center" valignment="top" usebox="none">
4958 \begin_inset Text
4959
4960 \begin_layout Plain Layout
4961 Hilde
4962 \end_layout
4963
4964 \end_inset
4965 </cell>
4966 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4967 \begin_inset Text
4968
4969 \begin_layout Plain Layout
4970 555
4971 \end_layout
4972
4973 \end_inset
4974 </cell>
4975 </row>
4976 <row>
4977 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4978 \begin_inset Text
4979
4980 \begin_layout Plain Layout
4981
4982 \series bold
4983 Vigna
4984 \end_layout
4985
4986 \end_inset
4987 </cell>
4988 <cell alignment="center" valignment="top" usebox="none">
4989 \begin_inset Text
4990
4991 \begin_layout Plain Layout
4992 Jürgen
4993 \end_layout
4994
4995 \end_inset
4996 </cell>
4997 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4998 \begin_inset Text
4999
5000 \begin_layout Plain Layout
5001 999
5002 \end_layout
5003
5004 \end_inset
5005 </cell>
5006 </row>
5007 <row>
5008 <cell alignment="left" valignment="top" leftline="true" usebox="none">
5009 \begin_inset Text
5010
5011 \begin_layout Plain Layout
5012
5013 \series bold
5014 Weber
5015 \end_layout
5016
5017 \end_inset
5018 </cell>
5019 <cell alignment="center" valignment="top" usebox="none">
5020 \begin_inset Text
5021
5022 \begin_layout Plain Layout
5023 Maurizio
5024 \end_layout
5025
5026 \end_inset
5027 </cell>
5028 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
5029 \begin_inset Text
5030
5031 \begin_layout Plain Layout
5032 555
5033 \end_layout
5034
5035 \end_inset
5036 </cell>
5037 </row>
5038 <row>
5039 <cell alignment="left" valignment="top" bottomline="true" leftline="true" usebox="none">
5040 \begin_inset Text
5041
5042 \begin_layout Plain Layout
5043
5044 \series bold
5045 Winkler
5046 \end_layout
5047
5048 \end_inset
5049 </cell>
5050 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
5051 \begin_inset Text
5052
5053 \begin_layout Plain Layout
5054 Franz
5055 \end_layout
5056
5057 \end_inset
5058 </cell>
5059 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
5060 \begin_inset Text
5061
5062 \begin_layout Plain Layout
5063 555
5064 \end_layout
5065
5066 \end_inset
5067 </cell>
5068 </row>
5069 <row endlastfoot="true">
5070 <cell multicolumn="1" alignment="right" valignment="top" usebox="none">
5071 \begin_inset Text
5072
5073 \begin_layout Plain Layout
5074 fin
5075 \end_layout
5076
5077 \end_inset
5078 </cell>
5079 <cell multicolumn="2" alignment="center" valignment="top" topline="true" usebox="none">
5080 \begin_inset Text
5081
5082 \begin_layout Plain Layout
5083
5084 \end_layout
5085
5086 \end_inset
5087 </cell>
5088 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5089 \begin_inset Text
5090
5091 \begin_layout Plain Layout
5092
5093 \end_layout
5094
5095 \end_inset
5096 </cell>
5097 </row>
5098 </lyxtabular>
5099
5100 \end_inset
5101
5102
5103 \begin_inset ERT
5104 status collapsed
5105
5106 \begin_layout Plain Layout
5107
5108
5109 \backslash
5110 addtocounter{table}{-1}
5111 \end_layout
5112
5113 \end_inset
5114
5115
5116 \begin_inset Note Note
5117 status collapsed
5118
5119 \begin_layout Plain Layout
5120 Para comprender el uso de este comando, lee al final de la sección
5121 \begin_inset space ~
5122 \end_inset
5123
5124
5125 \begin_inset CommandInset ref
5126 LatexCommand ref
5127 reference "sub:Leyendas-en-Tablas"
5128
5129 \end_inset
5130
5131  la primera nota resaltada en gris.
5132  
5133 \end_layout
5134
5135 \end_inset
5136
5137
5138 \end_layout
5139
5140 \begin_layout Subsection
5141 Notas al pie en tablas largas
5142 \begin_inset CommandInset label
5143 LatexCommand label
5144 name "sub:Notas-al-pie-en-Tablas-Largas"
5145
5146 \end_inset
5147
5148
5149 \begin_inset Index idx
5150 status collapsed
5151
5152 \begin_layout Plain Layout
5153 Tablas largas ! Notas al pie
5154 \end_layout
5155
5156 \end_inset
5157
5158
5159 \end_layout
5160
5161 \begin_layout Standard
5162 Se pueden insertar notas al pie en cada celda de una tabla larga.
5163  Las notas se muestran en la parte inferior de la página en la que esté
5164  la celda con la nota.
5165  La tabla
5166 \begin_inset space ~
5167 \end_inset
5168
5169
5170 \begin_inset CommandInset ref
5171 LatexCommand ref
5172 reference "tab:DifLeyendas"
5173
5174 \end_inset
5175
5176  tiene un ejemplo de nota al pie.
5177 \end_layout
5178
5179 \begin_layout Subsection
5180 Alineación de tablas largas
5181 \begin_inset Index idx
5182 status collapsed
5183
5184 \begin_layout Plain Layout
5185 Tablas largas ! Alineación
5186 \end_layout
5187
5188 \end_inset
5189
5190
5191 \end_layout
5192
5193 \begin_layout Standard
5194 Las tablas largas se centran por omisión.
5195  Al contrario de la alineación de filas y columnas, la alineación de una
5196  tabla no se puede cambiar por ahora en el diálogo de tablas.
5197  Para cambiar la alineación de tablas largas debes cambiar el valor de las
5198  longitudes 
5199 \series bold
5200
5201 \backslash
5202 LTleft
5203 \series default
5204  y 
5205 \series bold
5206
5207 \backslash
5208 LTright 
5209 \series default
5210 insertando la línea siguiente en código TeX antes de la correspondiente
5211  tabla larga:
5212 \end_layout
5213
5214 \begin_layout Standard
5215
5216 \series bold
5217
5218 \backslash
5219 setlength{
5220 \backslash
5221 LTleft}{valor}
5222 \end_layout
5223
5224 \begin_layout Standard
5225 donde el valor puede tener cualquiera de las unidades listadas en el cuadro
5226 \begin_inset space ~
5227 \end_inset
5228
5229
5230 \begin_inset CommandInset ref
5231 LatexCommand ref
5232 reference "tab:Unidades"
5233
5234 \end_inset
5235
5236 .
5237  
5238 \series bold
5239
5240 \backslash
5241 LTlent 
5242 \series default
5243 controla la distancia entre el borde izquierdo de la página y la tabla.
5244  
5245 \series bold
5246
5247 \backslash
5248 LTright 
5249 \series default
5250 la distancia desde el lado derecho.
5251  El valor predeterminado para ambas longitudes es 
5252 \series bold
5253
5254 \backslash
5255 fill
5256 \series default
5257 , que en este caso es lo mismo que un relleno horizontal en LyX.
5258 \end_layout
5259
5260 \begin_layout Standard
5261 La siguiente tabla larga se ha alineado a la izquierda poniendo 
5262 \series bold
5263
5264 \backslash
5265 LTleft
5266 \series default
5267  0 pt.
5268 \begin_inset ERT
5269 status collapsed
5270
5271 \begin_layout Plain Layout
5272
5273
5274 \backslash
5275 setlength{
5276 \backslash
5277 LTleft}{0pt}
5278 \end_layout
5279
5280 \end_inset
5281
5282
5283 \end_layout
5284
5285 \begin_layout Standard
5286 \begin_inset Tabular
5287 <lyxtabular version="3" rows="5" columns="5">
5288 <features islongtable="true" longtabularalignment="center">
5289 <column alignment="center" valignment="top" width="0">
5290 <column alignment="center" valignment="top" width="0">
5291 <column alignment="center" valignment="top" width="0">
5292 <column alignment="center" valignment="top" width="0">
5293 <column alignment="center" valignment="top" width="0">
5294 <row>
5295 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5296 \begin_inset Text
5297
5298 \begin_layout Plain Layout
5299 1
5300 \end_layout
5301
5302 \end_inset
5303 </cell>
5304 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5305 \begin_inset Text
5306
5307 \begin_layout Plain Layout
5308 2
5309 \end_layout
5310
5311 \end_inset
5312 </cell>
5313 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5314 \begin_inset Text
5315
5316 \begin_layout Plain Layout
5317 3
5318 \end_layout
5319
5320 \end_inset
5321 </cell>
5322 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5323 \begin_inset Text
5324
5325 \begin_layout Plain Layout
5326 4
5327 \end_layout
5328
5329 \end_inset
5330 </cell>
5331 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5332 \begin_inset Text
5333
5334 \begin_layout Plain Layout
5335 5
5336 \end_layout
5337
5338 \end_inset
5339 </cell>
5340 </row>
5341 <row>
5342 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5343 \begin_inset Text
5344
5345 \begin_layout Plain Layout
5346 asd
5347 \end_layout
5348
5349 \end_inset
5350 </cell>
5351 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5352 \begin_inset Text
5353
5354 \begin_layout Plain Layout
5355 s
5356 \end_layout
5357
5358 \end_inset
5359 </cell>
5360 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5361 \begin_inset Text
5362
5363 \begin_layout Plain Layout
5364 s
5365 \end_layout
5366
5367 \end_inset
5368 </cell>
5369 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5370 \begin_inset Text
5371
5372 \begin_layout Plain Layout
5373 s
5374 \end_layout
5375
5376 \end_inset
5377 </cell>
5378 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5379 \begin_inset Text
5380
5381 \begin_layout Plain Layout
5382 asd
5383 \end_layout
5384
5385 \end_inset
5386 </cell>
5387 </row>
5388 <row>
5389 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5390 \begin_inset Text
5391
5392 \begin_layout Plain Layout
5393 asd
5394 \end_layout
5395
5396 \end_inset
5397 </cell>
5398 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5399 \begin_inset Text
5400
5401 \begin_layout Plain Layout
5402 s
5403 \end_layout
5404
5405 \end_inset
5406 </cell>
5407 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5408 \begin_inset Text
5409
5410 \begin_layout Plain Layout
5411 s
5412 \end_layout
5413
5414 \end_inset
5415 </cell>
5416 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5417 \begin_inset Text
5418
5419 \begin_layout Plain Layout
5420 s
5421 \end_layout
5422
5423 \end_inset
5424 </cell>
5425 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5426 \begin_inset Text
5427
5428 \begin_layout Plain Layout
5429 asd
5430 \end_layout
5431
5432 \end_inset
5433 </cell>
5434 </row>
5435 <row>
5436 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5437 \begin_inset Text
5438
5439 \begin_layout Plain Layout
5440 asd
5441 \end_layout
5442
5443 \end_inset
5444 </cell>
5445 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5446 \begin_inset Text
5447
5448 \begin_layout Plain Layout
5449 s
5450 \end_layout
5451
5452 \end_inset
5453 </cell>
5454 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5455 \begin_inset Text
5456
5457 \begin_layout Plain Layout
5458 s
5459 \end_layout
5460
5461 \end_inset
5462 </cell>
5463 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5464 \begin_inset Text
5465
5466 \begin_layout Plain Layout
5467 s
5468 \end_layout
5469
5470 \end_inset
5471 </cell>
5472 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5473 \begin_inset Text
5474
5475 \begin_layout Plain Layout
5476 asd
5477 \end_layout
5478
5479 \end_inset
5480 </cell>
5481 </row>
5482 <row>
5483 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
5484 \begin_inset Text
5485
5486 \begin_layout Plain Layout
5487 asd
5488 \end_layout
5489
5490 \end_inset
5491 </cell>
5492 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
5493 \begin_inset Text
5494
5495 \begin_layout Plain Layout
5496 asd
5497 \end_layout
5498
5499 \end_inset
5500 </cell>
5501 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
5502 \begin_inset Text
5503
5504 \begin_layout Plain Layout
5505 asd
5506 \end_layout
5507
5508 \end_inset
5509 </cell>
5510 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
5511 \begin_inset Text
5512
5513 \begin_layout Plain Layout
5514 asd
5515 \end_layout
5516
5517 \end_inset
5518 </cell>
5519 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
5520 \begin_inset Text
5521
5522 \begin_layout Plain Layout
5523 asd
5524 \end_layout
5525
5526 \end_inset
5527 </cell>
5528 </row>
5529 </lyxtabular>
5530
5531 \end_inset
5532
5533
5534 \begin_inset ERT
5535 status collapsed
5536
5537 \begin_layout Plain Layout
5538
5539
5540 \backslash
5541 setlength{
5542 \backslash
5543 LTleft}{
5544 \backslash
5545 fill}
5546 \end_layout
5547
5548 \end_inset
5549
5550
5551 \begin_inset ERT
5552 status collapsed
5553
5554 \begin_layout Plain Layout
5555
5556
5557 \backslash
5558 addtocounter{table}{-1}
5559 \end_layout
5560
5561 \end_inset
5562
5563
5564 \begin_inset Note Note
5565 status collapsed
5566
5567 \begin_layout Plain Layout
5568 Para comprender el uso de este comando, lee al final de la sección
5569 \begin_inset space ~
5570 \end_inset
5571
5572
5573 \begin_inset CommandInset ref
5574 LatexCommand ref
5575 reference "sub:Leyendas-en-Tablas"
5576
5577 \end_inset
5578
5579  la primera nota resaltada en gris.
5580  
5581 \end_layout
5582
5583 \end_inset
5584
5585
5586 \end_layout
5587
5588 \begin_layout Subsection
5589 Leyendas en tablas largas
5590 \begin_inset Index idx
5591 status collapsed
5592
5593 \begin_layout Plain Layout
5594 Tablas largas ! Leyendas
5595 \end_layout
5596
5597 \end_inset
5598
5599
5600 \begin_inset CommandInset label
5601 LatexCommand label
5602 name "sub:Leyendas-en-Tablas"
5603
5604 \end_inset
5605
5606
5607 \end_layout
5608
5609 \begin_layout Standard
5610 Una tabla larga no se puede poner flotante porque los flotantes sólo pueden
5611  estar en una página.
5612  Pero el entorno leyenda de flotantes sí puede usarse para tablas largas
5613  utilizando para una fila de una tabla larga la opción 
5614 \family sans
5615 Leyenda
5616 \family default
5617 , como se explica en la sec.
5618 \begin_inset space \thinspace{}
5619 \end_inset
5620
5621
5622 \begin_inset CommandInset ref
5623 LatexCommand ref
5624 reference "sec:Tablas-Largas"
5625
5626 \end_inset
5627
5628 .
5629  Sólo una fila puede contener la leyenda.
5630 \end_layout
5631
5632 \begin_layout Standard
5633 He aquí una pequeña tabla larga para mostrar cómo funciona:
5634 \end_layout
5635
5636 \begin_layout Standard
5637 \begin_inset Tabular
5638 <lyxtabular version="3" rows="6" columns="5">
5639 <features islongtable="true" longtabularalignment="center">
5640 <column alignment="center" valignment="top" width="0">
5641 <column alignment="center" valignment="top" width="0">
5642 <column alignment="center" valignment="top" width="0">
5643 <column alignment="center" valignment="top" width="0">
5644 <column alignment="center" valignment="top" width="0">
5645 <row caption="true">
5646 <cell multicolumn="1" alignment="center" valignment="top" usebox="none">
5647 \begin_inset Text
5648
5649 \begin_layout Plain Layout
5650 \begin_inset Caption
5651
5652 \begin_layout Plain Layout
5653 Tabla larga con leyenda
5654 \begin_inset Argument
5655 status collapsed
5656
5657 \begin_layout Plain Layout
5658 Tabla larga
5659 \end_layout
5660
5661 \end_inset
5662
5663
5664 \end_layout
5665
5666 \end_inset
5667
5668
5669 \end_layout
5670
5671 \end_inset
5672 </cell>
5673 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" usebox="none">
5674 \begin_inset Text
5675
5676 \begin_layout Plain Layout
5677
5678 \end_layout
5679
5680 \end_inset
5681 </cell>
5682 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" usebox="none">
5683 \begin_inset Text
5684
5685 \begin_layout Plain Layout
5686
5687 \end_layout
5688
5689 \end_inset
5690 </cell>
5691 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" usebox="none">
5692 \begin_inset Text
5693
5694 \begin_layout Plain Layout
5695
5696 \end_layout
5697
5698 \end_inset
5699 </cell>
5700 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
5701 \begin_inset Text
5702
5703 \begin_layout Plain Layout
5704
5705 \end_layout
5706
5707 \end_inset
5708 </cell>
5709 </row>
5710 <row>
5711 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5712 \begin_inset Text
5713
5714 \begin_layout Plain Layout
5715 1
5716 \end_layout
5717
5718 \end_inset
5719 </cell>
5720 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5721 \begin_inset Text
5722
5723 \begin_layout Plain Layout
5724 2
5725 \end_layout
5726
5727 \end_inset
5728 </cell>
5729 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5730 \begin_inset Text
5731
5732 \begin_layout Plain Layout
5733 3
5734 \end_layout
5735
5736 \end_inset
5737 </cell>
5738 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5739 \begin_inset Text
5740
5741 \begin_layout Plain Layout
5742 4
5743 \end_layout
5744
5745 \end_inset
5746 </cell>
5747 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5748 \begin_inset Text
5749
5750 \begin_layout Plain Layout
5751 5
5752 \end_layout
5753
5754 \end_inset
5755 </cell>
5756 </row>
5757 <row>
5758 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5759 \begin_inset Text
5760
5761 \begin_layout Plain Layout
5762 asd
5763 \end_layout
5764
5765 \end_inset
5766 </cell>
5767 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5768 \begin_inset Text
5769
5770 \begin_layout Plain Layout
5771 s
5772 \end_layout
5773
5774 \end_inset
5775 </cell>
5776 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5777 \begin_inset Text
5778
5779 \begin_layout Plain Layout
5780 s
5781 \end_layout
5782
5783 \end_inset
5784 </cell>
5785 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5786 \begin_inset Text
5787
5788 \begin_layout Plain Layout
5789 s
5790 \end_layout
5791
5792 \end_inset
5793 </cell>
5794 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5795 \begin_inset Text
5796
5797 \begin_layout Plain Layout
5798 asd
5799 \end_layout
5800
5801 \end_inset
5802 </cell>
5803 </row>
5804 <row>
5805 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5806 \begin_inset Text
5807
5808 \begin_layout Plain Layout
5809 asd
5810 \end_layout
5811
5812 \end_inset
5813 </cell>
5814 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5815 \begin_inset Text
5816
5817 \begin_layout Plain Layout
5818 s
5819 \end_layout
5820
5821 \end_inset
5822 </cell>
5823 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5824 \begin_inset Text
5825
5826 \begin_layout Plain Layout
5827 s
5828 \end_layout
5829
5830 \end_inset
5831 </cell>
5832 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5833 \begin_inset Text
5834
5835 \begin_layout Plain Layout
5836 s
5837 \end_layout
5838
5839 \end_inset
5840 </cell>
5841 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5842 \begin_inset Text
5843
5844 \begin_layout Plain Layout
5845 asd
5846 \end_layout
5847
5848 \end_inset
5849 </cell>
5850 </row>
5851 <row>
5852 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5853 \begin_inset Text
5854
5855 \begin_layout Plain Layout
5856 asd
5857 \end_layout
5858
5859 \end_inset
5860 </cell>
5861 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5862 \begin_inset Text
5863
5864 \begin_layout Plain Layout
5865 s
5866 \end_layout
5867
5868 \end_inset
5869 </cell>
5870 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5871 \begin_inset Text
5872
5873 \begin_layout Plain Layout
5874 s
5875 \end_layout
5876
5877 \end_inset
5878 </cell>
5879 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5880 \begin_inset Text
5881
5882 \begin_layout Plain Layout
5883 s
5884 \end_layout
5885
5886 \end_inset
5887 </cell>
5888 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5889 \begin_inset Text
5890
5891 \begin_layout Plain Layout
5892 asd
5893 \end_layout
5894
5895 \end_inset
5896 </cell>
5897 </row>
5898 <row>
5899 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
5900 \begin_inset Text
5901
5902 \begin_layout Plain Layout
5903 asd
5904 \end_layout
5905
5906 \end_inset
5907 </cell>
5908 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
5909 \begin_inset Text
5910
5911 \begin_layout Plain Layout
5912 asd
5913 \end_layout
5914
5915 \end_inset
5916 </cell>
5917 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
5918 \begin_inset Text
5919
5920 \begin_layout Plain Layout
5921 asd
5922 \end_layout
5923
5924 \end_inset
5925 </cell>
5926 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
5927 \begin_inset Text
5928
5929 \begin_layout Plain Layout
5930 asd
5931 \end_layout
5932
5933 \end_inset
5934 </cell>
5935 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
5936 \begin_inset Text
5937
5938 \begin_layout Plain Layout
5939 asd
5940 \end_layout
5941
5942 \end_inset
5943 </cell>
5944 </row>
5945 </lyxtabular>
5946
5947 \end_inset
5948
5949
5950 \end_layout
5951
5952 \begin_layout Standard
5953 \begin_inset VSpace medskip
5954 \end_inset
5955
5956
5957 \begin_inset Note Greyedout
5958 status open
5959
5960 \begin_layout Plain Layout
5961
5962 \series bold
5963 Nota
5964 \begin_inset space ~
5965 \end_inset
5966
5967 1:
5968 \series default
5969  El número de la tabla se incrementa para cada tabla larga, aunque no pongas
5970  leyenda en alguna de ellas.
5971  Por esto podría suceder que, p.
5972 \begin_inset space \thinspace{}
5973 \end_inset
5974
5975 e., la tabla
5976 \begin_inset space ~
5977 \end_inset
5978
5979 2.4 siga a la tabla
5980 \begin_inset space ~
5981 \end_inset
5982
5983 2.1 en la lista de tablas debido a que hay dos tablas largas sin leyenda.
5984  Para evitarlo, añade detrás de cada tabla larga sin leyenda este comando
5985  en código TeX:
5986 \end_layout
5987
5988 \begin_layout Plain Layout
5989
5990 \series bold
5991
5992 \backslash
5993 addtocounter{table}{-1}
5994 \end_layout
5995
5996 \begin_layout Plain Layout
5997 Esto no es necesario si ninguna de las tablas largas tiene leyenda y añades
5998  el siguiente código en el preámbulo del documento:
5999 \end_layout
6000
6001 \begin_layout Plain Layout
6002
6003 \series bold
6004
6005 \backslash
6006 let
6007 \backslash
6008 myEnd
6009 \backslash
6010 endlongtable
6011 \begin_inset Newline newline
6012 \end_inset
6013
6014
6015 \backslash
6016 renewcommand{
6017 \backslash
6018 endlongtable}{
6019 \backslash
6020 myEnd
6021 \backslash
6022 addtocounter{table}{-1}}
6023 \end_layout
6024
6025 \end_inset
6026
6027
6028 \end_layout
6029
6030 \begin_layout Standard
6031 \begin_inset Note Greyedout
6032 status open
6033
6034 \begin_layout Plain Layout
6035
6036 \series bold
6037 Nota
6038 \begin_inset space ~
6039 \end_inset
6040
6041 2:
6042 \series default
6043  Si utilizas 
6044 \series bold
6045 hyperref
6046 \series default
6047
6048 \begin_inset Index idx
6049 status collapsed
6050
6051 \begin_layout Plain Layout
6052 LaTeX-paquetes ! hyperref
6053 \end_layout
6054
6055 \end_inset
6056
6057  en las 
6058 \family sans
6059 Propiedades PDF 
6060 \family default
6061 del diálogo 
6062 \family sans
6063 Configuración del documento 
6064 \family default
6065 para enlazar referencias cruzadas en la salida, los enlaces a tablas largas
6066  llevan siempre al principio del documento.
6067 \end_layout
6068
6069 \end_inset
6070
6071
6072 \end_layout
6073
6074 \begin_layout Subsubsection
6075 Referencias a tablas largas
6076 \begin_inset Index idx
6077 status collapsed
6078
6079 \begin_layout Plain Layout
6080 Tablas largas ! Referencias a
6081 \end_layout
6082
6083 \end_inset
6084
6085
6086 \end_layout
6087
6088 \begin_layout Standard
6089 \begin_inset Tabular
6090 <lyxtabular version="3" rows="6" columns="5">
6091 <features islongtable="true" longtabularalignment="center">
6092 <column alignment="center" valignment="top" width="0">
6093 <column alignment="center" valignment="top" width="0">
6094 <column alignment="center" valignment="top" width="0">
6095 <column alignment="center" valignment="top" width="0">
6096 <column alignment="center" valignment="top" width="0">
6097 <row caption="true">
6098 <cell multicolumn="1" alignment="center" valignment="top" usebox="none">
6099 \begin_inset Text
6100
6101 \begin_layout Plain Layout
6102 \begin_inset Caption
6103
6104 \begin_layout Plain Layout
6105 Tabla larga referenciada
6106 \begin_inset CommandInset label
6107 LatexCommand label
6108 name "tab:RefEjemplo"
6109
6110 \end_inset
6111
6112
6113 \end_layout
6114
6115 \end_inset
6116
6117
6118 \end_layout
6119
6120 \end_inset
6121 </cell>
6122 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" usebox="none">
6123 \begin_inset Text
6124
6125 \begin_layout Plain Layout
6126
6127 \end_layout
6128
6129 \end_inset
6130 </cell>
6131 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" usebox="none">
6132 \begin_inset Text
6133
6134 \begin_layout Plain Layout
6135
6136 \end_layout
6137
6138 \end_inset
6139 </cell>
6140 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" usebox="none">
6141 \begin_inset Text
6142
6143 \begin_layout Plain Layout
6144
6145 \end_layout
6146
6147 \end_inset
6148 </cell>
6149 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
6150 \begin_inset Text
6151
6152 \begin_layout Plain Layout
6153
6154 \end_layout
6155
6156 \end_inset
6157 </cell>
6158 </row>
6159 <row>
6160 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6161 \begin_inset Text
6162
6163 \begin_layout Plain Layout
6164 1
6165 \end_layout
6166
6167 \end_inset
6168 </cell>
6169 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6170 \begin_inset Text
6171
6172 \begin_layout Plain Layout
6173 2
6174 \end_layout
6175
6176 \end_inset
6177 </cell>
6178 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6179 \begin_inset Text
6180
6181 \begin_layout Plain Layout
6182 3
6183 \end_layout
6184
6185 \end_inset
6186 </cell>
6187 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6188 \begin_inset Text
6189
6190 \begin_layout Plain Layout
6191 4
6192 \end_layout
6193
6194 \end_inset
6195 </cell>
6196 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6197 \begin_inset Text
6198
6199 \begin_layout Plain Layout
6200 5
6201 \end_layout
6202
6203 \end_inset
6204 </cell>
6205 </row>
6206 <row>
6207 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6208 \begin_inset Text
6209
6210 \begin_layout Plain Layout
6211 asd
6212 \end_layout
6213
6214 \end_inset
6215 </cell>
6216 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6217 \begin_inset Text
6218
6219 \begin_layout Plain Layout
6220 s
6221 \end_layout
6222
6223 \end_inset
6224 </cell>
6225 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6226 \begin_inset Text
6227
6228 \begin_layout Plain Layout
6229 s
6230 \end_layout
6231
6232 \end_inset
6233 </cell>
6234 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6235 \begin_inset Text
6236
6237 \begin_layout Plain Layout
6238 s
6239 \end_layout
6240
6241 \end_inset
6242 </cell>
6243 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6244 \begin_inset Text
6245
6246 \begin_layout Plain Layout
6247 asd
6248 \end_layout
6249
6250 \end_inset
6251 </cell>
6252 </row>
6253 <row>
6254 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6255 \begin_inset Text
6256
6257 \begin_layout Plain Layout
6258 asd
6259 \end_layout
6260
6261 \end_inset
6262 </cell>
6263 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6264 \begin_inset Text
6265
6266 \begin_layout Plain Layout
6267 s
6268 \end_layout
6269
6270 \end_inset
6271 </cell>
6272 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6273 \begin_inset Text
6274
6275 \begin_layout Plain Layout
6276 s
6277 \end_layout
6278
6279 \end_inset
6280 </cell>
6281 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6282 \begin_inset Text
6283
6284 \begin_layout Plain Layout
6285 s
6286 \end_layout
6287
6288 \end_inset
6289 </cell>
6290 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6291 \begin_inset Text
6292
6293 \begin_layout Plain Layout
6294 asd
6295 \end_layout
6296
6297 \end_inset
6298 </cell>
6299 </row>
6300 <row>
6301 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6302 \begin_inset Text
6303
6304 \begin_layout Plain Layout
6305 asd
6306 \end_layout
6307
6308 \end_inset
6309 </cell>
6310 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6311 \begin_inset Text
6312
6313 \begin_layout Plain Layout
6314 s
6315 \end_layout
6316
6317 \end_inset
6318 </cell>
6319 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6320 \begin_inset Text
6321
6322 \begin_layout Plain Layout
6323 s
6324 \end_layout
6325
6326 \end_inset
6327 </cell>
6328 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6329 \begin_inset Text
6330
6331 \begin_layout Plain Layout
6332 s
6333 \end_layout
6334
6335 \end_inset
6336 </cell>
6337 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6338 \begin_inset Text
6339
6340 \begin_layout Plain Layout
6341 asd
6342 \end_layout
6343
6344 \end_inset
6345 </cell>
6346 </row>
6347 <row>
6348 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
6349 \begin_inset Text
6350
6351 \begin_layout Plain Layout
6352 asd
6353 \end_layout
6354
6355 \end_inset
6356 </cell>
6357 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
6358 \begin_inset Text
6359
6360 \begin_layout Plain Layout
6361 sad
6362 \end_layout
6363
6364 \end_inset
6365 </cell>
6366 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
6367 \begin_inset Text
6368
6369 \begin_layout Plain Layout
6370 asd
6371 \end_layout
6372
6373 \end_inset
6374 </cell>
6375 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
6376 \begin_inset Text
6377
6378 \begin_layout Plain Layout
6379 asd
6380 \end_layout
6381
6382 \end_inset
6383 </cell>
6384 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
6385 \begin_inset Text
6386
6387 \begin_layout Plain Layout
6388 asd
6389 \end_layout
6390
6391 \end_inset
6392 </cell>
6393 </row>
6394 </lyxtabular>
6395
6396 \end_inset
6397
6398
6399 \end_layout
6400
6401 \begin_layout Standard
6402 Para referenciar una tabla larga, inserta una etiqueta en la leyenda.
6403  
6404 \end_layout
6405
6406 \begin_layout Standard
6407 Esto es una referencia a la tabla
6408 \begin_inset space ~
6409 \end_inset
6410
6411
6412 \begin_inset CommandInset ref
6413 LatexCommand ref
6414 reference "tab:RefEjemplo"
6415
6416 \end_inset
6417
6418 .
6419 \end_layout
6420
6421 \begin_layout Standard
6422 El formato de la leyenda puede configurarse junto con todos las demás leyendas
6423  del documento mediante el paquete LaTeX 
6424 \series bold
6425 caption
6426 \series default
6427
6428 \begin_inset Index idx
6429 status collapsed
6430
6431 \begin_layout Plain Layout
6432 LaTeX-paquetes ! caption
6433 \end_layout
6434
6435 \end_inset
6436
6437 , véase sección
6438 \begin_inset space ~
6439 \end_inset
6440
6441
6442 \begin_inset CommandInset ref
6443 LatexCommand ref
6444 reference "sec:Formato-de-leyendas"
6445
6446 \end_inset
6447
6448 .
6449 \end_layout
6450
6451 \begin_layout Subsubsection
6452 Anchura de la leyenda
6453 \begin_inset Index idx
6454 status collapsed
6455
6456 \begin_layout Plain Layout
6457 Tablas largas ! Anchura de la leyenda
6458 \end_layout
6459
6460 \end_inset
6461
6462
6463 \end_layout
6464
6465 \begin_layout Standard
6466 La anchura máxima de la leyenda se define por la longitud 
6467 \series bold
6468
6469 \backslash
6470 LTcapwidth
6471 \series default
6472 .
6473  Por omisión, su valor es 4
6474 \begin_inset space \thinspace{}
6475 \end_inset
6476
6477 in (4
6478 \begin_inset space ~
6479 \end_inset
6480
6481 pulgadas).
6482  Para cambiarla añade el siguiente comando en el preámbulo o en código TeX
6483  en el propio documento antes de la tabla larga a la que deba afectar
6484 \end_layout
6485
6486 \begin_layout Standard
6487
6488 \series bold
6489
6490 \backslash
6491 setlength{
6492 \backslash
6493 LTcapwidth}{anchura}
6494 \end_layout
6495
6496 \begin_layout Standard
6497 donde la anchura puede ser una de las unidades listadas en el apéndice
6498 \begin_inset space ~
6499 \end_inset
6500
6501
6502 \begin_inset CommandInset ref
6503 LatexCommand ref
6504 reference "cap:Unidades-disponibles-en"
6505
6506 \end_inset
6507
6508 .
6509 \end_layout
6510
6511 \begin_layout Standard
6512 Las tablas siguientes muestran la diferencia:
6513 \end_layout
6514
6515 \begin_layout Standard
6516 \begin_inset Tabular
6517 <lyxtabular version="3" rows="6" columns="5">
6518 <features islongtable="true" longtabularalignment="center">
6519 <column alignment="center" valignment="top" width="0">
6520 <column alignment="center" valignment="top" width="0">
6521 <column alignment="center" valignment="top" width="0">
6522 <column alignment="center" valignment="top" width="0">
6523 <column alignment="center" valignment="top" width="0">
6524 <row caption="true">
6525 <cell multicolumn="1" alignment="center" valignment="top" usebox="none">
6526 \begin_inset Text
6527
6528 \begin_layout Plain Layout
6529 \begin_inset Caption
6530
6531 \begin_layout Plain Layout
6532 Leyenda larga completa con anchura predeterminada leyenda larga completa
6533  con anchura predeterminada
6534 \begin_inset Argument
6535 status collapsed
6536
6537 \begin_layout Plain Layout
6538 Leyenda con anchura predeterminada
6539 \end_layout
6540
6541 \end_inset
6542
6543
6544 \end_layout
6545
6546 \end_inset
6547
6548
6549 \end_layout
6550
6551 \end_inset
6552 </cell>
6553 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" usebox="none">
6554 \begin_inset Text
6555
6556 \begin_layout Plain Layout
6557
6558 \end_layout
6559
6560 \end_inset
6561 </cell>
6562 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" usebox="none">
6563 \begin_inset Text
6564
6565 \begin_layout Plain Layout
6566
6567 \end_layout
6568
6569 \end_inset
6570 </cell>
6571 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" usebox="none">
6572 \begin_inset Text
6573
6574 \begin_layout Plain Layout
6575
6576 \end_layout
6577
6578 \end_inset
6579 </cell>
6580 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
6581 \begin_inset Text
6582
6583 \begin_layout Plain Layout
6584
6585 \end_layout
6586
6587 \end_inset
6588 </cell>
6589 </row>
6590 <row>
6591 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6592 \begin_inset Text
6593
6594 \begin_layout Plain Layout
6595 1
6596 \end_layout
6597
6598 \end_inset
6599 </cell>
6600 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6601 \begin_inset Text
6602
6603 \begin_layout Plain Layout
6604 2
6605 \end_layout
6606
6607 \end_inset
6608 </cell>
6609 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6610 \begin_inset Text
6611
6612 \begin_layout Plain Layout
6613 3
6614 \end_layout
6615
6616 \end_inset
6617 </cell>
6618 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6619 \begin_inset Text
6620
6621 \begin_layout Plain Layout
6622 4
6623 \end_layout
6624
6625 \end_inset
6626 </cell>
6627 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6628 \begin_inset Text
6629
6630 \begin_layout Plain Layout
6631 5
6632 \end_layout
6633
6634 \end_inset
6635 </cell>
6636 </row>
6637 <row>
6638 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6639 \begin_inset Text
6640
6641 \begin_layout Plain Layout
6642 asd
6643 \end_layout
6644
6645 \end_inset
6646 </cell>
6647 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6648 \begin_inset Text
6649
6650 \begin_layout Plain Layout
6651 s
6652 \end_layout
6653
6654 \end_inset
6655 </cell>
6656 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6657 \begin_inset Text
6658
6659 \begin_layout Plain Layout
6660 s
6661 \end_layout
6662
6663 \end_inset
6664 </cell>
6665 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6666 \begin_inset Text
6667
6668 \begin_layout Plain Layout
6669 s
6670 \end_layout
6671
6672 \end_inset
6673 </cell>
6674 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6675 \begin_inset Text
6676
6677 \begin_layout Plain Layout
6678 asd
6679 \end_layout
6680
6681 \end_inset
6682 </cell>
6683 </row>
6684 <row>
6685 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6686 \begin_inset Text
6687
6688 \begin_layout Plain Layout
6689 asd
6690 \end_layout
6691
6692 \end_inset
6693 </cell>
6694 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6695 \begin_inset Text
6696
6697 \begin_layout Plain Layout
6698 s
6699 \end_layout
6700
6701 \end_inset
6702 </cell>
6703 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6704 \begin_inset Text
6705
6706 \begin_layout Plain Layout
6707 s
6708 \end_layout
6709
6710 \end_inset
6711 </cell>
6712 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6713 \begin_inset Text
6714
6715 \begin_layout Plain Layout
6716 s
6717 \end_layout
6718
6719 \end_inset
6720 </cell>
6721 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6722 \begin_inset Text
6723
6724 \begin_layout Plain Layout
6725 asd
6726 \end_layout
6727
6728 \end_inset
6729 </cell>
6730 </row>
6731 <row>
6732 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6733 \begin_inset Text
6734
6735 \begin_layout Plain Layout
6736 asd
6737 \end_layout
6738
6739 \end_inset
6740 </cell>
6741 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6742 \begin_inset Text
6743
6744 \begin_layout Plain Layout
6745 s
6746 \end_layout
6747
6748 \end_inset
6749 </cell>
6750 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6751 \begin_inset Text
6752
6753 \begin_layout Plain Layout
6754 s
6755 \end_layout
6756
6757 \end_inset
6758 </cell>
6759 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6760 \begin_inset Text
6761
6762 \begin_layout Plain Layout
6763 s
6764 \end_layout
6765
6766 \end_inset
6767 </cell>
6768 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6769 \begin_inset Text
6770
6771 \begin_layout Plain Layout
6772 asd
6773 \end_layout
6774
6775 \end_inset
6776 </cell>
6777 </row>
6778 <row>
6779 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
6780 \begin_inset Text
6781
6782 \begin_layout Plain Layout
6783 asd
6784 \end_layout
6785
6786 \end_inset
6787 </cell>
6788 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
6789 \begin_inset Text
6790
6791 \begin_layout Plain Layout
6792 sad
6793 \end_layout
6794
6795 \end_inset
6796 </cell>
6797 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
6798 \begin_inset Text
6799
6800 \begin_layout Plain Layout
6801 asd
6802 \end_layout
6803
6804 \end_inset
6805 </cell>
6806 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
6807 \begin_inset Text
6808
6809 \begin_layout Plain Layout
6810 asd
6811 \end_layout
6812
6813 \end_inset
6814 </cell>
6815 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
6816 \begin_inset Text
6817
6818 \begin_layout Plain Layout
6819 asd
6820 \end_layout
6821
6822 \end_inset
6823 </cell>
6824 </row>
6825 </lyxtabular>
6826
6827 \end_inset
6828
6829
6830 \end_layout
6831
6832 \begin_layout Standard
6833 \begin_inset ERT
6834 status collapsed
6835
6836 \begin_layout Plain Layout
6837
6838
6839 \backslash
6840 setlength{
6841 \backslash
6842 LTcapwidth}{5cm}
6843 \end_layout
6844
6845 \end_inset
6846
6847
6848 \begin_inset Tabular
6849 <lyxtabular version="3" rows="6" columns="5">
6850 <features islongtable="true" longtabularalignment="center">
6851 <column alignment="center" valignment="top" width="0">
6852 <column alignment="center" valignment="top" width="0">
6853 <column alignment="center" valignment="top" width="0">
6854 <column alignment="center" valignment="top" width="0">
6855 <column alignment="center" valignment="top" width="0">
6856 <row caption="true">
6857 <cell multicolumn="1" alignment="center" valignment="top" usebox="none">
6858 \begin_inset Text
6859
6860 \begin_layout Plain Layout
6861 \begin_inset Caption
6862
6863 \begin_layout Plain Layout
6864 Leyenda larga completa con una anchura de 5
6865 \begin_inset space \thinspace{}
6866 \end_inset
6867
6868 cm leyenda larga completa con una anchura de 5
6869 \begin_inset space \thinspace{}
6870 \end_inset
6871
6872 cm 
6873 \begin_inset Argument
6874 status collapsed
6875
6876 \begin_layout Plain Layout
6877 Leyenda con anchura
6878 \begin_inset space \thinspace{}
6879 \end_inset
6880
6881 =
6882 \begin_inset space \thinspace{}
6883 \end_inset
6884
6885 5
6886 \begin_inset space \thinspace{}
6887 \end_inset
6888
6889 cm
6890 \end_layout
6891
6892 \end_inset
6893
6894
6895 \end_layout
6896
6897 \end_inset
6898
6899
6900 \end_layout
6901
6902 \end_inset
6903 </cell>
6904 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" usebox="none">
6905 \begin_inset Text
6906
6907 \begin_layout Plain Layout
6908
6909 \end_layout
6910
6911 \end_inset
6912 </cell>
6913 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" usebox="none">
6914 \begin_inset Text
6915
6916 \begin_layout Plain Layout
6917
6918 \end_layout
6919
6920 \end_inset
6921 </cell>
6922 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" usebox="none">
6923 \begin_inset Text
6924
6925 \begin_layout Plain Layout
6926
6927 \end_layout
6928
6929 \end_inset
6930 </cell>
6931 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
6932 \begin_inset Text
6933
6934 \begin_layout Plain Layout
6935
6936 \end_layout
6937
6938 \end_inset
6939 </cell>
6940 </row>
6941 <row>
6942 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6943 \begin_inset Text
6944
6945 \begin_layout Plain Layout
6946 1
6947 \end_layout
6948
6949 \end_inset
6950 </cell>
6951 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6952 \begin_inset Text
6953
6954 \begin_layout Plain Layout
6955 2
6956 \end_layout
6957
6958 \end_inset
6959 </cell>
6960 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6961 \begin_inset Text
6962
6963 \begin_layout Plain Layout
6964 3
6965 \end_layout
6966
6967 \end_inset
6968 </cell>
6969 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6970 \begin_inset Text
6971
6972 \begin_layout Plain Layout
6973 4
6974 \end_layout
6975
6976 \end_inset
6977 </cell>
6978 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6979 \begin_inset Text
6980
6981 \begin_layout Plain Layout
6982 5
6983 \end_layout
6984
6985 \end_inset
6986 </cell>
6987 </row>
6988 <row>
6989 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6990 \begin_inset Text
6991
6992 \begin_layout Plain Layout
6993 asd
6994 \end_layout
6995
6996 \end_inset
6997 </cell>
6998 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6999 \begin_inset Text
7000
7001 \begin_layout Plain Layout
7002 s
7003 \end_layout
7004
7005 \end_inset
7006 </cell>
7007 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7008 \begin_inset Text
7009
7010 \begin_layout Plain Layout
7011 s
7012 \end_layout
7013
7014 \end_inset
7015 </cell>
7016 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7017 \begin_inset Text
7018
7019 \begin_layout Plain Layout
7020 s
7021 \end_layout
7022
7023 \end_inset
7024 </cell>
7025 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
7026 \begin_inset Text
7027
7028 \begin_layout Plain Layout
7029 asd
7030 \end_layout
7031
7032 \end_inset
7033 </cell>
7034 </row>
7035 <row>
7036 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7037 \begin_inset Text
7038
7039 \begin_layout Plain Layout
7040 asd
7041 \end_layout
7042
7043 \end_inset
7044 </cell>
7045 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7046 \begin_inset Text
7047
7048 \begin_layout Plain Layout
7049 s
7050 \end_layout
7051
7052 \end_inset
7053 </cell>
7054 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7055 \begin_inset Text
7056
7057 \begin_layout Plain Layout
7058 s
7059 \end_layout
7060
7061 \end_inset
7062 </cell>
7063 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7064 \begin_inset Text
7065
7066 \begin_layout Plain Layout
7067 s
7068 \end_layout
7069
7070 \end_inset
7071 </cell>
7072 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
7073 \begin_inset Text
7074
7075 \begin_layout Plain Layout
7076 asd
7077 \end_layout
7078
7079 \end_inset
7080 </cell>
7081 </row>
7082 <row>
7083 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7084 \begin_inset Text
7085
7086 \begin_layout Plain Layout
7087 asd
7088 \end_layout
7089
7090 \end_inset
7091 </cell>
7092 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7093 \begin_inset Text
7094
7095 \begin_layout Plain Layout
7096 s
7097 \end_layout
7098
7099 \end_inset
7100 </cell>
7101 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7102 \begin_inset Text
7103
7104 \begin_layout Plain Layout
7105 s
7106 \end_layout
7107
7108 \end_inset
7109 </cell>
7110 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7111 \begin_inset Text
7112
7113 \begin_layout Plain Layout
7114 s
7115 \end_layout
7116
7117 \end_inset
7118 </cell>
7119 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
7120 \begin_inset Text
7121
7122 \begin_layout Plain Layout
7123 asd
7124 \end_layout
7125
7126 \end_inset
7127 </cell>
7128 </row>
7129 <row>
7130 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
7131 \begin_inset Text
7132
7133 \begin_layout Plain Layout
7134 asd
7135 \end_layout
7136
7137 \end_inset
7138 </cell>
7139 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
7140 \begin_inset Text
7141
7142 \begin_layout Plain Layout
7143 sad
7144 \end_layout
7145
7146 \end_inset
7147 </cell>
7148 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
7149 \begin_inset Text
7150
7151 \begin_layout Plain Layout
7152 asd
7153 \end_layout
7154
7155 \end_inset
7156 </cell>
7157 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
7158 \begin_inset Text
7159
7160 \begin_layout Plain Layout
7161 asd
7162 \end_layout
7163
7164 \end_inset
7165 </cell>
7166 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
7167 \begin_inset Text
7168
7169 \begin_layout Plain Layout
7170 asd
7171 \end_layout
7172
7173 \end_inset
7174 </cell>
7175 </row>
7176 </lyxtabular>
7177
7178 \end_inset
7179
7180
7181 \begin_inset ERT
7182 status collapsed
7183
7184 \begin_layout Plain Layout
7185
7186
7187 \backslash
7188 setlength{
7189 \backslash
7190 LTcapwidth}{4in}
7191 \end_layout
7192
7193 \end_inset
7194
7195
7196 \end_layout
7197
7198 \begin_layout Standard
7199 \begin_inset Note Greyedout
7200 status collapsed
7201
7202 \begin_layout Plain Layout
7203
7204 \series bold
7205 Nota: 
7206 \series default
7207 Si se usa el paquete LaTeX 
7208 \series bold
7209 caption
7210 \series default
7211
7212 \begin_inset Index idx
7213 status collapsed
7214
7215 \begin_layout Plain Layout
7216 LaTeX-paquetes ! caption
7217 \end_layout
7218
7219 \end_inset
7220
7221 , como en este documento, para la leyenda se utiliza toda la anchura de
7222  la página cuando se deja el valor por omisión de 4
7223 \begin_inset space \thinspace{}
7224 \end_inset
7225
7226 in para 
7227 \series bold
7228
7229 \backslash
7230 LTcapwidth
7231 \series default
7232 .
7233  En este caso, para conseguir una leyenda de 4
7234 \begin_inset space \thinspace{}
7235 \end_inset
7236
7237 in exactamente, puedes poner un valor ligeramente diferente de 4.0
7238 \begin_inset space \thinspace{}
7239 \end_inset
7240
7241 in, p.
7242 \begin_inset space \thinspace{}
7243 \end_inset
7244
7245 e.
7246  3.99
7247 \begin_inset space \thinspace{}
7248 \end_inset
7249
7250 in, o bien emplear el comando LaTeX 
7251 \series bold
7252
7253 \backslash
7254 captionsetup{width=valor}
7255 \series default
7256 , suministrado por el paquete 
7257 \series bold
7258 caption
7259 \series default
7260 .
7261 \end_layout
7262
7263 \end_inset
7264
7265
7266 \end_layout
7267
7268 \begin_layout Subsubsection
7269 Leyendas distintas para cada página
7270 \begin_inset Index idx
7271 status collapsed
7272
7273 \begin_layout Plain Layout
7274 Tablas largas ! Leyendas distintas para cada página
7275 \end_layout
7276
7277 \end_inset
7278
7279
7280 \end_layout
7281
7282 \begin_layout Standard
7283 Cuando las leyendas para las páginas siguientes hayan de ser diferentes
7284  de la leyenda de la primera página de la tabla, se insertan con el comando
7285  en código TeX
7286 \end_layout
7287
7288 \begin_layout Standard
7289
7290 \series bold
7291
7292 \backslash
7293 caption*{texto de la leyenda}
7294 \backslash
7295
7296 \backslash
7297 %
7298 \end_layout
7299
7300 \begin_layout Standard
7301 en una fila postiza que se marca como encabezado.
7302  La tabla
7303 \begin_inset space ~
7304 \end_inset
7305
7306
7307 \begin_inset CommandInset ref
7308 LatexCommand ref
7309 reference "tab:DifLeyendas"
7310
7311 \end_inset
7312
7313  es un ejemplo de tabla larga con encabezados distintos donde el segundo
7314  no incluye número de tabla.
7315 \end_layout
7316
7317 \begin_layout Standard
7318 \align center
7319 \begin_inset Tabular
7320 <lyxtabular version="3" rows="59" columns="3">
7321 <features islongtable="true" lastFootEmpty="true" longtabularalignment="center">
7322 <column alignment="left" valignment="top" width="0cm">
7323 <column alignment="left" valignment="top" width="0pt">
7324 <column alignment="right" valignment="top" width="0pt">
7325 <row caption="true">
7326 <cell multicolumn="1" alignment="left" valignment="top" usebox="none">
7327 \begin_inset Text
7328
7329 \begin_layout Plain Layout
7330 \begin_inset Caption
7331
7332 \begin_layout Plain Layout
7333 Ejemplo de lista telefónica
7334 \begin_inset CommandInset label
7335 LatexCommand label
7336 name "tab:DifLeyendas"
7337
7338 \end_inset
7339
7340
7341 \begin_inset Argument
7342 status collapsed
7343
7344 \begin_layout Plain Layout
7345 Ejemplo de lista telefónica
7346 \end_layout
7347
7348 \end_inset
7349
7350
7351 \end_layout
7352
7353 \end_inset
7354
7355
7356 \end_layout
7357
7358 \end_inset
7359 </cell>
7360 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
7361 \begin_inset Text
7362
7363 \begin_layout Plain Layout
7364
7365 \end_layout
7366
7367 \end_inset
7368 </cell>
7369 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
7370 \begin_inset Text
7371
7372 \begin_layout Plain Layout
7373
7374 \end_layout
7375
7376 \end_inset
7377 </cell>
7378 </row>
7379 <row endfirsthead="true">
7380 <cell multicolumn="1" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
7381 \begin_inset Text
7382
7383 \begin_layout Plain Layout
7384
7385 \series bold
7386 Ejemplo de lista telefónica (ignore los nombres)
7387 \end_layout
7388
7389 \end_inset
7390 </cell>
7391 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
7392 \begin_inset Text
7393
7394 \begin_layout Plain Layout
7395
7396 \end_layout
7397
7398 \end_inset
7399 </cell>
7400 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
7401 \begin_inset Text
7402
7403 \begin_layout Plain Layout
7404
7405 \end_layout
7406
7407 \end_inset
7408 </cell>
7409 </row>
7410 <row endfirsthead="true">
7411 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
7412 \begin_inset Text
7413
7414 \begin_layout Plain Layout
7415
7416 \series bold
7417 NOMBRE
7418 \end_layout
7419
7420 \end_inset
7421 </cell>
7422 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
7423 \begin_inset Text
7424
7425 \begin_layout Plain Layout
7426
7427 \end_layout
7428
7429 \end_inset
7430 </cell>
7431 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
7432 \begin_inset Text
7433
7434 \begin_layout Plain Layout
7435
7436 \series bold
7437 TEL.
7438 \end_layout
7439
7440 \end_inset
7441 </cell>
7442 </row>
7443 <row endhead="true">
7444 <cell alignment="center" valignment="top" leftline="true" usebox="none">
7445 \begin_inset Text
7446
7447 \begin_layout Plain Layout
7448 \begin_inset ERT
7449 status open
7450
7451 \begin_layout Plain Layout
7452
7453
7454 \backslash
7455 caption*{continúa Ejemplo de lista telefónica}
7456 \backslash
7457
7458 \backslash
7459 %
7460 \end_layout
7461
7462 \end_inset
7463
7464
7465 \end_layout
7466
7467 \end_inset
7468 </cell>
7469 <cell alignment="center" valignment="top" rightline="true" usebox="none">
7470 \begin_inset Text
7471
7472 \begin_layout Plain Layout
7473
7474 \end_layout
7475
7476 \end_inset
7477 </cell>
7478 <cell alignment="center" valignment="top" rightline="true" usebox="none">
7479 \begin_inset Text
7480
7481 \begin_layout Plain Layout
7482
7483 \end_layout
7484
7485 \end_inset
7486 </cell>
7487 </row>
7488 <row endhead="true">
7489 <cell multicolumn="1" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
7490 \begin_inset Text
7491
7492 \begin_layout Plain Layout
7493
7494 \series bold
7495 Ejemplo de lista telefónica
7496 \end_layout
7497
7498 \end_inset
7499 </cell>
7500 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
7501 \begin_inset Text
7502
7503 \begin_layout Plain Layout
7504
7505 \end_layout
7506
7507 \end_inset
7508 </cell>
7509 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
7510 \begin_inset Text
7511
7512 \begin_layout Plain Layout
7513
7514 \end_layout
7515
7516 \end_inset
7517 </cell>
7518 </row>
7519 <row endhead="true">
7520 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
7521 \begin_inset Text
7522
7523 \begin_layout Plain Layout
7524
7525 \series bold
7526 NOMBRE
7527 \end_layout
7528
7529 \end_inset
7530 </cell>
7531 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
7532 \begin_inset Text
7533
7534 \begin_layout Plain Layout
7535
7536 \end_layout
7537
7538 \end_inset
7539 </cell>
7540 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
7541 \begin_inset Text
7542
7543 \begin_layout Plain Layout
7544
7545 \series bold
7546 TEL.
7547 \end_layout
7548
7549 \end_inset
7550 </cell>
7551 </row>
7552 <row endfoot="true">
7553 <cell multicolumn="1" alignment="right" valignment="top" usebox="none">
7554 \begin_inset Text
7555
7556 \begin_layout Plain Layout
7557 continúa en página siguiente
7558 \end_layout
7559
7560 \end_inset
7561 </cell>
7562 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
7563 \begin_inset Text
7564
7565 \begin_layout Plain Layout
7566
7567 \end_layout
7568
7569 \end_inset
7570 </cell>
7571 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
7572 \begin_inset Text
7573
7574 \begin_layout Plain Layout
7575
7576 \end_layout
7577
7578 \end_inset
7579 </cell>
7580 </row>
7581 <row>
7582 <cell alignment="center" valignment="top" leftline="true" usebox="none">
7583 \begin_inset Text
7584
7585 \begin_layout Plain Layout
7586
7587 \series bold
7588 Annovi
7589 \end_layout
7590
7591 \end_inset
7592 </cell>
7593 <cell alignment="center" valignment="top" rightline="true" usebox="none">
7594 \begin_inset Text
7595
7596 \begin_layout Plain Layout
7597 Silvia
7598 \end_layout
7599
7600 \end_inset
7601 </cell>
7602 <cell alignment="right" valignment="top" rightline="true" usebox="none">
7603 \begin_inset Text
7604
7605 \begin_layout Plain Layout
7606 111
7607 \end_layout
7608
7609 \end_inset
7610 </cell>
7611 </row>
7612 <row>
7613 <cell alignment="center" valignment="top" leftline="true" usebox="none">
7614 \begin_inset Text
7615
7616 \begin_layout Plain Layout
7617
7618 \series bold
7619 Bertoli
7620 \end_layout
7621
7622 \end_inset
7623 </cell>
7624 <cell alignment="center" valignment="top" rightline="true" usebox="none">
7625 \begin_inset Text
7626
7627 \begin_layout Plain Layout
7628 Stefano
7629 \end_layout
7630
7631 \end_inset
7632 </cell>
7633 <cell alignment="center" valignment="top" rightline="true" usebox="none">
7634 \begin_inset Text
7635
7636 \begin_layout Plain Layout
7637 111
7638 \end_layout
7639
7640 \end_inset
7641 </cell>
7642 </row>
7643 <row>
7644 <cell alignment="center" valignment="top" leftline="true" usebox="none">
7645 \begin_inset Text
7646
7647 \begin_layout Plain Layout
7648
7649 \series bold
7650 Bozzi
7651 \end_layout
7652
7653 \end_inset
7654 </cell>
7655 <cell alignment="center" valignment="top" rightline="true" usebox="none">
7656 \begin_inset Text
7657
7658 \begin_layout Plain Layout
7659 Walter
7660 \end_layout
7661
7662 \end_inset
7663 </cell>
7664 <cell alignment="center" valignment="top" rightline="true" usebox="none">
7665 \begin_inset Text
7666
7667 \begin_layout Plain Layout
7668 111
7669 \end_layout
7670
7671 \end_inset
7672 </cell>
7673 </row>
7674 <row>
7675 <cell alignment="center" valignment="top" leftline="true" usebox="none">
7676 \begin_inset Text
7677
7678 \begin_layout Plain Layout
7679
7680 \series bold
7681 Cachia
7682 \end_layout
7683
7684 \end_inset
7685 </cell>
7686 <cell alignment="center" valignment="top" rightline="true" usebox="none">
7687 \begin_inset Text
7688
7689 \begin_layout Plain Layout
7690 Maria
7691 \end_layout
7692
7693 \end_inset
7694 </cell>
7695 <cell alignment="center" valignment="top" rightline="true" usebox="none">
7696 \begin_inset Text
7697
7698 \begin_layout Plain Layout
7699 111
7700 \end_layout
7701
7702 \end_inset
7703 </cell>
7704 </row>
7705 <row>
7706 <cell alignment="center" valignment="top" leftline="true" usebox="none">
7707 \begin_inset Text
7708
7709 \begin_layout Plain Layout
7710
7711 \series bold
7712 Cachia
7713 \end_layout
7714
7715 \end_inset
7716 </cell>
7717 <cell alignment="center" valignment="top" rightline="true" usebox="none">
7718 \begin_inset Text
7719
7720 \begin_layout Plain Layout
7721 Maurizio
7722 \end_layout
7723
7724 \end_inset
7725 </cell>
7726 <cell alignment="center" valignment="top" rightline="true" usebox="none">
7727 \begin_inset Text
7728
7729 \begin_layout Plain Layout
7730 111
7731 \end_layout
7732
7733 \end_inset
7734 </cell>
7735 </row>
7736 <row>
7737 <cell alignment="center" valignment="top" leftline="true" usebox="none">
7738 \begin_inset Text
7739
7740 \begin_layout Plain Layout
7741
7742 \series bold
7743 Cinquemani
7744 \end_layout
7745
7746 \end_inset
7747 </cell>
7748 <cell alignment="center" valignment="top" rightline="true" usebox="none">
7749 \begin_inset Text
7750
7751 \begin_layout Plain Layout
7752 Giusi
7753 \end_layout
7754
7755 \end_inset
7756 </cell>
7757 <cell alignment="center" valignment="top" rightline="true" usebox="none">
7758 \begin_inset Text
7759
7760 \begin_layout Plain Layout
7761 111
7762 \end_layout
7763
7764 \end_inset
7765 </cell>
7766 </row>
7767 <row>
7768 <cell alignment="center" valignment="top" leftline="true" usebox="none">
7769 \begin_inset Text
7770
7771 \begin_layout Plain Layout
7772
7773 \series bold
7774 Colin
7775 \end_layout
7776
7777 \end_inset
7778 </cell>
7779 <cell alignment="center" valignment="top" rightline="true" usebox="none">
7780 \begin_inset Text
7781
7782 \begin_layout Plain Layout
7783 Bernard
7784 \end_layout
7785
7786 \end_inset
7787 </cell>
7788 <cell alignment="center" valignment="top" rightline="true" usebox="none">
7789 \begin_inset Text
7790
7791 \begin_layout Plain Layout
7792 111
7793 \end_layout
7794
7795 \end_inset
7796 </cell>
7797 </row>
7798 <row>
7799 <cell alignment="center" valignment="top" leftline="true" usebox="none">
7800 \begin_inset Text
7801
7802 \begin_layout Plain Layout
7803
7804 \series bold
7805 Concli
7806 \end_layout
7807
7808 \end_inset
7809 </cell>
7810 <cell alignment="center" valignment="top" rightline="true" usebox="none">
7811 \begin_inset Text
7812
7813 \begin_layout Plain Layout
7814 Gianfranco
7815 \end_layout
7816
7817 \end_inset
7818 </cell>
7819 <cell alignment="center" valignment="top" rightline="true" usebox="none">
7820 \begin_inset Text
7821
7822 \begin_layout Plain Layout
7823 111
7824 \end_layout
7825
7826 \end_inset
7827 </cell>
7828 </row>
7829 <row>
7830 <cell alignment="center" valignment="top" leftline="true" usebox="none">
7831 \begin_inset Text
7832
7833 \begin_layout Plain Layout
7834
7835 \series bold
7836 Dal Bosco
7837 \end_layout
7838
7839 \end_inset
7840 </cell>
7841 <cell alignment="center" valignment="top" rightline="true" usebox="none">
7842 \begin_inset Text
7843
7844 \begin_layout Plain Layout
7845 Carolina
7846 \end_layout
7847
7848 \end_inset
7849 </cell>
7850 <cell alignment="center" valignment="top" rightline="true" usebox="none">
7851 \begin_inset Text
7852
7853 \begin_layout Plain Layout
7854 111
7855 \end_layout
7856
7857 \end_inset
7858 </cell>
7859 </row>
7860 <row>
7861 <cell alignment="center" valignment="top" leftline="true" usebox="none">
7862 \begin_inset Text
7863
7864 \begin_layout Plain Layout
7865
7866 \series bold
7867 Dalpiaz
7868 \end_layout
7869
7870 \end_inset
7871 </cell>
7872 <cell alignment="center" valignment="top" rightline="true" usebox="none">
7873 \begin_inset Text
7874
7875 \begin_layout Plain Layout
7876 Annamaria
7877 \end_layout
7878
7879 \end_inset
7880 </cell>
7881 <cell alignment="center" valignment="top" rightline="true" usebox="none">
7882 \begin_inset Text
7883
7884 \begin_layout Plain Layout
7885 111
7886 \end_layout
7887
7888 \end_inset
7889 </cell>
7890 </row>
7891 <row>
7892 <cell alignment="center" valignment="top" leftline="true" usebox="none">
7893 \begin_inset Text
7894
7895 \begin_layout Plain Layout
7896
7897 \series bold
7898 Feliciello
7899 \end_layout
7900
7901 \end_inset
7902 </cell>
7903 <cell alignment="center" valignment="top" rightline="true" usebox="none">
7904 \begin_inset Text
7905
7906 \begin_layout Plain Layout
7907 Domenico
7908 \end_layout
7909
7910 \end_inset
7911 </cell>
7912 <cell alignment="center" valignment="top" rightline="true" usebox="none">
7913 \begin_inset Text
7914
7915 \begin_layout Plain Layout
7916 111
7917 \end_layout
7918
7919 \end_inset
7920 </cell>
7921 </row>
7922 <row>
7923 <cell alignment="center" valignment="top" leftline="true" usebox="none">
7924 \begin_inset Text
7925
7926 \begin_layout Plain Layout
7927
7928 \series bold
7929 Focarelli
7930 \end_layout
7931
7932 \end_inset
7933 </cell>
7934 <cell alignment="center" valignment="top" rightline="true" usebox="none">
7935 \begin_inset Text
7936
7937 \begin_layout Plain Layout
7938 Paola
7939 \end_layout
7940
7941 \end_inset
7942 </cell>
7943 <cell alignment="center" valignment="top" rightline="true" usebox="none">
7944 \begin_inset Text
7945
7946 \begin_layout Plain Layout
7947 111
7948 \end_layout
7949
7950 \end_inset
7951 </cell>
7952 </row>
7953 <row>
7954 <cell alignment="center" valignment="top" leftline="true" usebox="none">
7955 \begin_inset Text
7956
7957 \begin_layout Plain Layout
7958
7959 \series bold
7960 Galletti
7961 \end_layout
7962
7963 \end_inset
7964 </cell>
7965 <cell alignment="center" valignment="top" rightline="true" usebox="none">
7966 \begin_inset Text
7967
7968 \begin_layout Plain Layout
7969 Oreste
7970 \end_layout
7971
7972 \end_inset
7973 </cell>
7974 <cell alignment="center" valignment="top" rightline="true" usebox="none">
7975 \begin_inset Text
7976
7977 \begin_layout Plain Layout
7978 111
7979 \end_layout
7980
7981 \end_inset
7982 </cell>
7983 </row>
7984 <row>
7985 <cell alignment="center" valignment="top" leftline="true" usebox="none">
7986 \begin_inset Text
7987
7988 \begin_layout Plain Layout
7989
7990 \series bold
7991 Gasparini
7992 \end_layout
7993
7994 \end_inset
7995 </cell>
7996 <cell alignment="center" valignment="top" rightline="true" usebox="none">
7997 \begin_inset Text
7998
7999 \begin_layout Plain Layout
8000 Franca
8001 \end_layout
8002
8003 \end_inset
8004 </cell>
8005 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8006 \begin_inset Text
8007
8008 \begin_layout Plain Layout
8009 111
8010 \end_layout
8011
8012 \end_inset
8013 </cell>
8014 </row>
8015 <row>
8016 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8017 \begin_inset Text
8018
8019 \begin_layout Plain Layout
8020
8021 \series bold
8022 Rizzardi
8023 \series default
8024
8025 \begin_inset Foot
8026 status collapsed
8027
8028 \begin_layout Plain Layout
8029 Ejemplo de nota a pie de página
8030 \end_layout
8031
8032 \end_inset
8033
8034
8035 \end_layout
8036
8037 \end_inset
8038 </cell>
8039 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8040 \begin_inset Text
8041
8042 \begin_layout Plain Layout
8043 Paola
8044 \end_layout
8045
8046 \end_inset
8047 </cell>
8048 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8049 \begin_inset Text
8050
8051 \begin_layout Plain Layout
8052 111
8053 \end_layout
8054
8055 \end_inset
8056 </cell>
8057 </row>
8058 <row>
8059 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8060 \begin_inset Text
8061
8062 \begin_layout Plain Layout
8063
8064 \series bold
8065 Lassini
8066 \end_layout
8067
8068 \end_inset
8069 </cell>
8070 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8071 \begin_inset Text
8072
8073 \begin_layout Plain Layout
8074 Giancarlo
8075 \end_layout
8076
8077 \end_inset
8078 </cell>
8079 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8080 \begin_inset Text
8081
8082 \begin_layout Plain Layout
8083 111
8084 \end_layout
8085
8086 \end_inset
8087 </cell>
8088 </row>
8089 <row>
8090 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8091 \begin_inset Text
8092
8093 \begin_layout Plain Layout
8094
8095 \series bold
8096 Malfatti
8097 \end_layout
8098
8099 \end_inset
8100 </cell>
8101 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8102 \begin_inset Text
8103
8104 \begin_layout Plain Layout
8105 Luciano
8106 \end_layout
8107
8108 \end_inset
8109 </cell>
8110 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8111 \begin_inset Text
8112
8113 \begin_layout Plain Layout
8114 111
8115 \end_layout
8116
8117 \end_inset
8118 </cell>
8119 </row>
8120 <row>
8121 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8122 \begin_inset Text
8123
8124 \begin_layout Plain Layout
8125
8126 \series bold
8127 Malfatti
8128 \end_layout
8129
8130 \end_inset
8131 </cell>
8132 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8133 \begin_inset Text
8134
8135 \begin_layout Plain Layout
8136 Valeriano
8137 \end_layout
8138
8139 \end_inset
8140 </cell>
8141 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8142 \begin_inset Text
8143
8144 \begin_layout Plain Layout
8145 111
8146 \end_layout
8147
8148 \end_inset
8149 </cell>
8150 </row>
8151 <row>
8152 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8153 \begin_inset Text
8154
8155 \begin_layout Plain Layout
8156
8157 \series bold
8158 Meneguzzo
8159 \end_layout
8160
8161 \end_inset
8162 </cell>
8163 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8164 \begin_inset Text
8165
8166 \begin_layout Plain Layout
8167 Roberto
8168 \end_layout
8169
8170 \end_inset
8171 </cell>
8172 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8173 \begin_inset Text
8174
8175 \begin_layout Plain Layout
8176 111
8177 \end_layout
8178
8179 \end_inset
8180 </cell>
8181 </row>
8182 <row>
8183 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8184 \begin_inset Text
8185
8186 \begin_layout Plain Layout
8187
8188 \series bold
8189 Mezzadra
8190 \end_layout
8191
8192 \end_inset
8193 </cell>
8194 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8195 \begin_inset Text
8196
8197 \begin_layout Plain Layout
8198 Roberto
8199 \end_layout
8200
8201 \end_inset
8202 </cell>
8203 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8204 \begin_inset Text
8205
8206 \begin_layout Plain Layout
8207 111
8208 \end_layout
8209
8210 \end_inset
8211 </cell>
8212 </row>
8213 <row>
8214 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8215 \begin_inset Text
8216
8217 \begin_layout Plain Layout
8218
8219 \series bold
8220 Pirpamer
8221 \end_layout
8222
8223 \end_inset
8224 </cell>
8225 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8226 \begin_inset Text
8227
8228 \begin_layout Plain Layout
8229 Erich
8230 \end_layout
8231
8232 \end_inset
8233 </cell>
8234 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8235 \begin_inset Text
8236
8237 \begin_layout Plain Layout
8238 111
8239 \end_layout
8240
8241 \end_inset
8242 </cell>
8243 </row>
8244 <row>
8245 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8246 \begin_inset Text
8247
8248 \begin_layout Plain Layout
8249
8250 \series bold
8251 Pochiesa
8252 \end_layout
8253
8254 \end_inset
8255 </cell>
8256 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8257 \begin_inset Text
8258
8259 \begin_layout Plain Layout
8260 Paolo
8261 \end_layout
8262
8263 \end_inset
8264 </cell>
8265 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8266 \begin_inset Text
8267
8268 \begin_layout Plain Layout
8269 111, 222
8270 \end_layout
8271
8272 \end_inset
8273 </cell>
8274 </row>
8275 <row>
8276 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8277 \begin_inset Text
8278
8279 \begin_layout Plain Layout
8280
8281 \series bold
8282 Radina
8283 \end_layout
8284
8285 \end_inset
8286 </cell>
8287 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8288 \begin_inset Text
8289
8290 \begin_layout Plain Layout
8291 Claudio
8292 \end_layout
8293
8294 \end_inset
8295 </cell>
8296 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8297 \begin_inset Text
8298
8299 \begin_layout Plain Layout
8300 111
8301 \end_layout
8302
8303 \end_inset
8304 </cell>
8305 </row>
8306 <row>
8307 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8308 \begin_inset Text
8309
8310 \begin_layout Plain Layout
8311
8312 \series bold
8313 Stuffer
8314 \end_layout
8315
8316 \end_inset
8317 </cell>
8318 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8319 \begin_inset Text
8320
8321 \begin_layout Plain Layout
8322 Oskar
8323 \end_layout
8324
8325 \end_inset
8326 </cell>
8327 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8328 \begin_inset Text
8329
8330 \begin_layout Plain Layout
8331 111
8332 \end_layout
8333
8334 \end_inset
8335 </cell>
8336 </row>
8337 <row>
8338 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8339 \begin_inset Text
8340
8341 \begin_layout Plain Layout
8342
8343 \series bold
8344 Tacchelli
8345 \end_layout
8346
8347 \end_inset
8348 </cell>
8349 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8350 \begin_inset Text
8351
8352 \begin_layout Plain Layout
8353 Ugo
8354 \end_layout
8355
8356 \end_inset
8357 </cell>
8358 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8359 \begin_inset Text
8360
8361 \begin_layout Plain Layout
8362 111
8363 \end_layout
8364
8365 \end_inset
8366 </cell>
8367 </row>
8368 <row>
8369 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8370 \begin_inset Text
8371
8372 \begin_layout Plain Layout
8373
8374 \series bold
8375 Tezzele
8376 \end_layout
8377
8378 \end_inset
8379 </cell>
8380 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8381 \begin_inset Text
8382
8383 \begin_layout Plain Layout
8384 Margit
8385 \end_layout
8386
8387 \end_inset
8388 </cell>
8389 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8390 \begin_inset Text
8391
8392 \begin_layout Plain Layout
8393 111
8394 \end_layout
8395
8396 \end_inset
8397 </cell>
8398 </row>
8399 <row>
8400 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8401 \begin_inset Text
8402
8403 \begin_layout Plain Layout
8404
8405 \series bold
8406 Unterkalmsteiner
8407 \end_layout
8408
8409 \end_inset
8410 </cell>
8411 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8412 \begin_inset Text
8413
8414 \begin_layout Plain Layout
8415 Frieda
8416 \end_layout
8417
8418 \end_inset
8419 </cell>
8420 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8421 \begin_inset Text
8422
8423 \begin_layout Plain Layout
8424 111
8425 \end_layout
8426
8427 \end_inset
8428 </cell>
8429 </row>
8430 <row>
8431 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8432 \begin_inset Text
8433
8434 \begin_layout Plain Layout
8435
8436 \series bold
8437 Vieider
8438 \end_layout
8439
8440 \end_inset
8441 </cell>
8442 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8443 \begin_inset Text
8444
8445 \begin_layout Plain Layout
8446 Hilde
8447 \end_layout
8448
8449 \end_inset
8450 </cell>
8451 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8452 \begin_inset Text
8453
8454 \begin_layout Plain Layout
8455 111
8456 \end_layout
8457
8458 \end_inset
8459 </cell>
8460 </row>
8461 <row>
8462 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8463 \begin_inset Text
8464
8465 \begin_layout Plain Layout
8466
8467 \series bold
8468 Vigna
8469 \end_layout
8470
8471 \end_inset
8472 </cell>
8473 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8474 \begin_inset Text
8475
8476 \begin_layout Plain Layout
8477 Jürgen
8478 \end_layout
8479
8480 \end_inset
8481 </cell>
8482 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8483 \begin_inset Text
8484
8485 \begin_layout Plain Layout
8486 111
8487 \end_layout
8488
8489 \end_inset
8490 </cell>
8491 </row>
8492 <row>
8493 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8494 \begin_inset Text
8495
8496 \begin_layout Plain Layout
8497
8498 \series bold
8499 Weber
8500 \end_layout
8501
8502 \end_inset
8503 </cell>
8504 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8505 \begin_inset Text
8506
8507 \begin_layout Plain Layout
8508 Maurizio
8509 \end_layout
8510
8511 \end_inset
8512 </cell>
8513 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8514 \begin_inset Text
8515
8516 \begin_layout Plain Layout
8517 111
8518 \end_layout
8519
8520 \end_inset
8521 </cell>
8522 </row>
8523 <row>
8524 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
8525 \begin_inset Text
8526
8527 \begin_layout Plain Layout
8528
8529 \series bold
8530 Winkler
8531 \end_layout
8532
8533 \end_inset
8534 </cell>
8535 <cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
8536 \begin_inset Text
8537
8538 \begin_layout Plain Layout
8539 Franz
8540 \end_layout
8541
8542 \end_inset
8543 </cell>
8544 <cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
8545 \begin_inset Text
8546
8547 \begin_layout Plain Layout
8548 111
8549 \end_layout
8550
8551 \end_inset
8552 </cell>
8553 </row>
8554 <row>
8555 <cell multicolumn="1" alignment="left" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
8556 \begin_inset Text
8557
8558 \begin_layout Plain Layout
8559  
8560 \end_layout
8561
8562 \end_inset
8563 </cell>
8564 <cell multicolumn="2" alignment="center" valignment="top" topline="true" usebox="none">
8565 \begin_inset Text
8566
8567 \begin_layout Plain Layout
8568
8569 \end_layout
8570
8571 \end_inset
8572 </cell>
8573 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
8574 \begin_inset Text
8575
8576 \begin_layout Plain Layout
8577
8578 \end_layout
8579
8580 \end_inset
8581 </cell>
8582 </row>
8583 <row>
8584 <cell alignment="left" valignment="top" leftline="true" usebox="none">
8585 \begin_inset Text
8586
8587 \begin_layout Plain Layout
8588
8589 \series bold
8590 Annovi
8591 \end_layout
8592
8593 \end_inset
8594 </cell>
8595 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8596 \begin_inset Text
8597
8598 \begin_layout Plain Layout
8599 Silvia
8600 \end_layout
8601
8602 \end_inset
8603 </cell>
8604 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8605 \begin_inset Text
8606
8607 \begin_layout Plain Layout
8608 555
8609 \end_layout
8610
8611 \end_inset
8612 </cell>
8613 </row>
8614 <row>
8615 <cell alignment="left" valignment="top" leftline="true" usebox="none">
8616 \begin_inset Text
8617
8618 \begin_layout Plain Layout
8619
8620 \series bold
8621 Bertoli
8622 \end_layout
8623
8624 \end_inset
8625 </cell>
8626 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8627 \begin_inset Text
8628
8629 \begin_layout Plain Layout
8630 Stefano
8631 \end_layout
8632
8633 \end_inset
8634 </cell>
8635 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8636 \begin_inset Text
8637
8638 \begin_layout Plain Layout
8639 555
8640 \end_layout
8641
8642 \end_inset
8643 </cell>
8644 </row>
8645 <row>
8646 <cell alignment="left" valignment="top" leftline="true" usebox="none">
8647 \begin_inset Text
8648
8649 \begin_layout Plain Layout
8650
8651 \series bold
8652 Bozzi
8653 \end_layout
8654
8655 \end_inset
8656 </cell>
8657 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8658 \begin_inset Text
8659
8660 \begin_layout Plain Layout
8661 Walter
8662 \end_layout
8663
8664 \end_inset
8665 </cell>
8666 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8667 \begin_inset Text
8668
8669 \begin_layout Plain Layout
8670 555
8671 \end_layout
8672
8673 \end_inset
8674 </cell>
8675 </row>
8676 <row>
8677 <cell alignment="left" valignment="top" leftline="true" usebox="none">
8678 \begin_inset Text
8679
8680 \begin_layout Plain Layout
8681
8682 \series bold
8683 Cachia
8684 \end_layout
8685
8686 \end_inset
8687 </cell>
8688 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8689 \begin_inset Text
8690
8691 \begin_layout Plain Layout
8692 Maria
8693 \end_layout
8694
8695 \end_inset
8696 </cell>
8697 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8698 \begin_inset Text
8699
8700 \begin_layout Plain Layout
8701 555
8702 \end_layout
8703
8704 \end_inset
8705 </cell>
8706 </row>
8707 <row>
8708 <cell alignment="left" valignment="top" leftline="true" usebox="none">
8709 \begin_inset Text
8710
8711 \begin_layout Plain Layout
8712
8713 \series bold
8714 Cachia
8715 \end_layout
8716
8717 \end_inset
8718 </cell>
8719 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8720 \begin_inset Text
8721
8722 \begin_layout Plain Layout
8723 Maurizio
8724 \end_layout
8725
8726 \end_inset
8727 </cell>
8728 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8729 \begin_inset Text
8730
8731 \begin_layout Plain Layout
8732 555
8733 \end_layout
8734
8735 \end_inset
8736 </cell>
8737 </row>
8738 <row>
8739 <cell alignment="left" valignment="top" leftline="true" usebox="none">
8740 \begin_inset Text
8741
8742 \begin_layout Plain Layout
8743
8744 \series bold
8745 Cinquemani
8746 \end_layout
8747
8748 \end_inset
8749 </cell>
8750 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8751 \begin_inset Text
8752
8753 \begin_layout Plain Layout
8754 Giusi
8755 \end_layout
8756
8757 \end_inset
8758 </cell>
8759 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8760 \begin_inset Text
8761
8762 \begin_layout Plain Layout
8763 555
8764 \end_layout
8765
8766 \end_inset
8767 </cell>
8768 </row>
8769 <row>
8770 <cell alignment="left" valignment="top" leftline="true" usebox="none">
8771 \begin_inset Text
8772
8773 \begin_layout Plain Layout
8774
8775 \series bold
8776 Colin
8777 \end_layout
8778
8779 \end_inset
8780 </cell>
8781 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8782 \begin_inset Text
8783
8784 \begin_layout Plain Layout
8785 Bernard
8786 \end_layout
8787
8788 \end_inset
8789 </cell>
8790 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8791 \begin_inset Text
8792
8793 \begin_layout Plain Layout
8794 555
8795 \end_layout
8796
8797 \end_inset
8798 </cell>
8799 </row>
8800 <row>
8801 <cell alignment="left" valignment="top" leftline="true" usebox="none">
8802 \begin_inset Text
8803
8804 \begin_layout Plain Layout
8805
8806 \series bold
8807 Concli
8808 \end_layout
8809
8810 \end_inset
8811 </cell>
8812 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8813 \begin_inset Text
8814
8815 \begin_layout Plain Layout
8816 Gianfranco
8817 \end_layout
8818
8819 \end_inset
8820 </cell>
8821 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8822 \begin_inset Text
8823
8824 \begin_layout Plain Layout
8825 555
8826 \end_layout
8827
8828 \end_inset
8829 </cell>
8830 </row>
8831 <row>
8832 <cell alignment="left" valignment="top" leftline="true" usebox="none">
8833 \begin_inset Text
8834
8835 \begin_layout Plain Layout
8836
8837 \series bold
8838 Dal Bosco
8839 \end_layout
8840
8841 \end_inset
8842 </cell>
8843 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8844 \begin_inset Text
8845
8846 \begin_layout Plain Layout
8847 Carolina
8848 \end_layout
8849
8850 \end_inset
8851 </cell>
8852 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8853 \begin_inset Text
8854
8855 \begin_layout Plain Layout
8856 555
8857 \end_layout
8858
8859 \end_inset
8860 </cell>
8861 </row>
8862 <row>
8863 <cell alignment="left" valignment="top" leftline="true" usebox="none">
8864 \begin_inset Text
8865
8866 \begin_layout Plain Layout
8867
8868 \series bold
8869 Dalpiaz
8870 \end_layout
8871
8872 \end_inset
8873 </cell>
8874 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8875 \begin_inset Text
8876
8877 \begin_layout Plain Layout
8878 Annamaria
8879 \end_layout
8880
8881 \end_inset
8882 </cell>
8883 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8884 \begin_inset Text
8885
8886 \begin_layout Plain Layout
8887 555
8888 \end_layout
8889
8890 \end_inset
8891 </cell>
8892 </row>
8893 <row>
8894 <cell alignment="left" valignment="top" leftline="true" usebox="none">
8895 \begin_inset Text
8896
8897 \begin_layout Plain Layout
8898
8899 \series bold
8900 Feliciello
8901 \end_layout
8902
8903 \end_inset
8904 </cell>
8905 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8906 \begin_inset Text
8907
8908 \begin_layout Plain Layout
8909 Domenico
8910 \end_layout
8911
8912 \end_inset
8913 </cell>
8914 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8915 \begin_inset Text
8916
8917 \begin_layout Plain Layout
8918 555
8919 \end_layout
8920
8921 \end_inset
8922 </cell>
8923 </row>
8924 <row>
8925 <cell alignment="left" valignment="top" leftline="true" usebox="none">
8926 \begin_inset Text
8927
8928 \begin_layout Plain Layout
8929
8930 \series bold
8931 Focarelli
8932 \end_layout
8933
8934 \end_inset
8935 </cell>
8936 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8937 \begin_inset Text
8938
8939 \begin_layout Plain Layout
8940 Paola
8941 \end_layout
8942
8943 \end_inset
8944 </cell>
8945 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8946 \begin_inset Text
8947
8948 \begin_layout Plain Layout
8949 555
8950 \end_layout
8951
8952 \end_inset
8953 </cell>
8954 </row>
8955 <row>
8956 <cell alignment="left" valignment="top" leftline="true" usebox="none">
8957 \begin_inset Text
8958
8959 \begin_layout Plain Layout
8960
8961 \series bold
8962 Galletti
8963 \end_layout
8964
8965 \end_inset
8966 </cell>
8967 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8968 \begin_inset Text
8969
8970 \begin_layout Plain Layout
8971 Oreste
8972 \end_layout
8973
8974 \end_inset
8975 </cell>
8976 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8977 \begin_inset Text
8978
8979 \begin_layout Plain Layout
8980 555
8981 \end_layout
8982
8983 \end_inset
8984 </cell>
8985 </row>
8986 <row>
8987 <cell alignment="left" valignment="top" leftline="true" usebox="none">
8988 \begin_inset Text
8989
8990 \begin_layout Plain Layout
8991
8992 \series bold
8993 Gasparini
8994 \end_layout
8995
8996 \end_inset
8997 </cell>
8998 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8999 \begin_inset Text
9000
9001 \begin_layout Plain Layout
9002 Franca
9003 \end_layout
9004
9005 \end_inset
9006 </cell>
9007 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9008 \begin_inset Text
9009
9010 \begin_layout Plain Layout
9011 555
9012 \end_layout
9013
9014 \end_inset
9015 </cell>
9016 </row>
9017 <row>
9018 <cell alignment="left" valignment="top" leftline="true" usebox="none">
9019 \begin_inset Text
9020
9021 \begin_layout Plain Layout
9022
9023 \series bold
9024 Rizzardi
9025 \end_layout
9026
9027 \end_inset
9028 </cell>
9029 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9030 \begin_inset Text
9031
9032 \begin_layout Plain Layout
9033 Paola
9034 \end_layout
9035
9036 \end_inset
9037 </cell>
9038 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9039 \begin_inset Text
9040
9041 \begin_layout Plain Layout
9042 555
9043 \end_layout
9044
9045 \end_inset
9046 </cell>
9047 </row>
9048 <row>
9049 <cell alignment="left" valignment="top" leftline="true" usebox="none">
9050 \begin_inset Text
9051
9052 \begin_layout Plain Layout
9053
9054 \series bold
9055 Lassini
9056 \end_layout
9057
9058 \end_inset
9059 </cell>
9060 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9061 \begin_inset Text
9062
9063 \begin_layout Plain Layout
9064 Giancarlo
9065 \end_layout
9066
9067 \end_inset
9068 </cell>
9069 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9070 \begin_inset Text
9071
9072 \begin_layout Plain Layout
9073 555
9074 \end_layout
9075
9076 \end_inset
9077 </cell>
9078 </row>
9079 <row>
9080 <cell alignment="left" valignment="top" leftline="true" usebox="none">
9081 \begin_inset Text
9082
9083 \begin_layout Plain Layout
9084
9085 \series bold
9086 Malfatti
9087 \end_layout
9088
9089 \end_inset
9090 </cell>
9091 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9092 \begin_inset Text
9093
9094 \begin_layout Plain Layout
9095 Luciano
9096 \end_layout
9097
9098 \end_inset
9099 </cell>
9100 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9101 \begin_inset Text
9102
9103 \begin_layout Plain Layout
9104 555
9105 \end_layout
9106
9107 \end_inset
9108 </cell>
9109 </row>
9110 <row>
9111 <cell alignment="left" valignment="top" leftline="true" usebox="none">
9112 \begin_inset Text
9113
9114 \begin_layout Plain Layout
9115
9116 \series bold
9117 Malfatti
9118 \end_layout
9119
9120 \end_inset
9121 </cell>
9122 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9123 \begin_inset Text
9124
9125 \begin_layout Plain Layout
9126 Valeriano
9127 \end_layout
9128
9129 \end_inset
9130 </cell>
9131 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9132 \begin_inset Text
9133
9134 \begin_layout Plain Layout
9135 555
9136 \end_layout
9137
9138 \end_inset
9139 </cell>
9140 </row>
9141 <row>
9142 <cell alignment="left" valignment="top" leftline="true" usebox="none">
9143 \begin_inset Text
9144
9145 \begin_layout Plain Layout
9146
9147 \series bold
9148 Meneguzzo
9149 \end_layout
9150
9151 \end_inset
9152 </cell>
9153 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9154 \begin_inset Text
9155
9156 \begin_layout Plain Layout
9157 Roberto
9158 \end_layout
9159
9160 \end_inset
9161 </cell>
9162 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9163 \begin_inset Text
9164
9165 \begin_layout Plain Layout
9166 555
9167 \end_layout
9168
9169 \end_inset
9170 </cell>
9171 </row>
9172 <row>
9173 <cell alignment="left" valignment="top" bottomline="true" leftline="true" usebox="none">
9174 \begin_inset Text
9175
9176 \begin_layout Plain Layout
9177
9178 \series bold
9179 Mezzadra
9180 \end_layout
9181
9182 \end_inset
9183 </cell>
9184 <cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
9185 \begin_inset Text
9186
9187 \begin_layout Plain Layout
9188 Roberto
9189 \end_layout
9190
9191 \end_inset
9192 </cell>
9193 <cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
9194 \begin_inset Text
9195
9196 \begin_layout Plain Layout
9197 555
9198 \end_layout
9199
9200 \end_inset
9201 </cell>
9202 </row>
9203 </lyxtabular>
9204
9205 \end_inset
9206
9207
9208 \end_layout
9209
9210 \begin_layout Section
9211 Particularidades de las tablas largas
9212 \begin_inset CommandInset label
9213 LatexCommand label
9214 name "sec:Particularidades-tablas-largas"
9215
9216 \end_inset
9217
9218
9219 \end_layout
9220
9221 \begin_layout Subsection
9222 Cálculos
9223 \begin_inset Index idx
9224 status collapsed
9225
9226 \begin_layout Plain Layout
9227 Tablas largas ! Cálculos
9228 \end_layout
9229
9230 \end_inset
9231
9232
9233 \end_layout
9234
9235 \begin_layout Standard
9236 LaTeX calcula la altura de las páginas con tabla y sus saltos de página
9237  utilizando los denominados «trozos», que son partes de la tabla presentes
9238  en la memoria de LaTeX.
9239  El valor predeterminado está establecido a sólo 20 filas.
9240  Si estás usando tablas largas con muchas páginas, la generación del documento
9241  puede hacerse muy lenta.
9242  No hay problema en aumentar el tamaño de los trozos hasta 100-1000 añadiendo
9243  el siguiente comando en el preámbulo del documento:
9244 \end_layout
9245
9246 \begin_layout Standard
9247
9248 \series bold
9249
9250 \backslash
9251 setcounter{LTchunksize}{100}
9252 \end_layout
9253
9254 \begin_layout Subsection
9255 Flotantes y tablas largas
9256 \begin_inset Index idx
9257 status collapsed
9258
9259 \begin_layout Plain Layout
9260 Tablas largas ! Flotantes
9261 \end_layout
9262
9263 \end_inset
9264
9265
9266 \end_layout
9267
9268 \begin_layout Standard
9269 Podría haber problemas si un flotante aparece en la misma página donde comienza
9270  una tabla larga.
9271  Para evitarlo, añade un 
9272 \begin_inset Quotes fld
9273 \end_inset
9274
9275 salto de página limpia
9276 \begin_inset Quotes frd
9277 \end_inset
9278
9279  (menú 
9280 \family sans
9281 Insertar\SpecialChar \menuseparator
9282 Formato\SpecialChar \menuseparator
9283 Limpiar
9284 \begin_inset space ~
9285 \end_inset
9286
9287 página
9288 \family default
9289 ) antes de la tabla.
9290 \end_layout
9291
9292 \begin_layout Subsection
9293 Saltos de página forzados
9294 \begin_inset Index idx
9295 status collapsed
9296
9297 \begin_layout Plain Layout
9298 Tablas largas ! Saltos de página forzados
9299 \end_layout
9300
9301 \end_inset
9302
9303
9304 \end_layout
9305
9306 \begin_layout Standard
9307 Por omisión, las tablas sólo se cortan entre filas.
9308  Si tienes una celda con líneas múltiples y necesitas un salto de página
9309  dentro de la celda, inserta el comando de nueva línea «
9310 \series bold
9311
9312 \backslash
9313
9314 \backslash
9315
9316 \series default
9317 » en código TeX en el punto en que quieras cortar.
9318  Antes del comando «
9319 \series bold
9320
9321 \backslash
9322
9323 \backslash
9324
9325 \series default
9326 » debes insertar en código TeX tantos caracteres «
9327 \series bold
9328 &
9329 \series default
9330 » como columnas siguientes de la tabla.
9331  
9332 \series bold
9333 &
9334 \series default
9335  es el carácter para separar celdas.
9336  Escribe en código TeX después de cada 
9337 \series bold
9338 &
9339 \series default
9340  el contenido de la celda siguiente correspondiente y borra el contenido
9341  de esas celdas.
9342 \begin_inset Newline newline
9343 \end_inset
9344
9345 Detrás del comando 
9346 \series bold
9347
9348 \backslash
9349
9350 \backslash
9351
9352 \series default
9353 , inserta tantos 
9354 \series bold
9355 &
9356 \series default
9357  como columnas haya delante de la actual.
9358  En la tabla
9359 \begin_inset space ~
9360 \end_inset
9361
9362
9363 \begin_inset CommandInset ref
9364 LatexCommand ref
9365 reference "tab:Saltos de Página Forzados"
9366
9367 \end_inset
9368
9369  la celda que debería cortarse está en la segunda columna seguida de otra
9370  columna.
9371  Por eso, el siguiente comando se inserta en la celda en código TeX detrás
9372  de «
9373 \emph on
9374 Castelchiodato,
9375 \emph default
9376 »:
9377 \end_layout
9378
9379 \begin_layout Standard
9380
9381 \series bold
9382 & 111
9383 \backslash
9384
9385 \backslash
9386  
9387 \backslash
9388 newpage
9389 \begin_inset Newline newline
9390 \end_inset
9391
9392 &
9393 \end_layout
9394
9395 \begin_layout Standard
9396 El «111» en la tercera columna de la fila se ha borrado.
9397
9398 \series bold
9399  
9400 \backslash
9401 newpage 
9402 \series default
9403 es necesario solo si en esta posición debiera ir definitivamente un salto
9404  de página, de otro modo es sólamente una posibilidad de salto.
9405  Si la fila más baja de la tabla larga no tiene, por alguna razón, línea
9406  superior pero quisieras una línea horizontal donde se corta la celda, usa
9407  este comando alternativo:
9408 \end_layout
9409
9410 \begin_layout Standard
9411
9412 \series bold
9413 & 111
9414 \backslash
9415
9416 \backslash
9417
9418 \begin_inset Newline newline
9419 \end_inset
9420
9421
9422 \backslash
9423 hline &
9424 \end_layout
9425
9426 \begin_layout Standard
9427 Cuando la celda a cortar está en la última columna, el comando
9428 \end_layout
9429
9430 \begin_layout Standard
9431
9432 \series bold
9433
9434 \backslash
9435 setlength{
9436 \backslash
9437 parfillskip}{0pt}
9438 \end_layout
9439
9440 \begin_layout Standard
9441 debe insertarse en código TeX al principio de la celda.
9442  Esto garantiza que la parte de la celda que será mostrada en la nueva página
9443  aparecerá con toda su anchura.
9444 \end_layout
9445
9446 \begin_layout Standard
9447 \align center
9448 \begin_inset Tabular
9449 <lyxtabular version="3" rows="38" columns="3">
9450 <features islongtable="true" lastFootEmpty="true" longtabularalignment="center">
9451 <column alignment="left" valignment="top" width="0cm">
9452 <column alignment="left" valignment="top" width="3cm">
9453 <column alignment="right" valignment="top" width="0pt">
9454 <row caption="true">
9455 <cell multicolumn="1" alignment="left" valignment="top" usebox="none">
9456 \begin_inset Text
9457
9458 \begin_layout Plain Layout
9459 \begin_inset Caption
9460
9461 \begin_layout Plain Layout
9462 Tabla con salto de página forzado en celda
9463 \begin_inset CommandInset label
9464 LatexCommand label
9465 name "tab:Saltos de Página Forzados"
9466
9467 \end_inset
9468
9469
9470 \begin_inset Argument
9471 status collapsed
9472
9473 \begin_layout Plain Layout
9474 Tabla con salto de página forzado en celda
9475 \end_layout
9476
9477 \end_inset
9478
9479
9480 \end_layout
9481
9482 \end_inset
9483
9484
9485 \end_layout
9486
9487 \end_inset
9488 </cell>
9489 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
9490 \begin_inset Text
9491
9492 \begin_layout Plain Layout
9493
9494 \end_layout
9495
9496 \end_inset
9497 </cell>
9498 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
9499 \begin_inset Text
9500
9501 \begin_layout Plain Layout
9502
9503 \end_layout
9504
9505 \end_inset
9506 </cell>
9507 </row>
9508 <row endfirsthead="true">
9509 <cell multicolumn="1" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
9510 \begin_inset Text
9511
9512 \begin_layout Plain Layout
9513
9514 \series bold
9515 Ejemplo de lista telefónica (ignore los nombres)
9516 \end_layout
9517
9518 \end_inset
9519 </cell>
9520 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
9521 \begin_inset Text
9522
9523 \begin_layout Plain Layout
9524
9525 \end_layout
9526
9527 \end_inset
9528 </cell>
9529 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
9530 \begin_inset Text
9531
9532 \begin_layout Plain Layout
9533
9534 \end_layout
9535
9536 \end_inset
9537 </cell>
9538 </row>
9539 <row endfirsthead="true">
9540 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
9541 \begin_inset Text
9542
9543 \begin_layout Plain Layout
9544
9545 \series bold
9546 NOMBRE
9547 \end_layout
9548
9549 \end_inset
9550 </cell>
9551 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
9552 \begin_inset Text
9553
9554 \begin_layout Plain Layout
9555
9556 \end_layout
9557
9558 \end_inset
9559 </cell>
9560 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
9561 \begin_inset Text
9562
9563 \begin_layout Plain Layout
9564
9565 \series bold
9566 TEL.
9567 \end_layout
9568
9569 \end_inset
9570 </cell>
9571 </row>
9572 <row endhead="true">
9573 <cell alignment="center" valignment="top" leftline="true" usebox="none">
9574 \begin_inset Text
9575
9576 \begin_layout Plain Layout
9577 \begin_inset ERT
9578 status collapsed
9579
9580 \begin_layout Plain Layout
9581
9582
9583 \backslash
9584 caption*{continúa Ejemplo de lista telefónica}
9585 \backslash
9586
9587 \backslash
9588 %
9589 \end_layout
9590
9591 \end_inset
9592
9593
9594 \end_layout
9595
9596 \end_inset
9597 </cell>
9598 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9599 \begin_inset Text
9600
9601 \begin_layout Plain Layout
9602
9603 \end_layout
9604
9605 \end_inset
9606 </cell>
9607 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9608 \begin_inset Text
9609
9610 \begin_layout Plain Layout
9611
9612 \end_layout
9613
9614 \end_inset
9615 </cell>
9616 </row>
9617 <row endhead="true">
9618 <cell multicolumn="1" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
9619 \begin_inset Text
9620
9621 \begin_layout Plain Layout
9622  
9623 \series bold
9624 Ejemplo de lista telefónica
9625 \end_layout
9626
9627 \end_inset
9628 </cell>
9629 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
9630 \begin_inset Text
9631
9632 \begin_layout Plain Layout
9633
9634 \end_layout
9635
9636 \end_inset
9637 </cell>
9638 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
9639 \begin_inset Text
9640
9641 \begin_layout Plain Layout
9642
9643 \end_layout
9644
9645 \end_inset
9646 </cell>
9647 </row>
9648 <row endhead="true">
9649 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
9650 \begin_inset Text
9651
9652 \begin_layout Plain Layout
9653
9654 \series bold
9655 NOMBRE
9656 \end_layout
9657
9658 \end_inset
9659 </cell>
9660 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
9661 \begin_inset Text
9662
9663 \begin_layout Plain Layout
9664
9665 \end_layout
9666
9667 \end_inset
9668 </cell>
9669 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
9670 \begin_inset Text
9671
9672 \begin_layout Plain Layout
9673
9674 \series bold
9675 TEL.
9676 \end_layout
9677
9678 \end_inset
9679 </cell>
9680 </row>
9681 <row endfoot="true">
9682 <cell multicolumn="1" alignment="right" valignment="top" usebox="none">
9683 \begin_inset Text
9684
9685 \begin_layout Plain Layout
9686 continúa en página siguiente
9687 \end_layout
9688
9689 \end_inset
9690 </cell>
9691 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
9692 \begin_inset Text
9693
9694 \begin_layout Plain Layout
9695
9696 \end_layout
9697
9698 \end_inset
9699 </cell>
9700 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
9701 \begin_inset Text
9702
9703 \begin_layout Plain Layout
9704
9705 \end_layout
9706
9707 \end_inset
9708 </cell>
9709 </row>
9710 <row>
9711 <cell alignment="center" valignment="top" leftline="true" usebox="none">
9712 \begin_inset Text
9713
9714 \begin_layout Plain Layout
9715
9716 \series bold
9717 Annovi
9718 \end_layout
9719
9720 \end_inset
9721 </cell>
9722 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9723 \begin_inset Text
9724
9725 \begin_layout Plain Layout
9726 Silvia
9727 \end_layout
9728
9729 \end_inset
9730 </cell>
9731 <cell alignment="right" valignment="top" rightline="true" usebox="none">
9732 \begin_inset Text
9733
9734 \begin_layout Plain Layout
9735 111
9736 \end_layout
9737
9738 \end_inset
9739 </cell>
9740 </row>
9741 <row>
9742 <cell alignment="center" valignment="top" leftline="true" usebox="none">
9743 \begin_inset Text
9744
9745 \begin_layout Plain Layout
9746
9747 \series bold
9748 Bertoli
9749 \end_layout
9750
9751 \end_inset
9752 </cell>
9753 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9754 \begin_inset Text
9755
9756 \begin_layout Plain Layout
9757 Stefano
9758 \end_layout
9759
9760 \end_inset
9761 </cell>
9762 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9763 \begin_inset Text
9764
9765 \begin_layout Plain Layout
9766 111
9767 \end_layout
9768
9769 \end_inset
9770 </cell>
9771 </row>
9772 <row>
9773 <cell alignment="center" valignment="top" leftline="true" usebox="none">
9774 \begin_inset Text
9775
9776 \begin_layout Plain Layout
9777
9778 \series bold
9779 Bozzi
9780 \end_layout
9781
9782 \end_inset
9783 </cell>
9784 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9785 \begin_inset Text
9786
9787 \begin_layout Plain Layout
9788 Walter
9789 \end_layout
9790
9791 \end_inset
9792 </cell>
9793 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9794 \begin_inset Text
9795
9796 \begin_layout Plain Layout
9797 111
9798 \end_layout
9799
9800 \end_inset
9801 </cell>
9802 </row>
9803 <row>
9804 <cell alignment="center" valignment="top" leftline="true" usebox="none">
9805 \begin_inset Text
9806
9807 \begin_layout Plain Layout
9808
9809 \series bold
9810 Cachia
9811 \end_layout
9812
9813 \end_inset
9814 </cell>
9815 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9816 \begin_inset Text
9817
9818 \begin_layout Plain Layout
9819 Maria
9820 \end_layout
9821
9822 \end_inset
9823 </cell>
9824 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9825 \begin_inset Text
9826
9827 \begin_layout Plain Layout
9828 111
9829 \end_layout
9830
9831 \end_inset
9832 </cell>
9833 </row>
9834 <row>
9835 <cell alignment="center" valignment="top" leftline="true" usebox="none">
9836 \begin_inset Text
9837
9838 \begin_layout Plain Layout
9839
9840 \series bold
9841 Cachia
9842 \end_layout
9843
9844 \end_inset
9845 </cell>
9846 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9847 \begin_inset Text
9848
9849 \begin_layout Plain Layout
9850 Maurizio
9851 \end_layout
9852
9853 \end_inset
9854 </cell>
9855 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9856 \begin_inset Text
9857
9858 \begin_layout Plain Layout
9859 111
9860 \end_layout
9861
9862 \end_inset
9863 </cell>
9864 </row>
9865 <row>
9866 <cell alignment="center" valignment="top" leftline="true" usebox="none">
9867 \begin_inset Text
9868
9869 \begin_layout Plain Layout
9870
9871 \series bold
9872 Cinquemani
9873 \end_layout
9874
9875 \end_inset
9876 </cell>
9877 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9878 \begin_inset Text
9879
9880 \begin_layout Plain Layout
9881 Giusi
9882 \end_layout
9883
9884 \end_inset
9885 </cell>
9886 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9887 \begin_inset Text
9888
9889 \begin_layout Plain Layout
9890 111
9891 \end_layout
9892
9893 \end_inset
9894 </cell>
9895 </row>
9896 <row>
9897 <cell alignment="center" valignment="top" leftline="true" usebox="none">
9898 \begin_inset Text
9899
9900 \begin_layout Plain Layout
9901
9902 \series bold
9903 Colin
9904 \end_layout
9905
9906 \end_inset
9907 </cell>
9908 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9909 \begin_inset Text
9910
9911 \begin_layout Plain Layout
9912 Bernard
9913 \end_layout
9914
9915 \end_inset
9916 </cell>
9917 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9918 \begin_inset Text
9919
9920 \begin_layout Plain Layout
9921 111
9922 \end_layout
9923
9924 \end_inset
9925 </cell>
9926 </row>
9927 <row>
9928 <cell alignment="center" valignment="top" leftline="true" usebox="none">
9929 \begin_inset Text
9930
9931 \begin_layout Plain Layout
9932
9933 \series bold
9934 Concli
9935 \end_layout
9936
9937 \end_inset
9938 </cell>
9939 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9940 \begin_inset Text
9941
9942 \begin_layout Plain Layout
9943 Gianfranco
9944 \end_layout
9945
9946 \end_inset
9947 </cell>
9948 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9949 \begin_inset Text
9950
9951 \begin_layout Plain Layout
9952 111
9953 \end_layout
9954
9955 \end_inset
9956 </cell>
9957 </row>
9958 <row>
9959 <cell alignment="center" valignment="top" leftline="true" usebox="none">
9960 \begin_inset Text
9961
9962 \begin_layout Plain Layout
9963
9964 \series bold
9965 Dal Bosco
9966 \end_layout
9967
9968 \end_inset
9969 </cell>
9970 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9971 \begin_inset Text
9972
9973 \begin_layout Plain Layout
9974 Carolina
9975 \end_layout
9976
9977 \end_inset
9978 </cell>
9979 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9980 \begin_inset Text
9981
9982 \begin_layout Plain Layout
9983 111
9984 \end_layout
9985
9986 \end_inset
9987 </cell>
9988 </row>
9989 <row>
9990 <cell alignment="center" valignment="top" leftline="true" usebox="none">
9991 \begin_inset Text
9992
9993 \begin_layout Plain Layout
9994
9995 \series bold
9996 Dalpiaz
9997 \end_layout
9998
9999 \end_inset
10000 </cell>
10001 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10002 \begin_inset Text
10003
10004 \begin_layout Plain Layout
10005 Annamaria
10006 \end_layout
10007
10008 \end_inset
10009 </cell>
10010 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10011 \begin_inset Text
10012
10013 \begin_layout Plain Layout
10014 111
10015 \end_layout
10016
10017 \end_inset
10018 </cell>
10019 </row>
10020 <row>
10021 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10022 \begin_inset Text
10023
10024 \begin_layout Plain Layout
10025
10026 \series bold
10027 Feliciello
10028 \end_layout
10029
10030 \end_inset
10031 </cell>
10032 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10033 \begin_inset Text
10034
10035 \begin_layout Plain Layout
10036 Domenico
10037 \end_layout
10038
10039 \end_inset
10040 </cell>
10041 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10042 \begin_inset Text
10043
10044 \begin_layout Plain Layout
10045 111
10046 \end_layout
10047
10048 \end_inset
10049 </cell>
10050 </row>
10051 <row>
10052 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10053 \begin_inset Text
10054
10055 \begin_layout Plain Layout
10056
10057 \series bold
10058 Focarelli
10059 \end_layout
10060
10061 \end_inset
10062 </cell>
10063 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10064 \begin_inset Text
10065
10066 \begin_layout Plain Layout
10067 Paola
10068 \end_layout
10069
10070 \end_inset
10071 </cell>
10072 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10073 \begin_inset Text
10074
10075 \begin_layout Plain Layout
10076 111
10077 \end_layout
10078
10079 \end_inset
10080 </cell>
10081 </row>
10082 <row>
10083 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10084 \begin_inset Text
10085
10086 \begin_layout Plain Layout
10087
10088 \series bold
10089 Galletti
10090 \end_layout
10091
10092 \end_inset
10093 </cell>
10094 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10095 \begin_inset Text
10096
10097 \begin_layout Plain Layout
10098 Oreste
10099 \end_layout
10100
10101 \end_inset
10102 </cell>
10103 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10104 \begin_inset Text
10105
10106 \begin_layout Plain Layout
10107 111
10108 \end_layout
10109
10110 \end_inset
10111 </cell>
10112 </row>
10113 <row>
10114 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10115 \begin_inset Text
10116
10117 \begin_layout Plain Layout
10118
10119 \series bold
10120 Gasparini
10121 \end_layout
10122
10123 \end_inset
10124 </cell>
10125 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10126 \begin_inset Text
10127
10128 \begin_layout Plain Layout
10129 Franca
10130 \end_layout
10131
10132 \end_inset
10133 </cell>
10134 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10135 \begin_inset Text
10136
10137 \begin_layout Plain Layout
10138 111
10139 \end_layout
10140
10141 \end_inset
10142 </cell>
10143 </row>
10144 <row>
10145 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10146 \begin_inset Text
10147
10148 \begin_layout Plain Layout
10149
10150 \series bold
10151 Lassini
10152 \end_layout
10153
10154 \end_inset
10155 </cell>
10156 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10157 \begin_inset Text
10158
10159 \begin_layout Plain Layout
10160 Giancarlo
10161 \end_layout
10162
10163 \end_inset
10164 </cell>
10165 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10166 \begin_inset Text
10167
10168 \begin_layout Plain Layout
10169
10170 \end_layout
10171
10172 \end_inset
10173 </cell>
10174 </row>
10175 <row>
10176 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10177 \begin_inset Text
10178
10179 \begin_layout Plain Layout
10180
10181 \series bold
10182 Malfatti
10183 \end_layout
10184
10185 \end_inset
10186 </cell>
10187 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10188 \begin_inset Text
10189
10190 \begin_layout Plain Layout
10191 Luciano
10192 \end_layout
10193
10194 \end_inset
10195 </cell>
10196 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10197 \begin_inset Text
10198
10199 \begin_layout Plain Layout
10200 111
10201 \end_layout
10202
10203 \end_inset
10204 </cell>
10205 </row>
10206 <row>
10207 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10208 \begin_inset Text
10209
10210 \begin_layout Plain Layout
10211
10212 \series bold
10213 Malfatti
10214 \end_layout
10215
10216 \end_inset
10217 </cell>
10218 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10219 \begin_inset Text
10220
10221 \begin_layout Plain Layout
10222 Valeriano
10223 \end_layout
10224
10225 \end_inset
10226 </cell>
10227 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10228 \begin_inset Text
10229
10230 \begin_layout Plain Layout
10231 111
10232 \end_layout
10233
10234 \end_inset
10235 </cell>
10236 </row>
10237 <row>
10238 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10239 \begin_inset Text
10240
10241 \begin_layout Plain Layout
10242
10243 \series bold
10244 Meneguzzo
10245 \end_layout
10246
10247 \end_inset
10248 </cell>
10249 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10250 \begin_inset Text
10251
10252 \begin_layout Plain Layout
10253 Roberto
10254 \end_layout
10255
10256 \end_inset
10257 </cell>
10258 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10259 \begin_inset Text
10260
10261 \begin_layout Plain Layout
10262 111
10263 \end_layout
10264
10265 \end_inset
10266 </cell>
10267 </row>
10268 <row>
10269 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10270 \begin_inset Text
10271
10272 \begin_layout Plain Layout
10273
10274 \series bold
10275 Mezzadra
10276 \end_layout
10277
10278 \end_inset
10279 </cell>
10280 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10281 \begin_inset Text
10282
10283 \begin_layout Plain Layout
10284 Roberto
10285 \end_layout
10286
10287 \end_inset
10288 </cell>
10289 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10290 \begin_inset Text
10291
10292 \begin_layout Plain Layout
10293 111
10294 \end_layout
10295
10296 \end_inset
10297 </cell>
10298 </row>
10299 <row>
10300 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10301 \begin_inset Text
10302
10303 \begin_layout Plain Layout
10304
10305 \series bold
10306 Pirpamer
10307 \end_layout
10308
10309 \end_inset
10310 </cell>
10311 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10312 \begin_inset Text
10313
10314 \begin_layout Plain Layout
10315 Erich
10316 \end_layout
10317
10318 \end_inset
10319 </cell>
10320 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10321 \begin_inset Text
10322
10323 \begin_layout Plain Layout
10324 111
10325 \end_layout
10326
10327 \end_inset
10328 </cell>
10329 </row>
10330 <row>
10331 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10332 \begin_inset Text
10333
10334 \begin_layout Plain Layout
10335
10336 \series bold
10337 Pochiesa
10338 \end_layout
10339
10340 \end_inset
10341 </cell>
10342 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10343 \begin_inset Text
10344
10345 \begin_layout Plain Layout
10346 Paolo
10347 \end_layout
10348
10349 \end_inset
10350 </cell>
10351 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10352 \begin_inset Text
10353
10354 \begin_layout Plain Layout
10355 111, 222
10356 \end_layout
10357
10358 \end_inset
10359 </cell>
10360 </row>
10361 <row>
10362 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10363 \begin_inset Text
10364
10365 \begin_layout Plain Layout
10366
10367 \series bold
10368 Radina
10369 \end_layout
10370
10371 \end_inset
10372 </cell>
10373 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10374 \begin_inset Text
10375
10376 \begin_layout Plain Layout
10377 Claudio
10378 \end_layout
10379
10380 \end_inset
10381 </cell>
10382 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10383 \begin_inset Text
10384
10385 \begin_layout Plain Layout
10386 111
10387 \end_layout
10388
10389 \end_inset
10390 </cell>
10391 </row>
10392 <row>
10393 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10394 \begin_inset Text
10395
10396 \begin_layout Plain Layout
10397
10398 \series bold
10399 Rizzardi
10400 \end_layout
10401
10402 \end_inset
10403 </cell>
10404 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10405 \begin_inset Text
10406
10407 \begin_layout Plain Layout
10408 Paolo, 11.
10409  Fürst von Montecompatri, 11.
10410  Fürst von Sulmona und Vivaro, 10.
10411  Fürst von Rossano, 5.
10412  Herzog von Canemorte, 11.
10413  Herzog von Palombara, 5.
10414  Herzog von Castelchiodato,
10415 \begin_inset ERT
10416 status open
10417
10418 \begin_layout Plain Layout
10419
10420 & 111
10421 \backslash
10422
10423 \backslash
10424  
10425 \backslash
10426 newpage
10427 \end_layout
10428
10429 \begin_layout Plain Layout
10430
10431 &
10432 \end_layout
10433
10434 \end_inset
10435
10436  11.
10437  Herzog von Poggionativo, 11.
10438  Markis von Mentana, Norma, Civitella, Pratica, Moricone und Percille, 11.
10439  Graf von Valinfreda, 11.
10440  Baron von Cropalati, 11.
10441  Herr von Scarpa, Edelmann von Rom, Patrizier von Venedig, Neapel und Genua
10442 \end_layout
10443
10444 \end_inset
10445 </cell>
10446 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10447 \begin_inset Text
10448
10449 \begin_layout Plain Layout
10450 111
10451 \end_layout
10452
10453 \end_inset
10454 </cell>
10455 </row>
10456 <row>
10457 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10458 \begin_inset Text
10459
10460 \begin_layout Plain Layout
10461
10462 \series bold
10463 Stuffer
10464 \end_layout
10465
10466 \end_inset
10467 </cell>
10468 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10469 \begin_inset Text
10470
10471 \begin_layout Plain Layout
10472 Oskar
10473 \end_layout
10474
10475 \end_inset
10476 </cell>
10477 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10478 \begin_inset Text
10479
10480 \begin_layout Plain Layout
10481 111
10482 \end_layout
10483
10484 \end_inset
10485 </cell>
10486 </row>
10487 <row>
10488 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10489 \begin_inset Text
10490
10491 \begin_layout Plain Layout
10492
10493 \series bold
10494 Tacchelli
10495 \end_layout
10496
10497 \end_inset
10498 </cell>
10499 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10500 \begin_inset Text
10501
10502 \begin_layout Plain Layout
10503 Ugo
10504 \end_layout
10505
10506 \end_inset
10507 </cell>
10508 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10509 \begin_inset Text
10510
10511 \begin_layout Plain Layout
10512 111
10513 \end_layout
10514
10515 \end_inset
10516 </cell>
10517 </row>
10518 <row>
10519 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10520 \begin_inset Text
10521
10522 \begin_layout Plain Layout
10523
10524 \series bold
10525 Tezzele
10526 \end_layout
10527
10528 \end_inset
10529 </cell>
10530 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10531 \begin_inset Text
10532
10533 \begin_layout Plain Layout
10534 Margit
10535 \end_layout
10536
10537 \end_inset
10538 </cell>
10539 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10540 \begin_inset Text
10541
10542 \begin_layout Plain Layout
10543 111
10544 \end_layout
10545
10546 \end_inset
10547 </cell>
10548 </row>
10549 <row>
10550 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10551 \begin_inset Text
10552
10553 \begin_layout Plain Layout
10554
10555 \series bold
10556 Unterkalmsteiner
10557 \end_layout
10558
10559 \end_inset
10560 </cell>
10561 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10562 \begin_inset Text
10563
10564 \begin_layout Plain Layout
10565 Frieda
10566 \end_layout
10567
10568 \end_inset
10569 </cell>
10570 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10571 \begin_inset Text
10572
10573 \begin_layout Plain Layout
10574 111
10575 \end_layout
10576
10577 \end_inset
10578 </cell>
10579 </row>
10580 <row>
10581 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10582 \begin_inset Text
10583
10584 \begin_layout Plain Layout
10585
10586 \series bold
10587 Vieider
10588 \end_layout
10589
10590 \end_inset
10591 </cell>
10592 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10593 \begin_inset Text
10594
10595 \begin_layout Plain Layout
10596 Hilde
10597 \end_layout
10598
10599 \end_inset
10600 </cell>
10601 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10602 \begin_inset Text
10603
10604 \begin_layout Plain Layout
10605 111
10606 \end_layout
10607
10608 \end_inset
10609 </cell>
10610 </row>
10611 <row>
10612 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10613 \begin_inset Text
10614
10615 \begin_layout Plain Layout
10616
10617 \series bold
10618 Vigna
10619 \end_layout
10620
10621 \end_inset
10622 </cell>
10623 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10624 \begin_inset Text
10625
10626 \begin_layout Plain Layout
10627 Jürgen
10628 \end_layout
10629
10630 \end_inset
10631 </cell>
10632 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10633 \begin_inset Text
10634
10635 \begin_layout Plain Layout
10636 111
10637 \end_layout
10638
10639 \end_inset
10640 </cell>
10641 </row>
10642 <row>
10643 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10644 \begin_inset Text
10645
10646 \begin_layout Plain Layout
10647
10648 \series bold
10649 Weber
10650 \end_layout
10651
10652 \end_inset
10653 </cell>
10654 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10655 \begin_inset Text
10656
10657 \begin_layout Plain Layout
10658 Maurizio
10659 \end_layout
10660
10661 \end_inset
10662 </cell>
10663 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10664 \begin_inset Text
10665
10666 \begin_layout Plain Layout
10667 111
10668 \end_layout
10669
10670 \end_inset
10671 </cell>
10672 </row>
10673 <row>
10674 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
10675 \begin_inset Text
10676
10677 \begin_layout Plain Layout
10678
10679 \series bold
10680 Winkler
10681 \end_layout
10682
10683 \end_inset
10684 </cell>
10685 <cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
10686 \begin_inset Text
10687
10688 \begin_layout Plain Layout
10689 Franz
10690 \end_layout
10691
10692 \end_inset
10693 </cell>
10694 <cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
10695 \begin_inset Text
10696
10697 \begin_layout Plain Layout
10698 111
10699 \end_layout
10700
10701 \end_inset
10702 </cell>
10703 </row>
10704 </lyxtabular>
10705
10706 \end_inset
10707
10708
10709 \end_layout
10710
10711 \begin_layout Section
10712 Líneas múltiples en columnas y filas
10713 \end_layout
10714
10715 \begin_layout Subsection
10716 Líneas múltiples en celdas
10717 \begin_inset CommandInset label
10718 LatexCommand label
10719 name "sub:Líneas-Múltiples-en"
10720
10721 \end_inset
10722
10723
10724 \begin_inset Index idx
10725 status collapsed
10726
10727 \begin_layout Plain Layout
10728 Lineas@Líneas múltiples en celdas
10729 \end_layout
10730
10731 \end_inset
10732
10733
10734 \begin_inset Index idx
10735 status collapsed
10736
10737 \begin_layout Plain Layout
10738 Tablas ! Saltos de línea
10739 \end_layout
10740
10741 \end_inset
10742
10743
10744 \end_layout
10745
10746 \begin_layout Standard
10747 \noindent
10748 \begin_inset Float table
10749 placement H
10750 wide false
10751 sideways false
10752 status open
10753
10754 \begin_layout Plain Layout
10755 \begin_inset Caption
10756
10757 \begin_layout Plain Layout
10758 \begin_inset CommandInset label
10759 LatexCommand label
10760 name "tab:Tabla-con-múltiples"
10761
10762 \end_inset
10763
10764 Tabla con líneas múltiples en celda
10765 \end_layout
10766
10767 \end_inset
10768
10769
10770 \end_layout
10771
10772 \begin_layout Plain Layout
10773 \align center
10774 \begin_inset Tabular
10775 <lyxtabular version="3" rows="3" columns="3">
10776 <features tabularvalignment="middle">
10777 <column alignment="center" valignment="middle" width="2.5cm">
10778 <column alignment="center" valignment="middle" width="0">
10779 <column alignment="center" valignment="middle" width="0">
10780 <row>
10781 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
10782 \begin_inset Text
10783
10784 \begin_layout Plain Layout
10785 líneas
10786 \begin_inset Newline linebreak
10787 \end_inset
10788
10789 múltiples
10790 \end_layout
10791
10792 \end_inset
10793 </cell>
10794 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
10795 \begin_inset Text
10796
10797 \begin_layout Plain Layout
10798 b
10799 \end_layout
10800
10801 \end_inset
10802 </cell>
10803 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
10804 \begin_inset Text
10805
10806 \begin_layout Plain Layout
10807 c
10808 \end_layout
10809
10810 \end_inset
10811 </cell>
10812 </row>
10813 <row>
10814 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
10815 \begin_inset Text
10816
10817 \begin_layout Plain Layout
10818 d
10819 \end_layout
10820
10821 \end_inset
10822 </cell>
10823 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
10824 \begin_inset Text
10825
10826 \begin_layout Plain Layout
10827 e
10828 \end_layout
10829
10830 \end_inset
10831 </cell>
10832 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
10833 \begin_inset Text
10834
10835 \begin_layout Plain Layout
10836 f
10837 \end_layout
10838
10839 \end_inset
10840 </cell>
10841 </row>
10842 <row>
10843 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
10844 \begin_inset Text
10845
10846 \begin_layout Plain Layout
10847 g
10848 \end_layout
10849
10850 \end_inset
10851 </cell>
10852 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
10853 \begin_inset Text
10854
10855 \begin_layout Plain Layout
10856 h
10857 \end_layout
10858
10859 \end_inset
10860 </cell>
10861 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
10862 \begin_inset Text
10863
10864 \begin_layout Plain Layout
10865 i
10866 \end_layout
10867
10868 \end_inset
10869 </cell>
10870 </row>
10871 </lyxtabular>
10872
10873 \end_inset
10874
10875
10876 \end_layout
10877
10878 \end_inset
10879
10880
10881 \end_layout
10882
10883 \begin_layout Standard
10884 Al ajustar anchura fija en una columna se habilita la entrada de texto como
10885  párrafos con varias líneas y guionado.
10886 \end_layout
10887
10888 \begin_layout Standard
10889 Para generar la tabla
10890 \begin_inset space ~
10891 \end_inset
10892
10893
10894 \begin_inset CommandInset ref
10895 LatexCommand ref
10896 reference "tab:Tabla-con-múltiples"
10897
10898 \end_inset
10899
10900 , crea una tabla 3×3, marca la primera celda y haz clic derecho sobre ella.
10901  En el diálogo que surge establece una anchura de 2.5
10902 \begin_inset space \thinspace{}
10903 \end_inset
10904
10905 cm y escoge centro en alineación vertical y horizontal.
10906  La alineación vertical se utiliza para todas las celdas de la fila.
10907  Como nuestro texto es menor de 2.5
10908 \begin_inset space \thinspace{}
10909 \end_inset
10910
10911 cm, sólo aparece una línea.
10912  Para poner dos añadimos un salto de línea justificado, (atajo 
10913 \family sans
10914 Ctrl+Mayúsculas+Retorno
10915 \family default
10916 ).
10917  Si el texto es más ancho que la celda será automáticamente dividido en
10918  líneas.
10919 \end_layout
10920
10921 \begin_layout Standard
10922 Si hay una palabra larga en una celda con anchura fija, LaTeX no puede cortarla
10923  con guión si es la primera entrada.
10924  Por eso hay que insertar algo para que dicha palabra no sea la primera
10925  entrada: añade un espacio horizontal de 0
10926 \begin_inset space \thinspace{}
10927 \end_inset
10928
10929 pt delante de la palabra.
10930  Como el espacio es 0 la salida no cambia.
10931  El cuadro
10932 \begin_inset space ~
10933 \end_inset
10934
10935
10936 \begin_inset CommandInset ref
10937 LatexCommand ref
10938 reference "tab:Tabla-con-y"
10939
10940 \end_inset
10941
10942  muestra el efecto.
10943 \end_layout
10944
10945 \begin_layout Standard
10946 \begin_inset Float table
10947 placement b
10948 wide false
10949 sideways false
10950 status open
10951
10952 \begin_layout Plain Layout
10953 \begin_inset Caption
10954
10955 \begin_layout Plain Layout
10956 \begin_inset CommandInset label
10957 LatexCommand label
10958 name "tab:Tabla-con-y"
10959
10960 \end_inset
10961
10962 Tablas con y sin guión
10963 \end_layout
10964
10965 \end_inset
10966
10967
10968 \end_layout
10969
10970 \begin_layout Plain Layout
10971 \begin_inset space \hfill{}
10972 \end_inset
10973
10974
10975 \begin_inset Tabular
10976 <lyxtabular version="3" rows="3" columns="3">
10977 <features tabularvalignment="middle">
10978 <column alignment="center" valignment="middle" width="2.5cm">
10979 <column alignment="center" valignment="middle" width="0">
10980 <column alignment="center" valignment="middle" width="0">
10981 <row>
10982 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
10983 \begin_inset Text
10984
10985 \begin_layout Plain Layout
10986 celdaconpalabramuylarga
10987 \end_layout
10988
10989 \end_inset
10990 </cell>
10991 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
10992 \begin_inset Text
10993
10994 \begin_layout Plain Layout
10995 b
10996 \end_layout
10997
10998 \end_inset
10999 </cell>
11000 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
11001 \begin_inset Text
11002
11003 \begin_layout Plain Layout
11004 c
11005 \end_layout
11006
11007 \end_inset
11008 </cell>
11009 </row>
11010 <row>
11011 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11012 \begin_inset Text
11013
11014 \begin_layout Plain Layout
11015 d
11016 \end_layout
11017
11018 \end_inset
11019 </cell>
11020 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11021 \begin_inset Text
11022
11023 \begin_layout Plain Layout
11024 e
11025 \end_layout
11026
11027 \end_inset
11028 </cell>
11029 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
11030 \begin_inset Text
11031
11032 \begin_layout Plain Layout
11033 f
11034 \end_layout
11035
11036 \end_inset
11037 </cell>
11038 </row>
11039 <row>
11040 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11041 \begin_inset Text
11042
11043 \begin_layout Plain Layout
11044 g
11045 \end_layout
11046
11047 \end_inset
11048 </cell>
11049 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11050 \begin_inset Text
11051
11052 \begin_layout Plain Layout
11053 h
11054 \end_layout
11055
11056 \end_inset
11057 </cell>
11058 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
11059 \begin_inset Text
11060
11061 \begin_layout Plain Layout
11062 i
11063 \end_layout
11064
11065 \end_inset
11066 </cell>
11067 </row>
11068 </lyxtabular>
11069
11070 \end_inset
11071
11072
11073 \begin_inset space \hfill{}
11074 \end_inset
11075
11076
11077 \begin_inset Tabular
11078 <lyxtabular version="3" rows="3" columns="3">
11079 <features tabularvalignment="middle">
11080 <column alignment="center" valignment="middle" width="2.5cm">
11081 <column alignment="center" valignment="middle" width="0">
11082 <column alignment="center" valignment="middle" width="0">
11083 <row>
11084 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11085 \begin_inset Text
11086
11087 \begin_layout Plain Layout
11088 \begin_inset space \hspace{}
11089 \length 0pt
11090 \end_inset
11091
11092 celdaconpalabramuylarga
11093 \end_layout
11094
11095 \end_inset
11096 </cell>
11097 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11098 \begin_inset Text
11099
11100 \begin_layout Plain Layout
11101 b
11102 \end_layout
11103
11104 \end_inset
11105 </cell>
11106 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
11107 \begin_inset Text
11108
11109 \begin_layout Plain Layout
11110 c
11111 \end_layout
11112
11113 \end_inset
11114 </cell>
11115 </row>
11116 <row>
11117 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11118 \begin_inset Text
11119
11120 \begin_layout Plain Layout
11121 d
11122 \end_layout
11123
11124 \end_inset
11125 </cell>
11126 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11127 \begin_inset Text
11128
11129 \begin_layout Plain Layout
11130 e
11131 \end_layout
11132
11133 \end_inset
11134 </cell>
11135 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
11136 \begin_inset Text
11137
11138 \begin_layout Plain Layout
11139 f
11140 \end_layout
11141
11142 \end_inset
11143 </cell>
11144 </row>
11145 <row>
11146 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11147 \begin_inset Text
11148
11149 \begin_layout Plain Layout
11150 g
11151 \end_layout
11152
11153 \end_inset
11154 </cell>
11155 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11156 \begin_inset Text
11157
11158 \begin_layout Plain Layout
11159 h
11160 \end_layout
11161
11162 \end_inset
11163 </cell>
11164 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
11165 \begin_inset Text
11166
11167 \begin_layout Plain Layout
11168 i
11169 \end_layout
11170
11171 \end_inset
11172 </cell>
11173 </row>
11174 </lyxtabular>
11175
11176 \end_inset
11177
11178
11179 \begin_inset space \hfill{}
11180 \end_inset
11181
11182
11183 \end_layout
11184
11185 \end_inset
11186
11187
11188 \end_layout
11189
11190 \begin_layout Subsection
11191 Multicolumnas
11192 \begin_inset CommandInset label
11193 LatexCommand label
11194 name "sub:Multicolumnas"
11195
11196 \end_inset
11197
11198
11199 \begin_inset Index idx
11200 status collapsed
11201
11202 \begin_layout Plain Layout
11203 Multicolumnas
11204 \end_layout
11205
11206 \end_inset
11207
11208
11209 \begin_inset Index idx
11210 status collapsed
11211
11212 \begin_layout Plain Layout
11213 Tablas ! Multicolumnas
11214 \end_layout
11215
11216 \end_inset
11217
11218
11219 \end_layout
11220
11221 \begin_layout Subsubsection
11222 Fundamentos de multicolumna
11223 \end_layout
11224
11225 \begin_layout Standard
11226 Para extender una celda sobre varias columnas, se marcan las celdas que
11227  se desee combinar y se usa el botón 
11228 \begin_inset Graphics
11229         filename ../../images/tabular-feature_multicolumn.png
11230         scale 85
11231
11232 \end_inset
11233
11234 , el menú 
11235 \family sans
11236 Editar\SpecialChar \menuseparator
11237 Tabla\SpecialChar \menuseparator
11238 Multicolumna
11239 \family default
11240 , o clic derecho sobre las celdas marcadas y elige 
11241 \family sans
11242 Multicolumna 
11243 \family default
11244 en el menú contextual emergente.
11245 \end_layout
11246
11247 \begin_layout Standard
11248 Las multicolumnas tienen su propia configuración de celdas.
11249  Esto es, los cambios de bordes, alineación y anchura sólo afectan a la
11250  multicolumna.
11251  Aquí hay un ejemplo con una multicolumna en la primera fila y otra en la
11252  última fila sin borde superior:
11253 \end_layout
11254
11255 \begin_layout Standard
11256 \align center
11257 \begin_inset Tabular
11258 <lyxtabular version="3" rows="3" columns="4">
11259 <features firstHeadTopDL="true" firstHeadBottomDL="true" tabularvalignment="middle">
11260 <column alignment="center" valignment="top" width="0pt">
11261 <column alignment="center" valignment="middle" width="0">
11262 <column alignment="center" valignment="top" width="0in">
11263 <column alignment="center" valignment="top" width="0pt">
11264 <row>
11265 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11266 \begin_inset Text
11267
11268 \begin_layout Plain Layout
11269 abc
11270 \end_layout
11271
11272 \end_inset
11273 </cell>
11274 <cell multicolumn="1" alignment="center" valignment="middle" topline="true" bottomline="true" leftline="true" usebox="none">
11275 \begin_inset Text
11276
11277 \begin_layout Plain Layout
11278 def ghi
11279 \end_layout
11280
11281 \end_inset
11282 </cell>
11283 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11284 \begin_inset Text
11285
11286 \begin_layout Plain Layout
11287
11288 \end_layout
11289
11290 \end_inset
11291 </cell>
11292 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
11293 \begin_inset Text
11294
11295 \begin_layout Plain Layout
11296 jkl
11297 \end_layout
11298
11299 \end_inset
11300 </cell>
11301 </row>
11302 <row>
11303 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11304 \begin_inset Text
11305
11306 \begin_layout Plain Layout
11307
11308 \family roman
11309 \series medium
11310 \shape up
11311 \size normal
11312 \emph off
11313 \bar no
11314 \noun off
11315 \color none
11316 A
11317 \end_layout
11318
11319 \end_inset
11320 </cell>
11321 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11322 \begin_inset Text
11323
11324 \begin_layout Plain Layout
11325 B
11326 \end_layout
11327
11328 \end_inset
11329 </cell>
11330 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11331 \begin_inset Text
11332
11333 \begin_layout Plain Layout
11334 C
11335 \end_layout
11336
11337 \end_inset
11338 </cell>
11339 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
11340 \begin_inset Text
11341
11342 \begin_layout Plain Layout
11343 D
11344 \end_layout
11345
11346 \end_inset
11347 </cell>
11348 </row>
11349 <row>
11350 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11351 \begin_inset Text
11352
11353 \begin_layout Plain Layout
11354 1
11355 \end_layout
11356
11357 \end_inset
11358 </cell>
11359 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
11360 \begin_inset Text
11361
11362 \begin_layout Plain Layout
11363 2
11364 \end_layout
11365
11366 \end_inset
11367 </cell>
11368 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11369 \begin_inset Text
11370
11371 \begin_layout Plain Layout
11372 3
11373 \end_layout
11374
11375 \end_inset
11376 </cell>
11377 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
11378 \begin_inset Text
11379
11380 \begin_layout Plain Layout
11381 4
11382 \end_layout
11383
11384 \end_inset
11385 </cell>
11386 </row>
11387 </lyxtabular>
11388
11389 \end_inset
11390
11391
11392 \end_layout
11393
11394 \begin_layout Subsubsection
11395 Cálculos en multicolumnas
11396 \begin_inset CommandInset label
11397 LatexCommand label
11398 name "sub:Cálculos-en-Multicolumnas"
11399
11400 \end_inset
11401
11402
11403 \begin_inset Index idx
11404 status collapsed
11405
11406 \begin_layout Plain Layout
11407 Multicolumnas ! Cálculos
11408 \end_layout
11409
11410 \end_inset
11411
11412
11413 \end_layout
11414
11415 \begin_layout Standard
11416 LyX soporta multicolumnas directamente, pero hay que prestar atención a
11417  la anchura de celda de las columnas combinadas en la celda multicolumna.
11418 \end_layout
11419
11420 \begin_layout Standard
11421 \begin_inset Float table
11422 placement h
11423 wide false
11424 sideways false
11425 status open
11426
11427 \begin_layout Plain Layout
11428 \begin_inset Caption
11429
11430 \begin_layout Plain Layout
11431 \begin_inset CommandInset label
11432 LatexCommand label
11433 name "tab:Tabla-con-centrado"
11434
11435 \end_inset
11436
11437 Tabla con texto centrado en multicolumna sobre dos columnas que tienen exactamen
11438 te la mitad de anchura que la celda multicolumna
11439 \begin_inset Argument
11440 status collapsed
11441
11442 \begin_layout Plain Layout
11443 Tabla multicolumna perfecta
11444 \end_layout
11445
11446 \end_inset
11447
11448
11449 \end_layout
11450
11451 \end_inset
11452
11453
11454 \end_layout
11455
11456 \begin_layout Plain Layout
11457 \align center
11458 \begin_inset Tabular
11459 <lyxtabular version="3" rows="3" columns="3">
11460 <features tabularvalignment="middle">
11461 <column alignment="center" valignment="middle" width="0" special=">{\centering}m{1.25cm-6.2pt}">
11462 <column alignment="center" valignment="middle" width="0">
11463 <column alignment="center" valignment="top" width="0">
11464 <row>
11465 <cell multicolumn="1" alignment="center" valignment="middle" topline="true" leftline="true" usebox="none" special=">{\centering}m{2.5cm}">
11466 \begin_inset Text
11467
11468 \begin_layout Plain Layout
11469 multicolumna línea múltiple
11470 \end_layout
11471
11472 \end_inset
11473 </cell>
11474 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11475 \begin_inset Text
11476
11477 \begin_layout Plain Layout
11478
11479 \end_layout
11480
11481 \end_inset
11482 </cell>
11483 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
11484 \begin_inset Text
11485
11486 \begin_layout Plain Layout
11487 c
11488 \end_layout
11489
11490 \end_inset
11491 </cell>
11492 </row>
11493 <row>
11494 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11495 \begin_inset Text
11496
11497 \begin_layout Plain Layout
11498 d
11499 \end_layout
11500
11501 \end_inset
11502 </cell>
11503 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11504 \begin_inset Text
11505
11506 \begin_layout Plain Layout
11507 e
11508 \end_layout
11509
11510 \end_inset
11511 </cell>
11512 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
11513 \begin_inset Text
11514
11515 \begin_layout Plain Layout
11516 f
11517 \end_layout
11518
11519 \end_inset
11520 </cell>
11521 </row>
11522 <row>
11523 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11524 \begin_inset Text
11525
11526 \begin_layout Plain Layout
11527 g
11528 \end_layout
11529
11530 \end_inset
11531 </cell>
11532 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11533 \begin_inset Text
11534
11535 \begin_layout Plain Layout
11536 h
11537 \end_layout
11538
11539 \end_inset
11540 </cell>
11541 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
11542 \begin_inset Text
11543
11544 \begin_layout Plain Layout
11545 i
11546 \end_layout
11547
11548 \end_inset
11549 </cell>
11550 </row>
11551 </lyxtabular>
11552
11553 \end_inset
11554
11555
11556 \end_layout
11557
11558 \end_inset
11559
11560
11561 \end_layout
11562
11563 \begin_layout Standard
11564 Por ejemplo, para crear la tabla
11565 \begin_inset space ~
11566 \end_inset
11567
11568
11569 \begin_inset CommandInset ref
11570 LatexCommand ref
11571 reference "tab:Tabla-con-centrado"
11572
11573 \end_inset
11574
11575 , marca las dos primeras celdas en la primera fila de una tabla 3×3 y haz
11576  clic derecho.
11577  En el diálogo marca 
11578 \emph on
11579 multicolumna
11580 \emph default
11581
11582 \emph on
11583 alineación centro
11584 \emph default
11585  y una anchura de 2.5
11586 \begin_inset space \thinspace{}
11587 \end_inset
11588
11589 cm.
11590  Las columnas combinadas deberían tener exactamente la mitad de la anchura
11591  de la celda multicolumna, así que deberías ajustar 1.25
11592 \begin_inset space \thinspace{}
11593 \end_inset
11594
11595 cm para la primera columna.
11596  La segunda columna tendrá entonces automáticamente 1.25
11597 \begin_inset space \thinspace{}
11598 \end_inset
11599
11600 cm de anchura.
11601  Para la tabla
11602 \begin_inset space ~
11603 \end_inset
11604
11605
11606 \begin_inset CommandInset ref
11607 LatexCommand ref
11608 reference "tab:Tabla-sin-mitad"
11609
11610 \end_inset
11611
11612  se ha procedido de la siguiente manera:
11613 \end_layout
11614
11615 \begin_layout Standard
11616 \begin_inset Float table
11617 wide false
11618 sideways false
11619 status open
11620
11621 \begin_layout Plain Layout
11622 \begin_inset Caption
11623
11624 \begin_layout Plain Layout
11625 \begin_inset CommandInset label
11626 LatexCommand label
11627 name "tab:Tabla-sin-mitad"
11628
11629 \end_inset
11630
11631 Tabla en la que las columnas combinadas no tienen exactamente la mitad de
11632  anchura que la celda multicolumna
11633 \begin_inset Argument
11634 status collapsed
11635
11636 \begin_layout Plain Layout
11637 Tabla multicolumna imperfecta
11638 \end_layout
11639
11640 \end_inset
11641
11642
11643 \end_layout
11644
11645 \end_inset
11646
11647
11648 \end_layout
11649
11650 \begin_layout Plain Layout
11651 \align center
11652 \begin_inset Tabular
11653 <lyxtabular version="3" rows="3" columns="3">
11654 <features tabularvalignment="middle">
11655 <column alignment="center" valignment="top" width="1.25cm">
11656 <column alignment="center" valignment="top" width="0">
11657 <column alignment="center" valignment="top" width="0">
11658 <row>
11659 <cell multicolumn="1" alignment="center" valignment="top" topline="true" leftline="true" usebox="none" width="2.5cm">
11660 \begin_inset Text
11661
11662 \begin_layout Plain Layout
11663 multicolumna línea múltiple
11664 \end_layout
11665
11666 \end_inset
11667 </cell>
11668 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11669 \begin_inset Text
11670
11671 \begin_layout Plain Layout
11672
11673 \end_layout
11674
11675 \end_inset
11676 </cell>
11677 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
11678 \begin_inset Text
11679
11680 \begin_layout Plain Layout
11681 c
11682 \end_layout
11683
11684 \end_inset
11685 </cell>
11686 </row>
11687 <row>
11688 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11689 \begin_inset Text
11690
11691 \begin_layout Plain Layout
11692 d
11693 \end_layout
11694
11695 \end_inset
11696 </cell>
11697 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11698 \begin_inset Text
11699
11700 \begin_layout Plain Layout
11701 e
11702 \end_layout
11703
11704 \end_inset
11705 </cell>
11706 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
11707 \begin_inset Text
11708
11709 \begin_layout Plain Layout
11710 f
11711 \end_layout
11712
11713 \end_inset
11714 </cell>
11715 </row>
11716 <row>
11717 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11718 \begin_inset Text
11719
11720 \begin_layout Plain Layout
11721 g
11722 \end_layout
11723
11724 \end_inset
11725 </cell>
11726 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11727 \begin_inset Text
11728
11729 \begin_layout Plain Layout
11730 h
11731 \end_layout
11732
11733 \end_inset
11734 </cell>
11735 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
11736 \begin_inset Text
11737
11738 \begin_layout Plain Layout
11739 i
11740 \end_layout
11741
11742 \end_inset
11743 </cell>
11744 </row>
11745 </lyxtabular>
11746
11747 \end_inset
11748
11749
11750 \end_layout
11751
11752 \end_inset
11753
11754
11755 \end_layout
11756
11757 \begin_layout Standard
11758 Se ve que la primera columna no tiene la mitad de ancho que la celda multicolumn
11759 a, es un poco mayor.
11760  La razón es que la anchura dada para una celda 
11761 \begin_inset Formula $W_{g}$
11762 \end_inset
11763
11764  no es su anchura total 
11765 \begin_inset Formula $W_{\mathrm{tot}}$
11766 \end_inset
11767
11768  porque una celda es siempre algo mayor que la anchura dada.
11769  El apéndice
11770 \begin_inset space ~
11771 \end_inset
11772
11773
11774 \begin_inset CommandInset ref
11775 LatexCommand eqref
11776 reference "cap:Explicación-de-la-Ecuación"
11777
11778 \end_inset
11779
11780  lo explica con detalle.
11781 \end_layout
11782
11783 \begin_layout Standard
11784 La anchura dada 
11785 \begin_inset Formula $W_{g\, n}$
11786 \end_inset
11787
11788  necesaria para combinar 
11789 \emph on
11790 n
11791 \emph default
11792  columnas puede calcularse de manera que cada columna tenga una anchura
11793  total de 
11794 \begin_inset Formula $W_{\mathrm{tot\, multicolumn}}/n$
11795 \end_inset
11796
11797 :
11798 \begin_inset Formula \begin{equation}
11799 W_{g\, n}=(W_{g\,\mathrm{multicolumn}}+(1-n)\cdot(12.4\,\mathrm{pt}))/n\label{eq:Wgn}\end{equation}
11800
11801 \end_inset
11802
11803
11804 \end_layout
11805
11806 \begin_layout Standard
11807 En nuestro caso tenemos 
11808 \begin_inset Formula $n=2$
11809 \end_inset
11810
11811
11812 \begin_inset Formula $W_{g\,\mathrm{multicolumn}}=2.5\,$
11813 \end_inset
11814
11815
11816 \begin_inset space \thinspace{}
11817 \end_inset
11818
11819 cm y los valores predeterminados para longitudes, así la ecuación
11820 \begin_inset space ~
11821 \end_inset
11822
11823
11824 \begin_inset CommandInset ref
11825 LatexCommand ref
11826 reference "eq:Wgn"
11827
11828 \end_inset
11829
11830  queda
11831 \begin_inset Formula \begin{equation}
11832 W_{g\,2}=1.25\,\mathrm{cm}-6.2\,\mathrm{pt}\end{equation}
11833
11834 \end_inset
11835
11836
11837 \end_layout
11838
11839 \begin_layout Standard
11840 Para habilitar cálculos en LaTeX, debe cargarse en el preámbulo el paquete
11841  
11842 \series bold
11843 calc
11844 \series default
11845  con la línea
11846 \begin_inset Index idx
11847 status collapsed
11848
11849 \begin_layout Plain Layout
11850 LaTeX-paquetes ! calc
11851 \end_layout
11852
11853 \end_inset
11854
11855
11856 \end_layout
11857
11858 \begin_layout Standard
11859
11860 \series bold
11861
11862 \backslash
11863 usepackage{calc}
11864 \end_layout
11865
11866 \begin_layout Standard
11867 LyX no permite calcular longitudes en el campo Ancho del cuadro de diálogo.
11868  Por tanto hay que insertar un argumento LaTeX en el diálogo.
11869  He aquí un repaso de los argumentos:
11870 \end_layout
11871
11872 \begin_layout Itemize
11873
11874 \series bold
11875 p{ancho}
11876 \series default
11877  crea celdas con anchura fija, el texto alineado arriba
11878 \end_layout
11879
11880 \begin_layout Itemize
11881
11882 \series bold
11883 m{ancho}
11884 \series default
11885  crea celdas con anchura fija, el texto con alineación vertical centrada
11886  
11887 \end_layout
11888
11889 \begin_layout Itemize
11890
11891 \series bold
11892 b{ancho}
11893 \series default
11894  crea celdas con anchura fija, el texto alineado abajo
11895 \end_layout
11896
11897 \begin_layout Standard
11898 Al introducir un argumento LaTeX, todas las propiedades de celda puestas
11899  en el diálogo se ignoran.
11900 \end_layout
11901
11902 \begin_layout Standard
11903 \begin_inset Note Greyedout
11904 status open
11905
11906 \begin_layout Plain Layout
11907
11908 \series bold
11909 Nota:
11910 \series default
11911  Debido a un error, LyX muestra de todas formas estas propiedades.
11912 \end_layout
11913
11914 \end_inset
11915
11916  
11917 \end_layout
11918
11919 \begin_layout Standard
11920 El comando 
11921 \series bold
11922
11923 \backslash
11924 centering
11925 \series default
11926  centra horizontalmente el texto.
11927  Puedes entonces introducir el siguiente argumento de LaTeX para la primera
11928  columna extendida:
11929 \end_layout
11930
11931 \begin_layout Standard
11932
11933 \series bold
11934 >{
11935 \backslash
11936 centering}m{1.25cm-6.2pt}
11937 \end_layout
11938
11939 \begin_layout Standard
11940 El comando 
11941 \series bold
11942 >{ }
11943 \series default
11944  significa que los comandos entre llaves se aplican antes de crear la celda.
11945 \end_layout
11946
11947 \begin_layout Standard
11948 Aunque hemos escogido alineación centrada para el texto de la celda multicolumna
11949 , aún está alineado a la izquierda.
11950  Esto se debe a que LyX sólo aplica alineado a columnas simples.
11951  Así que para multicolumnas hemos de usar el argumento de LaTeX
11952 \end_layout
11953
11954 \begin_layout Standard
11955
11956 \series bold
11957 >{
11958 \backslash
11959 centering}m{2.5cm}
11960 \end_layout
11961
11962 \begin_layout Subsection
11963 Multifilas
11964 \begin_inset Index idx
11965 status collapsed
11966
11967 \begin_layout Plain Layout
11968 Multifilas
11969 \end_layout
11970
11971 \end_inset
11972
11973
11974 \begin_inset Index idx
11975 status collapsed
11976
11977 \begin_layout Plain Layout
11978 Tablas ! Multifilas
11979 \end_layout
11980
11981 \end_inset
11982
11983
11984 \end_layout
11985
11986 \begin_layout Standard
11987 A diferencia de multicolumnas, LyX aún no soporta multifilas por lo que
11988  hace falta un poco de código TeX.
11989  Hay que cargar el paquete de LaTeX 
11990 \series bold
11991 multirow
11992 \series default
11993
11994 \begin_inset Index idx
11995 status collapsed
11996
11997 \begin_layout Plain Layout
11998 LaTeX-paquetes ! multirow
11999 \end_layout
12000
12001 \end_inset
12002
12003  en el preámbulo del documento con el comando
12004 \end_layout
12005
12006 \begin_layout Standard
12007
12008 \series bold
12009
12010 \backslash
12011 usepackage{multirow}
12012 \end_layout
12013
12014 \begin_layout Standard
12015 Las multifilas se crean con el comando
12016 \end_layout
12017
12018 \begin_layout Standard
12019
12020 \series bold
12021
12022 \backslash
12023 multirow{número de filas}{ancho de celda}{entrada de celda}
12024 \end_layout
12025
12026 \begin_layout Standard
12027 Para crear la siguiente tabla:
12028 \end_layout
12029
12030 \begin_layout Standard
12031 \align center
12032 \begin_inset ERT
12033 status collapsed
12034
12035 \begin_layout Plain Layout
12036
12037
12038 \backslash
12039 renewcommand{
12040 \backslash
12041 multirowsetup}{
12042 \backslash
12043 centering}
12044 \end_layout
12045
12046 \end_inset
12047
12048
12049 \begin_inset Tabular
12050 <lyxtabular version="3" rows="3" columns="3">
12051 <features tabularvalignment="middle">
12052 <column alignment="center" valignment="top" width="0">
12053 <column alignment="center" valignment="top" width="0">
12054 <column alignment="center" valignment="top" width="0">
12055 <row>
12056 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12057 \begin_inset Text
12058
12059 \begin_layout Plain Layout
12060 a
12061 \end_layout
12062
12063 \end_inset
12064 </cell>
12065 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12066 \begin_inset Text
12067
12068 \begin_layout Plain Layout
12069 b
12070 \end_layout
12071
12072 \end_inset
12073 </cell>
12074 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
12075 \begin_inset Text
12076
12077 \begin_layout Plain Layout
12078 c
12079 \end_layout
12080
12081 \end_inset
12082 </cell>
12083 </row>
12084 <row>
12085 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12086 \begin_inset Text
12087
12088 \begin_layout Plain Layout
12089 \begin_inset ERT
12090 status collapsed
12091
12092 \begin_layout Plain Layout
12093
12094
12095 \backslash
12096 multirow{2}{2.5cm}{
12097 \end_layout
12098
12099 \end_inset
12100
12101 entrada multifila
12102 \begin_inset ERT
12103 status collapsed
12104
12105 \begin_layout Plain Layout
12106
12107 }
12108 \end_layout
12109
12110 \end_inset
12111
12112
12113 \end_layout
12114
12115 \end_inset
12116 </cell>
12117 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12118 \begin_inset Text
12119
12120 \begin_layout Plain Layout
12121 e
12122 \end_layout
12123
12124 \end_inset
12125 </cell>
12126 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
12127 \begin_inset Text
12128
12129 \begin_layout Plain Layout
12130 f
12131 \end_layout
12132
12133 \end_inset
12134 </cell>
12135 </row>
12136 <row>
12137 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
12138 \begin_inset Text
12139
12140 \begin_layout Plain Layout
12141
12142 \end_layout
12143
12144 \end_inset
12145 </cell>
12146 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
12147 \begin_inset Text
12148
12149 \begin_layout Plain Layout
12150 h
12151 \end_layout
12152
12153 \end_inset
12154 </cell>
12155 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
12156 \begin_inset Text
12157
12158 \begin_layout Plain Layout
12159 i
12160 \end_layout
12161
12162 \end_inset
12163 </cell>
12164 </row>
12165 </lyxtabular>
12166
12167 \end_inset
12168
12169
12170 \begin_inset ERT
12171 status collapsed
12172
12173 \begin_layout Plain Layout
12174
12175
12176 \backslash
12177 renewcommand{
12178 \backslash
12179 multirowsetup}{
12180 \backslash
12181 raggedright}
12182 \end_layout
12183
12184 \end_inset
12185
12186
12187 \end_layout
12188
12189 \begin_layout Standard
12190 crea una tabla 3×3.
12191  Elimina el borde superior de la última celda en la primera columna.
12192  Ahora se crea la multifila en la segunda fila de la primera columna insertando
12193  ahí el comando
12194 \end_layout
12195
12196 \begin_layout Standard
12197
12198 \series bold
12199
12200 \backslash
12201 multirow{2}{2.5cm}{
12202 \end_layout
12203
12204 \begin_layout Standard
12205 en código TeX.
12206  Según los parámetros del comando la multifila se expande a dos filas y
12207  tiene de ancho 2.5
12208 \begin_inset space \thinspace{}
12209 \end_inset
12210
12211 cm.
12212  El contenido de la celda multifila sigue fuera del cuadro de código TeX
12213  y el comando finaliza con llave derecha 
12214 \series bold
12215 }
12216 \series default
12217  en otro cuadro de código TeX tras el texto.
12218 \end_layout
12219
12220 \begin_layout Standard
12221
12222 \series bold
12223
12224 \backslash
12225 multirow
12226 \series default
12227  alinea su contenido a la izquierda por omisión.
12228  Para cambiarlo renombra el comando 
12229 \series bold
12230
12231 \backslash
12232 multirowsetup
12233 \series default
12234  con el comando
12235 \end_layout
12236
12237 \begin_layout Standard
12238
12239 \series bold
12240
12241 \backslash
12242 renewcommand{
12243 \backslash
12244 multirowsetup}{
12245 \backslash
12246 centering}
12247 \end_layout
12248
12249 \begin_layout Standard
12250 en el preámbulo del documento.
12251  Entonces se centran todas las entradas de celdas multifila en el documento.
12252  Si sólo queremos centrar en algunas tablas, se puede renombrar el comando
12253  en código TeX justo antes de la tabla en lugar de en el preámbulo.
12254  Si el texto debe estar alineado a la derecha, reemplaza 
12255 \series bold
12256
12257 \backslash
12258 centering
12259 \series default
12260  por 
12261 \series bold
12262
12263 \backslash
12264 raggedleft
12265 \series default
12266 .
12267  Para volver a alineado a la izquierda usa 
12268 \series bold
12269
12270 \backslash
12271 raggedright
12272 \series default
12273 .
12274 \end_layout
12275
12276 \begin_layout Section
12277 Tablas formales
12278 \begin_inset CommandInset label
12279 LatexCommand label
12280 name "sec:Tablas-Formales"
12281
12282 \end_inset
12283
12284
12285 \begin_inset Index idx
12286 status collapsed
12287
12288 \begin_layout Plain Layout
12289 Tablas ! Formales
12290 \end_layout
12291
12292 \end_inset
12293
12294  
12295 \end_layout
12296
12297 \begin_layout Standard
12298 En los libros, las tablas se suelen presentar en un formato como el de la
12299  tabla 
12300 \begin_inset space ~
12301 \end_inset
12302
12303
12304 \begin_inset CommandInset ref
12305 LatexCommand ref
12306 reference "tab:Ejemplo-tabla-formal"
12307
12308 \end_inset
12309
12310 .
12311  Se denominan tablas 
12312 \emph on
12313 formales
12314 \emph default
12315 .
12316  Para hacer tablas con este diseño, elige 
12317 \family sans
12318 Estilo
12319 \family default
12320
12321 \begin_inset space ~
12322 \end_inset
12323
12324
12325 \family sans
12326 Formal
12327 \family default
12328  en la solapa 
12329 \family sans
12330 Bordes
12331 \family default
12332  del cuadro de diálogo de tablas.
12333 \end_layout
12334
12335 \begin_layout Standard
12336 \begin_inset Float table
12337 placement h
12338 wide false
12339 sideways false
12340 status open
12341
12342 \begin_layout Plain Layout
12343 \begin_inset Caption
12344
12345 \begin_layout Plain Layout
12346 \begin_inset CommandInset label
12347 LatexCommand label
12348 name "tab:Ejemplo-tabla-formal"
12349
12350 \end_inset
12351
12352 Ejemplo de tabla formal
12353 \end_layout
12354
12355 \end_inset
12356
12357
12358 \end_layout
12359
12360 \begin_layout Plain Layout
12361 \align center
12362 \begin_inset Tabular
12363 <lyxtabular version="3" rows="8" columns="4">
12364 <features booktabs="true" tabularvalignment="middle">
12365 <column alignment="center" valignment="top" width="0">
12366 <column alignment="center" valignment="top" width="0">
12367 <column alignment="center" valignment="top" width="0">
12368 <column alignment="center" valignment="top" width="0">
12369 <row>
12370 <cell alignment="center" valignment="top" topline="true" rightline="true" usebox="none">
12371 \begin_inset Text
12372
12373 \begin_layout Plain Layout
12374 System
12375 \end_layout
12376
12377 \end_inset
12378 </cell>
12379 <cell alignment="center" valignment="top" topline="true" usebox="none">
12380 \begin_inset Text
12381
12382 \begin_layout Plain Layout
12383 Chip
12384 \begin_inset space \thinspace{}
12385 \end_inset
12386
12387 1
12388 \end_layout
12389
12390 \end_inset
12391 </cell>
12392 <cell multicolumn="1" alignment="center" valignment="top" topline="true" usebox="none">
12393 \begin_inset Text
12394
12395 \begin_layout Plain Layout
12396 Chip
12397 \begin_inset space \thinspace{}
12398 \end_inset
12399
12400 2
12401 \end_layout
12402
12403 \end_inset
12404 </cell>
12405 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
12406 \begin_inset Text
12407
12408 \begin_layout Plain Layout
12409
12410 \end_layout
12411
12412 \end_inset
12413 </cell>
12414 </row>
12415 <row>
12416 <cell alignment="center" valignment="top" rightline="true" usebox="none">
12417 \begin_inset Text
12418
12419 \begin_layout Plain Layout
12420 \begin_inset ERT
12421 status collapsed
12422
12423 \begin_layout Plain Layout
12424
12425
12426 \backslash
12427 cmidrule(r){2-2}
12428 \end_layout
12429
12430 \end_inset
12431
12432
12433 \begin_inset ERT
12434 status collapsed
12435
12436 \begin_layout Plain Layout
12437
12438
12439 \backslash
12440 cmidrule(l){3-4}
12441 \end_layout
12442
12443 \end_inset
12444
12445 Detector thickness in µm
12446 \end_layout
12447
12448 \end_inset
12449 </cell>
12450 <cell alignment="center" valignment="top" usebox="none">
12451 \begin_inset Text
12452
12453 \begin_layout Plain Layout
12454 300
12455 \end_layout
12456
12457 \end_inset
12458 </cell>
12459 <cell alignment="center" valignment="top" usebox="none">
12460 \begin_inset Text
12461
12462 \begin_layout Plain Layout
12463 300
12464 \end_layout
12465
12466 \end_inset
12467 </cell>
12468 <cell alignment="center" valignment="top" usebox="none">
12469 \begin_inset Text
12470
12471 \begin_layout Plain Layout
12472 700
12473 \end_layout
12474
12475 \end_inset
12476 </cell>
12477 </row>
12478 <row>
12479 <cell alignment="center" valignment="top" topline="true" rightline="true" usebox="none">
12480 \begin_inset Text
12481
12482 \begin_layout Plain Layout
12483 Edge angle in °
12484 \end_layout
12485
12486 \end_inset
12487 </cell>
12488 <cell alignment="center" valignment="top" topline="true" usebox="none">
12489 \begin_inset Text
12490
12491 \begin_layout Plain Layout
12492 3.55
12493 \end_layout
12494
12495 \end_inset
12496 </cell>
12497 <cell alignment="center" valignment="top" topline="true" usebox="none">
12498 \begin_inset Text
12499
12500 \begin_layout Plain Layout
12501 2.71
12502 \end_layout
12503
12504 \end_inset
12505 </cell>
12506 <cell alignment="center" valignment="top" topline="true" usebox="none">
12507 \begin_inset Text
12508
12509 \begin_layout Plain Layout
12510 7.99
12511 \end_layout
12512
12513 \end_inset
12514 </cell>
12515 </row>
12516 <row topspace="default">
12517 <cell alignment="center" valignment="top" rightline="true" usebox="none">
12518 \begin_inset Text
12519
12520 \begin_layout Plain Layout
12521 Spatial resolution in µm
12522 \end_layout
12523
12524 \end_inset
12525 </cell>
12526 <cell alignment="center" valignment="top" usebox="none">
12527 \begin_inset Text
12528
12529 \begin_layout Plain Layout
12530 4.26
12531 \end_layout
12532
12533 \end_inset
12534 </cell>
12535 <cell alignment="center" valignment="top" usebox="none">
12536 \begin_inset Text
12537
12538 \begin_layout Plain Layout
12539 10.17
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 10.56
12549 \end_layout
12550
12551 \end_inset
12552 </cell>
12553 </row>
12554 <row topspace="default">
12555 <cell alignment="center" valignment="top" rightline="true" usebox="none">
12556 \begin_inset Text
12557
12558 \begin_layout Plain Layout
12559 MTF at 
12560 \begin_inset Formula $f_{\mathrm{max}}$
12561 \end_inset
12562
12563
12564 \end_layout
12565
12566 \end_inset
12567 </cell>
12568 <cell alignment="center" valignment="top" usebox="none">
12569 \begin_inset Text
12570
12571 \begin_layout Plain Layout
12572 0.53
12573 \end_layout
12574
12575 \end_inset
12576 </cell>
12577 <cell alignment="center" valignment="top" usebox="none">
12578 \begin_inset Text
12579
12580 \begin_layout Plain Layout
12581 0.37
12582 \end_layout
12583
12584 \end_inset
12585 </cell>
12586 <cell alignment="center" valignment="top" usebox="none">
12587 \begin_inset Text
12588
12589 \begin_layout Plain Layout
12590 0.39
12591 \end_layout
12592
12593 \end_inset
12594 </cell>
12595 </row>
12596 <row topspace="default">
12597 <cell alignment="center" valignment="top" rightline="true" usebox="none">
12598 \begin_inset Text
12599
12600 \begin_layout Plain Layout
12601 \begin_inset ERT
12602 status collapsed
12603
12604 \begin_layout Plain Layout
12605
12606
12607 \backslash
12608 cmidrule(l{10pt}){1-1}
12609 \end_layout
12610
12611 \end_inset
12612
12613 LSF-spatial resolution
12614 \end_layout
12615
12616 \end_inset
12617 </cell>
12618 <cell alignment="center" valignment="top" usebox="none">
12619 \begin_inset Text
12620
12621 \begin_layout Plain Layout
12622
12623 \end_layout
12624
12625 \end_inset
12626 </cell>
12627 <cell alignment="center" valignment="top" usebox="none">
12628 \begin_inset Text
12629
12630 \begin_layout Plain Layout
12631
12632 \end_layout
12633
12634 \end_inset
12635 </cell>
12636 <cell alignment="center" valignment="top" usebox="none">
12637 \begin_inset Text
12638
12639 \begin_layout Plain Layout
12640
12641 \end_layout
12642
12643 \end_inset
12644 </cell>
12645 </row>
12646 <row>
12647 <cell alignment="center" valignment="top" rightline="true" usebox="none">
12648 \begin_inset Text
12649
12650 \begin_layout Plain Layout
12651 in µm
12652 \end_layout
12653
12654 \end_inset
12655 </cell>
12656 <cell alignment="center" valignment="top" usebox="none">
12657 \begin_inset Text
12658
12659 \begin_layout Plain Layout
12660 129.7
12661 \end_layout
12662
12663 \end_inset
12664 </cell>
12665 <cell alignment="center" valignment="top" usebox="none">
12666 \begin_inset Text
12667
12668 \begin_layout Plain Layout
12669 52.75
12670 \end_layout
12671
12672 \end_inset
12673 </cell>
12674 <cell alignment="center" valignment="top" usebox="none">
12675 \begin_inset Text
12676
12677 \begin_layout Plain Layout
12678 50.78
12679 \end_layout
12680
12681 \end_inset
12682 </cell>
12683 </row>
12684 <row>
12685 <cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
12686 \begin_inset Text
12687
12688 \begin_layout Plain Layout
12689 in % of pixel size
12690 \end_layout
12691
12692 \end_inset
12693 </cell>
12694 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
12695 \begin_inset Text
12696
12697 \begin_layout Plain Layout
12698 76.3
12699 \end_layout
12700
12701 \end_inset
12702 </cell>
12703 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
12704 \begin_inset Text
12705
12706 \begin_layout Plain Layout
12707 95.9
12708 \end_layout
12709
12710 \end_inset
12711 </cell>
12712 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
12713 \begin_inset Text
12714
12715 \begin_layout Plain Layout
12716 92.3
12717 \end_layout
12718
12719 \end_inset
12720 </cell>
12721 </row>
12722 </lyxtabular>
12723
12724 \end_inset
12725
12726
12727 \end_layout
12728
12729 \end_inset
12730
12731
12732 \end_layout
12733
12734 \begin_layout Standard
12735 Se puede añadir espacio adicional a las filas de la tabla mediante los botones
12736  correspondientes que se encuentran en la solapa 
12737 \family sans
12738 Bordes 
12739 \family default
12740 del diálogo
12741 \family sans
12742  Configuración
12743 \begin_inset space ~
12744 \end_inset
12745
12746 de
12747 \begin_inset space ~
12748 \end_inset
12749
12750 la
12751 \begin_inset space ~
12752 \end_inset
12753
12754 tabla
12755 \family default
12756 , como se explica en la sección
12757 \begin_inset space ~
12758 \end_inset
12759
12760
12761 \begin_inset CommandInset ref
12762 LatexCommand ref
12763 reference "sub:Espacio-adicional"
12764
12765 \end_inset
12766
12767 .
12768 \end_layout
12769
12770 \begin_layout Standard
12771 A diferencia de las tablas normales, las tablas formales no tienen líneas
12772  verticales.
12773  Las líneas horizontales se pueden poner o no como en las tablas normales,
12774  pero en la salida se mostrarán con distinto grosor:
12775 \begin_inset Newline newline
12776 \end_inset
12777
12778 Las líneas primera y última tienen un grosor predeterminado de 0.08
12779 \begin_inset space \thinspace{}
12780 \end_inset
12781
12782 em, las demás tienen un grosor predeterminado de 0.05
12783 \begin_inset space \thinspace{}
12784 \end_inset
12785
12786 em.
12787 \end_layout
12788
12789 \begin_layout Standard
12790 Estos valores predeterminados se pueden cambiar
12791 \series bold
12792  
12793 \series default
12794 con las líneas de preámbulo:
12795 \end_layout
12796
12797 \begin_layout Standard
12798
12799 \series bold
12800
12801 \backslash
12802 let
12803 \backslash
12804 mytoprule
12805 \backslash
12806 toprule
12807 \begin_inset Newline newline
12808 \end_inset
12809
12810
12811 \backslash
12812 renewcommand{
12813 \backslash
12814 toprule}{
12815 \backslash
12816 mytoprule[grosor]}
12817 \end_layout
12818
12819 \begin_layout Standard
12820 Este ejemplo es para la primera línea, la denominada 
12821 \series bold
12822 toprule
12823 \series default
12824 .
12825  Si quieres cambiar el grosor de la última línea, reemplaza 
12826 \series bold
12827 toprule
12828 \series default
12829  por 
12830 \series bold
12831 bottomrule
12832 \series default
12833 .
12834  Y para cambiar el grosor de las demás líneas cambia 
12835 \series bold
12836 toprule
12837 \series default
12838  por 
12839 \series bold
12840 midrule
12841 \series default
12842 .
12843  Puedes usar cualquiera de las unidades listadas en el apéndice
12844 \begin_inset space ~
12845 \end_inset
12846
12847
12848 \begin_inset CommandInset ref
12849 LatexCommand ref
12850 reference "cap:Unidades-disponibles-en"
12851
12852 \end_inset
12853
12854  para establecer el grosor.
12855 \end_layout
12856
12857 \begin_layout Standard
12858 Para dibujar líneas que no se extiendan a todas las columnas de la tabla,
12859  puedes marcarlas como celdas multicolumna y entonces ponerles borde.
12860  LyX empleará internamente el comando 
12861 \series bold
12862
12863 \backslash
12864 cmidrule
12865 \series default
12866  para dibujar la línea.
12867  El esquema completo es
12868 \end_layout
12869
12870 \begin_layout Standard
12871
12872 \series bold
12873
12874 \backslash
12875 cmidrule[grosor](recorte){inicol-fincol}
12876 \end_layout
12877
12878 \begin_layout Standard
12879 Por el momento, LyX no soporta las opciones de 
12880 \series bold
12881
12882 \backslash
12883 cmidrule
12884 \series default
12885 , así que para usarlas hay que emplear código TeX.
12886  Las líneas 
12887 \series bold
12888
12889 \backslash
12890 cmidrule
12891 \series default
12892  se pueden insertar manualmente con el comando en código TeX como primera
12893  entrada de la primera celda de una fila.
12894  En la salida se dibujará la línea sobre dicha fila.
12895 \end_layout
12896
12897 \begin_layout Standard
12898 El grosor predeterminado es 0.03
12899 \begin_inset space \thinspace{}
12900 \end_inset
12901
12902 em.
12903  
12904 \series bold
12905 inicol
12906 \series default
12907  es el número de la columna en la que comienza la línea y 
12908 \series bold
12909 fincol
12910 \series default
12911  es el número de la columna en la que acaba la línea.
12912  El valor 
12913 \series bold
12914 fincol
12915 \series default
12916  debe especificarse siempre, aunque la línea se extienda sobre una sola
12917  columna.
12918  El parámetro opcional 
12919 \series bold
12920 recorte
12921 \series default
12922  debe ser 
12923 \emph on
12924 l{recorte}
12925 \emph default
12926  o 
12927 \emph on
12928 r{recorte}
12929 \emph default
12930 , donde 
12931 \emph on
12932 recorte
12933 \emph default
12934  también es opcional.
12935  Por ejemplo, el parámetro 
12936 \emph on
12937 l{2pt}
12938 \emph default
12939  significa que la línea se recorta 2
12940 \begin_inset space \thinspace{}
12941 \end_inset
12942
12943 pt por su izquierda.
12944  Si no se especifica el tamaño  las líneas se recortan por omisión en 0.5
12945 \begin_inset space \thinspace{}
12946 \end_inset
12947
12948 em.
12949
12950 \series bold
12951  
12952 \end_layout
12953
12954 \begin_layout Standard
12955
12956 \end_layout
12957
12958 \begin_layout Standard
12959 \begin_inset VSpace bigskip
12960 \end_inset
12961
12962
12963 \end_layout
12964
12965 \begin_layout Standard
12966 La tabla
12967 \begin_inset space ~
12968 \end_inset
12969
12970
12971 \begin_inset CommandInset ref
12972 LatexCommand ref
12973 reference "tab:Ejemplo-tabla-formal"
12974
12975 \end_inset
12976
12977  se ha creado con los comandos
12978 \end_layout
12979
12980 \begin_layout Standard
12981
12982 \series bold
12983
12984 \backslash
12985 cmidrule(r){2-2}
12986 \backslash
12987 cmidrule(l){3-4}
12988 \end_layout
12989
12990 \begin_layout Standard
12991 en la segunda fila, 
12992 \series bold
12993
12994 \backslash
12995 midrule
12996 \series default
12997  en la tercera, y
12998 \end_layout
12999
13000 \begin_layout Standard
13001
13002 \series bold
13003
13004 \backslash
13005 cmidrule(l{10pt}){1-1}
13006 \end_layout
13007
13008 \begin_layout Standard
13009 en la sexta fila.
13010 \end_layout
13011
13012 \begin_layout Standard
13013 \begin_inset VSpace bigskip
13014 \end_inset
13015
13016
13017 \end_layout
13018
13019 \begin_layout Standard
13020 Quizá quieras superponer líneas 
13021 \series bold
13022
13023 \backslash
13024 cmidrules
13025 \series default
13026  como en la tabla
13027 \begin_inset space ~
13028 \end_inset
13029
13030
13031 \begin_inset CommandInset ref
13032 LatexCommand ref
13033 reference "tab:Tabla-formal-especial"
13034
13035 \end_inset
13036
13037 .
13038  Esto se consigue con el comando en código TeX
13039 \end_layout
13040
13041 \begin_layout Standard
13042
13043 \series bold
13044
13045 \backslash
13046 morecmidrules
13047 \end_layout
13048
13049 \begin_layout Standard
13050 El comando que se ha utilizado para la segunda fila de la tabla
13051 \begin_inset space ~
13052 \end_inset
13053
13054
13055 \begin_inset CommandInset ref
13056 LatexCommand ref
13057 reference "tab:Tabla-formal-especial"
13058
13059 \end_inset
13060
13061  es
13062 \end_layout
13063
13064 \begin_layout Standard
13065
13066 \series bold
13067
13068 \backslash
13069 cmidrule(r){2-2}
13070 \backslash
13071 cmidrule(l){3-4}
13072 \backslash
13073 morecmidrules
13074 \backslash
13075 cmidrule{2-4}
13076 \end_layout
13077
13078 \begin_layout Standard
13079 El comando para la sexta fila es
13080 \end_layout
13081
13082 \begin_layout Standard
13083
13084 \series bold
13085
13086 \backslash
13087 midrule
13088 \backslash
13089 morecmidrules
13090 \backslash
13091 cmidrule{3-4}
13092 \series default
13093
13094 \begin_inset VSpace bigskip
13095 \end_inset
13096
13097
13098 \end_layout
13099
13100 \begin_layout Standard
13101 Si de todas formas no te satisface el espaciado de los bordes, puedes usar
13102  el siguiente comando para dibujar líneas que se extienden sobre todas las
13103  columnas
13104 \end_layout
13105
13106 \begin_layout Standard
13107
13108 \series bold
13109
13110 \backslash
13111 specialrule{anchura}{espacio superior}{espacio inferior}
13112 \end_layout
13113
13114 \begin_layout Standard
13115 Para más información sobre estas características especiales, acude al manual
13116  del paquete LaTeX 
13117 \series bold
13118 booktabs
13119 \series default
13120
13121 \begin_inset CommandInset citation
13122 LatexCommand cite
13123 key "booktabs"
13124
13125 \end_inset
13126
13127 .
13128 \begin_inset Index idx
13129 status collapsed
13130
13131 \begin_layout Plain Layout
13132 LaTeX-paquetes ! booktabs
13133 \end_layout
13134
13135 \end_inset
13136
13137  
13138 \begin_inset VSpace bigskip
13139 \end_inset
13140
13141
13142 \end_layout
13143
13144 \begin_layout Standard
13145 \begin_inset Float table
13146 placement h
13147 wide false
13148 sideways false
13149 status open
13150
13151 \begin_layout Plain Layout
13152 \begin_inset Caption
13153
13154 \begin_layout Plain Layout
13155 \begin_inset CommandInset label
13156 LatexCommand label
13157 name "tab:Tabla-formal-especial"
13158
13159 \end_inset
13160
13161 Tabla formal especial
13162 \end_layout
13163
13164 \end_inset
13165
13166
13167 \end_layout
13168
13169 \begin_layout Plain Layout
13170 \align center
13171 \begin_inset Tabular
13172 <lyxtabular version="3" rows="8" columns="4">
13173 <features booktabs="true" tabularvalignment="middle">
13174 <column alignment="center" valignment="top" width="0">
13175 <column alignment="center" valignment="top" width="0">
13176 <column alignment="center" valignment="top" width="0">
13177 <column alignment="center" valignment="top" width="0">
13178 <row>
13179 <cell alignment="center" valignment="top" topline="true" usebox="none">
13180 \begin_inset Text
13181
13182 \begin_layout Plain Layout
13183 System
13184 \end_layout
13185
13186 \end_inset
13187 </cell>
13188 <cell alignment="center" valignment="top" topline="true" usebox="none">
13189 \begin_inset Text
13190
13191 \begin_layout Plain Layout
13192 Chip
13193 \begin_inset space \thinspace{}
13194 \end_inset
13195
13196 1
13197 \end_layout
13198
13199 \end_inset
13200 </cell>
13201 <cell multicolumn="1" alignment="center" valignment="top" topline="true" usebox="none">
13202 \begin_inset Text
13203
13204 \begin_layout Plain Layout
13205 Chip
13206 \begin_inset space \thinspace{}
13207 \end_inset
13208
13209 2
13210 \end_layout
13211
13212 \end_inset
13213 </cell>
13214 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
13215 \begin_inset Text
13216
13217 \begin_layout Plain Layout
13218
13219 \end_layout
13220
13221 \end_inset
13222 </cell>
13223 </row>
13224 <row>
13225 <cell alignment="center" valignment="top" usebox="none">
13226 \begin_inset Text
13227
13228 \begin_layout Plain Layout
13229 \begin_inset ERT
13230 status collapsed
13231
13232 \begin_layout Plain Layout
13233
13234
13235 \backslash
13236 cmidrule(r){2-2}
13237 \end_layout
13238
13239 \end_inset
13240
13241
13242 \begin_inset ERT
13243 status collapsed
13244
13245 \begin_layout Plain Layout
13246
13247
13248 \backslash
13249 cmidrule(l){3-4}
13250 \end_layout
13251
13252 \end_inset
13253
13254
13255 \begin_inset ERT
13256 status collapsed
13257
13258 \begin_layout Plain Layout
13259
13260
13261 \backslash
13262 morecmidrules 
13263 \end_layout
13264
13265 \end_inset
13266
13267
13268 \begin_inset ERT
13269 status collapsed
13270
13271 \begin_layout Plain Layout
13272
13273
13274 \backslash
13275 cmidrule{2-4}
13276 \end_layout
13277
13278 \end_inset
13279
13280 Detector thickness in µm
13281 \end_layout
13282
13283 \end_inset
13284 </cell>
13285 <cell alignment="center" valignment="top" usebox="none">
13286 \begin_inset Text
13287
13288 \begin_layout Plain Layout
13289 300
13290 \end_layout
13291
13292 \end_inset
13293 </cell>
13294 <cell alignment="center" valignment="top" usebox="none">
13295 \begin_inset Text
13296
13297 \begin_layout Plain Layout
13298 300
13299 \end_layout
13300
13301 \end_inset
13302 </cell>
13303 <cell alignment="center" valignment="top" usebox="none">
13304 \begin_inset Text
13305
13306 \begin_layout Plain Layout
13307 700
13308 \end_layout
13309
13310 \end_inset
13311 </cell>
13312 </row>
13313 <row>
13314 <cell alignment="center" valignment="top" topline="true" usebox="none">
13315 \begin_inset Text
13316
13317 \begin_layout Plain Layout
13318 Edge angle in °
13319 \end_layout
13320
13321 \end_inset
13322 </cell>
13323 <cell alignment="center" valignment="top" topline="true" usebox="none">
13324 \begin_inset Text
13325
13326 \begin_layout Plain Layout
13327 3.55
13328 \end_layout
13329
13330 \end_inset
13331 </cell>
13332 <cell alignment="center" valignment="top" topline="true" usebox="none">
13333 \begin_inset Text
13334
13335 \begin_layout Plain Layout
13336 2.71
13337 \end_layout
13338
13339 \end_inset
13340 </cell>
13341 <cell alignment="center" valignment="top" topline="true" usebox="none">
13342 \begin_inset Text
13343
13344 \begin_layout Plain Layout
13345 7.99
13346 \end_layout
13347
13348 \end_inset
13349 </cell>
13350 </row>
13351 <row topspace="default">
13352 <cell alignment="center" valignment="top" usebox="none">
13353 \begin_inset Text
13354
13355 \begin_layout Plain Layout
13356 Spatial resolution in µm
13357 \end_layout
13358
13359 \end_inset
13360 </cell>
13361 <cell alignment="center" valignment="top" usebox="none">
13362 \begin_inset Text
13363
13364 \begin_layout Plain Layout
13365 4.26
13366 \end_layout
13367
13368 \end_inset
13369 </cell>
13370 <cell alignment="center" valignment="top" usebox="none">
13371 \begin_inset Text
13372
13373 \begin_layout Plain Layout
13374 10.17
13375 \end_layout
13376
13377 \end_inset
13378 </cell>
13379 <cell alignment="center" valignment="top" usebox="none">
13380 \begin_inset Text
13381
13382 \begin_layout Plain Layout
13383 10.56
13384 \end_layout
13385
13386 \end_inset
13387 </cell>
13388 </row>
13389 <row topspace="default">
13390 <cell alignment="center" valignment="top" usebox="none">
13391 \begin_inset Text
13392
13393 \begin_layout Plain Layout
13394 MTF at 
13395 \begin_inset Formula $f_{\mathrm{max}}$
13396 \end_inset
13397
13398
13399 \end_layout
13400
13401 \end_inset
13402 </cell>
13403 <cell alignment="center" valignment="top" usebox="none">
13404 \begin_inset Text
13405
13406 \begin_layout Plain Layout
13407 0.53
13408 \end_layout
13409
13410 \end_inset
13411 </cell>
13412 <cell alignment="center" valignment="top" usebox="none">
13413 \begin_inset Text
13414
13415 \begin_layout Plain Layout
13416 0.37
13417 \end_layout
13418
13419 \end_inset
13420 </cell>
13421 <cell alignment="center" valignment="top" usebox="none">
13422 \begin_inset Text
13423
13424 \begin_layout Plain Layout
13425 0.39
13426 \end_layout
13427
13428 \end_inset
13429 </cell>
13430 </row>
13431 <row>
13432 <cell alignment="center" valignment="top" topline="true" usebox="none">
13433 \begin_inset Text
13434
13435 \begin_layout Plain Layout
13436 \begin_inset ERT
13437 status collapsed
13438
13439 \begin_layout Plain Layout
13440
13441
13442 \backslash
13443 morecmidrules 
13444 \end_layout
13445
13446 \end_inset
13447
13448
13449 \begin_inset ERT
13450 status collapsed
13451
13452 \begin_layout Plain Layout
13453
13454
13455 \backslash
13456 cmidrule{3-4}
13457 \end_layout
13458
13459 \end_inset
13460
13461 LSF-spatial resolution
13462 \end_layout
13463
13464 \end_inset
13465 </cell>
13466 <cell alignment="center" valignment="top" topline="true" usebox="none">
13467 \begin_inset Text
13468
13469 \begin_layout Plain Layout
13470
13471 \end_layout
13472
13473 \end_inset
13474 </cell>
13475 <cell alignment="center" valignment="top" topline="true" usebox="none">
13476 \begin_inset Text
13477
13478 \begin_layout Plain Layout
13479
13480 \end_layout
13481
13482 \end_inset
13483 </cell>
13484 <cell alignment="center" valignment="top" topline="true" usebox="none">
13485 \begin_inset Text
13486
13487 \begin_layout Plain Layout
13488
13489 \end_layout
13490
13491 \end_inset
13492 </cell>
13493 </row>
13494 <row>
13495 <cell alignment="center" valignment="top" usebox="none">
13496 \begin_inset Text
13497
13498 \begin_layout Plain Layout
13499 in µm
13500 \end_layout
13501
13502 \end_inset
13503 </cell>
13504 <cell alignment="center" valignment="top" usebox="none">
13505 \begin_inset Text
13506
13507 \begin_layout Plain Layout
13508 129.7
13509 \end_layout
13510
13511 \end_inset
13512 </cell>
13513 <cell alignment="center" valignment="top" usebox="none">
13514 \begin_inset Text
13515
13516 \begin_layout Plain Layout
13517 52.75
13518 \end_layout
13519
13520 \end_inset
13521 </cell>
13522 <cell alignment="center" valignment="top" usebox="none">
13523 \begin_inset Text
13524
13525 \begin_layout Plain Layout
13526 50.78
13527 \end_layout
13528
13529 \end_inset
13530 </cell>
13531 </row>
13532 <row>
13533 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
13534 \begin_inset Text
13535
13536 \begin_layout Plain Layout
13537 in % of pixel size
13538 \end_layout
13539
13540 \end_inset
13541 </cell>
13542 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
13543 \begin_inset Text
13544
13545 \begin_layout Plain Layout
13546 76.3
13547 \end_layout
13548
13549 \end_inset
13550 </cell>
13551 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
13552 \begin_inset Text
13553
13554 \begin_layout Plain Layout
13555 95.9
13556 \end_layout
13557
13558 \end_inset
13559 </cell>
13560 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
13561 \begin_inset Text
13562
13563 \begin_layout Plain Layout
13564 92.3
13565 \end_layout
13566
13567 \end_inset
13568 </cell>
13569 </row>
13570 </lyxtabular>
13571
13572 \end_inset
13573
13574
13575 \end_layout
13576
13577 \end_inset
13578
13579
13580 \end_layout
13581
13582 \begin_layout Section
13583 Alineación vertical de tablas
13584 \begin_inset Index idx
13585 status collapsed
13586
13587 \begin_layout Plain Layout
13588 Tablas ! Alineación vertical
13589 \end_layout
13590
13591 \end_inset
13592
13593
13594 \end_layout
13595
13596 \begin_layout Standard
13597 Para alinear tablas verticalmente en una línea de texto la tabla debe estar
13598  en un cuadro.
13599  Entonces el cuadro se puede alinear verticalmente como se describe en la
13600  sección
13601 \begin_inset space ~
13602 \end_inset
13603
13604
13605 \begin_inset CommandInset ref
13606 LatexCommand ref
13607 reference "sec:Diálogo-Cuadros"
13608
13609 \end_inset
13610
13611 .
13612  
13613 \end_layout
13614
13615 \begin_layout Standard
13616 En el ejemplo siguiente las tablas están en un cuadro tipo minipágina
13617 \begin_inset Foot
13618 status collapsed
13619
13620 \begin_layout Plain Layout
13621 Las minipáginas se describen en la sección
13622 \begin_inset space ~
13623 \end_inset
13624
13625
13626 \begin_inset CommandInset ref
13627 LatexCommand ref
13628 reference "sec:Minipáginas"
13629
13630 \end_inset
13631
13632 .
13633 \end_layout
13634
13635 \end_inset
13636
13637  que tiene una anchura del 15
13638 \begin_inset space \thinspace{}
13639 \end_inset
13640
13641 % de columna:
13642 \end_layout
13643
13644 \begin_layout Itemize
13645 test 
13646 \begin_inset Box Frameless
13647 position "t"
13648 hor_pos "c"
13649 has_inner_box 1
13650 inner_pos "c"
13651 use_parbox 0
13652 use_makebox 0
13653 width "15col%"
13654 special "none"
13655 height "1in"
13656 height_special "totalheight"
13657 status collapsed
13658
13659 \begin_layout Plain Layout
13660 \begin_inset Tabular
13661 <lyxtabular version="3" rows="3" columns="3">
13662 <features tabularvalignment="middle">
13663 <column alignment="center" valignment="top" width="0">
13664 <column alignment="center" valignment="top" width="0">
13665 <column alignment="center" valignment="top" width="0">
13666 <row>
13667 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13668 \begin_inset Text
13669
13670 \begin_layout Plain Layout
13671 a
13672 \end_layout
13673
13674 \end_inset
13675 </cell>
13676 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13677 \begin_inset Text
13678
13679 \begin_layout Plain Layout
13680 d
13681 \end_layout
13682
13683 \end_inset
13684 </cell>
13685 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
13686 \begin_inset Text
13687
13688 \begin_layout Plain Layout
13689 g
13690 \end_layout
13691
13692 \end_inset
13693 </cell>
13694 </row>
13695 <row>
13696 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13697 \begin_inset Text
13698
13699 \begin_layout Plain Layout
13700 b
13701 \end_layout
13702
13703 \end_inset
13704 </cell>
13705 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13706 \begin_inset Text
13707
13708 \begin_layout Plain Layout
13709 e
13710 \end_layout
13711
13712 \end_inset
13713 </cell>
13714 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
13715 \begin_inset Text
13716
13717 \begin_layout Plain Layout
13718 h
13719 \end_layout
13720
13721 \end_inset
13722 </cell>
13723 </row>
13724 <row>
13725 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
13726 \begin_inset Text
13727
13728 \begin_layout Plain Layout
13729 c
13730 \end_layout
13731
13732 \end_inset
13733 </cell>
13734 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
13735 \begin_inset Text
13736
13737 \begin_layout Plain Layout
13738 f
13739 \end_layout
13740
13741 \end_inset
13742 </cell>
13743 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
13744 \begin_inset Text
13745
13746 \begin_layout Plain Layout
13747 i
13748 \end_layout
13749
13750 \end_inset
13751 </cell>
13752 </row>
13753 </lyxtabular>
13754
13755 \end_inset
13756
13757
13758 \end_layout
13759
13760 \end_inset
13761
13762  test 
13763 \begin_inset ERT
13764 status collapsed
13765
13766 \begin_layout Plain Layout
13767
13768
13769 \backslash
13770 raisebox{0.85
13771 \backslash
13772 baselineskip}{
13773 \end_layout
13774
13775 \end_inset
13776
13777
13778 \begin_inset Box Frameless
13779 position "t"
13780 hor_pos "c"
13781 has_inner_box 1
13782 inner_pos "c"
13783 use_parbox 0
13784 use_makebox 0
13785 width "15col%"
13786 special "none"
13787 height "1in"
13788 height_special "totalheight"
13789 status collapsed
13790
13791 \begin_layout Plain Layout
13792 \begin_inset Tabular
13793 <lyxtabular version="3" rows="3" columns="3">
13794 <features tabularvalignment="middle">
13795 <column alignment="center" valignment="top" width="0">
13796 <column alignment="center" valignment="top" width="0">
13797 <column alignment="center" valignment="top" width="0">
13798 <row>
13799 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13800 \begin_inset Text
13801
13802 \begin_layout Plain Layout
13803 a
13804 \end_layout
13805
13806 \end_inset
13807 </cell>
13808 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13809 \begin_inset Text
13810
13811 \begin_layout Plain Layout
13812 d
13813 \end_layout
13814
13815 \end_inset
13816 </cell>
13817 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
13818 \begin_inset Text
13819
13820 \begin_layout Plain Layout
13821 g
13822 \end_layout
13823
13824 \end_inset
13825 </cell>
13826 </row>
13827 <row>
13828 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13829 \begin_inset Text
13830
13831 \begin_layout Plain Layout
13832 b
13833 \end_layout
13834
13835 \end_inset
13836 </cell>
13837 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13838 \begin_inset Text
13839
13840 \begin_layout Plain Layout
13841 e
13842 \end_layout
13843
13844 \end_inset
13845 </cell>
13846 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
13847 \begin_inset Text
13848
13849 \begin_layout Plain Layout
13850 h
13851 \end_layout
13852
13853 \end_inset
13854 </cell>
13855 </row>
13856 <row>
13857 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
13858 \begin_inset Text
13859
13860 \begin_layout Plain Layout
13861 c
13862 \end_layout
13863
13864 \end_inset
13865 </cell>
13866 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
13867 \begin_inset Text
13868
13869 \begin_layout Plain Layout
13870 f
13871 \end_layout
13872
13873 \end_inset
13874 </cell>
13875 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
13876 \begin_inset Text
13877
13878 \begin_layout Plain Layout
13879 i
13880 \end_layout
13881
13882 \end_inset
13883 </cell>
13884 </row>
13885 </lyxtabular>
13886
13887 \end_inset
13888
13889
13890 \end_layout
13891
13892 \end_inset
13893
13894
13895 \begin_inset ERT
13896 status collapsed
13897
13898 \begin_layout Plain Layout
13899
13900 }
13901 \end_layout
13902
13903 \end_inset
13904
13905
13906 \end_layout
13907
13908 \begin_layout Itemize
13909 test 
13910 \begin_inset Box Frameless
13911 position "c"
13912 hor_pos "c"
13913 has_inner_box 1
13914 inner_pos "c"
13915 use_parbox 0
13916 use_makebox 0
13917 width "15col%"
13918 special "none"
13919 height "1in"
13920 height_special "totalheight"
13921 status collapsed
13922
13923 \begin_layout Plain Layout
13924 \begin_inset Tabular
13925 <lyxtabular version="3" rows="3" columns="3">
13926 <features tabularvalignment="middle">
13927 <column alignment="center" valignment="top" width="0">
13928 <column alignment="center" valignment="top" width="0">
13929 <column alignment="center" valignment="top" width="0">
13930 <row>
13931 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13932 \begin_inset Text
13933
13934 \begin_layout Plain Layout
13935 a
13936 \end_layout
13937
13938 \end_inset
13939 </cell>
13940 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13941 \begin_inset Text
13942
13943 \begin_layout Plain Layout
13944 d
13945 \end_layout
13946
13947 \end_inset
13948 </cell>
13949 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
13950 \begin_inset Text
13951
13952 \begin_layout Plain Layout
13953 g
13954 \end_layout
13955
13956 \end_inset
13957 </cell>
13958 </row>
13959 <row>
13960 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13961 \begin_inset Text
13962
13963 \begin_layout Plain Layout
13964 b
13965 \end_layout
13966
13967 \end_inset
13968 </cell>
13969 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13970 \begin_inset Text
13971
13972 \begin_layout Plain Layout
13973 e
13974 \end_layout
13975
13976 \end_inset
13977 </cell>
13978 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
13979 \begin_inset Text
13980
13981 \begin_layout Plain Layout
13982 h
13983 \end_layout
13984
13985 \end_inset
13986 </cell>
13987 </row>
13988 <row>
13989 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
13990 \begin_inset Text
13991
13992 \begin_layout Plain Layout
13993 c
13994 \end_layout
13995
13996 \end_inset
13997 </cell>
13998 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
13999 \begin_inset Text
14000
14001 \begin_layout Plain Layout
14002 f
14003 \end_layout
14004
14005 \end_inset
14006 </cell>
14007 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
14008 \begin_inset Text
14009
14010 \begin_layout Plain Layout
14011 i
14012 \end_layout
14013
14014 \end_inset
14015 </cell>
14016 </row>
14017 </lyxtabular>
14018
14019 \end_inset
14020
14021
14022 \end_layout
14023
14024 \end_inset
14025
14026
14027 \end_layout
14028
14029 \begin_layout Itemize
14030 test 
14031 \begin_inset Box Frameless
14032 position "b"
14033 hor_pos "c"
14034 has_inner_box 1
14035 inner_pos "c"
14036 use_parbox 0
14037 use_makebox 0
14038 width "15col%"
14039 special "none"
14040 height "1in"
14041 height_special "totalheight"
14042 status collapsed
14043
14044 \begin_layout Plain Layout
14045 \begin_inset Tabular
14046 <lyxtabular version="3" rows="3" columns="3">
14047 <features tabularvalignment="middle">
14048 <column alignment="center" valignment="top" width="0">
14049 <column alignment="center" valignment="top" width="0">
14050 <column alignment="center" valignment="top" width="0">
14051 <row>
14052 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14053 \begin_inset Text
14054
14055 \begin_layout Plain Layout
14056 a
14057 \end_layout
14058
14059 \end_inset
14060 </cell>
14061 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14062 \begin_inset Text
14063
14064 \begin_layout Plain Layout
14065 d
14066 \end_layout
14067
14068 \end_inset
14069 </cell>
14070 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14071 \begin_inset Text
14072
14073 \begin_layout Plain Layout
14074 g
14075 \end_layout
14076
14077 \end_inset
14078 </cell>
14079 </row>
14080 <row>
14081 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14082 \begin_inset Text
14083
14084 \begin_layout Plain Layout
14085 b
14086 \end_layout
14087
14088 \end_inset
14089 </cell>
14090 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14091 \begin_inset Text
14092
14093 \begin_layout Plain Layout
14094 e
14095 \end_layout
14096
14097 \end_inset
14098 </cell>
14099 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14100 \begin_inset Text
14101
14102 \begin_layout Plain Layout
14103 h
14104 \end_layout
14105
14106 \end_inset
14107 </cell>
14108 </row>
14109 <row>
14110 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
14111 \begin_inset Text
14112
14113 \begin_layout Plain Layout
14114 c
14115 \end_layout
14116
14117 \end_inset
14118 </cell>
14119 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
14120 \begin_inset Text
14121
14122 \begin_layout Plain Layout
14123 f
14124 \end_layout
14125
14126 \end_inset
14127 </cell>
14128 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
14129 \begin_inset Text
14130
14131 \begin_layout Plain Layout
14132 i
14133 \end_layout
14134
14135 \end_inset
14136 </cell>
14137 </row>
14138 </lyxtabular>
14139
14140 \end_inset
14141
14142
14143 \end_layout
14144
14145 \end_inset
14146
14147  test 
14148 \begin_inset ERT
14149 status collapsed
14150
14151 \begin_layout Plain Layout
14152
14153
14154 \backslash
14155 raisebox{-0.32
14156 \backslash
14157 baselineskip}{
14158 \end_layout
14159
14160 \end_inset
14161
14162
14163 \begin_inset Box Frameless
14164 position "b"
14165 hor_pos "c"
14166 has_inner_box 1
14167 inner_pos "c"
14168 use_parbox 0
14169 use_makebox 0
14170 width "15col%"
14171 special "none"
14172 height "1in"
14173 height_special "totalheight"
14174 status collapsed
14175
14176 \begin_layout Plain Layout
14177 \begin_inset Tabular
14178 <lyxtabular version="3" rows="3" columns="3">
14179 <features tabularvalignment="middle">
14180 <column alignment="center" valignment="top" width="0">
14181 <column alignment="center" valignment="top" width="0">
14182 <column alignment="center" valignment="top" width="0">
14183 <row>
14184 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14185 \begin_inset Text
14186
14187 \begin_layout Plain Layout
14188 a
14189 \end_layout
14190
14191 \end_inset
14192 </cell>
14193 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14194 \begin_inset Text
14195
14196 \begin_layout Plain Layout
14197 d
14198 \end_layout
14199
14200 \end_inset
14201 </cell>
14202 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14203 \begin_inset Text
14204
14205 \begin_layout Plain Layout
14206 g
14207 \end_layout
14208
14209 \end_inset
14210 </cell>
14211 </row>
14212 <row>
14213 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14214 \begin_inset Text
14215
14216 \begin_layout Plain Layout
14217 b
14218 \end_layout
14219
14220 \end_inset
14221 </cell>
14222 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14223 \begin_inset Text
14224
14225 \begin_layout Plain Layout
14226 e
14227 \end_layout
14228
14229 \end_inset
14230 </cell>
14231 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14232 \begin_inset Text
14233
14234 \begin_layout Plain Layout
14235 h
14236 \end_layout
14237
14238 \end_inset
14239 </cell>
14240 </row>
14241 <row>
14242 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
14243 \begin_inset Text
14244
14245 \begin_layout Plain Layout
14246 c
14247 \end_layout
14248
14249 \end_inset
14250 </cell>
14251 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
14252 \begin_inset Text
14253
14254 \begin_layout Plain Layout
14255 f
14256 \end_layout
14257
14258 \end_inset
14259 </cell>
14260 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
14261 \begin_inset Text
14262
14263 \begin_layout Plain Layout
14264 i
14265 \end_layout
14266
14267 \end_inset
14268 </cell>
14269 </row>
14270 </lyxtabular>
14271
14272 \end_inset
14273
14274
14275 \end_layout
14276
14277 \end_inset
14278
14279
14280 \begin_inset ERT
14281 status collapsed
14282
14283 \begin_layout Plain Layout
14284
14285 }
14286 \end_layout
14287
14288 \end_inset
14289
14290
14291 \end_layout
14292
14293 \begin_layout Standard
14294 Como ves, los contenidos de la primera y última filas no se alinean correctament
14295 e con la línea de texto donde está la tabla.
14296  Para conseguir esta alineación, el cuadro (minipágina) debe ponerse en
14297  un cuadro elevado («raisebox»
14298 \begin_inset Foot
14299 status collapsed
14300
14301 \begin_layout Plain Layout
14302 El uso del comando 
14303 \series bold
14304
14305 \backslash
14306 raisebox
14307 \series default
14308  se explica en la sección
14309 \begin_inset space ~
14310 \end_inset
14311
14312
14313 \begin_inset CommandInset ref
14314 LatexCommand ref
14315 reference "sub:Alineación-Vertical"
14316
14317 \end_inset
14318
14319 .
14320 \end_layout
14321
14322 \end_inset
14323
14324 ).
14325  En el ejemplo anterior, la segunda tabla del primer ítem está alineada
14326  usando el comando en código TeX
14327 \end_layout
14328
14329 \begin_layout Standard
14330
14331 \series bold
14332
14333 \backslash
14334 raisebox{0.85
14335 \backslash
14336 baselineskip}{
14337 \end_layout
14338
14339 \begin_layout Standard
14340 antes del cuadro.
14341  Tras él, se pone la llave de cierre 
14342 \series bold
14343 }
14344 \series default
14345  también en código TeX.
14346  Para la segunda tabla en el tercer ítem se usa el comando 
14347 \end_layout
14348
14349 \begin_layout Standard
14350
14351 \series bold
14352
14353 \backslash
14354 raisebox{-0.32
14355 \backslash
14356 baselineskip}{
14357 \end_layout
14358
14359 \begin_layout Standard
14360 \begin_inset Note Greyedout
14361 status open
14362
14363 \begin_layout Plain Layout
14364
14365 \series bold
14366 Not
14367 \series default
14368 a: La alineación del contenido de la fila con la línea del texto adyacente
14369  no es exacta.
14370  El factor necesario del comando 
14371 \series bold
14372
14373 \backslash
14374 raisebox
14375 \series default
14376  para este alineamiento depende de la fuente del documento, del tamaño de
14377  la fuente y del grosor de línea de la tabla.
14378 \end_layout
14379
14380 \end_inset
14381
14382
14383 \end_layout
14384
14385 \begin_layout Section
14386 Tablas coloreadas
14387 \begin_inset CommandInset label
14388 LatexCommand label
14389 name "sec:Tablas-Coloreadas"
14390
14391 \end_inset
14392
14393
14394 \end_layout
14395
14396 \begin_layout Subsection
14397 Celdas coloreadas
14398 \begin_inset Index idx
14399 status collapsed
14400
14401 \begin_layout Plain Layout
14402 Tablas ! Coloreadas ! Celdas
14403 \end_layout
14404
14405 \end_inset
14406
14407
14408 \begin_inset Index idx
14409 status collapsed
14410
14411 \begin_layout Plain Layout
14412 Color ! en celdas de tablas
14413 \end_layout
14414
14415 \end_inset
14416
14417
14418 \end_layout
14419
14420 \begin_layout Standard
14421 \begin_inset Float table
14422 placement h
14423 wide false
14424 sideways false
14425 status open
14426
14427 \begin_layout Plain Layout
14428 \begin_inset Caption
14429
14430 \begin_layout Plain Layout
14431 \begin_inset CommandInset label
14432 LatexCommand label
14433 name "tab:Tabla-coloreada-sin"
14434
14435 \end_inset
14436
14437 Tabla coloreada sin usar el paquete 
14438 \series bold
14439 colortbl
14440 \series default
14441
14442 \begin_inset Argument
14443 status collapsed
14444
14445 \begin_layout Plain Layout
14446 Tabla sin colortbl
14447 \end_layout
14448
14449 \end_inset
14450
14451
14452 \end_layout
14453
14454 \end_inset
14455
14456
14457 \end_layout
14458
14459 \begin_layout Plain Layout
14460 \align center
14461 \begin_inset Tabular
14462 <lyxtabular version="3" rows="3" columns="3">
14463 <features tabularvalignment="middle">
14464 <column alignment="center" valignment="top" width="0">
14465 <column alignment="center" valignment="top" width="0">
14466 <column alignment="center" valignment="top" width="0">
14467 <row>
14468 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14469 \begin_inset Text
14470
14471 \begin_layout Plain Layout
14472
14473 \color green
14474 a
14475 \end_layout
14476
14477 \end_inset
14478 </cell>
14479 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14480 \begin_inset Text
14481
14482 \begin_layout Plain Layout
14483
14484 \color red
14485 b
14486 \end_layout
14487
14488 \end_inset
14489 </cell>
14490 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14491 \begin_inset Text
14492
14493 \begin_layout Plain Layout
14494
14495 \color red
14496 c
14497 \end_layout
14498
14499 \end_inset
14500 </cell>
14501 </row>
14502 <row>
14503 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14504 \begin_inset Text
14505
14506 \begin_layout Plain Layout
14507
14508 \color green
14509 d
14510 \end_layout
14511
14512 \end_inset
14513 </cell>
14514 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14515 \begin_inset Text
14516
14517 \begin_layout Plain Layout
14518
14519 \color blue
14520 e
14521 \end_layout
14522
14523 \end_inset
14524 </cell>
14525 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14526 \begin_inset Text
14527
14528 \begin_layout Plain Layout
14529
14530 \color blue
14531 f
14532 \end_layout
14533
14534 \end_inset
14535 </cell>
14536 </row>
14537 <row>
14538 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
14539 \begin_inset Text
14540
14541 \begin_layout Plain Layout
14542
14543 \color green
14544 g
14545 \end_layout
14546
14547 \end_inset
14548 </cell>
14549 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
14550 \begin_inset Text
14551
14552 \begin_layout Plain Layout
14553
14554 \color blue
14555 h
14556 \end_layout
14557
14558 \end_inset
14559 </cell>
14560 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
14561 \begin_inset Text
14562
14563 \begin_layout Plain Layout
14564
14565 \color blue
14566 i
14567 \end_layout
14568
14569 \end_inset
14570 </cell>
14571 </row>
14572 </lyxtabular>
14573
14574 \end_inset
14575
14576
14577 \end_layout
14578
14579 \end_inset
14580
14581
14582 \end_layout
14583
14584 \begin_layout Standard
14585 Si sólo necesitas color en el texto, marca las celdas y elige un color en
14586  el menú 
14587 \family sans
14588 Editar\SpecialChar \menuseparator
14589 Estilo
14590 \begin_inset space ~
14591 \end_inset
14592
14593 del
14594 \begin_inset space ~
14595 \end_inset
14596
14597 Texto
14598 \family default
14599 .
14600  Esto se ha hecho en la tabla
14601 \begin_inset space ~
14602 \end_inset
14603
14604
14605 \begin_inset CommandInset ref
14606 LatexCommand ref
14607 reference "tab:Tabla-coloreada-sin"
14608
14609 \end_inset
14610
14611 .
14612  En cualquier otro caso hay que usar el paquete LaTeX 
14613 \series bold
14614 colortbl
14615 \series default
14616 .
14617 \begin_inset Index idx
14618 status collapsed
14619
14620 \begin_layout Plain Layout
14621 LaTeX-paquetes ! colortbl
14622 \end_layout
14623
14624 \end_inset
14625
14626
14627 \end_layout
14628
14629 \begin_layout Standard
14630 \begin_inset ERT
14631 status collapsed
14632
14633 \begin_layout Plain Layout
14634
14635
14636 \backslash
14637 ifcolortbl
14638 \end_layout
14639
14640 \end_inset
14641
14642
14643 \begin_inset Note Note
14644 status collapsed
14645
14646 \begin_layout Plain Layout
14647 La siguiente sección sólo se mostrará en pantalla si está instalado el paquete
14648  LaTeX 
14649 \series bold
14650 colortbl
14651 \series default
14652 .
14653 \end_layout
14654
14655 \end_inset
14656
14657
14658 \end_layout
14659
14660 \begin_layout Standard
14661 Para crear tablas coloreadas, 
14662 \series bold
14663 colortbl
14664 \series default
14665  debe cargarse en el preámbulo con la línea
14666 \end_layout
14667
14668 \begin_layout Standard
14669
14670 \series bold
14671
14672 \backslash
14673 usepackage{colortbl}
14674 \end_layout
14675
14676 \begin_layout Standard
14677 El color de una columna se define con el comando
14678 \end_layout
14679
14680 \begin_layout Standard
14681
14682 \series bold
14683
14684 \backslash
14685 columncolor{nombre del color}
14686 \end_layout
14687
14688 \begin_layout Standard
14689 dentro del comando 
14690 \series bold
14691 >{ }
14692 \series default
14693 .
14694  Más sobre el comando 
14695 \series bold
14696 >{}
14697 \series default
14698  se explica en la sección
14699 \begin_inset space ~
14700 \end_inset
14701
14702
14703 \begin_inset CommandInset ref
14704 LatexCommand ref
14705 reference "sub:Cálculos-en-Multicolumnas"
14706
14707 \end_inset
14708
14709 .
14710 \end_layout
14711
14712 \begin_layout Standard
14713 Los siguientes nombres de color están predefinidos:
14714 \end_layout
14715
14716 \begin_layout Standard
14717
14718 \family sans
14719 red
14720 \family default
14721
14722 \family sans
14723 green
14724 \family default
14725
14726 \family sans
14727 yellow, blue
14728 \family default
14729
14730 \family sans
14731 cyan
14732 \family default
14733 \series bold
14734 ,
14735 \series default
14736  
14737 \family sans
14738 magenta, black
14739 \family default
14740
14741 \family sans
14742 white
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 Puedes definir tus propios colores con el comando
14754 \end_layout
14755
14756 \begin_layout Standard
14757
14758 \series bold
14759
14760 \backslash
14761 definecolor{nombre del color}{modelo de color}{valores de color}
14762 \end_layout
14763
14764 \begin_layout Standard
14765 El modelo de color puede ser
14766 \end_layout
14767
14768 \begin_layout Labeling
14769 \labelwidthstring 00.00.0000
14770 cmyk: cyan, magenta, yellow, black
14771 \end_layout
14772
14773 \begin_layout Labeling
14774 \labelwidthstring 00.00.0000
14775 rgb: red, green, blue
14776 \end_layout
14777
14778 \begin_layout Labeling
14779 \labelwidthstring 00.00.0000
14780 gray: gray
14781 \end_layout
14782
14783 \begin_layout Standard
14784 y los valores de color son números separados por comas entre 0 y 1 que describen
14785  el factor para el color correspondiente del modelo de color.
14786 \end_layout
14787
14788 \begin_layout Standard
14789 Por ejemplo, puedes definir el color
14790 \series bold
14791  
14792 \series default
14793 «
14794 \emph on
14795 verde oscuro
14796 \emph default
14797 » en el preámbulo con
14798 \end_layout
14799
14800 \begin_layout Standard
14801
14802 \series bold
14803
14804 \backslash
14805 definecolor{verdeoscuro}{cmyk}{0.5, 0, 1, 0.5}
14806 \end_layout
14807
14808 \begin_layout Standard
14809 y el color «
14810 \emph on
14811 gris claro
14812 \emph default
14813 » con
14814 \end_layout
14815
14816 \begin_layout Standard
14817
14818 \series bold
14819
14820 \backslash
14821 definecolor{grisclaro}{gray}{0.8}
14822 \end_layout
14823
14824 \begin_layout Standard
14825 \begin_inset VSpace medskip
14826 \end_inset
14827
14828
14829 \end_layout
14830
14831 \begin_layout Standard
14832 Las líneas se colorean con el comando
14833 \end_layout
14834
14835 \begin_layout Standard
14836
14837 \series bold
14838
14839 \backslash
14840 rowcolor{nombre del color}
14841 \end_layout
14842
14843 \begin_layout Standard
14844 y las celdas se colorean con el comando
14845 \end_layout
14846
14847 \begin_layout Standard
14848
14849 \series bold
14850
14851 \backslash
14852 cellcolor{nombre del color}
14853 \end_layout
14854
14855 \begin_layout Standard
14856 Ambos comandos se insertan al principio de una celda en código TeX.
14857 \end_layout
14858
14859 \begin_layout Standard
14860 Para colorear caracteres en la tabla marca las celdas y usa el menú 
14861 \family sans
14862 Editar\SpecialChar \menuseparator
14863 Estilo
14864 \begin_inset space ~
14865 \end_inset
14866
14867 del
14868 \begin_inset space ~
14869 \end_inset
14870
14871 Texto
14872 \family default
14873 .
14874  Si una celda contiene código TeX marca sólo los caracteres, si no el código
14875  TeX en color puede ocasionar errores de LaTeX.
14876 \end_layout
14877
14878 \begin_layout Standard
14879 \begin_inset Note Greyedout
14880 status open
14881
14882 \begin_layout Plain Layout
14883
14884 \series bold
14885 Nota:
14886 \series default
14887  No todos los visores DVI pueden mostrar colores definidos por el usuario.
14888 \end_layout
14889
14890 \end_inset
14891
14892
14893 \end_layout
14894
14895 \begin_layout Standard
14896 \begin_inset VSpace bigskip
14897 \end_inset
14898
14899
14900 \end_layout
14901
14902 \begin_layout Standard
14903 Para crear la tabla
14904 \begin_inset space ~
14905 \end_inset
14906
14907
14908 \begin_inset CommandInset ref
14909 LatexCommand ref
14910 reference "tab:Tabla-coloreada-con"
14911
14912 \end_inset
14913
14914  haz lo siguiente: el color de la primera columna debe ser 
14915 \emph on
14916 verde oscuro
14917 \emph default
14918 , entonces inserta
14919 \end_layout
14920
14921 \begin_layout Standard
14922
14923 \series bold
14924 >{
14925 \backslash
14926 columncolor{verdeoscuro}
14927 \backslash
14928 centering}c
14929 \end_layout
14930
14931 \begin_layout Standard
14932 como argumento LaTeX para esta columna.
14933  La primera fila debe ser azul, por tanto inserta el comando en código TeX
14934 \end_layout
14935
14936 \begin_layout Standard
14937
14938 \series bold
14939
14940 \backslash
14941 rowcolor{cyan}
14942 \end_layout
14943
14944 \begin_layout Standard
14945 en la primera celda de esta fila.
14946  Observa que esto sobreescribe el color de la columna para la primera celda.
14947  La última celda de la última fila se colorea magenta insertando el comando
14948  en código TeX
14949 \end_layout
14950
14951 \begin_layout Standard
14952
14953 \series bold
14954
14955 \backslash
14956 cellcolor{magenta}
14957 \end_layout
14958
14959 \begin_layout Standard
14960 Ahora podrían colorearse los caracteres usando el menú 
14961 \family sans
14962 Editar\SpecialChar \menuseparator
14963 Estilo
14964 \begin_inset space ~
14965 \end_inset
14966
14967 del
14968 \begin_inset space ~
14969 \end_inset
14970
14971 Texto
14972 \family default
14973 .
14974 \end_layout
14975
14976 \begin_layout Standard
14977 \begin_inset Float table
14978 placement h
14979 wide false
14980 sideways false
14981 status open
14982
14983 \begin_layout Plain Layout
14984 \begin_inset Caption
14985
14986 \begin_layout Plain Layout
14987 \begin_inset CommandInset label
14988 LatexCommand label
14989 name "tab:Tabla-coloreada-con"
14990
14991 \end_inset
14992
14993 Tabla coloreada con el paquete 
14994 \series bold
14995 colortbl
14996 \series default
14997
14998 \begin_inset Argument
14999 status collapsed
15000
15001 \begin_layout Plain Layout
15002 Tabla con 
15003 \series bold
15004 colortbl
15005 \end_layout
15006
15007 \end_inset
15008
15009
15010 \end_layout
15011
15012 \end_inset
15013
15014
15015 \end_layout
15016
15017 \begin_layout Plain Layout
15018 \align center
15019 \begin_inset Tabular
15020 <lyxtabular version="3" rows="3" columns="3">
15021 <features tabularvalignment="middle">
15022 <column alignment="center" valignment="top" width="0" special=">{\columncolor{verdeoscuro}\centering}c">
15023 <column alignment="center" valignment="top" width="0">
15024 <column alignment="center" valignment="top" width="0">
15025 <row>
15026 <cell alignment="center" valignment="top" usebox="none">
15027 \begin_inset Text
15028
15029 \begin_layout Plain Layout
15030 \begin_inset ERT
15031 status collapsed
15032
15033 \begin_layout Plain Layout
15034
15035
15036 \backslash
15037 rowcolor{cyan}
15038 \end_layout
15039
15040 \end_inset
15041
15042
15043 \color magenta
15044 a
15045 \end_layout
15046
15047 \end_inset
15048 </cell>
15049 <cell alignment="center" valignment="top" usebox="none">
15050 \begin_inset Text
15051
15052 \begin_layout Plain Layout
15053
15054 \color red
15055 b
15056 \end_layout
15057
15058 \end_inset
15059 </cell>
15060 <cell alignment="center" valignment="top" usebox="none">
15061 \begin_inset Text
15062
15063 \begin_layout Plain Layout
15064
15065 \color red
15066 c
15067 \end_layout
15068
15069 \end_inset
15070 </cell>
15071 </row>
15072 <row>
15073 <cell alignment="center" valignment="top" usebox="none">
15074 \begin_inset Text
15075
15076 \begin_layout Plain Layout
15077
15078 \color yellow
15079 d
15080 \end_layout
15081
15082 \end_inset
15083 </cell>
15084 <cell alignment="center" valignment="top" usebox="none">
15085 \begin_inset Text
15086
15087 \begin_layout Plain Layout
15088
15089 \color blue
15090 e
15091 \end_layout
15092
15093 \end_inset
15094 </cell>
15095 <cell alignment="center" valignment="top" usebox="none">
15096 \begin_inset Text
15097
15098 \begin_layout Plain Layout
15099
15100 \color blue
15101 f
15102 \end_layout
15103
15104 \end_inset
15105 </cell>
15106 </row>
15107 <row>
15108 <cell alignment="center" valignment="top" usebox="none">
15109 \begin_inset Text
15110
15111 \begin_layout Plain Layout
15112
15113 \color yellow
15114 g
15115 \end_layout
15116
15117 \end_inset
15118 </cell>
15119 <cell alignment="center" valignment="top" usebox="none">
15120 \begin_inset Text
15121
15122 \begin_layout Plain Layout
15123
15124 \color blue
15125 h
15126 \end_layout
15127
15128 \end_inset
15129 </cell>
15130 <cell alignment="center" valignment="top" usebox="none">
15131 \begin_inset Text
15132
15133 \begin_layout Plain Layout
15134 \begin_inset ERT
15135 status collapsed
15136
15137 \begin_layout Plain Layout
15138
15139
15140 \backslash
15141 cellcolor{magenta}
15142 \end_layout
15143
15144 \end_inset
15145
15146
15147 \color green
15148 i
15149 \end_layout
15150
15151 \end_inset
15152 </cell>
15153 </row>
15154 </lyxtabular>
15155
15156 \end_inset
15157
15158
15159 \end_layout
15160
15161 \end_inset
15162
15163
15164 \end_layout
15165
15166 \begin_layout Standard
15167 \begin_inset ERT
15168 status collapsed
15169
15170 \begin_layout Plain Layout
15171
15172
15173 \backslash
15174 else
15175 \end_layout
15176
15177 \end_inset
15178
15179
15180 \begin_inset Note Note
15181 status collapsed
15182
15183 \begin_layout Plain Layout
15184 Lo siguiente se mostrará en pantalla si no está instalado el paquete LaTeX
15185  
15186 \series bold
15187 colortbl
15188 \series default
15189 .
15190 \end_layout
15191
15192 \end_inset
15193
15194
15195 \end_layout
15196
15197 \begin_layout Standard
15198 Debes instalar el paquete LaTeX 
15199 \series bold
15200 colortbl
15201 \series default
15202  para ver la parte siguiente en la salida.
15203 \end_layout
15204
15205 \begin_layout Standard
15206 \begin_inset ERT
15207 status collapsed
15208
15209 \begin_layout Plain Layout
15210
15211
15212 \backslash
15213 fi
15214 \end_layout
15215
15216 \end_inset
15217
15218
15219 \end_layout
15220
15221 \begin_layout Subsection
15222 Líneas coloreadas
15223 \begin_inset Index idx
15224 status collapsed
15225
15226 \begin_layout Plain Layout
15227 Tablas ! Coloreadas ! Líneas
15228 \end_layout
15229
15230 \end_inset
15231
15232
15233 \begin_inset Index idx
15234 status collapsed
15235
15236 \begin_layout Plain Layout
15237 Color ! en bordes de tabla
15238 \end_layout
15239
15240 \end_inset
15241
15242
15243 \end_layout
15244
15245 \begin_layout Standard
15246 Como se describe en la sección
15247 \begin_inset space ~
15248 \end_inset
15249
15250
15251 \begin_inset CommandInset ref
15252 LatexCommand ref
15253 reference "sub:Grosor-de-Líneas"
15254
15255 \end_inset
15256
15257 , el grosor para todas las líneas en una tabla puede ajustarse con el comando
15258  
15259 \series bold
15260
15261 \backslash
15262 arrayrulewidth
15263 \series default
15264 .
15265  Se ha puesto 1.5
15266 \begin_inset space \thinspace{}
15267 \end_inset
15268
15269 pt para todas las tablas de esta sección.
15270 \begin_inset ERT
15271 status collapsed
15272
15273 \begin_layout Plain Layout
15274
15275
15276 \backslash
15277 setlength{
15278 \backslash
15279 arrayrulewidth}{1.5pt}
15280 \end_layout
15281
15282 \end_inset
15283
15284
15285 \end_layout
15286
15287 \begin_layout Standard
15288 Por ejemplo, para colorear todas las líneas verticales en verde, crea en
15289  el preámbulo del documento el siguiente formato de columna, de acuerdo
15290  a lo descrito en la sección
15291 \begin_inset space ~
15292 \end_inset
15293
15294
15295 \begin_inset CommandInset ref
15296 LatexCommand ref
15297 reference "sub:Formato-Personalizado"
15298
15299 \end_inset
15300
15301 :
15302 \end_layout
15303
15304 \begin_layout Standard
15305
15306 \series bold
15307
15308 \backslash
15309 newcolumntype{W}{!{
15310 \backslash
15311 color{green}
15312 \backslash
15313 vline}}
15314 \end_layout
15315
15316 \begin_layout Standard
15317 Para la tabla
15318 \begin_inset space ~
15319 \end_inset
15320
15321
15322 \begin_inset CommandInset ref
15323 LatexCommand ref
15324 reference "tab:Tabla-con-verticales-coloreadas"
15325
15326 \end_inset
15327
15328  se usó el argumento LaTeX
15329 \series bold
15330  WcW
15331 \series default
15332  para la última columna y
15333 \series bold
15334  Wc
15335 \series default
15336  para las demás.
15337 \end_layout
15338
15339 \begin_layout Standard
15340 Si quieres tener varios colores, define más formatos de columna.
15341 \end_layout
15342
15343 \begin_layout Standard
15344 \begin_inset Float table
15345 placement h
15346 wide false
15347 sideways false
15348 status open
15349
15350 \begin_layout Plain Layout
15351 \begin_inset Caption
15352
15353 \begin_layout Plain Layout
15354 \begin_inset CommandInset label
15355 LatexCommand label
15356 name "tab:Tabla-con-verticales-coloreadas"
15357
15358 \end_inset
15359
15360 Tabla con líneas verticales coloreadas
15361 \end_layout
15362
15363 \end_inset
15364
15365
15366 \end_layout
15367
15368 \begin_layout Plain Layout
15369 \align center
15370 \begin_inset Tabular
15371 <lyxtabular version="3" rows="3" columns="3">
15372 <features tabularvalignment="middle">
15373 <column alignment="center" valignment="top" width="0" special="Wc">
15374 <column alignment="center" valignment="top" width="0" special="Wc">
15375 <column alignment="center" valignment="top" width="0" special="WcW">
15376 <row>
15377 <cell alignment="center" valignment="top" topline="true" usebox="none">
15378 \begin_inset Text
15379
15380 \begin_layout Plain Layout
15381 sd
15382 \end_layout
15383
15384 \end_inset
15385 </cell>
15386 <cell alignment="center" valignment="top" topline="true" usebox="none">
15387 \begin_inset Text
15388
15389 \begin_layout Plain Layout
15390
15391 \end_layout
15392
15393 \end_inset
15394 </cell>
15395 <cell alignment="center" valignment="top" topline="true" usebox="none">
15396 \begin_inset Text
15397
15398 \begin_layout Plain Layout
15399
15400 \end_layout
15401
15402 \end_inset
15403 </cell>
15404 </row>
15405 <row>
15406 <cell alignment="center" valignment="top" topline="true" usebox="none">
15407 \begin_inset Text
15408
15409 \begin_layout Plain Layout
15410
15411 \end_layout
15412
15413 \end_inset
15414 </cell>
15415 <cell alignment="center" valignment="top" topline="true" usebox="none">
15416 \begin_inset Text
15417
15418 \begin_layout Plain Layout
15419 sd
15420 \end_layout
15421
15422 \end_inset
15423 </cell>
15424 <cell alignment="center" valignment="top" topline="true" usebox="none">
15425 \begin_inset Text
15426
15427 \begin_layout Plain Layout
15428
15429 \end_layout
15430
15431 \end_inset
15432 </cell>
15433 </row>
15434 <row>
15435 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
15436 \begin_inset Text
15437
15438 \begin_layout Plain Layout
15439
15440 \end_layout
15441
15442 \end_inset
15443 </cell>
15444 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
15445 \begin_inset Text
15446
15447 \begin_layout Plain Layout
15448
15449 \end_layout
15450
15451 \end_inset
15452 </cell>
15453 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
15454 \begin_inset Text
15455
15456 \begin_layout Plain Layout
15457 sd
15458 \end_layout
15459
15460 \end_inset
15461 </cell>
15462 </row>
15463 </lyxtabular>
15464
15465 \end_inset
15466
15467
15468 \end_layout
15469
15470 \end_inset
15471
15472
15473 \end_layout
15474
15475 \begin_layout Standard
15476 \begin_inset VSpace bigskip
15477 \end_inset
15478
15479 Para colorear líneas horizontales, por ejemplo en rojo, como en la tabla
15480 \begin_inset space ~
15481 \end_inset
15482
15483
15484 \begin_inset CommandInset ref
15485 LatexCommand ref
15486 reference "tab:Tabla-con-horizontales-coloreadas"
15487
15488 \end_inset
15489
15490 , inserta estos comandos en código TeX antes de la tabla o del flotante:
15491 \end_layout
15492
15493 \begin_layout Standard
15494
15495 \series bold
15496
15497 \backslash
15498 let
15499 \backslash
15500 myHlineC
15501 \backslash
15502 hline
15503 \begin_inset Newline newline
15504 \end_inset
15505
15506
15507 \backslash
15508 renewcommand{
15509 \backslash
15510 hline}
15511 \begin_inset Newline newline
15512 \end_inset
15513
15514
15515 \begin_inset Phantom HPhantom
15516 status open
15517
15518 \begin_layout Plain Layout
15519
15520 \series bold
15521 \begin_inset space ~
15522 \end_inset
15523
15524
15525 \end_layout
15526
15527 \end_inset
15528
15529 {
15530 \backslash
15531 arrayrulecolor{red}
15532 \backslash
15533 myHlineC
15534 \backslash
15535 arrayrulecolor{black}}
15536 \end_layout
15537
15538 \begin_layout Standard
15539 \begin_inset ERT
15540 status collapsed
15541
15542 \begin_layout Plain Layout
15543
15544
15545 \backslash
15546 let
15547 \backslash
15548 myHlineC
15549 \backslash
15550 hline
15551 \end_layout
15552
15553 \begin_layout Plain Layout
15554
15555
15556 \backslash
15557 renewcommand{
15558 \backslash
15559 hline}
15560 \end_layout
15561
15562 \begin_layout Plain Layout
15563
15564  {
15565 \backslash
15566 arrayrulecolor{red}
15567 \backslash
15568 myHlineC
15569 \backslash
15570 arrayrulecolor{black}}
15571 \end_layout
15572
15573 \end_inset
15574
15575
15576 \begin_inset Float table
15577 placement h
15578 wide false
15579 sideways false
15580 status open
15581
15582 \begin_layout Plain Layout
15583 \begin_inset Caption
15584
15585 \begin_layout Plain Layout
15586 \begin_inset CommandInset label
15587 LatexCommand label
15588 name "tab:Tabla-con-horizontales-coloreadas"
15589
15590 \end_inset
15591
15592 Tabla con líneas horizontales coloreadas
15593 \end_layout
15594
15595 \end_inset
15596
15597
15598 \end_layout
15599
15600 \begin_layout Plain Layout
15601 \align center
15602 \begin_inset Tabular
15603 <lyxtabular version="3" rows="3" columns="3">
15604 <features tabularvalignment="middle">
15605 <column alignment="center" valignment="top" width="0">
15606 <column alignment="center" valignment="top" width="0">
15607 <column alignment="center" valignment="top" width="0">
15608 <row>
15609 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15610 \begin_inset Text
15611
15612 \begin_layout Plain Layout
15613 sd
15614 \end_layout
15615
15616 \end_inset
15617 </cell>
15618 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15619 \begin_inset Text
15620
15621 \begin_layout Plain Layout
15622
15623 \end_layout
15624
15625 \end_inset
15626 </cell>
15627 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15628 \begin_inset Text
15629
15630 \begin_layout Plain Layout
15631
15632 \end_layout
15633
15634 \end_inset
15635 </cell>
15636 </row>
15637 <row>
15638 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15639 \begin_inset Text
15640
15641 \begin_layout Plain Layout
15642
15643 \end_layout
15644
15645 \end_inset
15646 </cell>
15647 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15648 \begin_inset Text
15649
15650 \begin_layout Plain Layout
15651 sd
15652 \end_layout
15653
15654 \end_inset
15655 </cell>
15656 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15657 \begin_inset Text
15658
15659 \begin_layout Plain Layout
15660
15661 \end_layout
15662
15663 \end_inset
15664 </cell>
15665 </row>
15666 <row>
15667 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
15668 \begin_inset Text
15669
15670 \begin_layout Plain Layout
15671
15672 \end_layout
15673
15674 \end_inset
15675 </cell>
15676 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
15677 \begin_inset Text
15678
15679 \begin_layout Plain Layout
15680
15681 \end_layout
15682
15683 \end_inset
15684 </cell>
15685 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
15686 \begin_inset Text
15687
15688 \begin_layout Plain Layout
15689 sd
15690 \end_layout
15691
15692 \end_inset
15693 </cell>
15694 </row>
15695 </lyxtabular>
15696
15697 \end_inset
15698
15699
15700 \end_layout
15701
15702 \end_inset
15703
15704
15705 \end_layout
15706
15707 \begin_layout Standard
15708 Para volver al color de línea negro predeterminado inserta este comando
15709  en código TeX detrás de la tabla o el flotante:
15710 \end_layout
15711
15712 \begin_layout Standard
15713
15714 \series bold
15715
15716 \backslash
15717 renewcommand{
15718 \backslash
15719 hline}{
15720 \backslash
15721 myHlineC}
15722 \end_layout
15723
15724 \begin_layout Standard
15725 La tabla
15726 \begin_inset space ~
15727 \end_inset
15728
15729
15730 \begin_inset CommandInset ref
15731 LatexCommand ref
15732 reference "tab:Tabla-con-líneas-coloreadas"
15733
15734 \end_inset
15735
15736  es un ejemplo con líneas verticales y horizontales coloreadas.
15737 \end_layout
15738
15739 \begin_layout Standard
15740 \begin_inset Float table
15741 placement h
15742 wide false
15743 sideways false
15744 status open
15745
15746 \begin_layout Plain Layout
15747 \begin_inset Caption
15748
15749 \begin_layout Plain Layout
15750 \begin_inset CommandInset label
15751 LatexCommand label
15752 name "tab:Tabla-con-líneas-coloreadas"
15753
15754 \end_inset
15755
15756 Tabla con líneas coloreadas
15757 \end_layout
15758
15759 \end_inset
15760
15761
15762 \end_layout
15763
15764 \begin_layout Plain Layout
15765 \align center
15766 \begin_inset Tabular
15767 <lyxtabular version="3" rows="3" columns="3">
15768 <features tabularvalignment="middle">
15769 <column alignment="center" valignment="top" width="0" special="Wc">
15770 <column alignment="center" valignment="top" width="0" special="Wc">
15771 <column alignment="center" valignment="top" width="0" special="WcW">
15772 <row>
15773 <cell alignment="center" valignment="top" topline="true" usebox="none">
15774 \begin_inset Text
15775
15776 \begin_layout Plain Layout
15777 sd
15778 \end_layout
15779
15780 \end_inset
15781 </cell>
15782 <cell alignment="center" valignment="top" topline="true" usebox="none">
15783 \begin_inset Text
15784
15785 \begin_layout Plain Layout
15786
15787 \end_layout
15788
15789 \end_inset
15790 </cell>
15791 <cell alignment="center" valignment="top" topline="true" usebox="none">
15792 \begin_inset Text
15793
15794 \begin_layout Plain Layout
15795
15796 \end_layout
15797
15798 \end_inset
15799 </cell>
15800 </row>
15801 <row>
15802 <cell alignment="center" valignment="top" topline="true" usebox="none">
15803 \begin_inset Text
15804
15805 \begin_layout Plain Layout
15806
15807 \end_layout
15808
15809 \end_inset
15810 </cell>
15811 <cell alignment="center" valignment="top" topline="true" usebox="none">
15812 \begin_inset Text
15813
15814 \begin_layout Plain Layout
15815 sd
15816 \end_layout
15817
15818 \end_inset
15819 </cell>
15820 <cell alignment="center" valignment="top" topline="true" usebox="none">
15821 \begin_inset Text
15822
15823 \begin_layout Plain Layout
15824
15825 \end_layout
15826
15827 \end_inset
15828 </cell>
15829 </row>
15830 <row>
15831 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
15832 \begin_inset Text
15833
15834 \begin_layout Plain Layout
15835
15836 \end_layout
15837
15838 \end_inset
15839 </cell>
15840 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
15841 \begin_inset Text
15842
15843 \begin_layout Plain Layout
15844
15845 \end_layout
15846
15847 \end_inset
15848 </cell>
15849 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
15850 \begin_inset Text
15851
15852 \begin_layout Plain Layout
15853 sd
15854 \end_layout
15855
15856 \end_inset
15857 </cell>
15858 </row>
15859 </lyxtabular>
15860
15861 \end_inset
15862
15863
15864 \end_layout
15865
15866 \end_inset
15867
15868
15869 \end_layout
15870
15871 \begin_layout Standard
15872 \begin_inset ERT
15873 status collapsed
15874
15875 \begin_layout Plain Layout
15876
15877
15878 \backslash
15879 renewcommand{
15880 \backslash
15881 hline}{
15882 \backslash
15883 myHlineC}
15884 \end_layout
15885
15886 \end_inset
15887
15888
15889 \end_layout
15890
15891 \begin_layout Standard
15892 \begin_inset ERT
15893 status collapsed
15894
15895 \begin_layout Plain Layout
15896
15897
15898 \backslash
15899 setlength{
15900 \backslash
15901 arrayrulewidth}{0.4pt}
15902 \end_layout
15903
15904 \end_inset
15905
15906
15907 \end_layout
15908
15909 \begin_layout Section
15910 Personalización de tablas
15911 \begin_inset Index idx
15912 status collapsed
15913
15914 \begin_layout Plain Layout
15915 Personalización de tablas
15916 \end_layout
15917
15918 \end_inset
15919
15920
15921 \begin_inset Index idx
15922 status collapsed
15923
15924 \begin_layout Plain Layout
15925 Tablas ! Personalización
15926 \end_layout
15927
15928 \end_inset
15929
15930
15931 \end_layout
15932
15933 \begin_layout Subsection
15934 Espacio adicional en filas
15935 \begin_inset CommandInset label
15936 LatexCommand label
15937 name "sub:Espacio-adicional"
15938
15939 \end_inset
15940
15941
15942 \begin_inset Index idx
15943 status collapsed
15944
15945 \begin_layout Plain Layout
15946 Personalización de tablas ! Espacio adicional en filas
15947 \end_layout
15948
15949 \end_inset
15950
15951
15952 \end_layout
15953
15954 \begin_layout Standard
15955 Es posible añadir espacio vertical a las filas de una tabla en la solapa
15956  
15957 \family sans
15958 Bordes
15959 \family default
15960  del diálogo de configuración de tablas.
15961  En el marco 
15962 \family sans
15963 Espacio
15964 \begin_inset space ~
15965 \end_inset
15966
15967 adicional
15968 \family default
15969  dispones de tres posibilidades:
15970 \end_layout
15971
15972 \begin_layout Description
15973 Superior
15974 \begin_inset space ~
15975 \end_inset
15976
15977 de
15978 \begin_inset space ~
15979 \end_inset
15980
15981 la
15982 \begin_inset space ~
15983 \end_inset
15984
15985 fila añade espacio sobre los caracteres de la fila.
15986  Si la tabla es de estilo formal
15987 \begin_inset Foot
15988 status collapsed
15989
15990 \begin_layout Plain Layout
15991 Las tablas formales se explican en la sección
15992 \begin_inset space ~
15993 \end_inset
15994
15995
15996 \begin_inset CommandInset ref
15997 LatexCommand ref
15998 reference "sec:Tablas-Formales"
15999
16000 \end_inset
16001
16002
16003 \end_layout
16004
16005 \end_inset
16006
16007  LyX insertará 0.5
16008 \begin_inset space \thinspace{}
16009 \end_inset
16010
16011 em por omisión.
16012  Si la tabla es de estilo normal el espacio adicional destruirá las líneas
16013  verticales, como se ve en la tabla siguiente:
16014 \begin_inset VSpace medskip
16015 \end_inset
16016
16017
16018 \begin_inset Newline newline
16019 \end_inset
16020
16021
16022 \begin_inset space \hspace*{}
16023 \length 0pt
16024 \end_inset
16025
16026
16027 \begin_inset space \hfill{}
16028 \end_inset
16029
16030
16031 \begin_inset Tabular
16032 <lyxtabular version="3" rows="3" columns="1">
16033 <features tabularvalignment="middle">
16034 <column alignment="center" valignment="top" width="0">
16035 <row>
16036 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16037 \begin_inset Text
16038
16039 \begin_layout Plain Layout
16040 A
16041 \end_layout
16042
16043 \end_inset
16044 </cell>
16045 </row>
16046 <row topspace="3mm">
16047 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16048 \begin_inset Text
16049
16050 \begin_layout Plain Layout
16051 3
16052 \begin_inset space \thinspace{}
16053 \end_inset
16054
16055 mm sobre la fila
16056 \end_layout
16057
16058 \end_inset
16059 </cell>
16060 </row>
16061 <row>
16062 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
16063 \begin_inset Text
16064
16065 \begin_layout Plain Layout
16066 C
16067 \end_layout
16068
16069 \end_inset
16070 </cell>
16071 </row>
16072 </lyxtabular>
16073
16074 \end_inset
16075
16076
16077 \begin_inset space \hfill{}
16078 \end_inset
16079
16080
16081 \begin_inset space \hspace*{}
16082 \length 0pt
16083 \end_inset
16084
16085
16086 \begin_inset VSpace medskip
16087 \end_inset
16088
16089
16090 \begin_inset Newline newline
16091 \end_inset
16092
16093 Así pues, insertar espacio superior en tablas normales sólo es útil en tablas
16094  sin líneas verticales.
16095 \end_layout
16096
16097 \begin_layout Description
16098 Inferior
16099 \begin_inset space ~
16100 \end_inset
16101
16102 de
16103 \begin_inset space ~
16104 \end_inset
16105
16106 la
16107 \begin_inset space ~
16108 \end_inset
16109
16110 fila añade espacio bajo los caracteres de la fila.
16111  Si la tabla es formal LyX inserta por omisión 0.5
16112 \begin_inset space \thinspace{}
16113 \end_inset
16114
16115 em; si la tabla es normal inserta 2
16116 \begin_inset space \thinspace{}
16117 \end_inset
16118
16119 pt.
16120  
16121 \end_layout
16122
16123 \begin_layout Description
16124 Entre
16125 \begin_inset space ~
16126 \end_inset
16127
16128 las
16129 \begin_inset space ~
16130 \end_inset
16131
16132 filas añade espacio entre la fila actual y la siguiente.
16133  Si la tabla es formal LyX inserta 0.5
16134 \begin_inset space \thinspace{}
16135 \end_inset
16136
16137 em por omisión.
16138  En tablas normales, el espacio adicional destruirá las líneas verticales
16139  de la tabla, como se ve en la siguiente:
16140 \begin_inset VSpace medskip
16141 \end_inset
16142
16143
16144 \begin_inset Newline newline
16145 \end_inset
16146
16147
16148 \begin_inset space \hspace*{}
16149 \length 0pt
16150 \end_inset
16151
16152
16153 \begin_inset space \hfill{}
16154 \end_inset
16155
16156
16157 \begin_inset Tabular
16158 <lyxtabular version="3" rows="3" columns="1">
16159 <features tabularvalignment="middle">
16160 <column alignment="center" valignment="top" width="0">
16161 <row>
16162 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16163 \begin_inset Text
16164
16165 \begin_layout Plain Layout
16166 A
16167 \end_layout
16168
16169 \end_inset
16170 </cell>
16171 </row>
16172 <row interlinespace="3mm">
16173 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16174 \begin_inset Text
16175
16176 \begin_layout Plain Layout
16177 \begin_inset Formula $\downarrow$
16178 \end_inset
16179
16180  3
16181 \begin_inset space \thinspace{}
16182 \end_inset
16183
16184 mm entre las filas
16185 \end_layout
16186
16187 \end_inset
16188 </cell>
16189 </row>
16190 <row>
16191 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
16192 \begin_inset Text
16193
16194 \begin_layout Plain Layout
16195 \begin_inset Formula $\uparrow$
16196 \end_inset
16197
16198  3
16199 \begin_inset space \thinspace{}
16200 \end_inset
16201
16202 mm entre las filas 
16203 \begin_inset Formula $\uparrow$
16204 \end_inset
16205
16206
16207 \end_layout
16208
16209 \end_inset
16210 </cell>
16211 </row>
16212 </lyxtabular>
16213
16214 \end_inset
16215
16216
16217 \begin_inset space \hfill{}
16218 \end_inset
16219
16220
16221 \begin_inset space \hspace*{}
16222 \length 0pt
16223 \end_inset
16224
16225
16226 \begin_inset VSpace medskip
16227 \end_inset
16228
16229
16230 \begin_inset Newline newline
16231 \end_inset
16232
16233 Así pues, los espacios adicionales entre filas de tablas normales sólo sirven
16234  para tablas sin líneas verticales.
16235 \end_layout
16236
16237 \begin_layout Standard
16238 \begin_inset VSpace bigskip
16239 \end_inset
16240
16241 Para añadir altura vertical extra a todas las celdas de todas las tablas,
16242  utiliza los siguientes comandos en el preámbulo:
16243 \end_layout
16244
16245 \begin_layout Standard
16246
16247 \series bold
16248
16249 \backslash
16250 @ifundefined{extrarowheight}
16251 \begin_inset Newline newline
16252 \end_inset
16253
16254
16255 \begin_inset Phantom HPhantom
16256 status open
16257
16258 \begin_layout Plain Layout
16259
16260 \series bold
16261 \begin_inset space ~
16262 \end_inset
16263
16264
16265 \end_layout
16266
16267 \end_inset
16268
16269 {
16270 \backslash
16271 usepackage{array}}{}
16272 \begin_inset Newline newline
16273 \end_inset
16274
16275
16276 \backslash
16277 setlength{
16278 \backslash
16279 extrarowheight}{altura}
16280 \end_layout
16281
16282 \begin_layout Standard
16283 Esto tiene el inconveniente de que el texto de las celdas no estará exactamente
16284  centrado en vertical.
16285  (Lyx cargará automáticamente el paquete 
16286 \series bold
16287 array
16288 \series default
16289  cuando uses formatos de tabla autodefinidos.
16290  Para evitar que sea cargado dos veces se pone al principio el comando 
16291 \series bold
16292
16293 \backslash
16294 @ifundefined
16295 \series default
16296 .)
16297 \end_layout
16298
16299 \begin_layout Standard
16300 En el caso de usar fuentes de mayor tamaño que el normal, los bordes de
16301  la tabla están a veces demasiado cerca de las letras.
16302  Esto se puede corregir insertando el comando 
16303 \series bold
16304
16305 \backslash
16306 strut
16307 \series default
16308  en código TeX al principio de la fila de la tabla.
16309  La tabla
16310 \begin_inset space ~
16311 \end_inset
16312
16313
16314 \begin_inset CommandInset ref
16315 LatexCommand ref
16316 reference "tab:Alineación-vertical"
16317
16318 \end_inset
16319
16320  muestra el efecto:
16321 \end_layout
16322
16323 \begin_layout Standard
16324 \noindent
16325 \begin_inset Float table
16326 placement h
16327 wide false
16328 sideways false
16329 status open
16330
16331 \begin_layout Plain Layout
16332 \begin_inset Caption
16333
16334 \begin_layout Plain Layout
16335 \begin_inset CommandInset label
16336 LatexCommand label
16337 name "tab:Alineación-vertical"
16338
16339 \end_inset
16340
16341 Alineación vertical de texto con fuentes grandes
16342 \end_layout
16343
16344 \end_inset
16345
16346
16347 \end_layout
16348
16349 \begin_layout Plain Layout
16350 \begin_inset space \hfill{}
16351 \end_inset
16352
16353
16354 \begin_inset Float table
16355 wide false
16356 sideways false
16357 status collapsed
16358
16359 \begin_layout Plain Layout
16360 \begin_inset Caption
16361
16362 \begin_layout Plain Layout
16363 Tabla normal
16364 \end_layout
16365
16366 \end_inset
16367
16368
16369 \end_layout
16370
16371 \begin_layout Plain Layout
16372 \noindent
16373 \align center
16374 \begin_inset Tabular
16375 <lyxtabular version="3" rows="6" columns="1">
16376 <features tabularvalignment="middle">
16377 <column alignment="left" valignment="top" width="0">
16378 <row>
16379 <cell alignment="left" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16380 \begin_inset Text
16381
16382 \begin_layout Plain Layout
16383 Normal, g
16384 \end_layout
16385
16386 \end_inset
16387 </cell>
16388 </row>
16389 <row>
16390 <cell alignment="left" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16391 \begin_inset Text
16392
16393 \begin_layout Plain Layout
16394
16395 \size large
16396 Grande
16397 \end_layout
16398
16399 \end_inset
16400 </cell>
16401 </row>
16402 <row>
16403 <cell alignment="left" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16404 \begin_inset Text
16405
16406 \begin_layout Plain Layout
16407
16408 \size larger
16409 Más grande
16410 \end_layout
16411
16412 \end_inset
16413 </cell>
16414 </row>
16415 <row>
16416 <cell alignment="left" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16417 \begin_inset Text
16418
16419 \begin_layout Plain Layout
16420
16421 \size largest
16422 Grandísima
16423 \end_layout
16424
16425 \end_inset
16426 </cell>
16427 </row>
16428 <row>
16429 <cell alignment="left" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16430 \begin_inset Text
16431
16432 \begin_layout Plain Layout
16433
16434 \size huge
16435 Enorme
16436 \end_layout
16437
16438 \end_inset
16439 </cell>
16440 </row>
16441 <row>
16442 <cell alignment="left" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
16443 \begin_inset Text
16444
16445 \begin_layout Plain Layout
16446
16447 \size huge
16448 Más enorme
16449 \end_layout
16450
16451 \end_inset
16452 </cell>
16453 </row>
16454 </lyxtabular>
16455
16456 \end_inset
16457
16458
16459 \end_layout
16460
16461 \end_inset
16462
16463
16464 \begin_inset space \hfill{}
16465 \end_inset
16466
16467
16468 \begin_inset Float table
16469 wide false
16470 sideways false
16471 status collapsed
16472
16473 \begin_layout Plain Layout
16474 \begin_inset Caption
16475
16476 \begin_layout Plain Layout
16477 Tabla con comando 
16478 \series bold
16479
16480 \backslash
16481 strut
16482 \end_layout
16483
16484 \end_inset
16485
16486
16487 \end_layout
16488
16489 \begin_layout Plain Layout
16490 \noindent
16491 \align center
16492 \begin_inset Tabular
16493 <lyxtabular version="3" rows="6" columns="1">
16494 <features tabularvalignment="middle">
16495 <column alignment="left" valignment="top" width="0">
16496 <row>
16497 <cell alignment="left" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16498 \begin_inset Text
16499
16500 \begin_layout Plain Layout
16501 Normal, g
16502 \end_layout
16503
16504 \end_inset
16505 </cell>
16506 </row>
16507 <row>
16508 <cell alignment="left" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16509 \begin_inset Text
16510
16511 \begin_layout Plain Layout
16512
16513 \size large
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 Grande
16527 \end_layout
16528
16529 \end_inset
16530 </cell>
16531 </row>
16532 <row>
16533 <cell alignment="left" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16534 \begin_inset Text
16535
16536 \begin_layout Plain Layout
16537
16538 \size larger
16539 \begin_inset ERT
16540 status collapsed
16541
16542 \begin_layout Plain Layout
16543
16544
16545 \backslash
16546 strut 
16547 \end_layout
16548
16549 \end_inset
16550
16551 Más grande
16552 \end_layout
16553
16554 \end_inset
16555 </cell>
16556 </row>
16557 <row>
16558 <cell alignment="left" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16559 \begin_inset Text
16560
16561 \begin_layout Plain Layout
16562
16563 \size largest
16564 \begin_inset ERT
16565 status collapsed
16566
16567 \begin_layout Plain Layout
16568
16569
16570 \backslash
16571 strut 
16572 \end_layout
16573
16574 \end_inset
16575
16576 Grandísima
16577 \end_layout
16578
16579 \end_inset
16580 </cell>
16581 </row>
16582 <row>
16583 <cell alignment="left" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16584 \begin_inset Text
16585
16586 \begin_layout Plain Layout
16587
16588 \size huge
16589 \begin_inset ERT
16590 status collapsed
16591
16592 \begin_layout Plain Layout
16593
16594
16595 \backslash
16596 strut 
16597 \end_layout
16598
16599 \end_inset
16600
16601 Enorme
16602 \end_layout
16603
16604 \end_inset
16605 </cell>
16606 </row>
16607 <row>
16608 <cell alignment="left" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
16609 \begin_inset Text
16610
16611 \begin_layout Plain Layout
16612
16613 \size giant
16614 \begin_inset ERT
16615 status collapsed
16616
16617 \begin_layout Plain Layout
16618
16619
16620 \backslash
16621 strut 
16622 \end_layout
16623
16624 \end_inset
16625
16626
16627 \size huge
16628 Más enorme
16629 \end_layout
16630
16631 \end_inset
16632 </cell>
16633 </row>
16634 </lyxtabular>
16635
16636 \end_inset
16637
16638
16639 \end_layout
16640
16641 \end_inset
16642
16643
16644 \begin_inset space \hfill{}
16645 \end_inset
16646
16647
16648 \end_layout
16649
16650 \end_inset
16651
16652
16653 \end_layout
16654
16655 \begin_layout Subsection
16656 Alineación especial de celdas
16657 \begin_inset Index idx
16658 status collapsed
16659
16660 \begin_layout Plain Layout
16661 Personalización de tablas ! Alineación especial de celdas
16662 \end_layout
16663
16664 \end_inset
16665
16666
16667 \end_layout
16668
16669 \begin_layout Standard
16670 A veces mejora la presentación si las entradas en las celdas de una columna
16671  se alinean con un carácter determinado, p.
16672 \begin_inset space \thinspace{}
16673 \end_inset
16674
16675 e.
16676 \begin_inset space ~
16677 \end_inset
16678
16679 el separador decimal, como en la tabla
16680 \begin_inset space ~
16681 \end_inset
16682
16683
16684 \begin_inset CommandInset ref
16685 LatexCommand ref
16686 reference "tab:Tabla-con-celdas-de"
16687
16688 \end_inset
16689
16690 .
16691 \end_layout
16692
16693 \begin_layout Standard
16694 \begin_inset Float table
16695 wide false
16696 sideways false
16697 status open
16698
16699 \begin_layout Plain Layout
16700 \begin_inset Caption
16701
16702 \begin_layout Plain Layout
16703 \begin_inset CommandInset label
16704 LatexCommand label
16705 name "tab:Tabla-con-celdas-de"
16706
16707 \end_inset
16708
16709 Tabla con celdas alineadas con el separador decimal.
16710 \end_layout
16711
16712 \end_inset
16713
16714
16715 \end_layout
16716
16717 \begin_layout Plain Layout
16718 \align center
16719 \begin_inset Tabular
16720 <lyxtabular version="3" rows="4" columns="2">
16721 <features tabularvalignment="middle">
16722 <column alignment="right" valignment="top" width="0">
16723 <column alignment="left" valignment="top" width="0" special="@{}l">
16724 <row>
16725 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" usebox="none">
16726 \begin_inset Text
16727
16728 \begin_layout Plain Layout
16729 leyenda
16730 \end_layout
16731
16732 \end_inset
16733 </cell>
16734 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16735 \begin_inset Text
16736
16737 \begin_layout Plain Layout
16738
16739 \end_layout
16740
16741 \end_inset
16742 </cell>
16743 </row>
16744 <row>
16745 <cell alignment="center" valignment="top" usebox="none">
16746 \begin_inset Text
16747
16748 \begin_layout Plain Layout
16749 12,
16750 \end_layout
16751
16752 \end_inset
16753 </cell>
16754 <cell alignment="center" valignment="top" usebox="none">
16755 \begin_inset Text
16756
16757 \begin_layout Plain Layout
16758 6
16759 \end_layout
16760
16761 \end_inset
16762 </cell>
16763 </row>
16764 <row>
16765 <cell alignment="center" valignment="top" usebox="none">
16766 \begin_inset Text
16767
16768 \begin_layout Plain Layout
16769 0,
16770 \end_layout
16771
16772 \end_inset
16773 </cell>
16774 <cell alignment="center" valignment="top" usebox="none">
16775 \begin_inset Text
16776
16777 \begin_layout Plain Layout
16778 68
16779 \end_layout
16780
16781 \end_inset
16782 </cell>
16783 </row>
16784 <row>
16785 <cell alignment="center" valignment="top" usebox="none">
16786 \begin_inset Text
16787
16788 \begin_layout Plain Layout
16789 -123,
16790 \end_layout
16791
16792 \end_inset
16793 </cell>
16794 <cell alignment="center" valignment="top" usebox="none">
16795 \begin_inset Text
16796
16797 \begin_layout Plain Layout
16798 0
16799 \end_layout
16800
16801 \end_inset
16802 </cell>
16803 </row>
16804 </lyxtabular>
16805
16806 \end_inset
16807
16808
16809 \end_layout
16810
16811 \end_inset
16812
16813
16814 \end_layout
16815
16816 \begin_layout Standard
16817 Esta es una tabla 4×2.
16818  La leyenda es una multicolumna centrada.
16819  La primera columna está alineada a la derecha y contiene el punto decimal
16820  y los dígitos anteriores.
16821  La segunda columna está alineada a la izquierda y contiene los dígitos
16822  posteriores al punto decimal.
16823  Para omitir el espacio que hay normalmente entre dos columnas se ha usado
16824  el siguiente argumento LaTeX para la segunda columna:
16825 \end_layout
16826
16827 \begin_layout Standard
16828
16829 \series bold
16830 @{}l
16831 \end_layout
16832
16833 \begin_layout Standard
16834 La tabla
16835 \begin_inset space ~
16836 \end_inset
16837
16838
16839 \begin_inset CommandInset ref
16840 LatexCommand ref
16841 reference "tab:Varias-alineaciones"
16842
16843 \end_inset
16844
16845  muestra varios ejemplos de alineación.
16846  Para alinear con el signo de relación debes añadir el segundo espacio matemátic
16847 o más pequeño al comienzo de la última columna para conseguir el espacio
16848  adecuado alrededor del signo.
16849 \end_layout
16850
16851 \begin_layout Standard
16852 \begin_inset Float table
16853 placement h
16854 wide false
16855 sideways false
16856 status open
16857
16858 \begin_layout Plain Layout
16859 \begin_inset Caption
16860
16861 \begin_layout Plain Layout
16862 \begin_inset CommandInset label
16863 LatexCommand label
16864 name "tab:Varias-alineaciones"
16865
16866 \end_inset
16867
16868 Tabla con varias alineaciones.
16869 \end_layout
16870
16871 \end_inset
16872
16873
16874 \end_layout
16875
16876 \begin_layout Plain Layout
16877 \align center
16878 \begin_inset Tabular
16879 <lyxtabular version="3" rows="4" columns="6">
16880 <features tabularvalignment="middle">
16881 <column alignment="right" valignment="top" width="0">
16882 <column alignment="left" valignment="top" width="0" special="@{}l">
16883 <column alignment="right" valignment="top" width="0">
16884 <column alignment="left" valignment="top" width="0" special="@{}l">
16885 <column alignment="right" valignment="top" width="0">
16886 <column alignment="left" valignment="top" width="0" special="@{}l">
16887 <row>
16888 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
16889 \begin_inset Text
16890
16891 \begin_layout Plain Layout
16892 unidades
16893 \end_layout
16894
16895 \end_inset
16896 </cell>
16897 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16898 \begin_inset Text
16899
16900 \begin_layout Plain Layout
16901
16902 \end_layout
16903
16904 \end_inset
16905 </cell>
16906 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
16907 \begin_inset Text
16908
16909 \begin_layout Plain Layout
16910 exponentes
16911 \end_layout
16912
16913 \end_inset
16914 </cell>
16915 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16916 \begin_inset Text
16917
16918 \begin_layout Plain Layout
16919
16920 \end_layout
16921
16922 \end_inset
16923 </cell>
16924 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" usebox="none">
16925 \begin_inset Text
16926
16927 \begin_layout Plain Layout
16928 relaciones
16929 \end_layout
16930
16931 \end_inset
16932 </cell>
16933 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16934 \begin_inset Text
16935
16936 \begin_layout Plain Layout
16937
16938 \end_layout
16939
16940 \end_inset
16941 </cell>
16942 </row>
16943 <row>
16944 <cell alignment="center" valignment="top" usebox="none">
16945 \begin_inset Text
16946
16947 \begin_layout Plain Layout
16948 12×
16949 \end_layout
16950
16951 \end_inset
16952 </cell>
16953 <cell alignment="center" valignment="top" rightline="true" usebox="none">
16954 \begin_inset Text
16955
16956 \begin_layout Plain Layout
16957 24
16958 \begin_inset space \thinspace{}
16959 \end_inset
16960
16961 bottles
16962 \end_layout
16963
16964 \end_inset
16965 </cell>
16966 <cell alignment="center" valignment="top" usebox="none">
16967 \begin_inset Text
16968
16969 \begin_layout Plain Layout
16970 \begin_inset Formula $10\cdot$
16971 \end_inset
16972
16973
16974 \end_layout
16975
16976 \end_inset
16977 </cell>
16978 <cell alignment="center" valignment="top" rightline="true" usebox="none">
16979 \begin_inset Text
16980
16981 \begin_layout Plain Layout
16982 \begin_inset Formula $10^{\mbox{-}17}$
16983 \end_inset
16984
16985
16986 \end_layout
16987
16988 \end_inset
16989 </cell>
16990 <cell alignment="center" valignment="top" usebox="none">
16991 \begin_inset Text
16992
16993 \begin_layout Plain Layout
16994 \begin_inset Formula $\Gamma(t)\propto$
16995 \end_inset
16996
16997
16998 \end_layout
16999
17000 \end_inset
17001 </cell>
17002 <cell alignment="center" valignment="top" usebox="none">
17003 \begin_inset Text
17004
17005 \begin_layout Plain Layout
17006 \begin_inset Formula $\:\Upsilon(t)$
17007 \end_inset
17008
17009
17010 \end_layout
17011
17012 \end_inset
17013 </cell>
17014 </row>
17015 <row>
17016 <cell alignment="center" valignment="top" usebox="none">
17017 \begin_inset Text
17018
17019 \begin_layout Plain Layout
17020 1024×
17021 \end_layout
17022
17023 \end_inset
17024 </cell>
17025 <cell alignment="center" valignment="top" rightline="true" usebox="none">
17026 \begin_inset Text
17027
17028 \begin_layout Plain Layout
17029 768
17030 \begin_inset space \thinspace{}
17031 \end_inset
17032
17033 Pixels
17034 \end_layout
17035
17036 \end_inset
17037 </cell>
17038 <cell alignment="center" valignment="top" usebox="none">
17039 \begin_inset Text
17040
17041 \begin_layout Plain Layout
17042 \begin_inset Formula $5.78\cdot$
17043 \end_inset
17044
17045
17046 \end_layout
17047
17048 \end_inset
17049 </cell>
17050 <cell alignment="center" valignment="top" rightline="true" usebox="none">
17051 \begin_inset Text
17052
17053 \begin_layout Plain Layout
17054 \begin_inset Formula $10^{7}$
17055 \end_inset
17056
17057
17058 \end_layout
17059
17060 \end_inset
17061 </cell>
17062 <cell alignment="center" valignment="top" usebox="none">
17063 \begin_inset Text
17064
17065 \begin_layout Plain Layout
17066 \begin_inset Formula $A\ne$
17067 \end_inset
17068
17069
17070 \end_layout
17071
17072 \end_inset
17073 </cell>
17074 <cell alignment="center" valignment="top" usebox="none">
17075 \begin_inset Text
17076
17077 \begin_layout Plain Layout
17078 \begin_inset Formula $\: B_{\mathrm{red}}$
17079 \end_inset
17080
17081
17082 \end_layout
17083
17084 \end_inset
17085 </cell>
17086 </row>
17087 <row>
17088 <cell alignment="center" valignment="top" usebox="none">
17089 \begin_inset Text
17090
17091 \begin_layout Plain Layout
17092 32×
17093 \end_layout
17094
17095 \end_inset
17096 </cell>
17097 <cell alignment="center" valignment="top" rightline="true" usebox="none">
17098 \begin_inset Text
17099
17100 \begin_layout Plain Layout
17101 6
17102 \begin_inset space \thinspace{}
17103 \end_inset
17104
17105 cm
17106 \end_layout
17107
17108 \end_inset
17109 </cell>
17110 <cell alignment="center" valignment="top" usebox="none">
17111 \begin_inset Text
17112
17113 \begin_layout Plain Layout
17114 -
17115 \begin_inset Formula $33.5\cdot$
17116 \end_inset
17117
17118
17119 \end_layout
17120
17121 \end_inset
17122 </cell>
17123 <cell alignment="center" valignment="top" rightline="true" usebox="none">
17124 \begin_inset Text
17125
17126 \begin_layout Plain Layout
17127 \begin_inset Formula $10^{4}$
17128 \end_inset
17129
17130
17131 \end_layout
17132
17133 \end_inset
17134 </cell>
17135 <cell alignment="center" valignment="top" usebox="none">
17136 \begin_inset Text
17137
17138 \begin_layout Plain Layout
17139 \begin_inset Formula $\sen(\alpha)\ge$
17140 \end_inset
17141
17142
17143 \end_layout
17144
17145 \end_inset
17146 </cell>
17147 <cell alignment="center" valignment="top" usebox="none">
17148 \begin_inset Text
17149
17150 \begin_layout Plain Layout
17151 \begin_inset Formula $\:\sen(\beta)$
17152 \end_inset
17153
17154
17155 \end_layout
17156
17157 \end_inset
17158 </cell>
17159 </row>
17160 </lyxtabular>
17161
17162 \end_inset
17163
17164
17165 \end_layout
17166
17167 \end_inset
17168
17169
17170 \end_layout
17171
17172 \begin_layout Standard
17173 \begin_inset VSpace bigskip
17174 \end_inset
17175
17176 También hay un paquete LaTeX, 
17177 \series bold
17178 dcolumn
17179 \series default
17180
17181 \begin_inset Index idx
17182 status collapsed
17183
17184 \begin_layout Plain Layout
17185 LaTeX-paquetes ! dcolumn
17186 \end_layout
17187
17188 \end_inset
17189
17190 , que permite alinear el contenido de las celdas.
17191  Pero desgraciadamente trata las entradas de celda en modo matemático y
17192  no permite fórmulas en celdas: la primera columna de la tabla
17193 \begin_inset space ~
17194 \end_inset
17195
17196
17197 \begin_inset CommandInset ref
17198 LatexCommand ref
17199 reference "tab:Varias-alineaciones"
17200
17201 \end_inset
17202
17203  se verá con 
17204 \series bold
17205 dcolumn
17206 \series default
17207  como la primera columna en la tabla
17208 \begin_inset space ~
17209 \end_inset
17210
17211
17212 \begin_inset CommandInset ref
17213 LatexCommand ref
17214 reference "tab:Alineaciones-con-el"
17215
17216 \end_inset
17217
17218  y sólo con algunos trucos se consigue lo que se espera.
17219  La alineación de la segunda y tercera columnas de la tabla
17220 \begin_inset space ~
17221 \end_inset
17222
17223
17224 \begin_inset CommandInset ref
17225 LatexCommand ref
17226 reference "tab:Varias-alineaciones"
17227
17228 \end_inset
17229
17230  no es posible con 
17231 \series bold
17232 dcolumn
17233 \series default
17234 .
17235 \end_layout
17236
17237 \begin_layout Standard
17238 \begin_inset Newpage newpage
17239 \end_inset
17240
17241
17242 \end_layout
17243
17244 \begin_layout Standard
17245 \begin_inset Float table
17246 placement h
17247 wide false
17248 sideways false
17249 status open
17250
17251 \begin_layout Plain Layout
17252 \begin_inset Caption
17253
17254 \begin_layout Plain Layout
17255 \begin_inset CommandInset label
17256 LatexCommand label
17257 name "tab:Alineaciones-con-el"
17258
17259 \end_inset
17260
17261
17262 \begin_inset Argument
17263 status collapsed
17264
17265 \begin_layout Plain Layout
17266 Tabla alineada con 
17267 \series bold
17268 dcolumn
17269 \end_layout
17270
17271 \end_inset
17272
17273 Alineaciones con el paquete LaTeX 
17274 \series bold
17275 dcolumn
17276 \series default
17277 .
17278  Hay que usar algunos trucos para la alineación de las columnas en la salida.
17279 \end_layout
17280
17281 \end_inset
17282
17283
17284 \end_layout
17285
17286 \begin_layout Plain Layout
17287 \align center
17288 \begin_inset Tabular
17289 <lyxtabular version="3" rows="4" columns="3">
17290 <features tabularvalignment="middle">
17291 <column alignment="center" valignment="top" width="0" special="D{x}{\times}{4.9}">
17292 <column alignment="center" valignment="top" width="0" special="D{x}{\times}{4.9}">
17293 <column alignment="center" valignment="top" width="0" special="D{+}{\,}{9.7}">
17294 <row>
17295 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
17296 \begin_inset Text
17297
17298 \begin_layout Plain Layout
17299 unidades
17300 \end_layout
17301
17302 \end_inset
17303 </cell>
17304 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
17305 \begin_inset Text
17306
17307 \begin_layout Plain Layout
17308 unidades
17309 \end_layout
17310
17311 \end_inset
17312 </cell>
17313 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" usebox="none">
17314 \begin_inset Text
17315
17316 \begin_layout Plain Layout
17317 unidades
17318 \end_layout
17319
17320 \end_inset
17321 </cell>
17322 </row>
17323 <row>
17324 <cell alignment="center" valignment="top" rightline="true" usebox="none">
17325 \begin_inset Text
17326
17327 \begin_layout Plain Layout
17328 12x24
17329 \begin_inset space \thinspace{}
17330 \end_inset
17331
17332 bottles
17333 \end_layout
17334
17335 \end_inset
17336 </cell>
17337 <cell alignment="center" valignment="top" rightline="true" usebox="none">
17338 \begin_inset Text
17339
17340 \begin_layout Plain Layout
17341 12x24
17342 \begin_inset space \thinspace{}
17343 \end_inset
17344
17345
17346 \begin_inset Formula $\mbox{bottles}$
17347 \end_inset
17348
17349
17350 \end_layout
17351
17352 \end_inset
17353 </cell>
17354 <cell alignment="center" valignment="top" usebox="none">
17355 \begin_inset Text
17356
17357 \begin_layout Plain Layout
17358 12
17359 \begin_inset ERT
17360 status collapsed
17361
17362 \begin_layout Plain Layout
17363
17364
17365 \backslash
17366 times
17367 \end_layout
17368
17369 \end_inset
17370
17371 24+
17372 \begin_inset Formula $\mbox{bottles}$
17373 \end_inset
17374
17375
17376 \end_layout
17377
17378 \end_inset
17379 </cell>
17380 </row>
17381 <row>
17382 <cell alignment="center" valignment="top" rightline="true" usebox="none">
17383 \begin_inset Text
17384
17385 \begin_layout Plain Layout
17386 1024x768
17387 \begin_inset space \thinspace{}
17388 \end_inset
17389
17390 Pixels
17391 \end_layout
17392
17393 \end_inset
17394 </cell>
17395 <cell alignment="center" valignment="top" rightline="true" usebox="none">
17396 \begin_inset Text
17397
17398 \begin_layout Plain Layout
17399 1024x768
17400 \begin_inset space \thinspace{}
17401 \end_inset
17402
17403
17404 \begin_inset Formula $\mbox{Pixels}$
17405 \end_inset
17406
17407
17408 \end_layout
17409
17410 \end_inset
17411 </cell>
17412 <cell alignment="center" valignment="top" usebox="none">
17413 \begin_inset Text
17414
17415 \begin_layout Plain Layout
17416 1024
17417 \begin_inset ERT
17418 status collapsed
17419
17420 \begin_layout Plain Layout
17421
17422
17423 \backslash
17424 times
17425 \end_layout
17426
17427 \end_inset
17428
17429 768+
17430 \begin_inset Formula $\mbox{Pixels}$
17431 \end_inset
17432
17433  
17434 \end_layout
17435
17436 \end_inset
17437 </cell>
17438 </row>
17439 <row>
17440 <cell alignment="center" valignment="top" rightline="true" usebox="none">
17441 \begin_inset Text
17442
17443 \begin_layout Plain Layout
17444 32x6
17445 \begin_inset space \thinspace{}
17446 \end_inset
17447
17448 cm
17449 \end_layout
17450
17451 \end_inset
17452 </cell>
17453 <cell alignment="center" valignment="top" rightline="true" usebox="none">
17454 \begin_inset Text
17455
17456 \begin_layout Plain Layout
17457 32x6
17458 \begin_inset space \thinspace{}
17459 \end_inset
17460
17461
17462 \begin_inset Formula $\mbox{cm}$
17463 \end_inset
17464
17465
17466 \end_layout
17467
17468 \end_inset
17469 </cell>
17470 <cell alignment="center" valignment="top" usebox="none">
17471 \begin_inset Text
17472
17473 \begin_layout Plain Layout
17474 32
17475 \begin_inset ERT
17476 status collapsed
17477
17478 \begin_layout Plain Layout
17479
17480
17481 \backslash
17482 times
17483 \end_layout
17484
17485 \end_inset
17486
17487 6+
17488 \begin_inset Formula $\mbox{cm}$
17489 \end_inset
17490
17491
17492 \end_layout
17493
17494 \end_inset
17495 </cell>
17496 </row>
17497 </lyxtabular>
17498
17499 \end_inset
17500
17501
17502 \end_layout
17503
17504 \end_inset
17505
17506
17507 \end_layout
17508
17509 \begin_layout Subsection
17510 Formato personalizado de celda/columna
17511 \begin_inset CommandInset label
17512 LatexCommand label
17513 name "sub:Formato-Personalizado"
17514
17515 \end_inset
17516
17517
17518 \begin_inset Index idx
17519 status collapsed
17520
17521 \begin_layout Plain Layout
17522 Personalización de tablas ! Formato de celda/columna
17523 \end_layout
17524
17525 \end_inset
17526
17527
17528 \end_layout
17529
17530 \begin_layout Standard
17531 El cálculo de la anchura necesaria para columnas extendidas descrito en
17532  la sección
17533 \begin_inset space ~
17534 \end_inset
17535
17536
17537 \begin_inset CommandInset ref
17538 LatexCommand ref
17539 reference "sub:Cálculos-en-Multicolumnas"
17540
17541 \end_inset
17542
17543  es muy pesado si tienes varias tablas con multicolumnas.
17544  Para hacerlo más fácil, puedes definir en el preámbulo un formato de celda/colu
17545 mna aplicable a todas las tablas del documento.
17546  El formato se define con el comando
17547 \end_layout
17548
17549 \begin_layout Standard
17550
17551 \series bold
17552
17553 \backslash
17554 newcolumntype{nombre del formato}[número de argumentos]{comandos}
17555 \end_layout
17556
17557 \begin_layout Standard
17558 El nombre de formato puede ser una sola letra.
17559  Las letras 
17560 \emph on
17561 b, c, l, m, p
17562 \emph default
17563  y 
17564 \emph on
17565 r
17566 \emph default
17567  están predefinidas y no pueden usarse.
17568  Pero se permiten todas las mayúsculas.
17569 \end_layout
17570
17571 \begin_layout Standard
17572 \begin_inset VSpace medskip
17573 \end_inset
17574
17575
17576 \end_layout
17577
17578 \begin_layout Standard
17579 Para celdas multicolumna vertical y horizontalmente centradas con una anchura
17580  fija puedes definir el formato de celda
17581 \end_layout
17582
17583 \begin_layout Standard
17584
17585 \series bold
17586
17587 \backslash
17588 newcolumntype{M}[1]{>{
17589 \backslash
17590 centering
17591 \backslash
17592 hspace{0pt}}m{#1}}
17593 \end_layout
17594
17595 \begin_layout Standard
17596 donde 
17597 \series bold
17598
17599 \backslash
17600 hspace{0pt}
17601 \series default
17602  evita el problema de partir con guión la primera palabra, como se describe
17603  en la sección
17604 \begin_inset space ~
17605 \end_inset
17606
17607
17608 \begin_inset CommandInset ref
17609 LatexCommand ref
17610 reference "sub:Líneas-Múltiples-en"
17611
17612 \end_inset
17613
17614 .
17615  Ahora puedes introducir simplemente
17616 \end_layout
17617
17618 \begin_layout Standard
17619
17620 \series bold
17621 M{ancho}
17622 \end_layout
17623
17624 \begin_layout Standard
17625 como argumento LaTeX en el diálogo de tabla para crear una multicolumna.
17626 \end_layout
17627
17628 \begin_layout Standard
17629 \begin_inset VSpace bigskip
17630 \end_inset
17631
17632
17633 \end_layout
17634
17635 \begin_layout Standard
17636 Para celdas extendidas en una celda multicolumna, puedes definir el formato
17637 \end_layout
17638
17639 \begin_layout Standard
17640
17641 \series bold
17642
17643 \backslash
17644 newcolumntype{S}[2]{>{
17645 \backslash
17646 centering
17647 \backslash
17648 hspace{0pt}}
17649 \begin_inset Newline newline
17650 \end_inset
17651
17652
17653 \begin_inset Phantom HPhantom
17654 status open
17655
17656 \begin_layout Plain Layout
17657
17658 \series bold
17659
17660 \backslash
17661 newcolumntype
17662 \end_layout
17663
17664 \end_inset
17665
17666 m{(#1+(2
17667 \backslash
17668 tabcolsep+
17669 \backslash
17670 arrayrulewidth)*(1-#2))/#2}}
17671 \end_layout
17672
17673 \begin_layout Standard
17674 Este formato usa la ecuación 
17675 \begin_inset CommandInset ref
17676 LatexCommand eqref
17677 reference "eq:Wgn"
17678
17679 \end_inset
17680
17681  para calcular la anchura necesaria para que cada celda extendida tenga
17682  la misma anchura.
17683 \end_layout
17684
17685 \begin_layout Standard
17686 Ahora puedes introducir
17687 \end_layout
17688
17689 \begin_layout Standard
17690
17691 \series bold
17692 S{ancho de la celda multicolumna}{número de columnas extendidas}
17693 \end_layout
17694
17695 \begin_layout Standard
17696 como argumento LaTeX de la columna.
17697 \end_layout
17698
17699 \begin_layout Standard
17700 \begin_inset VSpace bigskip
17701 \end_inset
17702
17703
17704 \end_layout
17705
17706 \begin_layout Standard
17707 Para columnas coloreadas puedes definir
17708 \end_layout
17709
17710 \begin_layout Standard
17711
17712 \series bold
17713
17714 \backslash
17715 newcolumntype{K}[1]{>{
17716 \backslash
17717 columncolor{#1}
17718 \backslash
17719 hspace{0pt}}c}
17720 \end_layout
17721
17722 \begin_layout Standard
17723 La «c» al final crea una columna con anchura flexible cuyo texto está centrado
17724  horizontalmente.
17725  Ahora puedes introducir
17726 \end_layout
17727
17728 \begin_layout Standard
17729
17730 \series bold
17731 K{nombre del color}
17732 \end_layout
17733
17734 \begin_layout Standard
17735 como argumento LaTeX.
17736 \end_layout
17737
17738 \begin_layout Standard
17739 \begin_inset VSpace bigskip
17740 \end_inset
17741
17742
17743 \end_layout
17744
17745 \begin_layout Standard
17746 Para crear la tabla
17747 \begin_inset space ~
17748 \end_inset
17749
17750
17751 \begin_inset CommandInset ref
17752 LatexCommand ref
17753 reference "tab:Tabla-con-formatos-definidos-por"
17754
17755 \end_inset
17756
17757  usa los argumentos LaTeX
17758 \end_layout
17759
17760 \begin_layout Standard
17761
17762 \series bold
17763 M{2.5cm}
17764 \end_layout
17765
17766 \begin_layout Standard
17767 para la primera columna y la multicolumna,
17768 \end_layout
17769
17770 \begin_layout Standard
17771
17772 \series bold
17773 K{red}
17774 \end_layout
17775
17776 \begin_layout Standard
17777 para la última columna y
17778 \end_layout
17779
17780 \begin_layout Standard
17781
17782 \series bold
17783 S{2.5cm}{2}
17784 \end_layout
17785
17786 \begin_layout Standard
17787 para las celdas en la segunda columna.
17788 \end_layout
17789
17790 \begin_layout Standard
17791 \begin_inset Float table
17792 placement h
17793 wide false
17794 sideways false
17795 status open
17796
17797 \begin_layout Plain Layout
17798 \begin_inset Caption
17799
17800 \begin_layout Plain Layout
17801 \begin_inset CommandInset label
17802 LatexCommand label
17803 name "tab:Tabla-con-formatos-definidos-por"
17804
17805 \end_inset
17806
17807 Tabla con formatos definidos por el usuario
17808 \end_layout
17809
17810 \end_inset
17811
17812
17813 \end_layout
17814
17815 \begin_layout Plain Layout
17816 \align center
17817 \begin_inset Tabular
17818 <lyxtabular version="3" rows="3" columns="4">
17819 <features tabularvalignment="middle">
17820 <column alignment="center" valignment="middle" width="2.5cm" special="M{2.5cm}">
17821 <column alignment="center" valignment="middle" width="0" special="S{2.5cm}{2}">
17822 <column alignment="center" valignment="middle" width="0">
17823 <column alignment="center" valignment="middle" width="0" special="K{red}">
17824 <row>
17825 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17826 \begin_inset Text
17827
17828 \begin_layout Plain Layout
17829 palabramuylargaenceldadetabla
17830 \end_layout
17831
17832 \end_inset
17833 </cell>
17834 <cell multicolumn="1" alignment="center" valignment="top" topline="true" leftline="true" usebox="none" special="M{2.5cm}">
17835 \begin_inset Text
17836
17837 \begin_layout Plain Layout
17838 multicolumna línea múltiple
17839 \end_layout
17840
17841 \end_inset
17842 </cell>
17843 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17844 \begin_inset Text
17845
17846 \begin_layout Plain Layout
17847
17848 \end_layout
17849
17850 \end_inset
17851 </cell>
17852 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17853 \begin_inset Text
17854
17855 \begin_layout Plain Layout
17856 c
17857 \end_layout
17858
17859 \end_inset
17860 </cell>
17861 </row>
17862 <row>
17863 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17864 \begin_inset Text
17865
17866 \begin_layout Plain Layout
17867 d
17868 \end_layout
17869
17870 \end_inset
17871 </cell>
17872 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17873 \begin_inset Text
17874
17875 \begin_layout Plain Layout
17876 e
17877 \end_layout
17878
17879 \end_inset
17880 </cell>
17881 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17882 \begin_inset Text
17883
17884 \begin_layout Plain Layout
17885 f
17886 \end_layout
17887
17888 \end_inset
17889 </cell>
17890 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17891 \begin_inset Text
17892
17893 \begin_layout Plain Layout
17894 g
17895 \end_layout
17896
17897 \end_inset
17898 </cell>
17899 </row>
17900 <row>
17901 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
17902 \begin_inset Text
17903
17904 \begin_layout Plain Layout
17905 h
17906 \end_layout
17907
17908 \end_inset
17909 </cell>
17910 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
17911 \begin_inset Text
17912
17913 \begin_layout Plain Layout
17914 i
17915 \end_layout
17916
17917 \end_inset
17918 </cell>
17919 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
17920 \begin_inset Text
17921
17922 \begin_layout Plain Layout
17923 j
17924 \end_layout
17925
17926 \end_inset
17927 </cell>
17928 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
17929 \begin_inset Text
17930
17931 \begin_layout Plain Layout
17932 k
17933 \end_layout
17934
17935 \end_inset
17936 </cell>
17937 </row>
17938 </lyxtabular>
17939
17940 \end_inset
17941
17942
17943 \end_layout
17944
17945 \end_inset
17946
17947
17948 \end_layout
17949
17950 \begin_layout Subsection
17951 Grosor de líneas
17952 \begin_inset CommandInset label
17953 LatexCommand label
17954 name "sub:Grosor-de-Líneas"
17955
17956 \end_inset
17957
17958
17959 \begin_inset Index idx
17960 status collapsed
17961
17962 \begin_layout Plain Layout
17963 Personalización de tablas ! Grosor de línea
17964 \end_layout
17965
17966 \end_inset
17967
17968
17969 \end_layout
17970
17971 \begin_layout Standard
17972 El grosor para todas las líneas de una tabla puede ajustarse con la longitud
17973  
17974 \series bold
17975
17976 \backslash
17977 arrayrulewidth
17978 \series default
17979 .
17980  Por ejemplo, para poner un grosor de línea de 1.5
17981 \begin_inset space \thinspace{}
17982 \end_inset
17983
17984 pt, como en la tabla
17985 \begin_inset space ~
17986 \end_inset
17987
17988
17989 \begin_inset CommandInset ref
17990 LatexCommand ref
17991 reference "tab:Tabla-con-líneas"
17992
17993 \end_inset
17994
17995 , inserta el comando
17996 \end_layout
17997
17998 \begin_layout Standard
17999
18000 \series bold
18001
18002 \backslash
18003 setlength{
18004 \backslash
18005 arrayrulewidth}{1.5pt}
18006 \end_layout
18007
18008 \begin_layout Standard
18009 en código TeX antes de la tabla o flotante.
18010  Este cambio es válido para todas las siguientes tablas.
18011  Para volver al valor predeterminado, define 
18012 \series bold
18013
18014 \backslash
18015 arrayrulewidth
18016 \series default
18017  a 0.4
18018 \begin_inset space \thinspace{}
18019 \end_inset
18020
18021 pt en código TeX detrás de la tabla o flotante.
18022 \end_layout
18023
18024 \begin_layout Standard
18025 \begin_inset ERT
18026 status collapsed
18027
18028 \begin_layout Plain Layout
18029
18030
18031 \backslash
18032 setlength{
18033 \backslash
18034 arrayrulewidth}{1.5pt}
18035 \end_layout
18036
18037 \end_inset
18038
18039
18040 \begin_inset Float table
18041 wide false
18042 sideways false
18043 status open
18044
18045 \begin_layout Plain Layout
18046 \begin_inset Caption
18047
18048 \begin_layout Plain Layout
18049 \begin_inset CommandInset label
18050 LatexCommand label
18051 name "tab:Tabla-con-líneas"
18052
18053 \end_inset
18054
18055 Tabla con líneas de grosor 1.5
18056 \begin_inset space \thinspace{}
18057 \end_inset
18058
18059 pt
18060 \end_layout
18061
18062 \end_inset
18063
18064
18065 \end_layout
18066
18067 \begin_layout Plain Layout
18068 \align center
18069 \begin_inset Tabular
18070 <lyxtabular version="3" rows="3" columns="3">
18071 <features tabularvalignment="middle">
18072 <column alignment="center" valignment="top" width="0">
18073 <column alignment="center" valignment="top" width="0">
18074 <column alignment="center" valignment="top" width="0">
18075 <row>
18076 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18077 \begin_inset Text
18078
18079 \begin_layout Plain Layout
18080 sd
18081 \end_layout
18082
18083 \end_inset
18084 </cell>
18085 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18086 \begin_inset Text
18087
18088 \begin_layout Plain Layout
18089
18090 \end_layout
18091
18092 \end_inset
18093 </cell>
18094 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
18095 \begin_inset Text
18096
18097 \begin_layout Plain Layout
18098
18099 \end_layout
18100
18101 \end_inset
18102 </cell>
18103 </row>
18104 <row>
18105 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18106 \begin_inset Text
18107
18108 \begin_layout Plain Layout
18109
18110 \end_layout
18111
18112 \end_inset
18113 </cell>
18114 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18115 \begin_inset Text
18116
18117 \begin_layout Plain Layout
18118 sd
18119 \end_layout
18120
18121 \end_inset
18122 </cell>
18123 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
18124 \begin_inset Text
18125
18126 \begin_layout Plain Layout
18127
18128 \end_layout
18129
18130 \end_inset
18131 </cell>
18132 </row>
18133 <row>
18134 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
18135 \begin_inset Text
18136
18137 \begin_layout Plain Layout
18138
18139 \end_layout
18140
18141 \end_inset
18142 </cell>
18143 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
18144 \begin_inset Text
18145
18146 \begin_layout Plain Layout
18147
18148 \end_layout
18149
18150 \end_inset
18151 </cell>
18152 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
18153 \begin_inset Text
18154
18155 \begin_layout Plain Layout
18156 sd
18157 \end_layout
18158
18159 \end_inset
18160 </cell>
18161 </row>
18162 </lyxtabular>
18163
18164 \end_inset
18165
18166
18167 \end_layout
18168
18169 \end_inset
18170
18171
18172 \begin_inset ERT
18173 status collapsed
18174
18175 \begin_layout Plain Layout
18176
18177
18178 \backslash
18179 setlength{
18180 \backslash
18181 arrayrulewidth}{0.4pt}
18182 \end_layout
18183
18184 \end_inset
18185
18186
18187 \end_layout
18188
18189 \begin_layout Standard
18190 \begin_inset VSpace bigskip
18191 \end_inset
18192
18193 Para definir un grosor de 1.5
18194 \begin_inset space \thinspace{}
18195 \end_inset
18196
18197 pt sólo para líneas horizontales, como en la tabla
18198 \begin_inset space ~
18199 \end_inset
18200
18201
18202 \begin_inset CommandInset ref
18203 LatexCommand ref
18204 reference "tab:Tabla-con-horizontales"
18205
18206 \end_inset
18207
18208 , inserta estos comandos en código TeX antes de la tabla o flotante:
18209 \end_layout
18210
18211 \begin_layout Standard
18212
18213 \series bold
18214
18215 \backslash
18216 let
18217 \backslash
18218 myHline
18219 \backslash
18220 hline
18221 \begin_inset Newline newline
18222 \end_inset
18223
18224
18225 \backslash
18226 renewcommand{
18227 \backslash
18228 hline}
18229 \begin_inset Newline newline
18230 \end_inset
18231
18232  {
18233 \backslash
18234 noalign{
18235 \backslash
18236 global
18237 \backslash
18238 arrayrulewidth 1.5pt}
18239 \begin_inset Newline newline
18240 \end_inset
18241
18242   
18243 \backslash
18244 myHline
18245 \backslash
18246 noalign{
18247 \backslash
18248 global
18249 \backslash
18250 arrayrulewidth 0.4pt}}
18251 \end_layout
18252
18253 \begin_layout Standard
18254 Para volver al grosor predeterminado, inserta este comando en código TeX
18255  detrás de la tabla o flotante:
18256 \end_layout
18257
18258 \begin_layout Standard
18259
18260 \series bold
18261
18262 \backslash
18263 renewcommand{
18264 \backslash
18265 hline}{
18266 \backslash
18267 myHline}
18268 \end_layout
18269
18270 \begin_layout Standard
18271 \begin_inset ERT
18272 status collapsed
18273
18274 \begin_layout Plain Layout
18275
18276
18277 \backslash
18278 let
18279 \backslash
18280 myHline
18281 \backslash
18282 hline
18283 \end_layout
18284
18285 \begin_layout Plain Layout
18286
18287
18288 \backslash
18289 renewcommand{
18290 \backslash
18291 hline}
18292 \end_layout
18293
18294 \begin_layout Plain Layout
18295
18296  {
18297 \backslash
18298 noalign{
18299 \backslash
18300 global
18301 \backslash
18302 arrayrulewidth 1.5pt}
18303 \end_layout
18304
18305 \begin_layout Plain Layout
18306
18307   
18308 \backslash
18309 myHline
18310 \backslash
18311 noalign{
18312 \backslash
18313 global
18314 \backslash
18315 arrayrulewidth 0.4pt}}
18316 \end_layout
18317
18318 \end_inset
18319
18320
18321 \begin_inset Float table
18322 wide false
18323 sideways false
18324 status open
18325
18326 \begin_layout Plain Layout
18327 \begin_inset Caption
18328
18329 \begin_layout Plain Layout
18330 \begin_inset CommandInset label
18331 LatexCommand label
18332 name "tab:Tabla-con-horizontales"
18333
18334 \end_inset
18335
18336 Tabla con líneas horizontales de 1.5
18337 \begin_inset space \thinspace{}
18338 \end_inset
18339
18340 pt
18341 \end_layout
18342
18343 \end_inset
18344
18345
18346 \end_layout
18347
18348 \begin_layout Plain Layout
18349 \align center
18350 \begin_inset Tabular
18351 <lyxtabular version="3" rows="3" columns="3">
18352 <features tabularvalignment="middle">
18353 <column alignment="center" valignment="top" width="0">
18354 <column alignment="center" valignment="top" width="0">
18355 <column alignment="center" valignment="top" width="0">
18356 <row>
18357 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18358 \begin_inset Text
18359
18360 \begin_layout Plain Layout
18361 sd
18362 \end_layout
18363
18364 \end_inset
18365 </cell>
18366 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18367 \begin_inset Text
18368
18369 \begin_layout Plain Layout
18370
18371 \end_layout
18372
18373 \end_inset
18374 </cell>
18375 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
18376 \begin_inset Text
18377
18378 \begin_layout Plain Layout
18379
18380 \end_layout
18381
18382 \end_inset
18383 </cell>
18384 </row>
18385 <row>
18386 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18387 \begin_inset Text
18388
18389 \begin_layout Plain Layout
18390
18391 \end_layout
18392
18393 \end_inset
18394 </cell>
18395 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18396 \begin_inset Text
18397
18398 \begin_layout Plain Layout
18399 sd
18400 \end_layout
18401
18402 \end_inset
18403 </cell>
18404 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
18405 \begin_inset Text
18406
18407 \begin_layout Plain Layout
18408
18409 \end_layout
18410
18411 \end_inset
18412 </cell>
18413 </row>
18414 <row>
18415 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
18416 \begin_inset Text
18417
18418 \begin_layout Plain Layout
18419
18420 \end_layout
18421
18422 \end_inset
18423 </cell>
18424 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
18425 \begin_inset Text
18426
18427 \begin_layout Plain Layout
18428
18429 \end_layout
18430
18431 \end_inset
18432 </cell>
18433 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
18434 \begin_inset Text
18435
18436 \begin_layout Plain Layout
18437 sd
18438 \end_layout
18439
18440 \end_inset
18441 </cell>
18442 </row>
18443 </lyxtabular>
18444
18445 \end_inset
18446
18447
18448 \end_layout
18449
18450 \end_inset
18451
18452
18453 \begin_inset ERT
18454 status collapsed
18455
18456 \begin_layout Plain Layout
18457
18458
18459 \backslash
18460 renewcommand{
18461 \backslash
18462 hline}{
18463 \backslash
18464 myHline}
18465 \end_layout
18466
18467 \end_inset
18468
18469
18470 \end_layout
18471
18472 \begin_layout Standard
18473 \begin_inset VSpace bigskip
18474 \end_inset
18475
18476 Para establecer un grosor de 1.5 pt sólo para líneas verticales, crea el
18477  siguiente formato de columna en el preámbulo del documento, de acuerdo
18478  con lo descrito en la sección
18479 \begin_inset space ~
18480 \end_inset
18481
18482
18483 \begin_inset CommandInset ref
18484 LatexCommand ref
18485 reference "sub:Formato-Personalizado"
18486
18487 \end_inset
18488
18489 :
18490 \end_layout
18491
18492 \begin_layout Standard
18493
18494 \series bold
18495
18496 \backslash
18497 newcolumntype{V}{!{
18498 \backslash
18499 vrule width 1.5pt}}
18500 \end_layout
18501
18502 \begin_layout Standard
18503 Para la tabla
18504 \begin_inset space ~
18505 \end_inset
18506
18507
18508 \begin_inset CommandInset ref
18509 LatexCommand ref
18510 reference "tab:Tabla-con-verticales"
18511
18512 \end_inset
18513
18514  se usó el argumento LaTeX
18515 \end_layout
18516
18517 \begin_layout Standard
18518
18519 \series bold
18520 VcV
18521 \end_layout
18522
18523 \begin_layout Standard
18524 para la última columna y
18525 \end_layout
18526
18527 \begin_layout Standard
18528
18529 \series bold
18530 Vc
18531 \end_layout
18532
18533 \begin_layout Standard
18534 para las otras.
18535 \end_layout
18536
18537 \begin_layout Standard
18538 \begin_inset Float table
18539 wide false
18540 sideways false
18541 status open
18542
18543 \begin_layout Plain Layout
18544 \begin_inset Caption
18545
18546 \begin_layout Plain Layout
18547 \begin_inset CommandInset label
18548 LatexCommand label
18549 name "tab:Tabla-con-verticales"
18550
18551 \end_inset
18552
18553 Tabla con líneas verticales de 1.5
18554 \begin_inset space \thinspace{}
18555 \end_inset
18556
18557 pt de grosor
18558 \end_layout
18559
18560 \end_inset
18561
18562
18563 \end_layout
18564
18565 \begin_layout Plain Layout
18566 \align center
18567 \begin_inset Tabular
18568 <lyxtabular version="3" rows="3" columns="3">
18569 <features tabularvalignment="middle">
18570 <column alignment="center" valignment="top" width="0" special="Vc">
18571 <column alignment="center" valignment="top" width="0" special="Vc">
18572 <column alignment="center" valignment="top" width="0" special="VcV">
18573 <row>
18574 <cell alignment="center" valignment="top" topline="true" usebox="none">
18575 \begin_inset Text
18576
18577 \begin_layout Plain Layout
18578 sd
18579 \end_layout
18580
18581 \end_inset
18582 </cell>
18583 <cell alignment="center" valignment="top" topline="true" usebox="none">
18584 \begin_inset Text
18585
18586 \begin_layout Plain Layout
18587
18588 \end_layout
18589
18590 \end_inset
18591 </cell>
18592 <cell alignment="center" valignment="top" topline="true" usebox="none">
18593 \begin_inset Text
18594
18595 \begin_layout Plain Layout
18596
18597 \end_layout
18598
18599 \end_inset
18600 </cell>
18601 </row>
18602 <row>
18603 <cell alignment="center" valignment="top" topline="true" usebox="none">
18604 \begin_inset Text
18605
18606 \begin_layout Plain Layout
18607
18608 \end_layout
18609
18610 \end_inset
18611 </cell>
18612 <cell alignment="center" valignment="top" topline="true" usebox="none">
18613 \begin_inset Text
18614
18615 \begin_layout Plain Layout
18616 sd
18617 \end_layout
18618
18619 \end_inset
18620 </cell>
18621 <cell alignment="center" valignment="top" topline="true" usebox="none">
18622 \begin_inset Text
18623
18624 \begin_layout Plain Layout
18625
18626 \end_layout
18627
18628 \end_inset
18629 </cell>
18630 </row>
18631 <row>
18632 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
18633 \begin_inset Text
18634
18635 \begin_layout Plain Layout
18636
18637 \end_layout
18638
18639 \end_inset
18640 </cell>
18641 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
18642 \begin_inset Text
18643
18644 \begin_layout Plain Layout
18645
18646 \end_layout
18647
18648 \end_inset
18649 </cell>
18650 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
18651 \begin_inset Text
18652
18653 \begin_layout Plain Layout
18654 sd
18655 \end_layout
18656
18657 \end_inset
18658 </cell>
18659 </row>
18660 </lyxtabular>
18661
18662 \end_inset
18663
18664
18665 \end_layout
18666
18667 \end_inset
18668
18669
18670 \end_layout
18671
18672 \begin_layout Subsection
18673 Líneas de trazos
18674 \begin_inset Index idx
18675 status collapsed
18676
18677 \begin_layout Plain Layout
18678 Personalización de tablas ! Líneas de trazos
18679 \end_layout
18680
18681 \end_inset
18682
18683
18684 \end_layout
18685
18686 \begin_layout Standard
18687 \begin_inset ERT
18688 status collapsed
18689
18690 \begin_layout Plain Layout
18691
18692
18693 \backslash
18694 ifarydshln
18695 \end_layout
18696
18697 \end_inset
18698
18699
18700 \begin_inset Note Note
18701 status collapsed
18702
18703 \begin_layout Plain Layout
18704 La siguiente sección sólo se mostrará en pantalla si está instalado el paquete
18705  LaTeX 
18706 \series bold
18707 arydshln
18708 \series default
18709 .
18710 \end_layout
18711
18712 \end_inset
18713
18714
18715 \end_layout
18716
18717 \begin_layout Standard
18718 \begin_inset Float table
18719 placement H
18720 wide false
18721 sideways false
18722 status open
18723
18724 \begin_layout Plain Layout
18725 \begin_inset Caption
18726
18727 \begin_layout Plain Layout
18728 \begin_inset CommandInset label
18729 LatexCommand label
18730 name "tab:Tabla-con-trazos"
18731
18732 \end_inset
18733
18734 Tabla con líneas de trazos
18735 \end_layout
18736
18737 \end_inset
18738
18739
18740 \end_layout
18741
18742 \begin_layout Plain Layout
18743 \align center
18744 \begin_inset Tabular
18745 <lyxtabular version="3" rows="5" columns="5">
18746 <features tabularvalignment="middle">
18747 <column alignment="center" valignment="top" width="0">
18748 <column alignment="center" valignment="top" width="0">
18749 <column alignment="center" valignment="top" width="0" special=":c">
18750 <column alignment="center" valignment="top" width="0">
18751 <column alignment="center" valignment="top" width="0">
18752 <row>
18753 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
18754 \begin_inset Text
18755
18756 \begin_layout Plain Layout
18757 a
18758 \end_layout
18759
18760 \end_inset
18761 </cell>
18762 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
18763 \begin_inset Text
18764
18765 \begin_layout Plain Layout
18766 b
18767 \end_layout
18768
18769 \end_inset
18770 </cell>
18771 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
18772 \begin_inset Text
18773
18774 \begin_layout Plain Layout
18775 c
18776 \end_layout
18777
18778 \end_inset
18779 </cell>
18780 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
18781 \begin_inset Text
18782
18783 \begin_layout Plain Layout
18784 d
18785 \end_layout
18786
18787 \end_inset
18788 </cell>
18789 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
18790 \begin_inset Text
18791
18792 \begin_layout Plain Layout
18793 e
18794 \end_layout
18795
18796 \end_inset
18797 </cell>
18798 </row>
18799 <row>
18800 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18801 \begin_inset Text
18802
18803 \begin_layout Plain Layout
18804 f
18805 \end_layout
18806
18807 \end_inset
18808 </cell>
18809 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18810 \begin_inset Text
18811
18812 \begin_layout Plain Layout
18813 g
18814 \end_layout
18815
18816 \end_inset
18817 </cell>
18818 <cell alignment="center" valignment="top" topline="true" usebox="none">
18819 \begin_inset Text
18820
18821 \begin_layout Plain Layout
18822 h
18823 \end_layout
18824
18825 \end_inset
18826 </cell>
18827 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18828 \begin_inset Text
18829
18830 \begin_layout Plain Layout
18831 i
18832 \end_layout
18833
18834 \end_inset
18835 </cell>
18836 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
18837 \begin_inset Text
18838
18839 \begin_layout Plain Layout
18840 j
18841 \end_layout
18842
18843 \end_inset
18844 </cell>
18845 </row>
18846 <row>
18847 <cell alignment="center" valignment="top" leftline="true" usebox="none">
18848 \begin_inset Text
18849
18850 \begin_layout Plain Layout
18851 \begin_inset ERT
18852 status collapsed
18853
18854 \begin_layout Plain Layout
18855
18856
18857 \backslash
18858 hdashline 
18859 \end_layout
18860
18861 \end_inset
18862
18863 k
18864 \end_layout
18865
18866 \end_inset
18867 </cell>
18868 <cell alignment="center" valignment="top" leftline="true" usebox="none">
18869 \begin_inset Text
18870
18871 \begin_layout Plain Layout
18872 l
18873 \end_layout
18874
18875 \end_inset
18876 </cell>
18877 <cell alignment="center" valignment="top" usebox="none">
18878 \begin_inset Text
18879
18880 \begin_layout Plain Layout
18881 m
18882 \end_layout
18883
18884 \end_inset
18885 </cell>
18886 <cell alignment="center" valignment="top" leftline="true" usebox="none">
18887 \begin_inset Text
18888
18889 \begin_layout Plain Layout
18890 n
18891 \end_layout
18892
18893 \end_inset
18894 </cell>
18895 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
18896 \begin_inset Text
18897
18898 \begin_layout Plain Layout
18899 o
18900 \end_layout
18901
18902 \end_inset
18903 </cell>
18904 </row>
18905 <row>
18906 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18907 \begin_inset Text
18908
18909 \begin_layout Plain Layout
18910 \begin_inset ERT
18911 status collapsed
18912
18913 \begin_layout Plain Layout
18914
18915
18916 \backslash
18917 cdashline{4-5}
18918 \end_layout
18919
18920 \end_inset
18921
18922 p
18923 \end_layout
18924
18925 \end_inset
18926 </cell>
18927 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18928 \begin_inset Text
18929
18930 \begin_layout Plain Layout
18931 q
18932 \end_layout
18933
18934 \end_inset
18935 </cell>
18936 <cell alignment="center" valignment="top" topline="true" usebox="none" special="c:">
18937 \begin_inset Text
18938
18939 \begin_layout Plain Layout
18940 r
18941 \end_layout
18942
18943 \end_inset
18944 </cell>
18945 <cell multicolumn="1" alignment="center" valignment="top" leftline="true" rightline="true" usebox="none" special="c:">
18946 \begin_inset Text
18947
18948 \begin_layout Plain Layout
18949 s
18950 \end_layout
18951
18952 \end_inset
18953 </cell>
18954 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
18955 \begin_inset Text
18956
18957 \begin_layout Plain Layout
18958
18959 \end_layout
18960
18961 \end_inset
18962 </cell>
18963 </row>
18964 <row>
18965 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
18966 \begin_inset Text
18967
18968 \begin_layout Plain Layout
18969 t
18970 \end_layout
18971
18972 \end_inset
18973 </cell>
18974 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
18975 \begin_inset Text
18976
18977 \begin_layout Plain Layout
18978 u
18979 \end_layout
18980
18981 \end_inset
18982 </cell>
18983 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
18984 \begin_inset Text
18985
18986 \begin_layout Plain Layout
18987 v
18988 \end_layout
18989
18990 \end_inset
18991 </cell>
18992 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
18993 \begin_inset Text
18994
18995 \begin_layout Plain Layout
18996 w
18997 \end_layout
18998
18999 \end_inset
19000 </cell>
19001 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
19002 \begin_inset Text
19003
19004 \begin_layout Plain Layout
19005 x
19006 \end_layout
19007
19008 \end_inset
19009 </cell>
19010 </row>
19011 </lyxtabular>
19012
19013 \end_inset
19014
19015
19016 \end_layout
19017
19018 \end_inset
19019
19020
19021 \end_layout
19022
19023 \begin_layout Standard
19024 En principio LyX no soporta líneas de trazos, hay que usar código TeX.
19025  Antes hay que cargar en el preámbulo del documento el paquete LaTeX 
19026 \series bold
19027 arydshln
19028 \series default
19029
19030 \begin_inset Index idx
19031 status collapsed
19032
19033 \begin_layout Plain Layout
19034 LaTeX-paquetes ! arydshln
19035 \end_layout
19036
19037 \end_inset
19038
19039  con el comando 
19040 \end_layout
19041
19042 \begin_layout Standard
19043
19044 \series bold
19045
19046 \backslash
19047 usepackage{arydshln}
19048 \end_layout
19049
19050 \begin_layout Standard
19051 Para hacer una línea vertical a trazos, introduce dos puntos «
19052 \series bold
19053 :
19054 \series default
19055 » junto con el carácter para alineación horizontal como argumento LaTeX
19056  en el diálogo de celda de tabla.
19057 \end_layout
19058
19059 \begin_layout Standard
19060 Para una línea de trazos horizontal añade el comando
19061 \end_layout
19062
19063 \begin_layout Standard
19064
19065 \series bold
19066
19067 \backslash
19068 hdashline
19069 \end_layout
19070
19071 \begin_layout Standard
19072 en código TeX como primer elemento de la primera celda en la fila.
19073 \end_layout
19074
19075 \begin_layout Standard
19076 Para líneas de trazos en multicolumna usa el comando
19077 \end_layout
19078
19079 \begin_layout Standard
19080
19081 \series bold
19082
19083 \backslash
19084 cdashline{número de líneas}
19085 \end_layout
19086
19087 \begin_layout Standard
19088 en código TeX como primer elemento de la primera celda en la fila.
19089  Si por ejemplo tienes una multicolumna extendida sobre las columnas 2 a
19090  4 y quieres una línea de trazos por encima, añade el comando
19091 \end_layout
19092
19093 \begin_layout Standard
19094
19095 \series bold
19096
19097 \backslash
19098 cdashline{2-4}
19099 \end_layout
19100
19101 \begin_layout Standard
19102 como primer elemento de la primera celda en la fila de la multicolumna.
19103 \end_layout
19104
19105 \begin_layout Standard
19106 \begin_inset VSpace bigskip
19107 \end_inset
19108
19109
19110 \end_layout
19111
19112 \begin_layout Standard
19113 La tabla
19114 \begin_inset space ~
19115 \end_inset
19116
19117
19118 \begin_inset CommandInset ref
19119 LatexCommand ref
19120 reference "tab:Tabla-con-trazos"
19121
19122 \end_inset
19123
19124  se ha hecho usando «
19125 \series bold
19126 :c
19127 \series default
19128 » como argumento LaTeX de la tercera columna.
19129  El comando en código TeX 
19130 \series bold
19131
19132 \backslash
19133 hdashline
19134 \series default
19135  se ha insertado en la primera celda de la tercera fila y el comando en
19136  código TeX
19137 \begin_inset Newline newline
19138 \end_inset
19139
19140
19141 \series bold
19142
19143 \backslash
19144 cdashline{4-5}
19145 \series default
19146  en la primera celda de la cuarta fila.
19147 \end_layout
19148
19149 \begin_layout Standard
19150 \begin_inset Note Greyedout
19151 status open
19152
19153 \begin_layout Plain Layout
19154
19155 \series bold
19156 Nota:
19157 \series default
19158  Aparentemente el paquete LaTeX 
19159 \series bold
19160 arydshln
19161 \series default
19162  no es compatible con el paquete LaTeX 
19163 \series bold
19164 colortbl
19165 \series default
19166
19167 \begin_inset Index idx
19168 status collapsed
19169
19170 \begin_layout Plain Layout
19171 LaTeX-paquetes ! colortbl
19172 \end_layout
19173
19174 \end_inset
19175
19176  que se usa para tablas coloreadas en la sección
19177 \begin_inset space ~
19178 \end_inset
19179
19180
19181 \begin_inset CommandInset ref
19182 LatexCommand ref
19183 reference "sec:Tablas-Coloreadas"
19184
19185 \end_inset
19186
19187 .
19188  Esto implica que las tablas coloreadas no pueden tener líneas de trazos.
19189 \end_layout
19190
19191 \end_inset
19192
19193
19194 \end_layout
19195
19196 \begin_layout Standard
19197 \begin_inset ERT
19198 status collapsed
19199
19200 \begin_layout Plain Layout
19201
19202
19203 \backslash
19204 else
19205 \end_layout
19206
19207 \end_inset
19208
19209
19210 \begin_inset Note Note
19211 status collapsed
19212
19213 \begin_layout Plain Layout
19214 Lo siguiente se mostrará en pantalla si no está instalado el paquete LaTeX
19215  
19216 \series bold
19217 arydshln
19218 \series default
19219 .
19220 \end_layout
19221
19222 \end_inset
19223
19224
19225 \end_layout
19226
19227 \begin_layout Standard
19228 Debes instalar el paquete LaTeX 
19229 \series bold
19230 arydshln
19231 \series default
19232  para ver la parte siguiente en la salida.
19233 \end_layout
19234
19235 \begin_layout Standard
19236 \begin_inset ERT
19237 status collapsed
19238
19239 \begin_layout Plain Layout
19240
19241
19242 \backslash
19243 fi
19244 \end_layout
19245
19246 \end_inset
19247
19248
19249 \end_layout
19250
19251 \begin_layout Chapter
19252 Flotantes
19253 \begin_inset Index idx
19254 status collapsed
19255
19256 \begin_layout Plain Layout
19257 Flotantes
19258 \end_layout
19259
19260 \end_inset
19261
19262
19263 \end_layout
19264
19265 \begin_layout Section
19266 Introducción
19267 \begin_inset CommandInset label
19268 LatexCommand label
19269 name "sec:Introducción-Flotantes"
19270
19271 \end_inset
19272
19273
19274 \begin_inset Index idx
19275 status collapsed
19276
19277 \begin_layout Plain Layout
19278 Flotantes ! Introducción
19279 \end_layout
19280
19281 \end_inset
19282
19283
19284 \end_layout
19285
19286 \begin_layout Standard
19287 Un flotante es un bloque de texto asociado con algún tipo de etiqueta que
19288  no tiene posición fija.
19289  Puede «flotar» adelante o atrás una o dos páginas, donde encaje mejor.
19290  Las 
19291 \family sans
19292 Notas
19293 \begin_inset space ~
19294 \end_inset
19295
19296 al
19297 \begin_inset space ~
19298 \end_inset
19299
19300 pie
19301 \family default
19302  y 
19303 \family sans
19304 Notas
19305 \begin_inset space ~
19306 \end_inset
19307
19308 al
19309 \begin_inset space ~
19310 \end_inset
19311
19312 margen
19313 \family default
19314  también son flotantes, porque pueden flotar a la página siguiente cuando
19315  hay demasiadas notas en la página.
19316 \end_layout
19317
19318 \begin_layout Standard
19319 Los flotantes permiten composiciones de alta calidad.
19320  Imágenes y tablas se pueden distribuir equitativamente en las páginas para
19321  impedir espacios en blanco y páginas sin texto.
19322  Como el flotante destruye a menudo el contexto entre texto e imagen o tabla,
19323  cada flotante puede ser referenciado en el texto.
19324  Por lo tanto los flotantes están numerados.
19325  Las referencias se describen en la sección
19326 \begin_inset space ~
19327 \end_inset
19328
19329
19330 \begin_inset CommandInset ref
19331 LatexCommand ref
19332 reference "sec:Referencias-a-Flotantes"
19333
19334 \end_inset
19335
19336 .
19337 \end_layout
19338
19339 \begin_layout Standard
19340 Para insertar un flotante, usa el menú 
19341 \family sans
19342 Insertar\SpecialChar \menuseparator
19343 Flotante
19344 \family default
19345 .
19346  Esto inserta una 
19347 \family sans
19348 Leyenda,
19349 \family default
19350  un cuadro con una etiqueta.
19351  La etiqueta se traducirá automáticamente al idioma del documento.
19352  Tras la etiqueta puedes insertar el texto de la leyenda.
19353  La imagen o tabla se inserta encima o debajo de la leyenda en un párrafo
19354  separado dentro del flotante.
19355  La colocación de leyendas se describe en la sección
19356 \begin_inset space ~
19357 \end_inset
19358
19359
19360 \begin_inset CommandInset ref
19361 LatexCommand ref
19362 reference "sec:Colocación-de-leyendas"
19363
19364 \end_inset
19365
19366 .
19367  Para mantener legible el documento LyX, puedes abrir y cerrar el flotante
19368  con clic izquierdo sobre él.
19369  Un cuadro cerrado se muestra así: 
19370 \begin_inset Graphics
19371         filename clipart/flotanteQt4.png
19372         scale 70
19373
19374 \end_inset
19375
19376  —un cuadro gris con etiqueta en rojo—.
19377 \end_layout
19378
19379 \begin_layout Standard
19380 Se recomienda insertar flotantes como párrafos separados para evitar posibles
19381  errores de LaTeX si el texto circundante se formatea de modo especial.
19382 \end_layout
19383
19384 \begin_layout Standard
19385 Figuras o tablas ya existentes pueden ponerse en un flotante marcándolas
19386  y pinchando el botón correspondiente de la barra de herramientas para un
19387  flotante nuevo.
19388 \end_layout
19389
19390 \begin_layout Section
19391 Tipos de flotantes
19392 \end_layout
19393
19394 \begin_layout Standard
19395 Además de los flotantes de imagen y de tabla que se describen en la sección
19396 \begin_inset space ~
19397 \end_inset
19398
19399
19400 \begin_inset CommandInset ref
19401 LatexCommand ref
19402 reference "sec:Figuras-Flotantes"
19403
19404 \end_inset
19405
19406  y 
19407 \begin_inset CommandInset ref
19408 LatexCommand ref
19409 reference "sec:Tablas-Flotantes"
19410
19411 \end_inset
19412
19413 , respectivamente, LyX ofrece los tipos 
19414 \series bold
19415 Algoritmo
19416 \series default
19417  y 
19418 \series bold
19419 Envoltorio
19420 \series default
19421 .
19422 \end_layout
19423
19424 \begin_layout Subsection
19425 Algoritmos flotantes
19426 \begin_inset Index idx
19427 status collapsed
19428
19429 \begin_layout Plain Layout
19430 Flotantes ! Algoritmos
19431 \end_layout
19432
19433 \end_inset
19434
19435
19436 \begin_inset CommandInset label
19437 LatexCommand label
19438 name "sub:Algoritmos-Flotantes"
19439
19440 \end_inset
19441
19442
19443 \end_layout
19444
19445 \begin_layout Standard
19446 \begin_inset Float algorithm
19447 placement h
19448 wide false
19449 sideways false
19450 status open
19451
19452 \begin_layout Plain Layout
19453 \begin_inset Caption
19454
19455 \begin_layout Plain Layout
19456 \begin_inset CommandInset label
19457 LatexCommand label
19458 name "alg:Ejemplo-de-Algoritmo-flotante"
19459
19460 \end_inset
19461
19462 Ejemplo de algoritmo flotante
19463 \end_layout
19464
19465 \end_inset
19466
19467
19468 \end_layout
19469
19470 \begin_layout LyX-Code
19471 for I in 1..N loop
19472 \begin_inset Newline newline
19473 \end_inset
19474
19475  Sum:= Sum + A(I); /*comment*/
19476 \begin_inset Newline newline
19477 \end_inset
19478
19479 end loop
19480 \begin_inset VSpace -4mm
19481 \end_inset
19482
19483
19484 \end_layout
19485
19486 \end_inset
19487
19488
19489 \end_layout
19490
19491 \begin_layout Standard
19492 Este tipo de flotante se inserta con el menú 
19493 \family sans
19494 Insertar\SpecialChar \menuseparator
19495 Flotante\SpecialChar \menuseparator
19496 Algoritmo
19497 \family default
19498 .
19499  Se usa para códigos y descripciones de algoritmos y se puede considerar
19500  una alternativa al listado de código de programa, que se explica en el
19501  capítulo
19502 \begin_inset space ~
19503 \end_inset
19504
19505
19506 \begin_inset CommandInset ref
19507 LatexCommand ref
19508 reference "cap:Listado-de-programa"
19509
19510 \end_inset
19511
19512 .
19513  Un posible entorno para algoritmos es 
19514 \family sans
19515 Código-LyX
19516 \family default
19517 , descrito en la 
19518 \emph on
19519 Guía del usuario
19520 \emph default
19521  de LyX.
19522  El algoritmo
19523 \begin_inset space ~
19524 \end_inset
19525
19526
19527 \begin_inset CommandInset ref
19528 LatexCommand ref
19529 reference "alg:Ejemplo-de-Algoritmo-flotante"
19530
19531 \end_inset
19532
19533  es un ejemplo de algoritmo flotante en el que se ha añadido un espacio
19534  vertical de -4
19535 \begin_inset space \thinspace{}
19536 \end_inset
19537
19538 mm al final para tener la línea inferior exactamente bajo la última línea
19539  de texto.
19540 \end_layout
19541
19542 \begin_layout Standard
19543 La etiqueta de flotante no se traduce automáticamente al lenguaje del documento.
19544  Hay que hacerlo manualmente añadiendo al preámbulo del documento la línea:
19545 \end_layout
19546
19547 \begin_layout Standard
19548
19549 \series bold
19550
19551 \backslash
19552 floatname{algorithm}{nombre}
19553 \end_layout
19554
19555 \begin_layout Standard
19556 donde 
19557 \family sans
19558 nombre
19559 \family default
19560  es la palabra «
19561 \emph on
19562 algoritmo
19563 \emph default
19564 » en el idioma deseado.
19565 \end_layout
19566
19567 \begin_layout Standard
19568 Para insertar el índice de algoritmos puedes usar el menú 
19569 \family sans
19570 Insertar\SpecialChar \menuseparator
19571 Lista
19572 \begin_inset space \thinspace{}
19573 \end_inset
19574
19575 /
19576 \begin_inset space \thinspace{}
19577 \end_inset
19578
19579 Índice\SpecialChar \menuseparator
19580 Índice de algoritmos
19581 \family default
19582 , si el documento está en el mismo idioma que los menús de LyX.
19583  Para documentos en otro idioma usa en su lugar el comando en código TeX:
19584 \end_layout
19585
19586 \begin_layout Standard
19587
19588 \series bold
19589
19590 \backslash
19591 listof{algorithm}{nombre}
19592 \end_layout
19593
19594 \begin_layout Standard
19595 donde 
19596 \family sans
19597 nombre
19598 \family default
19599  es «
19600 \emph on
19601 Lista de algoritmos
19602 \emph default
19603 » en el idioma del documento.
19604 \end_layout
19605
19606 \begin_layout Standard
19607 Los algoritmos flotantes no se numeran por omisión según el esquema habitual
19608  para tablas e imágenes flotantes en muchas clases de documento, «capítulo.algori
19609 tmo».
19610  Para numerarlos con ese esquema, añade este comando en el preámbulo del
19611  documento:
19612 \end_layout
19613
19614 \begin_layout Standard
19615
19616 \series bold
19617
19618 \backslash
19619 numberwithin{algorithm}{chapter}
19620 \end_layout
19621
19622 \begin_layout Standard
19623 Para poder usar el comando 
19624 \series bold
19625
19626 \backslash
19627 numberwithin
19628 \series default
19629 , marca la opción 
19630 \family sans
19631 Usar
19632 \begin_inset space ~
19633 \end_inset
19634
19635 el
19636 \begin_inset space ~
19637 \end_inset
19638
19639 paquete
19640 \begin_inset space ~
19641 \end_inset
19642
19643 AMS
19644 \family default
19645  en el menú 
19646 \family sans
19647 Documento\SpecialChar \menuseparator
19648 Configuración\SpecialChar \menuseparator
19649 Opciones para ecuaciones
19650 \family default
19651 .
19652 \end_layout
19653
19654 \begin_layout Subsection
19655 Flotantes envueltos
19656 \begin_inset Index idx
19657 status collapsed
19658
19659 \begin_layout Plain Layout
19660 Flotantes ! Envoltorio
19661 \end_layout
19662
19663 \end_inset
19664
19665
19666 \end_layout
19667
19668 \begin_layout Standard
19669 \begin_inset Wrap figure
19670 lines 0
19671 placement l
19672 overhang 1cm
19673 width "40col%"
19674 status open
19675
19676 \begin_layout Plain Layout
19677 \begin_inset Graphics
19678         filename ../clipart/mobius.eps
19679         width 40col%
19680         rotateOrigin center
19681
19682 \end_inset
19683
19684
19685 \end_layout
19686
19687 \begin_layout Plain Layout
19688 \begin_inset Caption
19689
19690 \begin_layout Plain Layout
19691 \begin_inset CommandInset label
19692 LatexCommand label
19693 name "fig:Envoltorio-de-figura"
19694
19695 \end_inset
19696
19697 Figura envuelta en el texto
19698 \end_layout
19699
19700 \end_inset
19701
19702
19703 \end_layout
19704
19705 \end_inset
19706
19707  Este tipo de flotante se usa para adosar una figura o una tabla al texto,
19708  de modo que ocupe sólo una parte del ancho de columna.
19709  Se inserta con el menú 
19710 \family sans
19711 Insertar\SpecialChar \menuseparator
19712 Flotante\SpecialChar \menuseparator
19713 Figura
19714 \begin_inset space ~
19715 \end_inset
19716
19717 envuelta
19718 \family default
19719
19720 \begin_inset space \thinspace{}
19721 \end_inset
19722
19723 /
19724 \begin_inset space \thinspace{}
19725 \end_inset
19726
19727
19728 \family sans
19729 Tabla
19730 \begin_inset space ~
19731 \end_inset
19732
19733 envuelta
19734 \family default
19735  si está instalado el paquete LaTeX 
19736 \series bold
19737 wrapfig
19738 \series default
19739
19740 \begin_inset Index idx
19741 status collapsed
19742
19743 \begin_layout Plain Layout
19744 LaTeX-paquetes ! wrapfig
19745 \begin_inset ERT
19746 status collapsed
19747
19748 \begin_layout Plain Layout
19749
19750
19751 \backslash
19752 vspace{4mm}
19753 \end_layout
19754
19755 \end_inset
19756
19757
19758 \end_layout
19759
19760 \end_inset
19761
19762 .
19763 \begin_inset Foot
19764 status collapsed
19765
19766 \begin_layout Plain Layout
19767 La instalación de paquetes LaTeX se explica en el manual 
19768 \emph on
19769 Configuración de LaTeX
19770 \emph default
19771 .
19772 \end_layout
19773
19774 \end_inset
19775
19776  Los parámetros del flotante se pueden modificar en el diálogo que se muestra
19777  con clic derecho sobre el cuadro del flotante.
19778  Son obligatorias la 
19779 \family sans
19780 Ubicación
19781 \family default
19782  y la 
19783 \family sans
19784 Anchura
19785 \family default
19786 .
19787  Son opcionales 
19788 \family sans
19789 Extensión al margen
19790 \family default
19791 , que especifica la anchura de invasión del margen, y 
19792 \family sans
19793 Extender
19794 \begin_inset space ~
19795 \end_inset
19796
19797 a
19798 \begin_inset space ~
19799 \end_inset
19800
19801 líneas
19802 \family default
19803 :, que indica cuántas líneas de texto necesitará aproximadamente el flotante.
19804  Como suele ser difícil estimar el número de líneas, lo mejor es usar esta
19805  opción sólo si encuentras problemas en la colocación del flotante.
19806  Además puedes decidir si permitir que LaTeX deje flotar el flotante dentro
19807  del párrafo o en los párrafos adyacentes.
19808  La figura
19809 \begin_inset space ~
19810 \end_inset
19811
19812
19813 \begin_inset CommandInset ref
19814 LatexCommand ref
19815 reference "fig:Envoltorio-de-figura"
19816
19817 \end_inset
19818
19819  es un ejemplo de envoltorio con una anchura de columna del 40
19820 \begin_inset space \thinspace{}
19821 \end_inset
19822
19823 %, ubicado a la izquierda y 1
19824 \begin_inset space \thinspace{}
19825 \end_inset
19826
19827 cm de invasión de margen.
19828 \begin_inset Foot
19829 status collapsed
19830
19831 \begin_layout Plain Layout
19832 Consulta las unidades disponibles en el apéndice
19833 \begin_inset space ~
19834 \end_inset
19835
19836
19837 \begin_inset CommandInset ref
19838 LatexCommand ref
19839 reference "cap:Unidades-disponibles-en"
19840
19841 \end_inset
19842
19843 .
19844 \end_layout
19845
19846 \end_inset
19847
19848
19849 \end_layout
19850
19851 \begin_layout Standard
19852 \begin_inset Note Greyedout
19853 status open
19854
19855 \begin_layout Plain Layout
19856
19857 \series bold
19858 Nota:
19859 \series default
19860  ¡Los flotantes envueltos son frágiles! P.
19861 \begin_inset space \thinspace{}
19862 \end_inset
19863
19864 e.
19865 \begin_inset space ~
19866 \end_inset
19867
19868 si una figura está demasiado cerca de la parte inferior de la página se
19869  pueden perder cosas en el proceso de salida: el flotante puede no aparecer
19870  o situarse junto a otro texto.
19871 \end_layout
19872
19873 \end_inset
19874
19875
19876 \end_layout
19877
19878 \begin_layout Standard
19879 En general:
19880 \end_layout
19881
19882 \begin_layout Itemize
19883 Los flotantes envueltos no deberían situarse en párrafos que van sobre un
19884  salto de página.
19885  Esto implica que lo mejor es insertarlos en el sitio exacto cuando el documento
19886  esté casi listo y puedas prever los saltos de página.
19887 \end_layout
19888
19889 \begin_layout Itemize
19890 Los flotantes envueltos deberían situarse, bien en un párrafo propio antes
19891  del párrafo al que deben ajustarse, o bien dentro de un párrafo.
19892 \end_layout
19893
19894 \begin_layout Itemize
19895 Los flotantes envueltos en párrafos consecutivos pueden dar problemas, así
19896  que procura que haya un párrafo de texto entre ellos.
19897 \end_layout
19898
19899 \begin_layout Itemize
19900 Los flotantes envueltos no están permitidos en cabeceras de sección o tablas.
19901 \end_layout
19902
19903 \begin_layout Section
19904 Numeración de flotantes
19905 \begin_inset Index idx
19906 status collapsed
19907
19908 \begin_layout Plain Layout
19909 Flotantes ! Numeración
19910 \end_layout
19911
19912 \end_inset
19913
19914
19915 \end_layout
19916
19917 \begin_layout Standard
19918 En general, los flotantes se numeran independientemente de las secciones
19919  en las que se encuentran o según el esquema «capítulo.número» o «sección.número»,
19920  dependiendo de la clase de documento utilizada.
19921 \end_layout
19922
19923 \begin_layout Standard
19924 Para cambiar la numeración independiente de la sección, puedes usar el siguiente
19925  comando en el preámbulo del documento:
19926 \end_layout
19927
19928 \begin_layout Standard
19929
19930 \series bold
19931
19932 \backslash
19933 renewcommand{
19934 \backslash
19935 thetable}{
19936 \backslash
19937 roman{table}}
19938 \end_layout
19939
19940 \begin_layout Standard
19941
19942 \series bold
19943
19944 \backslash
19945 thetable 
19946 \series default
19947 es el comando que imprime el número de la tabla, para figuras flotantes
19948  el comando sería 
19949 \series bold
19950
19951 \backslash
19952 thefigure
19953 \series default
19954 .
19955  El comando 
19956 \series bold
19957
19958 \backslash
19959 roman
19960 \series default
19961  imprime el número de tabla en números romanos en minúscula.
19962 \end_layout
19963
19964 \begin_layout Standard
19965 Para cambiar el esquema de numeración, por ejemplo a «subsección.número»,
19966  usa este comando en el preámbulo:
19967 \end_layout
19968
19969 \begin_layout Standard
19970
19971 \series bold
19972
19973 \backslash
19974 numberwithin{table}{subsection}
19975 \end_layout
19976
19977 \begin_layout Standard
19978 Para poder usar el comando 
19979 \series bold
19980
19981 \backslash
19982 numberwithin
19983 \series default
19984 , debes marcar la opción 
19985 \family sans
19986 Usar
19987 \begin_inset space ~
19988 \end_inset
19989
19990 el
19991 \begin_inset space ~
19992 \end_inset
19993
19994 paquete
19995 \begin_inset space ~
19996 \end_inset
19997
19998 AMS 
19999 \family default
20000 en el apartado 
20001 \family sans
20002 Opciones para ecuaciones 
20003 \family default
20004 de las preferencias del documento.
20005 \end_layout
20006
20007 \begin_layout Standard
20008 Puedes ver más detalles y notas importantes sobre comandos de numeración
20009  en la sección
20010 \begin_inset space ~
20011 \end_inset
20012
20013
20014 \begin_inset CommandInset ref
20015 LatexCommand ref
20016 reference "sub:Numeración-de-Notas-al-Pie"
20017
20018 \end_inset
20019
20020 .
20021 \end_layout
20022
20023 \begin_layout Section
20024 Referencias a flotantes
20025 \begin_inset CommandInset label
20026 LatexCommand label
20027 name "sec:Referencias-a-Flotantes"
20028
20029 \end_inset
20030
20031
20032 \begin_inset Index idx
20033 status collapsed
20034
20035 \begin_layout Plain Layout
20036 Flotantes ! Referencias
20037 \end_layout
20038
20039 \end_inset
20040
20041
20042 \begin_inset Index idx
20043 status collapsed
20044
20045 \begin_layout Plain Layout
20046 Referencias
20047 \end_layout
20048
20049 \end_inset
20050
20051
20052 \end_layout
20053
20054 \begin_layout Standard
20055 Para referirse a un flotante, inserta una etiqueta en su leyenda con el
20056  menú 
20057 \family sans
20058 Insertar\SpecialChar \menuseparator
20059 Etiqueta
20060 \family default
20061  o el botón 
20062 \begin_inset Graphics
20063         filename ../../images/label-insert.png
20064         scale 85
20065
20066 \end_inset
20067
20068 .
20069  Aparece una ventana esperando la introducción del texto de la etiqueta
20070  y se inserta un cuadro gris como este: 
20071 \begin_inset Graphics
20072         filename clipart/etiquetaQt4.png
20073         scale 85
20074
20075 \end_inset
20076
20077 .
20078  LyX ofrece como texto las primeras palabras de la leyenda con un prefijo.
20079  El prefijo depende del tipo de flotante, p.
20080 \begin_inset space \thinspace{}
20081 \end_inset
20082
20083 e.
20084 \begin_inset space ~
20085 \end_inset
20086
20087 para figuras el prefijo será «
20088 \family sans
20089 fig:
20090 \family default
20091 ».
20092 \end_layout
20093
20094 \begin_layout Standard
20095 La etiqueta se usa como ancla y el nombre para la referencia.
20096  Puedes referenciar la etiqueta usando el menú 
20097 \family sans
20098 Insertar\SpecialChar \menuseparator
20099 Referencia
20100 \family default
20101
20102 \begin_inset space ~
20103 \end_inset
20104
20105
20106 \family sans
20107 cruzada
20108 \family default
20109  o el botón 
20110 \begin_inset Graphics
20111         filename ../../images/dialog-show-new-inset_ref.png
20112         scale 85
20113
20114 \end_inset
20115
20116 .
20117  Aparece una ventana de referencia cruzada con todas las etiquetas del documento.
20118  Si tienes abiertos varios documentos LyX, escoge aquel con el  que estás
20119  trabajando de la lista desplegable de la parte superior del diálogo.
20120  Puedes ordenar las etiquetas alfabéticamente y elegir una.
20121  Se inserta un cuadro gris como este: 
20122 \begin_inset Graphics
20123         filename clipart/referenciaQt4.png
20124         scale 85
20125
20126 \end_inset
20127
20128 .
20129  En la salida, en lugar de este cuadro aparecerá el número de la referencia.
20130 \end_layout
20131
20132 \begin_layout Standard
20133 Se recomienda poner un espacio protegido entre el nombre de la referencia
20134  cruzada y su número para evitar saltos de línea entre ellos.
20135  Si una referencia cruzada corresponde a una etiqueta inexistente verás
20136  dos interrogaciones en la salida.
20137 \end_layout
20138
20139 \begin_layout Standard
20140 En cualquier momento puedes cambiar etiquetas pulsando sobre el cuadro.
20141  Las referencias a las etiquetas cambiadas cambian automáticamente su enlace
20142  al texto de la etiqueta nueva, no te preocupes por eso.
20143 \end_layout
20144
20145 \begin_layout Standard
20146 El botón 
20147 \family sans
20148 Ir
20149 \begin_inset space ~
20150 \end_inset
20151
20152 a
20153 \begin_inset space ~
20154 \end_inset
20155
20156 la
20157 \begin_inset space ~
20158 \end_inset
20159
20160 etiqueta
20161 \family default
20162  en la ventana de referencia cruzada lleva el cursor hasta dicha etiqueta,
20163  y el texto del botón cambia a 
20164 \family sans
20165 Volver
20166 \family default
20167 , con el que se puede retornar a la referencia.
20168  Un clic derecho sobre el cuadro de la referencia también lleva el cursor
20169  hasta la etiqueta pero sin opción de volver.
20170 \end_layout
20171
20172 \begin_layout Subsection
20173 Formatos de referencia cruzada
20174 \begin_inset CommandInset label
20175 LatexCommand label
20176 name "sub:Formatos-referencia-cruzada"
20177
20178 \end_inset
20179
20180
20181 \begin_inset Index idx
20182 status collapsed
20183
20184 \begin_layout Plain Layout
20185 Referencias ! Formatos
20186 \end_layout
20187
20188 \end_inset
20189
20190
20191 \end_layout
20192
20193 \begin_layout Standard
20194 Hay seis variedades de referencias cruzadas:
20195 \end_layout
20196
20197 \begin_layout Description
20198 <referencia>: imprime el número flotante, esta es la opción predeterminada:
20199  
20200 \begin_inset CommandInset ref
20201 LatexCommand ref
20202 reference "fig:Dos-imágenes-distorsionadas"
20203
20204 \end_inset
20205
20206
20207 \end_layout
20208
20209 \begin_layout Description
20210 (<referencia>): imprime el número flotante entre paréntesis, es el estilo
20211  habitual para referirse a fórmulas, especialmente si se omite el nombre
20212  «Ecuación»: 
20213 \begin_inset CommandInset ref
20214 LatexCommand eqref
20215 reference "eq:Wgn"
20216
20217 \end_inset
20218
20219
20220 \end_layout
20221
20222 \begin_layout Description
20223 <página>: imprime el número de página: Página
20224 \begin_inset space ~
20225 \end_inset
20226
20227
20228 \begin_inset CommandInset ref
20229 LatexCommand pageref
20230 reference "fig:Dos-imágenes-distorsionadas"
20231
20232 \end_inset
20233
20234
20235 \end_layout
20236
20237 \begin_layout Description
20238 en
20239 \begin_inset space ~
20240 \end_inset
20241
20242 página
20243 \begin_inset space ~
20244 \end_inset
20245
20246 <página>: imprime el texto «en la página» y el número de página: 
20247 \begin_inset CommandInset ref
20248 LatexCommand vpageref
20249 reference "fig:Dos-imágenes-distorsionadas"
20250
20251 \end_inset
20252
20253
20254 \end_layout
20255
20256 \begin_layout Description
20257 <referencia>
20258 \begin_inset space ~
20259 \end_inset
20260
20261 en
20262 \begin_inset space ~
20263 \end_inset
20264
20265 página
20266 \begin_inset space ~
20267 \end_inset
20268
20269 <página>: imprime el número flotante, el texto «en la página» y el número
20270  de página: 
20271 \begin_inset CommandInset ref
20272 LatexCommand vref
20273 reference "fig:Dos-imágenes-distorsionadas"
20274
20275 \end_inset
20276
20277
20278 \end_layout
20279
20280 \begin_layout Description
20281 Referencia
20282 \begin_inset space ~
20283 \end_inset
20284
20285 con
20286 \begin_inset space ~
20287 \end_inset
20288
20289 formato: imprime un formato personalizado.
20290 \begin_inset Newline newline
20291 \end_inset
20292
20293
20294 \begin_inset Note Greyedout
20295 status open
20296
20297 \begin_layout Plain Layout
20298
20299 \series bold
20300 Nota:
20301 \series default
20302  Esta característica sólo está disponible si está instalado el paquete LaTeX
20303  
20304 \series bold
20305 prettyref
20306 \series default
20307  o 
20308 \series bold
20309 refstyle
20310 \series default
20311 .
20312 \begin_inset Index idx
20313 status collapsed
20314
20315 \begin_layout Plain Layout
20316 LaTeX-paquetes ! prettyref
20317 \end_layout
20318
20319 \end_inset
20320
20321
20322 \begin_inset Index idx
20323 status collapsed
20324
20325 \begin_layout Plain Layout
20326 LaTeX-paquetes ! refstyle
20327 \end_layout
20328
20329 \end_inset
20330
20331
20332 \end_layout
20333
20334 \end_inset
20335
20336
20337 \begin_inset Newline newline
20338 \end_inset
20339
20340
20341 \lang english
20342 You can select which LaTeX-package should be used for this feature by setting
20343  the option 
20344 \family sans
20345 Use refstyle (not prettyref) for cross-references
20346 \family default
20347  in the menu 
20348 \family sans
20349 Document\SpecialChar \menuseparator
20350 Settings\SpecialChar \menuseparator
20351 Document Class
20352 \family default
20353 .
20354  The format is specified by adding the command 
20355 \series bold
20356
20357 \backslash
20358 newrefformat
20359 \series default
20360  (prettyref) or 
20361 \series bold
20362
20363 \backslash
20364 newref
20365 \series default
20366  (refstyle) to the preamble of the document.
20367  For example redefining all references to figures (which have the label
20368  shortcut
20369 \lang spanish
20370  
20371 \begin_inset Quotes fld
20372 \end_inset
20373
20374
20375 \family sans
20376 fig
20377 \family default
20378
20379 \begin_inset Quotes frd
20380 \end_inset
20381
20382
20383 \lang english
20384 can be done with this command
20385 \lang spanish
20386
20387 \begin_inset Newline newline
20388 \end_inset
20389
20390
20391 \series bold
20392
20393 \backslash
20394 newref{fig}{refcmd={
20395 \lang english
20396 Image on page
20397 \lang spanish
20398  
20399 \backslash
20400 pageref{#1}}}
20401 \series default
20402
20403 \begin_inset Newline newline
20404 \end_inset
20405
20406
20407 \lang english
20408 For more information about the format, have a look at the package documentations
20409 \lang spanish
20410
20411 \begin_inset CommandInset citation
20412 LatexCommand cite
20413 key "prettyref,refstyle"
20414
20415 \end_inset
20416
20417 .
20418 \end_layout
20419
20420 \begin_layout Description
20421
20422 \lang english
20423 Textual
20424 \begin_inset space ~
20425 \end_inset
20426
20427 reference: prints the caption of the reference
20428 \lang spanish
20429
20430 \begin_inset CommandInset ref
20431 LatexCommand nameref
20432 reference "fig:Dos-imágenes-distorsionadas"
20433
20434 \end_inset
20435
20436
20437 \end_layout
20438
20439 \begin_layout Standard
20440
20441 \family sans
20442 <página>
20443 \family default
20444
20445 \begin_inset space \thinspace{}
20446 \end_inset
20447
20448  no imprime el número si la etiqueta está en la misma página, en la anterior
20449  o en la siguiente.
20450  En su lugar verás p.
20451 \begin_inset space \thinspace{}
20452 \end_inset
20453
20454 e.
20455 \begin_inset space ~
20456 \end_inset
20457
20458 el texto «
20459 \family sans
20460 en esta página
20461 \family default
20462 ».
20463  El estilo 
20464 \family sans
20465 <referencia>
20466 \begin_inset space ~
20467 \end_inset
20468
20469 en
20470 \begin_inset space ~
20471 \end_inset
20472
20473 página
20474 \begin_inset space ~
20475 \end_inset
20476
20477 <página> 
20478 \family default
20479 no imprimirá nada sobre la página si la etiqueta está en la misma página.
20480 \end_layout
20481
20482 \begin_layout Standard
20483 El número y página actual de la parte del documento referida es automáticamente
20484  calculado por LaTeX en la salida.
20485  Las variedades se ajustan en el campo 
20486 \family sans
20487 Formato
20488 \family default
20489  de la ventana de referencia cruzada, que aparece al pinchar sobre el cuadro.
20490 \end_layout
20491
20492 \begin_layout Standard
20493 \begin_inset Note Greyedout
20494 status open
20495
20496 \begin_layout Plain Layout
20497
20498 \series bold
20499 Nota:
20500 \series default
20501  
20502 \lang english
20503 It is recommended to use
20504 \lang spanish
20505  el paquete LaTeX 
20506 \series bold
20507 refstyle
20508 \series default
20509
20510 \begin_inset Index idx
20511 status collapsed
20512
20513 \begin_layout Plain Layout
20514 LaTeX-paquetes ! refstyle
20515 \end_layout
20516
20517 \end_inset
20518
20519  
20520 \lang english
20521 because
20522 \lang spanish
20523  
20524 \series bold
20525 prettyref
20526 \series default
20527
20528 \begin_inset Index idx
20529 status collapsed
20530
20531 \begin_layout Plain Layout
20532 LaTeX-paquetes ! prettyref
20533 \end_layout
20534
20535 \end_inset
20536
20537  no reconoce todas las abreviaturas de etiquetas
20538 \begin_inset Foot
20539 status collapsed
20540
20541 \begin_layout Plain Layout
20542 \begin_inset Quotes fld
20543 \end_inset
20544
20545 fig:
20546 \begin_inset Quotes frd
20547 \end_inset
20548
20549 , por ejemplo, es la abreviatura en LyX para las etiquetas de leyendas de
20550  figuras.
20551 \end_layout
20552
20553 \end_inset
20554
20555  posibles en LyX y no está internacionalizado.
20556 \end_layout
20557
20558 \end_inset
20559
20560
20561 \end_layout
20562
20563 \begin_layout Subsection
20564 Designación automática de referencias
20565 \begin_inset Index idx
20566 status collapsed
20567
20568 \begin_layout Plain Layout
20569 Referencias ! Designación automática
20570 \end_layout
20571
20572 \end_inset
20573
20574
20575 \end_layout
20576
20577 \begin_layout Standard
20578 El paquete LaTeX 
20579 \series bold
20580 hyperref
20581 \series default
20582
20583 \begin_inset Index idx
20584 status collapsed
20585
20586 \begin_layout Plain Layout
20587 LaTeX-paquetes ! hyperref
20588 \end_layout
20589
20590 \end_inset
20591
20592 , que se habilita en 
20593 \family sans
20594 Propiedades PDF
20595 \family default
20596  del diálogo 
20597 \family sans
20598 Documento\SpecialChar \menuseparator
20599 Configuración
20600 \family default
20601 , dispone de una característica muy útil que permite incluir automáticamente
20602  en las referencias cruzadas el nombre de los flotantes referidos (o partes
20603  de texto como 
20604 \emph on
20605 sección
20606 \emph default
20607 ).
20608  Así, p.
20609 \begin_inset space \thinspace{}
20610 \end_inset
20611
20612 e., no tendrás que escribir la palabra «Figura» delante de cada referencia
20613  a una figura.
20614  Para usar esta característica habilita el soporte para 
20615 \series bold
20616 hyperref
20617 \series default
20618  e inserta la siguiente línea en el preámbulo LaTeX:
20619 \end_layout
20620
20621 \begin_layout Standard
20622
20623 \series bold
20624
20625 \backslash
20626 AtBeginDocument{
20627 \backslash
20628 renewcommand{
20629 \backslash
20630 ref}[1]{
20631 \backslash
20632 mbox{
20633 \backslash
20634 autoref{#1}}}}
20635 \end_layout
20636
20637 \begin_layout Standard
20638 Si prefieres otros nombres para las referencias distintos de los predeterminados
20639 , por ejemplo «sec.» en lugar de «sección», puedes redefinir el nombre insertando
20640  lo siguiente en el preámbulo:
20641 \end_layout
20642
20643 \begin_layout Standard
20644
20645 \series bold
20646
20647 \backslash
20648 addto
20649 \backslash
20650 extrasenglish{
20651 \backslash
20652 renewcommand{
20653 \backslash
20654 sectionautorefname}
20655 \begin_inset Newline newline
20656 \end_inset
20657
20658
20659 \begin_inset Phantom HPhantom
20660 status open
20661
20662 \begin_layout Plain Layout
20663
20664 \series bold
20665 \begin_inset space ~
20666 \end_inset
20667
20668
20669 \end_layout
20670
20671 \end_inset
20672
20673 {sec.
20674 \backslash
20675 negthinspace}}
20676 \end_layout
20677
20678 \begin_layout Standard
20679 Si estás usando un idioma de documento distinto del inglés, reemplaza
20680 \begin_inset Newline newline
20681 \end_inset
20682
20683  
20684 \series bold
20685
20686 \backslash
20687 extrasenglish
20688 \series default
20689  por
20690 \series bold
20691  
20692 \backslash
20693 extras***
20694 \series default
20695 , donde *** es el nombre del idioma utilizado.
20696 \end_layout
20697
20698 \begin_layout Standard
20699 Para obtener nombres automáticos pero no para determinados tipos de referencias,
20700  por ejemplo no para ecuaciones, usa este código de preámbulo:
20701 \end_layout
20702
20703 \begin_layout Standard
20704
20705 \series bold
20706
20707 \backslash
20708 newlength{
20709 \backslash
20710 abc}
20711 \begin_inset Newline newline
20712 \end_inset
20713
20714
20715 \backslash
20716 settowidth{
20717 \backslash
20718 abc}{
20719 \backslash
20720 space}
20721 \begin_inset Newline newline
20722 \end_inset
20723
20724
20725 \backslash
20726 addto
20727 \backslash
20728 extrasenglish{
20729 \backslash
20730 renewcommand{
20731 \backslash
20732 equationautorefname}
20733 \begin_inset Newline newline
20734 \end_inset
20735
20736
20737 \begin_inset Phantom HPhantom
20738 status open
20739
20740 \begin_layout Plain Layout
20741
20742 \series bold
20743 \begin_inset space ~
20744 \end_inset
20745
20746
20747 \end_layout
20748
20749 \end_inset
20750
20751 {
20752 \backslash
20753 hspace{-
20754 \backslash
20755 abc}}
20756 \end_layout
20757
20758 \begin_layout Standard
20759 En la documentación de 
20760 \series bold
20761 hyperref
20762 \series default
20763  
20764 \begin_inset CommandInset citation
20765 LatexCommand cite
20766 key "hyperref"
20767
20768 \end_inset
20769
20770  puedes encontrar más información.
20771
20772 \series bold
20773  
20774 \end_layout
20775
20776 \begin_layout Standard
20777 \begin_inset Note Greyedout
20778 status open
20779
20780 \begin_layout Plain Layout
20781
20782 \series bold
20783 Nota:
20784 \series default
20785  La designación automática de referencias no puede usarse en el estilo 
20786 \family sans
20787 Referencia
20788 \begin_inset space ~
20789 \end_inset
20790
20791 con
20792 \begin_inset space ~
20793 \end_inset
20794
20795 formato
20796 \family default
20797 , descrita en la sección
20798 \begin_inset space ~
20799 \end_inset
20800
20801
20802 \begin_inset CommandInset ref
20803 LatexCommand ref
20804 reference "sub:Formatos-referencia-cruzada"
20805
20806 \end_inset
20807
20808 .
20809 \end_layout
20810
20811 \end_inset
20812
20813
20814 \end_layout
20815
20816 \begin_layout Standard
20817 El manual 
20818 \emph on
20819 Ecuaciones
20820 \emph default
20821  es un ejemplo de documento en el que se ha utilizado designación automática
20822  de referencias.
20823 \end_layout
20824
20825 \begin_layout Subsection
20826 Colocación de referencias
20827 \begin_inset CommandInset label
20828 LatexCommand label
20829 name "sub:Colocación-de-Referencias"
20830
20831 \end_inset
20832
20833
20834 \begin_inset Index idx
20835 status collapsed
20836
20837 \begin_layout Plain Layout
20838 Referencias ! Colocación
20839 \end_layout
20840
20841 \end_inset
20842
20843
20844 \end_layout
20845
20846 \begin_layout Standard
20847 Si usas 
20848 \series bold
20849 hyperref
20850 \series default
20851
20852 \begin_inset Index idx
20853 status collapsed
20854
20855 \begin_layout Plain Layout
20856 LaTeX-paquetes ! hyperref
20857 \end_layout
20858
20859 \end_inset
20860
20861 , en las 
20862 \family sans
20863 Preferencias PDF 
20864 \family default
20865 del diálogo 
20866 \family sans
20867 Documento\SpecialChar \menuseparator
20868 Configuración
20869 \family default
20870 , para enlazar referencias cruzadas en la salida, verás que al pinchar sobre
20871  la referencia de una imagen flotante te lleva hasta la etiqueta de la imagen.
20872  La leyenda será la primera parte del texto en pantalla, de forma que para
20873  ver la imagen debes deslizar.
20874  Se debe a que el ancla de enlace de la referencia se sitúa en la etiqueta.
20875  Usando el paquete 
20876 \series bold
20877 hypcap
20878 \series default
20879
20880 \begin_inset Index idx
20881 status collapsed
20882
20883 \begin_layout Plain Layout
20884 LaTeX-paquetes ! hypcap
20885 \end_layout
20886
20887 \end_inset
20888
20889 , que forma parte del paquete LaTeX 
20890 \series bold
20891 oberdiek
20892 \series default
20893
20894 \begin_inset Index idx
20895 status collapsed
20896
20897 \begin_layout Plain Layout
20898 LaTeX-paquetes ! oberdiek
20899 \end_layout
20900
20901 \end_inset
20902
20903 , el ancla de enlace se sitúa al comienzo de un flotante.
20904  Para usar esta característica para figuras flotantes carga 
20905 \series bold
20906 hypcap
20907 \series default
20908  en el preámbulo con
20909 \end_layout
20910
20911 \begin_layout Standard
20912
20913 \series bold
20914
20915 \backslash
20916 usepackage[figure]{hypcap}
20917 \end_layout
20918
20919 \begin_layout Standard
20920 Puedes usar 
20921 \series bold
20922 hypcap
20923 \series default
20924  para todos los flotantes aunque no se recomienda por razones de estabilidad.
20925  Más información en el manual de 
20926 \series bold
20927 hypcap
20928 \series default
20929  
20930 \begin_inset CommandInset citation
20931 LatexCommand cite
20932 key "hypcap"
20933
20934 \end_inset
20935
20936 .
20937 \end_layout
20938
20939 \begin_layout Standard
20940 \begin_inset Note Greyedout
20941 status open
20942
20943 \begin_layout Plain Layout
20944
20945 \series bold
20946 Nota:
20947 \series default
20948  
20949 \series bold
20950 hypcap
20951 \series default
20952  no funciona para las referencias a subfiguras.
20953 \end_layout
20954
20955 \end_inset
20956
20957
20958 \end_layout
20959
20960 \begin_layout Section
20961 Colocación de flotantes
20962 \begin_inset CommandInset label
20963 LatexCommand label
20964 name "sec:Colocación-de-Flotantes"
20965
20966 \end_inset
20967
20968
20969 \begin_inset Index idx
20970 status collapsed
20971
20972 \begin_layout Plain Layout
20973 Flotantes ! Colocación
20974 \end_layout
20975
20976 \end_inset
20977
20978
20979 \end_layout
20980
20981 \begin_layout Standard
20982 Pulsando con el botón derecho del ratón sobre un cuadro de flotante se abre
20983  un diálogo en el que pueden cambiarse las opciones de LaTeX para situar
20984  los flotantes.
20985 \begin_inset Newline newline
20986 \end_inset
20987
20988 La opción 
20989 \family sans
20990 Extender
20991 \begin_inset space ~
20992 \end_inset
20993
20994 columnas
20995 \family default
20996  sólo es aplicable a documentos de dos columnas: Si lo seleccionas, el flotante
20997  abarcará ambas columnas en lugar de una sola.
20998 \begin_inset Newline newline
20999 \end_inset
21000
21001 La opción 
21002 \family sans
21003 Girar
21004 \begin_inset space ~
21005 \end_inset
21006
21007 a
21008 \begin_inset space ~
21009 \end_inset
21010
21011 un
21012 \begin_inset space ~
21013 \end_inset
21014
21015 lado
21016 \family default
21017  sirve para girar flotantes, véase sección
21018 \begin_inset space ~
21019 \end_inset
21020
21021
21022 \begin_inset CommandInset ref
21023 LatexCommand ref
21024 reference "sec:Rotación-de-Flotantes"
21025
21026 \end_inset
21027
21028 .
21029  
21030 \end_layout
21031
21032 \begin_layout Standard
21033 Puedes usar una o más de las siguientes opciones en el diálogo para establecer
21034  la posición de un flotante si desmarcas la opción 
21035 \family sans
21036 Usar
21037 \begin_inset space ~
21038 \end_inset
21039
21040 ubicación
21041 \begin_inset space ~
21042 \end_inset
21043
21044 predeterminada
21045 \family default
21046 :
21047 \end_layout
21048
21049 \begin_layout Description
21050
21051 \family sans
21052 \series bold
21053 Aquí
21054 \begin_inset space ~
21055 \end_inset
21056
21057 si
21058 \begin_inset space ~
21059 \end_inset
21060
21061 es
21062 \begin_inset space ~
21063 \end_inset
21064
21065 posible
21066 \family default
21067 \series default
21068  intenta situar el flotante en la posición en la que se inserta
21069 \end_layout
21070
21071 \begin_layout Description
21072
21073 \family sans
21074 \series bold
21075 Principio
21076 \begin_inset space ~
21077 \end_inset
21078
21079 de
21080 \begin_inset space ~
21081 \end_inset
21082
21083 página
21084 \family default
21085 \series default
21086  intenta situar el flotante al principio de la página actual
21087 \end_layout
21088
21089 \begin_layout Description
21090
21091 \family sans
21092 \series bold
21093 Fin
21094 \begin_inset space ~
21095 \end_inset
21096
21097 de
21098 \begin_inset space ~
21099 \end_inset
21100
21101 página
21102 \family default
21103 \series default
21104  intenta situar el flotante al final de la página actual
21105 \end_layout
21106
21107 \begin_layout Description
21108
21109 \family sans
21110 \series bold
21111 Página
21112 \begin_inset space ~
21113 \end_inset
21114
21115 de
21116 \begin_inset space ~
21117 \end_inset
21118
21119 flotantes
21120 \family default
21121 \series default
21122  intenta situar el flotante en una página propia 
21123 \end_layout
21124
21125 \begin_layout Standard
21126 LaTeX usa 
21127 \emph on
21128 siempre
21129 \emph default
21130  ese orden de opciones.
21131  Significa que si usas la colocación predeterminada, LaTeX probará en primer
21132  lugar 
21133 \family sans
21134 Aquí
21135 \begin_inset space ~
21136 \end_inset
21137
21138 si
21139 \begin_inset space ~
21140 \end_inset
21141
21142 es
21143 \begin_inset space ~
21144 \end_inset
21145
21146 posible
21147 \family default
21148 , luego 
21149 \family sans
21150 Principio
21151 \begin_inset space ~
21152 \end_inset
21153
21154 de
21155 \begin_inset space ~
21156 \end_inset
21157
21158 página
21159 \family default
21160 , y después las otras.
21161  Si no usas la predeterminada, LaTeX sólo probará las opciones marcadas
21162  pero en dicho orden.
21163  Si no es posible ninguna de las 4 ubicaciones el proceso se repite internamente
21164  pero intenta poner el flotante en la página siguiente.
21165 \end_layout
21166
21167 \begin_layout Standard
21168 De forma predeterminada cada una de las opciones tiene sus propias reglas:
21169 \end_layout
21170
21171 \begin_layout Labeling
21172 \labelwidthstring 00.00.0000
21173
21174 \family sans
21175 Principio
21176 \begin_inset space ~
21177 \end_inset
21178
21179 de
21180 \begin_inset space ~
21181 \end_inset
21182
21183 página:
21184 \family default
21185  sólo si el flotante ocupa menos del 70
21186 \begin_inset space \thinspace{}
21187 \end_inset
21188
21189 % de la página puede ubicarse al principio de página (
21190 \series bold
21191
21192 \backslash
21193 topfraction
21194 \series default
21195 )
21196 \end_layout
21197
21198 \begin_layout Labeling
21199 \labelwidthstring 00.00.0000
21200
21201 \family sans
21202 Fin
21203 \begin_inset space ~
21204 \end_inset
21205
21206 de
21207 \begin_inset space ~
21208 \end_inset
21209
21210 página:
21211 \family default
21212  sólo si el flotante ocupa menos del 30
21213 \begin_inset space \thinspace{}
21214 \end_inset
21215
21216 % de la página puede ubicarse al fin de página.
21217  (
21218 \series bold
21219
21220 \backslash
21221 bottomfraction
21222 \series default
21223 )
21224 \end_layout
21225
21226 \begin_layout Labeling
21227 \labelwidthstring 00.00.0000
21228
21229 \family sans
21230 Página
21231 \begin_inset space ~
21232 \end_inset
21233
21234 de
21235 \begin_inset space ~
21236 \end_inset
21237
21238 flotantes:
21239 \family default
21240  sólo si más del 50
21241 \begin_inset space \thinspace{}
21242 \end_inset
21243
21244 % de la página se ocupa por flotantes puede haber varios juntos en la misma
21245  página.
21246  (
21247 \series bold
21248
21249 \backslash
21250 floatpagefraction
21251 \series default
21252 )
21253 \end_layout
21254
21255 \begin_layout Standard
21256 Si no te agradan estas reglas puedes ignorarlas marcando la opción adicional
21257  
21258 \family sans
21259 Ignorar
21260 \begin_inset space ~
21261 \end_inset
21262
21263 reglas
21264 \begin_inset space ~
21265 \end_inset
21266
21267 de
21268 \begin_inset space ~
21269 \end_inset
21270
21271 LaTeX
21272 \family default
21273 .
21274 \begin_inset Newline newline
21275 \end_inset
21276
21277 También puedes redefinir las reglas con los comandos LaTeX que van entre
21278  paréntesis tras la descripción de las reglas anteriores.
21279  Por ejemplo, para aumentar el valor predeterminado, quizás pequeño, de
21280  la regla 
21281 \family sans
21282 Fin
21283 \family default
21284
21285 \begin_inset space ~
21286 \end_inset
21287
21288
21289 \family sans
21290 de
21291 \family default
21292
21293 \begin_inset space ~
21294 \end_inset
21295
21296
21297 \family sans
21298 página
21299 \family default
21300  al 50
21301 \begin_inset space \thinspace{}
21302 \end_inset
21303
21304 %, añade esta línea en el preámbulo:
21305 \end_layout
21306
21307 \begin_layout Standard
21308
21309 \series bold
21310
21311 \backslash
21312 renewcommand{
21313 \backslash
21314 bottomfraction}{0.5}
21315 \end_layout
21316
21317 \begin_layout Standard
21318 En determinados casos podrías necesitar ubicar un flotante exactamente en
21319  la posición en la que se inserta.
21320  Para esto puedes usar la opción 
21321 \family sans
21322 Aquí
21323 \begin_inset space ~
21324 \end_inset
21325
21326 definitivamente
21327 \family default
21328 .
21329  Usa esta opción esporádicamente y sólo cuando el documento esté casi listo,
21330  porque el flotante ya no podrá «flotar» y si haces cambios al documento
21331  se podría estropear el diseño de la página.
21332 \end_layout
21333
21334 \begin_layout Standard
21335 No hay opciones de ubicación para envoltorios flotantes porque siempre están
21336  rodeados por texto de un párrafo determinado.
21337 \begin_inset VSpace bigskip
21338 \end_inset
21339
21340
21341 \end_layout
21342
21343 \begin_layout Standard
21344 A veces surge el problema de que un flotante se sitúa al principio de la
21345  página mientras que su sección correspondiente empieza en mitad de la página,
21346  así que el lector podría creer que el flotante forma parte de la sección
21347  anterior.
21348  Para evitarlo puede emplearse el comando LaTeX 
21349 \series bold
21350
21351 \backslash
21352 suppressfloats
21353 \series default
21354 , que suprime la ubicación de un flotante dado en la página donde se inserta
21355  y además puede servir para evitar que el flotante se coloque antes del
21356  inicio de sección.
21357  Para ello, añade estos comandos al preámbulo:
21358 \end_layout
21359
21360 \begin_layout Standard
21361
21362 \series bold
21363
21364 \backslash
21365 let
21366 \backslash
21367 mySection
21368 \backslash
21369 section
21370 \begin_inset Newline newline
21371 \end_inset
21372
21373
21374 \backslash
21375 renewcommand{
21376 \backslash
21377 section}{
21378 \backslash
21379 suppressfloats[t]
21380 \backslash
21381 mySection}
21382 \end_layout
21383
21384 \begin_layout Standard
21385 Se puede hacer lo mismo para todas las cabeceras de sección, capítulos y
21386  subsecciones.
21387  No es recomendable para partes pequeñas de texto como subsubsecciones porque
21388  LaTeX podría tener problemas para encontrar una ubicación adecuada.
21389 \end_layout
21390
21391 \begin_layout Standard
21392 \begin_inset VSpace bigskip
21393 \end_inset
21394
21395 En ciertos casos se quieren tener todas las figuras/tablas al final del
21396  documento.
21397  Para estos casos está el paquete LaTeX 
21398 \series bold
21399 endfloat
21400 \series default
21401
21402 \begin_inset Index idx
21403 status collapsed
21404
21405 \begin_layout Plain Layout
21406 LaTeX-paquetes ! endfloat
21407 \end_layout
21408
21409 \end_inset
21410
21411 .
21412  Pone todas las figuras y tablas flotantes al final del documento en secciones
21413  propias.
21414  En la posición original del flotante se inserta una indicación como «
21415 \family sans
21416 [Figure
21417 \begin_inset space ~
21418 \end_inset
21419
21420 3.2 about here.]
21421 \family default
21422 ».
21423  El paquete 
21424 \series bold
21425 endfloat
21426 \series default
21427  se carga en el preámbulo con la línea
21428 \end_layout
21429
21430 \begin_layout Standard
21431
21432 \series bold
21433
21434 \backslash
21435 usepackage[options]{endfloat}
21436 \end_layout
21437
21438 \begin_layout Standard
21439 Hay varias opciones para diseñar las secciones figura/tabla creadas.
21440  Para más información véase la documentación 
21441 \begin_inset CommandInset citation
21442 LatexCommand cite
21443 key "endfloat"
21444
21445 \end_inset
21446
21447 .
21448 \begin_inset Newline newline
21449 \end_inset
21450
21451
21452 \begin_inset Note Greyedout
21453 status open
21454
21455 \begin_layout Plain Layout
21456
21457 \series bold
21458 Nota: endfloat
21459 \series default
21460  no traduce automáticamente la indicación, hay que hacerlo manualmente,
21461  véase sección
21462 \begin_inset space ~
21463 \end_inset
21464
21465 4 en 
21466 \begin_inset CommandInset citation
21467 LatexCommand cite
21468 key "endfloat"
21469
21470 \end_inset
21471
21472 .
21473 \end_layout
21474
21475 \end_inset
21476
21477
21478 \begin_inset Newline newline
21479 \end_inset
21480
21481
21482 \begin_inset Note Greyedout
21483 status open
21484
21485 \begin_layout Plain Layout
21486
21487 \series bold
21488 Nota:
21489 \series default
21490  Actualmente hay un error en 
21491 \series bold
21492 endfloat
21493 \series default
21494  cuando la leyenda contiene el carácter alemán «ß».
21495  Usa en ese caso el comando «
21496 \series bold
21497
21498 \backslash
21499 ss
21500 \series default
21501 » en código TeX en vez de «ß».
21502 \end_layout
21503
21504 \end_inset
21505
21506
21507 \end_layout
21508
21509 \begin_layout Standard
21510 \begin_inset VSpace bigskip
21511 \end_inset
21512
21513 Más detalles sobre ubicación de flotantes en libros sobre LaTeX como 
21514 \begin_inset CommandInset citation
21515 LatexCommand cite
21516 key "latexcompanion,latexguide,latexbook"
21517
21518 \end_inset
21519
21520 .
21521 \end_layout
21522
21523 \begin_layout Section
21524 Rotación de flotantes
21525 \begin_inset CommandInset label
21526 LatexCommand label
21527 name "sec:Rotación-de-Flotantes"
21528
21529 \end_inset
21530
21531
21532 \begin_inset Index idx
21533 status collapsed
21534
21535 \begin_layout Plain Layout
21536 Flotantes ! Rotación
21537 \end_layout
21538
21539 \end_inset
21540
21541
21542 \end_layout
21543
21544 \begin_layout Standard
21545 Podrías necesitar girar flotantes, especialmente con tablas grandes.
21546  Para girar todo el flotante y su leyenda, pincha sobre su cuadro y marca
21547  la opción 
21548 \family sans
21549 Girar
21550 \begin_inset space ~
21551 \end_inset
21552
21553 a
21554 \begin_inset space ~
21555 \end_inset
21556
21557 un
21558 \begin_inset space ~
21559 \end_inset
21560
21561 lado
21562 \family default
21563 .
21564 \end_layout
21565
21566 \begin_layout Standard
21567 Los flotantes girados son puestos siempre en su propia página (o columna
21568  si el documento es de dos columnas).
21569  Se les puede permitir abarcar varias columnas con la opción de configuración
21570  
21571 \family sans
21572 Extender
21573 \begin_inset space ~
21574 \end_inset
21575
21576 columnas
21577 \family default
21578 .
21579  Se rotan de forma que puedes leerlos desde el margen externo.
21580  Para forzar determinada dirección de rotación para todas las páginas, puedes
21581  añadir una de las opciones 
21582 \series bold
21583 figuresleft
21584 \series default
21585  o 
21586 \series bold
21587 figuresright
21588 \series default
21589  a las opciones de clase del documento.
21590 \end_layout
21591
21592 \begin_layout Standard
21593 Los flotantes girados se refieren igual que los normales, y el formato de
21594  la leyenda también es el mismo: un ejemplo es la tabla
21595 \begin_inset space ~
21596 \end_inset
21597
21598
21599 \begin_inset CommandInset ref
21600 LatexCommand ref
21601 reference "tab:Tabla-girada"
21602
21603 \end_inset
21604
21605 .
21606 \end_layout
21607
21608 \begin_layout Standard
21609 \begin_inset Note Greyedout
21610 status open
21611
21612 \begin_layout Plain Layout
21613
21614 \series bold
21615 Nota:
21616 \series default
21617  No todos los visores DVI pueden mostrar tablas giradas.
21618 \end_layout
21619
21620 \end_inset
21621
21622
21623 \end_layout
21624
21625 \begin_layout Standard
21626 \begin_inset Float table
21627 wide false
21628 sideways true
21629 status open
21630
21631 \begin_layout Plain Layout
21632 \begin_inset Caption
21633
21634 \begin_layout Plain Layout
21635 \begin_inset CommandInset label
21636 LatexCommand label
21637 name "tab:Tabla-girada"
21638
21639 \end_inset
21640
21641 Tabla girada
21642 \end_layout
21643
21644 \end_inset
21645
21646
21647 \end_layout
21648
21649 \begin_layout Plain Layout
21650 \align center
21651 \begin_inset Tabular
21652 <lyxtabular version="3" rows="1" columns="5">
21653 <features tabularvalignment="middle">
21654 <column alignment="center" valignment="top" width="0">
21655 <column alignment="center" valignment="top" width="0">
21656 <column alignment="center" valignment="top" width="0">
21657 <column alignment="center" valignment="top" width="0">
21658 <column alignment="center" valignment="top" width="0">
21659 <row>
21660 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
21661 \begin_inset Text
21662
21663 \begin_layout Plain Layout
21664 test
21665 \end_layout
21666
21667 \end_inset
21668 </cell>
21669 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
21670 \begin_inset Text
21671
21672 \begin_layout Plain Layout
21673 b
21674 \end_layout
21675
21676 \end_inset
21677 </cell>
21678 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
21679 \begin_inset Text
21680
21681 \begin_layout Plain Layout
21682 c
21683 \end_layout
21684
21685 \end_inset
21686 </cell>
21687 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
21688 \begin_inset Text
21689
21690 \begin_layout Plain Layout
21691 d
21692 \end_layout
21693
21694 \end_inset
21695 </cell>
21696 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
21697 \begin_inset Text
21698
21699 \begin_layout Plain Layout
21700 e
21701 \end_layout
21702
21703 \end_inset
21704 </cell>
21705 </row>
21706 </lyxtabular>
21707
21708 \end_inset
21709
21710
21711 \end_layout
21712
21713 \end_inset
21714
21715
21716 \end_layout
21717
21718 \begin_layout Section
21719 Subflotantes
21720 \begin_inset Index idx
21721 status collapsed
21722
21723 \begin_layout Plain Layout
21724 Flotantes ! Subflotantes
21725 \end_layout
21726
21727 \end_inset
21728
21729
21730 \end_layout
21731
21732 \begin_layout Standard
21733 Los subflotantes se usan cuando, por ejemplo, una figura consta de varias
21734  imágenes.
21735  Se crean insertando un flotante dentro de otro.
21736  La colocación de los subflotantes puede controlarse como si fueran párrafos,
21737  como se muestra en las tablas
21738 \begin_inset space ~
21739 \end_inset
21740
21741
21742 \begin_inset CommandInset ref
21743 LatexCommand ref
21744 reference "tab:Dos-subtablas-adosadas"
21745
21746 \end_inset
21747
21748  y
21749 \begin_inset space ~
21750 \end_inset
21751
21752
21753 \begin_inset CommandInset ref
21754 LatexCommand ref
21755 reference "tab:Dos-subtablas-una-sobre"
21756
21757 \end_inset
21758
21759 .
21760 \end_layout
21761
21762 \begin_layout Standard
21763 Las referencias a subflotantes funcionan como en los flotantes normales:
21764  la tabla
21765 \begin_inset space ~
21766 \end_inset
21767
21768
21769 \begin_inset CommandInset ref
21770 LatexCommand ref
21771 reference "tab:Esta-es-la-subtabla-a"
21772
21773 \end_inset
21774
21775  y la tabla
21776 \begin_inset space ~
21777 \end_inset
21778
21779
21780 \begin_inset CommandInset ref
21781 LatexCommand ref
21782 reference "tab:Esta-es-la-subtabla-b"
21783
21784 \end_inset
21785
21786  son subtablas de la tabla
21787 \begin_inset space ~
21788 \end_inset
21789
21790
21791 \begin_inset CommandInset ref
21792 LatexCommand ref
21793 reference "tab:Dos-subtablas-adosadas"
21794
21795 \end_inset
21796
21797 .
21798 \end_layout
21799
21800 \begin_layout Standard
21801 \begin_inset Float table
21802 wide false
21803 sideways false
21804 status open
21805
21806 \begin_layout Plain Layout
21807 \begin_inset Caption
21808
21809 \begin_layout Plain Layout
21810 \begin_inset CommandInset label
21811 LatexCommand label
21812 name "tab:Dos-subtablas-adosadas"
21813
21814 \end_inset
21815
21816 Dos subtablas adosadas
21817 \end_layout
21818
21819 \end_inset
21820
21821
21822 \end_layout
21823
21824 \begin_layout Plain Layout
21825 \begin_inset space \hfill{}
21826 \end_inset
21827
21828
21829 \begin_inset Float table
21830 wide false
21831 sideways false
21832 status collapsed
21833
21834 \begin_layout Plain Layout
21835 \begin_inset Caption
21836
21837 \begin_layout Plain Layout
21838 \begin_inset CommandInset label
21839 LatexCommand label
21840 name "tab:Esta-es-la-subtabla-a"
21841
21842 \end_inset
21843
21844 Esta es la subtabla a
21845 \end_layout
21846
21847 \end_inset
21848
21849
21850 \end_layout
21851
21852 \begin_layout Plain Layout
21853 \align center
21854 \begin_inset Tabular
21855 <lyxtabular version="3" rows="1" columns="5">
21856 <features tabularvalignment="middle">
21857 <column alignment="center" valignment="top" width="0">
21858 <column alignment="center" valignment="top" width="0">
21859 <column alignment="center" valignment="top" width="0">
21860 <column alignment="center" valignment="top" width="0">
21861 <column alignment="center" valignment="top" width="0">
21862 <row>
21863 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
21864 \begin_inset Text
21865
21866 \begin_layout Plain Layout
21867 test 
21868 \end_layout
21869
21870 \end_inset
21871 </cell>
21872 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
21873 \begin_inset Text
21874
21875 \begin_layout Plain Layout
21876 b
21877 \end_layout
21878
21879 \end_inset
21880 </cell>
21881 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
21882 \begin_inset Text
21883
21884 \begin_layout Plain Layout
21885 c
21886 \end_layout
21887
21888 \end_inset
21889 </cell>
21890 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
21891 \begin_inset Text
21892
21893 \begin_layout Plain Layout
21894 d
21895 \end_layout
21896
21897 \end_inset
21898 </cell>
21899 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
21900 \begin_inset Text
21901
21902 \begin_layout Plain Layout
21903 e
21904 \end_layout
21905
21906 \end_inset
21907 </cell>
21908 </row>
21909 </lyxtabular>
21910
21911 \end_inset
21912
21913
21914 \end_layout
21915
21916 \end_inset
21917
21918
21919 \begin_inset space \hfill{}
21920 \end_inset
21921
21922
21923 \begin_inset Float table
21924 wide false
21925 sideways false
21926 status collapsed
21927
21928 \begin_layout Plain Layout
21929 \begin_inset Caption
21930
21931 \begin_layout Plain Layout
21932 \begin_inset CommandInset label
21933 LatexCommand label
21934 name "tab:Esta-es-la-subtabla-b"
21935
21936 \end_inset
21937
21938 Esta es la subtabla b
21939 \end_layout
21940
21941 \end_inset
21942
21943
21944 \end_layout
21945
21946 \begin_layout Plain Layout
21947 \align center
21948 \begin_inset Tabular
21949 <lyxtabular version="3" rows="1" columns="5">
21950 <features tabularvalignment="middle">
21951 <column alignment="center" valignment="top" width="0">
21952 <column alignment="center" valignment="top" width="0">
21953 <column alignment="center" valignment="top" width="0">
21954 <column alignment="center" valignment="top" width="0">
21955 <column alignment="center" valignment="top" width="0">
21956 <row>
21957 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
21958 \begin_inset Text
21959
21960 \begin_layout Plain Layout
21961 e
21962 \end_layout
21963
21964 \end_inset
21965 </cell>
21966 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
21967 \begin_inset Text
21968
21969 \begin_layout Plain Layout
21970 d
21971 \end_layout
21972
21973 \end_inset
21974 </cell>
21975 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
21976 \begin_inset Text
21977
21978 \begin_layout Plain Layout
21979 c
21980 \end_layout
21981
21982 \end_inset
21983 </cell>
21984 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
21985 \begin_inset Text
21986
21987 \begin_layout Plain Layout
21988 b
21989 \end_layout
21990
21991 \end_inset
21992 </cell>
21993 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
21994 \begin_inset Text
21995
21996 \begin_layout Plain Layout
21997 test
21998 \end_layout
21999
22000 \end_inset
22001 </cell>
22002 </row>
22003 </lyxtabular>
22004
22005 \end_inset
22006
22007
22008 \end_layout
22009
22010 \begin_layout Plain Layout
22011
22012 \end_layout
22013
22014 \end_inset
22015
22016
22017 \begin_inset space \hfill{}
22018 \end_inset
22019
22020
22021 \end_layout
22022
22023 \end_inset
22024
22025
22026 \end_layout
22027
22028 \begin_layout Standard
22029 \begin_inset Float table
22030 wide false
22031 sideways false
22032 status open
22033
22034 \begin_layout Plain Layout
22035 \begin_inset Caption
22036
22037 \begin_layout Plain Layout
22038 \begin_inset CommandInset label
22039 LatexCommand label
22040 name "tab:Dos-subtablas-una-sobre"
22041
22042 \end_inset
22043
22044 Dos subtablas colocadas una sobre otra.
22045  La tabla (a) con 4 celdas, la (b) con 5 celdas.
22046 \end_layout
22047
22048 \end_inset
22049
22050
22051 \end_layout
22052
22053 \begin_layout Plain Layout
22054 \noindent
22055 \align center
22056 \begin_inset Float table
22057 wide false
22058 sideways false
22059 status collapsed
22060
22061 \begin_layout Plain Layout
22062 \begin_inset Caption
22063
22064 \begin_layout Plain Layout
22065
22066 \end_layout
22067
22068 \end_inset
22069
22070
22071 \end_layout
22072
22073 \begin_layout Plain Layout
22074 \align center
22075 \begin_inset Tabular
22076 <lyxtabular version="3" rows="1" columns="4">
22077 <features tabularvalignment="middle">
22078 <column alignment="center" valignment="top" width="0">
22079 <column alignment="center" valignment="top" width="0">
22080 <column alignment="center" valignment="top" width="0">
22081 <column alignment="center" valignment="top" width="0">
22082 <row>
22083 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
22084 \begin_inset Text
22085
22086 \begin_layout Plain Layout
22087 test
22088 \end_layout
22089
22090 \end_inset
22091 </cell>
22092 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
22093 \begin_inset Text
22094
22095 \begin_layout Plain Layout
22096 test
22097 \end_layout
22098
22099 \end_inset
22100 </cell>
22101 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
22102 \begin_inset Text
22103
22104 \begin_layout Plain Layout
22105 test
22106 \end_layout
22107
22108 \end_inset
22109 </cell>
22110 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
22111 \begin_inset Text
22112
22113 \begin_layout Plain Layout
22114 test
22115 \end_layout
22116
22117 \end_inset
22118 </cell>
22119 </row>
22120 </lyxtabular>
22121
22122 \end_inset
22123
22124
22125 \end_layout
22126
22127 \begin_layout Plain Layout
22128
22129 \end_layout
22130
22131 \end_inset
22132
22133
22134 \end_layout
22135
22136 \begin_layout Plain Layout
22137 \align center
22138 \begin_inset Float table
22139 wide false
22140 sideways false
22141 status collapsed
22142
22143 \begin_layout Plain Layout
22144
22145 \end_layout
22146
22147 \begin_layout Plain Layout
22148 \begin_inset Caption
22149
22150 \begin_layout Plain Layout
22151
22152 \end_layout
22153
22154 \end_inset
22155
22156
22157 \end_layout
22158
22159 \begin_layout Plain Layout
22160 \align center
22161 \begin_inset Tabular
22162 <lyxtabular version="3" rows="1" columns="5">
22163 <features tabularvalignment="middle">
22164 <column alignment="center" valignment="top" width="0">
22165 <column alignment="center" valignment="top" width="0">
22166 <column alignment="center" valignment="top" width="0">
22167 <column alignment="center" valignment="top" width="0">
22168 <column alignment="center" valignment="top" width="0">
22169 <row>
22170 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
22171 \begin_inset Text
22172
22173 \begin_layout Plain Layout
22174 a
22175 \end_layout
22176
22177 \end_inset
22178 </cell>
22179 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
22180 \begin_inset Text
22181
22182 \begin_layout Plain Layout
22183 b
22184 \end_layout
22185
22186 \end_inset
22187 </cell>
22188 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
22189 \begin_inset Text
22190
22191 \begin_layout Plain Layout
22192 c
22193 \end_layout
22194
22195 \end_inset
22196 </cell>
22197 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
22198 \begin_inset Text
22199
22200 \begin_layout Plain Layout
22201 d
22202 \end_layout
22203
22204 \end_inset
22205 </cell>
22206 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
22207 \begin_inset Text
22208
22209 \begin_layout Plain Layout
22210 e
22211 \end_layout
22212
22213 \end_inset
22214 </cell>
22215 </row>
22216 </lyxtabular>
22217
22218 \end_inset
22219
22220
22221 \end_layout
22222
22223 \begin_layout Plain Layout
22224
22225 \end_layout
22226
22227 \end_inset
22228
22229
22230 \end_layout
22231
22232 \end_inset
22233
22234
22235 \end_layout
22236
22237 \begin_layout Section
22238 Flotantes adosados
22239 \begin_inset Index idx
22240 status collapsed
22241
22242 \begin_layout Plain Layout
22243 Flotantes ! Adosados
22244 \end_layout
22245
22246 \end_inset
22247
22248
22249 \end_layout
22250
22251 \begin_layout Standard
22252 Para colocar flotantes unos junto a otros, como en la figura
22253 \begin_inset space ~
22254 \end_inset
22255
22256
22257 \begin_inset CommandInset ref
22258 LatexCommand ref
22259 reference "fig:Flotante-izquierda"
22260
22261 \end_inset
22262
22263  y 
22264 \begin_inset CommandInset ref
22265 LatexCommand ref
22266 reference "fig:Flotante-derecha"
22267
22268 \end_inset
22269
22270 , se pone 
22271 \emph on
22272 un
22273 \emph default
22274  solo flotante.
22275  En él se insertan dos cuadros tipo minipágina.
22276 \begin_inset Foot
22277 status collapsed
22278
22279 \begin_layout Plain Layout
22280 Las minipáginas se explican en la sección
22281 \begin_inset space ~
22282 \end_inset
22283
22284
22285 \begin_inset CommandInset ref
22286 LatexCommand ref
22287 reference "sec:Minipáginas"
22288
22289 \end_inset
22290
22291 .
22292 \end_layout
22293
22294 \end_inset
22295
22296  La anchura de la columna se establece en 45-50
22297 \begin_inset space \thinspace{}
22298 \end_inset
22299
22300 % y la alineación en 
22301 \family sans
22302 Inferior
22303 \family default
22304  para cada minipágina.
22305  Las minipáginas contienen la imagen y su título, de igual forma que en
22306  los flotantes.
22307  La única diferencia es que el 
22308 \family sans
22309 Ancho
22310 \begin_inset space ~
22311 \end_inset
22312
22313 de
22314 \begin_inset space ~
22315 \end_inset
22316
22317 columna
22318 \begin_inset space ~
22319 \end_inset
22320
22321 %
22322 \family default
22323  de la imagen se calcula en este caso en relación a la anchura de la minipágina.
22324 \end_layout
22325
22326 \begin_layout Standard
22327 \begin_inset Float figure
22328 placement h
22329 wide false
22330 sideways false
22331 status open
22332
22333 \begin_layout Plain Layout
22334 \begin_inset Box Frameless
22335 position "b"
22336 hor_pos "c"
22337 has_inner_box 1
22338 inner_pos "t"
22339 use_parbox 0
22340 use_makebox 0
22341 width "45col%"
22342 special "none"
22343 height "1in"
22344 height_special "totalheight"
22345 status open
22346
22347 \begin_layout Plain Layout
22348 \align center
22349 \begin_inset Graphics
22350         filename ../clipart/mobius.eps
22351         lyxscale 50
22352         width 100col%
22353         scaleBeforeRotation
22354
22355 \end_inset
22356
22357
22358 \end_layout
22359
22360 \begin_layout Plain Layout
22361 \begin_inset Caption
22362
22363 \begin_layout Plain Layout
22364 \begin_inset CommandInset label
22365 LatexCommand label
22366 name "fig:Flotante-izquierda"
22367
22368 \end_inset
22369
22370 Flotante en el lado izquierdo.
22371 \end_layout
22372
22373 \end_inset
22374
22375
22376 \end_layout
22377
22378 \end_inset
22379
22380
22381 \begin_inset space \hfill{}
22382 \end_inset
22383
22384
22385 \begin_inset Box Frameless
22386 position "b"
22387 hor_pos "c"
22388 has_inner_box 1
22389 inner_pos "t"
22390 use_parbox 0
22391 use_makebox 0
22392 width "45col%"
22393 special "none"
22394 height "1in"
22395 height_special "totalheight"
22396 status open
22397
22398 \begin_layout Plain Layout
22399 \align center
22400 \begin_inset Graphics
22401         filename ../clipart/platypus.eps
22402         lyxscale 50
22403         width 100col%
22404         scaleBeforeRotation
22405
22406 \end_inset
22407
22408
22409 \end_layout
22410
22411 \begin_layout Plain Layout
22412 \begin_inset Caption
22413
22414 \begin_layout Plain Layout
22415 \begin_inset CommandInset label
22416 LatexCommand label
22417 name "fig:Flotante-derecha"
22418
22419 \end_inset
22420
22421 Flotante en el lado derecho.
22422 \end_layout
22423
22424 \end_inset
22425
22426
22427 \end_layout
22428
22429 \end_inset
22430
22431
22432 \end_layout
22433
22434 \end_inset
22435
22436
22437 \end_layout
22438
22439 \begin_layout Section
22440 Formato de las leyendas
22441 \begin_inset Index idx
22442 status collapsed
22443
22444 \begin_layout Plain Layout
22445 Leyendas ! Formato
22446 \end_layout
22447
22448 \end_inset
22449
22450
22451 \begin_inset Index idx
22452 status collapsed
22453
22454 \begin_layout Plain Layout
22455 Flotantes ! Formato de las leyendas
22456 \end_layout
22457
22458 \end_inset
22459
22460
22461 \begin_inset CommandInset label
22462 LatexCommand label
22463 name "sec:Formato-de-leyendas"
22464
22465 \end_inset
22466
22467
22468 \end_layout
22469
22470 \begin_layout Standard
22471 El entorno 
22472 \family sans
22473 Leyenda
22474 \family default
22475  es el predeterminado para los 
22476 \family sans
22477 Flotantes
22478 \family default
22479 .
22480  En LyX las leyendas se muestran como etiqueta, p.
22481 \begin_inset space \thinspace{}
22482 \end_inset
22483
22484 e.
22485 \begin_inset space ~
22486 \end_inset
22487
22488 «
22489 \family sans
22490 Figura #
22491 \family default
22492 :» seguida por el texto.
22493  «#» es el número real de referencia.
22494  Por omisión la etiqueta y el número usan la misma fuente que el texto de
22495  la leyenda y el signo dos puntos sigue al número para separar la etiqueta
22496  del texto.
22497  El entorno leyenda no es apropiado para todos los tipos de documento.
22498  
22499 \end_layout
22500
22501 \begin_layout Standard
22502 Para cambiar el formato predeterminado carga el paquete LaTeX 
22503 \series bold
22504 caption
22505 \series default
22506
22507 \begin_inset Index idx
22508 status collapsed
22509
22510 \begin_layout Plain Layout
22511 LaTeX-paquetes ! caption
22512 \end_layout
22513
22514 \end_inset
22515
22516  en el preámbulo del documento con la línea:
22517 \end_layout
22518
22519 \begin_layout Standard
22520
22521 \series bold
22522
22523 \backslash
22524 usepackage[definición de formato]{caption}
22525 \end_layout
22526
22527 \begin_layout Standard
22528 Para poner, por ejemplo, la etiqueta y el número en sans-serif negrita y
22529  las leyendas de tabla siempre sobre ella como en este documento, usa el
22530  comando:
22531 \end_layout
22532
22533 \begin_layout Standard
22534
22535 \series bold
22536
22537 \backslash
22538 usepackage[labelfont={bf,sf}, tableposition=top]{caption}
22539 \end_layout
22540
22541 \begin_layout Standard
22542 También puedes definir distintos formatos de leyenda para los distintos
22543  tipos de flotantes.
22544  En ese caso carga el paquete 
22545 \series bold
22546 caption
22547 \series default
22548  sin opciones específicas y define los distintos formatos con ayuda del
22549  comando
22550 \end_layout
22551
22552 \begin_layout Standard
22553
22554 \series bold
22555
22556 \backslash
22557 captionsetup[tipo de flotante]{definición de formato}
22558 \end_layout
22559
22560 \begin_layout Standard
22561 en el preámbulo del documento.
22562  Por ejemplo las leyendas de la Figura
22563 \begin_inset space ~
22564 \end_inset
22565
22566
22567 \begin_inset CommandInset ref
22568 LatexCommand ref
22569 reference "fig:Esto-es-una-fig"
22570
22571 \end_inset
22572
22573  y la tabla
22574 \begin_inset space ~
22575 \end_inset
22576
22577
22578 \begin_inset CommandInset ref
22579 LatexCommand ref
22580 reference "tab:Esto-es-una-tab"
22581
22582 \end_inset
22583
22584  pueden crearse usando los siguientes comandos en el preámbulo:
22585 \end_layout
22586
22587 \begin_layout Standard
22588
22589 \series bold
22590
22591 \backslash
22592 usepackage[tableposition=top]{caption}
22593 \series default
22594
22595 \begin_inset Newline newline
22596 \end_inset
22597
22598
22599 \series bold
22600
22601 \backslash
22602 captionsetup[figure]{labelfont={tt}, textfont=it, indention=1cm,%
22603 \begin_inset Newline newline
22604 \end_inset
22605
22606
22607 \begin_inset Phantom HPhantom
22608 status open
22609
22610 \begin_layout Plain Layout
22611
22612 \series bold
22613
22614 \backslash
22615 captionsetup[figure]{
22616 \end_layout
22617
22618 \end_inset
22619
22620 labelsep=period}
22621 \begin_inset Newline newline
22622 \end_inset
22623
22624
22625 \backslash
22626 captionsetup[table]{labelfont={bf,sf}}
22627 \end_layout
22628
22629 \begin_layout Standard
22630 \begin_inset Note Greyedout
22631 status open
22632
22633 \begin_layout Plain Layout
22634
22635 \series bold
22636 Nota: 
22637 \series default
22638 La opción 
22639 \series bold
22640 tableposition=top
22641 \series default
22642  no tiene efecto si se usa una clase de documento 
22643 \series bold
22644 KOMA-Script
22645 \series default
22646 .
22647  En este caso debe utilizarse la opción de clase de documento 
22648 \series bold
22649 captions=tableheading
22650 \series default
22651 .
22652  
22653 \end_layout
22654
22655 \end_inset
22656
22657
22658 \end_layout
22659
22660 \begin_layout Standard
22661 Para más información sobre el paquete 
22662 \series bold
22663 caption
22664 \series default
22665  acude a su documentación 
22666 \begin_inset CommandInset citation
22667 LatexCommand cite
22668 key "caption"
22669
22670 \end_inset
22671
22672 .
22673 \end_layout
22674
22675 \begin_layout Standard
22676 Para cambiar el nombre de la etiqueta de «Figura» a «Imagen», p.
22677 \begin_inset space \thinspace{}
22678 \end_inset
22679
22680 e., usa el siguiente comando de preámbulo:
22681 \end_layout
22682
22683 \begin_layout Standard
22684
22685 \series bold
22686
22687 \backslash
22688 renewcommand{
22689 \backslash
22690 fnum@figure}{Imagen~
22691 \backslash
22692 thefigure}
22693 \end_layout
22694
22695 \begin_layout Standard
22696 donde 
22697 \series bold
22698
22699 \backslash
22700 thefigure
22701 \series default
22702  inserta el número de figura y «~» genera un espacio protegido.
22703
22704 \series bold
22705  
22706 \end_layout
22707
22708 \begin_layout Standard
22709 \begin_inset VSpace bigskip
22710 \end_inset
22711
22712 Si estás usando la clase de documento 
22713 \series bold
22714 KOMA-Script
22715 \series default
22716
22717 \begin_inset Index idx
22718 status collapsed
22719
22720 \begin_layout Plain Layout
22721 LaTeX-paquetes ! KOMA-Script
22722 \end_layout
22723
22724 \end_inset
22725
22726  (
22727 \family sans
22728 article (KOMA-Script)
22729 \family default
22730
22731 \family sans
22732 book (KOMA-Script)
22733 \family default
22734
22735 \family sans
22736 letter (KOMA-Script)
22737 \family default
22738 , o 
22739 \family sans
22740 report (KOMA-Script)
22741 \family default
22742
22743 \begin_inset space \thinspace{}
22744 \end_inset
22745
22746 ), puedes emplear en vez del paquete 
22747 \series bold
22748 caption
22749 \series default
22750  el comando 
22751 \series bold
22752
22753 \backslash
22754 setkomafont
22755 \series default
22756  incluido en 
22757 \series bold
22758 KOMA-Script
22759 \series default
22760 .
22761  Por ejemplo, para poner en negrita la etiqueta de la leyenda añade este
22762  comando en el preámbulo del documento:
22763 \end_layout
22764
22765 \begin_layout Standard
22766
22767 \series bold
22768
22769 \backslash
22770 setkomafont{captionlabel}{
22771 \backslash
22772 bfseries}
22773 \end_layout
22774
22775 \begin_layout Standard
22776 Más información sobre 
22777 \series bold
22778
22779 \backslash
22780 setkomafont
22781 \series default
22782  en la documentación de 
22783 \series bold
22784 KOMA-Script
22785 \series default
22786  
22787 \begin_inset CommandInset citation
22788 LatexCommand cite
22789 key "KOMA-Script"
22790
22791 \end_inset
22792
22793 .
22794 \end_layout
22795
22796 \begin_layout Standard
22797 \begin_inset ERT
22798 status collapsed
22799
22800 \begin_layout Plain Layout
22801
22802
22803 \backslash
22804 captionsetup[figure]{labelfont={tt}, textfont=it, indention=1cm, labelsep=period
22805 }
22806 \end_layout
22807
22808 \end_inset
22809
22810
22811 \begin_inset Note Note
22812 status collapsed
22813
22814 \begin_layout Plain Layout
22815 El formato de la leyenda se ha cambiado sólo para este ejemplo.
22816 \end_layout
22817
22818 \end_inset
22819
22820
22821 \end_layout
22822
22823 \begin_layout Standard
22824 \begin_inset Float figure
22825 placement !p
22826 wide false
22827 sideways false
22828 status open
22829
22830 \begin_layout Plain Layout
22831 \align center
22832 \begin_inset Graphics
22833         filename ../clipart/mobius.eps
22834         lyxscale 50
22835         scale 50
22836
22837 \end_inset
22838
22839
22840 \end_layout
22841
22842 \begin_layout Plain Layout
22843 \begin_inset Caption
22844
22845 \begin_layout Plain Layout
22846 \begin_inset CommandInset label
22847 LatexCommand label
22848 name "fig:Esto-es-una-fig"
22849
22850 \end_inset
22851
22852
22853 \begin_inset Argument
22854 status collapsed
22855
22856 \begin_layout Plain Layout
22857 Figura con leyenda muy larga
22858 \end_layout
22859
22860 \end_inset
22861
22862 Este es un ejemplo de figura con una leyenda que es mayor de una línea para
22863  mostrar el formato diferente.
22864  Aquí se usa una leyenda personalizada.
22865 \end_layout
22866
22867 \end_inset
22868
22869
22870 \end_layout
22871
22872 \end_inset
22873
22874
22875 \end_layout
22876
22877 \begin_layout Standard
22878 \begin_inset ERT
22879 status collapsed
22880
22881 \begin_layout Plain Layout
22882
22883
22884 \backslash
22885 captionsetup[figure]{labelfont={bf,sf}, textfont=rm, indention=0cm, labelsep=col
22886 on}
22887 \end_layout
22888
22889 \end_inset
22890
22891
22892 \end_layout
22893
22894 \begin_layout Standard
22895 \begin_inset Float table
22896 placement !p
22897 wide false
22898 sideways false
22899 status collapsed
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 "tab:Esto-es-una-tab"
22908
22909 \end_inset
22910
22911
22912 \begin_inset Argument
22913 status collapsed
22914
22915 \begin_layout Plain Layout
22916 Tabla con leyenda muy larga
22917 \end_layout
22918
22919 \end_inset
22920
22921 Este es un ejemplo de leyenda de tabla mayor que una línea para mostrar
22922  el formato diferente.
22923  Aquí se usa el formato de leyenda estándar para las tablas.
22924 \end_layout
22925
22926 \end_inset
22927
22928
22929 \end_layout
22930
22931 \begin_layout Plain Layout
22932 \align center
22933 \begin_inset Tabular
22934 <lyxtabular version="3" rows="1" columns="5">
22935 <features tabularvalignment="middle">
22936 <column alignment="center" valignment="top" width="0">
22937 <column alignment="center" valignment="top" width="0">
22938 <column alignment="center" valignment="top" width="0">
22939 <column alignment="center" valignment="top" width="0">
22940 <column alignment="center" valignment="top" width="0">
22941 <row>
22942 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
22943 \begin_inset Text
22944
22945 \begin_layout Plain Layout
22946 a
22947 \end_layout
22948
22949 \end_inset
22950 </cell>
22951 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
22952 \begin_inset Text
22953
22954 \begin_layout Plain Layout
22955 b
22956 \end_layout
22957
22958 \end_inset
22959 </cell>
22960 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
22961 \begin_inset Text
22962
22963 \begin_layout Plain Layout
22964 c
22965 \end_layout
22966
22967 \end_inset
22968 </cell>
22969 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
22970 \begin_inset Text
22971
22972 \begin_layout Plain Layout
22973 d
22974 \end_layout
22975
22976 \end_inset
22977 </cell>
22978 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
22979 \begin_inset Text
22980
22981 \begin_layout Plain Layout
22982 e
22983 \end_layout
22984
22985 \end_inset
22986 </cell>
22987 </row>
22988 </lyxtabular>
22989
22990 \end_inset
22991
22992
22993 \end_layout
22994
22995 \end_inset
22996
22997
22998 \end_layout
22999
23000 \begin_layout Section
23001 Colocación de leyendas
23002 \begin_inset Index idx
23003 status collapsed
23004
23005 \begin_layout Plain Layout
23006 Leyendas ! Colocación
23007 \end_layout
23008
23009 \end_inset
23010
23011
23012 \begin_inset Index idx
23013 status collapsed
23014
23015 \begin_layout Plain Layout
23016 Flotantes ! Colocación de leyendas
23017 \end_layout
23018
23019 \end_inset
23020
23021
23022 \begin_inset CommandInset label
23023 LatexCommand label
23024 name "sec:Colocación-de-leyendas"
23025
23026 \end_inset
23027
23028
23029 \end_layout
23030
23031 \begin_layout Standard
23032 La norma habitual para colocar las leyendas es:
23033 \end_layout
23034
23035 \begin_layout Description
23036 Figura: La leyenda al pie de la figura
23037 \end_layout
23038
23039 \begin_layout Description
23040 Tabla: La leyenda sobre la tabla
23041 \end_layout
23042
23043 \begin_layout Standard
23044 Desafortunadamente, las clases estándar de LaTeX no soportan leyendas sobre
23045  la tabla.
23046  Esto implica que si usas las clases de documento 
23047 \family sans
23048 article
23049 \family default
23050
23051 \family sans
23052 book
23053 \family default
23054
23055 \family sans
23056 letter
23057 \family default
23058 , o 
23059 \family sans
23060 report
23061 \family default
23062  no habrá espacio entre la leyenda y la tabla.
23063  Para insertar el espacio adecuado añade la siguiente opción al comando
23064  del paquete LaTeX 
23065 \series bold
23066 caption
23067 \series default
23068  en el preámbulo del documento:
23069 \begin_inset Foot
23070 status collapsed
23071
23072 \begin_layout Plain Layout
23073 Véase la sección
23074 \begin_inset space ~
23075 \end_inset
23076
23077
23078 \begin_inset CommandInset ref
23079 LatexCommand ref
23080 reference "sec:Formato-de-leyendas"
23081
23082 \end_inset
23083
23084  para más información sobre el paquete 
23085 \series bold
23086 caption
23087 \series default
23088 .
23089 \end_layout
23090
23091 \end_inset
23092
23093
23094 \end_layout
23095
23096 \begin_layout Standard
23097
23098 \series bold
23099 tableposition=top
23100 \end_layout
23101
23102 \begin_layout Standard
23103 Si estás usando la clase 
23104 \series bold
23105 KOMA-Script
23106 \series default
23107
23108 \begin_inset Index idx
23109 status collapsed
23110
23111 \begin_layout Plain Layout
23112 LaTeX-paquetes ! KOMA-Script
23113 \end_layout
23114
23115 \end_inset
23116
23117  (
23118 \family sans
23119 article (KOMA-Script)
23120 \family default
23121
23122 \family sans
23123 book (KOMA-Script)
23124 \family default
23125
23126 \family sans
23127 letter (KOMA-Script)
23128 \family default
23129 , o 
23130 \family sans
23131 report (KOMA-Script)
23132 \family default
23133
23134 \begin_inset space \thinspace{}
23135 \end_inset
23136
23137 ), en vez de 
23138 \series bold
23139 caption
23140 \series default
23141  puedes poner la opción 
23142 \series bold
23143 captions=tableheading
23144 \series default
23145  de la clase de documento.
23146 \end_layout
23147
23148 \begin_layout Standard
23149 \begin_inset VSpace bigskip
23150 \end_inset
23151
23152 También es posible poner la leyenda junto a una figura o tabla.
23153  Para conseguirlo hay que cargar el paquete LaTeX 
23154 \series bold
23155 sidecap
23156 \series default
23157
23158 \begin_inset Index idx
23159 status collapsed
23160
23161 \begin_layout Plain Layout
23162 LaTeX-paquetes ! sidecap
23163 \end_layout
23164
23165 \end_inset
23166
23167  añadiendo en el preámbulo del documento la línea
23168 \end_layout
23169
23170 \begin_layout Standard
23171
23172 \series bold
23173
23174 \backslash
23175 usepackage[option]{sidecap}
23176 \end_layout
23177
23178 \begin_layout Standard
23179 Si no se especifica opción, la leyenda se ubica del lado del margen externo
23180  de la página —a la derecha en páginas impares, a la izquierda en las pares—.
23181  Puedes cambiar la colocación al margen interno con la opción 
23182 \series bold
23183 innercaption
23184 \series default
23185 .
23186  Para forzar la ubicación siempre a la derecha o a la izquierda, usa las
23187  opciones 
23188 \series bold
23189 rightcaption
23190 \series default
23191  o 
23192 \series bold
23193 leftcaption
23194 \series default
23195 , respectivamente.
23196 \end_layout
23197
23198 \begin_layout Standard
23199 \begin_inset ERT
23200 status collapsed
23201
23202 \begin_layout Plain Layout
23203
23204
23205 \backslash
23206 ifsidecap
23207 \end_layout
23208
23209 \end_inset
23210
23211
23212 \begin_inset Note Note
23213 status collapsed
23214
23215 \begin_layout Plain Layout
23216 La siguiente sección sólo se mostrará en pantalla si está instalado el paquete
23217  LaTeX 
23218 \series bold
23219 sidecap
23220 \series default
23221 .
23222 \end_layout
23223
23224 \end_inset
23225
23226
23227 \end_layout
23228
23229 \begin_layout Standard
23230 Para situar en LyX la leyenda de un flotante al lado, es necesario añadir
23231  estos comandos al preámbulo del documento:
23232 \end_layout
23233
23234 \begin_layout Standard
23235 \noindent
23236 \begin_inset CommandInset line
23237 LatexCommand rule
23238 offset "0.5ex"
23239 width "100line%"
23240 height "1pt"
23241
23242 \end_inset
23243
23244
23245 \end_layout
23246
23247 \begin_layout Standard
23248
23249 \series bold
23250
23251 \backslash
23252 newcommand{
23253 \backslash
23254 TabBesBeg}{%
23255 \begin_inset Newline newline
23256 \end_inset
23257
23258
23259 \begin_inset Phantom HPhantom
23260 status open
23261
23262 \begin_layout Plain Layout
23263
23264 \series bold
23265 \begin_inset space ~
23266 \end_inset
23267
23268
23269 \end_layout
23270
23271 \end_inset
23272
23273
23274 \backslash
23275 let
23276 \backslash
23277 MyTable
23278 \backslash
23279 table
23280 \begin_inset Newline newline
23281 \end_inset
23282
23283
23284 \begin_inset Phantom HPhantom
23285 status open
23286
23287 \begin_layout Plain Layout
23288
23289 \series bold
23290 \begin_inset space ~
23291 \end_inset
23292
23293
23294 \end_layout
23295
23296 \end_inset
23297
23298
23299 \backslash
23300 let
23301 \backslash
23302 MyEndtable
23303 \backslash
23304 endtable
23305 \begin_inset Newline newline
23306 \end_inset
23307
23308
23309 \begin_inset Phantom HPhantom
23310 status open
23311
23312 \begin_layout Plain Layout
23313
23314 \series bold
23315 \begin_inset space ~
23316 \end_inset
23317
23318
23319 \end_layout
23320
23321 \end_inset
23322
23323
23324 \backslash
23325 renewenvironment{table}{
23326 \backslash
23327 begin{SCtable}}{
23328 \backslash
23329 end{SCtable}}}
23330 \end_layout
23331
23332 \begin_layout Standard
23333
23334 \series bold
23335
23336 \backslash
23337 newcommand{
23338 \backslash
23339 TabBesEnd}{%
23340 \begin_inset Newline newline
23341 \end_inset
23342
23343
23344 \begin_inset Phantom HPhantom
23345 status open
23346
23347 \begin_layout Plain Layout
23348
23349 \series bold
23350 \begin_inset space ~
23351 \end_inset
23352
23353
23354 \end_layout
23355
23356 \end_inset
23357
23358
23359 \backslash
23360 let
23361 \backslash
23362 table
23363 \backslash
23364 MyTable
23365 \begin_inset Newline newline
23366 \end_inset
23367
23368
23369 \begin_inset Phantom HPhantom
23370 status open
23371
23372 \begin_layout Plain Layout
23373
23374 \series bold
23375 \begin_inset space ~
23376 \end_inset
23377
23378
23379 \end_layout
23380
23381 \end_inset
23382
23383
23384 \backslash
23385 let
23386 \backslash
23387 endtable
23388 \backslash
23389 MyEndtable
23390 \end_layout
23391
23392 \begin_layout Standard
23393
23394 \series bold
23395
23396 \backslash
23397 newcommand{
23398 \backslash
23399 FigBesBeg}{%
23400 \begin_inset Newline newline
23401 \end_inset
23402
23403
23404 \begin_inset Phantom HPhantom
23405 status open
23406
23407 \begin_layout Plain Layout
23408
23409 \series bold
23410 \begin_inset space ~
23411 \end_inset
23412
23413
23414 \end_layout
23415
23416 \end_inset
23417
23418
23419 \backslash
23420 let
23421 \backslash
23422 MyFigure
23423 \backslash
23424 figure
23425 \begin_inset Newline newline
23426 \end_inset
23427
23428
23429 \begin_inset Phantom HPhantom
23430 status open
23431
23432 \begin_layout Plain Layout
23433
23434 \series bold
23435 \begin_inset space ~
23436 \end_inset
23437
23438
23439 \end_layout
23440
23441 \end_inset
23442
23443
23444 \backslash
23445 let
23446 \backslash
23447 MyEndfigure
23448 \backslash
23449 endfigure
23450 \begin_inset Newline newline
23451 \end_inset
23452
23453
23454 \begin_inset Phantom HPhantom
23455 status open
23456
23457 \begin_layout Plain Layout
23458
23459 \series bold
23460 \begin_inset space ~
23461 \end_inset
23462
23463
23464 \end_layout
23465
23466 \end_inset
23467
23468
23469 \backslash
23470 renewenvironment{figure}{
23471 \backslash
23472 begin{SCfigure}}{
23473 \backslash
23474 end{SCfigure}}}
23475 \end_layout
23476
23477 \begin_layout Standard
23478
23479 \series bold
23480
23481 \backslash
23482 newcommand{
23483 \backslash
23484 FigBesEnd}{%
23485 \begin_inset Newline newline
23486 \end_inset
23487
23488
23489 \begin_inset Phantom HPhantom
23490 status open
23491
23492 \begin_layout Plain Layout
23493
23494 \series bold
23495 \begin_inset space ~
23496 \end_inset
23497
23498
23499 \end_layout
23500
23501 \end_inset
23502
23503
23504 \backslash
23505 let
23506 \backslash
23507 figure
23508 \backslash
23509 MyFigure
23510 \begin_inset Newline newline
23511 \end_inset
23512
23513
23514 \begin_inset Phantom HPhantom
23515 status open
23516
23517 \begin_layout Plain Layout
23518
23519 \series bold
23520 \begin_inset space ~
23521 \end_inset
23522
23523
23524 \end_layout
23525
23526 \end_inset
23527
23528
23529 \backslash
23530 let
23531 \backslash
23532 endfigure
23533 \backslash
23534 MyEndfigure}
23535 \end_layout
23536
23537 \begin_layout Standard
23538 \noindent
23539 \begin_inset CommandInset line
23540 LatexCommand rule
23541 offset "0.5ex"
23542 width "100line%"
23543 height "1pt"
23544
23545 \end_inset
23546
23547
23548 \end_layout
23549
23550 \begin_layout Standard
23551 Estos comandos permiten redefinir los flotantes de modo que la leyenda aparezca
23552  en un lado.
23553  Para figuras flotantes usa el comando
23554 \end_layout
23555
23556 \begin_layout Standard
23557
23558 \series bold
23559
23560 \backslash
23561 FigBesBeg
23562 \end_layout
23563
23564 \begin_layout Standard
23565 en código TeX antes del flotante.
23566  Detrás del flotante inserta
23567 \end_layout
23568
23569 \begin_layout Standard
23570
23571 \series bold
23572
23573 \backslash
23574 FigBesEnd
23575 \end_layout
23576
23577 \begin_layout Standard
23578 en código TeX para volver a la definición original de flotantes.
23579 \end_layout
23580
23581 \begin_layout Standard
23582 Para tablas flotantes usa los comandos correspondientes
23583 \end_layout
23584
23585 \begin_layout Standard
23586
23587 \series bold
23588
23589 \backslash
23590 TabBesBeg
23591 \series default
23592  y 
23593 \series bold
23594
23595 \backslash
23596 TabBesEnd
23597 \end_layout
23598
23599 \begin_layout Standard
23600 La figura
23601 \begin_inset space ~
23602 \end_inset
23603
23604
23605 \begin_inset CommandInset ref
23606 LatexCommand ref
23607 reference "fig:encab-al-lado"
23608
23609 \end_inset
23610
23611  y la tabla
23612 \begin_inset space ~
23613 \end_inset
23614
23615
23616 \begin_inset CommandInset ref
23617 LatexCommand ref
23618 reference "tab:encab-al-lado"
23619
23620 \end_inset
23621
23622  son ejemplos en los que el título se sitúa al lado.
23623 \end_layout
23624
23625 \begin_layout Standard
23626 En los ejemplos puedes ver que el texto del título aparece encima del flotante
23627  en tablas flotantes y debajo en las figuras flotantes.
23628  Para cambiarlo, puedes usar el comando
23629 \end_layout
23630
23631 \begin_layout Standard
23632
23633 \series bold
23634
23635 \backslash
23636 sidecaptionvpos{tipo de flotante}{colocación}
23637 \end_layout
23638
23639 \begin_layout Standard
23640 en el preámbulo o en código TeX antes del flotante.
23641  El tipo de flotante es 
23642 \family sans
23643 figure
23644 \family default
23645  o 
23646 \family sans
23647 table
23648 \family default
23649 , la colocación puede ser «
23650 \family sans
23651 t
23652 \family default
23653 » por «top» (arriba), «
23654 \family sans
23655 c
23656 \family default
23657 » por «center» (centro), o «
23658 \family sans
23659 b
23660 \family default
23661 » por «bottom» (abajo).
23662  Para tener, por ejemplo, el título de figuras flotantes verticalmente centrado,
23663  usa el comando
23664 \end_layout
23665
23666 \begin_layout Standard
23667
23668 \series bold
23669
23670 \backslash
23671 sidecaptionvpos{figure}{c}
23672 \end_layout
23673
23674 \begin_layout Standard
23675 Esto se ha hecho en la figura
23676 \begin_inset space ~
23677 \end_inset
23678
23679
23680 \begin_inset CommandInset ref
23681 LatexCommand ref
23682 reference "fig:encab-al-lado-de-fig"
23683
23684 \end_inset
23685
23686 .
23687 \end_layout
23688
23689 \begin_layout Standard
23690 \begin_inset VSpace medskip
23691 \end_inset
23692
23693 Más información sobre el paquete 
23694 \series bold
23695 sidecap
23696 \series default
23697  en su documentación 
23698 \begin_inset CommandInset citation
23699 LatexCommand cite
23700 key "sidecap"
23701
23702 \end_inset
23703
23704 .
23705 \end_layout
23706
23707 \begin_layout Standard
23708 \begin_inset Note Greyedout
23709 status open
23710
23711 \begin_layout Plain Layout
23712
23713 \series bold
23714 Nota:
23715 \series default
23716  El paquete LaTeX 
23717 \series bold
23718 hypcap
23719 \series default
23720
23721 \begin_inset Index idx
23722 status collapsed
23723
23724 \begin_layout Plain Layout
23725 LaTeX-paquetes ! hypcap
23726 \end_layout
23727
23728 \end_inset
23729
23730 , descrito en la sección
23731 \begin_inset space ~
23732 \end_inset
23733
23734
23735 \begin_inset CommandInset ref
23736 LatexCommand ref
23737 reference "sub:Colocación-de-Referencias"
23738
23739 \end_inset
23740
23741 , no afecta a flotantes con la leyenda al lado.
23742 \end_layout
23743
23744 \end_inset
23745
23746
23747 \end_layout
23748
23749 \begin_layout Standard
23750 \begin_inset ERT
23751 status collapsed
23752
23753 \begin_layout Plain Layout
23754
23755
23756 \backslash
23757 FigBesBeg 
23758 \end_layout
23759
23760 \end_inset
23761
23762
23763 \end_layout
23764
23765 \begin_layout Standard
23766 \begin_inset Float figure
23767 wide false
23768 sideways false
23769 status open
23770
23771 \begin_layout Plain Layout
23772 \begin_inset Graphics
23773         filename ../clipart/escher-lsd.eps
23774         scale 75
23775
23776 \end_inset
23777
23778
23779 \end_layout
23780
23781 \begin_layout Plain Layout
23782 \begin_inset Caption
23783
23784 \begin_layout Plain Layout
23785 \begin_inset CommandInset label
23786 LatexCommand label
23787 name "fig:encab-al-lado"
23788
23789 \end_inset
23790
23791 Leyenda al lado de una figura.
23792 \end_layout
23793
23794 \end_inset
23795
23796
23797 \end_layout
23798
23799 \end_inset
23800
23801
23802 \end_layout
23803
23804 \begin_layout Standard
23805 \begin_inset ERT
23806 status collapsed
23807
23808 \begin_layout Plain Layout
23809
23810
23811 \backslash
23812 TabBesBeg 
23813 \end_layout
23814
23815 \end_inset
23816
23817
23818 \end_layout
23819
23820 \begin_layout Standard
23821 \begin_inset Float table
23822 wide false
23823 sideways false
23824 status open
23825
23826 \begin_layout Plain Layout
23827 \begin_inset Caption
23828
23829 \begin_layout Plain Layout
23830 \begin_inset CommandInset label
23831 LatexCommand label
23832 name "tab:encab-al-lado"
23833
23834 \end_inset
23835
23836 Leyenda al lado de una tabla.
23837 \end_layout
23838
23839 \end_inset
23840
23841
23842 \end_layout
23843
23844 \begin_layout Plain Layout
23845 \begin_inset Tabular
23846 <lyxtabular version="3" rows="4" columns="5">
23847 <features tabularvalignment="middle">
23848 <column alignment="center" valignment="top" width="0">
23849 <column alignment="center" valignment="top" width="0">
23850 <column alignment="center" valignment="top" width="0">
23851 <column alignment="center" valignment="top" width="0">
23852 <column alignment="center" valignment="top" width="0">
23853 <row>
23854 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23855 \begin_inset Text
23856
23857 \begin_layout Plain Layout
23858 a
23859 \end_layout
23860
23861 \end_inset
23862 </cell>
23863 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23864 \begin_inset Text
23865
23866 \begin_layout Plain Layout
23867
23868 \end_layout
23869
23870 \end_inset
23871 </cell>
23872 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23873 \begin_inset Text
23874
23875 \begin_layout Plain Layout
23876 b
23877 \end_layout
23878
23879 \end_inset
23880 </cell>
23881 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23882 \begin_inset Text
23883
23884 \begin_layout Plain Layout
23885
23886 \end_layout
23887
23888 \end_inset
23889 </cell>
23890 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23891 \begin_inset Text
23892
23893 \begin_layout Plain Layout
23894 c
23895 \end_layout
23896
23897 \end_inset
23898 </cell>
23899 </row>
23900 <row>
23901 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23902 \begin_inset Text
23903
23904 \begin_layout Plain Layout
23905
23906 \end_layout
23907
23908 \end_inset
23909 </cell>
23910 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23911 \begin_inset Text
23912
23913 \begin_layout Plain Layout
23914 d
23915 \end_layout
23916
23917 \end_inset
23918 </cell>
23919 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23920 \begin_inset Text
23921
23922 \begin_layout Plain Layout
23923
23924 \end_layout
23925
23926 \end_inset
23927 </cell>
23928 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23929 \begin_inset Text
23930
23931 \begin_layout Plain Layout
23932 e
23933 \end_layout
23934
23935 \end_inset
23936 </cell>
23937 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23938 \begin_inset Text
23939
23940 \begin_layout Plain Layout
23941
23942 \end_layout
23943
23944 \end_inset
23945 </cell>
23946 </row>
23947 <row>
23948 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23949 \begin_inset Text
23950
23951 \begin_layout Plain Layout
23952 f
23953 \end_layout
23954
23955 \end_inset
23956 </cell>
23957 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23958 \begin_inset Text
23959
23960 \begin_layout Plain Layout
23961
23962 \end_layout
23963
23964 \end_inset
23965 </cell>
23966 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23967 \begin_inset Text
23968
23969 \begin_layout Plain Layout
23970 g
23971 \end_layout
23972
23973 \end_inset
23974 </cell>
23975 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23976 \begin_inset Text
23977
23978 \begin_layout Plain Layout
23979
23980 \end_layout
23981
23982 \end_inset
23983 </cell>
23984 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23985 \begin_inset Text
23986
23987 \begin_layout Plain Layout
23988 h
23989 \end_layout
23990
23991 \end_inset
23992 </cell>
23993 </row>
23994 <row>
23995 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
23996 \begin_inset Text
23997
23998 \begin_layout Plain Layout
23999
24000 \end_layout
24001
24002 \end_inset
24003 </cell>
24004 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
24005 \begin_inset Text
24006
24007 \begin_layout Plain Layout
24008 i
24009 \end_layout
24010
24011 \end_inset
24012 </cell>
24013 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
24014 \begin_inset Text
24015
24016 \begin_layout Plain Layout
24017
24018 \end_layout
24019
24020 \end_inset
24021 </cell>
24022 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
24023 \begin_inset Text
24024
24025 \begin_layout Plain Layout
24026 j
24027 \end_layout
24028
24029 \end_inset
24030 </cell>
24031 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
24032 \begin_inset Text
24033
24034 \begin_layout Plain Layout
24035
24036 \end_layout
24037
24038 \end_inset
24039 </cell>
24040 </row>
24041 </lyxtabular>
24042
24043 \end_inset
24044
24045
24046 \end_layout
24047
24048 \end_inset
24049
24050
24051 \end_layout
24052
24053 \begin_layout Standard
24054 \begin_inset ERT
24055 status collapsed
24056
24057 \begin_layout Plain Layout
24058
24059
24060 \backslash
24061 TabBesEnd
24062 \end_layout
24063
24064 \end_inset
24065
24066
24067 \end_layout
24068
24069 \begin_layout Standard
24070 \begin_inset ERT
24071 status collapsed
24072
24073 \begin_layout Plain Layout
24074
24075
24076 \backslash
24077 sidecaptionvpos{figure}{c}
24078 \end_layout
24079
24080 \end_inset
24081
24082
24083 \begin_inset Float figure
24084 wide false
24085 sideways false
24086 status open
24087
24088 \begin_layout Plain Layout
24089 \begin_inset Graphics
24090         filename ../clipart/escher-lsd.eps
24091         scale 75
24092
24093 \end_inset
24094
24095
24096 \end_layout
24097
24098 \begin_layout Plain Layout
24099 \begin_inset Caption
24100
24101 \begin_layout Plain Layout
24102 \begin_inset CommandInset label
24103 LatexCommand label
24104 name "fig:encab-al-lado-de-fig"
24105
24106 \end_inset
24107
24108 Leyenda centrada verticalmente junto a una figura.
24109 \end_layout
24110
24111 \end_inset
24112
24113
24114 \end_layout
24115
24116 \end_inset
24117
24118
24119 \end_layout
24120
24121 \begin_layout Standard
24122 \begin_inset ERT
24123 status collapsed
24124
24125 \begin_layout Plain Layout
24126
24127
24128 \backslash
24129 FigBesEnd
24130 \end_layout
24131
24132 \end_inset
24133
24134
24135 \end_layout
24136
24137 \begin_layout Standard
24138 \begin_inset ERT
24139 status collapsed
24140
24141 \begin_layout Plain Layout
24142
24143
24144 \backslash
24145 else
24146 \end_layout
24147
24148 \end_inset
24149
24150
24151 \begin_inset Note Note
24152 status collapsed
24153
24154 \begin_layout Plain Layout
24155 Lo siguiente se mostrará en pantalla si no está instalado el paquete LaTeX
24156  
24157 \series bold
24158 sidecap
24159 \series default
24160 .
24161 \end_layout
24162
24163 \end_inset
24164
24165
24166 \end_layout
24167
24168 \begin_layout Standard
24169 Debes instalar el paquete LaTeX 
24170 \series bold
24171 sidecap
24172 \series default
24173  para ver la parte siguiente en la salida.
24174 \end_layout
24175
24176 \begin_layout Standard
24177 \begin_inset ERT
24178 status collapsed
24179
24180 \begin_layout Plain Layout
24181
24182
24183 \backslash
24184 fi
24185 \end_layout
24186
24187 \end_inset
24188
24189
24190 \end_layout
24191
24192 \begin_layout Section
24193 Índice de flotantes
24194 \begin_inset Index idx
24195 status collapsed
24196
24197 \begin_layout Plain Layout
24198 Flotantes ! Índice de
24199 \end_layout
24200
24201 \end_inset
24202
24203
24204 \end_layout
24205
24206 \begin_layout Standard
24207 Igual que en el índice general se listan las secciones del documento, hay
24208  índices para todos los tipos de flotantes, como las figuras.
24209  Se pueden insertar mediante los submenús 
24210 \family sans
24211 Insertar\SpecialChar \menuseparator
24212 Lista
24213 \begin_inset space \thinspace{}
24214 \end_inset
24215
24216 /
24217 \begin_inset space \thinspace{}
24218 \end_inset
24219
24220 Índice
24221 \family default
24222 .
24223 \end_layout
24224
24225 \begin_layout Standard
24226 Las entradas de los índices son las leyendas del flotante o su título breve,
24227  el número de flotante y el número de la página del documento en la que
24228  aparecen.
24229 \end_layout
24230
24231 \begin_layout Standard
24232 Puedes encontrar los índices de figuras y tablas al final de este documento.
24233 \end_layout
24234
24235 \begin_layout Chapter
24236 Notas
24237 \end_layout
24238
24239 \begin_layout Section
24240 Notas en LyX
24241 \begin_inset Index idx
24242 status collapsed
24243
24244 \begin_layout Plain Layout
24245 Notas ! en LyX
24246 \end_layout
24247
24248 \end_inset
24249
24250
24251 \end_layout
24252
24253 \begin_layout Standard
24254 Las notas se insertan con el botón 
24255 \begin_inset Graphics
24256         filename ../../images/note-insert.png
24257         scale 85
24258
24259 \end_inset
24260
24261  o con el menú 
24262 \family sans
24263 Insertar\SpecialChar \menuseparator
24264 Nota
24265 \family default
24266 .
24267  Hay cinco tipos de notas:
24268 \end_layout
24269
24270 \begin_layout Description
24271 Nota
24272 \begin_inset space ~
24273 \end_inset
24274
24275 LyX Este tipo es para notas internas que no han de aparecer en la salida.
24276  Su cuadro se muestra como este:
24277 \begin_inset Newline newline
24278 \end_inset
24279
24280
24281 \begin_inset Newline newline
24282 \end_inset
24283
24284
24285 \begin_inset Graphics
24286         filename clipart/NotaLyXImagenQt4.png
24287         display false
24288         scale 75
24289
24290 \end_inset
24291
24292  
24293 \begin_inset Note Note
24294 status collapsed
24295
24296 \begin_layout Plain Layout
24297 Este es un texto en un recuadro que no se muestra en la salida.
24298 \end_layout
24299
24300 \end_inset
24301
24302
24303 \end_layout
24304
24305 \begin_layout Description
24306 Comentario Esta nota tampoco se muestra en la salida pero aparece como un
24307  comentario de LaTeX, cuando exportas el documento a LaTeX vía menú 
24308 \family sans
24309 Archivo\SpecialChar \menuseparator
24310 Exportar\SpecialChar \menuseparator
24311 LaTeX (pdflatex) / (plain)
24312 \family default
24313 .
24314  Su recuadro se ve así:
24315 \begin_inset Newline newline
24316 \end_inset
24317
24318
24319 \begin_inset Newline newline
24320 \end_inset
24321
24322
24323 \begin_inset Graphics
24324         filename clipart/ComentNotaImagenQt4.png
24325         display false
24326         scale 75
24327
24328 \end_inset
24329
24330  
24331 \begin_inset Note Comment
24332 status collapsed
24333
24334 \begin_layout Plain Layout
24335 Una nota comentario que sólo aparece como comentario en archivos LaTeX.
24336 \end_layout
24337
24338 \end_inset
24339
24340
24341 \end_layout
24342
24343 \begin_layout Description
24344 Resaltado
24345 \begin_inset space ~
24346 \end_inset
24347
24348 en
24349 \begin_inset space ~
24350 \end_inset
24351
24352 gris Esta nota aparece en la salida como texto resaltado en gris.
24353  Su recuadro se parece a este:
24354 \begin_inset Newline newline
24355 \end_inset
24356
24357
24358 \begin_inset Newline newline
24359 \end_inset
24360
24361
24362 \begin_inset Graphics
24363         filename clipart/GrisNotaImagenQt4.png
24364         display false
24365         scale 75
24366
24367 \end_inset
24368
24369
24370 \begin_inset Newline newline
24371 \end_inset
24372
24373
24374 \begin_inset ERT
24375 status collapsed
24376
24377 \begin_layout Plain Layout
24378
24379
24380 \backslash
24381 renewenvironment{lyxgreyedout}
24382 \end_layout
24383
24384 \begin_layout Plain Layout
24385
24386 {
24387 \backslash
24388 textcolor[gray]{0.8}
24389 \backslash
24390 bgroup}{
24391 \backslash
24392 egroup}
24393 \end_layout
24394
24395 \end_inset
24396
24397
24398 \begin_inset Note Greyedout
24399 status open
24400
24401 \begin_layout Plain Layout
24402 Este es el texto
24403 \begin_inset Foot
24404 status collapsed
24405
24406 \begin_layout Plain Layout
24407 Esto es un ejemplo de nota al pie en una nota resaltada en gris.
24408 \end_layout
24409
24410 \end_inset
24411
24412  de un comentario que se muestra resaltado en gris.
24413 \end_layout
24414
24415 \end_inset
24416
24417
24418 \begin_inset ERT
24419 status collapsed
24420
24421 \begin_layout Plain Layout
24422
24423
24424 \backslash
24425 renewenvironment{lyxgreyedout}
24426 \end_layout
24427
24428 \begin_layout Plain Layout
24429
24430 {
24431 \backslash
24432 textcolor{blue}
24433 \backslash
24434 bgroup}{
24435 \backslash
24436 egroup}
24437 \end_layout
24438
24439 \end_inset
24440
24441
24442 \begin_inset Note Note
24443 status collapsed
24444
24445 \begin_layout Plain Layout
24446 La nota resaltada en gris se ha redefinido aquí para mostrarla con la definición
24447  original de LyX, ya que en el preámbulo de este documento se han redefinido
24448  estas notas para que salgan en azul, como se indica más adelante.
24449 \end_layout
24450
24451 \end_inset
24452
24453
24454 \begin_inset Newline newline
24455 \end_inset
24456
24457
24458 \begin_inset Newline newline
24459 \end_inset
24460
24461 Como se ve en el ejemplo, la primera línea de las notas resaltadas en gris
24462  está un poco sangrada, y por otra parte pueden tener notas al pie.
24463 \end_layout
24464
24465 \begin_layout Standard
24466 \begin_inset VSpace bigskip
24467 \end_inset
24468
24469 Si usas el botón de la barra de herramientas 
24470 \begin_inset Graphics
24471         filename ../../images/note-insert.png
24472         scale 85
24473
24474 \end_inset
24475
24476  para insertar notas, se inserta una 
24477 \family sans
24478 Nota
24479 \begin_inset space ~
24480 \end_inset
24481
24482 LyX
24483 \family default
24484 .
24485  Puedes cambiar entre los cinco tipos de nota con clic derecho sobre el
24486  recuadro.
24487  
24488 \family roman
24489 \series medium
24490 \bar no
24491 Si quieres convertir un texto presente a nota, márcalo y pincha sobre el
24492  botón de herramienta 
24493 \family sans
24494 \series default
24495 \bar default
24496 Nota
24497 \family default
24498 .
24499  Para cambiar una nota a texto, pulsa la tecla 
24500 \family sans
24501 Retroceso
24502 \family default
24503  cuando el cursor está en la primera posición de una nota, o la tecla 
24504 \family sans
24505 Supr
24506 \family default
24507  cuando el cursor está en la última posición de la nota, respectivamente.
24508 \end_layout
24509
24510 \begin_layout Standard
24511 \begin_inset VSpace bigskip
24512 \end_inset
24513
24514 Se puede cambiar el color del 
24515 \family sans
24516 Resaltado en gris
24517 \family default
24518  poniendo en el preámbulo el comando:
24519 \end_layout
24520
24521 \begin_layout Standard
24522
24523 \series bold
24524
24525 \backslash
24526 renewenvironment{lyxgreyedout}
24527 \begin_inset Newline newline
24528 \end_inset
24529
24530
24531 \begin_inset Phantom HPhantom
24532 status open
24533
24534 \begin_layout Plain Layout
24535
24536 \series bold
24537 \begin_inset space ~
24538 \end_inset
24539
24540
24541 \end_layout
24542
24543 \end_inset
24544
24545 {
24546 \backslash
24547 textcolor{color}
24548 \backslash
24549 bgroup}{
24550 \backslash
24551 egroup}
24552 \end_layout
24553
24554 \begin_layout Standard
24555 Los colores disponibles y el método para definir nuestros propios colores
24556  se explica en la sección
24557 \begin_inset space ~
24558 \end_inset
24559
24560
24561 \begin_inset CommandInset ref
24562 LatexCommand ref
24563 reference "sec:Tablas-Coloreadas"
24564
24565 \end_inset
24566
24567 .
24568 \end_layout
24569
24570 \begin_layout Standard
24571 Las notas en azul en este documento se han hecho con notas del tipo 
24572 \family sans
24573 Resaltado en gris
24574 \family default
24575  pero definiendo el color del texto en azul.
24576 \end_layout
24577
24578 \begin_layout Section
24579 Notas al pie
24580 \begin_inset CommandInset label
24581 LatexCommand label
24582 name "sec:Notas-al-pie"
24583
24584 \end_inset
24585
24586
24587 \begin_inset Index idx
24588 status collapsed
24589
24590 \begin_layout Plain Layout
24591 Notas ! al pie
24592 \end_layout
24593
24594 \end_inset
24595
24596
24597 \begin_inset Index idx
24598 status collapsed
24599
24600 \begin_layout Plain Layout
24601 Notas al pie
24602 \end_layout
24603
24604 \end_inset
24605
24606
24607 \end_layout
24608
24609 \begin_layout Standard
24610 Las notas al pie se insertan con el botón 
24611 \begin_inset Graphics
24612         filename ../../images/footnote-insert.png
24613         scale 85
24614
24615 \end_inset
24616
24617  o el menú 
24618 \family sans
24619 Insertar\SpecialChar \menuseparator
24620 Nota
24621 \begin_inset space ~
24622 \end_inset
24623
24624 al
24625 \begin_inset space ~
24626 \end_inset
24627
24628 pie
24629 \family default
24630 .
24631  
24632 \family roman
24633 \series medium
24634 \bar no
24635 Aparece un recuadro como este:
24636 \family default
24637 \series default
24638 \bar default
24639  
24640 \begin_inset Graphics
24641         filename clipart/notapieQt4.png
24642         scale 80
24643
24644 \end_inset
24645
24646  
24647 \family roman
24648 \series medium
24649 \bar no
24650 donde puedes introducir el texto.
24651  Si quieres convertir un texto existente en nota al pie, márcalo y pincha
24652  sobre el
24653 \family default
24654 \series default
24655 \bar default
24656  
24657 \family roman
24658 \series medium
24659 \bar no
24660 botón
24661 \family default
24662 \series default
24663 \bar default
24664 .
24665  Para cambiar una nota al pie a texto, pulsa la tecla 
24666 \family sans
24667 Retroceso
24668 \family default
24669  cuando el cursor está en la primera posición de la nota al pie, o la tecla
24670  
24671 \family sans
24672 Supr
24673 \family default
24674  cuando el cursor está en la última posición de la nota, respectivamente.
24675 \end_layout
24676
24677 \begin_layout Standard
24678 Aquí hay un ejemplo de nota al pie:
24679 \family roman
24680 \series medium
24681 \bar no
24682
24683 \begin_inset Foot
24684 status collapsed
24685
24686 \begin_layout Plain Layout
24687 \begin_inset CommandInset label
24688 LatexCommand label
24689 name "pie:Esto-es-una"
24690
24691 \end_inset
24692
24693 Ejemplo de nota al pie.
24694 \end_layout
24695
24696 \end_inset
24697
24698
24699 \family default
24700 \series default
24701 \bar default
24702
24703 \begin_inset ERT
24704 status collapsed
24705
24706 \begin_layout Plain Layout
24707
24708
24709 \backslash
24710 newcounter{MyRepeatFoot}
24711 \end_layout
24712
24713 \begin_layout Plain Layout
24714
24715
24716 \backslash
24717 setcounter{MyRepeatFoot}{
24718 \backslash
24719 thefootnote}
24720 \end_layout
24721
24722 \end_inset
24723
24724
24725 \end_layout
24726
24727 \begin_layout Standard
24728 En la salida, el pie se muestra como número voladito en el lugar del texto
24729  donde se coloca el recuadro.
24730  El texto se coloca al final de la página actual.
24731  Los números de las notas son calculados por LaTeX, y son consecutivos.
24732  Si comienza o no el recuento en cada capítulo depende de la clase de documento.
24733 \end_layout
24734
24735 \begin_layout Standard
24736 Las notas al pie pueden referenciarse como flotantes: inserta una etiqueta
24737  en la nota y pon una referencia cruzada a esa etiqueta en el texto como
24738  se describe en la sección
24739 \begin_inset space ~
24740 \end_inset
24741
24742
24743 \begin_inset CommandInset ref
24744 LatexCommand ref
24745 reference "sec:Referencias-a-Flotantes"
24746
24747 \end_inset
24748
24749 .
24750 \begin_inset Newline newline
24751 \end_inset
24752
24753 Esto es una referencia cruzada a la Nota al pie
24754 \begin_inset space ~
24755 \end_inset
24756
24757
24758 \begin_inset CommandInset ref
24759 LatexCommand ref
24760 reference "pie:Esto-es-una"
24761
24762 \end_inset
24763
24764 .
24765 \end_layout
24766
24767 \begin_layout Standard
24768 \begin_inset VSpace defskip
24769 \end_inset
24770
24771
24772 \end_layout
24773
24774 \begin_layout Standard
24775 Debido a razones técnicas, LaTeX no imprime las notas al pie en tablas.
24776  No obstante, hay otro método para imprimirlas: en lugar de la nota al pie
24777  se inserta el comando 
24778 \series bold
24779
24780 \backslash
24781 footnotemark{}
24782 \series default
24783  en código TeX.
24784  El texto de la nota se introduce como argumento del comando
24785 \series bold
24786  
24787 \backslash
24788 footnotetext
24789 \series default
24790  después de la tabla.
24791 \begin_inset Newline newline
24792 \end_inset
24793
24794 Esto es lo que se ha hecho para la siguiente tabla con el comando
24795 \end_layout
24796
24797 \begin_layout Standard
24798
24799 \series bold
24800
24801 \backslash
24802 footnotetext{
24803 \series default
24804 Texto de la nota de la tabla.
24805 \series bold
24806 }
24807 \end_layout
24808
24809 \begin_layout Standard
24810 \begin_inset Tabular
24811 <lyxtabular version="3" rows="2" columns="1">
24812 <features tabularvalignment="middle">
24813 <column alignment="center" valignment="top" width="0">
24814 <row>
24815 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24816 \begin_inset Text
24817
24818 \begin_layout Plain Layout
24819 Texto de ejemplo.
24820 \begin_inset Foot
24821 status open
24822
24823 \begin_layout Plain Layout
24824 ¡Esta nota no se imprimirá!
24825 \end_layout
24826
24827 \end_inset
24828
24829
24830 \end_layout
24831
24832 \end_inset
24833 </cell>
24834 </row>
24835 <row>
24836 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
24837 \begin_inset Text
24838
24839 \begin_layout Plain Layout
24840 Texto de ejemplo.
24841 \begin_inset ERT
24842 status collapsed
24843
24844 \begin_layout Plain Layout
24845
24846
24847 \backslash
24848 footnotemark{}
24849 \end_layout
24850
24851 \end_inset
24852
24853
24854 \end_layout
24855
24856 \end_inset
24857 </cell>
24858 </row>
24859 </lyxtabular>
24860
24861 \end_inset
24862
24863
24864 \begin_inset ERT
24865 status collapsed
24866
24867 \begin_layout Plain Layout
24868
24869
24870 \backslash
24871 footnotetext{
24872 \end_layout
24873
24874 \end_inset
24875
24876 Texto de la nota de la tabla.
24877 \begin_inset ERT
24878 status collapsed
24879
24880 \begin_layout Plain Layout
24881
24882 }
24883 \end_layout
24884
24885 \end_inset
24886
24887
24888 \end_layout
24889
24890 \begin_layout Standard
24891 Las notas al pie en tablas largas se describen en la sección
24892 \begin_inset space ~
24893 \end_inset
24894
24895
24896 \begin_inset CommandInset ref
24897 LatexCommand ref
24898 reference "sub:Notas-al-pie-en-Tablas-Largas"
24899
24900 \end_inset
24901
24902 .
24903 \end_layout
24904
24905 \begin_layout Standard
24906 Las notas al pie en cuadros de minipágina se imprimen, pero dentro del cuadro
24907  y con numeración diferente debido a que una minipágina es como una página
24908  dentro de otra.
24909  (Más información sobre minipáginas en la sección
24910 \begin_inset space ~
24911 \end_inset
24912
24913
24914 \begin_inset CommandInset ref
24915 LatexCommand ref
24916 reference "sec:Minipáginas"
24917
24918 \end_inset
24919
24920 ).
24921  Para poner notas en una minipágina que se impriman a pie de página como
24922  las notas al pie normales, se puede usar también el método de 
24923 \series bold
24924
24925 \backslash
24926 footnotemark{}
24927 \series default
24928  y 
24929 \series bold
24930
24931 \backslash
24932 footnotetext
24933 \series default
24934 .
24935 \end_layout
24936
24937 \begin_layout Standard
24938 \begin_inset Box Frameless
24939 position "t"
24940 hor_pos "c"
24941 has_inner_box 1
24942 inner_pos "t"
24943 use_parbox 0
24944 use_makebox 0
24945 width "100col%"
24946 special "none"
24947 height "1in"
24948 height_special "totalheight"
24949 status open
24950
24951 \begin_layout Plain Layout
24952 Muestra de texto en una minipágina.
24953 \begin_inset Foot
24954 status open
24955
24956 \begin_layout Plain Layout
24957 Nota en la minipágina.
24958 \end_layout
24959
24960 \end_inset
24961
24962
24963 \end_layout
24964
24965 \begin_layout Plain Layout
24966 Muestra de texto en una minipágina.
24967 \begin_inset ERT
24968 status collapsed
24969
24970 \begin_layout Plain Layout
24971
24972
24973 \backslash
24974 footnotemark{}
24975 \end_layout
24976
24977 \end_inset
24978
24979
24980 \end_layout
24981
24982 \end_inset
24983
24984
24985 \end_layout
24986
24987 \begin_layout Standard
24988 \begin_inset ERT
24989 status collapsed
24990
24991 \begin_layout Plain Layout
24992
24993
24994 \backslash
24995 footnotetext{
24996 \end_layout
24997
24998 \end_inset
24999
25000 Nota fuera de la minipágina.
25001 \begin_inset ERT
25002 status collapsed
25003
25004 \begin_layout Plain Layout
25005
25006 }
25007 \end_layout
25008
25009 \end_inset
25010
25011
25012 \end_layout
25013
25014 \begin_layout Standard
25015 \begin_inset VSpace defskip
25016 \end_inset
25017
25018
25019 \end_layout
25020
25021 \begin_layout Standard
25022 Para hacer referencia a la misma nota varias veces sin imprimir su texto
25023  cada vez, usa el comando  
25024 \series bold
25025
25026 \backslash
25027 footnotemark[number]
25028 \series default
25029  en código TeX.
25030 \begin_inset Newline newline
25031 \end_inset
25032
25033 Como el número de la nota repetida no se conoce mientras se escribe el texto,
25034  hay que guardarlo.
25035  En el siguiente ejemplo de marca de una nota, se han insertado los siguientes
25036  comandos en código TeX después de la nota al pie
25037 \begin_inset space ~
25038 \end_inset
25039
25040
25041 \begin_inset CommandInset ref
25042 LatexCommand ref
25043 reference "pie:Esto-es-una"
25044
25045 \end_inset
25046
25047  para guardar el número de la nota: 
25048 \end_layout
25049
25050 \begin_layout Standard
25051
25052 \series bold
25053
25054 \backslash
25055 newcounter{MyRepeatFoot}
25056 \begin_inset Newline newline
25057 \end_inset
25058
25059
25060 \backslash
25061 setcounter{MyRepeatFoot}{
25062 \backslash
25063 thefootnote}
25064 \end_layout
25065
25066 \begin_layout Standard
25067 La marca de la nota se ha creado después con el comando:
25068 \end_layout
25069
25070 \begin_layout Standard
25071
25072 \series bold
25073
25074 \backslash
25075 footnotemark[
25076 \backslash
25077 theMyRepeatFoot]
25078 \end_layout
25079
25080 \begin_layout Standard
25081 Aquí hay una nota repetida:
25082 \begin_inset ERT
25083 status collapsed
25084
25085 \begin_layout Plain Layout
25086
25087
25088 \backslash
25089 footnotemark[
25090 \backslash
25091 theMyRepeatFoot]
25092 \end_layout
25093
25094 \end_inset
25095
25096
25097 \end_layout
25098
25099 \begin_layout Standard
25100 Para repetir la nota al pie previa, se puede omitir el guardado del número
25101  de la nota y usar en su lugar el comando:
25102 \end_layout
25103
25104 \begin_layout Standard
25105
25106 \series bold
25107
25108 \backslash
25109 footnotemark[
25110 \backslash
25111 thefootnote]
25112 \end_layout
25113
25114 \begin_layout Standard
25115 Aquí hay otra nota repetida:
25116 \begin_inset ERT
25117 status collapsed
25118
25119 \begin_layout Plain Layout
25120
25121
25122 \backslash
25123 footnotemark[
25124 \backslash
25125 thefootnote]
25126 \end_layout
25127
25128 \end_inset
25129
25130
25131 \end_layout
25132
25133 \begin_layout Subsection
25134 Numeración de notas al pie
25135 \begin_inset CommandInset label
25136 LatexCommand label
25137 name "sub:Numeración-de-Notas-al-Pie"
25138
25139 \end_inset
25140
25141
25142 \begin_inset Index idx
25143 status collapsed
25144
25145 \begin_layout Plain Layout
25146 Notas al pie ! Numeración
25147 \end_layout
25148
25149 \end_inset
25150
25151
25152 \end_layout
25153
25154 \begin_layout Standard
25155 Para reiniciar el número de pie a 1 en cada sección añade
25156 \family roman
25157  en el preámbulo el comando:
25158 \end_layout
25159
25160 \begin_layout Standard
25161
25162 \series bold
25163
25164 \backslash
25165 @addtoreset{footnote}{section}
25166 \end_layout
25167
25168 \begin_layout Standard
25169 \begin_inset VSpace bigskip
25170 \end_inset
25171
25172 El siguiente comando en el preámbulo cambia el estilo de numeración del
25173  pie a números romanos en minúsculas:
25174 \end_layout
25175
25176 \begin_layout Standard
25177
25178 \series bold
25179
25180 \backslash
25181 renewcommand{
25182 \backslash
25183 thefootnote}{
25184 \backslash
25185 roman{footnote}}
25186 \end_layout
25187
25188 \begin_layout Standard
25189 \begin_inset ERT
25190 status collapsed
25191
25192 \begin_layout Plain Layout
25193
25194
25195 \backslash
25196 renewcommand{
25197 \backslash
25198 thefootnote}{
25199 \backslash
25200 roman{footnote}}
25201 \end_layout
25202
25203 \end_inset
25204
25205  Nota al pie en números romanos:
25206 \begin_inset Foot
25207 status collapsed
25208
25209 \begin_layout Plain Layout
25210 Ejemplo de nota al pie en números romanos.
25211 \end_layout
25212
25213 \end_inset
25214
25215
25216 \begin_inset ERT
25217 status collapsed
25218
25219 \begin_layout Plain Layout
25220
25221
25222 \backslash
25223 renewcommand{
25224 \backslash
25225 thefootnote}{
25226 \backslash
25227 arabic{footnote}}
25228 \end_layout
25229
25230 \end_inset
25231
25232
25233 \end_layout
25234
25235 \begin_layout Standard
25236 Para cambiar el estilo de número a romanos en mayúscula cambia el comando
25237  
25238 \series bold
25239
25240 \backslash
25241 roman
25242 \series default
25243  por 
25244 \series bold
25245
25246 \backslash
25247 Roman
25248 \series default
25249 .
25250  Para ordenar las notas al pie con letras mayúsculas o minúsculas usa 
25251 \series bold
25252
25253 \backslash
25254 Alph
25255 \series default
25256  o 
25257 \series bold
25258
25259 \backslash
25260 alph
25261 \series default
25262 , respectivamente.
25263  Para ordenar las notas al pie con símbolos usa 
25264 \series bold
25265
25266 \backslash
25267 fnsymbol
25268 \series default
25269 .
25270 \end_layout
25271
25272 \begin_layout Standard
25273 \begin_inset Note Greyedout
25274 status open
25275
25276 \begin_layout Plain Layout
25277
25278 \series bold
25279 Nota:
25280 \series default
25281  sólo puedes ordenar hasta 26 pies con letras, porque está limitado a letras
25282  simples.
25283 \end_layout
25284
25285 \end_inset
25286
25287
25288 \begin_inset Newline newline
25289 \end_inset
25290
25291
25292 \begin_inset Note Greyedout
25293 status open
25294
25295 \begin_layout Plain Layout
25296
25297 \series bold
25298 Nota:
25299 \series default
25300  sólo puedes ordenar hasta 9 pies con símbolos.
25301 \end_layout
25302
25303 \end_inset
25304
25305
25306 \end_layout
25307
25308 \begin_layout Standard
25309 Para volver al estilo de numeración predeterminado cuando has cambiado a
25310  otro estilo, usa 
25311 \series bold
25312
25313 \backslash
25314 arabic
25315 \series default
25316  en vez de 
25317 \series bold
25318
25319 \backslash
25320 roman
25321 \series default
25322  en el comando anterior.
25323 \begin_inset ERT
25324 status collapsed
25325
25326 \begin_layout Plain Layout
25327
25328
25329 \backslash
25330 renewcommand{
25331 \backslash
25332 thefootnote}{
25333 \backslash
25334 arabic{footnote}}
25335 \end_layout
25336
25337 \end_inset
25338
25339
25340 \end_layout
25341
25342 \begin_layout Standard
25343 \begin_inset VSpace bigskip
25344 \end_inset
25345
25346
25347 \end_layout
25348
25349 \begin_layout Standard
25350 Si quieres numerar notas al pie en el esquema «capítulo.nota», añade el siguiente
25351  comando al preámbulo del documento:
25352 \end_layout
25353
25354 \begin_layout Standard
25355
25356 \series bold
25357
25358 \backslash
25359 numberwithin{footnote}{chapter}
25360 \end_layout
25361
25362 \begin_layout Standard
25363 Para poder usar el comando 
25364 \series bold
25365
25366 \backslash
25367 numberwithin
25368 \series default
25369 , marca la opción 
25370 \family sans
25371 Usar
25372 \family default
25373
25374 \begin_inset space ~
25375 \end_inset
25376
25377
25378 \family sans
25379 el
25380 \family default
25381
25382 \begin_inset space ~
25383 \end_inset
25384
25385
25386 \family sans
25387 paquete
25388 \family default
25389
25390 \begin_inset space ~
25391 \end_inset
25392
25393
25394 \family sans
25395 AMS
25396 \family default
25397  en la sección 
25398 \family sans
25399 Opciones para ecuaciones
25400 \family default
25401  de la configuración del documento.
25402 \end_layout
25403
25404 \begin_layout Standard
25405 \begin_inset ERT
25406 status collapsed
25407
25408 \begin_layout Plain Layout
25409
25410
25411 \backslash
25412 numberwithin{footnote}{chapter}
25413 \end_layout
25414
25415 \end_inset
25416
25417 Esto es otro ejemplo de nota al pie:
25418 \series bold
25419
25420 \begin_inset Foot
25421 status collapsed
25422
25423 \begin_layout Plain Layout
25424 Nota al pie numerada en el esquema 
25425 \begin_inset Quotes eld
25426 \end_inset
25427
25428 capítulo.nota
25429 \begin_inset Quotes erd
25430 \end_inset
25431
25432 .
25433 \end_layout
25434
25435 \end_inset
25436
25437
25438 \series default
25439
25440 \begin_inset ERT
25441 status collapsed
25442
25443 \begin_layout Plain Layout
25444
25445
25446 \backslash
25447 renewcommand{
25448 \backslash
25449 thefootnote}{
25450 \backslash
25451 arabic{footnote}}
25452 \end_layout
25453
25454 \end_inset
25455
25456
25457 \end_layout
25458
25459 \begin_layout Standard
25460 \begin_inset Note Greyedout
25461 status open
25462
25463 \begin_layout Plain Layout
25464
25465 \series bold
25466 Nota: 
25467 \backslash
25468 numberwithin 
25469 \series default
25470 siempre imprime el número de nota al pie en números arábigos; las redefiniciones
25471  previas para obtener números no arábigos se sobreescriben.
25472 \end_layout
25473
25474 \end_inset
25475
25476
25477 \end_layout
25478
25479 \begin_layout Standard
25480 Así, para obtener por ejemplo el esquema «capítulo.
25481 \backslash
25482 Roman{footnote}», usa este comando en vez de 
25483 \series bold
25484
25485 \backslash
25486 numberwithin
25487 \series default
25488 :
25489 \end_layout
25490
25491 \begin_layout Standard
25492
25493 \series bold
25494
25495 \backslash
25496 renewcommand{
25497 \backslash
25498 thefootnote}{
25499 \backslash
25500 thechapter.
25501 \backslash
25502 Roman{footnote}}
25503 \end_layout
25504
25505 \begin_layout Subsection
25506 Colocación de notas al pie
25507 \begin_inset Index idx
25508 status collapsed
25509
25510 \begin_layout Plain Layout
25511 Notas al pie ! Colocación
25512 \end_layout
25513
25514 \end_inset
25515
25516
25517 \end_layout
25518
25519 \begin_layout Standard
25520 Si tienes varias notas al pie de una página, se muestran sin espacio vertical
25521  entre ellas al final de la página.
25522  Para hacerlas más legibles puedes añadir 1.5
25523 \begin_inset space \thinspace{}
25524 \end_inset
25525
25526 mm, p.
25527 \begin_inset space \thinspace{}
25528 \end_inset
25529
25530 e., con el comando siguiente en el preámbulo:
25531 \end_layout
25532
25533 \begin_layout Standard
25534
25535 \series bold
25536
25537 \backslash
25538 let
25539 \backslash
25540 myFoot
25541 \backslash
25542 footnote
25543 \begin_inset Newline newline
25544 \end_inset
25545
25546
25547 \backslash
25548 renewcommand{
25549 \backslash
25550 footnote}[1]{
25551 \backslash
25552 myFoot{#1
25553 \backslash
25554 vspace{1.5mm}}}
25555 \end_layout
25556
25557 \begin_layout Standard
25558 \begin_inset VSpace bigskip
25559 \end_inset
25560
25561 En documentos a dos columnas la nota al pie aparece al final de cada columna,
25562  véase la figura
25563 \begin_inset space ~
25564 \end_inset
25565
25566
25567 \begin_inset CommandInset ref
25568 LatexCommand ref
25569 reference "fig:Colocación-standard-del-pie"
25570
25571 \end_inset
25572
25573 .
25574  Si las notas debieran mostrarse sólo al final de la columna derecha, como
25575  en la figura
25576 \begin_inset space ~
25577 \end_inset
25578
25579
25580 \begin_inset CommandInset ref
25581 LatexCommand ref
25582 reference "fig:Colocación-del-pie-en"
25583
25584 \end_inset
25585
25586 , usa el paquete LaTeX 
25587 \series bold
25588 ftnright
25589 \series default
25590
25591 \begin_inset Index idx
25592 status collapsed
25593
25594 \begin_layout Plain Layout
25595 LaTeX-paquetes ! ftnright
25596 \end_layout
25597
25598 \end_inset
25599
25600  con este comando en el preámbulo:
25601 \end_layout
25602
25603 \begin_layout Standard
25604
25605 \series bold
25606
25607 \backslash
25608 usepackage{ftnright}
25609 \end_layout
25610
25611 \begin_layout Standard
25612 \begin_inset Float figure
25613 placement !h
25614 wide false
25615 sideways false
25616 status open
25617
25618 \begin_layout Plain Layout
25619 \begin_inset ERT
25620 status collapsed
25621
25622 \begin_layout Plain Layout
25623
25624
25625 \backslash
25626 framebox{
25627 \end_layout
25628
25629 \end_inset
25630
25631
25632 \begin_inset Graphics
25633         filename ../clipart/without_fntright.pdf
25634         width 100col%
25635
25636 \end_inset
25637
25638
25639 \begin_inset ERT
25640 status collapsed
25641
25642 \begin_layout Plain Layout
25643
25644 }
25645 \end_layout
25646
25647 \end_inset
25648
25649
25650 \end_layout
25651
25652 \begin_layout Plain Layout
25653 \begin_inset Caption
25654
25655 \begin_layout Plain Layout
25656 \begin_inset CommandInset label
25657 LatexCommand label
25658 name "fig:Colocación-standard-del-pie"
25659
25660 \end_inset
25661
25662 Colocación estándar de notas al pie en documentos a dos columnas.
25663 \end_layout
25664
25665 \end_inset
25666
25667
25668 \end_layout
25669
25670 \end_inset
25671
25672
25673 \end_layout
25674
25675 \begin_layout Standard
25676 \begin_inset Float figure
25677 placement !h
25678 wide false
25679 sideways false
25680 status open
25681
25682 \begin_layout Plain Layout
25683 \begin_inset ERT
25684 status collapsed
25685
25686 \begin_layout Plain Layout
25687
25688
25689 \backslash
25690 framebox{
25691 \end_layout
25692
25693 \end_inset
25694
25695
25696 \begin_inset Graphics
25697         filename ../clipart/with_fntright.pdf
25698         width 100col%
25699
25700 \end_inset
25701
25702
25703 \begin_inset ERT
25704 status collapsed
25705
25706 \begin_layout Plain Layout
25707
25708 }
25709 \end_layout
25710
25711 \end_inset
25712
25713
25714 \end_layout
25715
25716 \begin_layout Plain Layout
25717 \begin_inset Caption
25718
25719 \begin_layout Plain Layout
25720 \begin_inset CommandInset label
25721 LatexCommand label
25722 name "fig:Colocación-del-pie-en"
25723
25724 \end_inset
25725
25726 Colocación de la nota al pie en documentos a dos columnas cuando se usa
25727  el paquete LaTeX 
25728 \series bold
25729 ftnright
25730 \series default
25731 .
25732 \end_layout
25733
25734 \end_inset
25735
25736
25737 \end_layout
25738
25739 \end_inset
25740
25741
25742 \end_layout
25743
25744 \begin_layout Standard
25745 \begin_inset VSpace bigskip
25746 \end_inset
25747
25748 En alguna literatura científica es habitual reunir las notas para imprimirlas
25749  en un párrafo separado al final de la sección, como en la figura
25750 \begin_inset space ~
25751 \end_inset
25752
25753
25754 \begin_inset CommandInset ref
25755 LatexCommand ref
25756 reference "fig:Notas-al-pie-al-final"
25757
25758 \end_inset
25759
25760 .
25761  Para reunir las notas al final
25762 \begin_inset Index idx
25763 status collapsed
25764
25765 \begin_layout Plain Layout
25766 Notas ! al final
25767 \end_layout
25768
25769 \end_inset
25770
25771  en vez de a pie de página, carga en el menú 
25772 \family sans
25773 Documento\SpecialChar \menuseparator
25774 Configuratión\SpecialChar \menuseparator
25775 Módulos
25776 \family default
25777  el módulo 
25778 \family sans
25779 Pie
25780 \begin_inset space ~
25781 \end_inset
25782
25783 al
25784 \begin_inset space ~
25785 \end_inset
25786
25787 final
25788 \family default
25789 .
25790  Para insertar la colección de notas, escribe el comando
25791 \end_layout
25792
25793 \begin_layout Standard
25794
25795 \series bold
25796
25797 \backslash
25798 theendnotes
25799 \end_layout
25800
25801 \begin_layout Standard
25802 en código TeX al final de una sección o capítulo.
25803 \end_layout
25804
25805 \begin_layout Standard
25806 \begin_inset Float figure
25807 wide false
25808 sideways false
25809 status open
25810
25811 \begin_layout Plain Layout
25812 \align center
25813 \begin_inset ERT
25814 status collapsed
25815
25816 \begin_layout Plain Layout
25817
25818
25819 \backslash
25820 framebox{
25821 \end_layout
25822
25823 \end_inset
25824
25825
25826 \begin_inset Graphics
25827         filename ../clipart/endnotes.pdf
25828
25829 \end_inset
25830
25831
25832 \begin_inset ERT
25833 status collapsed
25834
25835 \begin_layout Plain Layout
25836
25837 }
25838 \end_layout
25839
25840 \end_inset
25841
25842
25843 \end_layout
25844
25845 \begin_layout Plain Layout
25846 \begin_inset Caption
25847
25848 \begin_layout Plain Layout
25849 \begin_inset CommandInset label
25850 LatexCommand label
25851 name "fig:Notas-al-pie-al-final"
25852
25853 \end_inset
25854
25855 Notas al final: notas impresas en párrafo separado al final de la sección
25856  o del capítulo.
25857 \end_layout
25858
25859 \end_inset
25860
25861
25862 \end_layout
25863
25864 \end_inset
25865
25866
25867 \end_layout
25868
25869 \begin_layout Standard
25870 \begin_inset VSpace medskip
25871 \end_inset
25872
25873 La cabecera de párrafo para las notas finales no se traduce automáticamente
25874  al lenguaje del documento, hay que hacerlo manualmente.
25875   El siguiente comando de preámbulo traduce el nombre en inglés «Notes»
25876  al español «Notas»:
25877 \end_layout
25878
25879 \begin_layout Standard
25880
25881 \series bold
25882
25883 \backslash
25884 renewcommand{
25885 \backslash
25886 notesname}{Notas}
25887 \end_layout
25888
25889 \begin_layout Standard
25890 \begin_inset VSpace medskip
25891 \end_inset
25892
25893 La numeración de notas finales puede cambiarse como la de las notas al pie,
25894  como se describe en la sección
25895 \begin_inset space ~
25896 \end_inset
25897
25898
25899 \begin_inset CommandInset ref
25900 LatexCommand ref
25901 reference "sub:Numeración-de-Notas-al-Pie"
25902
25903 \end_inset
25904
25905 ; sólo hay que reemplazar el comando 
25906 \series bold
25907
25908 \backslash
25909 thefootnote
25910 \series default
25911  por 
25912 \series bold
25913
25914 \backslash
25915 theendnote
25916 \series default
25917 .
25918  Para restablecer la numeración usa el comando 
25919 \series bold
25920
25921 \backslash
25922 @addtoreset
25923 \series default
25924  como se describe en la sección
25925 \begin_inset space ~
25926 \end_inset
25927
25928
25929 \begin_inset CommandInset ref
25930 LatexCommand ref
25931 reference "sub:Numeración-de-Notas-al-Pie"
25932
25933 \end_inset
25934
25935  y sustituye el parámetro de comando 
25936 \series bold
25937 footnote
25938 \series default
25939  por 
25940 \series bold
25941 endnote
25942 \series default
25943 .
25944 \end_layout
25945
25946 \begin_layout Standard
25947 Para notas al final hay el comando  el comando 
25948 \series bold
25949
25950 \backslash
25951 endnotemark[número]
25952 \series default
25953  similar al comando 
25954 \series bold
25955
25956 \backslash
25957 footnotemark
25958 \series default
25959 , descrito en la sección
25960 \begin_inset space ~
25961 \end_inset
25962
25963
25964 \begin_inset CommandInset ref
25965 LatexCommand ref
25966 reference "sec:Notas-al-pie"
25967
25968 \end_inset
25969
25970 .
25971 \end_layout
25972
25973 \begin_layout Standard
25974 \begin_inset VSpace bigskip
25975 \end_inset
25976
25977 Las notas al pie también pueden colocarse al margen de la página y la alineación
25978  del texto del pie también puede cambiarse, véase el paquete LaTeX 
25979 \series bold
25980 footmisc
25981 \series default
25982
25983 \begin_inset Index idx
25984 status collapsed
25985
25986 \begin_layout Plain Layout
25987 LaTeX-paquetes ! footmisc
25988 \end_layout
25989
25990 \end_inset
25991
25992  
25993 \begin_inset CommandInset citation
25994 LatexCommand cite
25995 key "footmisc"
25996
25997 \end_inset
25998
25999  para más información.
26000 \end_layout
26001
26002 \begin_layout Standard
26003 Para otras posibilidades de diseño de notas al pie mira en libros de LaTeX,
26004  
26005 \begin_inset CommandInset citation
26006 LatexCommand cite
26007 key "latexcompanion,latexguide,latexbook"
26008
26009 \end_inset
26010
26011 .
26012 \end_layout
26013
26014 \begin_layout Section
26015 Notas al margen
26016 \begin_inset Index idx
26017 status collapsed
26018
26019 \begin_layout Plain Layout
26020 Notas ! al margen
26021 \end_layout
26022
26023 \end_inset
26024
26025
26026 \end_layout
26027
26028 \begin_layout Standard
26029 Las notas al margen se ven y se comportan en LyX como notas al pie.
26030  Se insertan con el menú 
26031 \family sans
26032 Insertar\SpecialChar \menuseparator
26033 Nota
26034 \begin_inset space ~
26035 \end_inset
26036
26037 al
26038 \begin_inset space ~
26039 \end_inset
26040
26041 margen
26042 \family default
26043  o con el botón 
26044 \begin_inset Graphics
26045         filename ../../images/marginalnote-insert.png
26046         scale 85
26047
26048 \end_inset
26049
26050 .
26051  Aparece un cuadro gris con la etiqueta 
26052 \family roman
26053 \series medium
26054 «margen» en rojo y un marco en el que puedes escribir el texto de la nota.
26055 \end_layout
26056
26057 \begin_layout Standard
26058 Al lado hay un ejemplo de nota al margen.
26059
26060 \family roman
26061 \series medium
26062  
26063 \begin_inset Marginal
26064 status open
26065
26066 \begin_layout Plain Layout
26067 Esto es una nota al margen.
26068 \end_layout
26069
26070 \end_inset
26071
26072
26073 \end_layout
26074
26075 \begin_layout Standard
26076 Estas notas salen en el margen derecho en documentos a una cara.
26077  En documentos a doble cara se muestran en el margen externo —margen izquierdo
26078  en páginas pares, derecho en páginas impares—.
26079  El texto de las notas se ajusta a la parte opuesta al margen —se ajusta
26080  a la derecha si la nota aparece en el margen izquierdo—.
26081  La primera línea de la nota se sitúa en la posición de la línea del texto
26082  en la que se inserta en el documento.
26083 \end_layout
26084
26085 \begin_layout Standard
26086 \begin_inset VSpace bigskip
26087 \end_inset
26088
26089 Para colocar la nota en el margen interno añade el comando
26090 \end_layout
26091
26092 \begin_layout Standard
26093
26094 \series bold
26095
26096 \backslash
26097 reversemarginpar
26098 \end_layout
26099
26100 \begin_layout Standard
26101 en código TeX antes de la nota.
26102  La nueva colocación es válida para todas las siguientes notas al margen.
26103  
26104 \begin_inset ERT
26105 status collapsed
26106
26107 \begin_layout Plain Layout
26108
26109
26110 \backslash
26111 reversemarginpar 
26112 \end_layout
26113
26114 \end_inset
26115
26116
26117 \begin_inset Marginal
26118 status open
26119
26120 \begin_layout Plain Layout
26121 Esto es una nota en el margen interno.
26122 \end_layout
26123
26124 \end_inset
26125
26126
26127 \series bold
26128
26129 \begin_inset Newline newline
26130 \end_inset
26131
26132
26133 \series default
26134
26135 \begin_inset Note Greyedout
26136 status open
26137
26138 \begin_layout Plain Layout
26139
26140 \series bold
26141 Nota:
26142 \series default
26143  A veces no hay espacio suficiente en el margen interno, por lo que la nota
26144  no se mostrará correctamente en la salida.
26145 \end_layout
26146
26147 \end_inset
26148
26149
26150 \end_layout
26151
26152 \begin_layout Standard
26153 Para volver a la ubicación predeterminada inserta en código TeX el comando
26154 \begin_inset ERT
26155 status collapsed
26156
26157 \begin_layout Plain Layout
26158
26159
26160 \backslash
26161 normalmarginpar 
26162 \end_layout
26163
26164 \end_inset
26165
26166
26167 \end_layout
26168
26169 \begin_layout Standard
26170
26171 \series bold
26172
26173 \backslash
26174 normalmarginpar
26175 \end_layout
26176
26177 \begin_layout Standard
26178 \begin_inset Note Greyedout
26179 status open
26180
26181 \begin_layout Plain Layout
26182
26183 \series bold
26184 Nota:
26185 \series default
26186  El comando se ignora si en el mismo párrafo está también presente el comando
26187  
26188 \series bold
26189
26190 \backslash
26191 reversemarginpar
26192 \series default
26193 .
26194 \end_layout
26195
26196 \end_inset
26197
26198
26199 \end_layout
26200
26201 \begin_layout Standard
26202 \begin_inset VSpace bigskip
26203 \end_inset
26204
26205
26206 \family roman
26207 \series medium
26208
26209 \begin_inset Marginal
26210 status open
26211
26212 \begin_layout Plain Layout
26213 PalabraMuyLargaAlMargen no partida con guión.
26214 \end_layout
26215
26216 \end_inset
26217
26218
26219 \family default
26220 \series default
26221  Como en el caso descrito en la sección
26222 \begin_inset space ~
26223 \end_inset
26224
26225
26226 \begin_inset CommandInset ref
26227 LatexCommand ref
26228 reference "sub:Líneas-Múltiples-en"
26229
26230 \end_inset
26231
26232 , una palabra larga no puede partirse con guión cuando es la primera en
26233  la nota al margen.
26234  Para evitar esto, inserta un espacio horizontal de 0
26235 \begin_inset space \thinspace{}
26236 \end_inset
26237
26238 pt antes de la palabra
26239 \family roman
26240 \series medium
26241 .
26242 \end_layout
26243
26244 \begin_layout Standard
26245
26246 \family roman
26247 \series medium
26248 \begin_inset Marginal
26249 status open
26250
26251 \begin_layout Plain Layout
26252 \begin_inset ERT
26253 status collapsed
26254
26255 \begin_layout Plain Layout
26256
26257
26258 \backslash
26259 hspace{0pt}
26260 \end_layout
26261
26262 \end_inset
26263
26264 PalabraMuyLargaAlMargen partida con guión.
26265 \end_layout
26266
26267 \end_inset
26268
26269
26270 \end_layout
26271
26272 \begin_layout Standard
26273 \begin_inset VSpace bigskip
26274 \end_inset
26275
26276
26277 \end_layout
26278
26279 \begin_layout Standard
26280 \begin_inset Note Greyedout
26281 status open
26282
26283 \begin_layout Plain Layout
26284
26285 \series bold
26286 Nota:
26287 \series default
26288  Normalmente no pueden utilizarse notas al margen en tablas, flotantes y
26289  notas al pie.
26290 \end_layout
26291
26292 \end_inset
26293
26294
26295 \end_layout
26296
26297 \begin_layout Standard
26298 \begin_inset VSpace bigskip
26299 \end_inset
26300
26301
26302 \end_layout
26303
26304 \begin_layout Standard
26305 \begin_inset ERT
26306 status collapsed
26307
26308 \begin_layout Plain Layout
26309
26310
26311 \backslash
26312 ifmarginnote
26313 \end_layout
26314
26315 \end_inset
26316
26317
26318 \begin_inset Note Note
26319 status collapsed
26320
26321 \begin_layout Plain Layout
26322 La siguiente sección sólo se mostrará en pantalla si está instalado el paquete
26323  LaTeX 
26324 \series bold
26325 marginnote
26326 \series default
26327 .
26328 \end_layout
26329
26330 \end_inset
26331
26332
26333 \end_layout
26334
26335 \begin_layout Standard
26336 Esta restricción se puede salvar con el paquete LaTeX 
26337 \series bold
26338 marginnote
26339 \series default
26340
26341 \begin_inset Index idx
26342 status collapsed
26343
26344 \begin_layout Plain Layout
26345 LaTeX-paquetes ! marginnote
26346 \end_layout
26347
26348 \end_inset
26349
26350 .
26351  Poniendo estas dos líneas en el preámbulo, el comando usado por LyX para
26352  notas al margen es redefinido para usar el comando proporcionado por el
26353  paquete 
26354 \series bold
26355 marginnote
26356 \series default
26357 :
26358 \end_layout
26359
26360 \begin_layout Standard
26361
26362 \series bold
26363
26364 \backslash
26365 usepackage{marginnote}
26366 \begin_inset Newline newline
26367 \end_inset
26368
26369
26370 \backslash
26371 let
26372 \backslash
26373 marginpar
26374 \backslash
26375 marginnote
26376 \end_layout
26377
26378 \begin_layout Standard
26379 Esto se ha utilizado en el presente documento porque 
26380 \series bold
26381 marginnote
26382 \series default
26383  tiene una característica adicional útil: Puedes establecer un desplazamiento
26384  vertical a la nota.
26385  A veces esto hace falta si hay demasiadas notas juntas o para mejorar el
26386  diseño de la página.
26387  En LyX, el desplazamiento se escribe directamente tras la nota al margen,
26388  en código TeX
26389 \end_layout
26390
26391 \begin_layout Standard
26392
26393 \series bold
26394 [desplazamiento]
26395 \end_layout
26396
26397 \begin_layout Standard
26398 donde desplazamiento es una longitud en una de las unidades de la tabla
26399 \begin_inset space ~
26400 \end_inset
26401
26402
26403 \begin_inset CommandInset ref
26404 LatexCommand ref
26405 reference "tab:Unidades"
26406
26407 \end_inset
26408
26409 .
26410  Un valor negativo desplaza la nota hacia arriba, un valor positivo hacia
26411  abajo.
26412  
26413 \family roman
26414 \series medium
26415 Por ejemplo la nota adjunta a esta línea de texto está desplazada 1.5
26416 \begin_inset space \thinspace{}
26417 \end_inset
26418
26419 cm arriba con el comando en código TeX 
26420 \begin_inset Quotes eld
26421 \end_inset
26422
26423
26424 \family default
26425 \series bold
26426 [-1.5cm]
26427 \family roman
26428 \series medium
26429
26430 \begin_inset Quotes erd
26431 \end_inset
26432
26433
26434 \begin_inset Marginal
26435 status collapsed
26436
26437 \begin_layout Plain Layout
26438 Esta nota está 1.5
26439 \begin_inset space \thinspace{}
26440 \end_inset
26441
26442 cm por encima de su posición original.
26443 \end_layout
26444
26445 \end_inset
26446
26447
26448 \family default
26449 \series default
26450
26451 \begin_inset ERT
26452 status collapsed
26453
26454 \begin_layout Plain Layout
26455
26456 [-1.5cm]
26457 \end_layout
26458
26459 \end_inset
26460
26461
26462 \end_layout
26463
26464 \begin_layout Standard
26465 \begin_inset VSpace medskip
26466 \end_inset
26467
26468 Con 
26469 \series bold
26470 marginnote
26471 \series default
26472  también puedes cambiar la alineación del texto en el margen.
26473  Por ejemplo los comandos
26474 \end_layout
26475
26476 \begin_layout Standard
26477
26478 \series bold
26479
26480 \backslash
26481 renewcommand*{
26482 \backslash
26483 raggedleftmarginnote}{
26484 \backslash
26485 centering}
26486 \begin_inset Newline newline
26487 \end_inset
26488
26489
26490 \backslash
26491 renewcommand*{
26492 \backslash
26493 raggedrightmarginnote}{
26494 \backslash
26495 centering}
26496 \end_layout
26497
26498 \begin_layout Standard
26499 producen alineación centrada.
26500  
26501 \series bold
26502
26503 \backslash
26504 raggedleftmarginnote
26505 \series default
26506  identifica las notas que aparecen al lado izquierdo.
26507 \family roman
26508 \series medium
26509
26510 \begin_inset ERT
26511 status collapsed
26512
26513 \begin_layout Plain Layout
26514
26515
26516 \backslash
26517 renewcommand*{
26518 \backslash
26519 raggedleftmarginnote}{
26520 \backslash
26521 centering}
26522 \end_layout
26523
26524 \begin_layout Plain Layout
26525
26526
26527 \backslash
26528 renewcommand*{
26529 \backslash
26530 raggedrightmarginnote}{
26531 \backslash
26532 centering}
26533 \end_layout
26534
26535 \end_inset
26536
26537
26538 \begin_inset Marginal
26539 status open
26540
26541 \begin_layout Plain Layout
26542 El texto de esta nota está centrado.
26543 \end_layout
26544
26545 \end_inset
26546
26547
26548 \family default
26549 \series default
26550  El valor predeterminado es 
26551 \end_layout
26552
26553 \begin_layout Standard
26554
26555 \series bold
26556
26557 \backslash
26558 renewcommand*{
26559 \backslash
26560 raggedleftmarginnote}{
26561 \backslash
26562 raggedleft}
26563 \begin_inset Newline newline
26564 \end_inset
26565
26566
26567 \backslash
26568 renewcommand*{
26569 \backslash
26570 raggedrightmarginnote}{
26571 \backslash
26572 raggedright}
26573 \family roman
26574 \series medium
26575
26576 \begin_inset ERT
26577 status collapsed
26578
26579 \begin_layout Plain Layout
26580
26581
26582 \backslash
26583 renewcommand*{
26584 \backslash
26585 raggedleftmarginnote}{
26586 \backslash
26587 raggedleft}
26588 \end_layout
26589
26590 \begin_layout Plain Layout
26591
26592
26593 \backslash
26594 renewcommand*{
26595 \backslash
26596 raggedrightmarginnote}{
26597 \backslash
26598 raggedright}
26599 \end_layout
26600
26601 \end_inset
26602
26603
26604 \end_layout
26605
26606 \begin_layout Standard
26607 \begin_inset VSpace medskip
26608 \end_inset
26609
26610 Para otras características de 
26611 \series bold
26612 marginnote
26613 \series default
26614  mira en su documentación 
26615 \begin_inset CommandInset citation
26616 LatexCommand cite
26617 key "marginnote"
26618
26619 \end_inset
26620
26621 .
26622 \end_layout
26623
26624 \begin_layout Standard
26625 \begin_inset VSpace bigskip
26626 \end_inset
26627
26628 El diseño de las notas al margen puede ser redefinido.
26629  Por ejemplo, para crear una cabecera para todas las notas con el texto
26630  
26631 \begin_inset Quotes eld
26632 \end_inset
26633
26634
26635 \series bold
26636 \bar under
26637 ¡
26638 \family sans
26639 Atención
26640 \family default
26641 !
26642 \series default
26643 \bar default
26644
26645 \begin_inset Quotes erd
26646 \end_inset
26647
26648 , subrayado, sans-serif en negrita, añade lo siguiente en el preámbulo:
26649 \end_layout
26650
26651 \begin_layout Standard
26652
26653 \series bold
26654
26655 \backslash
26656 let
26657 \backslash
26658 myMarginpar
26659 \backslash
26660 marginpar
26661 \begin_inset Newline newline
26662 \end_inset
26663
26664
26665 \backslash
26666 renewcommand{
26667 \backslash
26668 marginpar}[1]{
26669 \backslash
26670 myMarginpar{%
26671 \begin_inset Newline newline
26672 \end_inset
26673
26674
26675 \begin_inset Phantom HPhantom
26676 status open
26677
26678 \begin_layout Plain Layout
26679
26680 \series bold
26681 \begin_inset space ~
26682 \end_inset
26683
26684
26685 \end_layout
26686
26687 \end_inset
26688
26689
26690 \backslash
26691 hspace{0pt}
26692 \backslash
26693 textsf{
26694 \backslash
26695 textbf{
26696 \backslash
26697 underbar{¡Atención!}}}%
26698 \begin_inset Newline newline
26699 \end_inset
26700
26701
26702 \begin_inset Phantom HPhantom
26703 status open
26704
26705 \begin_layout Plain Layout
26706
26707 \series bold
26708 \begin_inset space ~
26709 \end_inset
26710
26711
26712 \end_layout
26713
26714 \end_inset
26715
26716
26717 \backslash
26718 vspace{1.5mm}
26719 \backslash
26720
26721 \backslash
26722 #1}}
26723 \end_layout
26724
26725 \begin_layout Standard
26726
26727 \family roman
26728 \series medium
26729 \begin_inset ERT
26730 status collapsed
26731
26732 \begin_layout Plain Layout
26733
26734
26735 \backslash
26736 let
26737 \backslash
26738 myMarginpar
26739 \backslash
26740 marginpar
26741 \end_layout
26742
26743 \begin_layout Plain Layout
26744
26745
26746 \backslash
26747 renewcommand{
26748 \backslash
26749 marginpar}[1]{
26750 \backslash
26751 myMarginpar{%
26752 \end_layout
26753
26754 \begin_layout Plain Layout
26755
26756    
26757 \backslash
26758 textsf{
26759 \backslash
26760 textbf{
26761 \backslash
26762 underbar{¡Atención!}}}%
26763 \end_layout
26764
26765 \begin_layout Plain Layout
26766
26767    
26768 \backslash
26769 vspace{1.5mm}
26770 \backslash
26771
26772 \backslash
26773 #1}}
26774 \end_layout
26775
26776 \end_inset
26777
26778
26779 \begin_inset Marginal
26780 status open
26781
26782 \begin_layout Plain Layout
26783 Esta es una nota con una cabecera definida.
26784 \end_layout
26785
26786 \end_inset
26787
26788
26789 \family default
26790 \series default
26791
26792 \begin_inset ERT
26793 status collapsed
26794
26795 \begin_layout Plain Layout
26796
26797 [-1.5cm]
26798 \end_layout
26799
26800 \end_inset
26801
26802
26803 \family roman
26804 \series medium
26805
26806 \begin_inset ERT
26807 status collapsed
26808
26809 \begin_layout Plain Layout
26810
26811
26812 \backslash
26813 renewcommand{
26814 \backslash
26815 marginpar}[1]{
26816 \backslash
26817 myMarginpar{#1}}
26818 \end_layout
26819
26820 \end_inset
26821
26822
26823 \family default
26824 \series default
26825
26826 \begin_inset Note Note
26827 status collapsed
26828
26829 \begin_layout Plain Layout
26830 El formato de la nota al margen se ha cambiado sólo para este ejemplo.
26831 \end_layout
26832
26833 \end_inset
26834
26835
26836 \end_layout
26837
26838 \begin_layout Standard
26839 \begin_inset ERT
26840 status collapsed
26841
26842 \begin_layout Plain Layout
26843
26844
26845 \backslash
26846 else
26847 \end_layout
26848
26849 \end_inset
26850
26851
26852 \begin_inset Note Note
26853 status collapsed
26854
26855 \begin_layout Plain Layout
26856 Lo siguiente se mostrará en pantalla si no está instalado el paquete LaTeX
26857  
26858 \series bold
26859 marginnote
26860 \series default
26861 .
26862 \end_layout
26863
26864 \end_inset
26865
26866
26867 \end_layout
26868
26869 \begin_layout Standard
26870 Debes instalar el paquete LaTeX 
26871 \series bold
26872 marginnote
26873 \series default
26874  para ver la parte siguiente en la salida.
26875 \end_layout
26876
26877 \begin_layout Standard
26878 \begin_inset ERT
26879 status collapsed
26880
26881 \begin_layout Plain Layout
26882
26883
26884 \backslash
26885 fi
26886 \end_layout
26887
26888 \end_inset
26889
26890
26891 \end_layout
26892
26893 \begin_layout Chapter
26894 Cuadros
26895 \end_layout
26896
26897 \begin_layout Section
26898 Introducción
26899 \begin_inset Index idx
26900 status collapsed
26901
26902 \begin_layout Plain Layout
26903 Cuadros ! Introducción
26904 \end_layout
26905
26906 \end_inset
26907
26908
26909 \end_layout
26910
26911 \begin_layout Standard
26912 Los cuadros se emplean para dar formato a bloques de texto.
26913  Se pueden usar para escribir documentos con varios idiomas, véase sección
26914 \begin_inset space ~
26915 \end_inset
26916
26917
26918 \begin_inset CommandInset ref
26919 LatexCommand ref
26920 reference "sec:Minipáginas"
26921
26922 \end_inset
26923
26924 , enmarcar textos, véase sección
26925 \begin_inset space ~
26926 \end_inset
26927
26928
26929 \begin_inset CommandInset ref
26930 LatexCommand ref
26931 reference "sec:Decoración"
26932
26933 \end_inset
26934
26935 , evitar la división de palabras, véase sección
26936 \begin_inset space ~
26937 \end_inset
26938
26939
26940 \begin_inset CommandInset ref
26941 LatexCommand ref
26942 reference "sec:Evitar-la-Partición"
26943
26944 \end_inset
26945
26946 , alinear texto, véase sección
26947 \begin_inset space ~
26948 \end_inset
26949
26950
26951 \begin_inset CommandInset ref
26952 LatexCommand ref
26953 reference "sub:Alineación-Vertical"
26954
26955 \end_inset
26956
26957 , o para poner color de fondo a un texto, véase sección
26958 \begin_inset space ~
26959 \end_inset
26960
26961
26962 \begin_inset CommandInset ref
26963 LatexCommand ref
26964 reference "sec:Cuadros-Coloreados"
26965
26966 \end_inset
26967
26968 .
26969 \end_layout
26970
26971 \begin_layout Standard
26972 Se insertan con el menú 
26973 \family sans
26974 Insertar\SpecialChar \menuseparator
26975 Cuadro
26976 \family default
26977  o con el botón 
26978 \begin_inset Graphics
26979         filename ../../images/box-insert.png
26980         scale 85
26981
26982 \end_inset
26983
26984 .
26985  Surge un recuadro gris con la etiqueta 
26986 \family sans
26987 Cuadro (Minipágina)
26988 \family default
26989
26990 \begin_inset Graphics
26991         filename clipart/CuadroMinipagQt4.png
26992         scale 75
26993         keepAspectRatio
26994
26995 \end_inset
26996
26997 .
26998  El tipo de cuadro se puede elegir al hacer clic derecho sobre él y seleccionand
26999
27000 \family sans
27001 Configuración
27002 \family default
27003 .
27004  Sale un diálogo en el que 
27005 \family sans
27006 Cuadro
27007 \family default
27008
27009 \begin_inset space ~
27010 \end_inset
27011
27012
27013 \family sans
27014 interior
27015 \family default
27016  permite escoger los tipos 
27017 \family sans
27018 Párrafo
27019 \family default
27020  y 
27021 \family sans
27022 Minipágina
27023 \family default
27024 .
27025  
27026 \family sans
27027 Minipágina
27028 \family default
27029  es el predeterminado para nuevos cuadros y se explica en la sección
27030 \begin_inset space ~
27031 \end_inset
27032
27033
27034 \begin_inset CommandInset ref
27035 LatexCommand ref
27036 reference "sec:Minipáginas"
27037
27038 \end_inset
27039
27040 ; el tipo 
27041 \family sans
27042 Párrafo
27043 \family default
27044  se describe en la sección
27045 \begin_inset space ~
27046 \end_inset
27047
27048
27049 \begin_inset CommandInset ref
27050 LatexCommand ref
27051 reference "sec:Cuadros-de-Párrafo"
27052
27053 \end_inset
27054
27055  y el tipo 
27056 \family sans
27057 \lang english
27058 Makebox
27059 \family default
27060 \lang spanish
27061  se describe en la sección
27062 \begin_inset space ~
27063 \end_inset
27064
27065
27066 \begin_inset CommandInset ref
27067 LatexCommand ref
27068 reference "sec:Evitar-la-Partición"
27069
27070 \end_inset
27071
27072 .
27073 \end_layout
27074
27075 \begin_layout Standard
27076 Los cuadros no se numeran y por tanto no se pueden referenciar como los
27077  flotantes o las notas al pie.
27078 \end_layout
27079
27080 \begin_layout Standard
27081 \begin_inset Note Greyedout
27082 status open
27083
27084 \begin_layout Plain Layout
27085
27086 \series bold
27087 Nota:
27088 \series default
27089  Los cuadros no deben ser el ítem en un entorno 
27090 \family sans
27091 Enumeración*
27092 \family default
27093  o 
27094 \family sans
27095 Descripción
27096 \family default
27097 .
27098 \end_layout
27099
27100 \end_inset
27101
27102
27103 \end_layout
27104
27105 \begin_layout Standard
27106 \begin_inset Note Greyedout
27107 status open
27108
27109 \begin_layout Plain Layout
27110
27111 \series bold
27112 Nota:
27113 \series default
27114  Por razones desconocidas sólo se puede poner el tipo 
27115 \family sans
27116 Cuadro
27117 \begin_inset space ~
27118 \end_inset
27119
27120 interior
27121 \family default
27122  en 
27123 \family sans
27124 Ninguno
27125 \family default
27126  cuando se emplea un cuadro enmarcado.
27127  Los cuadros sin ningún tipo de 
27128 \family sans
27129 Cuadro
27130 \begin_inset space ~
27131 \end_inset
27132
27133 interior
27134 \family default
27135  y sin marcos se explican en la sección
27136 \begin_inset space ~
27137 \end_inset
27138
27139
27140 \begin_inset CommandInset ref
27141 LatexCommand ref
27142 reference "sec:Evitar-la-Partición"
27143
27144 \end_inset
27145
27146 .
27147 \end_layout
27148
27149 \end_inset
27150
27151
27152 \end_layout
27153
27154 \begin_layout Section
27155 Diálogo de cuadros
27156 \begin_inset CommandInset label
27157 LatexCommand label
27158 name "sec:Diálogo-Cuadros"
27159
27160 \end_inset
27161
27162
27163 \begin_inset Index idx
27164 status collapsed
27165
27166 \begin_layout Plain Layout
27167 Cuadros ! Configuración
27168 \end_layout
27169
27170 \end_inset
27171
27172
27173 \end_layout
27174
27175 \begin_layout Subsection
27176 Tamaño
27177 \begin_inset Index idx
27178 status collapsed
27179
27180 \begin_layout Plain Layout
27181 Cuadros ! Tamaño
27182 \end_layout
27183
27184 \end_inset
27185
27186
27187 \end_layout
27188
27189 \begin_layout Standard
27190 En el diálogo puedes ajustar la geometría del cuadro en los campos 
27191 \family sans
27192 Ancho
27193 \family default
27194  y 
27195 \family sans
27196 Alto
27197 \family default
27198 .
27199  Las unidades disponibles para la geometría se describen en la tabla
27200 \begin_inset space ~
27201 \end_inset
27202
27203
27204 \begin_inset CommandInset ref
27205 LatexCommand ref
27206 reference "tab:Unidades"
27207
27208 \end_inset
27209
27210 .
27211  El campo 
27212 \family sans
27213 Alto
27214 \family default
27215  ofrece los siguientes tamaños adicionales:
27216 \end_layout
27217
27218 \begin_layout Description
27219 Profundidad Este es el texto plano «alto».
27220  Ignora la profundidad total cuando hay múltiples líneas de texto en el
27221  cuadro:
27222 \begin_inset Newline newline
27223 \end_inset
27224
27225
27226 \begin_inset Newline newline
27227 \end_inset
27228
27229
27230 \begin_inset Newline newline
27231 \end_inset
27232
27233
27234 \begin_inset Box Boxed
27235 position "c"
27236 hor_pos "c"
27237 has_inner_box 1
27238 inner_pos "c"
27239 use_parbox 0
27240 use_makebox 0
27241 width "12col%"
27242 special "none"
27243 height "1in"
27244 height_special "depth"
27245 status open
27246
27247 \begin_layout Plain Layout
27248 \align center
27249 Cuadro con altura establecida en 1
27250 \begin_inset space \thinspace{}
27251 \end_inset
27252
27253 Profundidad
27254 \end_layout
27255
27256 \end_inset
27257
27258
27259 \begin_inset Newline newline
27260 \end_inset
27261
27262
27263 \begin_inset Newline newline
27264 \end_inset
27265
27266
27267 \end_layout
27268
27269 \begin_layout Description
27270 Alto Es la altura del texto que está dentro del cuadro.
27271  Un valor de, p.
27272 \begin_inset space \thinspace{}
27273 \end_inset
27274
27275 e.
27276 \begin_inset space ~
27277 \end_inset
27278
27279 2 para este tamaño fijará la altura del cuadro a 2 veces la altura del texto:
27280  
27281 \begin_inset Box Boxed
27282 position "c"
27283 hor_pos "c"
27284 has_inner_box 1
27285 inner_pos "c"
27286 use_parbox 0
27287 use_makebox 0
27288 width "20col%"
27289 special "none"
27290 height "2in"
27291 height_special "height"
27292 status open
27293
27294 \begin_layout Plain Layout
27295 \align center
27296 Cuadro con altura puesta en 2
27297 \begin_inset space \thinspace{}
27298 \end_inset
27299
27300 Alto
27301 \end_layout
27302
27303 \end_inset
27304
27305
27306 \end_layout
27307
27308 \begin_layout Description
27309 Alto
27310 \begin_inset space ~
27311 \end_inset
27312
27313 total Esto es el Alto
27314 \begin_inset space \thinspace{}
27315 \end_inset
27316
27317 +
27318 \begin_inset space \thinspace{}
27319 \end_inset
27320
27321 Profundidad: 
27322 \begin_inset Box Boxed
27323 position "c"
27324 hor_pos "c"
27325 has_inner_box 1
27326 inner_pos "c"
27327 use_parbox 0
27328 use_makebox 0
27329 width "20col%"
27330 special "none"
27331 height "1in"
27332 height_special "totalheight"
27333 status open
27334
27335 \begin_layout Plain Layout
27336 \align center
27337 Cuadro con altura puesta a 1
27338 \begin_inset space \thinspace{}
27339 \end_inset
27340
27341 Alto
27342 \begin_inset space ~
27343 \end_inset
27344
27345 total
27346 \end_layout
27347
27348 \end_inset
27349
27350
27351 \end_layout
27352
27353 \begin_layout Description
27354 Ancho Esto determina al ancho del cuadro como altura: 
27355 \begin_inset Box Boxed
27356 position "c"
27357 hor_pos "c"
27358 has_inner_box 1
27359 inner_pos "c"
27360 use_parbox 0
27361 use_makebox 0
27362 width "12col%"
27363 special "none"
27364 height "1in"
27365 height_special "width"
27366 status open
27367
27368 \begin_layout Plain Layout
27369 \align center
27370 Cuadro con altura puesta en 1
27371 \begin_inset space \thinspace{}
27372 \end_inset
27373
27374 Ancho
27375 \end_layout
27376
27377 \end_inset
27378
27379
27380 \end_layout
27381
27382 \begin_layout Subsection
27383 Alineación
27384 \begin_inset Index idx
27385 status collapsed
27386
27387 \begin_layout Plain Layout
27388 Cuadros ! Alineación
27389 \end_layout
27390
27391 \end_inset
27392
27393
27394 \end_layout
27395
27396 \begin_layout Standard
27397 Si has elegido un 
27398 \family sans
27399 Cuadro
27400 \begin_inset space ~
27401 \end_inset
27402
27403 interior
27404 \family default
27405 , la alineación vertical del cuadro puede ser:
27406 \end_layout
27407
27408 \begin_layout Description
27409 Superior Ejemplo de línea de texto.
27410  
27411 \begin_inset Box Boxed
27412 position "t"
27413 hor_pos "c"
27414 has_inner_box 1
27415 inner_pos "c"
27416 use_parbox 0
27417 use_makebox 0
27418 width "12col%"
27419 special "none"
27420 height "1in"
27421 height_special "totalheight"
27422 status collapsed
27423
27424 \begin_layout Plain Layout
27425 \align center
27426 Cuadro alineado arriba.
27427 \end_layout
27428
27429 \end_inset
27430
27431  Ejemplo de línea de texto.
27432 \end_layout
27433
27434 \begin_layout Description
27435 Medio Ejemplo de línea de texto.
27436  
27437 \begin_inset Box Boxed
27438 position "c"
27439 hor_pos "c"
27440 has_inner_box 1
27441 inner_pos "c"
27442 use_parbox 0
27443 use_makebox 0
27444 width "12col%"
27445 special "none"
27446 height "1in"
27447 height_special "totalheight"
27448 status collapsed
27449
27450 \begin_layout Plain Layout
27451 \align center
27452 Cuadro alineado en medio.
27453 \end_layout
27454
27455 \end_inset
27456
27457  Ejemplo de línea de texto.
27458 \end_layout
27459
27460 \begin_layout Description
27461 Inferior Ejemplo de línea de texto.
27462  
27463 \begin_inset Box Boxed
27464 position "b"
27465 hor_pos "c"
27466 has_inner_box 1
27467 inner_pos "c"
27468 use_parbox 0
27469 use_makebox 0
27470 width "12col%"
27471 special "none"
27472 height "1in"
27473 height_special "totalheight"
27474 status collapsed
27475
27476 \begin_layout Plain Layout
27477 \align center
27478 Cuadro alineado abajo.
27479 \end_layout
27480
27481 \end_inset
27482
27483  Ejemplo de línea de texto.
27484 \end_layout
27485
27486 \begin_layout Standard
27487 \begin_inset Note Greyedout
27488 status open
27489
27490 \begin_layout Plain Layout
27491
27492 \series bold
27493 Nota:
27494 \series default
27495  La alineación vertical puede desaparecer en la salida si hay dos cuadros
27496  en una línea y, p.
27497 \begin_inset space \thinspace{}
27498 \end_inset
27499
27500 e., uno de ellos tiene sombreado y el otro no.
27501 \end_layout
27502
27503 \end_inset
27504
27505
27506 \end_layout
27507
27508 \begin_layout Standard
27509 La alineación horizontal del cuadro puede establecerse en el diálogo de
27510  configuración de párrafo de LyX si colocas el cuadro en su propio párrafo.
27511 \end_layout
27512
27513 \begin_layout Standard
27514 \begin_inset VSpace bigskip
27515 \end_inset
27516
27517 Si has escogido un 
27518 \family sans
27519 Cuadro
27520 \begin_inset space ~
27521 \end_inset
27522
27523 interior
27524 \family default
27525 , el contenido puede alinearse verticalmente a:
27526 \end_layout
27527
27528 \begin_layout Description
27529 Superior Ejemplo de línea de texto.
27530  
27531 \begin_inset Box Boxed
27532 position "c"
27533 hor_pos "c"
27534 has_inner_box 1
27535 inner_pos "t"
27536 use_parbox 0
27537 use_makebox 0
27538 width "12col%"
27539 special "none"
27540 height "1.5in"
27541 height_special "totalheight"
27542 status collapsed
27543
27544 \begin_layout Plain Layout
27545 \align center
27546 Cuadro con texto alineado arriba.
27547 \end_layout
27548
27549 \end_inset
27550
27551  Ejemplo de línea de texto.
27552 \end_layout
27553
27554 \begin_layout Description
27555 Medio Ejemplo de línea de texto.
27556  
27557 \begin_inset Box Boxed
27558 position "c"
27559 hor_pos "c"
27560 has_inner_box 1
27561 inner_pos "c"
27562 use_parbox 0
27563 use_makebox 0
27564 width "12col%"
27565 special "none"
27566 height "1.5in"
27567 height_special "totalheight"
27568 status collapsed
27569
27570 \begin_layout Plain Layout
27571 \align center
27572 Cuadro con texto alineado en medio.
27573 \end_layout
27574
27575 \end_inset
27576
27577  Ejemplo de línea de texto.
27578 \end_layout
27579
27580 \begin_layout Description
27581 Inferior Ejemplo de línea de texto.
27582  
27583 \begin_inset Box Boxed
27584 position "c"
27585 hor_pos "c"
27586 has_inner_box 1
27587 inner_pos "b"
27588 use_parbox 0
27589 use_makebox 0
27590 width "12col%"
27591 special "none"
27592 height "1.5in"
27593 height_special "totalheight"
27594 status collapsed
27595
27596 \begin_layout Plain Layout
27597 \align center
27598 Cuadro con texto alineado abajo.
27599 \end_layout
27600
27601 \end_inset
27602
27603  Ejemplo de línea de texto.
27604 \end_layout
27605
27606 \begin_layout Description
27607 Estirado Ejemplo de línea de texto.
27608  
27609 \begin_inset Box Boxed
27610 position "c"
27611 hor_pos "c"
27612 has_inner_box 1
27613 inner_pos "s"
27614 use_parbox 0
27615 use_makebox 0
27616 width "12col%"
27617 special "none"
27618 height "1.5in"
27619 height_special "totalheight"
27620 status collapsed
27621
27622 \begin_layout Plain Layout
27623 \align center
27624 Este texto
27625 \end_layout
27626
27627 \begin_layout Plain Layout
27628 \align center
27629 está
27630 \end_layout
27631
27632 \begin_layout Plain Layout
27633 \align center
27634 estirado.
27635 \end_layout
27636
27637 \end_inset
27638
27639  Ejemplo de línea de texto.
27640 \end_layout
27641
27642 \begin_layout Standard
27643 Para estirar el contenido debe tener más de un párrafo.
27644  En el ejemplo anterior cada línea de texto está en un párrafo propio.
27645 \end_layout
27646
27647 \begin_layout Standard
27648 \begin_inset VSpace bigskip
27649 \end_inset
27650
27651 Para estirar horizontalmente el contenido usa el diálogo de párrafos de
27652  LyX cuando hayas escogido un 
27653 \family sans
27654 Cuadro
27655 \begin_inset space ~
27656 \end_inset
27657
27658 interior
27659 \family default
27660 .
27661 \end_layout
27662
27663 \begin_layout Standard
27664 \align center
27665 \begin_inset Box Boxed
27666 position "c"
27667 hor_pos "c"
27668 has_inner_box 1
27669 inner_pos "s"
27670 use_parbox 0
27671 use_makebox 0
27672 width "15col%"
27673 special "none"
27674 height "1.25in"
27675 height_special "totalheight"
27676 status collapsed
27677
27678 \begin_layout Plain Layout
27679 \align left
27680 Cuadro
27681 \end_layout
27682
27683 \begin_layout Plain Layout
27684 \align center
27685 con texto
27686 \end_layout
27687
27688 \begin_layout Plain Layout
27689 \align right
27690 estirado
27691 \end_layout
27692
27693 \end_inset
27694
27695
27696 \end_layout
27697
27698 \begin_layout Standard
27699 Si no has establecido un 
27700 \family sans
27701 Cuadro
27702 \begin_inset space ~
27703 \end_inset
27704
27705 interior
27706 \family default
27707 , puedes alinear horizontalmente el contenido del cuadro en el diálogo de
27708  cuadro.
27709 \end_layout
27710
27711 \begin_layout Standard
27712 \align center
27713 \begin_inset Box Boxed
27714 position "c"
27715 hor_pos "s"
27716 has_inner_box 0
27717 inner_pos "s"
27718 use_parbox 0
27719 use_makebox 0
27720 width "90col%"
27721 special "none"
27722 height "1.25in"
27723 height_special "totalheight"
27724 status collapsed
27725
27726 \begin_layout Plain Layout
27727 \align left
27728 Texto estirado horizontalmente.
27729 \end_layout
27730
27731 \end_inset
27732
27733
27734 \end_layout
27735
27736 \begin_layout Subsection
27737 Decoración
27738 \begin_inset CommandInset label
27739 LatexCommand label
27740 name "sec:Decoración"
27741
27742 \end_inset
27743
27744
27745 \begin_inset Index idx
27746 status collapsed
27747
27748 \begin_layout Plain Layout
27749 Cuadros ! Decoración
27750 \end_layout
27751
27752 \end_inset
27753
27754
27755 \end_layout
27756
27757 \begin_layout Standard
27758 El estilo de marco del cuadro se puede determinar en la lista desplegable
27759  
27760 \family sans
27761 Tipo
27762 \family default
27763  del diálogo de cuadros.
27764  Son posibles los siguientes marcos:
27765 \end_layout
27766
27767 \begin_layout Description
27768 Sin
27769 \begin_inset space ~
27770 \end_inset
27771
27772 marco 
27773 \lang english
27774 Nothing is drawn.
27775 \end_layout
27776
27777 \begin_layout Description
27778 Marco
27779 \begin_inset space ~
27780 \end_inset
27781
27782 rectangular
27783 \begin_inset space ~
27784 \end_inset
27785
27786 sencillo Dibuja un marco rectangular alrededor del cuadro.
27787  El grosor del marco depende de 
27788 \series bold
27789
27790 \backslash
27791 fboxrule
27792 \series default
27793 .
27794  
27795 \begin_inset Box Boxed
27796 position "c"
27797 hor_pos "c"
27798 has_inner_box 1
27799 inner_pos "c"
27800 use_parbox 0
27801 use_makebox 0
27802 width "25col%"
27803 special "none"
27804 height "1in"
27805 height_special "totalheight"
27806 status open
27807
27808 \begin_layout Plain Layout
27809 \align center
27810 Cuadro rectangular
27811 \end_layout
27812
27813 \end_inset
27814
27815
27816 \end_layout
27817
27818 \begin_layout Description
27819 Marco
27820 \begin_inset space ~
27821 \end_inset
27822
27823 ovalado,
27824 \begin_inset space ~
27825 \end_inset
27826
27827 fino Dibuja un marco ovalado cuya línea tiene un grosor de 0.4
27828 \begin_inset space \thinspace{}
27829 \end_inset
27830
27831 pt.
27832  
27833 \begin_inset Box ovalbox
27834 position "c"
27835 hor_pos "c"
27836 has_inner_box 1
27837 inner_pos "c"
27838 use_parbox 0
27839 use_makebox 0
27840 width "25col%"
27841 special "none"
27842 height "1in"
27843 height_special "totalheight"
27844 status open
27845
27846 \begin_layout Plain Layout
27847 \align center
27848 Marco ovalado, fino
27849 \end_layout
27850
27851 \end_inset
27852
27853
27854 \end_layout
27855
27856 \begin_layout Description
27857 Marco
27858 \begin_inset space ~
27859 \end_inset
27860
27861 ovalado,
27862 \begin_inset space ~
27863 \end_inset
27864
27865 grueso Dibuja un marco ovalado cuya línea tiene un grosor de 0.8
27866 \begin_inset space \thinspace{}
27867 \end_inset
27868
27869 pt.
27870  
27871 \begin_inset Box Ovalbox
27872 position "c"
27873 hor_pos "c"
27874 has_inner_box 1
27875 inner_pos "c"
27876 use_parbox 0
27877 use_makebox 0
27878 width "30col%"
27879 special "none"
27880 height "1in"
27881 height_special "totalheight"
27882 status open
27883
27884 \begin_layout Plain Layout
27885 \align center
27886 Cuadro ovalado, grueso
27887 \end_layout
27888
27889 \end_inset
27890
27891
27892 \end_layout
27893
27894 \begin_layout Description
27895 Marco
27896 \begin_inset space ~
27897 \end_inset
27898
27899 sombreado Dibuja un marco rectangular de sombra alrededor del cuadro.
27900  El grosor de la línea tiene el tamaño dado por 
27901 \series bold
27902
27903 \backslash
27904 fboxrule
27905 \series default
27906 , la sombra tiene una anchura de 4
27907 \begin_inset space \thinspace{}
27908 \end_inset
27909
27910 pt.
27911  
27912 \begin_inset Box Shadowbox
27913 position "c"
27914 hor_pos "c"
27915 has_inner_box 1
27916 inner_pos "c"
27917 use_parbox 0
27918 use_makebox 0
27919 width "20col%"
27920 special "none"
27921 height "1in"
27922 height_special "totalheight"
27923 status open
27924
27925 \begin_layout Plain Layout
27926 \align center
27927 Marco sombrado
27928 \end_layout
27929
27930 \end_inset
27931
27932
27933 \end_layout
27934
27935 \begin_layout Description
27936 Fondo
27937 \begin_inset space ~
27938 \end_inset
27939
27940 sombreado Dibuja un cuadro con fondo de color rojo.
27941  A diferencia de los cuadros coloreados,
27942 \begin_inset Foot
27943 status collapsed
27944
27945 \begin_layout Plain Layout
27946 véase sec.
27947  
27948 \begin_inset CommandInset ref
27949 LatexCommand ref
27950 reference "sec:Cuadros-Coloreados"
27951
27952 \end_inset
27953
27954
27955 \end_layout
27956
27957 \end_inset
27958
27959  siempre usa el ancho total de columna y el cuadro va en su propio párrafo.
27960 \begin_inset Box Shaded
27961 position "t"
27962 hor_pos "c"
27963 has_inner_box 0
27964 inner_pos "t"
27965 use_parbox 0
27966 use_makebox 0
27967 width "50col%"
27968 special "none"
27969 height "1in"
27970 height_special "totalheight"
27971 status open
27972
27973 \begin_layout Plain Layout
27974 Cuadro con fondo sombreado
27975 \end_layout
27976
27977 \end_inset
27978
27979
27980 \end_layout
27981
27982 \begin_layout Description
27983 Marco
27984 \begin_inset space ~
27985 \end_inset
27986
27987 rectangular
27988 \begin_inset space ~
27989 \end_inset
27990
27991 doble Dibuja un rectángulo de línea doble alrededor del cuadro.
27992  El grosor de la línea interior es 0.75
27993 \begin_inset space \thinspace{}
27994 \end_inset
27995
27996
27997 \series bold
27998
27999 \backslash
28000 fboxrule
28001 \series default
28002 , el de la línea exterior es 1.5
28003 \begin_inset space \thinspace{}
28004 \end_inset
28005
28006
28007 \series bold
28008
28009 \backslash
28010 fboxrule
28011 \series default
28012 .
28013  La distancia entre líneas es 1.5
28014 \begin_inset space \thinspace{}
28015 \end_inset
28016
28017
28018 \series bold
28019
28020 \backslash
28021 fboxrule
28022 \series default
28023
28024 \begin_inset space \thinspace{}
28025 \end_inset
28026
28027 +
28028 \begin_inset space \thinspace{}
28029 \end_inset
28030
28031 0.5
28032 \begin_inset space \thinspace{}
28033 \end_inset
28034
28035 pt.
28036  
28037 \begin_inset Box Doublebox
28038 position "c"
28039 hor_pos "c"
28040 has_inner_box 1
28041 inner_pos "c"
28042 use_parbox 0
28043 use_makebox 0
28044 width "20col%"
28045 special "none"
28046 height "1in"
28047 height_special "totalheight"
28048 status open
28049
28050 \begin_layout Plain Layout
28051 \align center
28052 Marco doble
28053 \end_layout
28054
28055 \end_inset
28056
28057
28058 \end_layout
28059
28060 \begin_layout Standard
28061 La etiqueta del cuadro en LyX reflejará el estilo de marco elegido.
28062  Para poder utilizar los distintos marcos, debe estar instalado el paquete
28063  LaTeX 
28064 \series bold
28065 fancybox
28066 \series default
28067
28068 \begin_inset Index idx
28069 status collapsed
28070
28071 \begin_layout Plain Layout
28072 LaTeX-paquetes ! fancybox
28073 \end_layout
28074
28075 \end_inset
28076
28077 .
28078 \end_layout
28079
28080 \begin_layout Standard
28081 \begin_inset VSpace bigskip
28082 \end_inset
28083
28084 Si usas la decoración 
28085 \family sans
28086 marco rectangular sencillo
28087 \family default
28088  sin cuadro interior, puedes permitir saltos de página dentro del cuadro.
28089  Ten en cuenta que en ese caso, al contrario que otros cuadros enmarcados,
28090  el marco usa siempre todo el ancho de columna, el cuadro va en un párrafo
28091  propio y 
28092 \series bold
28093
28094 \backslash
28095 fboxrule
28096 \series default
28097  y 
28098 \series bold
28099
28100 \backslash
28101 fboxsep
28102 \series default
28103  no funcionan.
28104  El grosor del marco tiene el tamaño de 
28105 \series bold
28106
28107 \backslash
28108 FrameRule
28109 \series default
28110 .
28111 \begin_inset Box Framed
28112 position "t"
28113 hor_pos "c"
28114 has_inner_box 0
28115 inner_pos "t"
28116 use_parbox 0
28117 use_makebox 0
28118 width "100col%"
28119 special "none"
28120 height "1in"
28121 height_special "totalheight"
28122 status collapsed
28123
28124 \begin_layout Plain Layout
28125 Cuadro que permite saltos de página
28126 \end_layout
28127
28128 \end_inset
28129
28130
28131 \end_layout
28132
28133 \begin_layout Section
28134 Personalización de cuadros
28135 \begin_inset Index idx
28136 status collapsed
28137
28138 \begin_layout Plain Layout
28139 Cuadros ! Personalizar
28140 \end_layout
28141
28142 \end_inset
28143
28144
28145 \end_layout
28146
28147 \begin_layout Standard
28148 El valor predeterminado por 
28149 \series bold
28150
28151 \backslash
28152 fboxrule
28153 \series default
28154  es 0.4
28155 \begin_inset space \thinspace{}
28156 \end_inset
28157
28158 pt.
28159  Puede cambiarse con el siguiente comando en código TeX, p.
28160 \begin_inset space \thinspace{}
28161 \end_inset
28162
28163 e.
28164 \begin_inset space ~
28165 \end_inset
28166
28167 a
28168 \begin_inset space ~
28169 \end_inset
28170
28171 2
28172 \begin_inset space \thinspace{}
28173 \end_inset
28174
28175 pt:
28176 \end_layout
28177
28178 \begin_layout Standard
28179
28180 \series bold
28181
28182 \backslash
28183 setlength{
28184 \backslash
28185 fboxrule}{2pt}
28186 \end_layout
28187
28188 \begin_layout Standard
28189 \begin_inset ERT
28190 status collapsed
28191
28192 \begin_layout Plain Layout
28193
28194
28195 \backslash
28196 setlength{
28197 \backslash
28198 fboxrule}{2pt}
28199 \end_layout
28200
28201 \end_inset
28202
28203
28204 \begin_inset Box Boxed
28205 position "c"
28206 hor_pos "c"
28207 has_inner_box 1
28208 inner_pos "c"
28209 use_parbox 0
28210 use_makebox 0
28211 width "25col%"
28212 special "none"
28213 height "1in"
28214 height_special "totalheight"
28215 status open
28216
28217 \begin_layout Plain Layout
28218 \align center
28219 Cuadro rectangular con 
28220 \series bold
28221
28222 \backslash
28223 fboxrule
28224 \series default
28225
28226 \begin_inset space \thinspace{}
28227 \end_inset
28228
28229 =
28230 \begin_inset space \thinspace{}
28231 \end_inset
28232
28233 2
28234 \begin_inset space \thinspace{}
28235 \end_inset
28236
28237 pt
28238 \end_layout
28239
28240 \end_inset
28241
28242
28243 \begin_inset ERT
28244 status collapsed
28245
28246 \begin_layout Plain Layout
28247
28248
28249 \backslash
28250 setlength{
28251 \backslash
28252 fboxrule}{0.4pt}
28253 \end_layout
28254
28255 \end_inset
28256
28257
28258 \end_layout
28259
28260 \begin_layout Standard
28261 \begin_inset VSpace bigskip
28262 \end_inset
28263
28264 El espacio entre el marco y el contenido del cuadro es 3
28265 \begin_inset space \thinspace{}
28266 \end_inset
28267
28268 pt por omisión para todos los estilos.
28269  Se puede cambiar mediante la longitud 
28270 \series bold
28271
28272 \backslash
28273 fboxsep
28274 \series default
28275 .
28276  Por ejemplo el comando
28277 \end_layout
28278
28279 \begin_layout Standard
28280
28281 \series bold
28282
28283 \backslash
28284 setlength{
28285 \backslash
28286 fboxsep}{10pt}
28287 \end_layout
28288
28289 \begin_layout Standard
28290 determina un valor de 10
28291 \begin_inset space \thinspace{}
28292 \end_inset
28293
28294 pt, como en el siguiente cuadro:
28295 \end_layout
28296
28297 \begin_layout Standard
28298 \begin_inset ERT
28299 status collapsed
28300
28301 \begin_layout Plain Layout
28302
28303
28304 \backslash
28305 setlength{
28306 \backslash
28307 fboxsep}{10pt}
28308 \end_layout
28309
28310 \end_inset
28311
28312
28313 \begin_inset Box Boxed
28314 position "c"
28315 hor_pos "c"
28316 has_inner_box 1
28317 inner_pos "c"
28318 use_parbox 0
28319 use_makebox 0
28320 width "25col%"
28321 special "none"
28322 height "1in"
28323 height_special "totalheight"
28324 status open
28325
28326 \begin_layout Plain Layout
28327 \align center
28328 Cuadro rectangular con 
28329 \series bold
28330
28331 \backslash
28332 fboxsep
28333 \series default
28334
28335 \begin_inset space \thinspace{}
28336 \end_inset
28337
28338 =
28339 \begin_inset space \thinspace{}
28340 \end_inset
28341
28342 10
28343 \begin_inset space \thinspace{}
28344 \end_inset
28345
28346 pt
28347 \end_layout
28348
28349 \end_inset
28350
28351
28352 \begin_inset ERT
28353 status collapsed
28354
28355 \begin_layout Plain Layout
28356
28357
28358 \backslash
28359 setlength{
28360 \backslash
28361 fboxsep}{3pt}
28362 \end_layout
28363
28364 \end_inset
28365
28366
28367 \end_layout
28368
28369 \begin_layout Standard
28370 \begin_inset VSpace bigskip
28371 \end_inset
28372
28373 El diámetro de las esquinas de los cuadros ovalados se puede modificar con
28374  el comando 
28375 \series bold
28376
28377 \backslash
28378 cornersize
28379 \series default
28380 .
28381  El comando
28382 \end_layout
28383
28384 \begin_layout Standard
28385
28386 \series bold
28387
28388 \backslash
28389 cornersize*{1cm}
28390 \end_layout
28391
28392 \begin_layout Standard
28393 establece un diámetro de 1
28394 \begin_inset space \thinspace{}
28395 \end_inset
28396
28397 cm.
28398  El comando
28399 \end_layout
28400
28401 \begin_layout Standard
28402
28403 \series bold
28404
28405 \backslash
28406 cornersize{num}
28407 \end_layout
28408
28409 \begin_layout Standard
28410 fija el diámetro en 
28411 \family sans
28412 num
28413 \begin_inset space \thinspace{}
28414 \end_inset
28415
28416 ×
28417 \begin_inset space \thinspace{}
28418 \end_inset
28419
28420 mínimo
28421 \family default
28422  
28423 \family sans
28424 (ancho y alto del cuadro)
28425 \family default
28426 .
28427  Por omisión es 
28428 \series bold
28429
28430 \backslash
28431 cornersize{0.5}
28432 \series default
28433 .
28434 \end_layout
28435
28436 \begin_layout Standard
28437 \begin_inset ERT
28438 status collapsed
28439
28440 \begin_layout Plain Layout
28441
28442
28443 \backslash
28444 cornersize*{1.5cm}
28445 \end_layout
28446
28447 \end_inset
28448
28449
28450 \begin_inset Box Ovalbox
28451 position "c"
28452 hor_pos "c"
28453 has_inner_box 1
28454 inner_pos "c"
28455 use_parbox 0
28456 use_makebox 0
28457 width "28col%"
28458 special "none"
28459 height "1in"
28460 height_special "totalheight"
28461 status open
28462
28463 \begin_layout Plain Layout
28464 \align center
28465 Cuadro ovalado con 
28466 \series bold
28467
28468 \backslash
28469 cornersize
28470 \series default
28471
28472 \begin_inset space \thinspace{}
28473 \end_inset
28474
28475 =
28476 \begin_inset space \thinspace{}
28477 \end_inset
28478
28479 1.5
28480 \begin_inset space \thinspace{}
28481 \end_inset
28482
28483 cm
28484 \end_layout
28485
28486 \end_inset
28487
28488
28489 \begin_inset ERT
28490 status collapsed
28491
28492 \begin_layout Plain Layout
28493
28494
28495 \backslash
28496 cornersize{0.5}
28497 \end_layout
28498
28499 \end_inset
28500
28501
28502 \end_layout
28503
28504 \begin_layout Standard
28505 \begin_inset VSpace bigskip
28506 \end_inset
28507
28508 El tamaño de la sombra se puede ajustar cambiando la longitud 
28509 \series bold
28510
28511 \backslash
28512 shadowsize
28513 \series default
28514 .
28515  Este comando la ajusta a 2
28516 \begin_inset space \thinspace{}
28517 \end_inset
28518
28519 pt en el cuadro siguiente:
28520 \end_layout
28521
28522 \begin_layout Standard
28523
28524 \series bold
28525
28526 \backslash
28527 setlength{
28528 \backslash
28529 shadowsize}{2pt}
28530 \end_layout
28531
28532 \begin_layout Standard
28533 \begin_inset ERT
28534 status collapsed
28535
28536 \begin_layout Plain Layout
28537
28538
28539 \backslash
28540 setlength{
28541 \backslash
28542 shadowsize}{2pt}
28543 \end_layout
28544
28545 \end_inset
28546
28547
28548 \begin_inset Box Shadowbox
28549 position "c"
28550 hor_pos "c"
28551 has_inner_box 1
28552 inner_pos "c"
28553 use_parbox 0
28554 use_makebox 0
28555 width "28col%"
28556 special "none"
28557 height "1in"
28558 height_special "totalheight"
28559 status open
28560
28561 \begin_layout Plain Layout
28562 \align center
28563 Cuadro sombreado con 
28564 \series bold
28565
28566 \backslash
28567 shadowsize
28568 \series default
28569
28570 \begin_inset space \thinspace{}
28571 \end_inset
28572
28573 =
28574 \begin_inset space \thinspace{}
28575 \end_inset
28576
28577 2
28578 \begin_inset space \thinspace{}
28579 \end_inset
28580
28581 pt
28582 \end_layout
28583
28584 \end_inset
28585
28586
28587 \begin_inset ERT
28588 status collapsed
28589
28590 \begin_layout Plain Layout
28591
28592
28593 \backslash
28594 setlength{
28595 \backslash
28596 shadowsize}{4pt}
28597 \end_layout
28598
28599 \end_inset
28600
28601
28602 \end_layout
28603
28604 \begin_layout Standard
28605 \begin_inset VSpace bigskip
28606 \end_inset
28607
28608
28609 \end_layout
28610
28611 \begin_layout Standard
28612 Por omisión, el tamaño 
28613 \series bold
28614
28615 \backslash
28616 FrameRule
28617 \series default
28618  es 0,4
28619 \begin_inset space \thinspace{}
28620 \end_inset
28621
28622 pt.
28623  El espacio por omisión entre el contenido de la nota y el marco es 9
28624 \begin_inset space \thinspace{}
28625 \end_inset
28626
28627 pt; puede cambiarse con el valor de 
28628 \series bold
28629
28630 \backslash
28631 FrameSep
28632 \series default
28633 .
28634  Por ejemplo, el marco del cuadro siguiente se establece con los comandos
28635  en código TeX
28636 \end_layout
28637
28638 \begin_layout Standard
28639
28640 \series bold
28641
28642 \backslash
28643 setlength{
28644 \backslash
28645 FrameRule}{5pt}
28646 \begin_inset Newline newline
28647 \end_inset
28648
28649
28650 \backslash
28651 setlength{
28652 \backslash
28653 FrameSep}{0.5cm}
28654 \end_layout
28655
28656 \begin_layout Standard
28657 \begin_inset ERT
28658 status collapsed
28659
28660 \begin_layout Plain Layout
28661
28662
28663 \backslash
28664 setlength{
28665 \backslash
28666 FrameRule}{5pt}
28667 \end_layout
28668
28669 \begin_layout Plain Layout
28670
28671
28672 \backslash
28673 setlength{
28674 \backslash
28675 FrameSep}{0.5cm}
28676 \end_layout
28677
28678 \end_inset
28679
28680
28681 \begin_inset Box Framed
28682 position "t"
28683 hor_pos "c"
28684 has_inner_box 0
28685 inner_pos "t"
28686 use_parbox 0
28687 use_makebox 0
28688 width "100col%"
28689 special "none"
28690 height "1in"
28691 height_special "totalheight"
28692 status open
28693
28694 \begin_layout Plain Layout
28695 Texto en un 
28696 \family sans
28697 marco
28698 \begin_inset space ~
28699 \end_inset
28700
28701 sencillo
28702 \begin_inset space ~
28703 \end_inset
28704
28705 con
28706 \begin_inset space ~
28707 \end_inset
28708
28709 salto
28710 \begin_inset space ~
28711 \end_inset
28712
28713 de
28714 \begin_inset space ~
28715 \end_inset
28716
28717 página
28718 \family default
28719 .
28720 \end_layout
28721
28722 \end_inset
28723
28724
28725 \begin_inset ERT
28726 status collapsed
28727
28728 \begin_layout Plain Layout
28729
28730
28731 \backslash
28732 setlength{
28733 \backslash
28734 FrameRule}{0.4pt}
28735 \end_layout
28736
28737 \begin_layout Plain Layout
28738
28739
28740 \backslash
28741 setlength{
28742 \backslash
28743 FrameSep}{9pt}
28744 \end_layout
28745
28746 \end_inset
28747
28748
28749 \end_layout
28750
28751 \begin_layout Standard
28752 \begin_inset VSpace bigskip
28753 \end_inset
28754
28755
28756 \end_layout
28757
28758 \begin_layout Standard
28759 Para los cuadros con 
28760 \family sans
28761 fondo
28762 \begin_inset space ~
28763 \end_inset
28764
28765 sombreado
28766 \family default
28767  el espacio por omisión entre el contenido y el marco es 3
28768 \begin_inset space \thinspace{}
28769 \end_inset
28770
28771 pt; se puede cambiar con el valor de 
28772 \series bold
28773
28774 \backslash
28775 fboxsep
28776 \series default
28777 .
28778  El color rojo predeterminado se puede cambiar en el sitio con el comando
28779  
28780 \series bold
28781
28782 \backslash
28783 definecolor{shadecolor}
28784 \series default
28785  o globalmente con el menú 
28786 \family sans
28787 Herramientas
28788 \family default
28789 \SpecialChar \menuseparator
28790
28791 \family sans
28792 Preferencias
28793 \family default
28794 \SpecialChar \menuseparator
28795
28796 \family sans
28797 Colores
28798 \family default
28799 \SpecialChar \menuseparator
28800
28801 \family sans
28802 cuadro
28803 \begin_inset space ~
28804 \end_inset
28805
28806 sombreado
28807 \family default
28808 .
28809  El esquema del comando 
28810 \series bold
28811
28812 \backslash
28813 definecolor
28814 \series default
28815  se explica en la sección
28816 \begin_inset space ~
28817 \end_inset
28818
28819
28820 \begin_inset CommandInset ref
28821 LatexCommand ref
28822 reference "sec:Tablas-Coloreadas"
28823
28824 \end_inset
28825
28826 .
28827 \begin_inset Foot
28828 status collapsed
28829
28830 \begin_layout Plain Layout
28831 El comando 
28832 \series bold
28833
28834 \backslash
28835 definecolor
28836 \series default
28837  requiere el paquete LaTeX 
28838 \series bold
28839 color
28840 \series default
28841  en el preámbulo, véase la sección
28842 \begin_inset space ~
28843 \end_inset
28844
28845
28846 \begin_inset CommandInset ref
28847 LatexCommand ref
28848 reference "sec:Cuadros-Coloreados"
28849
28850 \end_inset
28851
28852 .
28853 \end_layout
28854
28855 \end_inset
28856
28857  Por ejemplo, la nota siguiente se define con los comandos en código TeX
28858 \end_layout
28859
28860 \begin_layout Standard
28861
28862 \series bold
28863
28864 \backslash
28865 setlength{
28866 \backslash
28867 fboxsep}{0.5cm}
28868 \series default
28869
28870 \begin_inset Newline newline
28871 \end_inset
28872
28873
28874 \series bold
28875
28876 \backslash
28877 definecolor{shadecolor}{cmyk}{0.5,0,1,0.5}
28878 \end_layout
28879
28880 \begin_layout Standard
28881 \begin_inset ERT
28882 status collapsed
28883
28884 \begin_layout Plain Layout
28885
28886
28887 \backslash
28888 setlength{
28889 \backslash
28890 fboxsep}{0.5cm}
28891 \end_layout
28892
28893 \begin_layout Plain Layout
28894
28895
28896 \backslash
28897 definecolor{shadecolor}{cmyk}{0.5,0,1,0.5}
28898 \end_layout
28899
28900 \end_inset
28901
28902
28903 \begin_inset Box Shaded
28904 position "t"
28905 hor_pos "c"
28906 has_inner_box 0
28907 inner_pos "t"
28908 use_parbox 0
28909 use_makebox 0
28910 width "100col%"
28911 special "none"
28912 height "1in"
28913 height_special "totalheight"
28914 status open
28915
28916 \begin_layout Plain Layout
28917
28918 \color yellow
28919 Texto amarillo en un cuadro con 
28920 \family sans
28921 fondo sombreado 
28922 \family default
28923  en color verde oscuro.
28924 \end_layout
28925
28926 \end_inset
28927
28928
28929 \begin_inset ERT
28930 status collapsed
28931
28932 \begin_layout Plain Layout
28933
28934
28935 \backslash
28936 setlength{
28937 \backslash
28938 fboxsep}{3pt}
28939 \end_layout
28940
28941 \begin_layout Plain Layout
28942
28943
28944 \backslash
28945 definecolor{shadecolor}{rgb}{1,0,0}
28946 \end_layout
28947
28948 \end_inset
28949
28950
28951 \end_layout
28952
28953 \begin_layout Standard
28954 \begin_inset VSpace bigskip
28955 \end_inset
28956
28957 Los cambios en las dimensiones son válidos para todos los cuadros que siguen
28958  a los comandos.
28959 \end_layout
28960
28961 \begin_layout Section
28962 Minipáginas
28963 \begin_inset CommandInset label
28964 LatexCommand label
28965 name "sec:Minipáginas"
28966
28967 \end_inset
28968
28969
28970 \begin_inset Index idx
28971 status collapsed
28972
28973 \begin_layout Plain Layout
28974 Cuadros ! Minipáginas
28975 \end_layout
28976
28977 \end_inset
28978
28979
28980 \end_layout
28981
28982 \begin_layout Standard
28983 Las minipáginas son tratadas por LaTeX como páginas dentro de páginas y
28984  por tanto pueden tener, por ejemplo, sus propias notas al pie.
28985 \end_layout
28986
28987 \begin_layout Standard
28988 Las minipáginas son útiles para escribir documentos en distintas lenguas.
28989 \end_layout
28990
28991 \begin_layout Standard
28992 A continuación hay dos ejemplos de minipáginas adosadas.
28993  Su anchura está puesta en 45
28994 \begin_inset space \thinspace{}
28995 \end_inset
28996
28997 % y separadas por un relleno horizontal, insertado vía el menú 
28998 \family sans
28999 Insertar\SpecialChar \menuseparator
29000 Formato\SpecialChar \menuseparator
29001 Relleno
29002 \begin_inset space ~
29003 \end_inset
29004
29005 horizontal
29006 \family default
29007 .
29008 \end_layout
29009
29010 \begin_layout Standard
29011 \begin_inset Box Frameless
29012 position "t"
29013 hor_pos "c"
29014 has_inner_box 1
29015 inner_pos "c"
29016 use_parbox 0
29017 use_makebox 0
29018 width "45col%"
29019 special "none"
29020 height "1in"
29021 height_special "totalheight"
29022 status open
29023
29024 \begin_layout Plain Layout
29025
29026 \lang german
29027 Dies ist ein deutscher Text.
29028  Dies ist ein deutscher Text.
29029  Dies ist ein deutscher Text.
29030  Dies ist ein deutscher Text.
29031  Dies ist ein deutscher Text.
29032  Dies ist ein deutscher Text.
29033  Dies ist ein deutscher Text.
29034  Dies ist ein deutscher Text.
29035  Dies ist ein deutscher Text.
29036  Dies ist ein deutscher Text.
29037  Dies ist ein deutscher Text.
29038  Dies ist ein deutscher Text.
29039  Dies ist ein deutscher Text
29040 \begin_inset Foot
29041 status collapsed
29042
29043 \begin_layout Plain Layout
29044
29045 \lang german
29046 Dies ist eine deutsche Fußnote.
29047 \end_layout
29048
29049 \end_inset
29050
29051 .
29052  Dies ist ein deutscher Text.
29053  Dies ist ein deutscher Text.
29054 \end_layout
29055
29056 \end_inset
29057
29058
29059 \begin_inset space \hfill{}
29060 \end_inset
29061
29062
29063 \begin_inset Box Frameless
29064 position "t"
29065 hor_pos "c"
29066 has_inner_box 1
29067 inner_pos "c"
29068 use_parbox 0
29069 use_makebox 0
29070 width "45col%"
29071 special "none"
29072 height "1in"
29073 height_special "totalheight"
29074 status open
29075
29076 \begin_layout Plain Layout
29077
29078 \lang english
29079 This is an English Text.
29080  This is an English Text.
29081  This is an English Text.
29082  This is an English Text.
29083  This is an English Text.
29084  This is an English Text.
29085  This is an English Text.
29086  This is an English Text.
29087  This is an English Text.
29088  This is an English Text.
29089  This is an English Text.
29090  This is an English Text.
29091  This is an English Text.
29092  This is an English Text.
29093  This is an English Text.
29094  This is an English Text.
29095 \begin_inset Foot
29096 status collapsed
29097
29098 \begin_layout Plain Layout
29099
29100 \lang english
29101 This is an English footnote.
29102 \end_layout
29103
29104 \end_inset
29105
29106  This is an English Text.
29107  
29108 \end_layout
29109
29110 \end_inset
29111
29112
29113 \end_layout
29114
29115 \begin_layout Standard
29116 \begin_inset VSpace bigskip
29117 \end_inset
29118
29119 La configuración global de párrafos se ignora en las minipáginas.
29120  Esto significa que en las mismas no habrá espacio entre párrafos aunque
29121  pongas p.
29122 \begin_inset space \thinspace{}
29123 \end_inset
29124
29125 e.
29126 \begin_inset space ~
29127 \end_inset
29128
29129
29130 \family sans
29131 Salto
29132 \begin_inset space ~
29133 \end_inset
29134
29135 medio
29136 \family default
29137  en la configuración del documento.
29138 \end_layout
29139
29140 \begin_layout Standard
29141 Las minipáginas también sirven para poner un color de fondo para partes
29142  de texto, véase sección
29143 \begin_inset space ~
29144 \end_inset
29145
29146
29147 \begin_inset CommandInset ref
29148 LatexCommand ref
29149 reference "sub:Color-en-Párrafos"
29150
29151 \end_inset
29152
29153 .
29154 \end_layout
29155
29156 \begin_layout Standard
29157 \begin_inset Note Greyedout
29158 status open
29159
29160 \begin_layout Plain Layout
29161
29162 \series bold
29163 Nota:
29164 \series default
29165  No puedes tener flotantes o notas al margen en minipáginas pero sí puedes
29166  tener minipáginas en tablas, flotantes, y otros cuadros.
29167 \end_layout
29168
29169 \end_inset
29170
29171
29172 \end_layout
29173
29174 \begin_layout Section
29175 Cuadros de párrafo
29176 \begin_inset CommandInset label
29177 LatexCommand label
29178 name "sec:Cuadros-de-Párrafo"
29179
29180 \end_inset
29181
29182
29183 \begin_inset Index idx
29184 status collapsed
29185
29186 \begin_layout Plain Layout
29187 Cuadros ! de párrafo
29188 \end_layout
29189
29190 \end_inset
29191
29192
29193 \end_layout
29194
29195 \begin_layout Standard
29196 Los cuadros de párrafo son similares a las minipáginas con la diferencia
29197  de que no pueden contener notas al pie.
29198   La diferencia principal es que las minipáginas no son verdaderos cuadros
29199  sino entornos de LaTeX.
29200 \end_layout
29201
29202 \begin_layout Standard
29203 \align center
29204 \begin_inset Box Frameless
29205 position "t"
29206 hor_pos "c"
29207 has_inner_box 1
29208 inner_pos "t"
29209 use_parbox 1
29210 use_makebox 0
29211 width "33col%"
29212 special "none"
29213 height "1in"
29214 height_special "totalheight"
29215 status collapsed
29216
29217 \begin_layout Plain Layout
29218 Texto en un cuadro de párrafo.
29219  Texto en un cuadro de párrafo.
29220  Esta nota no aparece:
29221 \begin_inset Foot
29222 status collapsed
29223
29224 \begin_layout Plain Layout
29225 Esta es una nota en cuadro de párrafo y por eso no aparecerá.
29226 \end_layout
29227
29228 \end_inset
29229
29230
29231 \end_layout
29232
29233 \end_inset
29234
29235
29236 \end_layout
29237
29238 \begin_layout Section
29239 Cuadros para palabras y caracteres
29240 \begin_inset Index idx
29241 status collapsed
29242
29243 \begin_layout Plain Layout
29244 Cuadros ! para palabras y caracteres
29245 \end_layout
29246
29247 \end_inset
29248
29249
29250 \end_layout
29251
29252 \begin_layout Subsection
29253 Evitar la partición de palabras
29254 \begin_inset CommandInset label
29255 LatexCommand label
29256 name "sec:Evitar-la-Partición"
29257
29258 \end_inset
29259
29260
29261 \begin_inset Index idx
29262 status collapsed
29263
29264 \begin_layout Plain Layout
29265 Cuadros ! para evitar la partición de palabras
29266 \end_layout
29267
29268 \end_inset
29269
29270
29271 \end_layout
29272
29273 \begin_layout Standard
29274
29275 \lang english
29276 You can use the box type 
29277 \family sans
29278 Makebox
29279 \family default
29280 \lang spanish
29281  para impedir que una palabra sea partida con guión.
29282 \begin_inset Newline newline
29283 \end_inset
29284
29285 He aquí un ejemplo:
29286 \end_layout
29287
29288 \begin_layout Standard
29289 Esta línea es un ejemplo para mostrar cómo evitar la división de «estalarguísima
29290 palabra».
29291 \end_layout
29292
29293 \begin_layout Standard
29294 Para evitar su división 
29295 \lang english
29296 of the word 
29297 \begin_inset Quotes eld
29298 \end_inset
29299
29300 veryverylongword
29301 \begin_inset Quotes erd
29302 \end_inset
29303
29304 , put the word into a box, set the 
29305 \family sans
29306 Inner
29307 \begin_inset space ~
29308 \end_inset
29309
29310 box
29311 \family default
29312  to 
29313 \family sans
29314 Makebox
29315 \family default
29316  and its width to 1
29317 \begin_inset space \thinspace{}
29318 \end_inset
29319
29320 Width.
29321 \end_layout
29322
29323 \begin_layout Standard
29324 Este es el resultado:
29325 \end_layout
29326
29327 \begin_layout Standard
29328 Esta línea es un ejemplo para mostrar cómo evitar la división de 
29329 \begin_inset Box Frameless
29330 position "t"
29331 hor_pos "c"
29332 has_inner_box 1
29333 inner_pos "t"
29334 use_parbox 0
29335 use_makebox 1
29336 width "1in"
29337 special "width"
29338 height "1in"
29339 height_special "totalheight"
29340 status open
29341
29342 \begin_layout Plain Layout
29343 «estalarguísimapalabra»
29344 \end_layout
29345
29346 \end_inset
29347
29348 .
29349 \end_layout
29350
29351 \begin_layout Standard
29352 Como alternativa puedes poner el comando «
29353 \series bold
29354
29355 \backslash
29356 -
29357 \series default
29358 » en código TeX directamente antes de la palabra:
29359 \end_layout
29360
29361 \begin_layout Standard
29362 Esta línea es un ejemplo para mostrar cómo evitar la división de «
29363 \begin_inset ERT
29364 status collapsed
29365
29366 \begin_layout Plain Layout
29367
29368
29369 \backslash
29370 -
29371 \end_layout
29372
29373 \end_inset
29374
29375 estalarguísimapalabra».
29376 \end_layout
29377
29378 \begin_layout Standard
29379 Por supuesto, la palabra sobresale del margen.
29380  Para evitarlo añade, con el menú 
29381 \family sans
29382 Insertar\SpecialChar \menuseparator
29383 Formato\SpecialChar \menuseparator
29384 Salto
29385 \begin_inset space ~
29386 \end_inset
29387
29388 de
29389 \begin_inset space ~
29390 \end_inset
29391
29392
29393 \family default
29394 línea (atajo 
29395 \family sans
29396 Ctrl+Retorno
29397 \family default
29398 ), un salto de línea antes de la palabra:
29399 \end_layout
29400
29401 \begin_layout Standard
29402 Esta línea es un ejemplo para mostrar cómo prevenir la división de 
29403 \begin_inset Newline newline
29404 \end_inset
29405
29406
29407 \begin_inset Box Frameless
29408 position "t"
29409 hor_pos "c"
29410 has_inner_box 1
29411 inner_pos "t"
29412 use_parbox 0
29413 use_makebox 1
29414 width "1in"
29415 special "width"
29416 height "1in"
29417 height_special "totalheight"
29418 status open
29419
29420 \begin_layout Plain Layout
29421 «estalarguísimapalabra»
29422 \end_layout
29423
29424 \end_inset
29425
29426 .
29427 \end_layout
29428
29429 \begin_layout Subsection
29430 Alineación vertical
29431 \begin_inset CommandInset label
29432 LatexCommand label
29433 name "sub:Alineación-Vertical"
29434
29435 \end_inset
29436
29437
29438 \begin_inset Index idx
29439 status collapsed
29440
29441 \begin_layout Plain Layout
29442 Cuadros ! para alineación vertical
29443 \end_layout
29444
29445 \end_inset
29446
29447
29448 \end_layout
29449
29450 \begin_layout Standard
29451 Con ayuda del comando 
29452 \series bold
29453
29454 \backslash
29455 raisebox
29456 \series default
29457  puedes alinear verticalmente con el texto circundante palabras o caracteres.
29458  
29459 \series bold
29460
29461 \backslash
29462 raisebox
29463 \series default
29464  se utiliza según el esquema:
29465 \end_layout
29466
29467 \begin_layout Standard
29468
29469 \series bold
29470
29471 \backslash
29472 raisebox{elevación}[altura][profundidad]{contenido del cuadro}
29473 \end_layout
29474
29475 \begin_layout Standard
29476 La elevación puede ser un valor positivo para subir el cuadro o negativo
29477  para bajarlo.
29478 \end_layout
29479
29480 \begin_layout Standard
29481 Para alinear una palabra, p.
29482 \begin_inset space \thinspace{}
29483 \end_inset
29484
29485 e
29486 \begin_inset space ~
29487 \end_inset
29488
29489 «prevención» para que la parte inferior de la letra más «profunda» «p» esté
29490  en la línea de base, inserta el comando
29491 \end_layout
29492
29493 \begin_layout Standard
29494
29495 \series bold
29496
29497 \backslash
29498 raisebox{
29499 \backslash
29500 depth}{
29501 \end_layout
29502
29503 \begin_layout Standard
29504 en código TeX antes de la palabra.
29505  Detrás de la palabra inserta una llave de cierre «
29506 \series bold
29507 }
29508 \series default
29509 » en código TeX.
29510 \begin_inset Newline newline
29511 \end_inset
29512
29513 Este es el resultado:
29514 \end_layout
29515
29516 \begin_layout Standard
29517 Esto es una línea de texto con la palabra 
29518 \begin_inset ERT
29519 status collapsed
29520
29521 \begin_layout Plain Layout
29522
29523
29524 \backslash
29525 raisebox{
29526 \backslash
29527 depth}{
29528 \end_layout
29529
29530 \end_inset
29531
29532 «prevención»
29533 \begin_inset ERT
29534 status collapsed
29535
29536 \begin_layout Plain Layout
29537
29538 }
29539 \end_layout
29540
29541 \end_inset
29542
29543  elevada.
29544 \end_layout
29545
29546 \begin_layout Standard
29547 \begin_inset VSpace bigskip
29548 \end_inset
29549
29550 Al subir o bajar caracteres en una línea, se modifica el espacio entre líneas:
29551 \end_layout
29552
29553 \begin_layout Standard
29554 Esto es una línea de texto con la palabra 
29555 \begin_inset ERT
29556 status collapsed
29557
29558 \begin_layout Plain Layout
29559
29560
29561 \backslash
29562 raisebox{-
29563 \backslash
29564 depth}{
29565 \end_layout
29566
29567 \end_inset
29568
29569 «prevención»
29570 \begin_inset ERT
29571 status collapsed
29572
29573 \begin_layout Plain Layout
29574
29575 }
29576 \end_layout
29577
29578 \end_inset
29579
29580  bajada.
29581 \begin_inset Newline newline
29582 \end_inset
29583
29584 Esto es una línea de texto con la palabra 
29585 \begin_inset ERT
29586 status collapsed
29587
29588 \begin_layout Plain Layout
29589
29590
29591 \backslash
29592 raisebox{0.5cm}{
29593 \end_layout
29594
29595 \end_inset
29596
29597 «testigo»
29598 \begin_inset ERT
29599 status collapsed
29600
29601 \begin_layout Plain Layout
29602
29603 }
29604 \end_layout
29605
29606 \end_inset
29607
29608  elevada.
29609 \end_layout
29610
29611 \begin_layout Standard
29612 Si por alguna razón quieres impedir esto, pon la altura de cuadro a cero.
29613  Por ejemplo
29614 \end_layout
29615
29616 \begin_layout Standard
29617
29618 \series bold
29619
29620 \backslash
29621 raisebox{-
29622 \backslash
29623 depth}[0pt]{
29624 \end_layout
29625
29626 \begin_layout Standard
29627 Esto es una línea de texto con la palabra 
29628 \begin_inset ERT
29629 status collapsed
29630
29631 \begin_layout Plain Layout
29632
29633
29634 \backslash
29635 raisebox{-
29636 \backslash
29637 depth}[0pt]{
29638 \end_layout
29639
29640 \end_inset
29641
29642 «prevención»
29643 \begin_inset ERT
29644 status collapsed
29645
29646 \begin_layout Plain Layout
29647
29648 }
29649 \end_layout
29650
29651 \end_inset
29652
29653  bajada.
29654 \begin_inset Newline newline
29655 \end_inset
29656
29657 Esto es una línea de texto con la palabra 
29658 \begin_inset ERT
29659 status collapsed
29660
29661 \begin_layout Plain Layout
29662
29663
29664 \backslash
29665 raisebox{0.5cm}[0pt]{
29666 \end_layout
29667
29668 \end_inset
29669
29670 «testigo»
29671 \begin_inset ERT
29672 status collapsed
29673
29674 \begin_layout Plain Layout
29675
29676 }
29677 \end_layout
29678
29679 \end_inset
29680
29681  elevada.
29682 \end_layout
29683
29684 \begin_layout Section
29685 Cuadros coloreados
29686 \begin_inset CommandInset label
29687 LatexCommand label
29688 name "sec:Cuadros-Coloreados"
29689
29690 \end_inset
29691
29692
29693 \begin_inset Index idx
29694 status collapsed
29695
29696 \begin_layout Plain Layout
29697 Cuadros ! Color
29698 \end_layout
29699
29700 \end_inset
29701
29702
29703 \end_layout
29704
29705 \begin_layout Subsection
29706 Color en texto
29707 \begin_inset Index idx
29708 status collapsed
29709
29710 \begin_layout Plain Layout
29711 Color ! en texto
29712 \end_layout
29713
29714 \end_inset
29715
29716
29717 \end_layout
29718
29719 \begin_layout Standard
29720 Para colorear el fondo de un texto, éste debe ponerse en un cuadro coloreado.
29721  Esto requiere cargar el paquete LaTeX 
29722 \series bold
29723 color
29724 \series default
29725
29726 \begin_inset Index idx
29727 status collapsed
29728
29729 \begin_layout Plain Layout
29730 LaTeX-paquetes ! color
29731 \end_layout
29732
29733 \end_inset
29734
29735  en el preámbulo del documento con
29736 \end_layout
29737
29738 \begin_layout Standard
29739
29740 \series bold
29741
29742 \backslash
29743 @ifundef\SpecialChar \textcompwordmark{}
29744 ined{textcolor}
29745 \begin_inset Newline newline
29746 \end_inset
29747
29748
29749 \begin_inset Phantom HPhantom
29750 status open
29751
29752 \begin_layout Plain Layout
29753
29754 \series bold
29755 \begin_inset space ~
29756 \end_inset
29757
29758
29759 \end_layout
29760
29761 \end_inset
29762
29763 {
29764 \backslash
29765 usepackage{color}}{}
29766 \end_layout
29767
29768 \begin_layout Standard
29769 LyX cargará automáticamente el paquete 
29770 \series bold
29771 color
29772 \series default
29773  cuando colorees texto.
29774 \begin_inset Foot
29775 status collapsed
29776
29777 \begin_layout Plain Layout
29778 Para evitar cargarlo dos veces se usa el comando 
29779 \series bold
29780
29781 \backslash
29782 @ifundef\SpecialChar \textcompwordmark{}
29783 ined
29784 \series default
29785 .
29786 \end_layout
29787
29788 \end_inset
29789
29790
29791 \end_layout
29792
29793 \begin_layout Standard
29794 \begin_inset VSpace medskip
29795 \end_inset
29796
29797 Los cuadros coloreados se crean con el comando 
29798 \series bold
29799
29800 \backslash
29801 colorbox
29802 \series default
29803 , de acuerdo con el siguiente esquema:
29804 \end_layout
29805
29806 \begin_layout Standard
29807
29808 \series bold
29809
29810 \backslash
29811 colorbox{color}{contenido del cuadro}
29812 \end_layout
29813
29814 \begin_layout Standard
29815 El contenido también puede ser un cuadro y los cuadros coloreados también
29816  pueden estar en otros cuadros.
29817 \end_layout
29818
29819 \begin_layout Standard
29820 Los siguientes colores están predefinidos:
29821 \begin_inset Newline newline
29822 \end_inset
29823
29824
29825 \family sans
29826 red
29827 \family default
29828
29829 \family sans
29830 green
29831 \family default
29832
29833 \family sans
29834 yellow, blue
29835 \family default
29836
29837 \family sans
29838 cyan
29839 \family default
29840 \series bold
29841 ,
29842 \series default
29843  
29844 \family sans
29845 magenta, black
29846 \family default
29847
29848 \family sans
29849 white
29850 \family default
29851 .
29852 \begin_inset Newline newline
29853 \end_inset
29854
29855 También puedes definir tus propios colores según se explica en la sección
29856 \begin_inset space ~
29857 \end_inset
29858
29859
29860 \begin_inset CommandInset ref
29861 LatexCommand ref
29862 reference "sec:Tablas-Coloreadas"
29863
29864 \end_inset
29865
29866 .
29867 \end_layout
29868
29869 \begin_layout Standard
29870 Por ejemplo, para poner fondo rojo a una palabra, inserta el comando
29871 \end_layout
29872
29873 \begin_layout Standard
29874
29875 \series bold
29876
29877 \backslash
29878 colorbox{red}{
29879 \end_layout
29880
29881 \begin_layout Standard
29882 en código TeX antes de la palabra.
29883  Tras la palabra inserta una llave de cierre «
29884 \series bold
29885 }
29886 \series default
29887 » en código TeX.
29888 \begin_inset Newline newline
29889 \end_inset
29890
29891 Este es el resultado:
29892 \end_layout
29893
29894 \begin_layout Standard
29895 Línea en la que la palabra 
29896 \begin_inset ERT
29897 status collapsed
29898
29899 \begin_layout Plain Layout
29900
29901
29902 \backslash
29903 colorbox{red}{
29904 \end_layout
29905
29906 \end_inset
29907
29908 «¡Atención!»
29909 \begin_inset ERT
29910 status collapsed
29911
29912 \begin_layout Plain Layout
29913
29914 }
29915 \end_layout
29916
29917 \end_inset
29918
29919  tiene fondo rojo.
29920 \end_layout
29921
29922 \begin_layout Standard
29923 \begin_inset VSpace bigskip
29924 \end_inset
29925
29926 Si quieres un marco de distinto color, puedes emplear el comando 
29927 \series bold
29928
29929 \backslash
29930 fcolorbox
29931 \series default
29932  con el esquema siguiente:
29933 \end_layout
29934
29935 \begin_layout Standard
29936
29937 \series bold
29938
29939 \backslash
29940 fcolorbox{color del marco}{color del cuadro}{contenido del cuadro}
29941 \end_layout
29942
29943 \begin_layout Standard
29944
29945 \series bold
29946
29947 \backslash
29948 fcolorbox
29949 \series default
29950  es una extensión de 
29951 \series bold
29952
29953 \backslash
29954 colorbox
29955 \series default
29956 .
29957  El grosor del marco y el espacio entre él y el contenido se puede ajustar
29958  con las longitudes 
29959 \series bold
29960
29961 \backslash
29962 fboxrule
29963 \series default
29964  y 
29965 \series bold
29966
29967 \backslash
29968 fboxsep
29969 \series default
29970 , respectivamente, como se describe en la sección
29971 \begin_inset space ~
29972 \end_inset
29973
29974
29975 \begin_inset CommandInset ref
29976 LatexCommand ref
29977 reference "sec:Decoración"
29978
29979 \end_inset
29980
29981 .
29982 \end_layout
29983
29984 \begin_layout Standard
29985 Para el ejemplo siguiente se ha utilizado el comando
29986 \end_layout
29987
29988 \begin_layout Standard
29989
29990 \series bold
29991
29992 \backslash
29993 fcolorbox{cyan}{magenta}{
29994 \end_layout
29995
29996 \begin_layout Standard
29997 Este es un ejemplo en el que se ha puesto un grosor de 1
29998 \begin_inset space \thinspace{}
29999 \end_inset
30000
30001 mm para la línea del marco:
30002 \begin_inset Newline newline
30003 \end_inset
30004
30005
30006 \begin_inset ERT
30007 status collapsed
30008
30009 \begin_layout Plain Layout
30010
30011
30012 \backslash
30013 fboxrule 1mm 
30014 \backslash
30015 fboxsep 1mm
30016 \end_layout
30017
30018 \end_inset
30019
30020
30021 \begin_inset ERT
30022 status collapsed
30023
30024 \begin_layout Plain Layout
30025
30026
30027 \backslash
30028 fcolorbox{cyan}{magenta}{
30029 \end_layout
30030
30031 \end_inset
30032
30033 Texto en un marco coloreado y enmarcado.
30034 \begin_inset ERT
30035 status collapsed
30036
30037 \begin_layout Plain Layout
30038
30039 }
30040 \end_layout
30041
30042 \end_inset
30043
30044
30045 \end_layout
30046
30047 \begin_layout Standard
30048 \begin_inset VSpace bigskip
30049 \end_inset
30050
30051 Por supuesto también puedes colorear el texto en un marco coloreado:
30052 \begin_inset Newline newline
30053 \end_inset
30054
30055
30056 \begin_inset ERT
30057 status collapsed
30058
30059 \begin_layout Plain Layout
30060
30061
30062 \backslash
30063 fcolorbox{cyan}{magenta}{
30064 \end_layout
30065
30066 \end_inset
30067
30068
30069 \color yellow
30070 Texto coloreado en un marco sombreado y coloreado.
30071 \color none
30072
30073 \begin_inset ERT
30074 status collapsed
30075
30076 \begin_layout Plain Layout
30077
30078 }
30079 \end_layout
30080
30081 \end_inset
30082
30083
30084 \begin_inset ERT
30085 status collapsed
30086
30087 \begin_layout Plain Layout
30088
30089
30090 \backslash
30091 fboxrule 0.4pt 
30092 \backslash
30093 fboxsep 3pt
30094 \end_layout
30095
30096 \end_inset
30097
30098
30099 \end_layout
30100
30101 \begin_layout Standard
30102
30103 \series bold
30104 \begin_inset VSpace medskip
30105 \end_inset
30106
30107
30108 \end_layout
30109
30110 \begin_layout Standard
30111 \begin_inset Note Greyedout
30112 status open
30113
30114 \begin_layout Plain Layout
30115
30116 \series bold
30117 Nota:
30118 \series default
30119  El texto en cuadros coloreados no puede tener saltos de línea.
30120  Para colorear líneas o párrafos múltiples, usa un cuadro dentro de un cuadro
30121  coloreado como se describe a continuación.
30122 \end_layout
30123
30124 \end_inset
30125
30126
30127 \end_layout
30128
30129 \begin_layout Subsection
30130 Color en párrafos
30131 \begin_inset CommandInset label
30132 LatexCommand label
30133 name "sub:Color-en-Párrafos"
30134
30135 \end_inset
30136
30137
30138 \begin_inset Index idx
30139 status collapsed
30140
30141 \begin_layout Plain Layout
30142 Color ! en párrafos
30143 \end_layout
30144
30145 \end_inset
30146
30147
30148 \end_layout
30149
30150 \begin_layout Standard
30151 Para poner color de fondo en más de una línea, pon el texto en una minipágina.
30152  Antes de la minipágina inserta el comando 
30153 \series bold
30154
30155 \backslash
30156 colorbox
30157 \series default
30158  en código TeX
30159 \end_layout
30160
30161 \begin_layout Standard
30162
30163 \series bold
30164
30165 \backslash
30166 colorbox{color}{
30167 \end_layout
30168
30169 \begin_layout Standard
30170  Detrás de la minipágina inserta una llave de cierre «
30171 \series bold
30172 }
30173 \series default
30174 », también en código TeX.
30175 \end_layout
30176
30177 \begin_layout Standard
30178 \begin_inset ERT
30179 status collapsed
30180
30181 \begin_layout Plain Layout
30182
30183
30184 \backslash
30185 colorbox{grisclaro}{
30186 \end_layout
30187
30188 \end_inset
30189
30190
30191 \begin_inset Box Frameless
30192 position "t"
30193 hor_pos "c"
30194 has_inner_box 1
30195 inner_pos "t"
30196 use_parbox 0
30197 use_makebox 0
30198 width "100col%"
30199 special "none"
30200 height "1in"
30201 height_special "totalheight"
30202 status collapsed
30203
30204 \begin_layout Plain Layout
30205 Texto con color de fondo.
30206  Texto con color de fondo.
30207 \end_layout
30208
30209 \begin_layout Plain Layout
30210 \begin_inset VSpace defskip
30211 \end_inset
30212
30213 El texto puede tener notas al pie
30214 \begin_inset Foot
30215 status collapsed
30216
30217 \begin_layout Plain Layout
30218 Otro ejemplo de nota
30219 \end_layout
30220
30221 \end_inset
30222
30223  y puede incluir tablas y figuras.
30224 \end_layout
30225
30226 \begin_layout Plain Layout
30227 \align center
30228 \begin_inset Tabular
30229 <lyxtabular version="3" rows="3" columns="3">
30230 <features tabularvalignment="middle">
30231 <column alignment="center" valignment="top" width="0">
30232 <column alignment="center" valignment="top" width="0">
30233 <column alignment="center" valignment="top" width="0">
30234 <row>
30235 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
30236 \begin_inset Text
30237
30238 \begin_layout Plain Layout
30239 a
30240 \end_layout
30241
30242 \end_inset
30243 </cell>
30244 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
30245 \begin_inset Text
30246
30247 \begin_layout Plain Layout
30248 !
30249 \end_layout
30250
30251 \end_inset
30252 </cell>
30253 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
30254 \begin_inset Text
30255
30256 \begin_layout Plain Layout
30257 3
30258 \end_layout
30259
30260 \end_inset
30261 </cell>
30262 </row>
30263 <row>
30264 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
30265 \begin_inset Text
30266
30267 \begin_layout Plain Layout
30268 <
30269 \end_layout
30270
30271 \end_inset
30272 </cell>
30273 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
30274 \begin_inset Text
30275
30276 \begin_layout Plain Layout
30277 b2
30278 \begin_inset Quotes erd
30279 \end_inset
30280
30281 |
30282 \end_layout
30283
30284 \end_inset
30285 </cell>
30286 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
30287 \begin_inset Text
30288
30289 \begin_layout Plain Layout
30290 >
30291 \end_layout
30292
30293 \end_inset
30294 </cell>
30295 </row>
30296 <row>
30297 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
30298 \begin_inset Text
30299
30300 \begin_layout Plain Layout
30301 1
30302 \end_layout
30303
30304 \end_inset
30305 </cell>
30306 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
30307 \begin_inset Text
30308
30309 \begin_layout Plain Layout
30310 §
30311 \end_layout
30312
30313 \end_inset
30314 </cell>
30315 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
30316 \begin_inset Text
30317
30318 \begin_layout Plain Layout
30319 c
30320 \end_layout
30321
30322 \end_inset
30323 </cell>
30324 </row>
30325 </lyxtabular>
30326
30327 \end_inset
30328
30329
30330 \end_layout
30331
30332 \end_inset
30333
30334
30335 \begin_inset ERT
30336 status collapsed
30337
30338 \begin_layout Plain Layout
30339
30340 }
30341 \end_layout
30342
30343 \end_inset
30344
30345
30346 \end_layout
30347
30348 \begin_layout Section
30349 Cuadros rotados y escalados
30350 \end_layout
30351
30352 \begin_layout Standard
30353 Para poder usar los comandos descritos en esta sección hay que cargar el
30354  paquete LaTeX 
30355 \series bold
30356 graphicx
30357 \series default
30358
30359 \begin_inset Index idx
30360 status collapsed
30361
30362 \begin_layout Plain Layout
30363 LaTeX-paquetes ! graphicx
30364 \end_layout
30365
30366 \end_inset
30367
30368  en el preámbulo del documento, con el comando
30369 \end_layout
30370
30371 \begin_layout Standard
30372
30373 \series bold
30374
30375 \backslash
30376 @ifundefined{rotatebox}
30377 \begin_inset Newline newline
30378 \end_inset
30379
30380
30381 \begin_inset Phantom HPhantom
30382 status open
30383
30384 \begin_layout Plain Layout
30385
30386 \series bold
30387 \begin_inset space ~
30388 \end_inset
30389
30390
30391 \end_layout
30392
30393 \end_inset
30394
30395 {
30396 \backslash
30397 usepackage{graphicx}}{}
30398 \end_layout
30399
30400 \begin_layout Standard
30401 \begin_inset Note Greyedout
30402 status open
30403
30404 \begin_layout Plain Layout
30405
30406 \series bold
30407 Nota: 
30408 \series default
30409 Algunos visores DVI no pueden mostrar material rotado o escalado.
30410 \end_layout
30411
30412 \end_inset
30413
30414
30415 \end_layout
30416
30417 \begin_layout Standard
30418 \begin_inset Note Greyedout
30419 status open
30420
30421 \begin_layout Plain Layout
30422
30423 \series bold
30424 Nota:
30425 \series default
30426  Los cuadros rotados o escalados no pueden contener flotantes.
30427 \end_layout
30428
30429 \end_inset
30430
30431
30432 \end_layout
30433
30434 \begin_layout Subsection
30435 Cuadros rotados
30436 \begin_inset Index idx
30437 status collapsed
30438
30439 \begin_layout Plain Layout
30440 Cuadros ! Rotar
30441 \end_layout
30442
30443 \end_inset
30444
30445
30446 \begin_inset Index idx
30447 status collapsed
30448
30449 \begin_layout Plain Layout
30450 Material rotado
30451 \end_layout
30452
30453 \end_inset
30454
30455
30456 \begin_inset Index idx
30457 status collapsed
30458
30459 \begin_layout Plain Layout
30460 Figuras ! Rotar
30461 \end_layout
30462
30463 \end_inset
30464
30465
30466 \begin_inset Index idx
30467 status collapsed
30468
30469 \begin_layout Plain Layout
30470 Tablas ! Rotar
30471 \end_layout
30472
30473 \end_inset
30474
30475
30476 \end_layout
30477
30478 \begin_layout Standard
30479 Para rotar material debes ponerlo en un cuadro rotado.
30480  Los cuadros rotados se crean con el comando 
30481 \series bold
30482
30483 \backslash
30484 rotatebox
30485 \series default
30486  en código TeX, según el esquema:
30487 \end_layout
30488
30489 \begin_layout Standard
30490
30491 \series bold
30492
30493 \backslash
30494 rotatebox[origen de rotación]{ángulo de rotación}{contenido del cuadro}
30495 \end_layout
30496
30497 \begin_layout Standard
30498 El origen de rotación se especifica en la forma 
30499 \series bold
30500 origin=position
30501 \series default
30502 .
30503  Son posibles las posiciones siguientes: 
30504 \emph on
30505 c
30506 \emph default
30507  (center), 
30508 \emph on
30509 l
30510 \emph default
30511  (left), 
30512 \emph on
30513 r
30514 \emph default
30515  (right), 
30516 \emph on
30517 b
30518 \emph default
30519  (bottom), 
30520 \emph on
30521 t
30522 \emph default
30523  (top), así como combinaciones adecuadas de las posiciones básicas.
30524  Por ejemplo, 
30525 \emph on
30526 lt
30527 \emph default
30528  significa que el origen de rotación es la esquina superior izquierda del
30529  cuadro.
30530  Si no se especifica origen de rotación se usará la posición 
30531 \emph on
30532 l
30533 \emph default
30534 .
30535  El ángulo de rotación es un número de grados, y puede ser negativo.
30536  El sentido de giro es contrario al de las agujas del reloj.
30537 \end_layout
30538
30539 \begin_layout Standard
30540 En el siguiente ejemplo se ha insertado el comando 
30541 \series bold
30542
30543 \backslash
30544 rotatebox[origin=c]{60}{ 
30545 \series default
30546 como código TeX delante del texto «con rotación»; después del texto, el
30547  cuadro se ha cerrado con llave de cierre en código TeX.
30548 \end_layout
30549
30550 \begin_layout Standard
30551 Esta línea contiene texto 
30552 \begin_inset ERT
30553 status collapsed
30554
30555 \begin_layout Plain Layout
30556
30557
30558 \backslash
30559 rotatebox[origin=c]{60}{
30560 \end_layout
30561
30562 \end_inset
30563
30564 con rotación
30565 \begin_inset ERT
30566 status collapsed
30567
30568 \begin_layout Plain Layout
30569
30570 }
30571 \end_layout
30572
30573 \end_inset
30574
30575 .
30576 \end_layout
30577
30578 \begin_layout Standard
30579 El contenido del cuadro puede ser también otro cuadro o una ecuación en
30580  línea:
30581 \end_layout
30582
30583 \begin_layout Standard
30584 En esta línea hay texto enmarcado 
30585 \begin_inset ERT
30586 status collapsed
30587
30588 \begin_layout Plain Layout
30589
30590
30591 \backslash
30592 rotatebox[origin=r]{-60}{
30593 \end_layout
30594
30595 \end_inset
30596
30597
30598 \begin_inset Box Doublebox
30599 position "c"
30600 hor_pos "c"
30601 has_inner_box 0
30602 inner_pos "c"
30603 use_parbox 0
30604 use_makebox 0
30605 width "1in"
30606 special "width"
30607 height "1in"
30608 height_special "totalheight"
30609 status open
30610
30611 \begin_layout Plain Layout
30612 con rotación
30613 \end_layout
30614
30615 \end_inset
30616
30617
30618 \begin_inset ERT
30619 status collapsed
30620
30621 \begin_layout Plain Layout
30622
30623 }
30624 \end_layout
30625
30626 \end_inset
30627
30628  y 
30629 \begin_inset ERT
30630 status collapsed
30631
30632 \begin_layout Plain Layout
30633
30634
30635 \backslash
30636 rotatebox[origin=lb]{60}{
30637 \end_layout
30638
30639 \end_inset
30640
30641
30642 \begin_inset Formula $\int A\,\mathrm{d}x=B$
30643 \end_inset
30644
30645
30646 \begin_inset ERT
30647 status collapsed
30648
30649 \begin_layout Plain Layout
30650
30651 }
30652 \end_layout
30653
30654 \end_inset
30655
30656  una ecuación.
30657 \end_layout
30658
30659 \begin_layout Standard
30660 O una imagen o una tabla:
30661 \end_layout
30662
30663 \begin_layout Standard
30664 Aquí hay una imagen girada 
30665 \begin_inset ERT
30666 status collapsed
30667
30668 \begin_layout Plain Layout
30669
30670
30671 \backslash
30672 rotatebox[origin=lb]{90}{
30673 \end_layout
30674
30675 \end_inset
30676
30677
30678 \begin_inset Graphics
30679         filename ../clipart/platypus.eps
30680         lyxscale 50
30681         width 25col%
30682
30683 \end_inset
30684
30685
30686 \begin_inset ERT
30687 status collapsed
30688
30689 \begin_layout Plain Layout
30690
30691 }
30692 \end_layout
30693
30694 \end_inset
30695
30696  y una tabla girada 
30697 \begin_inset ERT
30698 status collapsed
30699
30700 \begin_layout Plain Layout
30701
30702
30703 \backslash
30704 rotatebox[origin=l]{-90}{
30705 \end_layout
30706
30707 \end_inset
30708
30709
30710 \begin_inset Tabular
30711 <lyxtabular version="3" rows="2" columns="2">
30712 <features tabularvalignment="middle">
30713 <column alignment="center" valignment="top" width="0">
30714 <column alignment="center" valignment="top" width="0">
30715 <row>
30716 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
30717 \begin_inset Text
30718
30719 \begin_layout Plain Layout
30720 q
30721 \end_layout
30722
30723 \end_inset
30724 </cell>
30725 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
30726 \begin_inset Text
30727
30728 \begin_layout Plain Layout
30729 w
30730 \end_layout
30731
30732 \end_inset
30733 </cell>
30734 </row>
30735 <row>
30736 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
30737 \begin_inset Text
30738
30739 \begin_layout Plain Layout
30740 e
30741 \end_layout
30742
30743 \end_inset
30744 </cell>
30745 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
30746 \begin_inset Text
30747
30748 \begin_layout Plain Layout
30749 r
30750 \end_layout
30751
30752 \end_inset
30753 </cell>
30754 </row>
30755 </lyxtabular>
30756
30757 \end_inset
30758
30759
30760 \begin_inset ERT
30761 status collapsed
30762
30763 \begin_layout Plain Layout
30764
30765 }
30766 \end_layout
30767
30768 \end_inset
30769
30770
30771 \end_layout
30772
30773 \begin_layout Subsection
30774 Cuadros escalados
30775 \begin_inset Index idx
30776 status collapsed
30777
30778 \begin_layout Plain Layout
30779 Cuadros ! Escalar
30780 \end_layout
30781
30782 \end_inset
30783
30784
30785 \begin_inset Index idx
30786 status collapsed
30787
30788 \begin_layout Plain Layout
30789 Material escalado
30790 \end_layout
30791
30792 \end_inset
30793
30794
30795 \begin_inset Index idx
30796 status collapsed
30797
30798 \begin_layout Plain Layout
30799 Figuras ! Escalar
30800 \end_layout
30801
30802 \end_inset
30803
30804
30805 \begin_inset Index idx
30806 status collapsed
30807
30808 \begin_layout Plain Layout
30809 Tablas ! Escalar
30810 \end_layout
30811
30812 \end_inset
30813
30814
30815 \end_layout
30816
30817 \begin_layout Standard
30818 Para escalar material se pueden usar los comandos 
30819 \series bold
30820
30821 \backslash
30822 scalebox
30823 \series default
30824  y 
30825 \series bold
30826
30827 \backslash
30828 resizebox 
30829 \series default
30830 en código TeX.
30831 \end_layout
30832
30833 \begin_layout Standard
30834
30835 \series bold
30836
30837 \backslash
30838 scalebox
30839 \series default
30840  se usa con el esquema siguiente:
30841 \end_layout
30842
30843 \begin_layout Standard
30844
30845 \series bold
30846
30847 \backslash
30848 scalebox{horizontal}[vertical]{contenido del cuadro}
30849 \end_layout
30850
30851 \begin_layout Standard
30852 Horizontal y vertical son los factores de escala correspondientes.
30853  Si no se especifica factor vertical, su valor será el mismo que el factor
30854  de escala horizontal.
30855  
30856 \end_layout
30857
30858 \begin_layout Standard
30859 Por ejemplo, el comando 
30860 \series bold
30861
30862 \backslash
30863 scalebox{2}{Hola} 
30864 \series default
30865 crea un 
30866 \begin_inset ERT
30867 status collapsed
30868
30869 \begin_layout Plain Layout
30870
30871
30872 \backslash
30873 scalebox{2}{
30874 \end_layout
30875
30876 \end_inset
30877
30878 Hola
30879 \begin_inset ERT
30880 status collapsed
30881
30882 \begin_layout Plain Layout
30883
30884 }
30885 \end_layout
30886
30887 \end_inset
30888
30889  de doble tamaño que el texto normal del documento.
30890 \end_layout
30891
30892 \begin_layout Standard
30893 El comando 
30894 \series bold
30895
30896 \backslash
30897 scalebox{2}[1]{Hola} 
30898 \series default
30899 distorsiona el 
30900 \begin_inset ERT
30901 status collapsed
30902
30903 \begin_layout Plain Layout
30904
30905
30906 \backslash
30907 scalebox{2}[1]{
30908 \end_layout
30909
30910 \end_inset
30911
30912 Hola
30913 \begin_inset ERT
30914 status collapsed
30915
30916 \begin_layout Plain Layout
30917
30918 }
30919 \end_layout
30920
30921 \end_inset
30922
30923 .
30924 \end_layout
30925
30926 \begin_layout Standard
30927 Si un factor de escala es negativo el contenido del cuadro es reflejado.
30928  Por eso el comando 
30929 \series bold
30930
30931 \backslash
30932 scalebox{-1}[1]{Hola} 
30933 \series default
30934 puede usarse para reflejar un texto: 
30935 \begin_inset ERT
30936 status collapsed
30937
30938 \begin_layout Plain Layout
30939
30940
30941 \backslash
30942 scalebox{-1}[1]{
30943 \end_layout
30944
30945 \end_inset
30946
30947 Hola
30948 \begin_inset ERT
30949 status collapsed
30950
30951 \begin_layout Plain Layout
30952
30953 }
30954 \end_layout
30955
30956 \end_inset
30957
30958 .
30959 \end_layout
30960
30961 \begin_layout Standard
30962
30963 \series bold
30964
30965 \backslash
30966 scalebox{1}[-1]{Hola} 
30967 \series default
30968 refleja el 
30969 \begin_inset ERT
30970 status collapsed
30971
30972 \begin_layout Plain Layout
30973
30974
30975 \backslash
30976 scalebox{1}[-1]{
30977 \end_layout
30978
30979 \end_inset
30980
30981 Hola
30982 \begin_inset ERT
30983 status collapsed
30984
30985 \begin_layout Plain Layout
30986
30987 }
30988 \end_layout
30989
30990 \end_inset
30991
30992  sobre la base.
30993 \end_layout
30994
30995 \begin_layout Standard
30996 El comando 
30997 \series bold
30998
30999 \backslash
31000 scalebox{-1}[1]{contenido del cuadro} 
31001 \series default
31002 puede sustituirse por 
31003 \series bold
31004
31005 \begin_inset Newline newline
31006 \end_inset
31007
31008
31009 \backslash
31010 reflectbox{contenido del cuadro}
31011 \begin_inset VSpace defskip
31012 \end_inset
31013
31014
31015 \end_layout
31016
31017 \begin_layout Standard
31018 El comando 
31019 \series bold
31020
31021 \backslash
31022 resizebox
31023 \series default
31024  sirve para escalar el cuadro a una altura y anchura definidas, según el
31025  esquema:
31026 \end_layout
31027
31028 \begin_layout Standard
31029
31030 \series bold
31031
31032 \backslash
31033 resizebox{anchura}{altura}{contenido del cuadro}
31034 \end_layout
31035
31036 \begin_layout Standard
31037 Si uno de los argumentos del comando es un signo de exclamación, 
31038 \series bold
31039 !
31040 \series default
31041 , la escala se produce de forma que se mantiene la relación de las dimensiones
31042  originales del contenido del cuadro.
31043  
31044 \end_layout
31045
31046 \begin_layout Standard
31047 El comando 
31048 \series bold
31049
31050 \backslash
31051 resizebox{2cm}{1cm}{Hola}
31052 \series default
31053  genera: 
31054 \begin_inset ERT
31055 status collapsed
31056
31057 \begin_layout Plain Layout
31058
31059
31060 \backslash
31061 resizebox{2cm}{1cm}{
31062 \end_layout
31063
31064 \end_inset
31065
31066 Hola
31067 \begin_inset ERT
31068 status collapsed
31069
31070 \begin_layout Plain Layout
31071
31072 }
31073 \end_layout
31074
31075 \end_inset
31076
31077
31078 \begin_inset Newline newline
31079 \end_inset
31080
31081 El comando 
31082 \series bold
31083
31084 \backslash
31085 resizebox{2cm}{!}{Hola}
31086 \series default
31087  genera: 
31088 \begin_inset ERT
31089 status collapsed
31090
31091 \begin_layout Plain Layout
31092
31093
31094 \backslash
31095 resizebox{2cm}{!}{
31096 \end_layout
31097
31098 \end_inset
31099
31100 Hola
31101 \begin_inset ERT
31102 status collapsed
31103
31104 \begin_layout Plain Layout
31105
31106 }
31107 \end_layout
31108
31109 \end_inset
31110
31111
31112 \end_layout
31113
31114 \begin_layout Standard
31115 \begin_inset VSpace defskip
31116 \end_inset
31117
31118
31119 \end_layout
31120
31121 \begin_layout Standard
31122 \begin_inset Note Greyedout
31123 status open
31124
31125 \begin_layout Plain Layout
31126
31127 \series bold
31128 Nota: 
31129 \series default
31130 Si los argumentos de 
31131 \series bold
31132
31133 \backslash
31134 scalebox
31135 \series default
31136  o 
31137 \series bold
31138
31139 \backslash
31140 resizebox
31141 \series default
31142  son cero, no se generan errores de LaTeX al exportar el documento, pero
31143  puede suceder que la salida no se muestre o que sea incompleta.
31144  
31145 \end_layout
31146
31147 \end_inset
31148
31149
31150 \begin_inset VSpace defskip
31151 \end_inset
31152
31153
31154 \end_layout
31155
31156 \begin_layout Standard
31157 Los cuadros se pueden combinar en cualquier orden.
31158  Por ejemplo, el comando
31159 \series bold
31160
31161 \begin_inset Newline newline
31162 \end_inset
31163
31164
31165 \backslash
31166 rotatebox[origin=c]{-45}{
31167 \backslash
31168 resizebox{2cm}{!}{
31169 \backslash
31170 reflectbox{Hola}}}
31171 \begin_inset Newline newline
31172 \end_inset
31173
31174
31175 \series default
31176 genera:
31177 \end_layout
31178
31179 \begin_layout Standard
31180 \noindent
31181 \align center
31182 \begin_inset ERT
31183 status collapsed
31184
31185 \begin_layout Plain Layout
31186
31187
31188 \backslash
31189 rotatebox[origin=c]{-45}{
31190 \backslash
31191 resizebox{2cm}{!}{
31192 \backslash
31193 reflectbox{
31194 \end_layout
31195
31196 \end_inset
31197
31198 Hola
31199 \begin_inset ERT
31200 status collapsed
31201
31202 \begin_layout Plain Layout
31203
31204 }}}
31205 \end_layout
31206
31207 \end_inset
31208
31209
31210 \end_layout
31211
31212 \begin_layout Standard
31213 \noindent
31214 Un cuadro puede contener imágenes, tablas y ecuaciones en línea:
31215 \end_layout
31216
31217 \begin_layout Standard
31218 \noindent
31219
31220 \end_layout
31221
31222 \begin_layout Standard
31223 \align center
31224 \begin_inset ERT
31225 status collapsed
31226
31227 \begin_layout Plain Layout
31228
31229
31230 \backslash
31231 rotatebox[origin=c]{-30}{
31232 \backslash
31233 resizebox{2cm}{!}{
31234 \backslash
31235 reflectbox{
31236 \end_layout
31237
31238 \end_inset
31239
31240
31241 \begin_inset Graphics
31242         filename ../clipart/platypus.eps
31243         lyxscale 50
31244         width 25col%
31245
31246 \end_inset
31247
31248
31249 \begin_inset ERT
31250 status collapsed
31251
31252 \begin_layout Plain Layout
31253
31254 }}}
31255 \end_layout
31256
31257 \end_inset
31258
31259
31260 \begin_inset ERT
31261 status collapsed
31262
31263 \begin_layout Plain Layout
31264
31265
31266 \backslash
31267 rotatebox[origin=c]{-45}{
31268 \backslash
31269 resizebox{2cm}{!}{
31270 \backslash
31271 reflectbox{
31272 \end_layout
31273
31274 \end_inset
31275
31276
31277 \begin_inset Tabular
31278 <lyxtabular version="3" rows="2" columns="2">
31279 <features tabularvalignment="middle">
31280 <column alignment="center" valignment="top" width="0">
31281 <column alignment="center" valignment="top" width="0">
31282 <row>
31283 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
31284 \begin_inset Text
31285
31286 \begin_layout Plain Layout
31287 q
31288 \end_layout
31289
31290 \end_inset
31291 </cell>
31292 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
31293 \begin_inset Text
31294
31295 \begin_layout Plain Layout
31296 w
31297 \end_layout
31298
31299 \end_inset
31300 </cell>
31301 </row>
31302 <row>
31303 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
31304 \begin_inset Text
31305
31306 \begin_layout Plain Layout
31307 e
31308 \end_layout
31309
31310 \end_inset
31311 </cell>
31312 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
31313 \begin_inset Text
31314
31315 \begin_layout Plain Layout
31316 r
31317 \end_layout
31318
31319 \end_inset
31320 </cell>
31321 </row>
31322 </lyxtabular>
31323
31324 \end_inset
31325
31326
31327 \begin_inset ERT
31328 status collapsed
31329
31330 \begin_layout Plain Layout
31331
31332 }}}
31333 \end_layout
31334
31335 \end_inset
31336
31337
31338 \begin_inset ERT
31339 status collapsed
31340
31341 \begin_layout Plain Layout
31342
31343
31344 \backslash
31345 rotatebox[origin=c]{-45}{
31346 \backslash
31347 resizebox{2cm}{!}{
31348 \backslash
31349 reflectbox{
31350 \end_layout
31351
31352 \end_inset
31353
31354
31355 \begin_inset Formula $\int A\,\mathrm{d}x=B$
31356 \end_inset
31357
31358
31359 \begin_inset ERT
31360 status collapsed
31361
31362 \begin_layout Plain Layout
31363
31364 }}}
31365 \end_layout
31366
31367 \end_inset
31368
31369
31370 \end_layout
31371
31372 \begin_layout Standard
31373 Si se usa el estilo global 
31374 \series bold
31375 fleqn
31376 \series default
31377  para las ecuaciones del documento,
31378 \begin_inset Foot
31379 status collapsed
31380
31381 \begin_layout Plain Layout
31382 Si «fleqn» se añade a las opciones de clase del documento.
31383 \end_layout
31384
31385 \end_inset
31386
31387  también pueden escalarse las ecuaciones en estilo presentación.
31388 \end_layout
31389
31390 \begin_layout Chapter
31391 Archivos externos
31392 \begin_inset Index idx
31393 status collapsed
31394
31395 \begin_layout Plain Layout
31396 Archivos externos
31397 \end_layout
31398
31399 \end_inset
31400
31401
31402 \end_layout
31403
31404 \begin_layout Standard
31405 Con el menú 
31406 \family sans
31407 Insertar\SpecialChar \menuseparator
31408 Archivo 
31409 \family default
31410 se pueden insertar archivos externos en un documento.
31411  Estos pueden ser:
31412 \end_layout
31413
31414 \begin_layout Description
31415 Documento
31416 \begin_inset space ~
31417 \end_inset
31418
31419 LyX Otro documento LyX; su contenido se inserta directamente en tu documento.
31420 \end_layout
31421
31422 \begin_layout Description
31423 Texto
31424 \begin_inset space ~
31425 \end_inset
31426
31427 simple Un documento de texto; cada línea del mismo se inserta en tu documento
31428  como párrafo propio.
31429 \end_layout
31430
31431 \begin_layout Description
31432 Texto
31433 \begin_inset space ~
31434 \end_inset
31435
31436 simple,
31437 \begin_inset space ~
31438 \end_inset
31439
31440 unir
31441 \begin_inset space ~
31442 \end_inset
31443
31444 líneas Un documento de texto; sus líneas de texto se insertan tal como son.
31445  Las líneas vacías generan un nuevo párrafo en tu documento.
31446 \end_layout
31447
31448 \begin_layout Description
31449 Material
31450 \begin_inset space ~
31451 \end_inset
31452
31453 externo Archivos en diversos formatos.
31454 \end_layout
31455
31456 \begin_layout Description
31457 Documento
31458 \begin_inset space ~
31459 \end_inset
31460
31461 hijo Documentos LyX, LaTeX o texto simple.
31462 \end_layout
31463
31464 \begin_layout Section
31465 Material externo
31466 \begin_inset Index idx
31467 status collapsed
31468
31469 \begin_layout Plain Layout
31470 Material externo
31471 \end_layout
31472
31473 \end_inset
31474
31475
31476 \end_layout
31477
31478 \begin_layout Standard
31479 Esta característica te permite insertar archivos en tu documento sin convertirlo
31480 s previamente a un formato legible en la salida, ya que LyX se ocupa de
31481  las necesarias conversiones.
31482  Esto es parecido a la inserción de imágenes en diversos formatos en los
31483  documentos LyX.
31484  Si has activado la Vista preliminar inmediata en las preferencias de LyX,
31485  en 
31486 \family sans
31487 Apariencia
31488 \family default
31489 \SpecialChar \menuseparator
31490 Gráficos, los tipos de material externo Dia y Xfig se muestran directamente
31491  en LyX.
31492 \end_layout
31493
31494 \begin_layout Standard
31495 El material externo se puede insertar mediante el diálogo que surge a partir
31496  del menú 
31497 \family sans
31498 Insertar\SpecialChar \menuseparator
31499 Archivo\SpecialChar \menuseparator
31500 Material
31501 \begin_inset space ~
31502 \end_inset
31503
31504 externo
31505 \family default
31506 .
31507  Actualmente se permiten los siguientes tipos de archivo (
31508 \family sans
31509 Plantillas
31510 \family default
31511 ):
31512 \end_layout
31513
31514 \begin_layout Description
31515 Diagrama
31516 \begin_inset space ~
31517 \end_inset
31518
31519 de
31520 \begin_inset space ~
31521 \end_inset
31522
31523 ajedrez Esta plantilla soporta diagramas posicionales de ajedrez hechos
31524  con el programa 
31525 \series bold
31526
31527 \begin_inset CommandInset href
31528 LatexCommand href
31529 name "XBoard"
31530 target "http://en.wikipedia.org/wiki/XBoard"
31531
31532 \end_inset
31533
31534
31535 \series default
31536 .
31537 \end_layout
31538
31539 \begin_layout Description
31540 Dia Esta plantilla soporta diagramas creados con el programa 
31541 \series bold
31542
31543 \begin_inset CommandInset href
31544 LatexCommand href
31545 name "Dia"
31546 target "http://en.wikipedia.org/wiki/Dia_(software)"
31547
31548 \end_inset
31549
31550
31551 \series default
31552 .
31553 \end_layout
31554
31555 \begin_layout Description
31556 Fecha Esta inserta la fecha en el formato 
31557 \emph on
31558 Día-Mes-Año.
31559
31560 \emph default
31561  A continuación hay una fecha insertada como material externo: 
31562 \begin_inset External
31563         template Date
31564         filename ...
31565
31566 \end_inset
31567
31568
31569 \begin_inset space ~
31570 \end_inset
31571
31572
31573 \begin_inset Note Note
31574 status collapsed
31575
31576 \begin_layout Plain Layout
31577 ¡Quitar el espacio protegido cuando se arregle el fallo 4398!
31578 \end_layout
31579
31580 \end_inset
31581
31582
31583 \begin_inset Newline newline
31584 \end_inset
31585
31586 La fecha no se muestra en LyX, sólo en la salida.
31587  Hay otros dos métodos de insertar una fecha, con el menú 
31588 \family sans
31589 Insertar\SpecialChar \menuseparator
31590 Fecha
31591 \family default
31592  y con el comando LaTeX 
31593 \series bold
31594
31595 \backslash
31596 today
31597 \series default
31598  en código TeX.
31599  Los distintos métodos se comparan en la tabla
31600 \begin_inset space ~
31601 \end_inset
31602
31603
31604 \begin_inset CommandInset ref
31605 LatexCommand ref
31606 reference "tab:Comparación-de"
31607
31608 \end_inset
31609
31610 .
31611 \end_layout
31612
31613 \begin_layout Description
31614 LilyPond Esta plantilla sirve para tipografiar notación musical con el programa
31615 \begin_inset Newline linebreak
31616 \end_inset
31617
31618
31619 \series bold
31620
31621 \begin_inset CommandInset href
31622 LatexCommand href
31623 name "LilyPond"
31624 target "http://en.wikipedia.org/wiki/LilyPond"
31625
31626 \end_inset
31627
31628
31629 \series default
31630 .
31631 \end_layout
31632
31633 \begin_layout Description
31634 PDFPages Con esta plantilla puedes insertar documentos PDF en tu documento.
31635  Para insertar algunas o todas las páginas de un documento PDF, utiliza
31636  la opción 
31637 \emph on
31638 pages
31639 \emph default
31640  en el campo 
31641 \family sans
31642 Opción
31643 \family default
31644  de la pestaña 
31645 \family sans
31646 Opciones de LaTeX y LyX
31647 \family default
31648 , según la descripción de la plantilla en el diálogo.
31649  Si no se usa la opción 
31650 \emph on
31651 pages
31652 \emph default
31653 , sólo se inserta la primera página del PDF.
31654 \end_layout
31655
31656 \begin_layout Description
31657 RasterImage Sirve para insertar imágenes bitmap.
31658  Casi todos los formatos populares de imágenes están soportados.
31659  Las imágenes se pueden tratar en el diálogo 
31660 \family sans
31661 Material Externo
31662 \family default
31663  como las que habitualmente se incluyen mediante el diálogo 
31664 \family sans
31665 Gráficos
31666 \family default
31667 , tal como se explica en la sección
31668 \begin_inset space ~
31669 \end_inset
31670
31671
31672 \begin_inset CommandInset ref
31673 LatexCommand ref
31674 reference "sec:Diálogo-Gráficos"
31675
31676 \end_inset
31677
31678 .
31679  La diferencia es que sólo se permiten imágenes bitmap, por tanto las imágenes
31680  PDF y EPS no están soportadas.
31681 \end_layout
31682
31683 \begin_layout Description
31684 XFig Esta plantilla soporta imágenes creadas con el programa 
31685 \series bold
31686
31687 \begin_inset CommandInset href
31688 LatexCommand href
31689 name "Xfig"
31690 target "http://en.wikipedia.org/wiki/Xfig"
31691
31692 \end_inset
31693
31694
31695 \series default
31696 .
31697 \end_layout
31698
31699 \begin_layout Standard
31700 \begin_inset Float table
31701 placement h
31702 wide false
31703 sideways false
31704 status open
31705
31706 \begin_layout Plain Layout
31707 \begin_inset Caption
31708
31709 \begin_layout Plain Layout
31710 \begin_inset CommandInset label
31711 LatexCommand label
31712 name "tab:Comparación-de"
31713
31714 \end_inset
31715
31716 Comparación de los métodos de inserción de fecha.
31717 \end_layout
31718
31719 \end_inset
31720
31721
31722 \end_layout
31723
31724 \begin_layout Plain Layout
31725 \align center
31726 \begin_inset Tabular
31727 <lyxtabular version="3" rows="4" columns="4">
31728 <features tabularvalignment="middle">
31729 <column alignment="center" valignment="top" width="0">
31730 <column alignment="center" valignment="top" width="0">
31731 <column alignment="center" valignment="top" width="0">
31732 <column alignment="center" valignment="top" width="0">
31733 <row>
31734 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
31735 \begin_inset Text
31736
31737 \begin_layout Plain Layout
31738 Documento
31739 \end_layout
31740
31741 \end_inset
31742 </cell>
31743 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
31744 \begin_inset Text
31745
31746 \begin_layout Plain Layout
31747
31748 \family sans
31749 Material externo\SpecialChar \menuseparator
31750 Fecha
31751 \end_layout
31752
31753 \end_inset
31754 </cell>
31755 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
31756 \begin_inset Text
31757
31758 \begin_layout Plain Layout
31759
31760 \family sans
31761 Insertar\SpecialChar \menuseparator
31762 Fecha
31763 \end_layout
31764
31765 \end_inset
31766 </cell>
31767 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
31768 \begin_inset Text
31769
31770 \begin_layout Plain Layout
31771 comando 
31772 \series bold
31773
31774 \backslash
31775 today
31776 \end_layout
31777
31778 \end_inset
31779 </cell>
31780 </row>
31781 <row>
31782 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
31783 \begin_inset Text
31784
31785 \begin_layout Plain Layout
31786 LyX
31787 \end_layout
31788
31789 \end_inset
31790 </cell>
31791 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
31792 \begin_inset Text
31793
31794 \begin_layout Plain Layout
31795 como cuadro
31796 \end_layout
31797
31798 \end_inset
31799 </cell>
31800 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
31801 \begin_inset Text
31802
31803 \begin_layout Plain Layout
31804 como fecha
31805 \end_layout
31806
31807 \end_inset
31808 </cell>
31809 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
31810 \begin_inset Text
31811
31812 \begin_layout Plain Layout
31813 como cuadro código TeX
31814 \end_layout
31815
31816 \end_inset
31817 </cell>
31818 </row>
31819 <row>
31820 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
31821 \begin_inset Text
31822
31823 \begin_layout Plain Layout
31824 LaTeX
31825 \end_layout
31826
31827 \end_inset
31828 </cell>
31829 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
31830 \begin_inset Text
31831
31832 \begin_layout Plain Layout
31833 como fecha
31834 \end_layout
31835
31836 \end_inset
31837 </cell>
31838 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
31839 \begin_inset Text
31840
31841 \begin_layout Plain Layout
31842 como fecha
31843 \end_layout
31844
31845 \end_inset
31846 </cell>
31847 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
31848 \begin_inset Text
31849
31850 \begin_layout Plain Layout
31851 como comando
31852 \end_layout
31853
31854 \end_inset
31855 </cell>
31856 </row>
31857 <row>
31858 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
31859 \begin_inset Text
31860
31861 \begin_layout Plain Layout
31862 DVI, PDF, PS
31863 \end_layout
31864
31865 \end_inset
31866 </cell>
31867 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
31868 \begin_inset Text
31869
31870 \begin_layout Plain Layout
31871 como fecha
31872 \end_layout
31873
31874 \end_inset
31875 </cell>
31876 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
31877 \begin_inset Text
31878
31879 \begin_layout Plain Layout
31880 como fecha
31881 \end_layout
31882
31883 \end_inset
31884 </cell>
31885 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
31886 \begin_inset Text
31887
31888 \begin_layout Plain Layout
31889 como fecha
31890 \end_layout
31891
31892 \end_inset
31893 </cell>
31894 </row>
31895 </lyxtabular>
31896
31897 \end_inset
31898
31899
31900 \end_layout
31901
31902 \end_inset
31903
31904
31905 \end_layout
31906
31907 \begin_layout Standard
31908 Si utilizas la opción 
31909 \family sans
31910 Borrador
31911 \family default
31912  en la solapa 
31913 \family sans
31914 Archivo
31915 \family default
31916  del diálogo 
31917 \family sans
31918 Material Externo
31919 \family default
31920 , en el documento de salida sólo se muestra la ruta al archivo insertado.
31921 \family sans
31922
31923 \begin_inset Newline newline
31924 \end_inset
31925
31926
31927 \family default
31928 El material externo se muestra en LyX como un cuadro del tipo:
31929 \family sans
31930  
31931 \family default
31932
31933 \begin_inset Graphics
31934         filename clipart/MaterialExternoQt4.png
31935         scale 80
31936
31937 \end_inset
31938
31939  o como imagen, dependiendo de si se marca la opción 
31940 \family sans
31941 Mostrar en LyX 
31942 \family default
31943 de la pestaña 
31944 \family sans
31945 Opciones de LaTeX y LyX
31946 \family default
31947  del diálogo
31948 \family sans
31949 .
31950 \end_layout
31951
31952 \begin_layout Standard
31953 En el manual 
31954 \emph on
31955 Personalización
31956 \emph default
31957  se explica cómo definir tus propias plantillas.
31958 \end_layout
31959
31960 \begin_layout Section
31961 Documento hijo
31962 \begin_inset CommandInset label
31963 LatexCommand label
31964 name "sec:Documento-Hijo"
31965
31966 \end_inset
31967
31968
31969 \begin_inset Index idx
31970 status collapsed
31971
31972 \begin_layout Plain Layout
31973 Documento hijo
31974 \end_layout
31975
31976 \end_inset
31977
31978
31979 \end_layout
31980
31981 \begin_layout Standard
31982 Los documentos hijos se emplean en el caso de tener un documento extenso
31983  compuesto por varias partes o secciones más grandes.
31984  Para trabajar en este tipo de documentos es útil, y a veces obligado, dividirlo
31985  en varios archivos que pueden ser revisados por separado.
31986  Estos archivos se conocen como documentos hijos, y el llamado documento
31987  maestro los conecta con el fin de imprimirlos como un todo o por partes.
31988  Un documento hijo hereda contenidos de su maestro, por ejemplo el preámbulo
31989  LaTeX, la bibliografía y las etiquetas de las referencias cruzadas.
31990 \end_layout
31991
31992 \begin_layout Standard
31993 Para poder trabajar en documentos hijos sin necesidad de abrir el maestro,
31994  en el menú 
31995 \family sans
31996 Documento\SpecialChar \menuseparator
31997 Configuración\SpecialChar \menuseparator
31998 Clase del documento
31999 \family default
32000  del documento hijo especifica el documento maestro predeterminado.
32001  Este maestro será usado entonces por LyX en un segundo plano cuando edites
32002  el documento hijo.
32003 \end_layout
32004
32005 \begin_layout Standard
32006 Los documentos incluidos como hijos se muestran en la pantalla de LyX como
32007  cuadros del tipo: 
32008 \begin_inset Graphics
32009         filename clipart/DocumentoHijoQt4.png
32010         scale 80
32011
32012 \end_inset
32013
32014 .
32015  Para incluir documentos hijos en un documento maestro utiliza el menú 
32016 \family sans
32017 Insertar
32018 \family default
32019 \SpecialChar \menuseparator
32020
32021 \family sans
32022 Archivo
32023 \family default
32024 \SpecialChar \menuseparator
32025
32026 \family sans
32027 Documento
32028 \begin_inset space ~
32029 \end_inset
32030
32031 hijo
32032 \family default
32033 .
32034  Surge un diálogo en el que puedes elegir entre cuatro métodos de inclusión:
32035 \end_layout
32036
32037 \begin_layout Description
32038 Incluir Puedes incluir documentos LyX y documentos LaTeX.
32039  Al pulsar el botón 
32040 \family sans
32041 Cargar
32042 \family default
32043  en el diálogo 
32044 \family sans
32045 Documento hijo
32046 \family default
32047 , los documentos incluidos se abrirán en una nueva solapa de archivo en
32048  la ventana de LyX y así puedes modificarlos si quieres.
32049 \end_layout
32050
32051 \begin_layout Standard
32052 Aquí hay un archivo insertado con el método 
32053 \family sans
32054 Incluir
32055 \family default
32056
32057 \begin_inset CommandInset include
32058 LatexCommand include
32059 filename "DocumentoPostizo1.lyx"
32060
32061 \end_inset
32062
32063
32064 \end_layout
32065
32066 \begin_layout Standard
32067 La numeración de secciones tiene en cuenta las secciones de los archivos
32068  incluidos en el orden en que están insertados en el documento maestro.
32069  El documento incluido de ejemplo tiene una subsección que se numera como
32070  subsección de la presente sección.
32071  Las etiquetas de los documentos incluidos se pueden referenciar: Subsección
32072 \begin_inset space ~
32073 \end_inset
32074
32075
32076 \begin_inset CommandInset ref
32077 LatexCommand ref
32078 reference "sub:Subsección-Externa-1"
32079
32080 \end_inset
32081
32082 .
32083 \end_layout
32084
32085 \begin_layout Standard
32086 El preámbulo del documento hijo se ignora, sólo se utiliza el preámbulo
32087  del documento maestro.
32088  Las ramas en los documentos hijos serán ignoradas por el documento maestro
32089  si éste no tiene una rama con el mismo nombre.
32090  Los documentos incluidos se insertan comenzando una página nueva y acabando
32091  con un salto de página.
32092 \end_layout
32093
32094 \begin_layout Standard
32095 En caso de estar trabajando solo en un capítulo determinado de un documento
32096  extenso, y con el fin de ahorrar tiempo de compilación, se puede poner
32097  cada archivo incluido en una rama.
32098 \begin_inset Foot
32099 status collapsed
32100
32101 \begin_layout Plain Layout
32102 Las ramas se describen en la sección
32103 \emph on
32104  Ramas
32105 \emph default
32106  de la  
32107 \emph on
32108 Guía del usuario
32109 \emph default
32110  de LyX.
32111 \end_layout
32112
32113 \end_inset
32114
32115  Habilitando/deshabilitando las ramas puedes decidir qué archivos incluidos
32116  aparecerán en la salida.
32117 \end_layout
32118
32119 \begin_layout Standard
32120 \begin_inset Note Greyedout
32121 status open
32122
32123 \begin_layout Plain Layout
32124
32125 \series bold
32126 Nota:
32127 \series default
32128  Debido a un fallo de LyX, el comando LaTeX 
32129 \series bold
32130
32131 \backslash
32132 includeonly
32133 \series default
32134  no se puede usar por el momento como alternativa para decidir qué archivos
32135  deberían ser incluidos.
32136 \end_layout
32137
32138 \end_inset
32139
32140
32141 \end_layout
32142
32143 \begin_layout Standard
32144 \begin_inset Note Greyedout
32145 status open
32146
32147 \begin_layout Plain Layout
32148
32149 \series bold
32150 Nota:
32151 \series default
32152  Si has incluido un archivo LyX o LaTeX cuya clase de documento es distinta
32153  a la del documento maestro, recibirás una advertencia al exportar/ver el
32154  documento, ya que esto podría dar resultados inesperados.
32155 \end_layout
32156
32157 \end_inset
32158
32159
32160 \end_layout
32161
32162 \begin_layout Description
32163 Entrada Este método es muy parecido al método 
32164 \family sans
32165 Incluir
32166 \family default
32167 .
32168  Las diferencias son:
32169 \end_layout
32170
32171 \begin_deeper
32172 \begin_layout Itemize
32173 Los archivos del tipo Entrada no comienzan en página nueva ni acaban con
32174  un salto de página.
32175 \end_layout
32176
32177 \begin_layout Itemize
32178 Los archivos del tipo Entrada se pueden visualizar en LyX si la 
32179 \family sans
32180 Vista
32181 \begin_inset space ~
32182 \end_inset
32183
32184 preliminar
32185 \begin_inset space ~
32186 \end_inset
32187
32188 inmediata 
32189 \family default
32190 está activada en el diálogo 
32191 \family sans
32192 Herramientas\SpecialChar \menuseparator
32193 Preferencias
32194 \family default
32195 , apartado 
32196 \family sans
32197 Apariencia\SpecialChar \menuseparator
32198 Gráficos
32199 \family default
32200 .
32201 \end_layout
32202
32203 \begin_layout Itemize
32204 No se puede utilizar el comando LaTeX 
32205 \series bold
32206
32207 \backslash
32208 includeonly
32209 \series default
32210 .
32211 \end_layout
32212
32213 \end_deeper
32214 \begin_layout Standard
32215 Aquí hay un documento hijo insertado con el método 
32216 \family sans
32217 Entrada
32218 \family default
32219 :
32220 \end_layout
32221
32222 \begin_layout Standard
32223 \begin_inset CommandInset include
32224 LatexCommand input
32225 filename "DocumentoPostizo2.lyx"
32226
32227 \end_inset
32228
32229
32230 \end_layout
32231
32232 \begin_layout Description
32233 Literal Con este método se puede incluir todo archivo de texto.
32234  El archivo aparece en la salida con su código fuente, y si contiene comandos
32235  no se ejecutan.
32236  Con la opción 
32237 \family sans
32238 Marcar espacios en la salida
32239 \family default
32240  cada espacio en el código fuente se muestra en la salida con el carácter
32241  «
32242 \begin_inset ERT
32243 status collapsed
32244
32245 \begin_layout Plain Layout
32246
32247
32248 \backslash
32249 textvisiblespace
32250 \end_layout
32251
32252 \end_inset
32253
32254 ».
32255  La diferencia con el método de inserción mediante el menú 
32256 \family sans
32257 Insertar
32258 \family default
32259 \SpecialChar \menuseparator
32260
32261 \family sans
32262 Archivo
32263 \family default
32264 \SpecialChar \menuseparator
32265
32266 \family sans
32267 Texto
32268 \begin_inset space ~
32269 \end_inset
32270
32271 simple
32272 \family default
32273  es que en este caso el contenido del archivo se ve en LyX, mientras que
32274  en modo 
32275 \family sans
32276 Literal 
32277 \family default
32278 no se muestra el contenido, sino un recuadro con el nombre.
32279
32280 \family sans
32281  
32282 \end_layout
32283
32284 \begin_layout Standard
32285 Aquí se inserta un documento hijo en modo Literal:
32286 \begin_inset CommandInset include
32287 LatexCommand verbatiminput
32288 filename "DocumentoTextoPostizo.txt"
32289
32290 \end_inset
32291
32292
32293 \begin_inset VSpace bigskip
32294 \end_inset
32295
32296
32297 \end_layout
32298
32299 \begin_layout Standard
32300 Aquí se inserta un documento hijo en modo Literal con la opción 
32301 \family sans
32302 Marcar espacios en la salida
32303 \family default
32304 :
32305 \begin_inset CommandInset include
32306 LatexCommand verbatiminput*
32307 filename "DocumentoTextoPostizo.txt"
32308
32309 \end_inset
32310
32311
32312 \begin_inset VSpace bigskip
32313 \end_inset
32314
32315
32316 \end_layout
32317
32318 \begin_layout Standard
32319 \begin_inset Note Greyedout
32320 status open
32321
32322 \begin_layout Plain Layout
32323
32324 \series bold
32325 Nota:
32326 \series default
32327  Como puedes ver en los ejemplos anteriores, el texto de los documentos
32328  incluidos en modo 
32329 \family sans
32330 literal
32331 \family default
32332  no contiene saltos de línea, a no ser que se incluyan expresamente en el
32333  archivo de texto.
32334 \end_layout
32335
32336 \end_inset
32337
32338
32339 \end_layout
32340
32341 \begin_layout Description
32342 Listado
32343 \begin_inset space ~
32344 \end_inset
32345
32346 de
32347 \begin_inset space ~
32348 \end_inset
32349
32350 programa Este tipo se describe en el capítulo
32351 \begin_inset space ~
32352 \end_inset
32353
32354
32355 \begin_inset CommandInset ref
32356 LatexCommand ref
32357 reference "cap:Listado-de-programa"
32358
32359 \end_inset
32360
32361 .
32362 \end_layout
32363
32364 \begin_layout Standard
32365 \begin_inset Note Greyedout
32366 status open
32367
32368 \begin_layout Plain Layout
32369
32370 \series bold
32371 Nota:
32372 \series default
32373  Incluir el mismo documento dos veces  con métodos diferentes podría causar
32374  problemas en LaTeX.
32375 \end_layout
32376
32377 \end_inset
32378
32379
32380 \end_layout
32381
32382 \begin_layout Chapter
32383 Listado de programa
32384 \begin_inset CommandInset label
32385 LatexCommand label
32386 name "cap:Listado-de-programa"
32387
32388 \end_inset
32389
32390
32391 \begin_inset Index idx
32392 status collapsed
32393
32394 \begin_layout Plain Layout
32395 Listado de programa
32396 \end_layout
32397
32398 \end_inset
32399
32400
32401 \begin_inset Index idx
32402 status collapsed
32403
32404 \begin_layout Plain Layout
32405 Código de programa
32406 \end_layout
32407
32408 \end_inset
32409
32410
32411 \begin_inset Index idx
32412 status collapsed
32413
32414 \begin_layout Plain Layout
32415 Flotantes ! Listado de programa
32416 \end_layout
32417
32418 \end_inset
32419
32420
32421 \end_layout
32422
32423 \begin_layout Standard
32424 Para incluir y tipografiar código de programación puedes usar la opción
32425  de menú disponible en 
32426 \family sans
32427 Insertar\SpecialChar \menuseparator
32428 Listado
32429 \begin_inset space ~
32430 \end_inset
32431
32432 de
32433 \begin_inset space ~
32434 \end_inset
32435
32436 programa.
32437  
32438 \family default
32439 El paquete LaTeX 
32440 \series bold
32441 listings
32442 \series default
32443
32444 \begin_inset Index idx
32445 status collapsed
32446
32447 \begin_layout Plain Layout
32448 LaTeX-paquetes ! listings
32449 \end_layout
32450
32451 \end_inset
32452
32453  provee un mecanismo potente y flexible para insertar código fuente en tu
32454  documento.
32455 \end_layout
32456
32457 \begin_layout Standard
32458 Al hacer clic derecho sobre un recuadro de listado se abre el menú contextual
32459  incorporado en el que puedes configurar su formato.
32460 \end_layout
32461
32462 \begin_layout Standard
32463 Por omisión, al insertar un listado de programa se inicia un párrafo nuevo.
32464  La opción de ubicación 
32465 \family sans
32466 Listado
32467 \begin_inset space ~
32468 \end_inset
32469
32470 en
32471 \begin_inset space ~
32472 \end_inset
32473
32474 línea
32475 \family default
32476  lo imprime en la línea, como este ejemplo: 
32477 \begin_inset listings
32478 lstparams "language={C++}"
32479 inline true
32480 status open
32481
32482 \begin_layout Plain Layout
32483
32484 int a=5;
32485 \end_layout
32486
32487 \end_inset
32488
32489
32490 \family sans
32491
32492 \begin_inset Newline newline
32493 \end_inset
32494
32495
32496 \family default
32497 La opción 
32498 \family sans
32499 Flotante
32500 \family default
32501  crea un listado flotante cuya colocación se puede especificar mediante
32502  las opciones «
32503 \family sans
32504 h
32505 \family default
32506 », «
32507 \family sans
32508 t
32509 \family default
32510 », «
32511 \family sans
32512 b
32513 \family default
32514 » y «
32515 \family sans
32516 p
32517 \family default
32518 », correspondientes a las opciones de colocación de flotantes descritas
32519  en la sección
32520 \family sans
32521
32522 \begin_inset space ~
32523 \end_inset
32524
32525
32526 \begin_inset CommandInset ref
32527 LatexCommand ref
32528 reference "sec:Colocación-de-Flotantes"
32529
32530 \end_inset
32531
32532
32533 \family default
32534 .
32535  Las opciones de colocación se pueden mezclar y se escriben sin separación,
32536  p.
32537 \family sans
32538
32539 \begin_inset space \thinspace{}
32540 \end_inset
32541
32542
32543 \family default
32544 e.
32545 \begin_inset space ~
32546 \end_inset
32547
32548 «
32549 \family sans
32550 htbp
32551 \family default
32552 ».
32553  La opción «
32554 \family sans
32555 h
32556 \family default
32557 » a veces no tiene efecto, pero no necesitas usar la opción 
32558 \family sans
32559 Flotante
32560 \family default
32561  en ese caso puesto que los listados de programa no flotantes también pueden
32562  tener leyendas y ser referenciadas.
32563 \end_layout
32564
32565 \begin_layout Standard
32566 Se puede añadir una leyenda a un listado de programa con el menú 
32567 \family sans
32568 Insertar\SpecialChar \menuseparator
32569 Leyenda
32570 \family default
32571
32572 \begin_inset Foot
32573 status collapsed
32574
32575 \begin_layout Plain Layout
32576 Para traducir la etiqueta 
32577 \begin_inset Quotes eld
32578 \end_inset
32579
32580 Listado
32581 \begin_inset Quotes erd
32582 \end_inset
32583
32584  de la leyenda, se añade al preámbulo del documento el comando 
32585 \series bold
32586
32587 \backslash
32588 renewcommand{
32589 \backslash
32590 lstlistingname}{Listado}
32591 \series default
32592 .
32593  (
32594 \emph on
32595 N.
32596 \begin_inset space \thinspace{}
32597 \end_inset
32598
32599 del t.
32600 \emph default
32601 )
32602 \end_layout
32603
32604 \end_inset
32605
32606 .
32607  Los listados de programa se pueden referenciar como los flotantes: Listado
32608 \begin_inset space ~
32609 \end_inset
32610
32611
32612 \begin_inset CommandInset ref
32613 LatexCommand ref
32614 reference "lst:Ejemplo-de-listado-de-programa"
32615
32616 \end_inset
32617
32618
32619 \end_layout
32620
32621 \begin_layout Standard
32622 \begin_inset listings
32623 lstparams "language=Python"
32624 inline false
32625 status open
32626
32627 \begin_layout Plain Layout
32628
32629 \begin_inset Caption
32630
32631 \begin_layout Plain Layout
32632 \begin_inset CommandInset label
32633 LatexCommand label
32634 name "lst:Ejemplo-de-listado-de-programa"
32635
32636 \end_inset
32637
32638 Ejemplo de listado de programa flotante
32639 \end_layout
32640
32641 \end_inset
32642
32643 # Ejemplo de listado flotante
32644 \end_layout
32645
32646 \begin_layout Plain Layout
32647
32648 def func(param):
32649 \end_layout
32650
32651 \begin_layout Plain Layout
32652
32653     'this is a python function'
32654 \end_layout
32655
32656 \begin_layout Plain Layout
32657
32658     pass
32659 \end_layout
32660
32661 \end_inset
32662
32663
32664 \end_layout
32665
32666 \begin_layout Standard
32667 Una vez que has escogido un lenguaje de programación en el cuadro de diálogo
32668  de listado de programa, las palabras clave de ese lenguaje serán reconocidas
32669  y tipografiadas de manera especial en la salida.
32670  En el ejemplo, la clave de Python «def» es reconocida y se imprimirá en
32671  negrita.
32672 \end_layout
32673
32674 \begin_layout Standard
32675 \begin_inset Note Greyedout
32676 status open
32677
32678 \begin_layout Plain Layout
32679
32680 \series bold
32681 Nota:
32682 \series default
32683  Si no consigues caracteres en negrita cuando usas fuentes typewriter, se
32684  debe probablemente a que dicha fuente no suministra negritas.
32685  En este caso selecciona una fuente distinta en el menú 
32686 \family sans
32687 Documento
32688 \family default
32689 \SpecialChar \menuseparator
32690
32691 \family sans
32692 Configuración
32693 \family default
32694 \SpecialChar \menuseparator
32695
32696 \family sans
32697 Fuentes.
32698  
32699 \family default
32700 (Las fuentes 
32701 \emph on
32702 LuxiMono, BeraMono
32703 \emph default
32704  y 
32705 \emph on
32706 Courier 
32707 \emph default
32708 suministran negritas.)
32709 \end_layout
32710
32711 \end_inset
32712
32713
32714 \end_layout
32715
32716 \begin_layout Standard
32717 En la sección 
32718 \family sans
32719 Numeración
32720 \begin_inset space ~
32721 \end_inset
32722
32723 de
32724 \begin_inset space ~
32725 \end_inset
32726
32727 líneas
32728 \family default
32729  del diálogo puedes elegir el estilo de numeración de las líneas.
32730  En el campo 
32731 \family sans
32732 Paso 
32733 \family default
32734 puedes insertar un número para determinar qué líneas se numeran.
32735  Por ejemplo, si pones «3», se numera sólo una de cada tres líneas.
32736  
32737 \end_layout
32738
32739 \begin_layout Standard
32740 Además, puedes especificar un rango de líneas para que sólo éstas aparezcan
32741  en la salida.
32742  La opción 
32743 \family sans
32744 Tabla
32745 \begin_inset space ~
32746 \end_inset
32747
32748 de
32749 \begin_inset space ~
32750 \end_inset
32751
32752 caracteres
32753 \begin_inset space ~
32754 \end_inset
32755
32756 extendida
32757 \family default
32758  debería emplearse si se usan en el código caracteres nacionales como la
32759  diéresis alemana.
32760 \begin_inset Newline newline
32761 \end_inset
32762
32763 A continuación hay un ejemplo con numeración de líneas a la izquierda, paso
32764  «3», lenguaje «Python», opciones de estilo «Tabla de caracteres extendida»
32765  y «Espacio como símbolo», rango de líneas 3-8:
32766 \begin_inset listings
32767 lstparams "extendedchars=true,firstline=3,language=Python,lastline=8,numbers=left,showspaces=true,stepnumber=3"
32768 inline false
32769 status open
32770
32771 \begin_layout Plain Layout
32772
32773 def func(param):
32774 \end_layout
32775
32776 \begin_layout Plain Layout
32777
32778     'this is a python function'
32779 \end_layout
32780
32781 \begin_layout Plain Layout
32782
32783     pass
32784 \end_layout
32785
32786 \begin_layout Plain Layout
32787
32788 def func(param):
32789 \end_layout
32790
32791 \begin_layout Plain Layout
32792
32793 'This is a German word: Tschüß'
32794 \end_layout
32795
32796 \begin_layout Plain Layout
32797
32798 pass
32799 \end_layout
32800
32801 \begin_layout Plain Layout
32802
32803 def func(param):
32804 \end_layout
32805
32806 \begin_layout Plain Layout
32807
32808 'this is a python function'
32809 \end_layout
32810
32811 \begin_layout Plain Layout
32812
32813 pass
32814 \end_layout
32815
32816 \end_inset
32817
32818
32819 \end_layout
32820
32821 \begin_layout Standard
32822 \begin_inset Note Greyedout
32823 status open
32824
32825 \begin_layout Plain Layout
32826
32827 \series bold
32828 Nota:
32829 \series default
32830  Debido a un error en el paquete 
32831 \series bold
32832 listings
32833 \series default
32834  la numeración de líneas cambia en una línea por cada listado previo.
32835  Por esto en el ejemplo de arriba se numeran las líneas 2 y 5 y no las líneas
32836  3 y 6.
32837 \end_layout
32838
32839 \end_inset
32840
32841
32842 \end_layout
32843
32844 \begin_layout Standard
32845 \begin_inset VSpace bigskip
32846 \end_inset
32847
32848
32849 \end_layout
32850
32851 \begin_layout Standard
32852 También es posible imprimir como listado de programa líneas de un archivo.
32853  Para hacer esto, usa el menú 
32854 \family sans
32855 Insertar\SpecialChar \menuseparator
32856 Archivo\SpecialChar \menuseparator
32857 Documento
32858 \begin_inset space ~
32859 \end_inset
32860
32861 hijo 
32862 \family default
32863 y elige el tipo 
32864 \family sans
32865 Listado de programa
32866 \family default
32867 .
32868 \begin_inset Foot
32869 status collapsed
32870
32871 \begin_layout Plain Layout
32872 Los restantes tipos de documento hijo se describen en la sección
32873 \begin_inset space ~
32874 \end_inset
32875
32876
32877 \begin_inset CommandInset ref
32878 LatexCommand ref
32879 reference "sec:Documento-Hijo"
32880
32881 \end_inset
32882
32883 .
32884 \end_layout
32885
32886 \end_inset
32887
32888  En el diálogo de documento hijo puedes especificar los parámetros del listado
32889  en el cuadro de texto.
32890  Para ver una lista de los parámetros disponibles teclea una interrogación
32891  «?» en el cuadro.
32892 \end_layout
32893
32894 \begin_layout Standard
32895 Para referenciar un documento hijo tipo listado, escribe el texto de la
32896  etiqueta en el campo correspondiente del diálogo de documento hijo.
32897  Después se puede referenciar la etiqueta con el menú 
32898 \family sans
32899 Insertar\SpecialChar \menuseparator
32900 Referencia cruzada.
32901 \end_layout
32902
32903 \begin_layout Standard
32904 A continuación hay un ejemplo, Listado
32905 \begin_inset space ~
32906 \end_inset
32907
32908
32909 \begin_inset CommandInset ref
32910 LatexCommand ref
32911 reference "lst:archivo-listado"
32912
32913 \end_inset
32914
32915 , de inserción de líneas de un archivo; en él se incluye el rango de las
32916  líneas 10
32917 \begin_inset space \thinspace{}
32918 \end_inset
32919
32920 -
32921 \begin_inset space \thinspace{}
32922 \end_inset
32923
32924 15 de este archivo LyX.
32925 \end_layout
32926
32927 \begin_layout Standard
32928 \begin_inset CommandInset include
32929 LatexCommand lstinputlisting
32930 filename "EmbeddedObjects.lyx"
32931 lstparams "breaklines=true,caption={Líneas  10 - 15 de este archivo LyX},firstline=10,label={lst:archivo-listado},language={[LaTeX]TeX},lastline=15"
32932
32933 \end_inset
32934
32935
32936 \end_layout
32937
32938 \begin_layout Standard
32939 \begin_inset VSpace bigskip
32940 \end_inset
32941
32942
32943 \end_layout
32944
32945 \begin_layout Standard
32946 Insertar una ecuación en un listado se puede hacer de la siguiente forma:
32947 \end_layout
32948
32949 \begin_layout Enumerate
32950 Abre el diálogo de listado y añade
32951 \begin_inset Newline newline
32952 \end_inset
32953
32954
32955 \family sans
32956 mathescape=true
32957 \begin_inset Newline newline
32958 \end_inset
32959
32960
32961 \family default
32962 en el campo de texto de la solapa 
32963 \family sans
32964 Avanzado
32965 \end_layout
32966
32967 \begin_layout Enumerate
32968 Crea una ecuación fuera del listado
32969 \end_layout
32970
32971 \begin_layout Enumerate
32972 Copia el contenido de la ecuación (no el recuadro de la misma) al portapapeles
32973  (teclas 
32974 \family sans
32975 Ctrl+C
32976 \family default
32977 )
32978 \end_layout
32979
32980 \begin_layout Enumerate
32981 En el listado escribe 
32982 \begin_inset Quotes eld
32983 \end_inset
32984
32985
32986 \family sans
32987 $$
32988 \family default
32989
32990 \begin_inset Quotes erd
32991 \end_inset
32992
32993  y pega desde el portapapeles entre los símbolos dólar (teclas 
32994 \family sans
32995 Ctrl+V
32996 \family default
32997 )
32998 \end_layout
32999
33000 \begin_layout Standard
33001 \begin_inset listings
33002 lstparams "language=Python,mathescape=true"
33003 inline false
33004 status open
33005
33006 \begin_layout Plain Layout
33007
33008 \begin_inset Caption
33009
33010 \begin_layout Plain Layout
33011 Ejemplo de listado flotante con una ecuación
33012 \end_layout
33013
33014 \end_inset
33015
33016 # Ejemplo de listado flotante
33017 \end_layout
33018
33019 \begin_layout Plain Layout
33020
33021 def func(param):
33022 \end_layout
33023
33024 \begin_layout Plain Layout
33025
33026     # $
33027 \backslash
33028 prod_{n=1}^{
33029 \backslash
33030 infty}
33031 \backslash
33032 ,
33033 \backslash
33034 frac{1}{x^{2}}$
33035 \end_layout
33036
33037 \begin_layout Plain Layout
33038
33039     pass
33040 \end_layout
33041
33042 \end_inset
33043
33044
33045 \end_layout
33046
33047 \begin_layout Standard
33048 \begin_inset VSpace bigskip
33049 \end_inset
33050
33051
33052 \end_layout
33053
33054 \begin_layout Standard
33055 Las preferencias globales se pueden establecer en el diálogo 
33056 \family sans
33057 Documento\SpecialChar \menuseparator
33058 Configuración\SpecialChar \menuseparator
33059 Diseño
33060 \begin_inset space ~
33061 \end_inset
33062
33063 del
33064 \begin_inset space ~
33065 \end_inset
33066
33067 texto.
33068  
33069 \family default
33070 Para ver ahí una lista de las opciones disponibles, escribe una interrogación
33071  «?» en el campo de texto.
33072 \end_layout
33073
33074 \begin_layout Standard
33075 Para más información sobre el paquete 
33076 \series bold
33077 listings
33078 \series default
33079 , consulta su documentación
33080 \begin_inset space ~
33081 \end_inset
33082
33083
33084 \begin_inset CommandInset citation
33085 LatexCommand cite
33086 key "listings"
33087
33088 \end_inset
33089
33090 .
33091 \end_layout
33092
33093 \begin_layout Standard
33094 \begin_inset Newpage newpage
33095 \end_inset
33096
33097
33098 \end_layout
33099
33100 \begin_layout Chapter
33101 \start_of_appendix
33102 Unidades disponibles en LyX
33103 \begin_inset Index idx
33104 status collapsed
33105
33106 \begin_layout Plain Layout
33107 Unidades
33108 \end_layout
33109
33110 \end_inset
33111
33112
33113 \begin_inset CommandInset label
33114 LatexCommand label
33115 name "cap:Unidades-disponibles-en"
33116
33117 \end_inset
33118
33119
33120 \end_layout
33121
33122 \begin_layout Standard
33123 Para comprender las unidades utilizadas en este manual, el cuadro
33124 \begin_inset space ~
33125 \end_inset
33126
33127
33128 \begin_inset CommandInset ref
33129 LatexCommand ref
33130 reference "tab:Unidades"
33131
33132 \end_inset
33133
33134  describe todas las unidades disponibles en LyX.
33135 \end_layout
33136
33137 \begin_layout Standard
33138 \begin_inset Float table
33139 placement h
33140 wide false
33141 sideways false
33142 status open
33143
33144 \begin_layout Plain Layout
33145 \begin_inset Caption
33146
33147 \begin_layout Plain Layout
33148 \begin_inset CommandInset label
33149 LatexCommand label
33150 name "tab:Unidades"
33151
33152 \end_inset
33153
33154 Unidades
33155 \end_layout
33156
33157 \end_inset
33158
33159
33160 \end_layout
33161
33162 \begin_layout Plain Layout
33163 \begin_inset VSpace medskip
33164 \end_inset
33165
33166
33167 \end_layout
33168
33169 \begin_layout Plain Layout
33170 \align center
33171 \begin_inset Tabular
33172 <lyxtabular version="3" rows="20" columns="2">
33173 <features tabularvalignment="middle">
33174 <column alignment="center" valignment="top" width="0">
33175 <column alignment="center" valignment="top" width="0">
33176 <row>
33177 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
33178 \begin_inset Text
33179
33180 \begin_layout Plain Layout
33181 unidad
33182 \end_layout
33183
33184 \end_inset
33185 </cell>
33186 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
33187 \begin_inset Text
33188
33189 \begin_layout Plain Layout
33190 nombre/descripción
33191 \end_layout
33192
33193 \end_inset
33194 </cell>
33195 </row>
33196 <row>
33197 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
33198 \begin_inset Text
33199
33200 \begin_layout Plain Layout
33201 mm
33202 \end_layout
33203
33204 \end_inset
33205 </cell>
33206 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
33207 \begin_inset Text
33208
33209 \begin_layout Plain Layout
33210 milímetro
33211 \end_layout
33212
33213 \end_inset
33214 </cell>
33215 </row>
33216 <row>
33217 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
33218 \begin_inset Text
33219
33220 \begin_layout Plain Layout
33221 cm
33222 \end_layout
33223
33224 \end_inset
33225 </cell>
33226 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
33227 \begin_inset Text
33228
33229 \begin_layout Plain Layout
33230 centímetro
33231 \end_layout
33232
33233 \end_inset
33234 </cell>
33235 </row>
33236 <row>
33237 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
33238 \begin_inset Text
33239
33240 \begin_layout Plain Layout
33241 in
33242 \end_layout
33243
33244 \end_inset
33245 </cell>
33246 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
33247 \begin_inset Text
33248
33249 \begin_layout Plain Layout
33250 pulgada
33251 \end_layout
33252
33253 \end_inset
33254 </cell>
33255 </row>
33256 <row>
33257 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
33258 \begin_inset Text
33259
33260 \begin_layout Plain Layout
33261 pt
33262 \end_layout
33263
33264 \end_inset
33265 </cell>
33266 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
33267 \begin_inset Text
33268
33269 \begin_layout Plain Layout
33270 punto (72.27
33271 \begin_inset space \thinspace{}
33272 \end_inset
33273
33274 pt = 1
33275 \begin_inset space \thinspace{}
33276 \end_inset
33277
33278 in)
33279 \end_layout
33280
33281 \end_inset
33282 </cell>
33283 </row>
33284 <row>
33285 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
33286 \begin_inset Text
33287
33288 \begin_layout Plain Layout
33289 pc
33290 \end_layout
33291
33292 \end_inset
33293 </cell>
33294 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
33295 \begin_inset Text
33296
33297 \begin_layout Plain Layout
33298 pica (1
33299 \begin_inset space \thinspace{}
33300 \end_inset
33301
33302 pc = 12
33303 \begin_inset space \thinspace{}
33304 \end_inset
33305
33306 pt)
33307 \end_layout
33308
33309 \end_inset
33310 </cell>
33311 </row>
33312 <row>
33313 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
33314 \begin_inset Text
33315
33316 \begin_layout Plain Layout
33317 sp
33318 \end_layout
33319
33320 \end_inset
33321 </cell>
33322 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
33323 \begin_inset Text
33324
33325 \begin_layout Plain Layout
33326 punto escalado (65536
33327 \begin_inset space \thinspace{}
33328 \end_inset
33329
33330 sp = 1
33331 \begin_inset space \thinspace{}
33332 \end_inset
33333
33334 pt)
33335 \end_layout
33336
33337 \end_inset
33338 </cell>
33339 </row>
33340 <row>
33341 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
33342 \begin_inset Text
33343
33344 \begin_layout Plain Layout
33345 bp
33346 \end_layout
33347
33348 \end_inset
33349 </cell>
33350 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
33351 \begin_inset Text
33352
33353 \begin_layout Plain Layout
33354 punto grande (72
33355 \begin_inset space \thinspace{}
33356 \end_inset
33357
33358 bp = 1
33359 \begin_inset space \thinspace{}
33360 \end_inset
33361
33362 in)
33363 \end_layout
33364
33365 \end_inset
33366 </cell>
33367 </row>
33368 <row>
33369 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
33370 \begin_inset Text
33371
33372 \begin_layout Plain Layout
33373 dd
33374 \end_layout
33375
33376 \end_inset
33377 </cell>
33378 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
33379 \begin_inset Text
33380
33381 \begin_layout Plain Layout
33382 didot (1
33383 \begin_inset space \thinspace{}
33384 \end_inset
33385
33386 dd 
33387 \begin_inset Formula $\approx$
33388 \end_inset
33389
33390  0.376
33391 \begin_inset space \thinspace{}
33392 \end_inset
33393
33394 mm)
33395 \end_layout
33396
33397 \end_inset
33398 </cell>
33399 </row>
33400 <row>
33401 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
33402 \begin_inset Text
33403
33404 \begin_layout Plain Layout
33405 cc
33406 \end_layout
33407
33408 \end_inset
33409 </cell>
33410 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
33411 \begin_inset Text
33412
33413 \begin_layout Plain Layout
33414 cicero (1
33415 \begin_inset space \thinspace{}
33416 \end_inset
33417
33418 cc = 12
33419 \begin_inset space \thinspace{}
33420 \end_inset
33421
33422 dd)
33423 \end_layout
33424
33425 \end_inset
33426 </cell>
33427 </row>
33428 <row>
33429 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
33430 \begin_inset Text
33431
33432 \begin_layout Plain Layout
33433 escala
33434 \begin_inset space \thinspace{}
33435 \end_inset
33436
33437 %
33438 \end_layout
33439
33440 \end_inset
33441 </cell>
33442 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
33443 \begin_inset Text
33444
33445 \begin_layout Plain Layout
33446 % del tamaño original de la imagen
33447 \end_layout
33448
33449 \end_inset
33450 </cell>
33451 </row>
33452 <row>
33453 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
33454 \begin_inset Text
33455
33456 \begin_layout Plain Layout
33457 texto
33458 \begin_inset space \thinspace{}
33459 \end_inset
33460
33461 %
33462 \end_layout
33463
33464 \end_inset
33465 </cell>
33466 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
33467 \begin_inset Text
33468
33469 \begin_layout Plain Layout
33470 % de anchura de texto
33471 \end_layout
33472
33473 \end_inset
33474 </cell>
33475 </row>
33476 <row>
33477 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
33478 \begin_inset Text
33479
33480 \begin_layout Plain Layout
33481 columna
33482 \begin_inset space \thinspace{}
33483 \end_inset
33484
33485 %
33486 \end_layout
33487
33488 \end_inset
33489 </cell>
33490 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
33491 \begin_inset Text
33492
33493 \begin_layout Plain Layout
33494 % de anchura de columna
33495 \end_layout
33496
33497 \end_inset
33498 </cell>
33499 </row>
33500 <row>
33501 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
33502 \begin_inset Text
33503
33504 \begin_layout Plain Layout
33505 página
33506 \begin_inset space \thinspace{}
33507 \end_inset
33508
33509 %
33510 \end_layout
33511
33512 \end_inset
33513 </cell>
33514 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
33515 \begin_inset Text
33516
33517 \begin_layout Plain Layout
33518 % de anchura de página
33519 \end_layout
33520
33521 \end_inset
33522 </cell>
33523 </row>
33524 <row>
33525 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
33526 \begin_inset Text
33527
33528 \begin_layout Plain Layout
33529 línea
33530 \begin_inset space \thinspace{}
33531 \end_inset
33532
33533 %
33534 \end_layout
33535
33536 \end_inset
33537 </cell>
33538 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
33539 \begin_inset Text
33540
33541 \begin_layout Plain Layout
33542 % de anchura de línea
33543 \end_layout
33544
33545 \end_inset
33546 </cell>
33547 </row>
33548 <row>
33549 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
33550 \begin_inset Text
33551
33552 \begin_layout Plain Layout
33553 alt.
33554  texto
33555 \begin_inset space \thinspace{}
33556 \end_inset
33557
33558 %
33559 \end_layout
33560
33561 \end_inset
33562 </cell>
33563 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
33564 \begin_inset Text
33565
33566 \begin_layout Plain Layout
33567 % de altura de texto
33568 \end_layout
33569
33570 \end_inset
33571 </cell>
33572 </row>
33573 <row>
33574 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
33575 \begin_inset Text
33576
33577 \begin_layout Plain Layout
33578 alt.
33579  pág.
33580 \begin_inset space \thinspace{}
33581 \end_inset
33582
33583 %
33584 \end_layout
33585
33586 \end_inset
33587 </cell>
33588 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
33589 \begin_inset Text
33590
33591 \begin_layout Plain Layout
33592 % de altura de página
33593 \end_layout
33594
33595 \end_inset
33596 </cell>
33597 </row>
33598 <row>
33599 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
33600 \begin_inset Text
33601
33602 \begin_layout Plain Layout
33603 ex
33604 \end_layout
33605
33606 \end_inset
33607 </cell>
33608 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
33609 \begin_inset Text
33610
33611 \begin_layout Plain Layout
33612 altura de la letra 
33613 \emph on
33614 x
33615 \emph default
33616  en la fuente actual
33617 \end_layout
33618
33619 \end_inset
33620 </cell>
33621 </row>
33622 <row>
33623 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
33624 \begin_inset Text
33625
33626 \begin_layout Plain Layout
33627 em
33628 \end_layout
33629
33630 \end_inset
33631 </cell>
33632 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
33633 \begin_inset Text
33634
33635 \begin_layout Plain Layout
33636 anchura de la letra 
33637 \emph on
33638 M
33639 \emph default
33640  en la fuente actual
33641 \end_layout
33642
33643 \end_inset
33644 </cell>
33645 </row>
33646 <row>
33647 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
33648 \begin_inset Text
33649
33650 \begin_layout Plain Layout
33651 mu
33652 \end_layout
33653
33654 \end_inset
33655 </cell>
33656 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
33657 \begin_inset Text
33658
33659 \begin_layout Plain Layout
33660 unidad matemática (1
33661 \begin_inset space \thinspace{}
33662 \end_inset
33663
33664 mu = 1/18
33665 \begin_inset space \thinspace{}
33666 \end_inset
33667
33668 em)
33669 \end_layout
33670
33671 \end_inset
33672 </cell>
33673 </row>
33674 </lyxtabular>
33675
33676 \end_inset
33677
33678
33679 \end_layout
33680
33681 \end_inset
33682
33683
33684 \end_layout
33685
33686 \begin_layout Chapter
33687 Formatos de archivos de salida con gráficos
33688 \begin_inset CommandInset label
33689 LatexCommand label
33690 name "cap:Formatos-de-Archivos-de-Salida"
33691
33692 \end_inset
33693
33694
33695 \end_layout
33696
33697 \begin_layout Section
33698 DVI
33699 \begin_inset Index idx
33700 status collapsed
33701
33702 \begin_layout Plain Layout
33703 Formatos de archivo ! DVI
33704 \end_layout
33705
33706 \end_inset
33707
33708
33709 \begin_inset Index idx
33710 status collapsed
33711
33712 \begin_layout Plain Layout
33713 DVI|see
33714 \begin_inset ERT
33715 status collapsed
33716
33717 \begin_layout Plain Layout
33718
33719 {
33720 \end_layout
33721
33722 \end_inset
33723
33724 Formatos de archivo
33725 \begin_inset ERT
33726 status collapsed
33727
33728 \begin_layout Plain Layout
33729
33730 }
33731 \end_layout
33732
33733 \end_inset
33734
33735
33736 \end_layout
33737
33738 \end_inset
33739
33740
33741 \end_layout
33742
33743 \begin_layout Standard
33744 Este tipo de archivo tiene la extensión «
33745 \family typewriter
33746 .dvi
33747 \family default
33748 ».
33749  Se denomina «device-independent» (DVI), porque es completamente portable;
33750  se pueden mover de una máquina a otra sin necesidad de conversión alguna.
33751  En la época en que se desarrolló este formato, esto no era un asunto baladí.
33752  Los DVI se usan para vistas preliminares rápidas y como preparación para
33753  otros formatos de salida como PostScript.
33754 \end_layout
33755
33756 \begin_layout Standard
33757 \begin_inset Note Greyedout
33758 status open
33759
33760 \begin_layout Plain Layout
33761
33762 \series bold
33763 Nota:
33764 \series default
33765  Los archivos DVI no contienen imágenes, sino enlaces a ellas.
33766 \end_layout
33767
33768 \end_inset
33769
33770  Por tanto no debes olvidar esto si mueves archivos 
33771 \family typewriter
33772 .dvi
33773 \family default
33774  a otro ordenador.
33775  Esta característica también puede retardar la visualización del archivo,
33776  porque el visor DVI tiene que convertir la imagen en segundo plano para
33777  hacerla visible al deslizar el visor.
33778  Así pues recomendamos usar PDF para archivos con muchas imágenes.
33779 \end_layout
33780
33781 \begin_layout Standard
33782 Un documento se exporta a DVI con el menú 
33783 \family sans
33784 Archivo\SpecialChar \menuseparator
33785 Exportar\SpecialChar \menuseparator
33786 DVI
33787 \family default
33788 .
33789  Puedes ver la salida del documento en DVI con el menú 
33790 \family sans
33791 Ver\SpecialChar \menuseparator
33792 DVI 
33793 \family default
33794 o con el botón
33795 \begin_inset space ~
33796 \end_inset
33797
33798
33799 \begin_inset Graphics
33800         filename ../../images/buffer-view_dvi.png
33801         scale 85
33802
33803 \end_inset
33804
33805 .
33806 \end_layout
33807
33808 \begin_layout Section
33809 PostScript
33810 \begin_inset CommandInset label
33811 LatexCommand label
33812 name "sec:PostScript"
33813
33814 \end_inset
33815
33816
33817 \begin_inset Index idx
33818 status collapsed
33819
33820 \begin_layout Plain Layout
33821 Formatos de archivo ! PostScript
33822 \end_layout
33823
33824 \end_inset
33825
33826
33827 \begin_inset Index idx
33828 status collapsed
33829
33830 \begin_layout Plain Layout
33831 PostScript|see
33832 \begin_inset ERT
33833 status collapsed
33834
33835 \begin_layout Plain Layout
33836
33837 {
33838 \end_layout
33839
33840 \end_inset
33841
33842 Formatos de archivo
33843 \begin_inset ERT
33844 status collapsed
33845
33846 \begin_layout Plain Layout
33847
33848 }
33849 \end_layout
33850
33851 \end_inset
33852
33853
33854 \end_layout
33855
33856 \end_inset
33857
33858
33859 \end_layout
33860
33861 \begin_layout Standard
33862 Este tipo de archivo tiene la extensión «
33863 \family typewriter
33864 .ps
33865 \family default
33866 ».
33867  PostScript fue desarrollado por la compañía 
33868 \family typewriter
33869 Adobe
33870 \family default
33871  como lenguaje para impresoras.
33872  Por eso estos archivos contienen comandos que usa la impresora para imprimirlos.
33873  PostScript puede considerarse como un «lenguaje de programación»; con él
33874  puedes calcular y dibujar imágenes y diagramas.
33875 \begin_inset Foot
33876 status collapsed
33877
33878 \begin_layout Plain Layout
33879 Si estás interesado en este tema acude al paquete LaTeX 
33880 \series bold
33881 PSTricks
33882 \series default
33883  
33884 \begin_inset CommandInset citation
33885 LatexCommand cite
33886 key "pstricks"
33887
33888 \end_inset
33889
33890 .
33891 \end_layout
33892
33893 \end_inset
33894
33895  Por esto los archivos suelen ser más grandes que los PDF.
33896 \end_layout
33897
33898 \begin_layout Standard
33899 Los archivos PostScript sólo pueden contener imágenes en el formato «Encapsulate
33900 d PostScript» (EPS, extensión «
33901 \family typewriter
33902 .eps
33903 \family default
33904 »).
33905  Como LyX permite usar cualquier formato de imagen conocido, tiene que trabajar
33906  en segundo plano para convertir las imágenes a EPS.
33907  Si por ejemplo, el documento tiene 50 imágenes, LyX ha de hacer 50 conversiones
33908  cada vez que veas o exportes el documento.
33909  Esto ralentizará mucho el trabajo, así que si piensas usar PostScript,
33910  puedes evitar el problema insertando las imágenes directamente en EPS.
33911 \end_layout
33912
33913 \begin_layout Standard
33914 El documento se puede exportar a PostScript con el menú 
33915 \family sans
33916 Archivo\SpecialChar \menuseparator
33917 Exportar\SpecialChar \menuseparator
33918 Postscript
33919 \family default
33920 .
33921  Se puede ver la salida en PostScript con el menú 
33922 \family sans
33923 Ver\SpecialChar \menuseparator
33924 Postscript 
33925 \family default
33926 o con el botón
33927 \begin_inset space ~
33928 \end_inset
33929
33930
33931 \begin_inset Graphics
33932         filename ../../images/buffer-view_ps.png
33933
33934 \end_inset
33935
33936 .
33937 \end_layout
33938
33939 \begin_layout Section
33940 PDF
33941 \begin_inset Index idx
33942 status collapsed
33943
33944 \begin_layout Plain Layout
33945 Formatos de archivo ! PDF
33946 \end_layout
33947
33948 \end_inset
33949
33950
33951 \begin_inset Index idx
33952 status collapsed
33953
33954 \begin_layout Plain Layout
33955 PDF
33956 \end_layout
33957
33958 \end_inset
33959
33960
33961 \end_layout
33962
33963 \begin_layout Standard
33964 Este tipo de archivo tiene la extensión «
33965 \family typewriter
33966 .pdf
33967 \family default
33968 ».
33969  El formato «Portable Document Format» (PDF) fue desarrollado por 
33970 \family typewriter
33971 Adobe
33972 \family default
33973  como derivado de PostScript.
33974  Es más comprimido y utiliza muchos menos comandos que PostScript.
33975  Como su nombre «portable» indica, puede ser procesado por cualquier sistema
33976  operativo y la salida impresa se muestra exactamente igual.
33977 \end_layout
33978
33979 \begin_layout Standard
33980 PDF puede contener imágenes en su propio formato PDF, en el formato «Joint
33981  Photographic Experts Group» (JPG, extensión «
33982 \family typewriter
33983 .jpg
33984 \family default
33985 » o «
33986 \family typewriter
33987 .jpeg
33988 \family default
33989 »), y en el formato «Portable Network Graphics» (PNG, extensión «
33990 \family typewriter
33991 .png
33992 \family default
33993 »).
33994  Aunque puedes poner cualquier otro formato de imagen, porque LyX los convierte
33995  en segundo plano a alguno de los anteriores.
33996  Pero como se ha comentado en la sección sobre PostScript, la conversión
33997  de gráficos ralentiza el trabajo.
33998  Por tanto se recomienda utilizar alguno de los tres formatos de imagen
33999  mencionados.
34000 \end_layout
34001
34002 \begin_layout Standard
34003 Un documento se puede exportar a PDF con el menú 
34004 \family sans
34005 Archivo\SpecialChar \menuseparator
34006 Exportar
34007 \family default
34008  en tres modos diferentes:
34009 \end_layout
34010
34011 \begin_layout Description
34012 PDF
34013 \begin_inset space ~
34014 \end_inset
34015
34016 (ps2pdf) Este utiliza el programa 
34017 \family typewriter
34018 ps2pdf
34019 \family default
34020  que crea un PDF a partir de una versión PostScript del archivo.
34021  La versión PostScript es producida por el programa 
34022 \family typewriter
34023 dvips
34024 \family default
34025  que usa una versión DVI como paso intermedio.
34026  Así que este modo de exportación consta de tres conversiones.
34027 \end_layout
34028
34029 \begin_layout Description
34030 PDF
34031 \begin_inset space ~
34032 \end_inset
34033
34034 (dvipdfm) Este utiliza el programa 
34035 \family typewriter
34036 dvipdfm
34037 \family default
34038  que convierte el archivo a DVI en segundo plano y en un segundo paso a
34039  PDF.
34040 \end_layout
34041
34042 \begin_layout Description
34043 PDF
34044 \begin_inset space ~
34045 \end_inset
34046
34047 (pdflatex) Este utiliza el programa 
34048 \family typewriter
34049 pdftex
34050 \family default
34051  que convierte directamente el archivo a PDF.
34052 \end_layout
34053
34054 \begin_layout Standard
34055 Se recomienda usar 
34056 \family sans
34057 PDF
34058 \begin_inset space ~
34059 \end_inset
34060
34061 (pdflatex)
34062 \family default
34063  porque 
34064 \family typewriter
34065 pdftex
34066 \family default
34067  soporta todas las características de las versiones actuales de PDF, es
34068  rápido y estable.
34069  El programa 
34070 \family typewriter
34071 dvipdfm
34072 \family default
34073  ya no se desarrolla y está un poco obsoleto.
34074 \end_layout
34075
34076 \begin_layout Standard
34077 La salida en formato PDF se puede ver con el menú 
34078 \family sans
34079 Ver 
34080 \family default
34081 o con el botón
34082 \begin_inset space ~
34083 \end_inset
34084
34085
34086 \begin_inset Graphics
34087         filename ../../images/buffer-view_pdf2.png
34088         scale 85
34089
34090 \end_inset
34091
34092  (que usa 
34093 \family sans
34094 PDF
34095 \begin_inset space ~
34096 \end_inset
34097
34098 (pdflatex)
34099 \family default
34100 ).
34101 \end_layout
34102
34103 \begin_layout Chapter
34104 Explicación de la ecuación
34105 \begin_inset space ~
34106 \end_inset
34107
34108 (
34109 \begin_inset CommandInset ref
34110 LatexCommand ref
34111 reference "eq:Wgn"
34112
34113 \end_inset
34114
34115 )
34116 \begin_inset CommandInset label
34117 LatexCommand label
34118 name "cap:Explicación-de-la-Ecuación"
34119
34120 \end_inset
34121
34122
34123 \end_layout
34124
34125 \begin_layout Standard
34126 La anchura total de 
34127 \emph on
34128 n
34129 \emph default
34130  celdas de una tabla 
34131 \begin_inset Formula $W_{\mathrm{tot\, n}}$
34132 \end_inset
34133
34134  puede calcularse con
34135 \end_layout
34136
34137 \begin_layout Standard
34138 \begin_inset Formula \begin{equation}
34139 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}
34140
34141 \end_inset
34142
34143
34144 \end_layout
34145
34146 \begin_layout Standard
34147 donde 
34148 \begin_inset Formula $W_{g\, n}$
34149 \end_inset
34150
34151  es el ancho dado de todas las celdas.
34152  
34153 \series bold
34154
34155 \backslash
34156 tabcolsep
34157 \series default
34158  es la longitud LaTeX entre el texto y el borde de la celda, 6
34159 \begin_inset space \thinspace{}
34160 \end_inset
34161
34162 pt por omisión.
34163  
34164 \series bold
34165
34166 \backslash
34167 arrayrulewidth
34168 \series default
34169  es el grosor de línea del borde, 0.4
34170 \begin_inset space \thinspace{}
34171 \end_inset
34172
34173 pt por omisión.
34174 \end_layout
34175
34176 \begin_layout Standard
34177 Procediendo como en la ecuación
34178 \begin_inset space ~
34179 \end_inset
34180
34181
34182 \begin_inset CommandInset ref
34183 LatexCommand eqref
34184 reference "eq:Wtot_n"
34185
34186 \end_inset
34187
34188 , el ancho total de una multicolumna, 
34189 \begin_inset Formula $W_{\mathrm{tot\, mult}}$
34190 \end_inset
34191
34192  es
34193 \end_layout
34194
34195 \begin_layout Standard
34196 \begin_inset Formula \begin{equation}
34197 W_{\mathrm{tot\, mult}}=W_{g\,\mathrm{mult}}+2\cdot\backslash\mbox{tabcolsep}+2\cdot\backslash\mbox{arrayrulewidth}\label{eq:Wtot_mult}\end{equation}
34198
34199 \end_inset
34200
34201
34202 \end_layout
34203
34204 \begin_layout Standard
34205 Igualando las ecuaciones
34206 \begin_inset space ~
34207 \end_inset
34208
34209
34210 \begin_inset CommandInset ref
34211 LatexCommand eqref
34212 reference "eq:Wtot_n"
34213
34214 \end_inset
34215
34216  y 
34217 \begin_inset CommandInset ref
34218 LatexCommand eqref
34219 reference "eq:Wtot_mult"
34220
34221 \end_inset
34222
34223  podemos calcular el ancho dado necesario 
34224 \begin_inset Formula $W_{g\, n}$
34225 \end_inset
34226
34227  cuando se expanden 
34228 \emph on
34229 n
34230 \emph default
34231  columnas, de forma que cada una de ellas tiene una anchura total  
34232 \begin_inset Formula $W_{\mathrm{tot\, mult}}/n$
34233 \end_inset
34234
34235 :
34236 \end_layout
34237
34238 \begin_layout Standard
34239 \begin_inset Formula \begin{equation}
34240 W_{g\, n}=(W_{g\,\mathrm{mult}}+(1-n)\cdot(2\cdot\backslash\mbox{tabcolsep}+\backslash\mbox{arrayrulewidth}))/n\end{equation}
34241
34242 \end_inset
34243
34244
34245 \end_layout
34246
34247 \begin_layout Bibliography
34248 \labelwidthstring Bibliografía
34249 \begin_inset CommandInset bibitem
34250 LatexCommand bibitem
34251 key "latexcompanion"
34252
34253 \end_inset
34254
34255 Frank Mittelbach and Michel Goossens: 
34256 \emph on
34257 The LaTeX Companion Second Edition.
34258
34259 \emph default
34260  Addison-Wesley, 2004
34261 \end_layout
34262
34263 \begin_layout Bibliography
34264 \labelwidthstring Bibliografía
34265 \begin_inset CommandInset bibitem
34266 LatexCommand bibitem
34267 key "latexguide"
34268
34269 \end_inset
34270
34271 Helmut Kopka and Patrick W.
34272  Daly: 
34273 \emph on
34274 A Guide to LaTeX Fourth Edition.
34275
34276 \emph default
34277  Addison-Wesley, 2003
34278 \end_layout
34279
34280 \begin_layout Bibliography
34281 \labelwidthstring Bibliografía
34282 \begin_inset CommandInset bibitem
34283 LatexCommand bibitem
34284 key "latexbook"
34285
34286 \end_inset
34287
34288 Leslie Lamport: 
34289 \emph on
34290 LaTeX: A Document Preparation System.
34291
34292 \emph default
34293  Addison-Wesley, second edition, 1994
34294 \end_layout
34295
34296 \begin_layout Bibliography
34297 \labelwidthstring Bibliografía
34298 \begin_inset CommandInset bibitem
34299 LatexCommand bibitem
34300 key "booktabs"
34301
34302 \end_inset
34303
34304 Documentación del paquete LaTeX 
34305 \series bold
34306
34307 \begin_inset CommandInset href
34308 LatexCommand href
34309 name "booktabs"
34310 target "ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/booktabs/booktabs.pdf"
34311
34312 \end_inset
34313
34314
34315 \series default
34316
34317 \begin_inset Index idx
34318 status collapsed
34319
34320 \begin_layout Plain Layout
34321 LaTeX-paquetes ! booktabs
34322 \end_layout
34323
34324 \end_inset
34325
34326
34327 \end_layout
34328
34329 \begin_layout Bibliography
34330 \labelwidthstring Bibliografía
34331 \begin_inset CommandInset bibitem
34332 LatexCommand bibitem
34333 key "caption"
34334
34335 \end_inset
34336
34337 Documentación del paquete LaTeX 
34338 \series bold
34339
34340 \begin_inset CommandInset href
34341 LatexCommand href
34342 name "caption"
34343 target "ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/caption/caption.pdf"
34344
34345 \end_inset
34346
34347
34348 \series default
34349
34350 \begin_inset Index idx
34351 status collapsed
34352
34353 \begin_layout Plain Layout
34354 LaTeX-paquetes ! caption
34355 \end_layout
34356
34357 \end_inset
34358
34359
34360 \end_layout
34361
34362 \begin_layout Bibliography
34363 \labelwidthstring Bibliografía
34364 \begin_inset CommandInset bibitem
34365 LatexCommand bibitem
34366 key "endfloat"
34367
34368 \end_inset
34369
34370 Documentación del paquete LaTeX 
34371 \series bold
34372
34373 \begin_inset CommandInset href
34374 LatexCommand href
34375 name "endfloat"
34376 target "ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/endfloat/endfloat.pdf"
34377
34378 \end_inset
34379
34380
34381 \series default
34382
34383 \begin_inset Index idx
34384 status collapsed
34385
34386 \begin_layout Plain Layout
34387 LaTeX-paquetes ! endfloat
34388 \end_layout
34389
34390 \end_inset
34391
34392
34393 \end_layout
34394
34395 \begin_layout Bibliography
34396 \labelwidthstring Bibliografía
34397 \begin_inset CommandInset bibitem
34398 LatexCommand bibitem
34399 key "wrapfig"
34400
34401 \end_inset
34402
34403 Documentación del paquete LaTeX 
34404 \series bold
34405
34406 \begin_inset CommandInset href
34407 LatexCommand href
34408 name "wrapfig"
34409 target "ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/wrapfig/wrapfig.sty"
34410
34411 \end_inset
34412
34413
34414 \series default
34415
34416 \begin_inset Index idx
34417 status collapsed
34418
34419 \begin_layout Plain Layout
34420 LaTeX-paquetes ! wrapfig
34421 \begin_inset ERT
34422 status collapsed
34423
34424 \begin_layout Plain Layout
34425
34426
34427 \backslash
34428 vspace{4mm}
34429 \end_layout
34430
34431 \end_inset
34432
34433
34434 \end_layout
34435
34436 \end_inset
34437
34438
34439 \end_layout
34440
34441 \begin_layout Bibliography
34442 \labelwidthstring Bibliografía
34443 \begin_inset CommandInset bibitem
34444 LatexCommand bibitem
34445 key "footmisc"
34446
34447 \end_inset
34448
34449 Documentación del paquete LaTeX 
34450 \series bold
34451
34452 \begin_inset CommandInset href
34453 LatexCommand href
34454 name "footmisc"
34455 target "ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/footmisc/footmisc.pdf"
34456
34457 \end_inset
34458
34459
34460 \series default
34461
34462 \begin_inset Index idx
34463 status collapsed
34464
34465 \begin_layout Plain Layout
34466 LaTeX-paquetes ! footmisc
34467 \end_layout
34468
34469 \end_inset
34470
34471
34472 \end_layout
34473
34474 \begin_layout Bibliography
34475 \labelwidthstring Bibliografía
34476 \begin_inset CommandInset bibitem
34477 LatexCommand bibitem
34478 key "hypcap"
34479
34480 \end_inset
34481
34482 Documentación del paquete LaTeX 
34483 \series bold
34484
34485 \begin_inset CommandInset href
34486 LatexCommand href
34487 name "hypcap"
34488 target "http://www.ctan.org/tex-archive/macros/latex/contrib/oberdiek/hypcap.pdf"
34489
34490 \end_inset
34491
34492
34493 \series default
34494
34495 \begin_inset Index idx
34496 status collapsed
34497
34498 \begin_layout Plain Layout
34499 LaTeX-paquetes ! hyperref
34500 \end_layout
34501
34502 \end_inset
34503
34504
34505 \end_layout
34506
34507 \begin_layout Bibliography
34508 \labelwidthstring Bibliografía
34509 \begin_inset CommandInset bibitem
34510 LatexCommand bibitem
34511 key "hyperref"
34512
34513 \end_inset
34514
34515 Documentación del paquete LaTeX 
34516 \series bold
34517
34518 \begin_inset CommandInset href
34519 LatexCommand href
34520 name "hyperref"
34521 target "ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/hyperref/hyperref.pdf"
34522
34523 \end_inset
34524
34525
34526 \series default
34527
34528 \begin_inset Index idx
34529 status collapsed
34530
34531 \begin_layout Plain Layout
34532 LaTeX-paquetes ! hyperref
34533 \end_layout
34534
34535 \end_inset
34536
34537
34538 \end_layout
34539
34540 \begin_layout Bibliography
34541 \labelwidthstring Bibliografía
34542 \begin_inset CommandInset bibitem
34543 LatexCommand bibitem
34544 key "KOMA-Script"
34545
34546 \end_inset
34547
34548 Documentación del paquete LaTeX 
34549 \series bold
34550
34551 \begin_inset CommandInset href
34552 LatexCommand href
34553 name "KOMA-Script"
34554 target "ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/koma-script/scrguien.pdf"
34555
34556 \end_inset
34557
34558
34559 \series default
34560
34561 \begin_inset Index idx
34562 status collapsed
34563
34564 \begin_layout Plain Layout
34565 LaTeX-paquetes ! KOMA-Script
34566 \end_layout
34567
34568 \end_inset
34569
34570
34571 \end_layout
34572
34573 \begin_layout Bibliography
34574 \labelwidthstring Bibliografía
34575 \begin_inset CommandInset bibitem
34576 LatexCommand bibitem
34577 key "listings"
34578
34579 \end_inset
34580
34581 Documentación del paquete LaTeX 
34582 \series bold
34583
34584 \begin_inset CommandInset href
34585 LatexCommand href
34586 name "listings"
34587 target "ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/listings/listings.pdf"
34588
34589 \end_inset
34590
34591
34592 \series default
34593
34594 \begin_inset Index idx
34595 status collapsed
34596
34597 \begin_layout Plain Layout
34598 LaTeX-paquetes ! listings
34599 \end_layout
34600
34601 \end_inset
34602
34603
34604 \end_layout
34605
34606 \begin_layout Bibliography
34607 \labelwidthstring Bibliografía
34608 \begin_inset CommandInset bibitem
34609 LatexCommand bibitem
34610 key "marginnote"
34611
34612 \end_inset
34613
34614 Documentación del paquete LaTeX 
34615 \series bold
34616
34617 \begin_inset CommandInset href
34618 LatexCommand href
34619 name "marginnote"
34620 target "ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/marginnote/marginnote.pdf"
34621
34622 \end_inset
34623
34624
34625 \series default
34626
34627 \begin_inset Index idx
34628 status collapsed
34629
34630 \begin_layout Plain Layout
34631 LaTeX-paquetes ! marginnote
34632 \end_layout
34633
34634 \end_inset
34635
34636
34637 \end_layout
34638
34639 \begin_layout Bibliography
34640 \labelwidthstring Bibliografía
34641 \begin_inset CommandInset bibitem
34642 LatexCommand bibitem
34643 key "pstricks"
34644
34645 \end_inset
34646
34647 Página web del paquete LaTeX 
34648 \series bold
34649
34650 \begin_inset CommandInset href
34651 LatexCommand href
34652 name "PSTricks"
34653 target "http://tug.org/PSTricks/"
34654
34655 \end_inset
34656
34657
34658 \series default
34659
34660 \begin_inset Index idx
34661 status collapsed
34662
34663 \begin_layout Plain Layout
34664 LaTeX-paquetes ! PSTricks
34665 \end_layout
34666
34667 \end_inset
34668
34669
34670 \end_layout
34671
34672 \begin_layout Bibliography
34673 \labelwidthstring Bibliografía
34674 \begin_inset CommandInset bibitem
34675 LatexCommand bibitem
34676 key "sidecap"
34677
34678 \end_inset
34679
34680 Documentación del paquete LaTeX 
34681 \series bold
34682
34683 \begin_inset CommandInset href
34684 LatexCommand href
34685 name "sidecap"
34686 target "ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/sidecap/sidecap.pdf"
34687
34688 \end_inset
34689
34690
34691 \series default
34692
34693 \begin_inset Index idx
34694 status collapsed
34695
34696 \begin_layout Plain Layout
34697 LaTeX-paquetes ! sidecap
34698 \end_layout
34699
34700 \end_inset
34701
34702
34703 \end_layout
34704
34705 \begin_layout Bibliography
34706 \labelwidthstring Bibliografía
34707 \begin_inset CommandInset bibitem
34708 LatexCommand bibitem
34709 key "prettyref"
34710
34711 \end_inset
34712
34713 Documentación del paquete LaTeX 
34714 \series bold
34715
34716 \begin_inset CommandInset href
34717 LatexCommand href
34718 name "prettyref"
34719 target "http://www.ctan.org/tex-archive/macros/latex/contrib/prettyref/prettyref.pdf"
34720
34721 \end_inset
34722
34723
34724 \series default
34725
34726 \begin_inset Index idx
34727 status collapsed
34728
34729 \begin_layout Plain Layout
34730 LaTeX-paquetes ! prettyref
34731 \end_layout
34732
34733 \end_inset
34734
34735
34736 \end_layout
34737
34738 \begin_layout Bibliography
34739 \labelwidthstring Bibliografía
34740 \begin_inset CommandInset bibitem
34741 LatexCommand bibitem
34742 key "refstyle"
34743
34744 \end_inset
34745
34746 Documentación del paquete LaTeX 
34747 \series bold
34748
34749 \begin_inset CommandInset href
34750 LatexCommand href
34751 name "refstyle"
34752 target "http://www.ctan.org/tex-archive/macros/latex/contrib/refstyle/doc/latex/refstyle/refstyle.pdf"
34753
34754 \end_inset
34755
34756
34757 \series default
34758
34759 \begin_inset Index idx
34760 status collapsed
34761
34762 \begin_layout Plain Layout
34763 LaTeX-paquetes ! refstyle
34764 \end_layout
34765
34766 \end_inset
34767
34768
34769 \end_layout
34770
34771 \begin_layout Bibliography
34772 \labelwidthstring Bibliografía
34773 \begin_inset CommandInset bibitem
34774 LatexCommand bibitem
34775 key "NewInLyX20"
34776
34777 \end_inset
34778
34779
34780 \begin_inset CommandInset href
34781 LatexCommand href
34782 name "Página wiki"
34783 target "http://wiki.lyx.org/LyX/NewInLyX20"
34784
34785 \end_inset
34786
34787  sobre características nuevas para la versión 
34788 \family sans
34789 LyX
34790 \begin_inset space ~
34791 \end_inset
34792
34793 2.0
34794 \family default
34795 .
34796 \end_layout
34797
34798 \begin_layout Standard
34799 \begin_inset CommandInset index_print
34800 LatexCommand printindex
34801 type "idx"
34802
34803 \end_inset
34804
34805
34806 \end_layout
34807
34808 \end_body
34809 \end_document