]> git.lyx.org Git - lyx.git/blob - lib/doc/es/EmbeddedObjects.lyx
EmbeddedObjects.lyx:
[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 .
20308 \begin_inset Index idx
20309 status collapsed
20310
20311 \begin_layout Plain Layout
20312 LaTeX-paquetes ! prettyref
20313 \end_layout
20314
20315 \end_inset
20316
20317
20318 \end_layout
20319
20320 \end_inset
20321
20322
20323 \end_layout
20324
20325 \begin_layout Standard
20326
20327 \family sans
20328 <página>
20329 \family default
20330
20331 \begin_inset space \thinspace{}
20332 \end_inset
20333
20334  no imprime el número si la etiqueta está en la misma página, en la anterior
20335  o en la siguiente.
20336  En su lugar verás p.
20337 \begin_inset space \thinspace{}
20338 \end_inset
20339
20340 e.
20341 \begin_inset space ~
20342 \end_inset
20343
20344 el texto «
20345 \family sans
20346 en esta página
20347 \family default
20348 ».
20349  El estilo 
20350 \family sans
20351 <referencia>
20352 \begin_inset space ~
20353 \end_inset
20354
20355 en
20356 \begin_inset space ~
20357 \end_inset
20358
20359 página
20360 \begin_inset space ~
20361 \end_inset
20362
20363 <página> 
20364 \family default
20365 no imprimirá nada sobre la página si la etiqueta está en la misma página.
20366 \end_layout
20367
20368 \begin_layout Standard
20369 El número y página actual de la parte del documento referida es automáticamente
20370  calculado por LaTeX en la salida.
20371  Las variedades se ajustan en el campo 
20372 \family sans
20373 Formato
20374 \family default
20375  de la ventana de referencia cruzada, que aparece al pinchar sobre el cuadro.
20376 \end_layout
20377
20378 \begin_layout Standard
20379 \begin_inset Note Greyedout
20380 status open
20381
20382 \begin_layout Plain Layout
20383
20384 \series bold
20385 Nota:
20386 \series default
20387  El paquete LaTeX 
20388 \series bold
20389 prettyref
20390 \series default
20391
20392 \begin_inset Index idx
20393 status collapsed
20394
20395 \begin_layout Plain Layout
20396 LaTeX-paquetes ! prettyref
20397 \end_layout
20398
20399 \end_inset
20400
20401  no reconoce todas las abreviaturas de etiquetas
20402 \begin_inset Foot
20403 status collapsed
20404
20405 \begin_layout Plain Layout
20406 \begin_inset Quotes fld
20407 \end_inset
20408
20409 fig:
20410 \begin_inset Quotes frd
20411 \end_inset
20412
20413 , por ejemplo, es la abreviatura en LyX para las etiquetas de leyendas de
20414  figuras.
20415 \end_layout
20416
20417 \end_inset
20418
20419  posibles en LyX y no está internacionalizado.
20420  Para saber cómo indicar a 
20421 \series bold
20422 prettyref
20423 \series default
20424  nuevas abreviaturas y traducciones, echa un vistazo a su documentación,
20425  
20426 \begin_inset CommandInset citation
20427 LatexCommand cite
20428 key "prettyref"
20429
20430 \end_inset
20431
20432 .
20433 \end_layout
20434
20435 \end_inset
20436
20437
20438 \end_layout
20439
20440 \begin_layout Subsection
20441 Designación automática de referencias
20442 \begin_inset Index idx
20443 status collapsed
20444
20445 \begin_layout Plain Layout
20446 Referencias ! Designación automática
20447 \end_layout
20448
20449 \end_inset
20450
20451
20452 \end_layout
20453
20454 \begin_layout Standard
20455 El paquete LaTeX 
20456 \series bold
20457 hyperref
20458 \series default
20459
20460 \begin_inset Index idx
20461 status collapsed
20462
20463 \begin_layout Plain Layout
20464 LaTeX-paquetes ! hyperref
20465 \end_layout
20466
20467 \end_inset
20468
20469 , que se habilita en 
20470 \family sans
20471 Propiedades PDF
20472 \family default
20473  del diálogo 
20474 \family sans
20475 Documento\SpecialChar \menuseparator
20476 Configuración
20477 \family default
20478 , dispone de una característica muy útil que permite incluir automáticamente
20479  en las referencias cruzadas el nombre de los flotantes referidos (o partes
20480  de texto como 
20481 \emph on
20482 sección
20483 \emph default
20484 ).
20485  Así, p.
20486 \begin_inset space \thinspace{}
20487 \end_inset
20488
20489 e., no tendrás que escribir la palabra «Figura» delante de cada referencia
20490  a una figura.
20491  Para usar esta característica habilita el soporte para 
20492 \series bold
20493 hyperref
20494 \series default
20495  e inserta la siguiente línea en el preámbulo LaTeX:
20496 \end_layout
20497
20498 \begin_layout Standard
20499
20500 \series bold
20501
20502 \backslash
20503 AtBeginDocument{
20504 \backslash
20505 renewcommand{
20506 \backslash
20507 ref}[1]{
20508 \backslash
20509 mbox{
20510 \backslash
20511 autoref{#1}}}}
20512 \end_layout
20513
20514 \begin_layout Standard
20515 Si prefieres otros nombres para las referencias distintos de los predeterminados
20516 , por ejemplo «sec.» en lugar de «sección», puedes redefinir el nombre insertando
20517  lo siguiente en el preámbulo:
20518 \end_layout
20519
20520 \begin_layout Standard
20521
20522 \series bold
20523
20524 \backslash
20525 addto
20526 \backslash
20527 extrasenglish{
20528 \backslash
20529 renewcommand{
20530 \backslash
20531 sectionautorefname}
20532 \begin_inset Newline newline
20533 \end_inset
20534
20535
20536 \begin_inset Phantom HPhantom
20537 status open
20538
20539 \begin_layout Plain Layout
20540
20541 \series bold
20542 \begin_inset space ~
20543 \end_inset
20544
20545
20546 \end_layout
20547
20548 \end_inset
20549
20550 {sec.
20551 \backslash
20552 negthinspace}}
20553 \end_layout
20554
20555 \begin_layout Standard
20556 Si estás usando un idioma de documento distinto del inglés, reemplaza
20557 \begin_inset Newline newline
20558 \end_inset
20559
20560  
20561 \series bold
20562
20563 \backslash
20564 extrasenglish
20565 \series default
20566  por
20567 \series bold
20568  
20569 \backslash
20570 extras***
20571 \series default
20572 , donde *** es el nombre del idioma utilizado.
20573 \end_layout
20574
20575 \begin_layout Standard
20576 Para obtener nombres automáticos pero no para determinados tipos de referencias,
20577  por ejemplo no para ecuaciones, usa este código de preámbulo:
20578 \end_layout
20579
20580 \begin_layout Standard
20581
20582 \series bold
20583
20584 \backslash
20585 newlength{
20586 \backslash
20587 abc}
20588 \begin_inset Newline newline
20589 \end_inset
20590
20591
20592 \backslash
20593 settowidth{
20594 \backslash
20595 abc}{
20596 \backslash
20597 space}
20598 \begin_inset Newline newline
20599 \end_inset
20600
20601
20602 \backslash
20603 addto
20604 \backslash
20605 extrasenglish{
20606 \backslash
20607 renewcommand{
20608 \backslash
20609 equationautorefname}
20610 \begin_inset Newline newline
20611 \end_inset
20612
20613
20614 \begin_inset Phantom HPhantom
20615 status open
20616
20617 \begin_layout Plain Layout
20618
20619 \series bold
20620 \begin_inset space ~
20621 \end_inset
20622
20623
20624 \end_layout
20625
20626 \end_inset
20627
20628 {
20629 \backslash
20630 hspace{-
20631 \backslash
20632 abc}}
20633 \end_layout
20634
20635 \begin_layout Standard
20636 En la documentación de 
20637 \series bold
20638 hyperref
20639 \series default
20640  
20641 \begin_inset CommandInset citation
20642 LatexCommand cite
20643 key "hyperref"
20644
20645 \end_inset
20646
20647  puedes encontrar más información.
20648
20649 \series bold
20650  
20651 \end_layout
20652
20653 \begin_layout Standard
20654 \begin_inset Note Greyedout
20655 status open
20656
20657 \begin_layout Plain Layout
20658
20659 \series bold
20660 Nota:
20661 \series default
20662  La designación automática de referencias no puede usarse en el estilo 
20663 \family sans
20664 Referencia
20665 \begin_inset space ~
20666 \end_inset
20667
20668 con
20669 \begin_inset space ~
20670 \end_inset
20671
20672 formato
20673 \family default
20674 , descrita en la sección
20675 \begin_inset space ~
20676 \end_inset
20677
20678
20679 \begin_inset CommandInset ref
20680 LatexCommand ref
20681 reference "sub:Formatos-referencia-cruzada"
20682
20683 \end_inset
20684
20685 .
20686 \end_layout
20687
20688 \end_inset
20689
20690
20691 \end_layout
20692
20693 \begin_layout Standard
20694 El manual 
20695 \emph on
20696 Ecuaciones
20697 \emph default
20698  es un ejemplo de documento en el que se ha utilizado designación automática
20699  de referencias.
20700 \end_layout
20701
20702 \begin_layout Subsection
20703 Colocación de referencias
20704 \begin_inset CommandInset label
20705 LatexCommand label
20706 name "sub:Colocación-de-Referencias"
20707
20708 \end_inset
20709
20710
20711 \begin_inset Index idx
20712 status collapsed
20713
20714 \begin_layout Plain Layout
20715 Referencias ! Colocación
20716 \end_layout
20717
20718 \end_inset
20719
20720
20721 \end_layout
20722
20723 \begin_layout Standard
20724 Si usas 
20725 \series bold
20726 hyperref
20727 \series default
20728
20729 \begin_inset Index idx
20730 status collapsed
20731
20732 \begin_layout Plain Layout
20733 LaTeX-paquetes ! hyperref
20734 \end_layout
20735
20736 \end_inset
20737
20738 , en las 
20739 \family sans
20740 Preferencias PDF 
20741 \family default
20742 del diálogo 
20743 \family sans
20744 Documento\SpecialChar \menuseparator
20745 Configuración
20746 \family default
20747 , para enlazar referencias cruzadas en la salida, verás que al pinchar sobre
20748  la referencia de una imagen flotante te lleva hasta la etiqueta de la imagen.
20749  La leyenda será la primera parte del texto en pantalla, de forma que para
20750  ver la imagen debes deslizar.
20751  Se debe a que el ancla de enlace de la referencia se sitúa en la etiqueta.
20752  Usando el paquete 
20753 \series bold
20754 hypcap
20755 \series default
20756
20757 \begin_inset Index idx
20758 status collapsed
20759
20760 \begin_layout Plain Layout
20761 LaTeX-paquetes ! hypcap
20762 \end_layout
20763
20764 \end_inset
20765
20766 , que forma parte del paquete LaTeX 
20767 \series bold
20768 oberdiek
20769 \series default
20770
20771 \begin_inset Index idx
20772 status collapsed
20773
20774 \begin_layout Plain Layout
20775 LaTeX-paquetes ! oberdiek
20776 \end_layout
20777
20778 \end_inset
20779
20780 , el ancla de enlace se sitúa al comienzo de un flotante.
20781  Para usar esta característica para figuras flotantes carga 
20782 \series bold
20783 hypcap
20784 \series default
20785  en el preámbulo con
20786 \end_layout
20787
20788 \begin_layout Standard
20789
20790 \series bold
20791
20792 \backslash
20793 usepackage[figure]{hypcap}
20794 \end_layout
20795
20796 \begin_layout Standard
20797 Puedes usar 
20798 \series bold
20799 hypcap
20800 \series default
20801  para todos los flotantes aunque no se recomienda por razones de estabilidad.
20802  Más información en el manual de 
20803 \series bold
20804 hypcap
20805 \series default
20806  
20807 \begin_inset CommandInset citation
20808 LatexCommand cite
20809 key "hypcap"
20810
20811 \end_inset
20812
20813 .
20814 \end_layout
20815
20816 \begin_layout Standard
20817 \begin_inset Note Greyedout
20818 status open
20819
20820 \begin_layout Plain Layout
20821
20822 \series bold
20823 Nota:
20824 \series default
20825  
20826 \series bold
20827 hypcap
20828 \series default
20829  no funciona para las referencias a subfiguras.
20830 \end_layout
20831
20832 \end_inset
20833
20834
20835 \end_layout
20836
20837 \begin_layout Section
20838 Colocación de flotantes
20839 \begin_inset CommandInset label
20840 LatexCommand label
20841 name "sec:Colocación-de-Flotantes"
20842
20843 \end_inset
20844
20845
20846 \begin_inset Index idx
20847 status collapsed
20848
20849 \begin_layout Plain Layout
20850 Flotantes ! Colocación
20851 \end_layout
20852
20853 \end_inset
20854
20855
20856 \end_layout
20857
20858 \begin_layout Standard
20859 Pulsando con el botón derecho del ratón sobre un cuadro de flotante se abre
20860  un diálogo en el que pueden cambiarse las opciones de LaTeX para situar
20861  los flotantes.
20862 \begin_inset Newline newline
20863 \end_inset
20864
20865 La opción 
20866 \family sans
20867 Extender
20868 \begin_inset space ~
20869 \end_inset
20870
20871 columnas
20872 \family default
20873  sólo es aplicable a documentos de dos columnas: Si lo seleccionas, el flotante
20874  abarcará ambas columnas en lugar de una sola.
20875 \begin_inset Newline newline
20876 \end_inset
20877
20878 La opción 
20879 \family sans
20880 Girar
20881 \begin_inset space ~
20882 \end_inset
20883
20884 a
20885 \begin_inset space ~
20886 \end_inset
20887
20888 un
20889 \begin_inset space ~
20890 \end_inset
20891
20892 lado
20893 \family default
20894  sirve para girar flotantes, véase sección
20895 \begin_inset space ~
20896 \end_inset
20897
20898
20899 \begin_inset CommandInset ref
20900 LatexCommand ref
20901 reference "sec:Rotación-de-Flotantes"
20902
20903 \end_inset
20904
20905 .
20906  
20907 \end_layout
20908
20909 \begin_layout Standard
20910 Puedes usar una o más de las siguientes opciones en el diálogo para establecer
20911  la posición de un flotante si desmarcas la opción 
20912 \family sans
20913 Usar
20914 \begin_inset space ~
20915 \end_inset
20916
20917 ubicación
20918 \begin_inset space ~
20919 \end_inset
20920
20921 predeterminada
20922 \family default
20923 :
20924 \end_layout
20925
20926 \begin_layout Description
20927
20928 \family sans
20929 \series bold
20930 Aquí
20931 \begin_inset space ~
20932 \end_inset
20933
20934 si
20935 \begin_inset space ~
20936 \end_inset
20937
20938 es
20939 \begin_inset space ~
20940 \end_inset
20941
20942 posible
20943 \family default
20944 \series default
20945  intenta situar el flotante en la posición en la que se inserta
20946 \end_layout
20947
20948 \begin_layout Description
20949
20950 \family sans
20951 \series bold
20952 Principio
20953 \begin_inset space ~
20954 \end_inset
20955
20956 de
20957 \begin_inset space ~
20958 \end_inset
20959
20960 página
20961 \family default
20962 \series default
20963  intenta situar el flotante al principio de la página actual
20964 \end_layout
20965
20966 \begin_layout Description
20967
20968 \family sans
20969 \series bold
20970 Fin
20971 \begin_inset space ~
20972 \end_inset
20973
20974 de
20975 \begin_inset space ~
20976 \end_inset
20977
20978 página
20979 \family default
20980 \series default
20981  intenta situar el flotante al final de la página actual
20982 \end_layout
20983
20984 \begin_layout Description
20985
20986 \family sans
20987 \series bold
20988 Página
20989 \begin_inset space ~
20990 \end_inset
20991
20992 de
20993 \begin_inset space ~
20994 \end_inset
20995
20996 flotantes
20997 \family default
20998 \series default
20999  intenta situar el flotante en una página propia 
21000 \end_layout
21001
21002 \begin_layout Standard
21003 LaTeX usa 
21004 \emph on
21005 siempre
21006 \emph default
21007  ese orden de opciones.
21008  Significa que si usas la colocación predeterminada, LaTeX probará en primer
21009  lugar 
21010 \family sans
21011 Aquí
21012 \begin_inset space ~
21013 \end_inset
21014
21015 si
21016 \begin_inset space ~
21017 \end_inset
21018
21019 es
21020 \begin_inset space ~
21021 \end_inset
21022
21023 posible
21024 \family default
21025 , luego 
21026 \family sans
21027 Principio
21028 \begin_inset space ~
21029 \end_inset
21030
21031 de
21032 \begin_inset space ~
21033 \end_inset
21034
21035 página
21036 \family default
21037 , y después las otras.
21038  Si no usas la predeterminada, LaTeX sólo probará las opciones marcadas
21039  pero en dicho orden.
21040  Si no es posible ninguna de las 4 ubicaciones el proceso se repite internamente
21041  pero intenta poner el flotante en la página siguiente.
21042 \end_layout
21043
21044 \begin_layout Standard
21045 De forma predeterminada cada una de las opciones tiene sus propias reglas:
21046 \end_layout
21047
21048 \begin_layout Labeling
21049 \labelwidthstring 00.00.0000
21050
21051 \family sans
21052 Principio
21053 \begin_inset space ~
21054 \end_inset
21055
21056 de
21057 \begin_inset space ~
21058 \end_inset
21059
21060 página:
21061 \family default
21062  sólo si el flotante ocupa menos del 70
21063 \begin_inset space \thinspace{}
21064 \end_inset
21065
21066 % de la página puede ubicarse al principio de página (
21067 \series bold
21068
21069 \backslash
21070 topfraction
21071 \series default
21072 )
21073 \end_layout
21074
21075 \begin_layout Labeling
21076 \labelwidthstring 00.00.0000
21077
21078 \family sans
21079 Fin
21080 \begin_inset space ~
21081 \end_inset
21082
21083 de
21084 \begin_inset space ~
21085 \end_inset
21086
21087 página:
21088 \family default
21089  sólo si el flotante ocupa menos del 30
21090 \begin_inset space \thinspace{}
21091 \end_inset
21092
21093 % de la página puede ubicarse al fin de página.
21094  (
21095 \series bold
21096
21097 \backslash
21098 bottomfraction
21099 \series default
21100 )
21101 \end_layout
21102
21103 \begin_layout Labeling
21104 \labelwidthstring 00.00.0000
21105
21106 \family sans
21107 Página
21108 \begin_inset space ~
21109 \end_inset
21110
21111 de
21112 \begin_inset space ~
21113 \end_inset
21114
21115 flotantes:
21116 \family default
21117  sólo si más del 50
21118 \begin_inset space \thinspace{}
21119 \end_inset
21120
21121 % de la página se ocupa por flotantes puede haber varios juntos en la misma
21122  página.
21123  (
21124 \series bold
21125
21126 \backslash
21127 floatpagefraction
21128 \series default
21129 )
21130 \end_layout
21131
21132 \begin_layout Standard
21133 Si no te agradan estas reglas puedes ignorarlas marcando la opción adicional
21134  
21135 \family sans
21136 Ignorar
21137 \begin_inset space ~
21138 \end_inset
21139
21140 reglas
21141 \begin_inset space ~
21142 \end_inset
21143
21144 de
21145 \begin_inset space ~
21146 \end_inset
21147
21148 LaTeX
21149 \family default
21150 .
21151 \begin_inset Newline newline
21152 \end_inset
21153
21154 También puedes redefinir las reglas con los comandos LaTeX que van entre
21155  paréntesis tras la descripción de las reglas anteriores.
21156  Por ejemplo, para aumentar el valor predeterminado, quizás pequeño, de
21157  la regla 
21158 \family sans
21159 Fin
21160 \family default
21161
21162 \begin_inset space ~
21163 \end_inset
21164
21165
21166 \family sans
21167 de
21168 \family default
21169
21170 \begin_inset space ~
21171 \end_inset
21172
21173
21174 \family sans
21175 página
21176 \family default
21177  al 50
21178 \begin_inset space \thinspace{}
21179 \end_inset
21180
21181 %, añade esta línea en el preámbulo:
21182 \end_layout
21183
21184 \begin_layout Standard
21185
21186 \series bold
21187
21188 \backslash
21189 renewcommand{
21190 \backslash
21191 bottomfraction}{0.5}
21192 \end_layout
21193
21194 \begin_layout Standard
21195 En determinados casos podrías necesitar ubicar un flotante exactamente en
21196  la posición en la que se inserta.
21197  Para esto puedes usar la opción 
21198 \family sans
21199 Aquí
21200 \begin_inset space ~
21201 \end_inset
21202
21203 definitivamente
21204 \family default
21205 .
21206  Usa esta opción esporádicamente y sólo cuando el documento esté casi listo,
21207  porque el flotante ya no podrá «flotar» y si haces cambios al documento
21208  se podría estropear el diseño de la página.
21209 \end_layout
21210
21211 \begin_layout Standard
21212 No hay opciones de ubicación para envoltorios flotantes porque siempre están
21213  rodeados por texto de un párrafo determinado.
21214 \begin_inset VSpace bigskip
21215 \end_inset
21216
21217
21218 \end_layout
21219
21220 \begin_layout Standard
21221 A veces surge el problema de que un flotante se sitúa al principio de la
21222  página mientras que su sección correspondiente empieza en mitad de la página,
21223  así que el lector podría creer que el flotante forma parte de la sección
21224  anterior.
21225  Para evitarlo puede emplearse el comando LaTeX 
21226 \series bold
21227
21228 \backslash
21229 suppressfloats
21230 \series default
21231 , que suprime la ubicación de un flotante dado en la página donde se inserta
21232  y además puede servir para evitar que el flotante se coloque antes del
21233  inicio de sección.
21234  Para ello, añade estos comandos al preámbulo:
21235 \end_layout
21236
21237 \begin_layout Standard
21238
21239 \series bold
21240
21241 \backslash
21242 let
21243 \backslash
21244 mySection
21245 \backslash
21246 section
21247 \begin_inset Newline newline
21248 \end_inset
21249
21250
21251 \backslash
21252 renewcommand{
21253 \backslash
21254 section}{
21255 \backslash
21256 suppressfloats[t]
21257 \backslash
21258 mySection}
21259 \end_layout
21260
21261 \begin_layout Standard
21262 Se puede hacer lo mismo para todas las cabeceras de sección, capítulos y
21263  subsecciones.
21264  No es recomendable para partes pequeñas de texto como subsubsecciones porque
21265  LaTeX podría tener problemas para encontrar una ubicación adecuada.
21266 \end_layout
21267
21268 \begin_layout Standard
21269 \begin_inset VSpace bigskip
21270 \end_inset
21271
21272 En ciertos casos se quieren tener todas las figuras/tablas al final del
21273  documento.
21274  Para estos casos está el paquete LaTeX 
21275 \series bold
21276 endfloat
21277 \series default
21278
21279 \begin_inset Index idx
21280 status collapsed
21281
21282 \begin_layout Plain Layout
21283 LaTeX-paquetes ! endfloat
21284 \end_layout
21285
21286 \end_inset
21287
21288 .
21289  Pone todas las figuras y tablas flotantes al final del documento en secciones
21290  propias.
21291  En la posición original del flotante se inserta una indicación como «
21292 \family sans
21293 [Figure
21294 \begin_inset space ~
21295 \end_inset
21296
21297 3.2 about here.]
21298 \family default
21299 ».
21300  El paquete 
21301 \series bold
21302 endfloat
21303 \series default
21304  se carga en el preámbulo con la línea
21305 \end_layout
21306
21307 \begin_layout Standard
21308
21309 \series bold
21310
21311 \backslash
21312 usepackage[options]{endfloat}
21313 \end_layout
21314
21315 \begin_layout Standard
21316 Hay varias opciones para diseñar las secciones figura/tabla creadas.
21317  Para más información véase la documentación 
21318 \begin_inset CommandInset citation
21319 LatexCommand cite
21320 key "endfloat"
21321
21322 \end_inset
21323
21324 .
21325 \begin_inset Newline newline
21326 \end_inset
21327
21328
21329 \begin_inset Note Greyedout
21330 status open
21331
21332 \begin_layout Plain Layout
21333
21334 \series bold
21335 Nota: endfloat
21336 \series default
21337  no traduce automáticamente la indicación, hay que hacerlo manualmente,
21338  véase sección
21339 \begin_inset space ~
21340 \end_inset
21341
21342 4 en 
21343 \begin_inset CommandInset citation
21344 LatexCommand cite
21345 key "endfloat"
21346
21347 \end_inset
21348
21349 .
21350 \end_layout
21351
21352 \end_inset
21353
21354
21355 \begin_inset Newline newline
21356 \end_inset
21357
21358
21359 \begin_inset Note Greyedout
21360 status open
21361
21362 \begin_layout Plain Layout
21363
21364 \series bold
21365 Nota:
21366 \series default
21367  Actualmente hay un error en 
21368 \series bold
21369 endfloat
21370 \series default
21371  cuando la leyenda contiene el carácter alemán «ß».
21372  Usa en ese caso el comando «
21373 \series bold
21374
21375 \backslash
21376 ss
21377 \series default
21378 » en código TeX en vez de «ß».
21379 \end_layout
21380
21381 \end_inset
21382
21383
21384 \end_layout
21385
21386 \begin_layout Standard
21387 \begin_inset VSpace bigskip
21388 \end_inset
21389
21390 Más detalles sobre ubicación de flotantes en libros sobre LaTeX como 
21391 \begin_inset CommandInset citation
21392 LatexCommand cite
21393 key "latexcompanion,latexguide,latexbook"
21394
21395 \end_inset
21396
21397 .
21398 \end_layout
21399
21400 \begin_layout Section
21401 Rotación de flotantes
21402 \begin_inset CommandInset label
21403 LatexCommand label
21404 name "sec:Rotación-de-Flotantes"
21405
21406 \end_inset
21407
21408
21409 \begin_inset Index idx
21410 status collapsed
21411
21412 \begin_layout Plain Layout
21413 Flotantes ! Rotación
21414 \end_layout
21415
21416 \end_inset
21417
21418
21419 \end_layout
21420
21421 \begin_layout Standard
21422 Podrías necesitar girar flotantes, especialmente con tablas grandes.
21423  Para girar todo el flotante y su leyenda, pincha sobre su cuadro y marca
21424  la opción 
21425 \family sans
21426 Girar
21427 \begin_inset space ~
21428 \end_inset
21429
21430 a
21431 \begin_inset space ~
21432 \end_inset
21433
21434 un
21435 \begin_inset space ~
21436 \end_inset
21437
21438 lado
21439 \family default
21440 .
21441 \end_layout
21442
21443 \begin_layout Standard
21444 Los flotantes girados son puestos siempre en su propia página (o columna
21445  si el documento es de dos columnas).
21446  Se les puede permitir abarcar varias columnas con la opción de configuración
21447  
21448 \family sans
21449 Extender
21450 \begin_inset space ~
21451 \end_inset
21452
21453 columnas
21454 \family default
21455 .
21456  Se rotan de forma que puedes leerlos desde el margen externo.
21457  Para forzar determinada dirección de rotación para todas las páginas, puedes
21458  añadir una de las opciones 
21459 \series bold
21460 figuresleft
21461 \series default
21462  o 
21463 \series bold
21464 figuresright
21465 \series default
21466  a las opciones de clase del documento.
21467 \end_layout
21468
21469 \begin_layout Standard
21470 Los flotantes girados se refieren igual que los normales, y el formato de
21471  la leyenda también es el mismo: un ejemplo es la tabla
21472 \begin_inset space ~
21473 \end_inset
21474
21475
21476 \begin_inset CommandInset ref
21477 LatexCommand ref
21478 reference "tab:Tabla-girada"
21479
21480 \end_inset
21481
21482 .
21483 \end_layout
21484
21485 \begin_layout Standard
21486 \begin_inset Note Greyedout
21487 status open
21488
21489 \begin_layout Plain Layout
21490
21491 \series bold
21492 Nota:
21493 \series default
21494  No todos los visores DVI pueden mostrar tablas giradas.
21495 \end_layout
21496
21497 \end_inset
21498
21499
21500 \end_layout
21501
21502 \begin_layout Standard
21503 \begin_inset Float table
21504 wide false
21505 sideways true
21506 status open
21507
21508 \begin_layout Plain Layout
21509 \begin_inset Caption
21510
21511 \begin_layout Plain Layout
21512 \begin_inset CommandInset label
21513 LatexCommand label
21514 name "tab:Tabla-girada"
21515
21516 \end_inset
21517
21518 Tabla girada
21519 \end_layout
21520
21521 \end_inset
21522
21523
21524 \end_layout
21525
21526 \begin_layout Plain Layout
21527 \align center
21528 \begin_inset Tabular
21529 <lyxtabular version="3" rows="1" columns="5">
21530 <features tabularvalignment="middle">
21531 <column alignment="center" valignment="top" width="0">
21532 <column alignment="center" valignment="top" width="0">
21533 <column alignment="center" valignment="top" width="0">
21534 <column alignment="center" valignment="top" width="0">
21535 <column alignment="center" valignment="top" width="0">
21536 <row>
21537 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
21538 \begin_inset Text
21539
21540 \begin_layout Plain Layout
21541 test
21542 \end_layout
21543
21544 \end_inset
21545 </cell>
21546 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
21547 \begin_inset Text
21548
21549 \begin_layout Plain Layout
21550 b
21551 \end_layout
21552
21553 \end_inset
21554 </cell>
21555 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
21556 \begin_inset Text
21557
21558 \begin_layout Plain Layout
21559 c
21560 \end_layout
21561
21562 \end_inset
21563 </cell>
21564 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
21565 \begin_inset Text
21566
21567 \begin_layout Plain Layout
21568 d
21569 \end_layout
21570
21571 \end_inset
21572 </cell>
21573 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
21574 \begin_inset Text
21575
21576 \begin_layout Plain Layout
21577 e
21578 \end_layout
21579
21580 \end_inset
21581 </cell>
21582 </row>
21583 </lyxtabular>
21584
21585 \end_inset
21586
21587
21588 \end_layout
21589
21590 \end_inset
21591
21592
21593 \end_layout
21594
21595 \begin_layout Section
21596 Subflotantes
21597 \begin_inset Index idx
21598 status collapsed
21599
21600 \begin_layout Plain Layout
21601 Flotantes ! Subflotantes
21602 \end_layout
21603
21604 \end_inset
21605
21606
21607 \end_layout
21608
21609 \begin_layout Standard
21610 Los subflotantes se usan cuando, por ejemplo, una figura consta de varias
21611  imágenes.
21612  Se crean insertando un flotante dentro de otro.
21613  La colocación de los subflotantes puede controlarse como si fueran párrafos,
21614  como se muestra en las tablas
21615 \begin_inset space ~
21616 \end_inset
21617
21618
21619 \begin_inset CommandInset ref
21620 LatexCommand ref
21621 reference "tab:Dos-subtablas-adosadas"
21622
21623 \end_inset
21624
21625  y
21626 \begin_inset space ~
21627 \end_inset
21628
21629
21630 \begin_inset CommandInset ref
21631 LatexCommand ref
21632 reference "tab:Dos-subtablas-una-sobre"
21633
21634 \end_inset
21635
21636 .
21637 \end_layout
21638
21639 \begin_layout Standard
21640 Las referencias a subflotantes funcionan como en los flotantes normales:
21641  la tabla
21642 \begin_inset space ~
21643 \end_inset
21644
21645
21646 \begin_inset CommandInset ref
21647 LatexCommand ref
21648 reference "tab:Esta-es-la-subtabla-a"
21649
21650 \end_inset
21651
21652  y la tabla
21653 \begin_inset space ~
21654 \end_inset
21655
21656
21657 \begin_inset CommandInset ref
21658 LatexCommand ref
21659 reference "tab:Esta-es-la-subtabla-b"
21660
21661 \end_inset
21662
21663  son subtablas de la tabla
21664 \begin_inset space ~
21665 \end_inset
21666
21667
21668 \begin_inset CommandInset ref
21669 LatexCommand ref
21670 reference "tab:Dos-subtablas-adosadas"
21671
21672 \end_inset
21673
21674 .
21675 \end_layout
21676
21677 \begin_layout Standard
21678 \begin_inset Float table
21679 wide false
21680 sideways false
21681 status open
21682
21683 \begin_layout Plain Layout
21684 \begin_inset Caption
21685
21686 \begin_layout Plain Layout
21687 \begin_inset CommandInset label
21688 LatexCommand label
21689 name "tab:Dos-subtablas-adosadas"
21690
21691 \end_inset
21692
21693 Dos subtablas adosadas
21694 \end_layout
21695
21696 \end_inset
21697
21698
21699 \end_layout
21700
21701 \begin_layout Plain Layout
21702 \begin_inset space \hfill{}
21703 \end_inset
21704
21705
21706 \begin_inset Float table
21707 wide false
21708 sideways false
21709 status collapsed
21710
21711 \begin_layout Plain Layout
21712 \begin_inset Caption
21713
21714 \begin_layout Plain Layout
21715 \begin_inset CommandInset label
21716 LatexCommand label
21717 name "tab:Esta-es-la-subtabla-a"
21718
21719 \end_inset
21720
21721 Esta es la subtabla a
21722 \end_layout
21723
21724 \end_inset
21725
21726
21727 \end_layout
21728
21729 \begin_layout Plain Layout
21730 \align center
21731 \begin_inset Tabular
21732 <lyxtabular version="3" rows="1" columns="5">
21733 <features tabularvalignment="middle">
21734 <column alignment="center" valignment="top" width="0">
21735 <column alignment="center" valignment="top" width="0">
21736 <column alignment="center" valignment="top" width="0">
21737 <column alignment="center" valignment="top" width="0">
21738 <column alignment="center" valignment="top" width="0">
21739 <row>
21740 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
21741 \begin_inset Text
21742
21743 \begin_layout Plain Layout
21744 test 
21745 \end_layout
21746
21747 \end_inset
21748 </cell>
21749 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
21750 \begin_inset Text
21751
21752 \begin_layout Plain Layout
21753 b
21754 \end_layout
21755
21756 \end_inset
21757 </cell>
21758 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
21759 \begin_inset Text
21760
21761 \begin_layout Plain Layout
21762 c
21763 \end_layout
21764
21765 \end_inset
21766 </cell>
21767 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
21768 \begin_inset Text
21769
21770 \begin_layout Plain Layout
21771 d
21772 \end_layout
21773
21774 \end_inset
21775 </cell>
21776 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
21777 \begin_inset Text
21778
21779 \begin_layout Plain Layout
21780 e
21781 \end_layout
21782
21783 \end_inset
21784 </cell>
21785 </row>
21786 </lyxtabular>
21787
21788 \end_inset
21789
21790
21791 \end_layout
21792
21793 \end_inset
21794
21795
21796 \begin_inset space \hfill{}
21797 \end_inset
21798
21799
21800 \begin_inset Float table
21801 wide false
21802 sideways false
21803 status collapsed
21804
21805 \begin_layout Plain Layout
21806 \begin_inset Caption
21807
21808 \begin_layout Plain Layout
21809 \begin_inset CommandInset label
21810 LatexCommand label
21811 name "tab:Esta-es-la-subtabla-b"
21812
21813 \end_inset
21814
21815 Esta es la subtabla b
21816 \end_layout
21817
21818 \end_inset
21819
21820
21821 \end_layout
21822
21823 \begin_layout Plain Layout
21824 \align center
21825 \begin_inset Tabular
21826 <lyxtabular version="3" rows="1" columns="5">
21827 <features tabularvalignment="middle">
21828 <column alignment="center" valignment="top" width="0">
21829 <column alignment="center" valignment="top" width="0">
21830 <column alignment="center" valignment="top" width="0">
21831 <column alignment="center" valignment="top" width="0">
21832 <column alignment="center" valignment="top" width="0">
21833 <row>
21834 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
21835 \begin_inset Text
21836
21837 \begin_layout Plain Layout
21838 e
21839 \end_layout
21840
21841 \end_inset
21842 </cell>
21843 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
21844 \begin_inset Text
21845
21846 \begin_layout Plain Layout
21847 d
21848 \end_layout
21849
21850 \end_inset
21851 </cell>
21852 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
21853 \begin_inset Text
21854
21855 \begin_layout Plain Layout
21856 c
21857 \end_layout
21858
21859 \end_inset
21860 </cell>
21861 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
21862 \begin_inset Text
21863
21864 \begin_layout Plain Layout
21865 b
21866 \end_layout
21867
21868 \end_inset
21869 </cell>
21870 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
21871 \begin_inset Text
21872
21873 \begin_layout Plain Layout
21874 test
21875 \end_layout
21876
21877 \end_inset
21878 </cell>
21879 </row>
21880 </lyxtabular>
21881
21882 \end_inset
21883
21884
21885 \end_layout
21886
21887 \begin_layout Plain Layout
21888
21889 \end_layout
21890
21891 \end_inset
21892
21893
21894 \begin_inset space \hfill{}
21895 \end_inset
21896
21897
21898 \end_layout
21899
21900 \end_inset
21901
21902
21903 \end_layout
21904
21905 \begin_layout Standard
21906 \begin_inset Float table
21907 wide false
21908 sideways false
21909 status open
21910
21911 \begin_layout Plain Layout
21912 \begin_inset Caption
21913
21914 \begin_layout Plain Layout
21915 \begin_inset CommandInset label
21916 LatexCommand label
21917 name "tab:Dos-subtablas-una-sobre"
21918
21919 \end_inset
21920
21921 Dos subtablas colocadas una sobre otra.
21922  La tabla (a) con 4 celdas, la (b) con 5 celdas.
21923 \end_layout
21924
21925 \end_inset
21926
21927
21928 \end_layout
21929
21930 \begin_layout Plain Layout
21931 \noindent
21932 \align center
21933 \begin_inset Float table
21934 wide false
21935 sideways false
21936 status collapsed
21937
21938 \begin_layout Plain Layout
21939 \begin_inset Caption
21940
21941 \begin_layout Plain Layout
21942
21943 \end_layout
21944
21945 \end_inset
21946
21947
21948 \end_layout
21949
21950 \begin_layout Plain Layout
21951 \align center
21952 \begin_inset Tabular
21953 <lyxtabular version="3" rows="1" columns="4">
21954 <features tabularvalignment="middle">
21955 <column alignment="center" valignment="top" width="0">
21956 <column alignment="center" valignment="top" width="0">
21957 <column alignment="center" valignment="top" width="0">
21958 <column alignment="center" valignment="top" width="0">
21959 <row>
21960 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
21961 \begin_inset Text
21962
21963 \begin_layout Plain Layout
21964 test
21965 \end_layout
21966
21967 \end_inset
21968 </cell>
21969 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
21970 \begin_inset Text
21971
21972 \begin_layout Plain Layout
21973 test
21974 \end_layout
21975
21976 \end_inset
21977 </cell>
21978 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
21979 \begin_inset Text
21980
21981 \begin_layout Plain Layout
21982 test
21983 \end_layout
21984
21985 \end_inset
21986 </cell>
21987 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
21988 \begin_inset Text
21989
21990 \begin_layout Plain Layout
21991 test
21992 \end_layout
21993
21994 \end_inset
21995 </cell>
21996 </row>
21997 </lyxtabular>
21998
21999 \end_inset
22000
22001
22002 \end_layout
22003
22004 \begin_layout Plain Layout
22005
22006 \end_layout
22007
22008 \end_inset
22009
22010
22011 \end_layout
22012
22013 \begin_layout Plain Layout
22014 \align center
22015 \begin_inset Float table
22016 wide false
22017 sideways false
22018 status collapsed
22019
22020 \begin_layout Plain Layout
22021
22022 \end_layout
22023
22024 \begin_layout Plain Layout
22025 \begin_inset Caption
22026
22027 \begin_layout Plain Layout
22028
22029 \end_layout
22030
22031 \end_inset
22032
22033
22034 \end_layout
22035
22036 \begin_layout Plain Layout
22037 \align center
22038 \begin_inset Tabular
22039 <lyxtabular version="3" rows="1" columns="5">
22040 <features tabularvalignment="middle">
22041 <column alignment="center" valignment="top" width="0">
22042 <column alignment="center" valignment="top" width="0">
22043 <column alignment="center" valignment="top" width="0">
22044 <column alignment="center" valignment="top" width="0">
22045 <column alignment="center" valignment="top" width="0">
22046 <row>
22047 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
22048 \begin_inset Text
22049
22050 \begin_layout Plain Layout
22051 a
22052 \end_layout
22053
22054 \end_inset
22055 </cell>
22056 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
22057 \begin_inset Text
22058
22059 \begin_layout Plain Layout
22060 b
22061 \end_layout
22062
22063 \end_inset
22064 </cell>
22065 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
22066 \begin_inset Text
22067
22068 \begin_layout Plain Layout
22069 c
22070 \end_layout
22071
22072 \end_inset
22073 </cell>
22074 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
22075 \begin_inset Text
22076
22077 \begin_layout Plain Layout
22078 d
22079 \end_layout
22080
22081 \end_inset
22082 </cell>
22083 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
22084 \begin_inset Text
22085
22086 \begin_layout Plain Layout
22087 e
22088 \end_layout
22089
22090 \end_inset
22091 </cell>
22092 </row>
22093 </lyxtabular>
22094
22095 \end_inset
22096
22097
22098 \end_layout
22099
22100 \begin_layout Plain Layout
22101
22102 \end_layout
22103
22104 \end_inset
22105
22106
22107 \end_layout
22108
22109 \end_inset
22110
22111
22112 \end_layout
22113
22114 \begin_layout Section
22115 Flotantes adosados
22116 \begin_inset Index idx
22117 status collapsed
22118
22119 \begin_layout Plain Layout
22120 Flotantes ! Adosados
22121 \end_layout
22122
22123 \end_inset
22124
22125
22126 \end_layout
22127
22128 \begin_layout Standard
22129 Para colocar flotantes unos junto a otros, como en la figura
22130 \begin_inset space ~
22131 \end_inset
22132
22133
22134 \begin_inset CommandInset ref
22135 LatexCommand ref
22136 reference "fig:Flotante-izquierda"
22137
22138 \end_inset
22139
22140  y 
22141 \begin_inset CommandInset ref
22142 LatexCommand ref
22143 reference "fig:Flotante-derecha"
22144
22145 \end_inset
22146
22147 , se pone 
22148 \emph on
22149 un
22150 \emph default
22151  solo flotante.
22152  En él se insertan dos cuadros tipo minipágina.
22153 \begin_inset Foot
22154 status collapsed
22155
22156 \begin_layout Plain Layout
22157 Las minipáginas se explican en la sección
22158 \begin_inset space ~
22159 \end_inset
22160
22161
22162 \begin_inset CommandInset ref
22163 LatexCommand ref
22164 reference "sec:Minipáginas"
22165
22166 \end_inset
22167
22168 .
22169 \end_layout
22170
22171 \end_inset
22172
22173  La anchura de la columna se establece en 45-50
22174 \begin_inset space \thinspace{}
22175 \end_inset
22176
22177 % y la alineación en 
22178 \family sans
22179 Inferior
22180 \family default
22181  para cada minipágina.
22182  Las minipáginas contienen la imagen y su título, de igual forma que en
22183  los flotantes.
22184  La única diferencia es que el 
22185 \family sans
22186 Ancho
22187 \begin_inset space ~
22188 \end_inset
22189
22190 de
22191 \begin_inset space ~
22192 \end_inset
22193
22194 columna
22195 \begin_inset space ~
22196 \end_inset
22197
22198 %
22199 \family default
22200  de la imagen se calcula en este caso en relación a la anchura de la minipágina.
22201 \end_layout
22202
22203 \begin_layout Standard
22204 \begin_inset Float figure
22205 placement h
22206 wide false
22207 sideways false
22208 status open
22209
22210 \begin_layout Plain Layout
22211 \begin_inset Box Frameless
22212 position "b"
22213 hor_pos "c"
22214 has_inner_box 1
22215 inner_pos "t"
22216 use_parbox 0
22217 use_makebox 0
22218 width "45col%"
22219 special "none"
22220 height "1in"
22221 height_special "totalheight"
22222 status open
22223
22224 \begin_layout Plain Layout
22225 \align center
22226 \begin_inset Graphics
22227         filename ../clipart/mobius.eps
22228         lyxscale 50
22229         width 100col%
22230         scaleBeforeRotation
22231
22232 \end_inset
22233
22234
22235 \end_layout
22236
22237 \begin_layout Plain Layout
22238 \begin_inset Caption
22239
22240 \begin_layout Plain Layout
22241 \begin_inset CommandInset label
22242 LatexCommand label
22243 name "fig:Flotante-izquierda"
22244
22245 \end_inset
22246
22247 Flotante en el lado izquierdo.
22248 \end_layout
22249
22250 \end_inset
22251
22252
22253 \end_layout
22254
22255 \end_inset
22256
22257
22258 \begin_inset space \hfill{}
22259 \end_inset
22260
22261
22262 \begin_inset Box Frameless
22263 position "b"
22264 hor_pos "c"
22265 has_inner_box 1
22266 inner_pos "t"
22267 use_parbox 0
22268 use_makebox 0
22269 width "45col%"
22270 special "none"
22271 height "1in"
22272 height_special "totalheight"
22273 status open
22274
22275 \begin_layout Plain Layout
22276 \align center
22277 \begin_inset Graphics
22278         filename ../clipart/platypus.eps
22279         lyxscale 50
22280         width 100col%
22281         scaleBeforeRotation
22282
22283 \end_inset
22284
22285
22286 \end_layout
22287
22288 \begin_layout Plain Layout
22289 \begin_inset Caption
22290
22291 \begin_layout Plain Layout
22292 \begin_inset CommandInset label
22293 LatexCommand label
22294 name "fig:Flotante-derecha"
22295
22296 \end_inset
22297
22298 Flotante en el lado derecho.
22299 \end_layout
22300
22301 \end_inset
22302
22303
22304 \end_layout
22305
22306 \end_inset
22307
22308
22309 \end_layout
22310
22311 \end_inset
22312
22313
22314 \end_layout
22315
22316 \begin_layout Section
22317 Formato de las leyendas
22318 \begin_inset Index idx
22319 status collapsed
22320
22321 \begin_layout Plain Layout
22322 Leyendas ! Formato
22323 \end_layout
22324
22325 \end_inset
22326
22327
22328 \begin_inset Index idx
22329 status collapsed
22330
22331 \begin_layout Plain Layout
22332 Flotantes ! Formato de las leyendas
22333 \end_layout
22334
22335 \end_inset
22336
22337
22338 \begin_inset CommandInset label
22339 LatexCommand label
22340 name "sec:Formato-de-leyendas"
22341
22342 \end_inset
22343
22344
22345 \end_layout
22346
22347 \begin_layout Standard
22348 El entorno 
22349 \family sans
22350 Leyenda
22351 \family default
22352  es el predeterminado para los 
22353 \family sans
22354 Flotantes
22355 \family default
22356 .
22357  En LyX las leyendas se muestran como etiqueta, p.
22358 \begin_inset space \thinspace{}
22359 \end_inset
22360
22361 e.
22362 \begin_inset space ~
22363 \end_inset
22364
22365 «
22366 \family sans
22367 Figura #
22368 \family default
22369 :» seguida por el texto.
22370  «#» es el número real de referencia.
22371  Por omisión la etiqueta y el número usan la misma fuente que el texto de
22372  la leyenda y el signo dos puntos sigue al número para separar la etiqueta
22373  del texto.
22374  El entorno leyenda no es apropiado para todos los tipos de documento.
22375  
22376 \end_layout
22377
22378 \begin_layout Standard
22379 Para cambiar el formato predeterminado carga el paquete LaTeX 
22380 \series bold
22381 caption
22382 \series default
22383
22384 \begin_inset Index idx
22385 status collapsed
22386
22387 \begin_layout Plain Layout
22388 LaTeX-paquetes ! caption
22389 \end_layout
22390
22391 \end_inset
22392
22393  en el preámbulo del documento con la línea:
22394 \end_layout
22395
22396 \begin_layout Standard
22397
22398 \series bold
22399
22400 \backslash
22401 usepackage[definición de formato]{caption}
22402 \end_layout
22403
22404 \begin_layout Standard
22405 Para poner, por ejemplo, la etiqueta y el número en sans-serif negrita y
22406  las leyendas de tabla siempre sobre ella como en este documento, usa el
22407  comando:
22408 \end_layout
22409
22410 \begin_layout Standard
22411
22412 \series bold
22413
22414 \backslash
22415 usepackage[labelfont={bf,sf}, tableposition=top]{caption}
22416 \end_layout
22417
22418 \begin_layout Standard
22419 También puedes definir distintos formatos de leyenda para los distintos
22420  tipos de flotantes.
22421  En ese caso carga el paquete 
22422 \series bold
22423 caption
22424 \series default
22425  sin opciones específicas y define los distintos formatos con ayuda del
22426  comando
22427 \end_layout
22428
22429 \begin_layout Standard
22430
22431 \series bold
22432
22433 \backslash
22434 captionsetup[tipo de flotante]{definición de formato}
22435 \end_layout
22436
22437 \begin_layout Standard
22438 en el preámbulo del documento.
22439  Por ejemplo las leyendas de la Figura
22440 \begin_inset space ~
22441 \end_inset
22442
22443
22444 \begin_inset CommandInset ref
22445 LatexCommand ref
22446 reference "fig:Esto-es-una-fig"
22447
22448 \end_inset
22449
22450  y la tabla
22451 \begin_inset space ~
22452 \end_inset
22453
22454
22455 \begin_inset CommandInset ref
22456 LatexCommand ref
22457 reference "tab:Esto-es-una-tab"
22458
22459 \end_inset
22460
22461  pueden crearse usando los siguientes comandos en el preámbulo:
22462 \end_layout
22463
22464 \begin_layout Standard
22465
22466 \series bold
22467
22468 \backslash
22469 usepackage[tableposition=top]{caption}
22470 \series default
22471
22472 \begin_inset Newline newline
22473 \end_inset
22474
22475
22476 \series bold
22477
22478 \backslash
22479 captionsetup[figure]{labelfont={tt}, textfont=it, indention=1cm,%
22480 \begin_inset Newline newline
22481 \end_inset
22482
22483
22484 \begin_inset Phantom HPhantom
22485 status open
22486
22487 \begin_layout Plain Layout
22488
22489 \series bold
22490
22491 \backslash
22492 captionsetup[figure]{
22493 \end_layout
22494
22495 \end_inset
22496
22497 labelsep=period}
22498 \begin_inset Newline newline
22499 \end_inset
22500
22501
22502 \backslash
22503 captionsetup[table]{labelfont={bf,sf}}
22504 \end_layout
22505
22506 \begin_layout Standard
22507 \begin_inset Note Greyedout
22508 status open
22509
22510 \begin_layout Plain Layout
22511
22512 \series bold
22513 Nota: 
22514 \series default
22515 La opción 
22516 \series bold
22517 tableposition=top
22518 \series default
22519  no tiene efecto si se usa una clase de documento 
22520 \series bold
22521 KOMA-Script
22522 \series default
22523 .
22524  En este caso debe utilizarse la opción de clase de documento 
22525 \series bold
22526 captions=tableheading
22527 \series default
22528 .
22529  
22530 \end_layout
22531
22532 \end_inset
22533
22534
22535 \end_layout
22536
22537 \begin_layout Standard
22538 Para más información sobre el paquete 
22539 \series bold
22540 caption
22541 \series default
22542  acude a su documentación 
22543 \begin_inset CommandInset citation
22544 LatexCommand cite
22545 key "caption"
22546
22547 \end_inset
22548
22549 .
22550 \end_layout
22551
22552 \begin_layout Standard
22553 Para cambiar el nombre de la etiqueta de «Figura» a «Imagen», p.
22554 \begin_inset space \thinspace{}
22555 \end_inset
22556
22557 e., usa el siguiente comando de preámbulo:
22558 \end_layout
22559
22560 \begin_layout Standard
22561
22562 \series bold
22563
22564 \backslash
22565 renewcommand{
22566 \backslash
22567 fnum@figure}{Imagen~
22568 \backslash
22569 thefigure}
22570 \end_layout
22571
22572 \begin_layout Standard
22573 donde 
22574 \series bold
22575
22576 \backslash
22577 thefigure
22578 \series default
22579  inserta el número de figura y «~» genera un espacio protegido.
22580
22581 \series bold
22582  
22583 \end_layout
22584
22585 \begin_layout Standard
22586 \begin_inset VSpace bigskip
22587 \end_inset
22588
22589 Si estás usando la clase de documento 
22590 \series bold
22591 KOMA-Script
22592 \series default
22593
22594 \begin_inset Index idx
22595 status collapsed
22596
22597 \begin_layout Plain Layout
22598 LaTeX-paquetes ! KOMA-Script
22599 \end_layout
22600
22601 \end_inset
22602
22603  (
22604 \family sans
22605 article (KOMA-Script)
22606 \family default
22607
22608 \family sans
22609 book (KOMA-Script)
22610 \family default
22611
22612 \family sans
22613 letter (KOMA-Script)
22614 \family default
22615 , o 
22616 \family sans
22617 report (KOMA-Script)
22618 \family default
22619
22620 \begin_inset space \thinspace{}
22621 \end_inset
22622
22623 ), puedes emplear en vez del paquete 
22624 \series bold
22625 caption
22626 \series default
22627  el comando 
22628 \series bold
22629
22630 \backslash
22631 setkomafont
22632 \series default
22633  incluido en 
22634 \series bold
22635 KOMA-Script
22636 \series default
22637 .
22638  Por ejemplo, para poner en negrita la etiqueta de la leyenda añade este
22639  comando en el preámbulo del documento:
22640 \end_layout
22641
22642 \begin_layout Standard
22643
22644 \series bold
22645
22646 \backslash
22647 setkomafont{captionlabel}{
22648 \backslash
22649 bfseries}
22650 \end_layout
22651
22652 \begin_layout Standard
22653 Más información sobre 
22654 \series bold
22655
22656 \backslash
22657 setkomafont
22658 \series default
22659  en la documentación de 
22660 \series bold
22661 KOMA-Script
22662 \series default
22663  
22664 \begin_inset CommandInset citation
22665 LatexCommand cite
22666 key "KOMA-Script"
22667
22668 \end_inset
22669
22670 .
22671 \end_layout
22672
22673 \begin_layout Standard
22674 \begin_inset ERT
22675 status collapsed
22676
22677 \begin_layout Plain Layout
22678
22679
22680 \backslash
22681 captionsetup[figure]{labelfont={tt}, textfont=it, indention=1cm, labelsep=period
22682 }
22683 \end_layout
22684
22685 \end_inset
22686
22687
22688 \begin_inset Note Note
22689 status collapsed
22690
22691 \begin_layout Plain Layout
22692 El formato de la leyenda se ha cambiado sólo para este ejemplo.
22693 \end_layout
22694
22695 \end_inset
22696
22697
22698 \end_layout
22699
22700 \begin_layout Standard
22701 \begin_inset Float figure
22702 placement !p
22703 wide false
22704 sideways false
22705 status open
22706
22707 \begin_layout Plain Layout
22708 \align center
22709 \begin_inset Graphics
22710         filename ../clipart/mobius.eps
22711         lyxscale 50
22712         scale 50
22713
22714 \end_inset
22715
22716
22717 \end_layout
22718
22719 \begin_layout Plain Layout
22720 \begin_inset Caption
22721
22722 \begin_layout Plain Layout
22723 \begin_inset CommandInset label
22724 LatexCommand label
22725 name "fig:Esto-es-una-fig"
22726
22727 \end_inset
22728
22729
22730 \begin_inset Argument
22731 status collapsed
22732
22733 \begin_layout Plain Layout
22734 Figura con leyenda muy larga
22735 \end_layout
22736
22737 \end_inset
22738
22739 Este es un ejemplo de figura con una leyenda que es mayor de una línea para
22740  mostrar el formato diferente.
22741  Aquí se usa una leyenda personalizada.
22742 \end_layout
22743
22744 \end_inset
22745
22746
22747 \end_layout
22748
22749 \end_inset
22750
22751
22752 \end_layout
22753
22754 \begin_layout Standard
22755 \begin_inset ERT
22756 status collapsed
22757
22758 \begin_layout Plain Layout
22759
22760
22761 \backslash
22762 captionsetup[figure]{labelfont={bf,sf}, textfont=rm, indention=0cm, labelsep=col
22763 on}
22764 \end_layout
22765
22766 \end_inset
22767
22768
22769 \end_layout
22770
22771 \begin_layout Standard
22772 \begin_inset Float table
22773 placement !p
22774 wide false
22775 sideways false
22776 status collapsed
22777
22778 \begin_layout Plain Layout
22779 \begin_inset Caption
22780
22781 \begin_layout Plain Layout
22782 \begin_inset CommandInset label
22783 LatexCommand label
22784 name "tab:Esto-es-una-tab"
22785
22786 \end_inset
22787
22788
22789 \begin_inset Argument
22790 status collapsed
22791
22792 \begin_layout Plain Layout
22793 Tabla con leyenda muy larga
22794 \end_layout
22795
22796 \end_inset
22797
22798 Este es un ejemplo de leyenda de tabla mayor que una línea para mostrar
22799  el formato diferente.
22800  Aquí se usa el formato de leyenda estándar para las tablas.
22801 \end_layout
22802
22803 \end_inset
22804
22805
22806 \end_layout
22807
22808 \begin_layout Plain Layout
22809 \align center
22810 \begin_inset Tabular
22811 <lyxtabular version="3" rows="1" columns="5">
22812 <features tabularvalignment="middle">
22813 <column alignment="center" valignment="top" width="0">
22814 <column alignment="center" valignment="top" width="0">
22815 <column alignment="center" valignment="top" width="0">
22816 <column alignment="center" valignment="top" width="0">
22817 <column alignment="center" valignment="top" width="0">
22818 <row>
22819 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
22820 \begin_inset Text
22821
22822 \begin_layout Plain Layout
22823 a
22824 \end_layout
22825
22826 \end_inset
22827 </cell>
22828 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
22829 \begin_inset Text
22830
22831 \begin_layout Plain Layout
22832 b
22833 \end_layout
22834
22835 \end_inset
22836 </cell>
22837 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
22838 \begin_inset Text
22839
22840 \begin_layout Plain Layout
22841 c
22842 \end_layout
22843
22844 \end_inset
22845 </cell>
22846 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
22847 \begin_inset Text
22848
22849 \begin_layout Plain Layout
22850 d
22851 \end_layout
22852
22853 \end_inset
22854 </cell>
22855 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
22856 \begin_inset Text
22857
22858 \begin_layout Plain Layout
22859 e
22860 \end_layout
22861
22862 \end_inset
22863 </cell>
22864 </row>
22865 </lyxtabular>
22866
22867 \end_inset
22868
22869
22870 \end_layout
22871
22872 \end_inset
22873
22874
22875 \end_layout
22876
22877 \begin_layout Section
22878 Colocación de leyendas
22879 \begin_inset Index idx
22880 status collapsed
22881
22882 \begin_layout Plain Layout
22883 Leyendas ! Colocación
22884 \end_layout
22885
22886 \end_inset
22887
22888
22889 \begin_inset Index idx
22890 status collapsed
22891
22892 \begin_layout Plain Layout
22893 Flotantes ! Colocación de leyendas
22894 \end_layout
22895
22896 \end_inset
22897
22898
22899 \begin_inset CommandInset label
22900 LatexCommand label
22901 name "sec:Colocación-de-leyendas"
22902
22903 \end_inset
22904
22905
22906 \end_layout
22907
22908 \begin_layout Standard
22909 La norma habitual para colocar las leyendas es:
22910 \end_layout
22911
22912 \begin_layout Description
22913 Figura: La leyenda al pie de la figura
22914 \end_layout
22915
22916 \begin_layout Description
22917 Tabla: La leyenda sobre la tabla
22918 \end_layout
22919
22920 \begin_layout Standard
22921 Desafortunadamente, las clases estándar de LaTeX no soportan leyendas sobre
22922  la tabla.
22923  Esto implica que si usas las clases de documento 
22924 \family sans
22925 article
22926 \family default
22927
22928 \family sans
22929 book
22930 \family default
22931
22932 \family sans
22933 letter
22934 \family default
22935 , o 
22936 \family sans
22937 report
22938 \family default
22939  no habrá espacio entre la leyenda y la tabla.
22940  Para insertar el espacio adecuado añade la siguiente opción al comando
22941  del paquete LaTeX 
22942 \series bold
22943 caption
22944 \series default
22945  en el preámbulo del documento:
22946 \begin_inset Foot
22947 status collapsed
22948
22949 \begin_layout Plain Layout
22950 Véase la sección
22951 \begin_inset space ~
22952 \end_inset
22953
22954
22955 \begin_inset CommandInset ref
22956 LatexCommand ref
22957 reference "sec:Formato-de-leyendas"
22958
22959 \end_inset
22960
22961  para más información sobre el paquete 
22962 \series bold
22963 caption
22964 \series default
22965 .
22966 \end_layout
22967
22968 \end_inset
22969
22970
22971 \end_layout
22972
22973 \begin_layout Standard
22974
22975 \series bold
22976 tableposition=top
22977 \end_layout
22978
22979 \begin_layout Standard
22980 Si estás usando la clase 
22981 \series bold
22982 KOMA-Script
22983 \series default
22984
22985 \begin_inset Index idx
22986 status collapsed
22987
22988 \begin_layout Plain Layout
22989 LaTeX-paquetes ! KOMA-Script
22990 \end_layout
22991
22992 \end_inset
22993
22994  (
22995 \family sans
22996 article (KOMA-Script)
22997 \family default
22998
22999 \family sans
23000 book (KOMA-Script)
23001 \family default
23002
23003 \family sans
23004 letter (KOMA-Script)
23005 \family default
23006 , o 
23007 \family sans
23008 report (KOMA-Script)
23009 \family default
23010
23011 \begin_inset space \thinspace{}
23012 \end_inset
23013
23014 ), en vez de 
23015 \series bold
23016 caption
23017 \series default
23018  puedes poner la opción 
23019 \series bold
23020 captions=tableheading
23021 \series default
23022  de la clase de documento.
23023 \end_layout
23024
23025 \begin_layout Standard
23026 \begin_inset VSpace bigskip
23027 \end_inset
23028
23029 También es posible poner la leyenda junto a una figura o tabla.
23030  Para conseguirlo hay que cargar el paquete LaTeX 
23031 \series bold
23032 sidecap
23033 \series default
23034
23035 \begin_inset Index idx
23036 status collapsed
23037
23038 \begin_layout Plain Layout
23039 LaTeX-paquetes ! sidecap
23040 \end_layout
23041
23042 \end_inset
23043
23044  añadiendo en el preámbulo del documento la línea
23045 \end_layout
23046
23047 \begin_layout Standard
23048
23049 \series bold
23050
23051 \backslash
23052 usepackage[option]{sidecap}
23053 \end_layout
23054
23055 \begin_layout Standard
23056 Si no se especifica opción, la leyenda se ubica del lado del margen externo
23057  de la página —a la derecha en páginas impares, a la izquierda en las pares—.
23058  Puedes cambiar la colocación al margen interno con la opción 
23059 \series bold
23060 innercaption
23061 \series default
23062 .
23063  Para forzar la ubicación siempre a la derecha o a la izquierda, usa las
23064  opciones 
23065 \series bold
23066 rightcaption
23067 \series default
23068  o 
23069 \series bold
23070 leftcaption
23071 \series default
23072 , respectivamente.
23073 \end_layout
23074
23075 \begin_layout Standard
23076 \begin_inset ERT
23077 status collapsed
23078
23079 \begin_layout Plain Layout
23080
23081
23082 \backslash
23083 ifsidecap
23084 \end_layout
23085
23086 \end_inset
23087
23088
23089 \begin_inset Note Note
23090 status collapsed
23091
23092 \begin_layout Plain Layout
23093 La siguiente sección sólo se mostrará en pantalla si está instalado el paquete
23094  LaTeX 
23095 \series bold
23096 sidecap
23097 \series default
23098 .
23099 \end_layout
23100
23101 \end_inset
23102
23103
23104 \end_layout
23105
23106 \begin_layout Standard
23107 Para situar en LyX la leyenda de un flotante al lado, es necesario añadir
23108  estos comandos al preámbulo del documento:
23109 \end_layout
23110
23111 \begin_layout Standard
23112 \noindent
23113 \begin_inset CommandInset line
23114 LatexCommand rule
23115 offset "0.5ex"
23116 width "100line%"
23117 height "1pt"
23118
23119 \end_inset
23120
23121
23122 \end_layout
23123
23124 \begin_layout Standard
23125
23126 \series bold
23127
23128 \backslash
23129 newcommand{
23130 \backslash
23131 TabBesBeg}{%
23132 \begin_inset Newline newline
23133 \end_inset
23134
23135
23136 \begin_inset Phantom HPhantom
23137 status open
23138
23139 \begin_layout Plain Layout
23140
23141 \series bold
23142 \begin_inset space ~
23143 \end_inset
23144
23145
23146 \end_layout
23147
23148 \end_inset
23149
23150
23151 \backslash
23152 let
23153 \backslash
23154 MyTable
23155 \backslash
23156 table
23157 \begin_inset Newline newline
23158 \end_inset
23159
23160
23161 \begin_inset Phantom HPhantom
23162 status open
23163
23164 \begin_layout Plain Layout
23165
23166 \series bold
23167 \begin_inset space ~
23168 \end_inset
23169
23170
23171 \end_layout
23172
23173 \end_inset
23174
23175
23176 \backslash
23177 let
23178 \backslash
23179 MyEndtable
23180 \backslash
23181 endtable
23182 \begin_inset Newline newline
23183 \end_inset
23184
23185
23186 \begin_inset Phantom HPhantom
23187 status open
23188
23189 \begin_layout Plain Layout
23190
23191 \series bold
23192 \begin_inset space ~
23193 \end_inset
23194
23195
23196 \end_layout
23197
23198 \end_inset
23199
23200
23201 \backslash
23202 renewenvironment{table}{
23203 \backslash
23204 begin{SCtable}}{
23205 \backslash
23206 end{SCtable}}}
23207 \end_layout
23208
23209 \begin_layout Standard
23210
23211 \series bold
23212
23213 \backslash
23214 newcommand{
23215 \backslash
23216 TabBesEnd}{%
23217 \begin_inset Newline newline
23218 \end_inset
23219
23220
23221 \begin_inset Phantom HPhantom
23222 status open
23223
23224 \begin_layout Plain Layout
23225
23226 \series bold
23227 \begin_inset space ~
23228 \end_inset
23229
23230
23231 \end_layout
23232
23233 \end_inset
23234
23235
23236 \backslash
23237 let
23238 \backslash
23239 table
23240 \backslash
23241 MyTable
23242 \begin_inset Newline newline
23243 \end_inset
23244
23245
23246 \begin_inset Phantom HPhantom
23247 status open
23248
23249 \begin_layout Plain Layout
23250
23251 \series bold
23252 \begin_inset space ~
23253 \end_inset
23254
23255
23256 \end_layout
23257
23258 \end_inset
23259
23260
23261 \backslash
23262 let
23263 \backslash
23264 endtable
23265 \backslash
23266 MyEndtable
23267 \end_layout
23268
23269 \begin_layout Standard
23270
23271 \series bold
23272
23273 \backslash
23274 newcommand{
23275 \backslash
23276 FigBesBeg}{%
23277 \begin_inset Newline newline
23278 \end_inset
23279
23280
23281 \begin_inset Phantom HPhantom
23282 status open
23283
23284 \begin_layout Plain Layout
23285
23286 \series bold
23287 \begin_inset space ~
23288 \end_inset
23289
23290
23291 \end_layout
23292
23293 \end_inset
23294
23295
23296 \backslash
23297 let
23298 \backslash
23299 MyFigure
23300 \backslash
23301 figure
23302 \begin_inset Newline newline
23303 \end_inset
23304
23305
23306 \begin_inset Phantom HPhantom
23307 status open
23308
23309 \begin_layout Plain Layout
23310
23311 \series bold
23312 \begin_inset space ~
23313 \end_inset
23314
23315
23316 \end_layout
23317
23318 \end_inset
23319
23320
23321 \backslash
23322 let
23323 \backslash
23324 MyEndfigure
23325 \backslash
23326 endfigure
23327 \begin_inset Newline newline
23328 \end_inset
23329
23330
23331 \begin_inset Phantom HPhantom
23332 status open
23333
23334 \begin_layout Plain Layout
23335
23336 \series bold
23337 \begin_inset space ~
23338 \end_inset
23339
23340
23341 \end_layout
23342
23343 \end_inset
23344
23345
23346 \backslash
23347 renewenvironment{figure}{
23348 \backslash
23349 begin{SCfigure}}{
23350 \backslash
23351 end{SCfigure}}}
23352 \end_layout
23353
23354 \begin_layout Standard
23355
23356 \series bold
23357
23358 \backslash
23359 newcommand{
23360 \backslash
23361 FigBesEnd}{%
23362 \begin_inset Newline newline
23363 \end_inset
23364
23365
23366 \begin_inset Phantom HPhantom
23367 status open
23368
23369 \begin_layout Plain Layout
23370
23371 \series bold
23372 \begin_inset space ~
23373 \end_inset
23374
23375
23376 \end_layout
23377
23378 \end_inset
23379
23380
23381 \backslash
23382 let
23383 \backslash
23384 figure
23385 \backslash
23386 MyFigure
23387 \begin_inset Newline newline
23388 \end_inset
23389
23390
23391 \begin_inset Phantom HPhantom
23392 status open
23393
23394 \begin_layout Plain Layout
23395
23396 \series bold
23397 \begin_inset space ~
23398 \end_inset
23399
23400
23401 \end_layout
23402
23403 \end_inset
23404
23405
23406 \backslash
23407 let
23408 \backslash
23409 endfigure
23410 \backslash
23411 MyEndfigure}
23412 \end_layout
23413
23414 \begin_layout Standard
23415 \noindent
23416 \begin_inset CommandInset line
23417 LatexCommand rule
23418 offset "0.5ex"
23419 width "100line%"
23420 height "1pt"
23421
23422 \end_inset
23423
23424
23425 \end_layout
23426
23427 \begin_layout Standard
23428 Estos comandos permiten redefinir los flotantes de modo que la leyenda aparezca
23429  en un lado.
23430  Para figuras flotantes usa el comando
23431 \end_layout
23432
23433 \begin_layout Standard
23434
23435 \series bold
23436
23437 \backslash
23438 FigBesBeg
23439 \end_layout
23440
23441 \begin_layout Standard
23442 en código TeX antes del flotante.
23443  Detrás del flotante inserta
23444 \end_layout
23445
23446 \begin_layout Standard
23447
23448 \series bold
23449
23450 \backslash
23451 FigBesEnd
23452 \end_layout
23453
23454 \begin_layout Standard
23455 en código TeX para volver a la definición original de flotantes.
23456 \end_layout
23457
23458 \begin_layout Standard
23459 Para tablas flotantes usa los comandos correspondientes
23460 \end_layout
23461
23462 \begin_layout Standard
23463
23464 \series bold
23465
23466 \backslash
23467 TabBesBeg
23468 \series default
23469  y 
23470 \series bold
23471
23472 \backslash
23473 TabBesEnd
23474 \end_layout
23475
23476 \begin_layout Standard
23477 La figura
23478 \begin_inset space ~
23479 \end_inset
23480
23481
23482 \begin_inset CommandInset ref
23483 LatexCommand ref
23484 reference "fig:encab-al-lado"
23485
23486 \end_inset
23487
23488  y la tabla
23489 \begin_inset space ~
23490 \end_inset
23491
23492
23493 \begin_inset CommandInset ref
23494 LatexCommand ref
23495 reference "tab:encab-al-lado"
23496
23497 \end_inset
23498
23499  son ejemplos en los que el título se sitúa al lado.
23500 \end_layout
23501
23502 \begin_layout Standard
23503 En los ejemplos puedes ver que el texto del título aparece encima del flotante
23504  en tablas flotantes y debajo en las figuras flotantes.
23505  Para cambiarlo, puedes usar el comando
23506 \end_layout
23507
23508 \begin_layout Standard
23509
23510 \series bold
23511
23512 \backslash
23513 sidecaptionvpos{tipo de flotante}{colocación}
23514 \end_layout
23515
23516 \begin_layout Standard
23517 en el preámbulo o en código TeX antes del flotante.
23518  El tipo de flotante es 
23519 \family sans
23520 figure
23521 \family default
23522  o 
23523 \family sans
23524 table
23525 \family default
23526 , la colocación puede ser «
23527 \family sans
23528 t
23529 \family default
23530 » por «top» (arriba), «
23531 \family sans
23532 c
23533 \family default
23534 » por «center» (centro), o «
23535 \family sans
23536 b
23537 \family default
23538 » por «bottom» (abajo).
23539  Para tener, por ejemplo, el título de figuras flotantes verticalmente centrado,
23540  usa el comando
23541 \end_layout
23542
23543 \begin_layout Standard
23544
23545 \series bold
23546
23547 \backslash
23548 sidecaptionvpos{figure}{c}
23549 \end_layout
23550
23551 \begin_layout Standard
23552 Esto se ha hecho en la figura
23553 \begin_inset space ~
23554 \end_inset
23555
23556
23557 \begin_inset CommandInset ref
23558 LatexCommand ref
23559 reference "fig:encab-al-lado-de-fig"
23560
23561 \end_inset
23562
23563 .
23564 \end_layout
23565
23566 \begin_layout Standard
23567 \begin_inset VSpace medskip
23568 \end_inset
23569
23570 Más información sobre el paquete 
23571 \series bold
23572 sidecap
23573 \series default
23574  en su documentación 
23575 \begin_inset CommandInset citation
23576 LatexCommand cite
23577 key "sidecap"
23578
23579 \end_inset
23580
23581 .
23582 \end_layout
23583
23584 \begin_layout Standard
23585 \begin_inset Note Greyedout
23586 status open
23587
23588 \begin_layout Plain Layout
23589
23590 \series bold
23591 Nota:
23592 \series default
23593  El paquete LaTeX 
23594 \series bold
23595 hypcap
23596 \series default
23597
23598 \begin_inset Index idx
23599 status collapsed
23600
23601 \begin_layout Plain Layout
23602 LaTeX-paquetes ! hypcap
23603 \end_layout
23604
23605 \end_inset
23606
23607 , descrito en la sección
23608 \begin_inset space ~
23609 \end_inset
23610
23611
23612 \begin_inset CommandInset ref
23613 LatexCommand ref
23614 reference "sub:Colocación-de-Referencias"
23615
23616 \end_inset
23617
23618 , no afecta a flotantes con la leyenda al lado.
23619 \end_layout
23620
23621 \end_inset
23622
23623
23624 \end_layout
23625
23626 \begin_layout Standard
23627 \begin_inset ERT
23628 status collapsed
23629
23630 \begin_layout Plain Layout
23631
23632
23633 \backslash
23634 FigBesBeg 
23635 \end_layout
23636
23637 \end_inset
23638
23639
23640 \end_layout
23641
23642 \begin_layout Standard
23643 \begin_inset Float figure
23644 wide false
23645 sideways false
23646 status open
23647
23648 \begin_layout Plain Layout
23649 \begin_inset Graphics
23650         filename ../clipart/escher-lsd.eps
23651         scale 75
23652
23653 \end_inset
23654
23655
23656 \end_layout
23657
23658 \begin_layout Plain Layout
23659 \begin_inset Caption
23660
23661 \begin_layout Plain Layout
23662 \begin_inset CommandInset label
23663 LatexCommand label
23664 name "fig:encab-al-lado"
23665
23666 \end_inset
23667
23668 Leyenda al lado de una figura.
23669 \end_layout
23670
23671 \end_inset
23672
23673
23674 \end_layout
23675
23676 \end_inset
23677
23678
23679 \end_layout
23680
23681 \begin_layout Standard
23682 \begin_inset ERT
23683 status collapsed
23684
23685 \begin_layout Plain Layout
23686
23687
23688 \backslash
23689 TabBesBeg 
23690 \end_layout
23691
23692 \end_inset
23693
23694
23695 \end_layout
23696
23697 \begin_layout Standard
23698 \begin_inset Float table
23699 wide false
23700 sideways false
23701 status open
23702
23703 \begin_layout Plain Layout
23704 \begin_inset Caption
23705
23706 \begin_layout Plain Layout
23707 \begin_inset CommandInset label
23708 LatexCommand label
23709 name "tab:encab-al-lado"
23710
23711 \end_inset
23712
23713 Leyenda al lado de una tabla.
23714 \end_layout
23715
23716 \end_inset
23717
23718
23719 \end_layout
23720
23721 \begin_layout Plain Layout
23722 \begin_inset Tabular
23723 <lyxtabular version="3" rows="4" columns="5">
23724 <features tabularvalignment="middle">
23725 <column alignment="center" valignment="top" width="0">
23726 <column alignment="center" valignment="top" width="0">
23727 <column alignment="center" valignment="top" width="0">
23728 <column alignment="center" valignment="top" width="0">
23729 <column alignment="center" valignment="top" width="0">
23730 <row>
23731 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23732 \begin_inset Text
23733
23734 \begin_layout Plain Layout
23735 a
23736 \end_layout
23737
23738 \end_inset
23739 </cell>
23740 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23741 \begin_inset Text
23742
23743 \begin_layout Plain Layout
23744
23745 \end_layout
23746
23747 \end_inset
23748 </cell>
23749 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23750 \begin_inset Text
23751
23752 \begin_layout Plain Layout
23753 b
23754 \end_layout
23755
23756 \end_inset
23757 </cell>
23758 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23759 \begin_inset Text
23760
23761 \begin_layout Plain Layout
23762
23763 \end_layout
23764
23765 \end_inset
23766 </cell>
23767 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23768 \begin_inset Text
23769
23770 \begin_layout Plain Layout
23771 c
23772 \end_layout
23773
23774 \end_inset
23775 </cell>
23776 </row>
23777 <row>
23778 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23779 \begin_inset Text
23780
23781 \begin_layout Plain Layout
23782
23783 \end_layout
23784
23785 \end_inset
23786 </cell>
23787 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23788 \begin_inset Text
23789
23790 \begin_layout Plain Layout
23791 d
23792 \end_layout
23793
23794 \end_inset
23795 </cell>
23796 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23797 \begin_inset Text
23798
23799 \begin_layout Plain Layout
23800
23801 \end_layout
23802
23803 \end_inset
23804 </cell>
23805 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23806 \begin_inset Text
23807
23808 \begin_layout Plain Layout
23809 e
23810 \end_layout
23811
23812 \end_inset
23813 </cell>
23814 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23815 \begin_inset Text
23816
23817 \begin_layout Plain Layout
23818
23819 \end_layout
23820
23821 \end_inset
23822 </cell>
23823 </row>
23824 <row>
23825 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23826 \begin_inset Text
23827
23828 \begin_layout Plain Layout
23829 f
23830 \end_layout
23831
23832 \end_inset
23833 </cell>
23834 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23835 \begin_inset Text
23836
23837 \begin_layout Plain Layout
23838
23839 \end_layout
23840
23841 \end_inset
23842 </cell>
23843 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23844 \begin_inset Text
23845
23846 \begin_layout Plain Layout
23847 g
23848 \end_layout
23849
23850 \end_inset
23851 </cell>
23852 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23853 \begin_inset Text
23854
23855 \begin_layout Plain Layout
23856
23857 \end_layout
23858
23859 \end_inset
23860 </cell>
23861 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23862 \begin_inset Text
23863
23864 \begin_layout Plain Layout
23865 h
23866 \end_layout
23867
23868 \end_inset
23869 </cell>
23870 </row>
23871 <row>
23872 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
23873 \begin_inset Text
23874
23875 \begin_layout Plain Layout
23876
23877 \end_layout
23878
23879 \end_inset
23880 </cell>
23881 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
23882 \begin_inset Text
23883
23884 \begin_layout Plain Layout
23885 i
23886 \end_layout
23887
23888 \end_inset
23889 </cell>
23890 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
23891 \begin_inset Text
23892
23893 \begin_layout Plain Layout
23894
23895 \end_layout
23896
23897 \end_inset
23898 </cell>
23899 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
23900 \begin_inset Text
23901
23902 \begin_layout Plain Layout
23903 j
23904 \end_layout
23905
23906 \end_inset
23907 </cell>
23908 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
23909 \begin_inset Text
23910
23911 \begin_layout Plain Layout
23912
23913 \end_layout
23914
23915 \end_inset
23916 </cell>
23917 </row>
23918 </lyxtabular>
23919
23920 \end_inset
23921
23922
23923 \end_layout
23924
23925 \end_inset
23926
23927
23928 \end_layout
23929
23930 \begin_layout Standard
23931 \begin_inset ERT
23932 status collapsed
23933
23934 \begin_layout Plain Layout
23935
23936
23937 \backslash
23938 TabBesEnd
23939 \end_layout
23940
23941 \end_inset
23942
23943
23944 \end_layout
23945
23946 \begin_layout Standard
23947 \begin_inset ERT
23948 status collapsed
23949
23950 \begin_layout Plain Layout
23951
23952
23953 \backslash
23954 sidecaptionvpos{figure}{c}
23955 \end_layout
23956
23957 \end_inset
23958
23959
23960 \begin_inset Float figure
23961 wide false
23962 sideways false
23963 status open
23964
23965 \begin_layout Plain Layout
23966 \begin_inset Graphics
23967         filename ../clipart/escher-lsd.eps
23968         scale 75
23969
23970 \end_inset
23971
23972
23973 \end_layout
23974
23975 \begin_layout Plain Layout
23976 \begin_inset Caption
23977
23978 \begin_layout Plain Layout
23979 \begin_inset CommandInset label
23980 LatexCommand label
23981 name "fig:encab-al-lado-de-fig"
23982
23983 \end_inset
23984
23985 Leyenda centrada verticalmente junto a una figura.
23986 \end_layout
23987
23988 \end_inset
23989
23990
23991 \end_layout
23992
23993 \end_inset
23994
23995
23996 \end_layout
23997
23998 \begin_layout Standard
23999 \begin_inset ERT
24000 status collapsed
24001
24002 \begin_layout Plain Layout
24003
24004
24005 \backslash
24006 FigBesEnd
24007 \end_layout
24008
24009 \end_inset
24010
24011
24012 \end_layout
24013
24014 \begin_layout Standard
24015 \begin_inset ERT
24016 status collapsed
24017
24018 \begin_layout Plain Layout
24019
24020
24021 \backslash
24022 else
24023 \end_layout
24024
24025 \end_inset
24026
24027
24028 \begin_inset Note Note
24029 status collapsed
24030
24031 \begin_layout Plain Layout
24032 Lo siguiente se mostrará en pantalla si no está instalado el paquete LaTeX
24033  
24034 \series bold
24035 sidecap
24036 \series default
24037 .
24038 \end_layout
24039
24040 \end_inset
24041
24042
24043 \end_layout
24044
24045 \begin_layout Standard
24046 Debes instalar el paquete LaTeX 
24047 \series bold
24048 sidecap
24049 \series default
24050  para ver la parte siguiente en la salida.
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 fi
24062 \end_layout
24063
24064 \end_inset
24065
24066
24067 \end_layout
24068
24069 \begin_layout Section
24070 Índice de flotantes
24071 \begin_inset Index idx
24072 status collapsed
24073
24074 \begin_layout Plain Layout
24075 Flotantes ! Índice de
24076 \end_layout
24077
24078 \end_inset
24079
24080
24081 \end_layout
24082
24083 \begin_layout Standard
24084 Igual que en el índice general se listan las secciones del documento, hay
24085  índices para todos los tipos de flotantes, como las figuras.
24086  Se pueden insertar mediante los submenús 
24087 \family sans
24088 Insertar\SpecialChar \menuseparator
24089 Lista
24090 \begin_inset space \thinspace{}
24091 \end_inset
24092
24093 /
24094 \begin_inset space \thinspace{}
24095 \end_inset
24096
24097 Índice
24098 \family default
24099 .
24100 \end_layout
24101
24102 \begin_layout Standard
24103 Las entradas de los índices son las leyendas del flotante o su título breve,
24104  el número de flotante y el número de la página del documento en la que
24105  aparecen.
24106 \end_layout
24107
24108 \begin_layout Standard
24109 Puedes encontrar los índices de figuras y tablas al final de este documento.
24110 \end_layout
24111
24112 \begin_layout Chapter
24113 Notas
24114 \end_layout
24115
24116 \begin_layout Section
24117 Notas en LyX
24118 \begin_inset Index idx
24119 status collapsed
24120
24121 \begin_layout Plain Layout
24122 Notas ! en LyX
24123 \end_layout
24124
24125 \end_inset
24126
24127
24128 \end_layout
24129
24130 \begin_layout Standard
24131 Las notas se insertan con el botón 
24132 \begin_inset Graphics
24133         filename ../../images/note-insert.png
24134         scale 85
24135
24136 \end_inset
24137
24138  o con el menú 
24139 \family sans
24140 Insertar\SpecialChar \menuseparator
24141 Nota
24142 \family default
24143 .
24144  Hay cinco tipos de notas:
24145 \end_layout
24146
24147 \begin_layout Description
24148 Nota
24149 \begin_inset space ~
24150 \end_inset
24151
24152 LyX Este tipo es para notas internas que no han de aparecer en la salida.
24153  Su cuadro se muestra como este:
24154 \begin_inset Newline newline
24155 \end_inset
24156
24157
24158 \begin_inset Newline newline
24159 \end_inset
24160
24161
24162 \begin_inset Graphics
24163         filename clipart/NotaLyXImagenQt4.png
24164         display false
24165         scale 75
24166
24167 \end_inset
24168
24169  
24170 \begin_inset Note Note
24171 status collapsed
24172
24173 \begin_layout Plain Layout
24174 Este es un texto en un recuadro que no se muestra en la salida.
24175 \end_layout
24176
24177 \end_inset
24178
24179
24180 \end_layout
24181
24182 \begin_layout Description
24183 Comentario Esta nota tampoco se muestra en la salida pero aparece como un
24184  comentario de LaTeX, cuando exportas el documento a LaTeX vía menú 
24185 \family sans
24186 Archivo\SpecialChar \menuseparator
24187 Exportar\SpecialChar \menuseparator
24188 LaTeX (pdflatex) / (plain)
24189 \family default
24190 .
24191  Su recuadro se ve así:
24192 \begin_inset Newline newline
24193 \end_inset
24194
24195
24196 \begin_inset Newline newline
24197 \end_inset
24198
24199
24200 \begin_inset Graphics
24201         filename clipart/ComentNotaImagenQt4.png
24202         display false
24203         scale 75
24204
24205 \end_inset
24206
24207  
24208 \begin_inset Note Comment
24209 status collapsed
24210
24211 \begin_layout Plain Layout
24212 Una nota comentario que sólo aparece como comentario en archivos LaTeX.
24213 \end_layout
24214
24215 \end_inset
24216
24217
24218 \end_layout
24219
24220 \begin_layout Description
24221 Resaltado
24222 \begin_inset space ~
24223 \end_inset
24224
24225 en
24226 \begin_inset space ~
24227 \end_inset
24228
24229 gris Esta nota aparece en la salida como texto resaltado en gris.
24230  Su recuadro se parece a este:
24231 \begin_inset Newline newline
24232 \end_inset
24233
24234
24235 \begin_inset Newline newline
24236 \end_inset
24237
24238
24239 \begin_inset Graphics
24240         filename clipart/GrisNotaImagenQt4.png
24241         display false
24242         scale 75
24243
24244 \end_inset
24245
24246
24247 \begin_inset Newline newline
24248 \end_inset
24249
24250
24251 \begin_inset ERT
24252 status collapsed
24253
24254 \begin_layout Plain Layout
24255
24256
24257 \backslash
24258 renewenvironment{lyxgreyedout}
24259 \end_layout
24260
24261 \begin_layout Plain Layout
24262
24263 {
24264 \backslash
24265 textcolor[gray]{0.8}
24266 \backslash
24267 bgroup}{
24268 \backslash
24269 egroup}
24270 \end_layout
24271
24272 \end_inset
24273
24274
24275 \begin_inset Note Greyedout
24276 status open
24277
24278 \begin_layout Plain Layout
24279 Este es el texto
24280 \begin_inset Foot
24281 status collapsed
24282
24283 \begin_layout Plain Layout
24284 Esto es un ejemplo de nota al pie en una nota resaltada en gris.
24285 \end_layout
24286
24287 \end_inset
24288
24289  de un comentario que se muestra resaltado en gris.
24290 \end_layout
24291
24292 \end_inset
24293
24294
24295 \begin_inset ERT
24296 status collapsed
24297
24298 \begin_layout Plain Layout
24299
24300
24301 \backslash
24302 renewenvironment{lyxgreyedout}
24303 \end_layout
24304
24305 \begin_layout Plain Layout
24306
24307 {
24308 \backslash
24309 textcolor{blue}
24310 \backslash
24311 bgroup}{
24312 \backslash
24313 egroup}
24314 \end_layout
24315
24316 \end_inset
24317
24318
24319 \begin_inset Note Note
24320 status collapsed
24321
24322 \begin_layout Plain Layout
24323 La nota resaltada en gris se ha redefinido aquí para mostrarla con la definición
24324  original de LyX, ya que en el preámbulo de este documento se han redefinido
24325  estas notas para que salgan en azul, como se indica más adelante.
24326 \end_layout
24327
24328 \end_inset
24329
24330
24331 \begin_inset Newline newline
24332 \end_inset
24333
24334
24335 \begin_inset Newline newline
24336 \end_inset
24337
24338 Como se ve en el ejemplo, la primera línea de las notas resaltadas en gris
24339  está un poco sangrada, y por otra parte pueden tener notas al pie.
24340 \end_layout
24341
24342 \begin_layout Standard
24343 \begin_inset VSpace bigskip
24344 \end_inset
24345
24346 Si usas el botón de la barra de herramientas 
24347 \begin_inset Graphics
24348         filename ../../images/note-insert.png
24349         scale 85
24350
24351 \end_inset
24352
24353  para insertar notas, se inserta una 
24354 \family sans
24355 Nota
24356 \begin_inset space ~
24357 \end_inset
24358
24359 LyX
24360 \family default
24361 .
24362  Puedes cambiar entre los cinco tipos de nota con clic derecho sobre el
24363  recuadro.
24364  
24365 \family roman
24366 \series medium
24367 \bar no
24368 Si quieres convertir un texto presente a nota, márcalo y pincha sobre el
24369  botón de herramienta 
24370 \family sans
24371 \series default
24372 \bar default
24373 Nota
24374 \family default
24375 .
24376  Para cambiar una nota a texto, pulsa la tecla 
24377 \family sans
24378 Retroceso
24379 \family default
24380  cuando el cursor está en la primera posición de una nota, o la tecla 
24381 \family sans
24382 Supr
24383 \family default
24384  cuando el cursor está en la última posición de la nota, respectivamente.
24385 \end_layout
24386
24387 \begin_layout Standard
24388 \begin_inset VSpace bigskip
24389 \end_inset
24390
24391 Se puede cambiar el color del 
24392 \family sans
24393 Resaltado en gris
24394 \family default
24395  poniendo en el preámbulo el comando:
24396 \end_layout
24397
24398 \begin_layout Standard
24399
24400 \series bold
24401
24402 \backslash
24403 renewenvironment{lyxgreyedout}
24404 \begin_inset Newline newline
24405 \end_inset
24406
24407
24408 \begin_inset Phantom HPhantom
24409 status open
24410
24411 \begin_layout Plain Layout
24412
24413 \series bold
24414 \begin_inset space ~
24415 \end_inset
24416
24417
24418 \end_layout
24419
24420 \end_inset
24421
24422 {
24423 \backslash
24424 textcolor{color}
24425 \backslash
24426 bgroup}{
24427 \backslash
24428 egroup}
24429 \end_layout
24430
24431 \begin_layout Standard
24432 Los colores disponibles y el método para definir nuestros propios colores
24433  se explica en la sección
24434 \begin_inset space ~
24435 \end_inset
24436
24437
24438 \begin_inset CommandInset ref
24439 LatexCommand ref
24440 reference "sec:Tablas-Coloreadas"
24441
24442 \end_inset
24443
24444 .
24445 \end_layout
24446
24447 \begin_layout Standard
24448 Las notas en azul en este documento se han hecho con notas del tipo 
24449 \family sans
24450 Resaltado en gris
24451 \family default
24452  pero definiendo el color del texto en azul.
24453 \end_layout
24454
24455 \begin_layout Section
24456 Notas al pie
24457 \begin_inset CommandInset label
24458 LatexCommand label
24459 name "sec:Notas-al-pie"
24460
24461 \end_inset
24462
24463
24464 \begin_inset Index idx
24465 status collapsed
24466
24467 \begin_layout Plain Layout
24468 Notas ! al pie
24469 \end_layout
24470
24471 \end_inset
24472
24473
24474 \begin_inset Index idx
24475 status collapsed
24476
24477 \begin_layout Plain Layout
24478 Notas al pie
24479 \end_layout
24480
24481 \end_inset
24482
24483
24484 \end_layout
24485
24486 \begin_layout Standard
24487 Las notas al pie se insertan con el botón 
24488 \begin_inset Graphics
24489         filename ../../images/footnote-insert.png
24490         scale 85
24491
24492 \end_inset
24493
24494  o el menú 
24495 \family sans
24496 Insertar\SpecialChar \menuseparator
24497 Nota
24498 \begin_inset space ~
24499 \end_inset
24500
24501 al
24502 \begin_inset space ~
24503 \end_inset
24504
24505 pie
24506 \family default
24507 .
24508  
24509 \family roman
24510 \series medium
24511 \bar no
24512 Aparece un recuadro como este:
24513 \family default
24514 \series default
24515 \bar default
24516  
24517 \begin_inset Graphics
24518         filename clipart/notapieQt4.png
24519         scale 80
24520
24521 \end_inset
24522
24523  
24524 \family roman
24525 \series medium
24526 \bar no
24527 donde puedes introducir el texto.
24528  Si quieres convertir un texto existente en nota al pie, márcalo y pincha
24529  sobre el
24530 \family default
24531 \series default
24532 \bar default
24533  
24534 \family roman
24535 \series medium
24536 \bar no
24537 botón
24538 \family default
24539 \series default
24540 \bar default
24541 .
24542  Para cambiar una nota al pie a texto, pulsa la tecla 
24543 \family sans
24544 Retroceso
24545 \family default
24546  cuando el cursor está en la primera posición de la nota al pie, o la tecla
24547  
24548 \family sans
24549 Supr
24550 \family default
24551  cuando el cursor está en la última posición de la nota, respectivamente.
24552 \end_layout
24553
24554 \begin_layout Standard
24555 Aquí hay un ejemplo de nota al pie:
24556 \family roman
24557 \series medium
24558 \bar no
24559
24560 \begin_inset Foot
24561 status collapsed
24562
24563 \begin_layout Plain Layout
24564 \begin_inset CommandInset label
24565 LatexCommand label
24566 name "pie:Esto-es-una"
24567
24568 \end_inset
24569
24570 Ejemplo de nota al pie.
24571 \end_layout
24572
24573 \end_inset
24574
24575
24576 \family default
24577 \series default
24578 \bar default
24579
24580 \begin_inset ERT
24581 status collapsed
24582
24583 \begin_layout Plain Layout
24584
24585
24586 \backslash
24587 newcounter{MyRepeatFoot}
24588 \end_layout
24589
24590 \begin_layout Plain Layout
24591
24592
24593 \backslash
24594 setcounter{MyRepeatFoot}{
24595 \backslash
24596 thefootnote}
24597 \end_layout
24598
24599 \end_inset
24600
24601
24602 \end_layout
24603
24604 \begin_layout Standard
24605 En la salida, el pie se muestra como número voladito en el lugar del texto
24606  donde se coloca el recuadro.
24607  El texto se coloca al final de la página actual.
24608  Los números de las notas son calculados por LaTeX, y son consecutivos.
24609  Si comienza o no el recuento en cada capítulo depende de la clase de documento.
24610 \end_layout
24611
24612 \begin_layout Standard
24613 Las notas al pie pueden referenciarse como flotantes: inserta una etiqueta
24614  en la nota y pon una referencia cruzada a esa etiqueta en el texto como
24615  se describe en la sección
24616 \begin_inset space ~
24617 \end_inset
24618
24619
24620 \begin_inset CommandInset ref
24621 LatexCommand ref
24622 reference "sec:Referencias-a-Flotantes"
24623
24624 \end_inset
24625
24626 .
24627 \begin_inset Newline newline
24628 \end_inset
24629
24630 Esto es una referencia cruzada a la Nota al pie
24631 \begin_inset space ~
24632 \end_inset
24633
24634
24635 \begin_inset CommandInset ref
24636 LatexCommand ref
24637 reference "pie:Esto-es-una"
24638
24639 \end_inset
24640
24641 .
24642 \end_layout
24643
24644 \begin_layout Standard
24645 \begin_inset VSpace defskip
24646 \end_inset
24647
24648
24649 \end_layout
24650
24651 \begin_layout Standard
24652 Debido a razones técnicas, LaTeX no imprime las notas al pie en tablas.
24653  No obstante, hay otro método para imprimirlas: en lugar de la nota al pie
24654  se inserta el comando 
24655 \series bold
24656
24657 \backslash
24658 footnotemark{}
24659 \series default
24660  en código TeX.
24661  El texto de la nota se introduce como argumento del comando
24662 \series bold
24663  
24664 \backslash
24665 footnotetext
24666 \series default
24667  después de la tabla.
24668 \begin_inset Newline newline
24669 \end_inset
24670
24671 Esto es lo que se ha hecho para la siguiente tabla con el comando
24672 \end_layout
24673
24674 \begin_layout Standard
24675
24676 \series bold
24677
24678 \backslash
24679 footnotetext{
24680 \series default
24681 Texto de la nota de la tabla.
24682 \series bold
24683 }
24684 \end_layout
24685
24686 \begin_layout Standard
24687 \begin_inset Tabular
24688 <lyxtabular version="3" rows="2" columns="1">
24689 <features tabularvalignment="middle">
24690 <column alignment="center" valignment="top" width="0">
24691 <row>
24692 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24693 \begin_inset Text
24694
24695 \begin_layout Plain Layout
24696 Texto de ejemplo.
24697 \begin_inset Foot
24698 status open
24699
24700 \begin_layout Plain Layout
24701 ¡Esta nota no se imprimirá!
24702 \end_layout
24703
24704 \end_inset
24705
24706
24707 \end_layout
24708
24709 \end_inset
24710 </cell>
24711 </row>
24712 <row>
24713 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
24714 \begin_inset Text
24715
24716 \begin_layout Plain Layout
24717 Texto de ejemplo.
24718 \begin_inset ERT
24719 status collapsed
24720
24721 \begin_layout Plain Layout
24722
24723
24724 \backslash
24725 footnotemark{}
24726 \end_layout
24727
24728 \end_inset
24729
24730
24731 \end_layout
24732
24733 \end_inset
24734 </cell>
24735 </row>
24736 </lyxtabular>
24737
24738 \end_inset
24739
24740
24741 \begin_inset ERT
24742 status collapsed
24743
24744 \begin_layout Plain Layout
24745
24746
24747 \backslash
24748 footnotetext{
24749 \end_layout
24750
24751 \end_inset
24752
24753 Texto de la nota de la tabla.
24754 \begin_inset ERT
24755 status collapsed
24756
24757 \begin_layout Plain Layout
24758
24759 }
24760 \end_layout
24761
24762 \end_inset
24763
24764
24765 \end_layout
24766
24767 \begin_layout Standard
24768 Las notas al pie en tablas largas se describen en la sección
24769 \begin_inset space ~
24770 \end_inset
24771
24772
24773 \begin_inset CommandInset ref
24774 LatexCommand ref
24775 reference "sub:Notas-al-pie-en-Tablas-Largas"
24776
24777 \end_inset
24778
24779 .
24780 \end_layout
24781
24782 \begin_layout Standard
24783 Las notas al pie en cuadros de minipágina se imprimen, pero dentro del cuadro
24784  y con numeración diferente debido a que una minipágina es como una página
24785  dentro de otra.
24786  (Más información sobre minipáginas en la sección
24787 \begin_inset space ~
24788 \end_inset
24789
24790
24791 \begin_inset CommandInset ref
24792 LatexCommand ref
24793 reference "sec:Minipáginas"
24794
24795 \end_inset
24796
24797 ).
24798  Para poner notas en una minipágina que se impriman a pie de página como
24799  las notas al pie normales, se puede usar también el método de 
24800 \series bold
24801
24802 \backslash
24803 footnotemark{}
24804 \series default
24805  y 
24806 \series bold
24807
24808 \backslash
24809 footnotetext
24810 \series default
24811 .
24812 \end_layout
24813
24814 \begin_layout Standard
24815 \begin_inset Box Frameless
24816 position "t"
24817 hor_pos "c"
24818 has_inner_box 1
24819 inner_pos "t"
24820 use_parbox 0
24821 use_makebox 0
24822 width "100col%"
24823 special "none"
24824 height "1in"
24825 height_special "totalheight"
24826 status open
24827
24828 \begin_layout Plain Layout
24829 Muestra de texto en una minipágina.
24830 \begin_inset Foot
24831 status open
24832
24833 \begin_layout Plain Layout
24834 Nota en la minipágina.
24835 \end_layout
24836
24837 \end_inset
24838
24839
24840 \end_layout
24841
24842 \begin_layout Plain Layout
24843 Muestra de texto en una minipágina.
24844 \begin_inset ERT
24845 status collapsed
24846
24847 \begin_layout Plain Layout
24848
24849
24850 \backslash
24851 footnotemark{}
24852 \end_layout
24853
24854 \end_inset
24855
24856
24857 \end_layout
24858
24859 \end_inset
24860
24861
24862 \end_layout
24863
24864 \begin_layout Standard
24865 \begin_inset ERT
24866 status collapsed
24867
24868 \begin_layout Plain Layout
24869
24870
24871 \backslash
24872 footnotetext{
24873 \end_layout
24874
24875 \end_inset
24876
24877 Nota fuera de la minipágina.
24878 \begin_inset ERT
24879 status collapsed
24880
24881 \begin_layout Plain Layout
24882
24883 }
24884 \end_layout
24885
24886 \end_inset
24887
24888
24889 \end_layout
24890
24891 \begin_layout Standard
24892 \begin_inset VSpace defskip
24893 \end_inset
24894
24895
24896 \end_layout
24897
24898 \begin_layout Standard
24899 Para hacer referencia a la misma nota varias veces sin imprimir su texto
24900  cada vez, usa el comando  
24901 \series bold
24902
24903 \backslash
24904 footnotemark[number]
24905 \series default
24906  en código TeX.
24907 \begin_inset Newline newline
24908 \end_inset
24909
24910 Como el número de la nota repetida no se conoce mientras se escribe el texto,
24911  hay que guardarlo.
24912  En el siguiente ejemplo de marca de una nota, se han insertado los siguientes
24913  comandos en código TeX después de la nota al pie
24914 \begin_inset space ~
24915 \end_inset
24916
24917
24918 \begin_inset CommandInset ref
24919 LatexCommand ref
24920 reference "pie:Esto-es-una"
24921
24922 \end_inset
24923
24924  para guardar el número de la nota: 
24925 \end_layout
24926
24927 \begin_layout Standard
24928
24929 \series bold
24930
24931 \backslash
24932 newcounter{MyRepeatFoot}
24933 \begin_inset Newline newline
24934 \end_inset
24935
24936
24937 \backslash
24938 setcounter{MyRepeatFoot}{
24939 \backslash
24940 thefootnote}
24941 \end_layout
24942
24943 \begin_layout Standard
24944 La marca de la nota se ha creado después con el comando:
24945 \end_layout
24946
24947 \begin_layout Standard
24948
24949 \series bold
24950
24951 \backslash
24952 footnotemark[
24953 \backslash
24954 theMyRepeatFoot]
24955 \end_layout
24956
24957 \begin_layout Standard
24958 Aquí hay una nota repetida:
24959 \begin_inset ERT
24960 status collapsed
24961
24962 \begin_layout Plain Layout
24963
24964
24965 \backslash
24966 footnotemark[
24967 \backslash
24968 theMyRepeatFoot]
24969 \end_layout
24970
24971 \end_inset
24972
24973
24974 \end_layout
24975
24976 \begin_layout Standard
24977 Para repetir la nota al pie previa, se puede omitir el guardado del número
24978  de la nota y usar en su lugar el comando:
24979 \end_layout
24980
24981 \begin_layout Standard
24982
24983 \series bold
24984
24985 \backslash
24986 footnotemark[
24987 \backslash
24988 thefootnote]
24989 \end_layout
24990
24991 \begin_layout Standard
24992 Aquí hay otra nota repetida:
24993 \begin_inset ERT
24994 status collapsed
24995
24996 \begin_layout Plain Layout
24997
24998
24999 \backslash
25000 footnotemark[
25001 \backslash
25002 thefootnote]
25003 \end_layout
25004
25005 \end_inset
25006
25007
25008 \end_layout
25009
25010 \begin_layout Subsection
25011 Numeración de notas al pie
25012 \begin_inset CommandInset label
25013 LatexCommand label
25014 name "sub:Numeración-de-Notas-al-Pie"
25015
25016 \end_inset
25017
25018
25019 \begin_inset Index idx
25020 status collapsed
25021
25022 \begin_layout Plain Layout
25023 Notas al pie ! Numeración
25024 \end_layout
25025
25026 \end_inset
25027
25028
25029 \end_layout
25030
25031 \begin_layout Standard
25032 Para reiniciar el número de pie a 1 en cada sección añade
25033 \family roman
25034  en el preámbulo el comando:
25035 \end_layout
25036
25037 \begin_layout Standard
25038
25039 \series bold
25040
25041 \backslash
25042 @addtoreset{footnote}{section}
25043 \end_layout
25044
25045 \begin_layout Standard
25046 \begin_inset VSpace bigskip
25047 \end_inset
25048
25049 El siguiente comando en el preámbulo cambia el estilo de numeración del
25050  pie a números romanos en minúsculas:
25051 \end_layout
25052
25053 \begin_layout Standard
25054
25055 \series bold
25056
25057 \backslash
25058 renewcommand{
25059 \backslash
25060 thefootnote}{
25061 \backslash
25062 roman{footnote}}
25063 \end_layout
25064
25065 \begin_layout Standard
25066 \begin_inset ERT
25067 status collapsed
25068
25069 \begin_layout Plain Layout
25070
25071
25072 \backslash
25073 renewcommand{
25074 \backslash
25075 thefootnote}{
25076 \backslash
25077 roman{footnote}}
25078 \end_layout
25079
25080 \end_inset
25081
25082  Nota al pie en números romanos:
25083 \begin_inset Foot
25084 status collapsed
25085
25086 \begin_layout Plain Layout
25087 Ejemplo de nota al pie en números romanos.
25088 \end_layout
25089
25090 \end_inset
25091
25092
25093 \begin_inset ERT
25094 status collapsed
25095
25096 \begin_layout Plain Layout
25097
25098
25099 \backslash
25100 renewcommand{
25101 \backslash
25102 thefootnote}{
25103 \backslash
25104 arabic{footnote}}
25105 \end_layout
25106
25107 \end_inset
25108
25109
25110 \end_layout
25111
25112 \begin_layout Standard
25113 Para cambiar el estilo de número a romanos en mayúscula cambia el comando
25114  
25115 \series bold
25116
25117 \backslash
25118 roman
25119 \series default
25120  por 
25121 \series bold
25122
25123 \backslash
25124 Roman
25125 \series default
25126 .
25127  Para ordenar las notas al pie con letras mayúsculas o minúsculas usa 
25128 \series bold
25129
25130 \backslash
25131 Alph
25132 \series default
25133  o 
25134 \series bold
25135
25136 \backslash
25137 alph
25138 \series default
25139 , respectivamente.
25140  Para ordenar las notas al pie con símbolos usa 
25141 \series bold
25142
25143 \backslash
25144 fnsymbol
25145 \series default
25146 .
25147 \end_layout
25148
25149 \begin_layout Standard
25150 \begin_inset Note Greyedout
25151 status open
25152
25153 \begin_layout Plain Layout
25154
25155 \series bold
25156 Nota:
25157 \series default
25158  sólo puedes ordenar hasta 26 pies con letras, porque está limitado a letras
25159  simples.
25160 \end_layout
25161
25162 \end_inset
25163
25164
25165 \begin_inset Newline newline
25166 \end_inset
25167
25168
25169 \begin_inset Note Greyedout
25170 status open
25171
25172 \begin_layout Plain Layout
25173
25174 \series bold
25175 Nota:
25176 \series default
25177  sólo puedes ordenar hasta 9 pies con símbolos.
25178 \end_layout
25179
25180 \end_inset
25181
25182
25183 \end_layout
25184
25185 \begin_layout Standard
25186 Para volver al estilo de numeración predeterminado cuando has cambiado a
25187  otro estilo, usa 
25188 \series bold
25189
25190 \backslash
25191 arabic
25192 \series default
25193  en vez de 
25194 \series bold
25195
25196 \backslash
25197 roman
25198 \series default
25199  en el comando anterior.
25200 \begin_inset ERT
25201 status collapsed
25202
25203 \begin_layout Plain Layout
25204
25205
25206 \backslash
25207 renewcommand{
25208 \backslash
25209 thefootnote}{
25210 \backslash
25211 arabic{footnote}}
25212 \end_layout
25213
25214 \end_inset
25215
25216
25217 \end_layout
25218
25219 \begin_layout Standard
25220 \begin_inset VSpace bigskip
25221 \end_inset
25222
25223
25224 \end_layout
25225
25226 \begin_layout Standard
25227 Si quieres numerar notas al pie en el esquema «capítulo.nota», añade el siguiente
25228  comando al preámbulo del documento:
25229 \end_layout
25230
25231 \begin_layout Standard
25232
25233 \series bold
25234
25235 \backslash
25236 numberwithin{footnote}{chapter}
25237 \end_layout
25238
25239 \begin_layout Standard
25240 Para poder usar el comando 
25241 \series bold
25242
25243 \backslash
25244 numberwithin
25245 \series default
25246 , marca la opción 
25247 \family sans
25248 Usar
25249 \family default
25250
25251 \begin_inset space ~
25252 \end_inset
25253
25254
25255 \family sans
25256 el
25257 \family default
25258
25259 \begin_inset space ~
25260 \end_inset
25261
25262
25263 \family sans
25264 paquete
25265 \family default
25266
25267 \begin_inset space ~
25268 \end_inset
25269
25270
25271 \family sans
25272 AMS
25273 \family default
25274  en la sección 
25275 \family sans
25276 Opciones para ecuaciones
25277 \family default
25278  de la configuración del documento.
25279 \end_layout
25280
25281 \begin_layout Standard
25282 \begin_inset ERT
25283 status collapsed
25284
25285 \begin_layout Plain Layout
25286
25287
25288 \backslash
25289 numberwithin{footnote}{chapter}
25290 \end_layout
25291
25292 \end_inset
25293
25294 Esto es otro ejemplo de nota al pie:
25295 \series bold
25296
25297 \begin_inset Foot
25298 status collapsed
25299
25300 \begin_layout Plain Layout
25301 Nota al pie numerada en el esquema 
25302 \begin_inset Quotes eld
25303 \end_inset
25304
25305 capítulo.nota
25306 \begin_inset Quotes erd
25307 \end_inset
25308
25309 .
25310 \end_layout
25311
25312 \end_inset
25313
25314
25315 \series default
25316
25317 \begin_inset ERT
25318 status collapsed
25319
25320 \begin_layout Plain Layout
25321
25322
25323 \backslash
25324 renewcommand{
25325 \backslash
25326 thefootnote}{
25327 \backslash
25328 arabic{footnote}}
25329 \end_layout
25330
25331 \end_inset
25332
25333
25334 \end_layout
25335
25336 \begin_layout Standard
25337 \begin_inset Note Greyedout
25338 status open
25339
25340 \begin_layout Plain Layout
25341
25342 \series bold
25343 Nota: 
25344 \backslash
25345 numberwithin 
25346 \series default
25347 siempre imprime el número de nota al pie en números arábigos; las redefiniciones
25348  previas para obtener números no arábigos se sobreescriben.
25349 \end_layout
25350
25351 \end_inset
25352
25353
25354 \end_layout
25355
25356 \begin_layout Standard
25357 Así, para obtener por ejemplo el esquema «capítulo.
25358 \backslash
25359 Roman{footnote}», usa este comando en vez de 
25360 \series bold
25361
25362 \backslash
25363 numberwithin
25364 \series default
25365 :
25366 \end_layout
25367
25368 \begin_layout Standard
25369
25370 \series bold
25371
25372 \backslash
25373 renewcommand{
25374 \backslash
25375 thefootnote}{
25376 \backslash
25377 thechapter.
25378 \backslash
25379 Roman{footnote}}
25380 \end_layout
25381
25382 \begin_layout Subsection
25383 Colocación de notas al pie
25384 \begin_inset Index idx
25385 status collapsed
25386
25387 \begin_layout Plain Layout
25388 Notas al pie ! Colocación
25389 \end_layout
25390
25391 \end_inset
25392
25393
25394 \end_layout
25395
25396 \begin_layout Standard
25397 Si tienes varias notas al pie de una página, se muestran sin espacio vertical
25398  entre ellas al final de la página.
25399  Para hacerlas más legibles puedes añadir 1.5
25400 \begin_inset space \thinspace{}
25401 \end_inset
25402
25403 mm, p.
25404 \begin_inset space \thinspace{}
25405 \end_inset
25406
25407 e., con el comando siguiente en el preámbulo:
25408 \end_layout
25409
25410 \begin_layout Standard
25411
25412 \series bold
25413
25414 \backslash
25415 let
25416 \backslash
25417 myFoot
25418 \backslash
25419 footnote
25420 \begin_inset Newline newline
25421 \end_inset
25422
25423
25424 \backslash
25425 renewcommand{
25426 \backslash
25427 footnote}[1]{
25428 \backslash
25429 myFoot{#1
25430 \backslash
25431 vspace{1.5mm}}}
25432 \end_layout
25433
25434 \begin_layout Standard
25435 \begin_inset VSpace bigskip
25436 \end_inset
25437
25438 En documentos a dos columnas la nota al pie aparece al final de cada columna,
25439  véase la figura
25440 \begin_inset space ~
25441 \end_inset
25442
25443
25444 \begin_inset CommandInset ref
25445 LatexCommand ref
25446 reference "fig:Colocación-standard-del-pie"
25447
25448 \end_inset
25449
25450 .
25451  Si las notas debieran mostrarse sólo al final de la columna derecha, como
25452  en la figura
25453 \begin_inset space ~
25454 \end_inset
25455
25456
25457 \begin_inset CommandInset ref
25458 LatexCommand ref
25459 reference "fig:Colocación-del-pie-en"
25460
25461 \end_inset
25462
25463 , usa el paquete LaTeX 
25464 \series bold
25465 ftnright
25466 \series default
25467
25468 \begin_inset Index idx
25469 status collapsed
25470
25471 \begin_layout Plain Layout
25472 LaTeX-paquetes ! ftnright
25473 \end_layout
25474
25475 \end_inset
25476
25477  con este comando en el preámbulo:
25478 \end_layout
25479
25480 \begin_layout Standard
25481
25482 \series bold
25483
25484 \backslash
25485 usepackage{ftnright}
25486 \end_layout
25487
25488 \begin_layout Standard
25489 \begin_inset Float figure
25490 placement !h
25491 wide false
25492 sideways false
25493 status open
25494
25495 \begin_layout Plain Layout
25496 \begin_inset ERT
25497 status collapsed
25498
25499 \begin_layout Plain Layout
25500
25501
25502 \backslash
25503 framebox{
25504 \end_layout
25505
25506 \end_inset
25507
25508
25509 \begin_inset Graphics
25510         filename ../clipart/without_fntright.pdf
25511         width 100col%
25512
25513 \end_inset
25514
25515
25516 \begin_inset ERT
25517 status collapsed
25518
25519 \begin_layout Plain Layout
25520
25521 }
25522 \end_layout
25523
25524 \end_inset
25525
25526
25527 \end_layout
25528
25529 \begin_layout Plain Layout
25530 \begin_inset Caption
25531
25532 \begin_layout Plain Layout
25533 \begin_inset CommandInset label
25534 LatexCommand label
25535 name "fig:Colocación-standard-del-pie"
25536
25537 \end_inset
25538
25539 Colocación estándar de notas al pie en documentos a dos columnas.
25540 \end_layout
25541
25542 \end_inset
25543
25544
25545 \end_layout
25546
25547 \end_inset
25548
25549
25550 \end_layout
25551
25552 \begin_layout Standard
25553 \begin_inset Float figure
25554 placement !h
25555 wide false
25556 sideways false
25557 status open
25558
25559 \begin_layout Plain Layout
25560 \begin_inset ERT
25561 status collapsed
25562
25563 \begin_layout Plain Layout
25564
25565
25566 \backslash
25567 framebox{
25568 \end_layout
25569
25570 \end_inset
25571
25572
25573 \begin_inset Graphics
25574         filename ../clipart/with_fntright.pdf
25575         width 100col%
25576
25577 \end_inset
25578
25579
25580 \begin_inset ERT
25581 status collapsed
25582
25583 \begin_layout Plain Layout
25584
25585 }
25586 \end_layout
25587
25588 \end_inset
25589
25590
25591 \end_layout
25592
25593 \begin_layout Plain Layout
25594 \begin_inset Caption
25595
25596 \begin_layout Plain Layout
25597 \begin_inset CommandInset label
25598 LatexCommand label
25599 name "fig:Colocación-del-pie-en"
25600
25601 \end_inset
25602
25603 Colocación de la nota al pie en documentos a dos columnas cuando se usa
25604  el paquete LaTeX 
25605 \series bold
25606 ftnright
25607 \series default
25608 .
25609 \end_layout
25610
25611 \end_inset
25612
25613
25614 \end_layout
25615
25616 \end_inset
25617
25618
25619 \end_layout
25620
25621 \begin_layout Standard
25622 \begin_inset VSpace bigskip
25623 \end_inset
25624
25625 En alguna literatura científica es habitual reunir las notas para imprimirlas
25626  en un párrafo separado al final de la sección, como en la figura
25627 \begin_inset space ~
25628 \end_inset
25629
25630
25631 \begin_inset CommandInset ref
25632 LatexCommand ref
25633 reference "fig:Notas-al-pie-al-final"
25634
25635 \end_inset
25636
25637 .
25638  Para reunir las notas al final
25639 \begin_inset Index idx
25640 status collapsed
25641
25642 \begin_layout Plain Layout
25643 Notas ! al final
25644 \end_layout
25645
25646 \end_inset
25647
25648  en vez de a pie de página, carga en el menú 
25649 \family sans
25650 Documento\SpecialChar \menuseparator
25651 Configuratión\SpecialChar \menuseparator
25652 Módulos
25653 \family default
25654  el módulo 
25655 \family sans
25656 Pie
25657 \begin_inset space ~
25658 \end_inset
25659
25660 al
25661 \begin_inset space ~
25662 \end_inset
25663
25664 final
25665 \family default
25666 .
25667  Para insertar la colección de notas, escribe el comando
25668 \end_layout
25669
25670 \begin_layout Standard
25671
25672 \series bold
25673
25674 \backslash
25675 theendnotes
25676 \end_layout
25677
25678 \begin_layout Standard
25679 en código TeX al final de una sección o capítulo.
25680 \end_layout
25681
25682 \begin_layout Standard
25683 \begin_inset Float figure
25684 wide false
25685 sideways false
25686 status open
25687
25688 \begin_layout Plain Layout
25689 \align center
25690 \begin_inset ERT
25691 status collapsed
25692
25693 \begin_layout Plain Layout
25694
25695
25696 \backslash
25697 framebox{
25698 \end_layout
25699
25700 \end_inset
25701
25702
25703 \begin_inset Graphics
25704         filename ../clipart/endnotes.pdf
25705
25706 \end_inset
25707
25708
25709 \begin_inset ERT
25710 status collapsed
25711
25712 \begin_layout Plain Layout
25713
25714 }
25715 \end_layout
25716
25717 \end_inset
25718
25719
25720 \end_layout
25721
25722 \begin_layout Plain Layout
25723 \begin_inset Caption
25724
25725 \begin_layout Plain Layout
25726 \begin_inset CommandInset label
25727 LatexCommand label
25728 name "fig:Notas-al-pie-al-final"
25729
25730 \end_inset
25731
25732 Notas al final: notas impresas en párrafo separado al final de la sección
25733  o del capítulo.
25734 \end_layout
25735
25736 \end_inset
25737
25738
25739 \end_layout
25740
25741 \end_inset
25742
25743
25744 \end_layout
25745
25746 \begin_layout Standard
25747 \begin_inset VSpace medskip
25748 \end_inset
25749
25750 La cabecera de párrafo para las notas finales no se traduce automáticamente
25751  al lenguaje del documento, hay que hacerlo manualmente.
25752   El siguiente comando de preámbulo traduce el nombre en inglés «Notes»
25753  al español «Notas»:
25754 \end_layout
25755
25756 \begin_layout Standard
25757
25758 \series bold
25759
25760 \backslash
25761 renewcommand{
25762 \backslash
25763 notesname}{Notas}
25764 \end_layout
25765
25766 \begin_layout Standard
25767 \begin_inset VSpace medskip
25768 \end_inset
25769
25770 La numeración de notas finales puede cambiarse como la de las notas al pie,
25771  como se describe en la sección
25772 \begin_inset space ~
25773 \end_inset
25774
25775
25776 \begin_inset CommandInset ref
25777 LatexCommand ref
25778 reference "sub:Numeración-de-Notas-al-Pie"
25779
25780 \end_inset
25781
25782 ; sólo hay que reemplazar el comando 
25783 \series bold
25784
25785 \backslash
25786 thefootnote
25787 \series default
25788  por 
25789 \series bold
25790
25791 \backslash
25792 theendnote
25793 \series default
25794 .
25795  Para restablecer la numeración usa el comando 
25796 \series bold
25797
25798 \backslash
25799 @addtoreset
25800 \series default
25801  como se describe en la sección
25802 \begin_inset space ~
25803 \end_inset
25804
25805
25806 \begin_inset CommandInset ref
25807 LatexCommand ref
25808 reference "sub:Numeración-de-Notas-al-Pie"
25809
25810 \end_inset
25811
25812  y sustituye el parámetro de comando 
25813 \series bold
25814 footnote
25815 \series default
25816  por 
25817 \series bold
25818 endnote
25819 \series default
25820 .
25821 \end_layout
25822
25823 \begin_layout Standard
25824 Para notas al final hay el comando  el comando 
25825 \series bold
25826
25827 \backslash
25828 endnotemark[número]
25829 \series default
25830  similar al comando 
25831 \series bold
25832
25833 \backslash
25834 footnotemark
25835 \series default
25836 , descrito en la sección
25837 \begin_inset space ~
25838 \end_inset
25839
25840
25841 \begin_inset CommandInset ref
25842 LatexCommand ref
25843 reference "sec:Notas-al-pie"
25844
25845 \end_inset
25846
25847 .
25848 \end_layout
25849
25850 \begin_layout Standard
25851 \begin_inset VSpace bigskip
25852 \end_inset
25853
25854 Las notas al pie también pueden colocarse al margen de la página y la alineación
25855  del texto del pie también puede cambiarse, véase el paquete LaTeX 
25856 \series bold
25857 footmisc
25858 \series default
25859
25860 \begin_inset Index idx
25861 status collapsed
25862
25863 \begin_layout Plain Layout
25864 LaTeX-paquetes ! footmisc
25865 \end_layout
25866
25867 \end_inset
25868
25869  
25870 \begin_inset CommandInset citation
25871 LatexCommand cite
25872 key "footmisc"
25873
25874 \end_inset
25875
25876  para más información.
25877 \end_layout
25878
25879 \begin_layout Standard
25880 Para otras posibilidades de diseño de notas al pie mira en libros de LaTeX,
25881  
25882 \begin_inset CommandInset citation
25883 LatexCommand cite
25884 key "latexcompanion,latexguide,latexbook"
25885
25886 \end_inset
25887
25888 .
25889 \end_layout
25890
25891 \begin_layout Section
25892 Notas al margen
25893 \begin_inset Index idx
25894 status collapsed
25895
25896 \begin_layout Plain Layout
25897 Notas ! al margen
25898 \end_layout
25899
25900 \end_inset
25901
25902
25903 \end_layout
25904
25905 \begin_layout Standard
25906 Las notas al margen se ven y se comportan en LyX como notas al pie.
25907  Se insertan con el menú 
25908 \family sans
25909 Insertar\SpecialChar \menuseparator
25910 Nota
25911 \begin_inset space ~
25912 \end_inset
25913
25914 al
25915 \begin_inset space ~
25916 \end_inset
25917
25918 margen
25919 \family default
25920  o con el botón 
25921 \begin_inset Graphics
25922         filename ../../images/marginalnote-insert.png
25923         scale 85
25924
25925 \end_inset
25926
25927 .
25928  Aparece un cuadro gris con la etiqueta 
25929 \family roman
25930 \series medium
25931 «margen» en rojo y un marco en el que puedes escribir el texto de la nota.
25932 \end_layout
25933
25934 \begin_layout Standard
25935 Al lado hay un ejemplo de nota al margen.
25936
25937 \family roman
25938 \series medium
25939  
25940 \begin_inset Marginal
25941 status open
25942
25943 \begin_layout Plain Layout
25944 Esto es una nota al margen.
25945 \end_layout
25946
25947 \end_inset
25948
25949
25950 \end_layout
25951
25952 \begin_layout Standard
25953 Estas notas salen en el margen derecho en documentos a una cara.
25954  En documentos a doble cara se muestran en el margen externo —margen izquierdo
25955  en páginas pares, derecho en páginas impares—.
25956  El texto de las notas se ajusta a la parte opuesta al margen —se ajusta
25957  a la derecha si la nota aparece en el margen izquierdo—.
25958  La primera línea de la nota se sitúa en la posición de la línea del texto
25959  en la que se inserta en el documento.
25960 \end_layout
25961
25962 \begin_layout Standard
25963 \begin_inset VSpace bigskip
25964 \end_inset
25965
25966 Para colocar la nota en el margen interno añade el comando
25967 \end_layout
25968
25969 \begin_layout Standard
25970
25971 \series bold
25972
25973 \backslash
25974 reversemarginpar
25975 \end_layout
25976
25977 \begin_layout Standard
25978 en código TeX antes de la nota.
25979  La nueva colocación es válida para todas las siguientes notas al margen.
25980  
25981 \begin_inset ERT
25982 status collapsed
25983
25984 \begin_layout Plain Layout
25985
25986
25987 \backslash
25988 reversemarginpar 
25989 \end_layout
25990
25991 \end_inset
25992
25993
25994 \begin_inset Marginal
25995 status open
25996
25997 \begin_layout Plain Layout
25998 Esto es una nota en el margen interno.
25999 \end_layout
26000
26001 \end_inset
26002
26003
26004 \series bold
26005
26006 \begin_inset Newline newline
26007 \end_inset
26008
26009
26010 \series default
26011
26012 \begin_inset Note Greyedout
26013 status open
26014
26015 \begin_layout Plain Layout
26016
26017 \series bold
26018 Nota:
26019 \series default
26020  A veces no hay espacio suficiente en el margen interno, por lo que la nota
26021  no se mostrará correctamente en la salida.
26022 \end_layout
26023
26024 \end_inset
26025
26026
26027 \end_layout
26028
26029 \begin_layout Standard
26030 Para volver a la ubicación predeterminada inserta en código TeX el comando
26031 \begin_inset ERT
26032 status collapsed
26033
26034 \begin_layout Plain Layout
26035
26036
26037 \backslash
26038 normalmarginpar 
26039 \end_layout
26040
26041 \end_inset
26042
26043
26044 \end_layout
26045
26046 \begin_layout Standard
26047
26048 \series bold
26049
26050 \backslash
26051 normalmarginpar
26052 \end_layout
26053
26054 \begin_layout Standard
26055 \begin_inset Note Greyedout
26056 status open
26057
26058 \begin_layout Plain Layout
26059
26060 \series bold
26061 Nota:
26062 \series default
26063  El comando se ignora si en el mismo párrafo está también presente el comando
26064  
26065 \series bold
26066
26067 \backslash
26068 reversemarginpar
26069 \series default
26070 .
26071 \end_layout
26072
26073 \end_inset
26074
26075
26076 \end_layout
26077
26078 \begin_layout Standard
26079 \begin_inset VSpace bigskip
26080 \end_inset
26081
26082
26083 \family roman
26084 \series medium
26085
26086 \begin_inset Marginal
26087 status open
26088
26089 \begin_layout Plain Layout
26090 PalabraMuyLargaAlMargen no partida con guión.
26091 \end_layout
26092
26093 \end_inset
26094
26095
26096 \family default
26097 \series default
26098  Como en el caso descrito en la sección
26099 \begin_inset space ~
26100 \end_inset
26101
26102
26103 \begin_inset CommandInset ref
26104 LatexCommand ref
26105 reference "sub:Líneas-Múltiples-en"
26106
26107 \end_inset
26108
26109 , una palabra larga no puede partirse con guión cuando es la primera en
26110  la nota al margen.
26111  Para evitar esto, inserta un espacio horizontal de 0
26112 \begin_inset space \thinspace{}
26113 \end_inset
26114
26115 pt antes de la palabra
26116 \family roman
26117 \series medium
26118 .
26119 \end_layout
26120
26121 \begin_layout Standard
26122
26123 \family roman
26124 \series medium
26125 \begin_inset Marginal
26126 status open
26127
26128 \begin_layout Plain Layout
26129 \begin_inset ERT
26130 status collapsed
26131
26132 \begin_layout Plain Layout
26133
26134
26135 \backslash
26136 hspace{0pt}
26137 \end_layout
26138
26139 \end_inset
26140
26141 PalabraMuyLargaAlMargen partida con guión.
26142 \end_layout
26143
26144 \end_inset
26145
26146
26147 \end_layout
26148
26149 \begin_layout Standard
26150 \begin_inset VSpace bigskip
26151 \end_inset
26152
26153
26154 \end_layout
26155
26156 \begin_layout Standard
26157 \begin_inset Note Greyedout
26158 status open
26159
26160 \begin_layout Plain Layout
26161
26162 \series bold
26163 Nota:
26164 \series default
26165  Normalmente no pueden utilizarse notas al margen en tablas, flotantes y
26166  notas al pie.
26167 \end_layout
26168
26169 \end_inset
26170
26171
26172 \end_layout
26173
26174 \begin_layout Standard
26175 \begin_inset VSpace bigskip
26176 \end_inset
26177
26178
26179 \end_layout
26180
26181 \begin_layout Standard
26182 \begin_inset ERT
26183 status collapsed
26184
26185 \begin_layout Plain Layout
26186
26187
26188 \backslash
26189 ifmarginnote
26190 \end_layout
26191
26192 \end_inset
26193
26194
26195 \begin_inset Note Note
26196 status collapsed
26197
26198 \begin_layout Plain Layout
26199 La siguiente sección sólo se mostrará en pantalla si está instalado el paquete
26200  LaTeX 
26201 \series bold
26202 marginnote
26203 \series default
26204 .
26205 \end_layout
26206
26207 \end_inset
26208
26209
26210 \end_layout
26211
26212 \begin_layout Standard
26213 Esta restricción se puede salvar con el paquete LaTeX 
26214 \series bold
26215 marginnote
26216 \series default
26217
26218 \begin_inset Index idx
26219 status collapsed
26220
26221 \begin_layout Plain Layout
26222 LaTeX-paquetes ! marginnote
26223 \end_layout
26224
26225 \end_inset
26226
26227 .
26228  Poniendo estas dos líneas en el preámbulo, el comando usado por LyX para
26229  notas al margen es redefinido para usar el comando proporcionado por el
26230  paquete 
26231 \series bold
26232 marginnote
26233 \series default
26234 :
26235 \end_layout
26236
26237 \begin_layout Standard
26238
26239 \series bold
26240
26241 \backslash
26242 usepackage{marginnote}
26243 \begin_inset Newline newline
26244 \end_inset
26245
26246
26247 \backslash
26248 let
26249 \backslash
26250 marginpar
26251 \backslash
26252 marginnote
26253 \end_layout
26254
26255 \begin_layout Standard
26256 Esto se ha utilizado en el presente documento porque 
26257 \series bold
26258 marginnote
26259 \series default
26260  tiene una característica adicional útil: Puedes establecer un desplazamiento
26261  vertical a la nota.
26262  A veces esto hace falta si hay demasiadas notas juntas o para mejorar el
26263  diseño de la página.
26264  En LyX, el desplazamiento se escribe directamente tras la nota al margen,
26265  en código TeX
26266 \end_layout
26267
26268 \begin_layout Standard
26269
26270 \series bold
26271 [desplazamiento]
26272 \end_layout
26273
26274 \begin_layout Standard
26275 donde desplazamiento es una longitud en una de las unidades de la tabla
26276 \begin_inset space ~
26277 \end_inset
26278
26279
26280 \begin_inset CommandInset ref
26281 LatexCommand ref
26282 reference "tab:Unidades"
26283
26284 \end_inset
26285
26286 .
26287  Un valor negativo desplaza la nota hacia arriba, un valor positivo hacia
26288  abajo.
26289  
26290 \family roman
26291 \series medium
26292 Por ejemplo la nota adjunta a esta línea de texto está desplazada 1.5
26293 \begin_inset space \thinspace{}
26294 \end_inset
26295
26296 cm arriba con el comando en código TeX 
26297 \begin_inset Quotes eld
26298 \end_inset
26299
26300
26301 \family default
26302 \series bold
26303 [-1.5cm]
26304 \family roman
26305 \series medium
26306
26307 \begin_inset Quotes erd
26308 \end_inset
26309
26310
26311 \begin_inset Marginal
26312 status collapsed
26313
26314 \begin_layout Plain Layout
26315 Esta nota está 1.5
26316 \begin_inset space \thinspace{}
26317 \end_inset
26318
26319 cm por encima de su posición original.
26320 \end_layout
26321
26322 \end_inset
26323
26324
26325 \family default
26326 \series default
26327
26328 \begin_inset ERT
26329 status collapsed
26330
26331 \begin_layout Plain Layout
26332
26333 [-1.5cm]
26334 \end_layout
26335
26336 \end_inset
26337
26338
26339 \end_layout
26340
26341 \begin_layout Standard
26342 \begin_inset VSpace medskip
26343 \end_inset
26344
26345 Con 
26346 \series bold
26347 marginnote
26348 \series default
26349  también puedes cambiar la alineación del texto en el margen.
26350  Por ejemplo los comandos
26351 \end_layout
26352
26353 \begin_layout Standard
26354
26355 \series bold
26356
26357 \backslash
26358 renewcommand*{
26359 \backslash
26360 raggedleftmarginnote}{
26361 \backslash
26362 centering}
26363 \begin_inset Newline newline
26364 \end_inset
26365
26366
26367 \backslash
26368 renewcommand*{
26369 \backslash
26370 raggedrightmarginnote}{
26371 \backslash
26372 centering}
26373 \end_layout
26374
26375 \begin_layout Standard
26376 producen alineación centrada.
26377  
26378 \series bold
26379
26380 \backslash
26381 raggedleftmarginnote
26382 \series default
26383  identifica las notas que aparecen al lado izquierdo.
26384 \family roman
26385 \series medium
26386
26387 \begin_inset ERT
26388 status collapsed
26389
26390 \begin_layout Plain Layout
26391
26392
26393 \backslash
26394 renewcommand*{
26395 \backslash
26396 raggedleftmarginnote}{
26397 \backslash
26398 centering}
26399 \end_layout
26400
26401 \begin_layout Plain Layout
26402
26403
26404 \backslash
26405 renewcommand*{
26406 \backslash
26407 raggedrightmarginnote}{
26408 \backslash
26409 centering}
26410 \end_layout
26411
26412 \end_inset
26413
26414
26415 \begin_inset Marginal
26416 status open
26417
26418 \begin_layout Plain Layout
26419 El texto de esta nota está centrado.
26420 \end_layout
26421
26422 \end_inset
26423
26424
26425 \family default
26426 \series default
26427  El valor predeterminado es 
26428 \end_layout
26429
26430 \begin_layout Standard
26431
26432 \series bold
26433
26434 \backslash
26435 renewcommand*{
26436 \backslash
26437 raggedleftmarginnote}{
26438 \backslash
26439 raggedleft}
26440 \begin_inset Newline newline
26441 \end_inset
26442
26443
26444 \backslash
26445 renewcommand*{
26446 \backslash
26447 raggedrightmarginnote}{
26448 \backslash
26449 raggedright}
26450 \family roman
26451 \series medium
26452
26453 \begin_inset ERT
26454 status collapsed
26455
26456 \begin_layout Plain Layout
26457
26458
26459 \backslash
26460 renewcommand*{
26461 \backslash
26462 raggedleftmarginnote}{
26463 \backslash
26464 raggedleft}
26465 \end_layout
26466
26467 \begin_layout Plain Layout
26468
26469
26470 \backslash
26471 renewcommand*{
26472 \backslash
26473 raggedrightmarginnote}{
26474 \backslash
26475 raggedright}
26476 \end_layout
26477
26478 \end_inset
26479
26480
26481 \end_layout
26482
26483 \begin_layout Standard
26484 \begin_inset VSpace medskip
26485 \end_inset
26486
26487 Para otras características de 
26488 \series bold
26489 marginnote
26490 \series default
26491  mira en su documentación 
26492 \begin_inset CommandInset citation
26493 LatexCommand cite
26494 key "marginnote"
26495
26496 \end_inset
26497
26498 .
26499 \end_layout
26500
26501 \begin_layout Standard
26502 \begin_inset VSpace bigskip
26503 \end_inset
26504
26505 El diseño de las notas al margen puede ser redefinido.
26506  Por ejemplo, para crear una cabecera para todas las notas con el texto
26507  
26508 \begin_inset Quotes eld
26509 \end_inset
26510
26511
26512 \series bold
26513 \bar under
26514 ¡
26515 \family sans
26516 Atención
26517 \family default
26518 !
26519 \series default
26520 \bar default
26521
26522 \begin_inset Quotes erd
26523 \end_inset
26524
26525 , subrayado, sans-serif en negrita, añade lo siguiente en el preámbulo:
26526 \end_layout
26527
26528 \begin_layout Standard
26529
26530 \series bold
26531
26532 \backslash
26533 let
26534 \backslash
26535 myMarginpar
26536 \backslash
26537 marginpar
26538 \begin_inset Newline newline
26539 \end_inset
26540
26541
26542 \backslash
26543 renewcommand{
26544 \backslash
26545 marginpar}[1]{
26546 \backslash
26547 myMarginpar{%
26548 \begin_inset Newline newline
26549 \end_inset
26550
26551
26552 \begin_inset Phantom HPhantom
26553 status open
26554
26555 \begin_layout Plain Layout
26556
26557 \series bold
26558 \begin_inset space ~
26559 \end_inset
26560
26561
26562 \end_layout
26563
26564 \end_inset
26565
26566
26567 \backslash
26568 hspace{0pt}
26569 \backslash
26570 textsf{
26571 \backslash
26572 textbf{
26573 \backslash
26574 underbar{¡Atención!}}}%
26575 \begin_inset Newline newline
26576 \end_inset
26577
26578
26579 \begin_inset Phantom HPhantom
26580 status open
26581
26582 \begin_layout Plain Layout
26583
26584 \series bold
26585 \begin_inset space ~
26586 \end_inset
26587
26588
26589 \end_layout
26590
26591 \end_inset
26592
26593
26594 \backslash
26595 vspace{1.5mm}
26596 \backslash
26597
26598 \backslash
26599 #1}}
26600 \end_layout
26601
26602 \begin_layout Standard
26603
26604 \family roman
26605 \series medium
26606 \begin_inset ERT
26607 status collapsed
26608
26609 \begin_layout Plain Layout
26610
26611
26612 \backslash
26613 let
26614 \backslash
26615 myMarginpar
26616 \backslash
26617 marginpar
26618 \end_layout
26619
26620 \begin_layout Plain Layout
26621
26622
26623 \backslash
26624 renewcommand{
26625 \backslash
26626 marginpar}[1]{
26627 \backslash
26628 myMarginpar{%
26629 \end_layout
26630
26631 \begin_layout Plain Layout
26632
26633    
26634 \backslash
26635 textsf{
26636 \backslash
26637 textbf{
26638 \backslash
26639 underbar{¡Atención!}}}%
26640 \end_layout
26641
26642 \begin_layout Plain Layout
26643
26644    
26645 \backslash
26646 vspace{1.5mm}
26647 \backslash
26648
26649 \backslash
26650 #1}}
26651 \end_layout
26652
26653 \end_inset
26654
26655
26656 \begin_inset Marginal
26657 status open
26658
26659 \begin_layout Plain Layout
26660 Esta es una nota con una cabecera definida.
26661 \end_layout
26662
26663 \end_inset
26664
26665
26666 \family default
26667 \series default
26668
26669 \begin_inset ERT
26670 status collapsed
26671
26672 \begin_layout Plain Layout
26673
26674 [-1.5cm]
26675 \end_layout
26676
26677 \end_inset
26678
26679
26680 \family roman
26681 \series medium
26682
26683 \begin_inset ERT
26684 status collapsed
26685
26686 \begin_layout Plain Layout
26687
26688
26689 \backslash
26690 renewcommand{
26691 \backslash
26692 marginpar}[1]{
26693 \backslash
26694 myMarginpar{#1}}
26695 \end_layout
26696
26697 \end_inset
26698
26699
26700 \family default
26701 \series default
26702
26703 \begin_inset Note Note
26704 status collapsed
26705
26706 \begin_layout Plain Layout
26707 El formato de la nota al margen se ha cambiado sólo para este ejemplo.
26708 \end_layout
26709
26710 \end_inset
26711
26712
26713 \end_layout
26714
26715 \begin_layout Standard
26716 \begin_inset ERT
26717 status collapsed
26718
26719 \begin_layout Plain Layout
26720
26721
26722 \backslash
26723 else
26724 \end_layout
26725
26726 \end_inset
26727
26728
26729 \begin_inset Note Note
26730 status collapsed
26731
26732 \begin_layout Plain Layout
26733 Lo siguiente se mostrará en pantalla si no está instalado el paquete LaTeX
26734  
26735 \series bold
26736 marginnote
26737 \series default
26738 .
26739 \end_layout
26740
26741 \end_inset
26742
26743
26744 \end_layout
26745
26746 \begin_layout Standard
26747 Debes instalar el paquete LaTeX 
26748 \series bold
26749 marginnote
26750 \series default
26751  para ver la parte siguiente en la salida.
26752 \end_layout
26753
26754 \begin_layout Standard
26755 \begin_inset ERT
26756 status collapsed
26757
26758 \begin_layout Plain Layout
26759
26760
26761 \backslash
26762 fi
26763 \end_layout
26764
26765 \end_inset
26766
26767
26768 \end_layout
26769
26770 \begin_layout Chapter
26771 Cuadros
26772 \end_layout
26773
26774 \begin_layout Section
26775 Introducción
26776 \begin_inset Index idx
26777 status collapsed
26778
26779 \begin_layout Plain Layout
26780 Cuadros ! Introducción
26781 \end_layout
26782
26783 \end_inset
26784
26785
26786 \end_layout
26787
26788 \begin_layout Standard
26789 Los cuadros se emplean para dar formato a bloques de texto.
26790  Se pueden usar para escribir documentos con varios idiomas, véase sección
26791 \begin_inset space ~
26792 \end_inset
26793
26794
26795 \begin_inset CommandInset ref
26796 LatexCommand ref
26797 reference "sec:Minipáginas"
26798
26799 \end_inset
26800
26801 , enmarcar textos, véase sección
26802 \begin_inset space ~
26803 \end_inset
26804
26805
26806 \begin_inset CommandInset ref
26807 LatexCommand ref
26808 reference "sec:Decoración"
26809
26810 \end_inset
26811
26812 , evitar la división de palabras, véase sección
26813 \begin_inset space ~
26814 \end_inset
26815
26816
26817 \begin_inset CommandInset ref
26818 LatexCommand ref
26819 reference "sec:Evitar-la-Partición"
26820
26821 \end_inset
26822
26823 , alinear texto, véase sección
26824 \begin_inset space ~
26825 \end_inset
26826
26827
26828 \begin_inset CommandInset ref
26829 LatexCommand ref
26830 reference "sub:Alineación-Vertical"
26831
26832 \end_inset
26833
26834 , o para poner color de fondo a un texto, véase sección
26835 \begin_inset space ~
26836 \end_inset
26837
26838
26839 \begin_inset CommandInset ref
26840 LatexCommand ref
26841 reference "sec:Cuadros-Coloreados"
26842
26843 \end_inset
26844
26845 .
26846 \end_layout
26847
26848 \begin_layout Standard
26849 Se insertan con el menú 
26850 \family sans
26851 Insertar\SpecialChar \menuseparator
26852 Cuadro
26853 \family default
26854  o con el botón 
26855 \begin_inset Graphics
26856         filename ../../images/box-insert.png
26857         scale 85
26858
26859 \end_inset
26860
26861 .
26862  Surge un recuadro gris con la etiqueta 
26863 \family sans
26864 Cuadro (Minipágina)
26865 \family default
26866
26867 \begin_inset Graphics
26868         filename clipart/CuadroMinipagQt4.png
26869         scale 75
26870         keepAspectRatio
26871
26872 \end_inset
26873
26874 .
26875  El tipo de cuadro se puede elegir al hacer clic derecho sobre él y 
26876 \lang english
26877 selecting 
26878 \family sans
26879 Settings
26880 \family default
26881 \lang spanish
26882 .
26883  Sale un diálogo en el que 
26884 \family sans
26885 Cuadro
26886 \family default
26887
26888 \begin_inset space ~
26889 \end_inset
26890
26891
26892 \family sans
26893 interior
26894 \family default
26895  permite escoger los tipos 
26896 \family sans
26897 Párrafo
26898 \family default
26899  y 
26900 \family sans
26901 Minipágina
26902 \family default
26903 .
26904  
26905 \family sans
26906 Minipágina
26907 \family default
26908  es el predeterminado para nuevos cuadros y se explica en la sección
26909 \begin_inset space ~
26910 \end_inset
26911
26912
26913 \begin_inset CommandInset ref
26914 LatexCommand ref
26915 reference "sec:Minipáginas"
26916
26917 \end_inset
26918
26919 ; el tipo 
26920 \family sans
26921 Párrafo
26922 \family default
26923  se describe en la sección
26924 \begin_inset space ~
26925 \end_inset
26926
26927
26928 \begin_inset CommandInset ref
26929 LatexCommand ref
26930 reference "sec:Cuadros-de-Párrafo"
26931
26932 \end_inset
26933
26934  y el tipo 
26935 \family sans
26936 \lang english
26937 Makebox
26938 \family default
26939 \lang spanish
26940  se describe en la sección
26941 \begin_inset space ~
26942 \end_inset
26943
26944
26945 \begin_inset CommandInset ref
26946 LatexCommand ref
26947 reference "sec:Evitar-la-Partición"
26948
26949 \end_inset
26950
26951 .
26952 \end_layout
26953
26954 \begin_layout Standard
26955 Los cuadros no se numeran y por tanto no se pueden referenciar como los
26956  flotantes o las notas al pie.
26957 \end_layout
26958
26959 \begin_layout Standard
26960 \begin_inset Note Greyedout
26961 status open
26962
26963 \begin_layout Plain Layout
26964
26965 \series bold
26966 Nota:
26967 \series default
26968  Los cuadros no deben ser el ítem en un entorno 
26969 \family sans
26970 Enumeración*
26971 \family default
26972  o 
26973 \family sans
26974 Descripción
26975 \family default
26976 .
26977 \end_layout
26978
26979 \end_inset
26980
26981
26982 \end_layout
26983
26984 \begin_layout Standard
26985 \begin_inset Note Greyedout
26986 status open
26987
26988 \begin_layout Plain Layout
26989
26990 \series bold
26991 Nota:
26992 \series default
26993  Por razones desconocidas sólo se puede poner el tipo 
26994 \family sans
26995 Cuadro
26996 \begin_inset space ~
26997 \end_inset
26998
26999 interior
27000 \family default
27001  en 
27002 \family sans
27003 Ninguno
27004 \family default
27005  cuando se emplea un cuadro enmarcado.
27006  Los cuadros sin ningún tipo de 
27007 \family sans
27008 Cuadro
27009 \begin_inset space ~
27010 \end_inset
27011
27012 interior
27013 \family default
27014  y sin marcos se explican en la sección
27015 \begin_inset space ~
27016 \end_inset
27017
27018
27019 \begin_inset CommandInset ref
27020 LatexCommand ref
27021 reference "sec:Evitar-la-Partición"
27022
27023 \end_inset
27024
27025 .
27026 \end_layout
27027
27028 \end_inset
27029
27030
27031 \end_layout
27032
27033 \begin_layout Section
27034 Diálogo de cuadros
27035 \begin_inset CommandInset label
27036 LatexCommand label
27037 name "sec:Diálogo-Cuadros"
27038
27039 \end_inset
27040
27041
27042 \begin_inset Index idx
27043 status collapsed
27044
27045 \begin_layout Plain Layout
27046 Cuadros ! Configuración
27047 \end_layout
27048
27049 \end_inset
27050
27051
27052 \end_layout
27053
27054 \begin_layout Subsection
27055 Tamaño
27056 \begin_inset Index idx
27057 status collapsed
27058
27059 \begin_layout Plain Layout
27060 Cuadros ! Tamaño
27061 \end_layout
27062
27063 \end_inset
27064
27065
27066 \end_layout
27067
27068 \begin_layout Standard
27069 En el diálogo puedes ajustar la geometría del cuadro en los campos 
27070 \family sans
27071 Ancho
27072 \family default
27073  y 
27074 \family sans
27075 Alto
27076 \family default
27077 .
27078  Las unidades disponibles para la geometría se describen en la tabla
27079 \begin_inset space ~
27080 \end_inset
27081
27082
27083 \begin_inset CommandInset ref
27084 LatexCommand ref
27085 reference "tab:Unidades"
27086
27087 \end_inset
27088
27089 .
27090  El campo 
27091 \family sans
27092 Alto
27093 \family default
27094  ofrece los siguientes tamaños adicionales:
27095 \end_layout
27096
27097 \begin_layout Description
27098 Profundidad Este es el texto plano «alto».
27099  Ignora la profundidad total cuando hay múltiples líneas de texto en el
27100  cuadro:
27101 \begin_inset Newline newline
27102 \end_inset
27103
27104
27105 \begin_inset Newline newline
27106 \end_inset
27107
27108
27109 \begin_inset Newline newline
27110 \end_inset
27111
27112
27113 \begin_inset Box Boxed
27114 position "c"
27115 hor_pos "c"
27116 has_inner_box 1
27117 inner_pos "c"
27118 use_parbox 0
27119 use_makebox 0
27120 width "12col%"
27121 special "none"
27122 height "1in"
27123 height_special "depth"
27124 status open
27125
27126 \begin_layout Plain Layout
27127 \align center
27128 Cuadro con altura establecida en 1
27129 \begin_inset space \thinspace{}
27130 \end_inset
27131
27132 Profundidad
27133 \end_layout
27134
27135 \end_inset
27136
27137
27138 \begin_inset Newline newline
27139 \end_inset
27140
27141
27142 \begin_inset Newline newline
27143 \end_inset
27144
27145
27146 \end_layout
27147
27148 \begin_layout Description
27149 Alto Es la altura del texto que está dentro del cuadro.
27150  Un valor de, p.
27151 \begin_inset space \thinspace{}
27152 \end_inset
27153
27154 e.
27155 \begin_inset space ~
27156 \end_inset
27157
27158 2 para este tamaño fijará la altura del cuadro a 2 veces la altura del texto:
27159  
27160 \begin_inset Box Boxed
27161 position "c"
27162 hor_pos "c"
27163 has_inner_box 1
27164 inner_pos "c"
27165 use_parbox 0
27166 use_makebox 0
27167 width "20col%"
27168 special "none"
27169 height "2in"
27170 height_special "height"
27171 status open
27172
27173 \begin_layout Plain Layout
27174 \align center
27175 Cuadro con altura puesta en 2
27176 \begin_inset space \thinspace{}
27177 \end_inset
27178
27179 Alto
27180 \end_layout
27181
27182 \end_inset
27183
27184
27185 \end_layout
27186
27187 \begin_layout Description
27188 Alto
27189 \begin_inset space ~
27190 \end_inset
27191
27192 total Esto es el Alto
27193 \begin_inset space \thinspace{}
27194 \end_inset
27195
27196 +
27197 \begin_inset space \thinspace{}
27198 \end_inset
27199
27200 Profundidad: 
27201 \begin_inset Box Boxed
27202 position "c"
27203 hor_pos "c"
27204 has_inner_box 1
27205 inner_pos "c"
27206 use_parbox 0
27207 use_makebox 0
27208 width "20col%"
27209 special "none"
27210 height "1in"
27211 height_special "totalheight"
27212 status open
27213
27214 \begin_layout Plain Layout
27215 \align center
27216 Cuadro con altura puesta a 1
27217 \begin_inset space \thinspace{}
27218 \end_inset
27219
27220 Alto
27221 \begin_inset space ~
27222 \end_inset
27223
27224 total
27225 \end_layout
27226
27227 \end_inset
27228
27229
27230 \end_layout
27231
27232 \begin_layout Description
27233 Ancho Esto determina al ancho del cuadro como altura: 
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 "width"
27245 status open
27246
27247 \begin_layout Plain Layout
27248 \align center
27249 Cuadro con altura puesta en 1
27250 \begin_inset space \thinspace{}
27251 \end_inset
27252
27253 Ancho
27254 \end_layout
27255
27256 \end_inset
27257
27258
27259 \end_layout
27260
27261 \begin_layout Subsection
27262 Alineación
27263 \begin_inset Index idx
27264 status collapsed
27265
27266 \begin_layout Plain Layout
27267 Cuadros ! Alineación
27268 \end_layout
27269
27270 \end_inset
27271
27272
27273 \end_layout
27274
27275 \begin_layout Standard
27276 Si has elegido un 
27277 \family sans
27278 Cuadro
27279 \begin_inset space ~
27280 \end_inset
27281
27282 interior
27283 \family default
27284 , la alineación vertical del cuadro puede ser:
27285 \end_layout
27286
27287 \begin_layout Description
27288 Superior Ejemplo de línea de texto.
27289  
27290 \begin_inset Box Boxed
27291 position "t"
27292 hor_pos "c"
27293 has_inner_box 1
27294 inner_pos "c"
27295 use_parbox 0
27296 use_makebox 0
27297 width "12col%"
27298 special "none"
27299 height "1in"
27300 height_special "totalheight"
27301 status collapsed
27302
27303 \begin_layout Plain Layout
27304 \align center
27305 Cuadro alineado arriba.
27306 \end_layout
27307
27308 \end_inset
27309
27310  Ejemplo de línea de texto.
27311 \end_layout
27312
27313 \begin_layout Description
27314 Medio Ejemplo de línea de texto.
27315  
27316 \begin_inset Box Boxed
27317 position "c"
27318 hor_pos "c"
27319 has_inner_box 1
27320 inner_pos "c"
27321 use_parbox 0
27322 use_makebox 0
27323 width "12col%"
27324 special "none"
27325 height "1in"
27326 height_special "totalheight"
27327 status collapsed
27328
27329 \begin_layout Plain Layout
27330 \align center
27331 Cuadro alineado en medio.
27332 \end_layout
27333
27334 \end_inset
27335
27336  Ejemplo de línea de texto.
27337 \end_layout
27338
27339 \begin_layout Description
27340 Inferior Ejemplo de línea de texto.
27341  
27342 \begin_inset Box Boxed
27343 position "b"
27344 hor_pos "c"
27345 has_inner_box 1
27346 inner_pos "c"
27347 use_parbox 0
27348 use_makebox 0
27349 width "12col%"
27350 special "none"
27351 height "1in"
27352 height_special "totalheight"
27353 status collapsed
27354
27355 \begin_layout Plain Layout
27356 \align center
27357 Cuadro alineado abajo.
27358 \end_layout
27359
27360 \end_inset
27361
27362  Ejemplo de línea de texto.
27363 \end_layout
27364
27365 \begin_layout Standard
27366 \begin_inset Note Greyedout
27367 status open
27368
27369 \begin_layout Plain Layout
27370
27371 \series bold
27372 Nota:
27373 \series default
27374  La alineación vertical puede desaparecer en la salida si hay dos cuadros
27375  en una línea y, p.
27376 \begin_inset space \thinspace{}
27377 \end_inset
27378
27379 e., uno de ellos tiene sombreado y el otro no.
27380 \end_layout
27381
27382 \end_inset
27383
27384
27385 \end_layout
27386
27387 \begin_layout Standard
27388 La alineación horizontal del cuadro puede establecerse en el diálogo de
27389  configuración de párrafo de LyX si colocas el cuadro en su propio párrafo.
27390 \end_layout
27391
27392 \begin_layout Standard
27393 \begin_inset VSpace bigskip
27394 \end_inset
27395
27396 Si has escogido un 
27397 \family sans
27398 Cuadro
27399 \begin_inset space ~
27400 \end_inset
27401
27402 interior
27403 \family default
27404 , el contenido puede alinearse verticalmente a:
27405 \end_layout
27406
27407 \begin_layout Description
27408 Superior Ejemplo de línea de texto.
27409  
27410 \begin_inset Box Boxed
27411 position "c"
27412 hor_pos "c"
27413 has_inner_box 1
27414 inner_pos "t"
27415 use_parbox 0
27416 use_makebox 0
27417 width "12col%"
27418 special "none"
27419 height "1.5in"
27420 height_special "totalheight"
27421 status collapsed
27422
27423 \begin_layout Plain Layout
27424 \align center
27425 Cuadro con texto alineado arriba.
27426 \end_layout
27427
27428 \end_inset
27429
27430  Ejemplo de línea de texto.
27431 \end_layout
27432
27433 \begin_layout Description
27434 Medio Ejemplo de línea de texto.
27435  
27436 \begin_inset Box Boxed
27437 position "c"
27438 hor_pos "c"
27439 has_inner_box 1
27440 inner_pos "c"
27441 use_parbox 0
27442 use_makebox 0
27443 width "12col%"
27444 special "none"
27445 height "1.5in"
27446 height_special "totalheight"
27447 status collapsed
27448
27449 \begin_layout Plain Layout
27450 \align center
27451 Cuadro con texto alineado en medio.
27452 \end_layout
27453
27454 \end_inset
27455
27456  Ejemplo de línea de texto.
27457 \end_layout
27458
27459 \begin_layout Description
27460 Inferior Ejemplo de línea de texto.
27461  
27462 \begin_inset Box Boxed
27463 position "c"
27464 hor_pos "c"
27465 has_inner_box 1
27466 inner_pos "b"
27467 use_parbox 0
27468 use_makebox 0
27469 width "12col%"
27470 special "none"
27471 height "1.5in"
27472 height_special "totalheight"
27473 status collapsed
27474
27475 \begin_layout Plain Layout
27476 \align center
27477 Cuadro con texto alineado abajo.
27478 \end_layout
27479
27480 \end_inset
27481
27482  Ejemplo de línea de texto.
27483 \end_layout
27484
27485 \begin_layout Description
27486 Estirado Ejemplo de línea de texto.
27487  
27488 \begin_inset Box Boxed
27489 position "c"
27490 hor_pos "c"
27491 has_inner_box 1
27492 inner_pos "s"
27493 use_parbox 0
27494 use_makebox 0
27495 width "12col%"
27496 special "none"
27497 height "1.5in"
27498 height_special "totalheight"
27499 status collapsed
27500
27501 \begin_layout Plain Layout
27502 \align center
27503 Este texto
27504 \end_layout
27505
27506 \begin_layout Plain Layout
27507 \align center
27508 está
27509 \end_layout
27510
27511 \begin_layout Plain Layout
27512 \align center
27513 estirado.
27514 \end_layout
27515
27516 \end_inset
27517
27518  Ejemplo de línea de texto.
27519 \end_layout
27520
27521 \begin_layout Standard
27522 Para estirar el contenido debe tener más de un párrafo.
27523  En el ejemplo anterior cada línea de texto está en un párrafo propio.
27524 \end_layout
27525
27526 \begin_layout Standard
27527 \begin_inset VSpace bigskip
27528 \end_inset
27529
27530 Para estirar horizontalmente el contenido usa el diálogo de párrafos de
27531  LyX cuando hayas escogido un 
27532 \family sans
27533 Cuadro
27534 \begin_inset space ~
27535 \end_inset
27536
27537 interior
27538 \family default
27539 .
27540 \end_layout
27541
27542 \begin_layout Standard
27543 \align center
27544 \begin_inset Box Boxed
27545 position "c"
27546 hor_pos "c"
27547 has_inner_box 1
27548 inner_pos "s"
27549 use_parbox 0
27550 use_makebox 0
27551 width "15col%"
27552 special "none"
27553 height "1.25in"
27554 height_special "totalheight"
27555 status collapsed
27556
27557 \begin_layout Plain Layout
27558 \align left
27559 Cuadro
27560 \end_layout
27561
27562 \begin_layout Plain Layout
27563 \align center
27564 con texto
27565 \end_layout
27566
27567 \begin_layout Plain Layout
27568 \align right
27569 estirado
27570 \end_layout
27571
27572 \end_inset
27573
27574
27575 \end_layout
27576
27577 \begin_layout Standard
27578 Si no has establecido un 
27579 \family sans
27580 Cuadro
27581 \begin_inset space ~
27582 \end_inset
27583
27584 interior
27585 \family default
27586 , puedes alinear horizontalmente el contenido del cuadro en el diálogo de
27587  cuadro.
27588 \end_layout
27589
27590 \begin_layout Standard
27591 \align center
27592 \begin_inset Box Boxed
27593 position "c"
27594 hor_pos "s"
27595 has_inner_box 0
27596 inner_pos "s"
27597 use_parbox 0
27598 use_makebox 0
27599 width "90col%"
27600 special "none"
27601 height "1.25in"
27602 height_special "totalheight"
27603 status collapsed
27604
27605 \begin_layout Plain Layout
27606 \align left
27607 Texto estirado horizontalmente.
27608 \end_layout
27609
27610 \end_inset
27611
27612
27613 \end_layout
27614
27615 \begin_layout Subsection
27616 Decoración
27617 \begin_inset CommandInset label
27618 LatexCommand label
27619 name "sec:Decoración"
27620
27621 \end_inset
27622
27623
27624 \begin_inset Index idx
27625 status collapsed
27626
27627 \begin_layout Plain Layout
27628 Cuadros ! Decoración
27629 \end_layout
27630
27631 \end_inset
27632
27633
27634 \end_layout
27635
27636 \begin_layout Standard
27637 El estilo de marco del cuadro se puede determinar en la lista desplegable
27638  
27639 \family sans
27640 Tipo
27641 \family default
27642  del diálogo de cuadros.
27643  Son posibles los siguientes marcos:
27644 \end_layout
27645
27646 \begin_layout Description
27647 Sin
27648 \begin_inset space ~
27649 \end_inset
27650
27651 marco 
27652 \lang english
27653 Nothing is drawn.
27654 \end_layout
27655
27656 \begin_layout Description
27657 Marco
27658 \begin_inset space ~
27659 \end_inset
27660
27661 rectangular
27662 \begin_inset space ~
27663 \end_inset
27664
27665 sencillo Dibuja un marco rectangular alrededor del cuadro.
27666  El grosor del marco depende de 
27667 \series bold
27668
27669 \backslash
27670 fboxrule
27671 \series default
27672 .
27673  
27674 \begin_inset Box Boxed
27675 position "c"
27676 hor_pos "c"
27677 has_inner_box 1
27678 inner_pos "c"
27679 use_parbox 0
27680 use_makebox 0
27681 width "25col%"
27682 special "none"
27683 height "1in"
27684 height_special "totalheight"
27685 status open
27686
27687 \begin_layout Plain Layout
27688 \align center
27689 Cuadro rectangular
27690 \end_layout
27691
27692 \end_inset
27693
27694
27695 \end_layout
27696
27697 \begin_layout Description
27698 Marco
27699 \begin_inset space ~
27700 \end_inset
27701
27702 ovalado,
27703 \begin_inset space ~
27704 \end_inset
27705
27706 fino Dibuja un marco ovalado cuya línea tiene un grosor de 0.4
27707 \begin_inset space \thinspace{}
27708 \end_inset
27709
27710 pt.
27711  
27712 \begin_inset Box ovalbox
27713 position "c"
27714 hor_pos "c"
27715 has_inner_box 1
27716 inner_pos "c"
27717 use_parbox 0
27718 use_makebox 0
27719 width "25col%"
27720 special "none"
27721 height "1in"
27722 height_special "totalheight"
27723 status open
27724
27725 \begin_layout Plain Layout
27726 \align center
27727 Marco ovalado, fino
27728 \end_layout
27729
27730 \end_inset
27731
27732
27733 \end_layout
27734
27735 \begin_layout Description
27736 Marco
27737 \begin_inset space ~
27738 \end_inset
27739
27740 ovalado,
27741 \begin_inset space ~
27742 \end_inset
27743
27744 grueso Dibuja un marco ovalado cuya línea tiene un grosor de 0.8
27745 \begin_inset space \thinspace{}
27746 \end_inset
27747
27748 pt.
27749  
27750 \begin_inset Box Ovalbox
27751 position "c"
27752 hor_pos "c"
27753 has_inner_box 1
27754 inner_pos "c"
27755 use_parbox 0
27756 use_makebox 0
27757 width "30col%"
27758 special "none"
27759 height "1in"
27760 height_special "totalheight"
27761 status open
27762
27763 \begin_layout Plain Layout
27764 \align center
27765 Cuadro ovalado, grueso
27766 \end_layout
27767
27768 \end_inset
27769
27770
27771 \end_layout
27772
27773 \begin_layout Description
27774 Marco
27775 \begin_inset space ~
27776 \end_inset
27777
27778 sombreado Dibuja un marco rectangular de sombra alrededor del cuadro.
27779  El grosor de la línea tiene el tamaño dado por 
27780 \series bold
27781
27782 \backslash
27783 fboxrule
27784 \series default
27785 , la sombra tiene una anchura de 4
27786 \begin_inset space \thinspace{}
27787 \end_inset
27788
27789 pt.
27790  
27791 \begin_inset Box Shadowbox
27792 position "c"
27793 hor_pos "c"
27794 has_inner_box 1
27795 inner_pos "c"
27796 use_parbox 0
27797 use_makebox 0
27798 width "20col%"
27799 special "none"
27800 height "1in"
27801 height_special "totalheight"
27802 status open
27803
27804 \begin_layout Plain Layout
27805 \align center
27806 Marco sombrado
27807 \end_layout
27808
27809 \end_inset
27810
27811
27812 \end_layout
27813
27814 \begin_layout Description
27815 Fondo
27816 \begin_inset space ~
27817 \end_inset
27818
27819 sombreado Dibuja un cuadro con fondo de color rojo.
27820  A diferencia de los cuadros coloreados,
27821 \begin_inset Foot
27822 status collapsed
27823
27824 \begin_layout Plain Layout
27825 véase sec.
27826  
27827 \begin_inset CommandInset ref
27828 LatexCommand ref
27829 reference "sec:Cuadros-Coloreados"
27830
27831 \end_inset
27832
27833
27834 \end_layout
27835
27836 \end_inset
27837
27838  siempre usa el ancho total de columna y el cuadro va en su propio párrafo.
27839 \begin_inset Box Shaded
27840 position "t"
27841 hor_pos "c"
27842 has_inner_box 0
27843 inner_pos "t"
27844 use_parbox 0
27845 use_makebox 0
27846 width "50col%"
27847 special "none"
27848 height "1in"
27849 height_special "totalheight"
27850 status open
27851
27852 \begin_layout Plain Layout
27853 Cuadro con fondo sombreado
27854 \end_layout
27855
27856 \end_inset
27857
27858
27859 \end_layout
27860
27861 \begin_layout Description
27862 Marco
27863 \begin_inset space ~
27864 \end_inset
27865
27866 rectangular
27867 \begin_inset space ~
27868 \end_inset
27869
27870 doble Dibuja un rectángulo de línea doble alrededor del cuadro.
27871  El grosor de la línea interior es 0.75
27872 \begin_inset space \thinspace{}
27873 \end_inset
27874
27875
27876 \series bold
27877
27878 \backslash
27879 fboxrule
27880 \series default
27881 , el de la línea exterior es 1.5
27882 \begin_inset space \thinspace{}
27883 \end_inset
27884
27885
27886 \series bold
27887
27888 \backslash
27889 fboxrule
27890 \series default
27891 .
27892  La distancia entre líneas es 1.5
27893 \begin_inset space \thinspace{}
27894 \end_inset
27895
27896
27897 \series bold
27898
27899 \backslash
27900 fboxrule
27901 \series default
27902
27903 \begin_inset space \thinspace{}
27904 \end_inset
27905
27906 +
27907 \begin_inset space \thinspace{}
27908 \end_inset
27909
27910 0.5
27911 \begin_inset space \thinspace{}
27912 \end_inset
27913
27914 pt.
27915  
27916 \begin_inset Box Doublebox
27917 position "c"
27918 hor_pos "c"
27919 has_inner_box 1
27920 inner_pos "c"
27921 use_parbox 0
27922 use_makebox 0
27923 width "20col%"
27924 special "none"
27925 height "1in"
27926 height_special "totalheight"
27927 status open
27928
27929 \begin_layout Plain Layout
27930 \align center
27931 Marco doble
27932 \end_layout
27933
27934 \end_inset
27935
27936
27937 \end_layout
27938
27939 \begin_layout Standard
27940 La etiqueta del cuadro en LyX reflejará el estilo de marco elegido.
27941  Para poder utilizar los distintos marcos, debe estar instalado el paquete
27942  LaTeX 
27943 \series bold
27944 fancybox
27945 \series default
27946
27947 \begin_inset Index idx
27948 status collapsed
27949
27950 \begin_layout Plain Layout
27951 LaTeX-paquetes ! fancybox
27952 \end_layout
27953
27954 \end_inset
27955
27956 .
27957 \end_layout
27958
27959 \begin_layout Standard
27960 \begin_inset VSpace bigskip
27961 \end_inset
27962
27963 Si usas la decoración 
27964 \family sans
27965 marco rectangular sencillo
27966 \family default
27967  sin cuadro interior, puedes permitir saltos de página dentro del cuadro.
27968  Ten en cuenta que en ese caso, al contrario que otros cuadros enmarcados,
27969  el marco usa siempre todo el ancho de columna, el cuadro va en un párrafo
27970  propio y 
27971 \series bold
27972
27973 \backslash
27974 fboxrule
27975 \series default
27976  y 
27977 \series bold
27978
27979 \backslash
27980 fboxsep
27981 \series default
27982  no funcionan.
27983  El grosor del marco tiene el tamaño de 
27984 \series bold
27985
27986 \backslash
27987 FrameRule
27988 \series default
27989 .
27990 \begin_inset Box Framed
27991 position "t"
27992 hor_pos "c"
27993 has_inner_box 0
27994 inner_pos "t"
27995 use_parbox 0
27996 use_makebox 0
27997 width "100col%"
27998 special "none"
27999 height "1in"
28000 height_special "totalheight"
28001 status collapsed
28002
28003 \begin_layout Plain Layout
28004 Cuadro que permite saltos de página
28005 \end_layout
28006
28007 \end_inset
28008
28009
28010 \end_layout
28011
28012 \begin_layout Section
28013 Personalización de cuadros
28014 \begin_inset Index idx
28015 status collapsed
28016
28017 \begin_layout Plain Layout
28018 Cuadros ! Personalizar
28019 \end_layout
28020
28021 \end_inset
28022
28023
28024 \end_layout
28025
28026 \begin_layout Standard
28027 El valor predeterminado por 
28028 \series bold
28029
28030 \backslash
28031 fboxrule
28032 \series default
28033  es 0.4
28034 \begin_inset space \thinspace{}
28035 \end_inset
28036
28037 pt.
28038  Puede cambiarse con el siguiente comando en código TeX, p.
28039 \begin_inset space \thinspace{}
28040 \end_inset
28041
28042 e.
28043 \begin_inset space ~
28044 \end_inset
28045
28046 a
28047 \begin_inset space ~
28048 \end_inset
28049
28050 2
28051 \begin_inset space \thinspace{}
28052 \end_inset
28053
28054 pt:
28055 \end_layout
28056
28057 \begin_layout Standard
28058
28059 \series bold
28060
28061 \backslash
28062 setlength{
28063 \backslash
28064 fboxrule}{2pt}
28065 \end_layout
28066
28067 \begin_layout Standard
28068 \begin_inset ERT
28069 status collapsed
28070
28071 \begin_layout Plain Layout
28072
28073
28074 \backslash
28075 setlength{
28076 \backslash
28077 fboxrule}{2pt}
28078 \end_layout
28079
28080 \end_inset
28081
28082
28083 \begin_inset Box Boxed
28084 position "c"
28085 hor_pos "c"
28086 has_inner_box 1
28087 inner_pos "c"
28088 use_parbox 0
28089 use_makebox 0
28090 width "25col%"
28091 special "none"
28092 height "1in"
28093 height_special "totalheight"
28094 status open
28095
28096 \begin_layout Plain Layout
28097 \align center
28098 Cuadro rectangular con 
28099 \series bold
28100
28101 \backslash
28102 fboxrule
28103 \series default
28104
28105 \begin_inset space \thinspace{}
28106 \end_inset
28107
28108 =
28109 \begin_inset space \thinspace{}
28110 \end_inset
28111
28112 2
28113 \begin_inset space \thinspace{}
28114 \end_inset
28115
28116 pt
28117 \end_layout
28118
28119 \end_inset
28120
28121
28122 \begin_inset ERT
28123 status collapsed
28124
28125 \begin_layout Plain Layout
28126
28127
28128 \backslash
28129 setlength{
28130 \backslash
28131 fboxrule}{0.4pt}
28132 \end_layout
28133
28134 \end_inset
28135
28136
28137 \end_layout
28138
28139 \begin_layout Standard
28140 \begin_inset VSpace bigskip
28141 \end_inset
28142
28143 El espacio entre el marco y el contenido del cuadro es 3
28144 \begin_inset space \thinspace{}
28145 \end_inset
28146
28147 pt por omisión para todos los estilos.
28148  Se puede cambiar mediante la longitud 
28149 \series bold
28150
28151 \backslash
28152 fboxsep
28153 \series default
28154 .
28155  Por ejemplo el comando
28156 \end_layout
28157
28158 \begin_layout Standard
28159
28160 \series bold
28161
28162 \backslash
28163 setlength{
28164 \backslash
28165 fboxsep}{10pt}
28166 \end_layout
28167
28168 \begin_layout Standard
28169 determina un valor de 10
28170 \begin_inset space \thinspace{}
28171 \end_inset
28172
28173 pt, como en el siguiente cuadro:
28174 \end_layout
28175
28176 \begin_layout Standard
28177 \begin_inset ERT
28178 status collapsed
28179
28180 \begin_layout Plain Layout
28181
28182
28183 \backslash
28184 setlength{
28185 \backslash
28186 fboxsep}{10pt}
28187 \end_layout
28188
28189 \end_inset
28190
28191
28192 \begin_inset Box Boxed
28193 position "c"
28194 hor_pos "c"
28195 has_inner_box 1
28196 inner_pos "c"
28197 use_parbox 0
28198 use_makebox 0
28199 width "25col%"
28200 special "none"
28201 height "1in"
28202 height_special "totalheight"
28203 status open
28204
28205 \begin_layout Plain Layout
28206 \align center
28207 Cuadro rectangular con 
28208 \series bold
28209
28210 \backslash
28211 fboxsep
28212 \series default
28213
28214 \begin_inset space \thinspace{}
28215 \end_inset
28216
28217 =
28218 \begin_inset space \thinspace{}
28219 \end_inset
28220
28221 10
28222 \begin_inset space \thinspace{}
28223 \end_inset
28224
28225 pt
28226 \end_layout
28227
28228 \end_inset
28229
28230
28231 \begin_inset ERT
28232 status collapsed
28233
28234 \begin_layout Plain Layout
28235
28236
28237 \backslash
28238 setlength{
28239 \backslash
28240 fboxsep}{3pt}
28241 \end_layout
28242
28243 \end_inset
28244
28245
28246 \end_layout
28247
28248 \begin_layout Standard
28249 \begin_inset VSpace bigskip
28250 \end_inset
28251
28252 El diámetro de las esquinas de los cuadros ovalados se puede modificar con
28253  el comando 
28254 \series bold
28255
28256 \backslash
28257 cornersize
28258 \series default
28259 .
28260  El comando
28261 \end_layout
28262
28263 \begin_layout Standard
28264
28265 \series bold
28266
28267 \backslash
28268 cornersize*{1cm}
28269 \end_layout
28270
28271 \begin_layout Standard
28272 establece un diámetro de 1
28273 \begin_inset space \thinspace{}
28274 \end_inset
28275
28276 cm.
28277  El comando
28278 \end_layout
28279
28280 \begin_layout Standard
28281
28282 \series bold
28283
28284 \backslash
28285 cornersize{num}
28286 \end_layout
28287
28288 \begin_layout Standard
28289 fija el diámetro en 
28290 \family sans
28291 num
28292 \begin_inset space \thinspace{}
28293 \end_inset
28294
28295 ×
28296 \begin_inset space \thinspace{}
28297 \end_inset
28298
28299 mínimo
28300 \family default
28301  
28302 \family sans
28303 (ancho y alto del cuadro)
28304 \family default
28305 .
28306  Por omisión es 
28307 \series bold
28308
28309 \backslash
28310 cornersize{0.5}
28311 \series default
28312 .
28313 \end_layout
28314
28315 \begin_layout Standard
28316 \begin_inset ERT
28317 status collapsed
28318
28319 \begin_layout Plain Layout
28320
28321
28322 \backslash
28323 cornersize*{1.5cm}
28324 \end_layout
28325
28326 \end_inset
28327
28328
28329 \begin_inset Box Ovalbox
28330 position "c"
28331 hor_pos "c"
28332 has_inner_box 1
28333 inner_pos "c"
28334 use_parbox 0
28335 use_makebox 0
28336 width "28col%"
28337 special "none"
28338 height "1in"
28339 height_special "totalheight"
28340 status open
28341
28342 \begin_layout Plain Layout
28343 \align center
28344 Cuadro ovalado con 
28345 \series bold
28346
28347 \backslash
28348 cornersize
28349 \series default
28350
28351 \begin_inset space \thinspace{}
28352 \end_inset
28353
28354 =
28355 \begin_inset space \thinspace{}
28356 \end_inset
28357
28358 1.5
28359 \begin_inset space \thinspace{}
28360 \end_inset
28361
28362 cm
28363 \end_layout
28364
28365 \end_inset
28366
28367
28368 \begin_inset ERT
28369 status collapsed
28370
28371 \begin_layout Plain Layout
28372
28373
28374 \backslash
28375 cornersize{0.5}
28376 \end_layout
28377
28378 \end_inset
28379
28380
28381 \end_layout
28382
28383 \begin_layout Standard
28384 \begin_inset VSpace bigskip
28385 \end_inset
28386
28387 El tamaño de la sombra se puede ajustar cambiando la longitud 
28388 \series bold
28389
28390 \backslash
28391 shadowsize
28392 \series default
28393 .
28394  Este comando la ajusta a 2
28395 \begin_inset space \thinspace{}
28396 \end_inset
28397
28398 pt en el cuadro siguiente:
28399 \end_layout
28400
28401 \begin_layout Standard
28402
28403 \series bold
28404
28405 \backslash
28406 setlength{
28407 \backslash
28408 shadowsize}{2pt}
28409 \end_layout
28410
28411 \begin_layout Standard
28412 \begin_inset ERT
28413 status collapsed
28414
28415 \begin_layout Plain Layout
28416
28417
28418 \backslash
28419 setlength{
28420 \backslash
28421 shadowsize}{2pt}
28422 \end_layout
28423
28424 \end_inset
28425
28426
28427 \begin_inset Box Shadowbox
28428 position "c"
28429 hor_pos "c"
28430 has_inner_box 1
28431 inner_pos "c"
28432 use_parbox 0
28433 use_makebox 0
28434 width "28col%"
28435 special "none"
28436 height "1in"
28437 height_special "totalheight"
28438 status open
28439
28440 \begin_layout Plain Layout
28441 \align center
28442 Cuadro sombreado con 
28443 \series bold
28444
28445 \backslash
28446 shadowsize
28447 \series default
28448
28449 \begin_inset space \thinspace{}
28450 \end_inset
28451
28452 =
28453 \begin_inset space \thinspace{}
28454 \end_inset
28455
28456 2
28457 \begin_inset space \thinspace{}
28458 \end_inset
28459
28460 pt
28461 \end_layout
28462
28463 \end_inset
28464
28465
28466 \begin_inset ERT
28467 status collapsed
28468
28469 \begin_layout Plain Layout
28470
28471
28472 \backslash
28473 setlength{
28474 \backslash
28475 shadowsize}{4pt}
28476 \end_layout
28477
28478 \end_inset
28479
28480
28481 \end_layout
28482
28483 \begin_layout Standard
28484 \begin_inset VSpace bigskip
28485 \end_inset
28486
28487
28488 \end_layout
28489
28490 \begin_layout Standard
28491 Por omisión, el tamaño 
28492 \series bold
28493
28494 \backslash
28495 FrameRule
28496 \series default
28497  es 0,4
28498 \begin_inset space \thinspace{}
28499 \end_inset
28500
28501 pt.
28502  El espacio por omisión entre el contenido de la nota y el marco es 9
28503 \begin_inset space \thinspace{}
28504 \end_inset
28505
28506 pt; puede cambiarse con el valor de 
28507 \series bold
28508
28509 \backslash
28510 FrameSep
28511 \series default
28512 .
28513  Por ejemplo, el marco del cuadro siguiente se establece con los comandos
28514  en código TeX
28515 \end_layout
28516
28517 \begin_layout Standard
28518
28519 \series bold
28520
28521 \backslash
28522 setlength{
28523 \backslash
28524 FrameRule}{5pt}
28525 \begin_inset Newline newline
28526 \end_inset
28527
28528
28529 \backslash
28530 setlength{
28531 \backslash
28532 FrameSep}{0.5cm}
28533 \end_layout
28534
28535 \begin_layout Standard
28536 \begin_inset ERT
28537 status collapsed
28538
28539 \begin_layout Plain Layout
28540
28541
28542 \backslash
28543 setlength{
28544 \backslash
28545 FrameRule}{5pt}
28546 \end_layout
28547
28548 \begin_layout Plain Layout
28549
28550
28551 \backslash
28552 setlength{
28553 \backslash
28554 FrameSep}{0.5cm}
28555 \end_layout
28556
28557 \end_inset
28558
28559
28560 \begin_inset Box Framed
28561 position "t"
28562 hor_pos "c"
28563 has_inner_box 0
28564 inner_pos "t"
28565 use_parbox 0
28566 use_makebox 0
28567 width "100col%"
28568 special "none"
28569 height "1in"
28570 height_special "totalheight"
28571 status open
28572
28573 \begin_layout Plain Layout
28574 Texto en un 
28575 \family sans
28576 marco
28577 \begin_inset space ~
28578 \end_inset
28579
28580 sencillo
28581 \begin_inset space ~
28582 \end_inset
28583
28584 con
28585 \begin_inset space ~
28586 \end_inset
28587
28588 salto
28589 \begin_inset space ~
28590 \end_inset
28591
28592 de
28593 \begin_inset space ~
28594 \end_inset
28595
28596 página
28597 \family default
28598 .
28599 \end_layout
28600
28601 \end_inset
28602
28603
28604 \begin_inset ERT
28605 status collapsed
28606
28607 \begin_layout Plain Layout
28608
28609
28610 \backslash
28611 setlength{
28612 \backslash
28613 FrameRule}{0.4pt}
28614 \end_layout
28615
28616 \begin_layout Plain Layout
28617
28618
28619 \backslash
28620 setlength{
28621 \backslash
28622 FrameSep}{9pt}
28623 \end_layout
28624
28625 \end_inset
28626
28627
28628 \end_layout
28629
28630 \begin_layout Standard
28631 \begin_inset VSpace bigskip
28632 \end_inset
28633
28634
28635 \end_layout
28636
28637 \begin_layout Standard
28638 Para los cuadros con 
28639 \family sans
28640 fondo
28641 \begin_inset space ~
28642 \end_inset
28643
28644 sombreado
28645 \family default
28646  el espacio por omisión entre el contenido y el marco es 3
28647 \begin_inset space \thinspace{}
28648 \end_inset
28649
28650 pt; se puede cambiar con el valor de 
28651 \series bold
28652
28653 \backslash
28654 fboxsep
28655 \series default
28656 .
28657  El color rojo predeterminado se puede cambiar en el sitio con el comando
28658  
28659 \series bold
28660
28661 \backslash
28662 definecolor{shadecolor}
28663 \series default
28664  o globalmente con el menú 
28665 \family sans
28666 Herramientas
28667 \family default
28668 \SpecialChar \menuseparator
28669
28670 \family sans
28671 Preferencias
28672 \family default
28673 \SpecialChar \menuseparator
28674
28675 \family sans
28676 Colores
28677 \family default
28678 \SpecialChar \menuseparator
28679
28680 \family sans
28681 cuadro
28682 \begin_inset space ~
28683 \end_inset
28684
28685 sombreado
28686 \family default
28687 .
28688  El esquema del comando 
28689 \series bold
28690
28691 \backslash
28692 definecolor
28693 \series default
28694  se explica en la sección
28695 \begin_inset space ~
28696 \end_inset
28697
28698
28699 \begin_inset CommandInset ref
28700 LatexCommand ref
28701 reference "sec:Tablas-Coloreadas"
28702
28703 \end_inset
28704
28705 .
28706 \begin_inset Foot
28707 status collapsed
28708
28709 \begin_layout Plain Layout
28710 El comando 
28711 \series bold
28712
28713 \backslash
28714 definecolor
28715 \series default
28716  requiere el paquete LaTeX 
28717 \series bold
28718 color
28719 \series default
28720  en el preámbulo, véase la sección
28721 \begin_inset space ~
28722 \end_inset
28723
28724
28725 \begin_inset CommandInset ref
28726 LatexCommand ref
28727 reference "sec:Cuadros-Coloreados"
28728
28729 \end_inset
28730
28731 .
28732 \end_layout
28733
28734 \end_inset
28735
28736  Por ejemplo, la nota siguiente se define con los comandos en código TeX
28737 \end_layout
28738
28739 \begin_layout Standard
28740
28741 \series bold
28742
28743 \backslash
28744 setlength{
28745 \backslash
28746 fboxsep}{0.5cm}
28747 \series default
28748
28749 \begin_inset Newline newline
28750 \end_inset
28751
28752
28753 \series bold
28754
28755 \backslash
28756 definecolor{shadecolor}{cmyk}{0.5,0,1,0.5}
28757 \end_layout
28758
28759 \begin_layout Standard
28760 \begin_inset ERT
28761 status collapsed
28762
28763 \begin_layout Plain Layout
28764
28765
28766 \backslash
28767 setlength{
28768 \backslash
28769 fboxsep}{0.5cm}
28770 \end_layout
28771
28772 \begin_layout Plain Layout
28773
28774
28775 \backslash
28776 definecolor{shadecolor}{cmyk}{0.5,0,1,0.5}
28777 \end_layout
28778
28779 \end_inset
28780
28781
28782 \begin_inset Box Shaded
28783 position "t"
28784 hor_pos "c"
28785 has_inner_box 0
28786 inner_pos "t"
28787 use_parbox 0
28788 use_makebox 0
28789 width "100col%"
28790 special "none"
28791 height "1in"
28792 height_special "totalheight"
28793 status open
28794
28795 \begin_layout Plain Layout
28796
28797 \color yellow
28798 Texto amarillo en un cuadro con 
28799 \family sans
28800 fondo sombreado 
28801 \family default
28802  en color verde oscuro.
28803 \end_layout
28804
28805 \end_inset
28806
28807
28808 \begin_inset ERT
28809 status collapsed
28810
28811 \begin_layout Plain Layout
28812
28813
28814 \backslash
28815 setlength{
28816 \backslash
28817 fboxsep}{3pt}
28818 \end_layout
28819
28820 \begin_layout Plain Layout
28821
28822
28823 \backslash
28824 definecolor{shadecolor}{rgb}{1,0,0}
28825 \end_layout
28826
28827 \end_inset
28828
28829
28830 \end_layout
28831
28832 \begin_layout Standard
28833 \begin_inset VSpace bigskip
28834 \end_inset
28835
28836 Los cambios en las dimensiones son válidos para todos los cuadros que siguen
28837  a los comandos.
28838 \end_layout
28839
28840 \begin_layout Section
28841 Minipáginas
28842 \begin_inset CommandInset label
28843 LatexCommand label
28844 name "sec:Minipáginas"
28845
28846 \end_inset
28847
28848
28849 \begin_inset Index idx
28850 status collapsed
28851
28852 \begin_layout Plain Layout
28853 Cuadros ! Minipáginas
28854 \end_layout
28855
28856 \end_inset
28857
28858
28859 \end_layout
28860
28861 \begin_layout Standard
28862 Las minipáginas son tratadas por LaTeX como páginas dentro de páginas y
28863  por tanto pueden tener, por ejemplo, sus propias notas al pie.
28864 \end_layout
28865
28866 \begin_layout Standard
28867 Las minipáginas son útiles para escribir documentos en distintas lenguas.
28868 \end_layout
28869
28870 \begin_layout Standard
28871 A continuación hay dos ejemplos de minipáginas adosadas.
28872  Su anchura está puesta en 45
28873 \begin_inset space \thinspace{}
28874 \end_inset
28875
28876 % y separadas por un relleno horizontal, insertado vía el menú 
28877 \family sans
28878 Insertar\SpecialChar \menuseparator
28879 Formato\SpecialChar \menuseparator
28880 Relleno
28881 \begin_inset space ~
28882 \end_inset
28883
28884 horizontal
28885 \family default
28886 .
28887 \end_layout
28888
28889 \begin_layout Standard
28890 \begin_inset Box Frameless
28891 position "t"
28892 hor_pos "c"
28893 has_inner_box 1
28894 inner_pos "c"
28895 use_parbox 0
28896 use_makebox 0
28897 width "45col%"
28898 special "none"
28899 height "1in"
28900 height_special "totalheight"
28901 status open
28902
28903 \begin_layout Plain Layout
28904
28905 \lang german
28906 Dies ist ein deutscher Text.
28907  Dies ist ein deutscher Text.
28908  Dies ist ein deutscher Text.
28909  Dies ist ein deutscher Text.
28910  Dies ist ein deutscher Text.
28911  Dies ist ein deutscher Text.
28912  Dies ist ein deutscher Text.
28913  Dies ist ein deutscher Text.
28914  Dies ist ein deutscher Text.
28915  Dies ist ein deutscher Text.
28916  Dies ist ein deutscher Text.
28917  Dies ist ein deutscher Text.
28918  Dies ist ein deutscher Text
28919 \begin_inset Foot
28920 status collapsed
28921
28922 \begin_layout Plain Layout
28923
28924 \lang german
28925 Dies ist eine deutsche Fußnote.
28926 \end_layout
28927
28928 \end_inset
28929
28930 .
28931  Dies ist ein deutscher Text.
28932  Dies ist ein deutscher Text.
28933 \end_layout
28934
28935 \end_inset
28936
28937
28938 \begin_inset space \hfill{}
28939 \end_inset
28940
28941
28942 \begin_inset Box Frameless
28943 position "t"
28944 hor_pos "c"
28945 has_inner_box 1
28946 inner_pos "c"
28947 use_parbox 0
28948 use_makebox 0
28949 width "45col%"
28950 special "none"
28951 height "1in"
28952 height_special "totalheight"
28953 status open
28954
28955 \begin_layout Plain Layout
28956
28957 \lang english
28958 This is an English Text.
28959  This is an English Text.
28960  This is an English Text.
28961  This is an English Text.
28962  This is an English Text.
28963  This is an English Text.
28964  This is an English Text.
28965  This is an English Text.
28966  This is an English Text.
28967  This is an English Text.
28968  This is an English Text.
28969  This is an English Text.
28970  This is an English Text.
28971  This is an English Text.
28972  This is an English Text.
28973  This is an English Text.
28974 \begin_inset Foot
28975 status collapsed
28976
28977 \begin_layout Plain Layout
28978
28979 \lang english
28980 This is an English footnote.
28981 \end_layout
28982
28983 \end_inset
28984
28985  This is an English Text.
28986  
28987 \end_layout
28988
28989 \end_inset
28990
28991
28992 \end_layout
28993
28994 \begin_layout Standard
28995 \begin_inset VSpace bigskip
28996 \end_inset
28997
28998 La configuración global de párrafos se ignora en las minipáginas.
28999  Esto significa que en las mismas no habrá espacio entre párrafos aunque
29000  pongas p.
29001 \begin_inset space \thinspace{}
29002 \end_inset
29003
29004 e.
29005 \begin_inset space ~
29006 \end_inset
29007
29008
29009 \family sans
29010 Salto
29011 \begin_inset space ~
29012 \end_inset
29013
29014 medio
29015 \family default
29016  en la configuración del documento.
29017 \end_layout
29018
29019 \begin_layout Standard
29020 Las minipáginas también sirven para poner un color de fondo para partes
29021  de texto, véase sección
29022 \begin_inset space ~
29023 \end_inset
29024
29025
29026 \begin_inset CommandInset ref
29027 LatexCommand ref
29028 reference "sub:Color-en-Párrafos"
29029
29030 \end_inset
29031
29032 .
29033 \end_layout
29034
29035 \begin_layout Standard
29036 \begin_inset Note Greyedout
29037 status open
29038
29039 \begin_layout Plain Layout
29040
29041 \series bold
29042 Nota:
29043 \series default
29044  No puedes tener flotantes o notas al margen en minipáginas pero sí puedes
29045  tener minipáginas en tablas, flotantes, y otros cuadros.
29046 \end_layout
29047
29048 \end_inset
29049
29050
29051 \end_layout
29052
29053 \begin_layout Section
29054 Cuadros de párrafo
29055 \begin_inset CommandInset label
29056 LatexCommand label
29057 name "sec:Cuadros-de-Párrafo"
29058
29059 \end_inset
29060
29061
29062 \begin_inset Index idx
29063 status collapsed
29064
29065 \begin_layout Plain Layout
29066 Cuadros ! de párrafo
29067 \end_layout
29068
29069 \end_inset
29070
29071
29072 \end_layout
29073
29074 \begin_layout Standard
29075 Los cuadros de párrafo son similares a las minipáginas con la diferencia
29076  de que no pueden contener notas al pie.
29077   La diferencia principal es que las minipáginas no son verdaderos cuadros
29078  sino entornos de LaTeX.
29079 \end_layout
29080
29081 \begin_layout Standard
29082 \align center
29083 \begin_inset Box Frameless
29084 position "t"
29085 hor_pos "c"
29086 has_inner_box 1
29087 inner_pos "t"
29088 use_parbox 1
29089 use_makebox 0
29090 width "33col%"
29091 special "none"
29092 height "1in"
29093 height_special "totalheight"
29094 status collapsed
29095
29096 \begin_layout Plain Layout
29097 Texto en un cuadro de párrafo.
29098  Texto en un cuadro de párrafo.
29099  Esta nota no aparece:
29100 \begin_inset Foot
29101 status collapsed
29102
29103 \begin_layout Plain Layout
29104 Esta es una nota en cuadro de párrafo y por eso no aparecerá.
29105 \end_layout
29106
29107 \end_inset
29108
29109
29110 \end_layout
29111
29112 \end_inset
29113
29114
29115 \end_layout
29116
29117 \begin_layout Section
29118 Cuadros para palabras y caracteres
29119 \begin_inset Index idx
29120 status collapsed
29121
29122 \begin_layout Plain Layout
29123 Cuadros ! para palabras y caracteres
29124 \end_layout
29125
29126 \end_inset
29127
29128
29129 \end_layout
29130
29131 \begin_layout Subsection
29132 Evitar la partición de palabras
29133 \begin_inset CommandInset label
29134 LatexCommand label
29135 name "sec:Evitar-la-Partición"
29136
29137 \end_inset
29138
29139
29140 \begin_inset Index idx
29141 status collapsed
29142
29143 \begin_layout Plain Layout
29144 Cuadros ! para evitar la partición de palabras
29145 \end_layout
29146
29147 \end_inset
29148
29149
29150 \end_layout
29151
29152 \begin_layout Standard
29153
29154 \lang english
29155 You can use the box type 
29156 \family sans
29157 Makebox
29158 \family default
29159 \lang spanish
29160  para impedir que una palabra sea partida con guión.
29161 \begin_inset Newline newline
29162 \end_inset
29163
29164 He aquí un ejemplo:
29165 \end_layout
29166
29167 \begin_layout Standard
29168 Esta línea es un ejemplo para mostrar cómo evitar la división de «estalarguísima
29169 palabra».
29170 \end_layout
29171
29172 \begin_layout Standard
29173 Para evitar su división 
29174 \lang english
29175 of the word 
29176 \begin_inset Quotes eld
29177 \end_inset
29178
29179 veryverylongword
29180 \begin_inset Quotes erd
29181 \end_inset
29182
29183 , put the word into a box, set the 
29184 \family sans
29185 Inner
29186 \begin_inset space ~
29187 \end_inset
29188
29189 box
29190 \family default
29191  to 
29192 \family sans
29193 Makebox
29194 \family default
29195  and its width to 1
29196 \begin_inset space \thinspace{}
29197 \end_inset
29198
29199 Width.
29200 \end_layout
29201
29202 \begin_layout Standard
29203 Este es el resultado:
29204 \end_layout
29205
29206 \begin_layout Standard
29207 Esta línea es un ejemplo para mostrar cómo evitar la división de 
29208 \begin_inset Box Frameless
29209 position "t"
29210 hor_pos "c"
29211 has_inner_box 1
29212 inner_pos "t"
29213 use_parbox 0
29214 use_makebox 1
29215 width "1in"
29216 special "width"
29217 height "1in"
29218 height_special "totalheight"
29219 status open
29220
29221 \begin_layout Plain Layout
29222 «estalarguísimapalabra»
29223 \end_layout
29224
29225 \end_inset
29226
29227 .
29228 \end_layout
29229
29230 \begin_layout Standard
29231 Como alternativa puedes poner el comando «
29232 \series bold
29233
29234 \backslash
29235 -
29236 \series default
29237 » en código TeX directamente antes de la palabra:
29238 \end_layout
29239
29240 \begin_layout Standard
29241 Esta línea es un ejemplo para mostrar cómo evitar la división de «
29242 \begin_inset ERT
29243 status collapsed
29244
29245 \begin_layout Plain Layout
29246
29247
29248 \backslash
29249 -
29250 \end_layout
29251
29252 \end_inset
29253
29254 estalarguísimapalabra».
29255 \end_layout
29256
29257 \begin_layout Standard
29258 Por supuesto, la palabra sobresale del margen.
29259  Para evitarlo añade, con el menú 
29260 \family sans
29261 Insertar\SpecialChar \menuseparator
29262 Formato\SpecialChar \menuseparator
29263 Salto
29264 \begin_inset space ~
29265 \end_inset
29266
29267 de
29268 \begin_inset space ~
29269 \end_inset
29270
29271
29272 \family default
29273 línea (atajo 
29274 \family sans
29275 Ctrl+Retorno
29276 \family default
29277 ), un salto de línea antes de la palabra:
29278 \end_layout
29279
29280 \begin_layout Standard
29281 Esta línea es un ejemplo para mostrar cómo prevenir la división de 
29282 \begin_inset Newline newline
29283 \end_inset
29284
29285
29286 \begin_inset Box Frameless
29287 position "t"
29288 hor_pos "c"
29289 has_inner_box 1
29290 inner_pos "t"
29291 use_parbox 0
29292 use_makebox 1
29293 width "1in"
29294 special "width"
29295 height "1in"
29296 height_special "totalheight"
29297 status open
29298
29299 \begin_layout Plain Layout
29300 «estalarguísimapalabra»
29301 \end_layout
29302
29303 \end_inset
29304
29305 .
29306 \end_layout
29307
29308 \begin_layout Subsection
29309 Alineación vertical
29310 \begin_inset CommandInset label
29311 LatexCommand label
29312 name "sub:Alineación-Vertical"
29313
29314 \end_inset
29315
29316
29317 \begin_inset Index idx
29318 status collapsed
29319
29320 \begin_layout Plain Layout
29321 Cuadros ! para alineación vertical
29322 \end_layout
29323
29324 \end_inset
29325
29326
29327 \end_layout
29328
29329 \begin_layout Standard
29330 Con ayuda del comando 
29331 \series bold
29332
29333 \backslash
29334 raisebox
29335 \series default
29336  puedes alinear verticalmente con el texto circundante palabras o caracteres.
29337  
29338 \series bold
29339
29340 \backslash
29341 raisebox
29342 \series default
29343  se utiliza según el esquema:
29344 \end_layout
29345
29346 \begin_layout Standard
29347
29348 \series bold
29349
29350 \backslash
29351 raisebox{elevación}[altura][profundidad]{contenido del cuadro}
29352 \end_layout
29353
29354 \begin_layout Standard
29355 La elevación puede ser un valor positivo para subir el cuadro o negativo
29356  para bajarlo.
29357 \end_layout
29358
29359 \begin_layout Standard
29360 Para alinear una palabra, p.
29361 \begin_inset space \thinspace{}
29362 \end_inset
29363
29364 e
29365 \begin_inset space ~
29366 \end_inset
29367
29368 «prevención» para que la parte inferior de la letra más «profunda» «p» esté
29369  en la línea de base, inserta el comando
29370 \end_layout
29371
29372 \begin_layout Standard
29373
29374 \series bold
29375
29376 \backslash
29377 raisebox{
29378 \backslash
29379 depth}{
29380 \end_layout
29381
29382 \begin_layout Standard
29383 en código TeX antes de la palabra.
29384  Detrás de la palabra inserta una llave de cierre «
29385 \series bold
29386 }
29387 \series default
29388 » en código TeX.
29389 \begin_inset Newline newline
29390 \end_inset
29391
29392 Este es el resultado:
29393 \end_layout
29394
29395 \begin_layout Standard
29396 Esto es una línea de texto con la palabra 
29397 \begin_inset ERT
29398 status collapsed
29399
29400 \begin_layout Plain Layout
29401
29402
29403 \backslash
29404 raisebox{
29405 \backslash
29406 depth}{
29407 \end_layout
29408
29409 \end_inset
29410
29411 «prevención»
29412 \begin_inset ERT
29413 status collapsed
29414
29415 \begin_layout Plain Layout
29416
29417 }
29418 \end_layout
29419
29420 \end_inset
29421
29422  elevada.
29423 \end_layout
29424
29425 \begin_layout Standard
29426 \begin_inset VSpace bigskip
29427 \end_inset
29428
29429 Al subir o bajar caracteres en una línea, se modifica el espacio entre líneas:
29430 \end_layout
29431
29432 \begin_layout Standard
29433 Esto es una línea de texto con la palabra 
29434 \begin_inset ERT
29435 status collapsed
29436
29437 \begin_layout Plain Layout
29438
29439
29440 \backslash
29441 raisebox{-
29442 \backslash
29443 depth}{
29444 \end_layout
29445
29446 \end_inset
29447
29448 «prevención»
29449 \begin_inset ERT
29450 status collapsed
29451
29452 \begin_layout Plain Layout
29453
29454 }
29455 \end_layout
29456
29457 \end_inset
29458
29459  bajada.
29460 \begin_inset Newline newline
29461 \end_inset
29462
29463 Esto es una línea de texto con la palabra 
29464 \begin_inset ERT
29465 status collapsed
29466
29467 \begin_layout Plain Layout
29468
29469
29470 \backslash
29471 raisebox{0.5cm}{
29472 \end_layout
29473
29474 \end_inset
29475
29476 «testigo»
29477 \begin_inset ERT
29478 status collapsed
29479
29480 \begin_layout Plain Layout
29481
29482 }
29483 \end_layout
29484
29485 \end_inset
29486
29487  elevada.
29488 \end_layout
29489
29490 \begin_layout Standard
29491 Si por alguna razón quieres impedir esto, pon la altura de cuadro a cero.
29492  Por ejemplo
29493 \end_layout
29494
29495 \begin_layout Standard
29496
29497 \series bold
29498
29499 \backslash
29500 raisebox{-
29501 \backslash
29502 depth}[0pt]{
29503 \end_layout
29504
29505 \begin_layout Standard
29506 Esto es una línea de texto con la palabra 
29507 \begin_inset ERT
29508 status collapsed
29509
29510 \begin_layout Plain Layout
29511
29512
29513 \backslash
29514 raisebox{-
29515 \backslash
29516 depth}[0pt]{
29517 \end_layout
29518
29519 \end_inset
29520
29521 «prevención»
29522 \begin_inset ERT
29523 status collapsed
29524
29525 \begin_layout Plain Layout
29526
29527 }
29528 \end_layout
29529
29530 \end_inset
29531
29532  bajada.
29533 \begin_inset Newline newline
29534 \end_inset
29535
29536 Esto es una línea de texto con la palabra 
29537 \begin_inset ERT
29538 status collapsed
29539
29540 \begin_layout Plain Layout
29541
29542
29543 \backslash
29544 raisebox{0.5cm}[0pt]{
29545 \end_layout
29546
29547 \end_inset
29548
29549 «testigo»
29550 \begin_inset ERT
29551 status collapsed
29552
29553 \begin_layout Plain Layout
29554
29555 }
29556 \end_layout
29557
29558 \end_inset
29559
29560  elevada.
29561 \end_layout
29562
29563 \begin_layout Section
29564 Cuadros coloreados
29565 \begin_inset CommandInset label
29566 LatexCommand label
29567 name "sec:Cuadros-Coloreados"
29568
29569 \end_inset
29570
29571
29572 \begin_inset Index idx
29573 status collapsed
29574
29575 \begin_layout Plain Layout
29576 Cuadros ! Color
29577 \end_layout
29578
29579 \end_inset
29580
29581
29582 \end_layout
29583
29584 \begin_layout Subsection
29585 Color en texto
29586 \begin_inset Index idx
29587 status collapsed
29588
29589 \begin_layout Plain Layout
29590 Color ! en texto
29591 \end_layout
29592
29593 \end_inset
29594
29595
29596 \end_layout
29597
29598 \begin_layout Standard
29599 Para colorear el fondo de un texto, éste debe ponerse en un cuadro coloreado.
29600  Esto requiere cargar el paquete LaTeX 
29601 \series bold
29602 color
29603 \series default
29604
29605 \begin_inset Index idx
29606 status collapsed
29607
29608 \begin_layout Plain Layout
29609 LaTeX-paquetes ! color
29610 \end_layout
29611
29612 \end_inset
29613
29614  en el preámbulo del documento con
29615 \end_layout
29616
29617 \begin_layout Standard
29618
29619 \series bold
29620
29621 \backslash
29622 @ifundef\SpecialChar \textcompwordmark{}
29623 ined{textcolor}
29624 \begin_inset Newline newline
29625 \end_inset
29626
29627
29628 \begin_inset Phantom HPhantom
29629 status open
29630
29631 \begin_layout Plain Layout
29632
29633 \series bold
29634 \begin_inset space ~
29635 \end_inset
29636
29637
29638 \end_layout
29639
29640 \end_inset
29641
29642 {
29643 \backslash
29644 usepackage{color}}{}
29645 \end_layout
29646
29647 \begin_layout Standard
29648 LyX cargará automáticamente el paquete 
29649 \series bold
29650 color
29651 \series default
29652  cuando colorees texto.
29653 \begin_inset Foot
29654 status collapsed
29655
29656 \begin_layout Plain Layout
29657 Para evitar cargarlo dos veces se usa el comando 
29658 \series bold
29659
29660 \backslash
29661 @ifundef\SpecialChar \textcompwordmark{}
29662 ined
29663 \series default
29664 .
29665 \end_layout
29666
29667 \end_inset
29668
29669
29670 \end_layout
29671
29672 \begin_layout Standard
29673 \begin_inset VSpace medskip
29674 \end_inset
29675
29676 Los cuadros coloreados se crean con el comando 
29677 \series bold
29678
29679 \backslash
29680 colorbox
29681 \series default
29682 , de acuerdo con el siguiente esquema:
29683 \end_layout
29684
29685 \begin_layout Standard
29686
29687 \series bold
29688
29689 \backslash
29690 colorbox{color}{contenido del cuadro}
29691 \end_layout
29692
29693 \begin_layout Standard
29694 El contenido también puede ser un cuadro y los cuadros coloreados también
29695  pueden estar en otros cuadros.
29696 \end_layout
29697
29698 \begin_layout Standard
29699 Los siguientes colores están predefinidos:
29700 \begin_inset Newline newline
29701 \end_inset
29702
29703
29704 \family sans
29705 red
29706 \family default
29707
29708 \family sans
29709 green
29710 \family default
29711
29712 \family sans
29713 yellow, blue
29714 \family default
29715
29716 \family sans
29717 cyan
29718 \family default
29719 \series bold
29720 ,
29721 \series default
29722  
29723 \family sans
29724 magenta, black
29725 \family default
29726
29727 \family sans
29728 white
29729 \family default
29730 .
29731 \begin_inset Newline newline
29732 \end_inset
29733
29734 También puedes definir tus propios colores según se explica en la sección
29735 \begin_inset space ~
29736 \end_inset
29737
29738
29739 \begin_inset CommandInset ref
29740 LatexCommand ref
29741 reference "sec:Tablas-Coloreadas"
29742
29743 \end_inset
29744
29745 .
29746 \end_layout
29747
29748 \begin_layout Standard
29749 Por ejemplo, para poner fondo rojo a una palabra, inserta el comando
29750 \end_layout
29751
29752 \begin_layout Standard
29753
29754 \series bold
29755
29756 \backslash
29757 colorbox{red}{
29758 \end_layout
29759
29760 \begin_layout Standard
29761 en código TeX antes de la palabra.
29762  Tras la palabra inserta una llave de cierre «
29763 \series bold
29764 }
29765 \series default
29766 » en código TeX.
29767 \begin_inset Newline newline
29768 \end_inset
29769
29770 Este es el resultado:
29771 \end_layout
29772
29773 \begin_layout Standard
29774 Línea en la que la palabra 
29775 \begin_inset ERT
29776 status collapsed
29777
29778 \begin_layout Plain Layout
29779
29780
29781 \backslash
29782 colorbox{red}{
29783 \end_layout
29784
29785 \end_inset
29786
29787 «¡Atención!»
29788 \begin_inset ERT
29789 status collapsed
29790
29791 \begin_layout Plain Layout
29792
29793 }
29794 \end_layout
29795
29796 \end_inset
29797
29798  tiene fondo rojo.
29799 \end_layout
29800
29801 \begin_layout Standard
29802 \begin_inset VSpace bigskip
29803 \end_inset
29804
29805 Si quieres un marco de distinto color, puedes emplear el comando 
29806 \series bold
29807
29808 \backslash
29809 fcolorbox
29810 \series default
29811  con el esquema siguiente:
29812 \end_layout
29813
29814 \begin_layout Standard
29815
29816 \series bold
29817
29818 \backslash
29819 fcolorbox{color del marco}{color del cuadro}{contenido del cuadro}
29820 \end_layout
29821
29822 \begin_layout Standard
29823
29824 \series bold
29825
29826 \backslash
29827 fcolorbox
29828 \series default
29829  es una extensión de 
29830 \series bold
29831
29832 \backslash
29833 colorbox
29834 \series default
29835 .
29836  El grosor del marco y el espacio entre él y el contenido se puede ajustar
29837  con las longitudes 
29838 \series bold
29839
29840 \backslash
29841 fboxrule
29842 \series default
29843  y 
29844 \series bold
29845
29846 \backslash
29847 fboxsep
29848 \series default
29849 , respectivamente, como se describe en la sección
29850 \begin_inset space ~
29851 \end_inset
29852
29853
29854 \begin_inset CommandInset ref
29855 LatexCommand ref
29856 reference "sec:Decoración"
29857
29858 \end_inset
29859
29860 .
29861 \end_layout
29862
29863 \begin_layout Standard
29864 Para el ejemplo siguiente se ha utilizado el comando
29865 \end_layout
29866
29867 \begin_layout Standard
29868
29869 \series bold
29870
29871 \backslash
29872 fcolorbox{cyan}{magenta}{
29873 \end_layout
29874
29875 \begin_layout Standard
29876 Este es un ejemplo en el que se ha puesto un grosor de 1
29877 \begin_inset space \thinspace{}
29878 \end_inset
29879
29880 mm para la línea del marco:
29881 \begin_inset Newline newline
29882 \end_inset
29883
29884
29885 \begin_inset ERT
29886 status collapsed
29887
29888 \begin_layout Plain Layout
29889
29890
29891 \backslash
29892 fboxrule 1mm 
29893 \backslash
29894 fboxsep 1mm
29895 \end_layout
29896
29897 \end_inset
29898
29899
29900 \begin_inset ERT
29901 status collapsed
29902
29903 \begin_layout Plain Layout
29904
29905
29906 \backslash
29907 fcolorbox{cyan}{magenta}{
29908 \end_layout
29909
29910 \end_inset
29911
29912 Texto en un marco coloreado y enmarcado.
29913 \begin_inset ERT
29914 status collapsed
29915
29916 \begin_layout Plain Layout
29917
29918 }
29919 \end_layout
29920
29921 \end_inset
29922
29923
29924 \end_layout
29925
29926 \begin_layout Standard
29927 \begin_inset VSpace bigskip
29928 \end_inset
29929
29930 Por supuesto también puedes colorear el texto en un marco coloreado:
29931 \begin_inset Newline newline
29932 \end_inset
29933
29934
29935 \begin_inset ERT
29936 status collapsed
29937
29938 \begin_layout Plain Layout
29939
29940
29941 \backslash
29942 fcolorbox{cyan}{magenta}{
29943 \end_layout
29944
29945 \end_inset
29946
29947
29948 \color yellow
29949 Texto coloreado en un marco sombreado y coloreado.
29950 \color none
29951
29952 \begin_inset ERT
29953 status collapsed
29954
29955 \begin_layout Plain Layout
29956
29957 }
29958 \end_layout
29959
29960 \end_inset
29961
29962
29963 \begin_inset ERT
29964 status collapsed
29965
29966 \begin_layout Plain Layout
29967
29968
29969 \backslash
29970 fboxrule 0.4pt 
29971 \backslash
29972 fboxsep 3pt
29973 \end_layout
29974
29975 \end_inset
29976
29977
29978 \end_layout
29979
29980 \begin_layout Standard
29981
29982 \series bold
29983 \begin_inset VSpace medskip
29984 \end_inset
29985
29986
29987 \end_layout
29988
29989 \begin_layout Standard
29990 \begin_inset Note Greyedout
29991 status open
29992
29993 \begin_layout Plain Layout
29994
29995 \series bold
29996 Nota:
29997 \series default
29998  El texto en cuadros coloreados no puede tener saltos de línea.
29999  Para colorear líneas o párrafos múltiples, usa un cuadro dentro de un cuadro
30000  coloreado como se describe a continuación.
30001 \end_layout
30002
30003 \end_inset
30004
30005
30006 \end_layout
30007
30008 \begin_layout Subsection
30009 Color en párrafos
30010 \begin_inset CommandInset label
30011 LatexCommand label
30012 name "sub:Color-en-Párrafos"
30013
30014 \end_inset
30015
30016
30017 \begin_inset Index idx
30018 status collapsed
30019
30020 \begin_layout Plain Layout
30021 Color ! en párrafos
30022 \end_layout
30023
30024 \end_inset
30025
30026
30027 \end_layout
30028
30029 \begin_layout Standard
30030 Para poner color de fondo en más de una línea, pon el texto en una minipágina.
30031  Antes de la minipágina inserta el comando 
30032 \series bold
30033
30034 \backslash
30035 colorbox
30036 \series default
30037  en código TeX
30038 \end_layout
30039
30040 \begin_layout Standard
30041
30042 \series bold
30043
30044 \backslash
30045 colorbox{color}{
30046 \end_layout
30047
30048 \begin_layout Standard
30049  Detrás de la minipágina inserta una llave de cierre «
30050 \series bold
30051 }
30052 \series default
30053 », también en código TeX.
30054 \end_layout
30055
30056 \begin_layout Standard
30057 \begin_inset ERT
30058 status collapsed
30059
30060 \begin_layout Plain Layout
30061
30062
30063 \backslash
30064 colorbox{grisclaro}{
30065 \end_layout
30066
30067 \end_inset
30068
30069
30070 \begin_inset Box Frameless
30071 position "t"
30072 hor_pos "c"
30073 has_inner_box 1
30074 inner_pos "t"
30075 use_parbox 0
30076 use_makebox 0
30077 width "100col%"
30078 special "none"
30079 height "1in"
30080 height_special "totalheight"
30081 status collapsed
30082
30083 \begin_layout Plain Layout
30084 Texto con color de fondo.
30085  Texto con color de fondo.
30086 \end_layout
30087
30088 \begin_layout Plain Layout
30089 \begin_inset VSpace defskip
30090 \end_inset
30091
30092 El texto puede tener notas al pie
30093 \begin_inset Foot
30094 status collapsed
30095
30096 \begin_layout Plain Layout
30097 Otro ejemplo de nota
30098 \end_layout
30099
30100 \end_inset
30101
30102  y puede incluir tablas y figuras.
30103 \end_layout
30104
30105 \begin_layout Plain Layout
30106 \align center
30107 \begin_inset Tabular
30108 <lyxtabular version="3" rows="3" columns="3">
30109 <features tabularvalignment="middle">
30110 <column alignment="center" valignment="top" width="0">
30111 <column alignment="center" valignment="top" width="0">
30112 <column alignment="center" valignment="top" width="0">
30113 <row>
30114 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
30115 \begin_inset Text
30116
30117 \begin_layout Plain Layout
30118 a
30119 \end_layout
30120
30121 \end_inset
30122 </cell>
30123 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
30124 \begin_inset Text
30125
30126 \begin_layout Plain Layout
30127 !
30128 \end_layout
30129
30130 \end_inset
30131 </cell>
30132 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
30133 \begin_inset Text
30134
30135 \begin_layout Plain Layout
30136 3
30137 \end_layout
30138
30139 \end_inset
30140 </cell>
30141 </row>
30142 <row>
30143 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
30144 \begin_inset Text
30145
30146 \begin_layout Plain Layout
30147 <
30148 \end_layout
30149
30150 \end_inset
30151 </cell>
30152 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
30153 \begin_inset Text
30154
30155 \begin_layout Plain Layout
30156 b2
30157 \begin_inset Quotes erd
30158 \end_inset
30159
30160 |
30161 \end_layout
30162
30163 \end_inset
30164 </cell>
30165 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
30166 \begin_inset Text
30167
30168 \begin_layout Plain Layout
30169 >
30170 \end_layout
30171
30172 \end_inset
30173 </cell>
30174 </row>
30175 <row>
30176 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
30177 \begin_inset Text
30178
30179 \begin_layout Plain Layout
30180 1
30181 \end_layout
30182
30183 \end_inset
30184 </cell>
30185 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
30186 \begin_inset Text
30187
30188 \begin_layout Plain Layout
30189 §
30190 \end_layout
30191
30192 \end_inset
30193 </cell>
30194 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
30195 \begin_inset Text
30196
30197 \begin_layout Plain Layout
30198 c
30199 \end_layout
30200
30201 \end_inset
30202 </cell>
30203 </row>
30204 </lyxtabular>
30205
30206 \end_inset
30207
30208
30209 \end_layout
30210
30211 \end_inset
30212
30213
30214 \begin_inset ERT
30215 status collapsed
30216
30217 \begin_layout Plain Layout
30218
30219 }
30220 \end_layout
30221
30222 \end_inset
30223
30224
30225 \end_layout
30226
30227 \begin_layout Section
30228 Cuadros rotados y escalados
30229 \end_layout
30230
30231 \begin_layout Standard
30232 Para poder usar los comandos descritos en esta sección hay que cargar el
30233  paquete LaTeX 
30234 \series bold
30235 graphicx
30236 \series default
30237
30238 \begin_inset Index idx
30239 status collapsed
30240
30241 \begin_layout Plain Layout
30242 LaTeX-paquetes ! graphicx
30243 \end_layout
30244
30245 \end_inset
30246
30247  en el preámbulo del documento, con el comando
30248 \end_layout
30249
30250 \begin_layout Standard
30251
30252 \series bold
30253
30254 \backslash
30255 @ifundefined{rotatebox}
30256 \begin_inset Newline newline
30257 \end_inset
30258
30259
30260 \begin_inset Phantom HPhantom
30261 status open
30262
30263 \begin_layout Plain Layout
30264
30265 \series bold
30266 \begin_inset space ~
30267 \end_inset
30268
30269
30270 \end_layout
30271
30272 \end_inset
30273
30274 {
30275 \backslash
30276 usepackage{graphicx}}{}
30277 \end_layout
30278
30279 \begin_layout Standard
30280 \begin_inset Note Greyedout
30281 status open
30282
30283 \begin_layout Plain Layout
30284
30285 \series bold
30286 Nota: 
30287 \series default
30288 Algunos visores DVI no pueden mostrar material rotado o escalado.
30289 \end_layout
30290
30291 \end_inset
30292
30293
30294 \end_layout
30295
30296 \begin_layout Standard
30297 \begin_inset Note Greyedout
30298 status open
30299
30300 \begin_layout Plain Layout
30301
30302 \series bold
30303 Nota:
30304 \series default
30305  Los cuadros rotados o escalados no pueden contener flotantes.
30306 \end_layout
30307
30308 \end_inset
30309
30310
30311 \end_layout
30312
30313 \begin_layout Subsection
30314 Cuadros rotados
30315 \begin_inset Index idx
30316 status collapsed
30317
30318 \begin_layout Plain Layout
30319 Cuadros ! Rotar
30320 \end_layout
30321
30322 \end_inset
30323
30324
30325 \begin_inset Index idx
30326 status collapsed
30327
30328 \begin_layout Plain Layout
30329 Material rotado
30330 \end_layout
30331
30332 \end_inset
30333
30334
30335 \begin_inset Index idx
30336 status collapsed
30337
30338 \begin_layout Plain Layout
30339 Figuras ! Rotar
30340 \end_layout
30341
30342 \end_inset
30343
30344
30345 \begin_inset Index idx
30346 status collapsed
30347
30348 \begin_layout Plain Layout
30349 Tablas ! Rotar
30350 \end_layout
30351
30352 \end_inset
30353
30354
30355 \end_layout
30356
30357 \begin_layout Standard
30358 Para rotar material debes ponerlo en un cuadro rotado.
30359  Los cuadros rotados se crean con el comando 
30360 \series bold
30361
30362 \backslash
30363 rotatebox
30364 \series default
30365  en código TeX, según el esquema:
30366 \end_layout
30367
30368 \begin_layout Standard
30369
30370 \series bold
30371
30372 \backslash
30373 rotatebox[origen de rotación]{ángulo de rotación}{contenido del cuadro}
30374 \end_layout
30375
30376 \begin_layout Standard
30377 El origen de rotación se especifica en la forma 
30378 \series bold
30379 origin=position
30380 \series default
30381 .
30382  Son posibles las posiciones siguientes: 
30383 \emph on
30384 c
30385 \emph default
30386  (center), 
30387 \emph on
30388 l
30389 \emph default
30390  (left), 
30391 \emph on
30392 r
30393 \emph default
30394  (right), 
30395 \emph on
30396 b
30397 \emph default
30398  (bottom), 
30399 \emph on
30400 t
30401 \emph default
30402  (top), así como combinaciones adecuadas de las posiciones básicas.
30403  Por ejemplo, 
30404 \emph on
30405 lt
30406 \emph default
30407  significa que el origen de rotación es la esquina superior izquierda del
30408  cuadro.
30409  Si no se especifica origen de rotación se usará la posición 
30410 \emph on
30411 l
30412 \emph default
30413 .
30414  El ángulo de rotación es un número de grados, y puede ser negativo.
30415  El sentido de giro es contrario al de las agujas del reloj.
30416 \end_layout
30417
30418 \begin_layout Standard
30419 En el siguiente ejemplo se ha insertado el comando 
30420 \series bold
30421
30422 \backslash
30423 rotatebox[origin=c]{60}{ 
30424 \series default
30425 como código TeX delante del texto «con rotación»; después del texto, el
30426  cuadro se ha cerrado con llave de cierre en código TeX.
30427 \end_layout
30428
30429 \begin_layout Standard
30430 Esta línea contiene texto 
30431 \begin_inset ERT
30432 status collapsed
30433
30434 \begin_layout Plain Layout
30435
30436
30437 \backslash
30438 rotatebox[origin=c]{60}{
30439 \end_layout
30440
30441 \end_inset
30442
30443 con rotación
30444 \begin_inset ERT
30445 status collapsed
30446
30447 \begin_layout Plain Layout
30448
30449 }
30450 \end_layout
30451
30452 \end_inset
30453
30454 .
30455 \end_layout
30456
30457 \begin_layout Standard
30458 El contenido del cuadro puede ser también otro cuadro o una ecuación en
30459  línea:
30460 \end_layout
30461
30462 \begin_layout Standard
30463 En esta línea hay texto enmarcado 
30464 \begin_inset ERT
30465 status collapsed
30466
30467 \begin_layout Plain Layout
30468
30469
30470 \backslash
30471 rotatebox[origin=r]{-60}{
30472 \end_layout
30473
30474 \end_inset
30475
30476
30477 \begin_inset Box Doublebox
30478 position "c"
30479 hor_pos "c"
30480 has_inner_box 0
30481 inner_pos "c"
30482 use_parbox 0
30483 use_makebox 0
30484 width "1in"
30485 special "width"
30486 height "1in"
30487 height_special "totalheight"
30488 status open
30489
30490 \begin_layout Plain Layout
30491 con rotación
30492 \end_layout
30493
30494 \end_inset
30495
30496
30497 \begin_inset ERT
30498 status collapsed
30499
30500 \begin_layout Plain Layout
30501
30502 }
30503 \end_layout
30504
30505 \end_inset
30506
30507  y 
30508 \begin_inset ERT
30509 status collapsed
30510
30511 \begin_layout Plain Layout
30512
30513
30514 \backslash
30515 rotatebox[origin=lb]{60}{
30516 \end_layout
30517
30518 \end_inset
30519
30520
30521 \begin_inset Formula $\int A\,\mathrm{d}x=B$
30522 \end_inset
30523
30524
30525 \begin_inset ERT
30526 status collapsed
30527
30528 \begin_layout Plain Layout
30529
30530 }
30531 \end_layout
30532
30533 \end_inset
30534
30535  una ecuación.
30536 \end_layout
30537
30538 \begin_layout Standard
30539 O una imagen o una tabla:
30540 \end_layout
30541
30542 \begin_layout Standard
30543 Aquí hay una imagen girada 
30544 \begin_inset ERT
30545 status collapsed
30546
30547 \begin_layout Plain Layout
30548
30549
30550 \backslash
30551 rotatebox[origin=lb]{90}{
30552 \end_layout
30553
30554 \end_inset
30555
30556
30557 \begin_inset Graphics
30558         filename ../clipart/platypus.eps
30559         lyxscale 50
30560         width 25col%
30561
30562 \end_inset
30563
30564
30565 \begin_inset ERT
30566 status collapsed
30567
30568 \begin_layout Plain Layout
30569
30570 }
30571 \end_layout
30572
30573 \end_inset
30574
30575  y una tabla girada 
30576 \begin_inset ERT
30577 status collapsed
30578
30579 \begin_layout Plain Layout
30580
30581
30582 \backslash
30583 rotatebox[origin=l]{-90}{
30584 \end_layout
30585
30586 \end_inset
30587
30588
30589 \begin_inset Tabular
30590 <lyxtabular version="3" rows="2" columns="2">
30591 <features tabularvalignment="middle">
30592 <column alignment="center" valignment="top" width="0">
30593 <column alignment="center" valignment="top" width="0">
30594 <row>
30595 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
30596 \begin_inset Text
30597
30598 \begin_layout Plain Layout
30599 q
30600 \end_layout
30601
30602 \end_inset
30603 </cell>
30604 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
30605 \begin_inset Text
30606
30607 \begin_layout Plain Layout
30608 w
30609 \end_layout
30610
30611 \end_inset
30612 </cell>
30613 </row>
30614 <row>
30615 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
30616 \begin_inset Text
30617
30618 \begin_layout Plain Layout
30619 e
30620 \end_layout
30621
30622 \end_inset
30623 </cell>
30624 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
30625 \begin_inset Text
30626
30627 \begin_layout Plain Layout
30628 r
30629 \end_layout
30630
30631 \end_inset
30632 </cell>
30633 </row>
30634 </lyxtabular>
30635
30636 \end_inset
30637
30638
30639 \begin_inset ERT
30640 status collapsed
30641
30642 \begin_layout Plain Layout
30643
30644 }
30645 \end_layout
30646
30647 \end_inset
30648
30649
30650 \end_layout
30651
30652 \begin_layout Subsection
30653 Cuadros escalados
30654 \begin_inset Index idx
30655 status collapsed
30656
30657 \begin_layout Plain Layout
30658 Cuadros ! Escalar
30659 \end_layout
30660
30661 \end_inset
30662
30663
30664 \begin_inset Index idx
30665 status collapsed
30666
30667 \begin_layout Plain Layout
30668 Material escalado
30669 \end_layout
30670
30671 \end_inset
30672
30673
30674 \begin_inset Index idx
30675 status collapsed
30676
30677 \begin_layout Plain Layout
30678 Figuras ! Escalar
30679 \end_layout
30680
30681 \end_inset
30682
30683
30684 \begin_inset Index idx
30685 status collapsed
30686
30687 \begin_layout Plain Layout
30688 Tablas ! Escalar
30689 \end_layout
30690
30691 \end_inset
30692
30693
30694 \end_layout
30695
30696 \begin_layout Standard
30697 Para escalar material se pueden usar los comandos 
30698 \series bold
30699
30700 \backslash
30701 scalebox
30702 \series default
30703  y 
30704 \series bold
30705
30706 \backslash
30707 resizebox 
30708 \series default
30709 en código TeX.
30710 \end_layout
30711
30712 \begin_layout Standard
30713
30714 \series bold
30715
30716 \backslash
30717 scalebox
30718 \series default
30719  se usa con el esquema siguiente:
30720 \end_layout
30721
30722 \begin_layout Standard
30723
30724 \series bold
30725
30726 \backslash
30727 scalebox{horizontal}[vertical]{contenido del cuadro}
30728 \end_layout
30729
30730 \begin_layout Standard
30731 Horizontal y vertical son los factores de escala correspondientes.
30732  Si no se especifica factor vertical, su valor será el mismo que el factor
30733  de escala horizontal.
30734  
30735 \end_layout
30736
30737 \begin_layout Standard
30738 Por ejemplo, el comando 
30739 \series bold
30740
30741 \backslash
30742 scalebox{2}{Hola} 
30743 \series default
30744 crea un 
30745 \begin_inset ERT
30746 status collapsed
30747
30748 \begin_layout Plain Layout
30749
30750
30751 \backslash
30752 scalebox{2}{
30753 \end_layout
30754
30755 \end_inset
30756
30757 Hola
30758 \begin_inset ERT
30759 status collapsed
30760
30761 \begin_layout Plain Layout
30762
30763 }
30764 \end_layout
30765
30766 \end_inset
30767
30768  de doble tamaño que el texto normal del documento.
30769 \end_layout
30770
30771 \begin_layout Standard
30772 El comando 
30773 \series bold
30774
30775 \backslash
30776 scalebox{2}[1]{Hola} 
30777 \series default
30778 distorsiona el 
30779 \begin_inset ERT
30780 status collapsed
30781
30782 \begin_layout Plain Layout
30783
30784
30785 \backslash
30786 scalebox{2}[1]{
30787 \end_layout
30788
30789 \end_inset
30790
30791 Hola
30792 \begin_inset ERT
30793 status collapsed
30794
30795 \begin_layout Plain Layout
30796
30797 }
30798 \end_layout
30799
30800 \end_inset
30801
30802 .
30803 \end_layout
30804
30805 \begin_layout Standard
30806 Si un factor de escala es negativo el contenido del cuadro es reflejado.
30807  Por eso el comando 
30808 \series bold
30809
30810 \backslash
30811 scalebox{-1}[1]{Hola} 
30812 \series default
30813 puede usarse para reflejar un texto: 
30814 \begin_inset ERT
30815 status collapsed
30816
30817 \begin_layout Plain Layout
30818
30819
30820 \backslash
30821 scalebox{-1}[1]{
30822 \end_layout
30823
30824 \end_inset
30825
30826 Hola
30827 \begin_inset ERT
30828 status collapsed
30829
30830 \begin_layout Plain Layout
30831
30832 }
30833 \end_layout
30834
30835 \end_inset
30836
30837 .
30838 \end_layout
30839
30840 \begin_layout Standard
30841
30842 \series bold
30843
30844 \backslash
30845 scalebox{1}[-1]{Hola} 
30846 \series default
30847 refleja el 
30848 \begin_inset ERT
30849 status collapsed
30850
30851 \begin_layout Plain Layout
30852
30853
30854 \backslash
30855 scalebox{1}[-1]{
30856 \end_layout
30857
30858 \end_inset
30859
30860 Hola
30861 \begin_inset ERT
30862 status collapsed
30863
30864 \begin_layout Plain Layout
30865
30866 }
30867 \end_layout
30868
30869 \end_inset
30870
30871  sobre la base.
30872 \end_layout
30873
30874 \begin_layout Standard
30875 El comando 
30876 \series bold
30877
30878 \backslash
30879 scalebox{-1}[1]{contenido del cuadro} 
30880 \series default
30881 puede sustituirse por 
30882 \series bold
30883
30884 \begin_inset Newline newline
30885 \end_inset
30886
30887
30888 \backslash
30889 reflectbox{contenido del cuadro}
30890 \begin_inset VSpace defskip
30891 \end_inset
30892
30893
30894 \end_layout
30895
30896 \begin_layout Standard
30897 El comando 
30898 \series bold
30899
30900 \backslash
30901 resizebox
30902 \series default
30903  sirve para escalar el cuadro a una altura y anchura definidas, según el
30904  esquema:
30905 \end_layout
30906
30907 \begin_layout Standard
30908
30909 \series bold
30910
30911 \backslash
30912 resizebox{anchura}{altura}{contenido del cuadro}
30913 \end_layout
30914
30915 \begin_layout Standard
30916 Si uno de los argumentos del comando es un signo de exclamación, 
30917 \series bold
30918 !
30919 \series default
30920 , la escala se produce de forma que se mantiene la relación de las dimensiones
30921  originales del contenido del cuadro.
30922  
30923 \end_layout
30924
30925 \begin_layout Standard
30926 El comando 
30927 \series bold
30928
30929 \backslash
30930 resizebox{2cm}{1cm}{Hola}
30931 \series default
30932  genera: 
30933 \begin_inset ERT
30934 status collapsed
30935
30936 \begin_layout Plain Layout
30937
30938
30939 \backslash
30940 resizebox{2cm}{1cm}{
30941 \end_layout
30942
30943 \end_inset
30944
30945 Hola
30946 \begin_inset ERT
30947 status collapsed
30948
30949 \begin_layout Plain Layout
30950
30951 }
30952 \end_layout
30953
30954 \end_inset
30955
30956
30957 \begin_inset Newline newline
30958 \end_inset
30959
30960 El comando 
30961 \series bold
30962
30963 \backslash
30964 resizebox{2cm}{!}{Hola}
30965 \series default
30966  genera: 
30967 \begin_inset ERT
30968 status collapsed
30969
30970 \begin_layout Plain Layout
30971
30972
30973 \backslash
30974 resizebox{2cm}{!}{
30975 \end_layout
30976
30977 \end_inset
30978
30979 Hola
30980 \begin_inset ERT
30981 status collapsed
30982
30983 \begin_layout Plain Layout
30984
30985 }
30986 \end_layout
30987
30988 \end_inset
30989
30990
30991 \end_layout
30992
30993 \begin_layout Standard
30994 \begin_inset VSpace defskip
30995 \end_inset
30996
30997
30998 \end_layout
30999
31000 \begin_layout Standard
31001 \begin_inset Note Greyedout
31002 status open
31003
31004 \begin_layout Plain Layout
31005
31006 \series bold
31007 Nota: 
31008 \series default
31009 Si los argumentos de 
31010 \series bold
31011
31012 \backslash
31013 scalebox
31014 \series default
31015  o 
31016 \series bold
31017
31018 \backslash
31019 resizebox
31020 \series default
31021  son cero, no se generan errores de LaTeX al exportar el documento, pero
31022  puede suceder que la salida no se muestre o que sea incompleta.
31023  
31024 \end_layout
31025
31026 \end_inset
31027
31028
31029 \begin_inset VSpace defskip
31030 \end_inset
31031
31032
31033 \end_layout
31034
31035 \begin_layout Standard
31036 Los cuadros se pueden combinar en cualquier orden.
31037  Por ejemplo, el comando
31038 \series bold
31039
31040 \begin_inset Newline newline
31041 \end_inset
31042
31043
31044 \backslash
31045 rotatebox[origin=c]{-45}{
31046 \backslash
31047 resizebox{2cm}{!}{
31048 \backslash
31049 reflectbox{Hola}}}
31050 \begin_inset Newline newline
31051 \end_inset
31052
31053
31054 \series default
31055 genera:
31056 \end_layout
31057
31058 \begin_layout Standard
31059 \noindent
31060 \align center
31061 \begin_inset ERT
31062 status collapsed
31063
31064 \begin_layout Plain Layout
31065
31066
31067 \backslash
31068 rotatebox[origin=c]{-45}{
31069 \backslash
31070 resizebox{2cm}{!}{
31071 \backslash
31072 reflectbox{
31073 \end_layout
31074
31075 \end_inset
31076
31077 Hola
31078 \begin_inset ERT
31079 status collapsed
31080
31081 \begin_layout Plain Layout
31082
31083 }}}
31084 \end_layout
31085
31086 \end_inset
31087
31088
31089 \end_layout
31090
31091 \begin_layout Standard
31092 \noindent
31093 Un cuadro puede contener imágenes, tablas y ecuaciones en línea:
31094 \end_layout
31095
31096 \begin_layout Standard
31097 \noindent
31098
31099 \end_layout
31100
31101 \begin_layout Standard
31102 \align center
31103 \begin_inset ERT
31104 status collapsed
31105
31106 \begin_layout Plain Layout
31107
31108
31109 \backslash
31110 rotatebox[origin=c]{-30}{
31111 \backslash
31112 resizebox{2cm}{!}{
31113 \backslash
31114 reflectbox{
31115 \end_layout
31116
31117 \end_inset
31118
31119
31120 \begin_inset Graphics
31121         filename ../clipart/platypus.eps
31122         lyxscale 50
31123         width 25col%
31124
31125 \end_inset
31126
31127
31128 \begin_inset ERT
31129 status collapsed
31130
31131 \begin_layout Plain Layout
31132
31133 }}}
31134 \end_layout
31135
31136 \end_inset
31137
31138
31139 \begin_inset ERT
31140 status collapsed
31141
31142 \begin_layout Plain Layout
31143
31144
31145 \backslash
31146 rotatebox[origin=c]{-45}{
31147 \backslash
31148 resizebox{2cm}{!}{
31149 \backslash
31150 reflectbox{
31151 \end_layout
31152
31153 \end_inset
31154
31155
31156 \begin_inset Tabular
31157 <lyxtabular version="3" rows="2" columns="2">
31158 <features tabularvalignment="middle">
31159 <column alignment="center" valignment="top" width="0">
31160 <column alignment="center" valignment="top" width="0">
31161 <row>
31162 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
31163 \begin_inset Text
31164
31165 \begin_layout Plain Layout
31166 q
31167 \end_layout
31168
31169 \end_inset
31170 </cell>
31171 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
31172 \begin_inset Text
31173
31174 \begin_layout Plain Layout
31175 w
31176 \end_layout
31177
31178 \end_inset
31179 </cell>
31180 </row>
31181 <row>
31182 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
31183 \begin_inset Text
31184
31185 \begin_layout Plain Layout
31186 e
31187 \end_layout
31188
31189 \end_inset
31190 </cell>
31191 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
31192 \begin_inset Text
31193
31194 \begin_layout Plain Layout
31195 r
31196 \end_layout
31197
31198 \end_inset
31199 </cell>
31200 </row>
31201 </lyxtabular>
31202
31203 \end_inset
31204
31205
31206 \begin_inset ERT
31207 status collapsed
31208
31209 \begin_layout Plain Layout
31210
31211 }}}
31212 \end_layout
31213
31214 \end_inset
31215
31216
31217 \begin_inset ERT
31218 status collapsed
31219
31220 \begin_layout Plain Layout
31221
31222
31223 \backslash
31224 rotatebox[origin=c]{-45}{
31225 \backslash
31226 resizebox{2cm}{!}{
31227 \backslash
31228 reflectbox{
31229 \end_layout
31230
31231 \end_inset
31232
31233
31234 \begin_inset Formula $\int A\,\mathrm{d}x=B$
31235 \end_inset
31236
31237
31238 \begin_inset ERT
31239 status collapsed
31240
31241 \begin_layout Plain Layout
31242
31243 }}}
31244 \end_layout
31245
31246 \end_inset
31247
31248
31249 \end_layout
31250
31251 \begin_layout Standard
31252 Si se usa el estilo global 
31253 \series bold
31254 fleqn
31255 \series default
31256  para las ecuaciones del documento,
31257 \begin_inset Foot
31258 status collapsed
31259
31260 \begin_layout Plain Layout
31261 Si «fleqn» se añade a las opciones de clase del documento.
31262 \end_layout
31263
31264 \end_inset
31265
31266  también pueden escalarse las ecuaciones en estilo presentación.
31267 \end_layout
31268
31269 \begin_layout Chapter
31270 Archivos externos
31271 \begin_inset Index idx
31272 status collapsed
31273
31274 \begin_layout Plain Layout
31275 Archivos externos
31276 \end_layout
31277
31278 \end_inset
31279
31280
31281 \end_layout
31282
31283 \begin_layout Standard
31284 Con el menú 
31285 \family sans
31286 Insertar\SpecialChar \menuseparator
31287 Archivo 
31288 \family default
31289 se pueden insertar archivos externos en un documento.
31290  Estos pueden ser:
31291 \end_layout
31292
31293 \begin_layout Description
31294 Documento
31295 \begin_inset space ~
31296 \end_inset
31297
31298 LyX Otro documento LyX; su contenido se inserta directamente en tu documento.
31299 \end_layout
31300
31301 \begin_layout Description
31302 Texto
31303 \begin_inset space ~
31304 \end_inset
31305
31306 simple Un documento de texto; cada línea del mismo se inserta en tu documento
31307  como párrafo propio.
31308 \end_layout
31309
31310 \begin_layout Description
31311 Texto
31312 \begin_inset space ~
31313 \end_inset
31314
31315 simple,
31316 \begin_inset space ~
31317 \end_inset
31318
31319 unir
31320 \begin_inset space ~
31321 \end_inset
31322
31323 líneas Un documento de texto; sus líneas de texto se insertan tal como son.
31324  Las líneas vacías generan un nuevo párrafo en tu documento.
31325 \end_layout
31326
31327 \begin_layout Description
31328 Material
31329 \begin_inset space ~
31330 \end_inset
31331
31332 externo Archivos en diversos formatos.
31333 \end_layout
31334
31335 \begin_layout Description
31336 Documento
31337 \begin_inset space ~
31338 \end_inset
31339
31340 hijo Documentos LyX, LaTeX o texto simple.
31341 \end_layout
31342
31343 \begin_layout Section
31344 Material externo
31345 \begin_inset Index idx
31346 status collapsed
31347
31348 \begin_layout Plain Layout
31349 Material externo
31350 \end_layout
31351
31352 \end_inset
31353
31354
31355 \end_layout
31356
31357 \begin_layout Standard
31358 Esta característica te permite insertar archivos en tu documento sin convertirlo
31359 s previamente a un formato legible en la salida, ya que LyX se ocupa de
31360  las necesarias conversiones.
31361  Esto es parecido a la inserción de imágenes en diversos formatos en los
31362  documentos LyX.
31363  Si has activado la Vista preliminar inmediata en las preferencias de LyX,
31364  en 
31365 \family sans
31366 Apariencia
31367 \family default
31368 \SpecialChar \menuseparator
31369 Gráficos, los tipos de material externo Dia y Xfig se muestran directamente
31370  en LyX.
31371 \end_layout
31372
31373 \begin_layout Standard
31374 El material externo se puede insertar mediante el diálogo que surge a partir
31375  del menú 
31376 \family sans
31377 Insertar\SpecialChar \menuseparator
31378 Archivo\SpecialChar \menuseparator
31379 Material
31380 \begin_inset space ~
31381 \end_inset
31382
31383 externo
31384 \family default
31385 .
31386  Actualmente se permiten los siguientes tipos de archivo (
31387 \family sans
31388 Plantillas
31389 \family default
31390 ):
31391 \end_layout
31392
31393 \begin_layout Description
31394 Diagrama
31395 \begin_inset space ~
31396 \end_inset
31397
31398 de
31399 \begin_inset space ~
31400 \end_inset
31401
31402 ajedrez Esta plantilla soporta diagramas posicionales de ajedrez hechos
31403  con el programa 
31404 \series bold
31405
31406 \begin_inset CommandInset href
31407 LatexCommand href
31408 name "XBoard"
31409 target "http://en.wikipedia.org/wiki/XBoard"
31410
31411 \end_inset
31412
31413
31414 \series default
31415 .
31416 \end_layout
31417
31418 \begin_layout Description
31419 Dia Esta plantilla soporta diagramas creados con el programa 
31420 \series bold
31421
31422 \begin_inset CommandInset href
31423 LatexCommand href
31424 name "Dia"
31425 target "http://en.wikipedia.org/wiki/Dia_(software)"
31426
31427 \end_inset
31428
31429
31430 \series default
31431 .
31432 \end_layout
31433
31434 \begin_layout Description
31435 Fecha Esta inserta la fecha en el formato 
31436 \emph on
31437 Día-Mes-Año.
31438
31439 \emph default
31440  A continuación hay una fecha insertada como material externo: 
31441 \begin_inset External
31442         template Date
31443         filename ...
31444
31445 \end_inset
31446
31447
31448 \begin_inset space ~
31449 \end_inset
31450
31451
31452 \begin_inset Note Note
31453 status collapsed
31454
31455 \begin_layout Plain Layout
31456 ¡Quitar el espacio protegido cuando se arregle el fallo 4398!
31457 \end_layout
31458
31459 \end_inset
31460
31461
31462 \begin_inset Newline newline
31463 \end_inset
31464
31465 La fecha no se muestra en LyX, sólo en la salida.
31466  Hay otros dos métodos de insertar una fecha, con el menú 
31467 \family sans
31468 Insertar\SpecialChar \menuseparator
31469 Fecha
31470 \family default
31471  y con el comando LaTeX 
31472 \series bold
31473
31474 \backslash
31475 today
31476 \series default
31477  en código TeX.
31478  Los distintos métodos se comparan en la tabla
31479 \begin_inset space ~
31480 \end_inset
31481
31482
31483 \begin_inset CommandInset ref
31484 LatexCommand ref
31485 reference "tab:Comparación-de"
31486
31487 \end_inset
31488
31489 .
31490 \end_layout
31491
31492 \begin_layout Description
31493 LilyPond Esta plantilla sirve para tipografiar notación musical con el programa
31494 \begin_inset Newline linebreak
31495 \end_inset
31496
31497
31498 \series bold
31499
31500 \begin_inset CommandInset href
31501 LatexCommand href
31502 name "LilyPond"
31503 target "http://en.wikipedia.org/wiki/LilyPond"
31504
31505 \end_inset
31506
31507
31508 \series default
31509 .
31510 \end_layout
31511
31512 \begin_layout Description
31513 PDFPages Con esta plantilla puedes insertar documentos PDF en tu documento.
31514  Para insertar algunas o todas las páginas de un documento PDF, utiliza
31515  la opción 
31516 \emph on
31517 pages
31518 \emph default
31519  en el campo 
31520 \family sans
31521 Opción
31522 \family default
31523  de la pestaña 
31524 \family sans
31525 Opciones de LaTeX y LyX
31526 \family default
31527 , según la descripción de la plantilla en el diálogo.
31528  Si no se usa la opción 
31529 \emph on
31530 pages
31531 \emph default
31532 , sólo se inserta la primera página del PDF.
31533 \end_layout
31534
31535 \begin_layout Description
31536 RasterImage Sirve para insertar imágenes bitmap.
31537  Casi todos los formatos populares de imágenes están soportados.
31538  Las imágenes se pueden tratar en el diálogo 
31539 \family sans
31540 Material Externo
31541 \family default
31542  como las que habitualmente se incluyen mediante el diálogo 
31543 \family sans
31544 Gráficos
31545 \family default
31546 , tal como se explica en la sección
31547 \begin_inset space ~
31548 \end_inset
31549
31550
31551 \begin_inset CommandInset ref
31552 LatexCommand ref
31553 reference "sec:Diálogo-Gráficos"
31554
31555 \end_inset
31556
31557 .
31558  La diferencia es que sólo se permiten imágenes bitmap, por tanto las imágenes
31559  PDF y EPS no están soportadas.
31560 \end_layout
31561
31562 \begin_layout Description
31563 XFig Esta plantilla soporta imágenes creadas con el programa 
31564 \series bold
31565
31566 \begin_inset CommandInset href
31567 LatexCommand href
31568 name "Xfig"
31569 target "http://en.wikipedia.org/wiki/Xfig"
31570
31571 \end_inset
31572
31573
31574 \series default
31575 .
31576 \end_layout
31577
31578 \begin_layout Standard
31579 \begin_inset Float table
31580 placement h
31581 wide false
31582 sideways false
31583 status open
31584
31585 \begin_layout Plain Layout
31586 \begin_inset Caption
31587
31588 \begin_layout Plain Layout
31589 \begin_inset CommandInset label
31590 LatexCommand label
31591 name "tab:Comparación-de"
31592
31593 \end_inset
31594
31595 Comparación de los métodos de inserción de fecha.
31596 \end_layout
31597
31598 \end_inset
31599
31600
31601 \end_layout
31602
31603 \begin_layout Plain Layout
31604 \align center
31605 \begin_inset Tabular
31606 <lyxtabular version="3" rows="4" columns="4">
31607 <features tabularvalignment="middle">
31608 <column alignment="center" valignment="top" width="0">
31609 <column alignment="center" valignment="top" width="0">
31610 <column alignment="center" valignment="top" width="0">
31611 <column alignment="center" valignment="top" width="0">
31612 <row>
31613 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
31614 \begin_inset Text
31615
31616 \begin_layout Plain Layout
31617 Documento
31618 \end_layout
31619
31620 \end_inset
31621 </cell>
31622 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
31623 \begin_inset Text
31624
31625 \begin_layout Plain Layout
31626
31627 \family sans
31628 Material externo\SpecialChar \menuseparator
31629 Fecha
31630 \end_layout
31631
31632 \end_inset
31633 </cell>
31634 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
31635 \begin_inset Text
31636
31637 \begin_layout Plain Layout
31638
31639 \family sans
31640 Insertar\SpecialChar \menuseparator
31641 Fecha
31642 \end_layout
31643
31644 \end_inset
31645 </cell>
31646 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
31647 \begin_inset Text
31648
31649 \begin_layout Plain Layout
31650 comando 
31651 \series bold
31652
31653 \backslash
31654 today
31655 \end_layout
31656
31657 \end_inset
31658 </cell>
31659 </row>
31660 <row>
31661 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
31662 \begin_inset Text
31663
31664 \begin_layout Plain Layout
31665 LyX
31666 \end_layout
31667
31668 \end_inset
31669 </cell>
31670 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
31671 \begin_inset Text
31672
31673 \begin_layout Plain Layout
31674 como cuadro
31675 \end_layout
31676
31677 \end_inset
31678 </cell>
31679 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
31680 \begin_inset Text
31681
31682 \begin_layout Plain Layout
31683 como fecha
31684 \end_layout
31685
31686 \end_inset
31687 </cell>
31688 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
31689 \begin_inset Text
31690
31691 \begin_layout Plain Layout
31692 como cuadro código TeX
31693 \end_layout
31694
31695 \end_inset
31696 </cell>
31697 </row>
31698 <row>
31699 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
31700 \begin_inset Text
31701
31702 \begin_layout Plain Layout
31703 LaTeX
31704 \end_layout
31705
31706 \end_inset
31707 </cell>
31708 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
31709 \begin_inset Text
31710
31711 \begin_layout Plain Layout
31712 como fecha
31713 \end_layout
31714
31715 \end_inset
31716 </cell>
31717 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
31718 \begin_inset Text
31719
31720 \begin_layout Plain Layout
31721 como fecha
31722 \end_layout
31723
31724 \end_inset
31725 </cell>
31726 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
31727 \begin_inset Text
31728
31729 \begin_layout Plain Layout
31730 como comando
31731 \end_layout
31732
31733 \end_inset
31734 </cell>
31735 </row>
31736 <row>
31737 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
31738 \begin_inset Text
31739
31740 \begin_layout Plain Layout
31741 DVI, PDF, PS
31742 \end_layout
31743
31744 \end_inset
31745 </cell>
31746 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
31747 \begin_inset Text
31748
31749 \begin_layout Plain Layout
31750 como fecha
31751 \end_layout
31752
31753 \end_inset
31754 </cell>
31755 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
31756 \begin_inset Text
31757
31758 \begin_layout Plain Layout
31759 como fecha
31760 \end_layout
31761
31762 \end_inset
31763 </cell>
31764 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
31765 \begin_inset Text
31766
31767 \begin_layout Plain Layout
31768 como fecha
31769 \end_layout
31770
31771 \end_inset
31772 </cell>
31773 </row>
31774 </lyxtabular>
31775
31776 \end_inset
31777
31778
31779 \end_layout
31780
31781 \end_inset
31782
31783
31784 \end_layout
31785
31786 \begin_layout Standard
31787 Si utilizas la opción 
31788 \family sans
31789 Borrador
31790 \family default
31791  en la solapa 
31792 \family sans
31793 Archivo
31794 \family default
31795  del diálogo 
31796 \family sans
31797 Material Externo
31798 \family default
31799 , en el documento de salida sólo se muestra la ruta al archivo insertado.
31800 \family sans
31801
31802 \begin_inset Newline newline
31803 \end_inset
31804
31805
31806 \family default
31807 El material externo se muestra en LyX como un cuadro del tipo:
31808 \family sans
31809  
31810 \family default
31811
31812 \begin_inset Graphics
31813         filename clipart/MaterialExternoQt4.png
31814         scale 80
31815
31816 \end_inset
31817
31818  o como imagen, dependiendo de si se marca la opción 
31819 \family sans
31820 Mostrar en LyX 
31821 \family default
31822 de la pestaña 
31823 \family sans
31824 Opciones de LaTeX y LyX
31825 \family default
31826  del diálogo
31827 \family sans
31828 .
31829 \end_layout
31830
31831 \begin_layout Standard
31832 En el manual 
31833 \emph on
31834 Personalización
31835 \emph default
31836  se explica cómo definir tus propias plantillas.
31837 \end_layout
31838
31839 \begin_layout Section
31840 Documento hijo
31841 \begin_inset CommandInset label
31842 LatexCommand label
31843 name "sec:Documento-Hijo"
31844
31845 \end_inset
31846
31847
31848 \begin_inset Index idx
31849 status collapsed
31850
31851 \begin_layout Plain Layout
31852 Documento hijo
31853 \end_layout
31854
31855 \end_inset
31856
31857
31858 \end_layout
31859
31860 \begin_layout Standard
31861 Los documentos hijos se emplean en el caso de tener un documento extenso
31862  compuesto por varias partes o secciones más grandes.
31863  Para trabajar en este tipo de documentos es útil, y a veces obligado, dividirlo
31864  en varios archivos que pueden ser revisados por separado.
31865  Estos archivos se conocen como documentos hijos, y el llamado documento
31866  maestro los conecta con el fin de imprimirlos como un todo o por partes.
31867  Un documento hijo hereda contenidos de su maestro, por ejemplo el preámbulo
31868  LaTeX, la bibliografía y las etiquetas de las referencias cruzadas.
31869 \end_layout
31870
31871 \begin_layout Standard
31872 Para poder trabajar en documentos hijos sin necesidad de abrir el maestro,
31873  en el menú 
31874 \family sans
31875 Documento\SpecialChar \menuseparator
31876 Configuración\SpecialChar \menuseparator
31877 Clase del documento
31878 \family default
31879  del documento hijo especifica el documento maestro predeterminado.
31880  Este maestro será usado entonces por LyX en un segundo plano cuando edites
31881  el documento hijo.
31882 \end_layout
31883
31884 \begin_layout Standard
31885 Los documentos incluidos como hijos se muestran en la pantalla de LyX como
31886  cuadros del tipo: 
31887 \begin_inset Graphics
31888         filename clipart/DocumentoHijoQt4.png
31889         scale 80
31890
31891 \end_inset
31892
31893 .
31894  Para incluir documentos hijos en un documento maestro utiliza el menú 
31895 \family sans
31896 Insertar
31897 \family default
31898 \SpecialChar \menuseparator
31899
31900 \family sans
31901 Archivo
31902 \family default
31903 \SpecialChar \menuseparator
31904
31905 \family sans
31906 Documento
31907 \begin_inset space ~
31908 \end_inset
31909
31910 hijo
31911 \family default
31912 .
31913  Surge un diálogo en el que puedes elegir entre cuatro métodos de inclusión:
31914 \end_layout
31915
31916 \begin_layout Description
31917 Incluir Puedes incluir documentos LyX y documentos LaTeX.
31918  Al pulsar el botón 
31919 \family sans
31920 Cargar
31921 \family default
31922  en el diálogo 
31923 \family sans
31924 Documento hijo
31925 \family default
31926 , los documentos incluidos se abrirán en una nueva solapa de archivo en
31927  la ventana de LyX y así puedes modificarlos si quieres.
31928 \end_layout
31929
31930 \begin_layout Standard
31931 Aquí hay un archivo insertado con el método 
31932 \family sans
31933 Incluir
31934 \family default
31935
31936 \begin_inset CommandInset include
31937 LatexCommand include
31938 filename "DocumentoPostizo1.lyx"
31939
31940 \end_inset
31941
31942
31943 \end_layout
31944
31945 \begin_layout Standard
31946 La numeración de secciones tiene en cuenta las secciones de los archivos
31947  incluidos en el orden en que están insertados en el documento maestro.
31948  El documento incluido de ejemplo tiene una subsección que se numera como
31949  subsección de la presente sección.
31950  Las etiquetas de los documentos incluidos se pueden referenciar: Subsección
31951 \begin_inset space ~
31952 \end_inset
31953
31954
31955 \begin_inset CommandInset ref
31956 LatexCommand ref
31957 reference "sub:Subsección-Externa-1"
31958
31959 \end_inset
31960
31961 .
31962 \end_layout
31963
31964 \begin_layout Standard
31965 El preámbulo del documento hijo se ignora, sólo se utiliza el preámbulo
31966  del documento maestro.
31967  Las ramas en los documentos hijos serán ignoradas por el documento maestro
31968  si éste no tiene una rama con el mismo nombre.
31969  Los documentos incluidos se insertan comenzando una página nueva y acabando
31970  con un salto de página.
31971 \end_layout
31972
31973 \begin_layout Standard
31974 En caso de estar trabajando solo en un capítulo determinado de un documento
31975  extenso, y con el fin de ahorrar tiempo de compilación, se puede poner
31976  cada archivo incluido en una rama.
31977 \begin_inset Foot
31978 status collapsed
31979
31980 \begin_layout Plain Layout
31981 Las ramas se describen en la sección
31982 \emph on
31983  Ramas
31984 \emph default
31985  de la  
31986 \emph on
31987 Guía del usuario
31988 \emph default
31989  de LyX.
31990 \end_layout
31991
31992 \end_inset
31993
31994  Habilitando/deshabilitando las ramas puedes decidir qué archivos incluidos
31995  aparecerán en la salida.
31996 \end_layout
31997
31998 \begin_layout Standard
31999 \begin_inset Note Greyedout
32000 status open
32001
32002 \begin_layout Plain Layout
32003
32004 \series bold
32005 Nota:
32006 \series default
32007  Debido a un fallo de LyX, el comando LaTeX 
32008 \series bold
32009
32010 \backslash
32011 includeonly
32012 \series default
32013  no se puede usar por el momento como alternativa para decidir qué archivos
32014  deberían ser incluidos.
32015 \end_layout
32016
32017 \end_inset
32018
32019
32020 \end_layout
32021
32022 \begin_layout Standard
32023 \begin_inset Note Greyedout
32024 status open
32025
32026 \begin_layout Plain Layout
32027
32028 \series bold
32029 Nota:
32030 \series default
32031  Si has incluido un archivo LyX o LaTeX cuya clase de documento es distinta
32032  a la del documento maestro, recibirás una advertencia al exportar/ver el
32033  documento, ya que esto podría dar resultados inesperados.
32034 \end_layout
32035
32036 \end_inset
32037
32038
32039 \end_layout
32040
32041 \begin_layout Description
32042 Entrada Este método es muy parecido al método 
32043 \family sans
32044 Incluir
32045 \family default
32046 .
32047  Las diferencias son:
32048 \end_layout
32049
32050 \begin_deeper
32051 \begin_layout Itemize
32052 Los archivos del tipo Entrada no comienzan en página nueva ni acaban con
32053  un salto de página.
32054 \end_layout
32055
32056 \begin_layout Itemize
32057 Los archivos del tipo Entrada se pueden visualizar en LyX si la 
32058 \family sans
32059 Vista
32060 \begin_inset space ~
32061 \end_inset
32062
32063 preliminar
32064 \begin_inset space ~
32065 \end_inset
32066
32067 inmediata 
32068 \family default
32069 está activada en el diálogo 
32070 \family sans
32071 Herramientas\SpecialChar \menuseparator
32072 Preferencias
32073 \family default
32074 , apartado 
32075 \family sans
32076 Apariencia\SpecialChar \menuseparator
32077 Gráficos
32078 \family default
32079 .
32080 \end_layout
32081
32082 \begin_layout Itemize
32083 No se puede utilizar el comando LaTeX 
32084 \series bold
32085
32086 \backslash
32087 includeonly
32088 \series default
32089 .
32090 \end_layout
32091
32092 \end_deeper
32093 \begin_layout Standard
32094 Aquí hay un documento hijo insertado con el método 
32095 \family sans
32096 Entrada
32097 \family default
32098 :
32099 \end_layout
32100
32101 \begin_layout Standard
32102 \begin_inset CommandInset include
32103 LatexCommand input
32104 filename "DocumentoPostizo2.lyx"
32105
32106 \end_inset
32107
32108
32109 \end_layout
32110
32111 \begin_layout Description
32112 Literal Con este método se puede incluir todo archivo de texto.
32113  El archivo aparece en la salida con su código fuente, y si contiene comandos
32114  no se ejecutan.
32115  Con la opción 
32116 \family sans
32117 Marcar espacios en la salida
32118 \family default
32119  cada espacio en el código fuente se muestra en la salida con el carácter
32120  «
32121 \begin_inset ERT
32122 status collapsed
32123
32124 \begin_layout Plain Layout
32125
32126
32127 \backslash
32128 textvisiblespace
32129 \end_layout
32130
32131 \end_inset
32132
32133 ».
32134  La diferencia con el método de inserción mediante el menú 
32135 \family sans
32136 Insertar
32137 \family default
32138 \SpecialChar \menuseparator
32139
32140 \family sans
32141 Archivo
32142 \family default
32143 \SpecialChar \menuseparator
32144
32145 \family sans
32146 Texto
32147 \begin_inset space ~
32148 \end_inset
32149
32150 simple
32151 \family default
32152  es que en este caso el contenido del archivo se ve en LyX, mientras que
32153  en modo 
32154 \family sans
32155 Literal 
32156 \family default
32157 no se muestra el contenido, sino un recuadro con el nombre.
32158
32159 \family sans
32160  
32161 \end_layout
32162
32163 \begin_layout Standard
32164 Aquí se inserta un documento hijo en modo Literal:
32165 \begin_inset CommandInset include
32166 LatexCommand verbatiminput
32167 filename "DocumentoTextoPostizo.txt"
32168
32169 \end_inset
32170
32171
32172 \begin_inset VSpace bigskip
32173 \end_inset
32174
32175
32176 \end_layout
32177
32178 \begin_layout Standard
32179 Aquí se inserta un documento hijo en modo Literal con la opción 
32180 \family sans
32181 Marcar espacios en la salida
32182 \family default
32183 :
32184 \begin_inset CommandInset include
32185 LatexCommand verbatiminput*
32186 filename "DocumentoTextoPostizo.txt"
32187
32188 \end_inset
32189
32190
32191 \begin_inset VSpace bigskip
32192 \end_inset
32193
32194
32195 \end_layout
32196
32197 \begin_layout Standard
32198 \begin_inset Note Greyedout
32199 status open
32200
32201 \begin_layout Plain Layout
32202
32203 \series bold
32204 Nota:
32205 \series default
32206  Como puedes ver en los ejemplos anteriores, el texto de los documentos
32207  incluidos en modo 
32208 \family sans
32209 literal
32210 \family default
32211  no contiene saltos de línea, a no ser que se incluyan expresamente en el
32212  archivo de texto.
32213 \end_layout
32214
32215 \end_inset
32216
32217
32218 \end_layout
32219
32220 \begin_layout Description
32221 Listado
32222 \begin_inset space ~
32223 \end_inset
32224
32225 de
32226 \begin_inset space ~
32227 \end_inset
32228
32229 programa Este tipo se describe en el capítulo
32230 \begin_inset space ~
32231 \end_inset
32232
32233
32234 \begin_inset CommandInset ref
32235 LatexCommand ref
32236 reference "cap:Listado-de-programa"
32237
32238 \end_inset
32239
32240 .
32241 \end_layout
32242
32243 \begin_layout Standard
32244 \begin_inset Note Greyedout
32245 status open
32246
32247 \begin_layout Plain Layout
32248
32249 \series bold
32250 Nota:
32251 \series default
32252  Incluir el mismo documento dos veces  con métodos diferentes podría causar
32253  problemas en LaTeX.
32254 \end_layout
32255
32256 \end_inset
32257
32258
32259 \end_layout
32260
32261 \begin_layout Chapter
32262 Listado de programa
32263 \begin_inset CommandInset label
32264 LatexCommand label
32265 name "cap:Listado-de-programa"
32266
32267 \end_inset
32268
32269
32270 \begin_inset Index idx
32271 status collapsed
32272
32273 \begin_layout Plain Layout
32274 Listado de programa
32275 \end_layout
32276
32277 \end_inset
32278
32279
32280 \begin_inset Index idx
32281 status collapsed
32282
32283 \begin_layout Plain Layout
32284 Código de programa
32285 \end_layout
32286
32287 \end_inset
32288
32289
32290 \begin_inset Index idx
32291 status collapsed
32292
32293 \begin_layout Plain Layout
32294 Flotantes ! Listado de programa
32295 \end_layout
32296
32297 \end_inset
32298
32299
32300 \end_layout
32301
32302 \begin_layout Standard
32303 Para incluir y tipografiar código de programación puedes usar la opción
32304  de menú disponible en 
32305 \family sans
32306 Insertar\SpecialChar \menuseparator
32307 Listado
32308 \begin_inset space ~
32309 \end_inset
32310
32311 de
32312 \begin_inset space ~
32313 \end_inset
32314
32315 programa.
32316  
32317 \family default
32318 El paquete LaTeX 
32319 \series bold
32320 listings
32321 \series default
32322
32323 \begin_inset Index idx
32324 status collapsed
32325
32326 \begin_layout Plain Layout
32327 LaTeX-paquetes ! listings
32328 \end_layout
32329
32330 \end_inset
32331
32332  provee un mecanismo potente y flexible para insertar código fuente en tu
32333  documento.
32334 \end_layout
32335
32336 \begin_layout Standard
32337 Al hacer clic derecho sobre un recuadro de listado se abre el menú contextual
32338  incorporado en el que puedes configurar su formato.
32339 \end_layout
32340
32341 \begin_layout Standard
32342 Por omisión, al insertar un listado de programa se inicia un párrafo nuevo.
32343  La opción de ubicación 
32344 \family sans
32345 Listado
32346 \begin_inset space ~
32347 \end_inset
32348
32349 en
32350 \begin_inset space ~
32351 \end_inset
32352
32353 línea
32354 \family default
32355  lo imprime en la línea, como este ejemplo: 
32356 \begin_inset listings
32357 lstparams "language={C++}"
32358 inline true
32359 status open
32360
32361 \begin_layout Plain Layout
32362
32363 int a=5;
32364 \end_layout
32365
32366 \end_inset
32367
32368
32369 \family sans
32370
32371 \begin_inset Newline newline
32372 \end_inset
32373
32374
32375 \family default
32376 La opción 
32377 \family sans
32378 Flotante
32379 \family default
32380  crea un listado flotante cuya colocación se puede especificar mediante
32381  las opciones «
32382 \family sans
32383 h
32384 \family default
32385 », «
32386 \family sans
32387 t
32388 \family default
32389 », «
32390 \family sans
32391 b
32392 \family default
32393 » y «
32394 \family sans
32395 p
32396 \family default
32397 », correspondientes a las opciones de colocación de flotantes descritas
32398  en la sección
32399 \family sans
32400
32401 \begin_inset space ~
32402 \end_inset
32403
32404
32405 \begin_inset CommandInset ref
32406 LatexCommand ref
32407 reference "sec:Colocación-de-Flotantes"
32408
32409 \end_inset
32410
32411
32412 \family default
32413 .
32414  Las opciones de colocación se pueden mezclar y se escriben sin separación,
32415  p.
32416 \family sans
32417
32418 \begin_inset space \thinspace{}
32419 \end_inset
32420
32421
32422 \family default
32423 e.
32424 \begin_inset space ~
32425 \end_inset
32426
32427 «
32428 \family sans
32429 htbp
32430 \family default
32431 ».
32432  La opción «
32433 \family sans
32434 h
32435 \family default
32436 » a veces no tiene efecto, pero no necesitas usar la opción 
32437 \family sans
32438 Flotante
32439 \family default
32440  en ese caso puesto que los listados de programa no flotantes también pueden
32441  tener leyendas y ser referenciadas.
32442 \end_layout
32443
32444 \begin_layout Standard
32445 Se puede añadir una leyenda a un listado de programa con el menú 
32446 \family sans
32447 Insertar\SpecialChar \menuseparator
32448 Leyenda
32449 \family default
32450
32451 \begin_inset Foot
32452 status collapsed
32453
32454 \begin_layout Plain Layout
32455 Para traducir la etiqueta 
32456 \begin_inset Quotes eld
32457 \end_inset
32458
32459 Listado
32460 \begin_inset Quotes erd
32461 \end_inset
32462
32463  de la leyenda, se añade al preámbulo del documento el comando 
32464 \series bold
32465
32466 \backslash
32467 renewcommand{
32468 \backslash
32469 lstlistingname}{Listado}
32470 \series default
32471 .
32472  (
32473 \emph on
32474 N.
32475 \begin_inset space \thinspace{}
32476 \end_inset
32477
32478 del t.
32479 \emph default
32480 )
32481 \end_layout
32482
32483 \end_inset
32484
32485 .
32486  Los listados de programa se pueden referenciar como los flotantes: Listado
32487 \begin_inset space ~
32488 \end_inset
32489
32490
32491 \begin_inset CommandInset ref
32492 LatexCommand ref
32493 reference "lst:Ejemplo-de-listado-de-programa"
32494
32495 \end_inset
32496
32497
32498 \end_layout
32499
32500 \begin_layout Standard
32501 \begin_inset listings
32502 lstparams "language=Python"
32503 inline false
32504 status open
32505
32506 \begin_layout Plain Layout
32507
32508 \begin_inset Caption
32509
32510 \begin_layout Plain Layout
32511 \begin_inset CommandInset label
32512 LatexCommand label
32513 name "lst:Ejemplo-de-listado-de-programa"
32514
32515 \end_inset
32516
32517 Ejemplo de listado de programa flotante
32518 \end_layout
32519
32520 \end_inset
32521
32522 # Ejemplo de listado flotante
32523 \end_layout
32524
32525 \begin_layout Plain Layout
32526
32527 def func(param):
32528 \end_layout
32529
32530 \begin_layout Plain Layout
32531
32532     'this is a python function'
32533 \end_layout
32534
32535 \begin_layout Plain Layout
32536
32537     pass
32538 \end_layout
32539
32540 \end_inset
32541
32542
32543 \end_layout
32544
32545 \begin_layout Standard
32546 Una vez que has escogido un lenguaje de programación en el cuadro de diálogo
32547  de listado de programa, las palabras clave de ese lenguaje serán reconocidas
32548  y tipografiadas de manera especial en la salida.
32549  En el ejemplo, la clave de Python «def» es reconocida y se imprimirá en
32550  negrita.
32551 \end_layout
32552
32553 \begin_layout Standard
32554 \begin_inset Note Greyedout
32555 status open
32556
32557 \begin_layout Plain Layout
32558
32559 \series bold
32560 Nota:
32561 \series default
32562  Si no consigues caracteres en negrita cuando usas fuentes typewriter, se
32563  debe probablemente a que dicha fuente no suministra negritas.
32564  En este caso selecciona una fuente distinta en el menú 
32565 \family sans
32566 Documento
32567 \family default
32568 \SpecialChar \menuseparator
32569
32570 \family sans
32571 Configuración
32572 \family default
32573 \SpecialChar \menuseparator
32574
32575 \family sans
32576 Fuentes.
32577  
32578 \family default
32579 (Las fuentes 
32580 \emph on
32581 LuxiMono, BeraMono
32582 \emph default
32583  y 
32584 \emph on
32585 Courier 
32586 \emph default
32587 suministran negritas.)
32588 \end_layout
32589
32590 \end_inset
32591
32592
32593 \end_layout
32594
32595 \begin_layout Standard
32596 En la sección 
32597 \family sans
32598 Numeración
32599 \begin_inset space ~
32600 \end_inset
32601
32602 de
32603 \begin_inset space ~
32604 \end_inset
32605
32606 líneas
32607 \family default
32608  del diálogo puedes elegir el estilo de numeración de las líneas.
32609  En el campo 
32610 \family sans
32611 Paso 
32612 \family default
32613 puedes insertar un número para determinar qué líneas se numeran.
32614  Por ejemplo, si pones «3», se numera sólo una de cada tres líneas.
32615  
32616 \end_layout
32617
32618 \begin_layout Standard
32619 Además, puedes especificar un rango de líneas para que sólo éstas aparezcan
32620  en la salida.
32621  La opción 
32622 \family sans
32623 Tabla
32624 \begin_inset space ~
32625 \end_inset
32626
32627 de
32628 \begin_inset space ~
32629 \end_inset
32630
32631 caracteres
32632 \begin_inset space ~
32633 \end_inset
32634
32635 extendida
32636 \family default
32637  debería emplearse si se usan en el código caracteres nacionales como la
32638  diéresis alemana.
32639 \begin_inset Newline newline
32640 \end_inset
32641
32642 A continuación hay un ejemplo con numeración de líneas a la izquierda, paso
32643  «3», lenguaje «Python», opciones de estilo «Tabla de caracteres extendida»
32644  y «Espacio como símbolo», rango de líneas 3-8:
32645 \begin_inset listings
32646 lstparams "extendedchars=true,firstline=3,language=Python,lastline=8,numbers=left,showspaces=true,stepnumber=3"
32647 inline false
32648 status open
32649
32650 \begin_layout Plain Layout
32651
32652 def func(param):
32653 \end_layout
32654
32655 \begin_layout Plain Layout
32656
32657     'this is a python function'
32658 \end_layout
32659
32660 \begin_layout Plain Layout
32661
32662     pass
32663 \end_layout
32664
32665 \begin_layout Plain Layout
32666
32667 def func(param):
32668 \end_layout
32669
32670 \begin_layout Plain Layout
32671
32672 'This is a German word: Tschüß'
32673 \end_layout
32674
32675 \begin_layout Plain Layout
32676
32677 pass
32678 \end_layout
32679
32680 \begin_layout Plain Layout
32681
32682 def func(param):
32683 \end_layout
32684
32685 \begin_layout Plain Layout
32686
32687 'this is a python function'
32688 \end_layout
32689
32690 \begin_layout Plain Layout
32691
32692 pass
32693 \end_layout
32694
32695 \end_inset
32696
32697
32698 \end_layout
32699
32700 \begin_layout Standard
32701 \begin_inset Note Greyedout
32702 status open
32703
32704 \begin_layout Plain Layout
32705
32706 \series bold
32707 Nota:
32708 \series default
32709  Debido a un error en el paquete 
32710 \series bold
32711 listings
32712 \series default
32713  la numeración de líneas cambia en una línea por cada listado previo.
32714  Por esto en el ejemplo de arriba se numeran las líneas 2 y 5 y no las líneas
32715  3 y 6.
32716 \end_layout
32717
32718 \end_inset
32719
32720
32721 \end_layout
32722
32723 \begin_layout Standard
32724 \begin_inset VSpace bigskip
32725 \end_inset
32726
32727
32728 \end_layout
32729
32730 \begin_layout Standard
32731 También es posible imprimir como listado de programa líneas de un archivo.
32732  Para hacer esto, usa el menú 
32733 \family sans
32734 Insertar\SpecialChar \menuseparator
32735 Archivo\SpecialChar \menuseparator
32736 Documento
32737 \begin_inset space ~
32738 \end_inset
32739
32740 hijo 
32741 \family default
32742 y elige el tipo 
32743 \family sans
32744 Listado de programa
32745 \family default
32746 .
32747 \begin_inset Foot
32748 status collapsed
32749
32750 \begin_layout Plain Layout
32751 Los restantes tipos de documento hijo se describen en la sección
32752 \begin_inset space ~
32753 \end_inset
32754
32755
32756 \begin_inset CommandInset ref
32757 LatexCommand ref
32758 reference "sec:Documento-Hijo"
32759
32760 \end_inset
32761
32762 .
32763 \end_layout
32764
32765 \end_inset
32766
32767  En el diálogo de documento hijo puedes especificar los parámetros del listado
32768  en el cuadro de texto.
32769  Para ver una lista de los parámetros disponibles teclea una interrogación
32770  «?» en el cuadro.
32771 \end_layout
32772
32773 \begin_layout Standard
32774 Para referenciar un documento hijo tipo listado, escribe el texto de la
32775  etiqueta en el campo correspondiente del diálogo de documento hijo.
32776  Después se puede referenciar la etiqueta con el menú 
32777 \family sans
32778 Insertar\SpecialChar \menuseparator
32779 Referencia cruzada.
32780 \end_layout
32781
32782 \begin_layout Standard
32783 A continuación hay un ejemplo, Listado
32784 \begin_inset space ~
32785 \end_inset
32786
32787
32788 \begin_inset CommandInset ref
32789 LatexCommand ref
32790 reference "lst:archivo-listado"
32791
32792 \end_inset
32793
32794 , de inserción de líneas de un archivo; en él se incluye el rango de las
32795  líneas 10
32796 \begin_inset space \thinspace{}
32797 \end_inset
32798
32799 -
32800 \begin_inset space \thinspace{}
32801 \end_inset
32802
32803 15 de este archivo LyX.
32804 \end_layout
32805
32806 \begin_layout Standard
32807 \begin_inset CommandInset include
32808 LatexCommand lstinputlisting
32809 filename "EmbeddedObjects.lyx"
32810 lstparams "breaklines=true,caption={Líneas  10 - 15 de este archivo LyX},firstline=10,label={lst:archivo-listado},language={[LaTeX]TeX},lastline=15"
32811
32812 \end_inset
32813
32814
32815 \end_layout
32816
32817 \begin_layout Standard
32818 \begin_inset VSpace bigskip
32819 \end_inset
32820
32821
32822 \end_layout
32823
32824 \begin_layout Standard
32825
32826 \lang english
32827 Inserting a formula into a listing can be done the following way:
32828 \end_layout
32829
32830 \begin_layout Enumerate
32831
32832 \lang english
32833 Open the listings dialog and add
32834 \begin_inset Newline newline
32835 \end_inset
32836
32837
32838 \family sans
32839 mathescape=true
32840 \family default
32841
32842 \begin_inset Newline newline
32843 \end_inset
32844
32845 to the field of the 
32846 \family sans
32847 Advanced
32848 \family default
32849  tab.
32850 \end_layout
32851
32852 \begin_layout Enumerate
32853
32854 \lang english
32855 Create a formula outside the listing
32856 \end_layout
32857
32858 \begin_layout Enumerate
32859
32860 \lang english
32861 Copy the content of the formula (not the formula inset) to the clipboard
32862  (shortcut 
32863 \begin_inset Info
32864 type  "shortcut"
32865 arg   "copy"
32866 \end_inset
32867
32868 )
32869 \end_layout
32870
32871 \begin_layout Enumerate
32872
32873 \lang english
32874 In the listing write 
32875 \begin_inset Quotes eld
32876 \end_inset
32877
32878
32879 \family sans
32880 $$
32881 \family default
32882
32883 \begin_inset Quotes erd
32884 \end_inset
32885
32886  and copy from the clipboard between the dollar-signs (shortcut 
32887 \begin_inset Info
32888 type  "shortcut"
32889 arg   "paste"
32890 \end_inset
32891
32892 )
32893 \end_layout
32894
32895 \begin_layout Standard
32896 \begin_inset listings
32897 lstparams "language=Python,mathescape=true"
32898 inline false
32899 status open
32900
32901 \begin_layout Plain Layout
32902
32903 \begin_inset Caption
32904
32905 \begin_layout Plain Layout
32906 Ejemplo de listado de programa flotante 
32907 \lang english
32908 containing a formula
32909 \end_layout
32910
32911 \end_inset
32912
32913 # Ejemplo de listado flotante
32914 \end_layout
32915
32916 \begin_layout Plain Layout
32917
32918 def func(param):
32919 \end_layout
32920
32921 \begin_layout Plain Layout
32922
32923     # $
32924 \backslash
32925 prod_{n=1}^{
32926 \backslash
32927 infty}
32928 \backslash
32929 ,
32930 \backslash
32931 frac{1}{x^{2}}$
32932 \end_layout
32933
32934 \begin_layout Plain Layout
32935
32936     pass
32937 \end_layout
32938
32939 \end_inset
32940
32941
32942 \end_layout
32943
32944 \begin_layout Standard
32945 \begin_inset VSpace bigskip
32946 \end_inset
32947
32948
32949 \end_layout
32950
32951 \begin_layout Standard
32952 Las preferencias globales se pueden establecer en el diálogo 
32953 \family sans
32954 Documento\SpecialChar \menuseparator
32955 Configuración\SpecialChar \menuseparator
32956 Diseño
32957 \begin_inset space ~
32958 \end_inset
32959
32960 del
32961 \begin_inset space ~
32962 \end_inset
32963
32964 texto.
32965  
32966 \family default
32967 Para ver ahí una lista de las opciones disponibles, escribe una interrogación
32968  «?» en el campo de texto.
32969 \end_layout
32970
32971 \begin_layout Standard
32972 Para más información sobre el paquete 
32973 \series bold
32974 listings
32975 \series default
32976 , consulta su documentación
32977 \begin_inset space ~
32978 \end_inset
32979
32980
32981 \begin_inset CommandInset citation
32982 LatexCommand cite
32983 key "listings"
32984
32985 \end_inset
32986
32987 .
32988 \end_layout
32989
32990 \begin_layout Standard
32991 \begin_inset Newpage newpage
32992 \end_inset
32993
32994
32995 \end_layout
32996
32997 \begin_layout Chapter
32998 \start_of_appendix
32999 Unidades disponibles en LyX
33000 \begin_inset Index idx
33001 status collapsed
33002
33003 \begin_layout Plain Layout
33004 Unidades
33005 \end_layout
33006
33007 \end_inset
33008
33009
33010 \begin_inset CommandInset label
33011 LatexCommand label
33012 name "cap:Unidades-disponibles-en"
33013
33014 \end_inset
33015
33016
33017 \end_layout
33018
33019 \begin_layout Standard
33020 Para comprender las unidades utilizadas en este manual, el cuadro
33021 \begin_inset space ~
33022 \end_inset
33023
33024
33025 \begin_inset CommandInset ref
33026 LatexCommand ref
33027 reference "tab:Unidades"
33028
33029 \end_inset
33030
33031  describe todas las unidades disponibles en LyX.
33032 \end_layout
33033
33034 \begin_layout Standard
33035 \begin_inset Float table
33036 placement h
33037 wide false
33038 sideways false
33039 status open
33040
33041 \begin_layout Plain Layout
33042 \begin_inset Caption
33043
33044 \begin_layout Plain Layout
33045 \begin_inset CommandInset label
33046 LatexCommand label
33047 name "tab:Unidades"
33048
33049 \end_inset
33050
33051 Unidades
33052 \end_layout
33053
33054 \end_inset
33055
33056
33057 \end_layout
33058
33059 \begin_layout Plain Layout
33060 \begin_inset VSpace medskip
33061 \end_inset
33062
33063
33064 \end_layout
33065
33066 \begin_layout Plain Layout
33067 \align center
33068 \begin_inset Tabular
33069 <lyxtabular version="3" rows="20" columns="2">
33070 <features tabularvalignment="middle">
33071 <column alignment="center" valignment="top" width="0">
33072 <column alignment="center" valignment="top" width="0">
33073 <row>
33074 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
33075 \begin_inset Text
33076
33077 \begin_layout Plain Layout
33078 unidad
33079 \end_layout
33080
33081 \end_inset
33082 </cell>
33083 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
33084 \begin_inset Text
33085
33086 \begin_layout Plain Layout
33087 nombre/descripción
33088 \end_layout
33089
33090 \end_inset
33091 </cell>
33092 </row>
33093 <row>
33094 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
33095 \begin_inset Text
33096
33097 \begin_layout Plain Layout
33098 mm
33099 \end_layout
33100
33101 \end_inset
33102 </cell>
33103 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
33104 \begin_inset Text
33105
33106 \begin_layout Plain Layout
33107 milímetro
33108 \end_layout
33109
33110 \end_inset
33111 </cell>
33112 </row>
33113 <row>
33114 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
33115 \begin_inset Text
33116
33117 \begin_layout Plain Layout
33118 cm
33119 \end_layout
33120
33121 \end_inset
33122 </cell>
33123 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
33124 \begin_inset Text
33125
33126 \begin_layout Plain Layout
33127 centímetro
33128 \end_layout
33129
33130 \end_inset
33131 </cell>
33132 </row>
33133 <row>
33134 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
33135 \begin_inset Text
33136
33137 \begin_layout Plain Layout
33138 in
33139 \end_layout
33140
33141 \end_inset
33142 </cell>
33143 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
33144 \begin_inset Text
33145
33146 \begin_layout Plain Layout
33147 pulgada
33148 \end_layout
33149
33150 \end_inset
33151 </cell>
33152 </row>
33153 <row>
33154 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
33155 \begin_inset Text
33156
33157 \begin_layout Plain Layout
33158 pt
33159 \end_layout
33160
33161 \end_inset
33162 </cell>
33163 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
33164 \begin_inset Text
33165
33166 \begin_layout Plain Layout
33167 punto (72.27
33168 \begin_inset space \thinspace{}
33169 \end_inset
33170
33171 pt = 1
33172 \begin_inset space \thinspace{}
33173 \end_inset
33174
33175 in)
33176 \end_layout
33177
33178 \end_inset
33179 </cell>
33180 </row>
33181 <row>
33182 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
33183 \begin_inset Text
33184
33185 \begin_layout Plain Layout
33186 pc
33187 \end_layout
33188
33189 \end_inset
33190 </cell>
33191 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
33192 \begin_inset Text
33193
33194 \begin_layout Plain Layout
33195 pica (1
33196 \begin_inset space \thinspace{}
33197 \end_inset
33198
33199 pc = 12
33200 \begin_inset space \thinspace{}
33201 \end_inset
33202
33203 pt)
33204 \end_layout
33205
33206 \end_inset
33207 </cell>
33208 </row>
33209 <row>
33210 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
33211 \begin_inset Text
33212
33213 \begin_layout Plain Layout
33214 sp
33215 \end_layout
33216
33217 \end_inset
33218 </cell>
33219 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
33220 \begin_inset Text
33221
33222 \begin_layout Plain Layout
33223 punto escalado (65536
33224 \begin_inset space \thinspace{}
33225 \end_inset
33226
33227 sp = 1
33228 \begin_inset space \thinspace{}
33229 \end_inset
33230
33231 pt)
33232 \end_layout
33233
33234 \end_inset
33235 </cell>
33236 </row>
33237 <row>
33238 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
33239 \begin_inset Text
33240
33241 \begin_layout Plain Layout
33242 bp
33243 \end_layout
33244
33245 \end_inset
33246 </cell>
33247 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
33248 \begin_inset Text
33249
33250 \begin_layout Plain Layout
33251 punto grande (72
33252 \begin_inset space \thinspace{}
33253 \end_inset
33254
33255 bp = 1
33256 \begin_inset space \thinspace{}
33257 \end_inset
33258
33259 in)
33260 \end_layout
33261
33262 \end_inset
33263 </cell>
33264 </row>
33265 <row>
33266 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
33267 \begin_inset Text
33268
33269 \begin_layout Plain Layout
33270 dd
33271 \end_layout
33272
33273 \end_inset
33274 </cell>
33275 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
33276 \begin_inset Text
33277
33278 \begin_layout Plain Layout
33279 didot (1
33280 \begin_inset space \thinspace{}
33281 \end_inset
33282
33283 dd 
33284 \begin_inset Formula $\approx$
33285 \end_inset
33286
33287  0.376
33288 \begin_inset space \thinspace{}
33289 \end_inset
33290
33291 mm)
33292 \end_layout
33293
33294 \end_inset
33295 </cell>
33296 </row>
33297 <row>
33298 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
33299 \begin_inset Text
33300
33301 \begin_layout Plain Layout
33302 cc
33303 \end_layout
33304
33305 \end_inset
33306 </cell>
33307 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
33308 \begin_inset Text
33309
33310 \begin_layout Plain Layout
33311 cicero (1
33312 \begin_inset space \thinspace{}
33313 \end_inset
33314
33315 cc = 12
33316 \begin_inset space \thinspace{}
33317 \end_inset
33318
33319 dd)
33320 \end_layout
33321
33322 \end_inset
33323 </cell>
33324 </row>
33325 <row>
33326 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
33327 \begin_inset Text
33328
33329 \begin_layout Plain Layout
33330 escala
33331 \begin_inset space \thinspace{}
33332 \end_inset
33333
33334 %
33335 \end_layout
33336
33337 \end_inset
33338 </cell>
33339 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
33340 \begin_inset Text
33341
33342 \begin_layout Plain Layout
33343 % del tamaño original de la imagen
33344 \end_layout
33345
33346 \end_inset
33347 </cell>
33348 </row>
33349 <row>
33350 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
33351 \begin_inset Text
33352
33353 \begin_layout Plain Layout
33354 texto
33355 \begin_inset space \thinspace{}
33356 \end_inset
33357
33358 %
33359 \end_layout
33360
33361 \end_inset
33362 </cell>
33363 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
33364 \begin_inset Text
33365
33366 \begin_layout Plain Layout
33367 % de anchura de texto
33368 \end_layout
33369
33370 \end_inset
33371 </cell>
33372 </row>
33373 <row>
33374 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
33375 \begin_inset Text
33376
33377 \begin_layout Plain Layout
33378 columna
33379 \begin_inset space \thinspace{}
33380 \end_inset
33381
33382 %
33383 \end_layout
33384
33385 \end_inset
33386 </cell>
33387 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
33388 \begin_inset Text
33389
33390 \begin_layout Plain Layout
33391 % de anchura de columna
33392 \end_layout
33393
33394 \end_inset
33395 </cell>
33396 </row>
33397 <row>
33398 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
33399 \begin_inset Text
33400
33401 \begin_layout Plain Layout
33402 página
33403 \begin_inset space \thinspace{}
33404 \end_inset
33405
33406 %
33407 \end_layout
33408
33409 \end_inset
33410 </cell>
33411 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
33412 \begin_inset Text
33413
33414 \begin_layout Plain Layout
33415 % de anchura de página
33416 \end_layout
33417
33418 \end_inset
33419 </cell>
33420 </row>
33421 <row>
33422 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
33423 \begin_inset Text
33424
33425 \begin_layout Plain Layout
33426 línea
33427 \begin_inset space \thinspace{}
33428 \end_inset
33429
33430 %
33431 \end_layout
33432
33433 \end_inset
33434 </cell>
33435 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
33436 \begin_inset Text
33437
33438 \begin_layout Plain Layout
33439 % de anchura de línea
33440 \end_layout
33441
33442 \end_inset
33443 </cell>
33444 </row>
33445 <row>
33446 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
33447 \begin_inset Text
33448
33449 \begin_layout Plain Layout
33450 alt.
33451  texto
33452 \begin_inset space \thinspace{}
33453 \end_inset
33454
33455 %
33456 \end_layout
33457
33458 \end_inset
33459 </cell>
33460 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
33461 \begin_inset Text
33462
33463 \begin_layout Plain Layout
33464 % de altura de texto
33465 \end_layout
33466
33467 \end_inset
33468 </cell>
33469 </row>
33470 <row>
33471 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
33472 \begin_inset Text
33473
33474 \begin_layout Plain Layout
33475 alt.
33476  pág.
33477 \begin_inset space \thinspace{}
33478 \end_inset
33479
33480 %
33481 \end_layout
33482
33483 \end_inset
33484 </cell>
33485 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
33486 \begin_inset Text
33487
33488 \begin_layout Plain Layout
33489 % de altura de página
33490 \end_layout
33491
33492 \end_inset
33493 </cell>
33494 </row>
33495 <row>
33496 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
33497 \begin_inset Text
33498
33499 \begin_layout Plain Layout
33500 ex
33501 \end_layout
33502
33503 \end_inset
33504 </cell>
33505 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
33506 \begin_inset Text
33507
33508 \begin_layout Plain Layout
33509 altura de la letra 
33510 \emph on
33511 x
33512 \emph default
33513  en la fuente actual
33514 \end_layout
33515
33516 \end_inset
33517 </cell>
33518 </row>
33519 <row>
33520 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
33521 \begin_inset Text
33522
33523 \begin_layout Plain Layout
33524 em
33525 \end_layout
33526
33527 \end_inset
33528 </cell>
33529 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
33530 \begin_inset Text
33531
33532 \begin_layout Plain Layout
33533 anchura de la letra 
33534 \emph on
33535 M
33536 \emph default
33537  en la fuente actual
33538 \end_layout
33539
33540 \end_inset
33541 </cell>
33542 </row>
33543 <row>
33544 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
33545 \begin_inset Text
33546
33547 \begin_layout Plain Layout
33548 mu
33549 \end_layout
33550
33551 \end_inset
33552 </cell>
33553 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
33554 \begin_inset Text
33555
33556 \begin_layout Plain Layout
33557 unidad matemática (1
33558 \begin_inset space \thinspace{}
33559 \end_inset
33560
33561 mu = 1/18
33562 \begin_inset space \thinspace{}
33563 \end_inset
33564
33565 em)
33566 \end_layout
33567
33568 \end_inset
33569 </cell>
33570 </row>
33571 </lyxtabular>
33572
33573 \end_inset
33574
33575
33576 \end_layout
33577
33578 \end_inset
33579
33580
33581 \end_layout
33582
33583 \begin_layout Chapter
33584 Formatos de archivos de salida con gráficos
33585 \begin_inset CommandInset label
33586 LatexCommand label
33587 name "cap:Formatos-de-Archivos-de-Salida"
33588
33589 \end_inset
33590
33591
33592 \end_layout
33593
33594 \begin_layout Section
33595 DVI
33596 \begin_inset Index idx
33597 status collapsed
33598
33599 \begin_layout Plain Layout
33600 Formatos de archivo ! DVI
33601 \end_layout
33602
33603 \end_inset
33604
33605
33606 \begin_inset Index idx
33607 status collapsed
33608
33609 \begin_layout Plain Layout
33610 DVI|see
33611 \begin_inset ERT
33612 status collapsed
33613
33614 \begin_layout Plain Layout
33615
33616 {
33617 \end_layout
33618
33619 \end_inset
33620
33621 Formatos de archivo
33622 \begin_inset ERT
33623 status collapsed
33624
33625 \begin_layout Plain Layout
33626
33627 }
33628 \end_layout
33629
33630 \end_inset
33631
33632
33633 \end_layout
33634
33635 \end_inset
33636
33637
33638 \end_layout
33639
33640 \begin_layout Standard
33641 Este tipo de archivo tiene la extensión «
33642 \family typewriter
33643 .dvi
33644 \family default
33645 ».
33646  Se denomina «device-independent» (DVI), porque es completamente portable;
33647  se pueden mover de una máquina a otra sin necesidad de conversión alguna.
33648  En la época en que se desarrolló este formato, esto no era un asunto baladí.
33649  Los DVI se usan para vistas preliminares rápidas y como preparación para
33650  otros formatos de salida como PostScript.
33651 \end_layout
33652
33653 \begin_layout Standard
33654 \begin_inset Note Greyedout
33655 status open
33656
33657 \begin_layout Plain Layout
33658
33659 \series bold
33660 Nota:
33661 \series default
33662  Los archivos DVI no contienen imágenes, sino enlaces a ellas.
33663 \end_layout
33664
33665 \end_inset
33666
33667  Por tanto no debes olvidar esto si mueves archivos 
33668 \family typewriter
33669 .dvi
33670 \family default
33671  a otro ordenador.
33672  Esta característica también puede retardar la visualización del archivo,
33673  porque el visor DVI tiene que convertir la imagen en segundo plano para
33674  hacerla visible al deslizar el visor.
33675  Así pues recomendamos usar PDF para archivos con muchas imágenes.
33676 \end_layout
33677
33678 \begin_layout Standard
33679 Un documento se exporta a DVI con el menú 
33680 \family sans
33681 Archivo\SpecialChar \menuseparator
33682 Exportar\SpecialChar \menuseparator
33683 DVI
33684 \family default
33685 .
33686  Puedes ver la salida del documento en DVI con el menú 
33687 \family sans
33688 Ver\SpecialChar \menuseparator
33689 DVI 
33690 \family default
33691 o con el botón
33692 \begin_inset space ~
33693 \end_inset
33694
33695
33696 \begin_inset Graphics
33697         filename ../../images/buffer-view_dvi.png
33698         scale 85
33699
33700 \end_inset
33701
33702 .
33703 \end_layout
33704
33705 \begin_layout Section
33706 PostScript
33707 \begin_inset CommandInset label
33708 LatexCommand label
33709 name "sec:PostScript"
33710
33711 \end_inset
33712
33713
33714 \begin_inset Index idx
33715 status collapsed
33716
33717 \begin_layout Plain Layout
33718 Formatos de archivo ! PostScript
33719 \end_layout
33720
33721 \end_inset
33722
33723
33724 \begin_inset Index idx
33725 status collapsed
33726
33727 \begin_layout Plain Layout
33728 PostScript|see
33729 \begin_inset ERT
33730 status collapsed
33731
33732 \begin_layout Plain Layout
33733
33734 {
33735 \end_layout
33736
33737 \end_inset
33738
33739 Formatos de archivo
33740 \begin_inset ERT
33741 status collapsed
33742
33743 \begin_layout Plain Layout
33744
33745 }
33746 \end_layout
33747
33748 \end_inset
33749
33750
33751 \end_layout
33752
33753 \end_inset
33754
33755
33756 \end_layout
33757
33758 \begin_layout Standard
33759 Este tipo de archivo tiene la extensión «
33760 \family typewriter
33761 .ps
33762 \family default
33763 ».
33764  PostScript fue desarrollado por la compañía 
33765 \family typewriter
33766 Adobe
33767 \family default
33768  como lenguaje para impresoras.
33769  Por eso estos archivos contienen comandos que usa la impresora para imprimirlos.
33770  PostScript puede considerarse como un «lenguaje de programación»; con él
33771  puedes calcular y dibujar imágenes y diagramas.
33772 \begin_inset Foot
33773 status collapsed
33774
33775 \begin_layout Plain Layout
33776 Si estás interesado en este tema acude al paquete LaTeX 
33777 \series bold
33778 PSTricks
33779 \series default
33780  
33781 \begin_inset CommandInset citation
33782 LatexCommand cite
33783 key "pstricks"
33784
33785 \end_inset
33786
33787 .
33788 \end_layout
33789
33790 \end_inset
33791
33792  Por esto los archivos suelen ser más grandes que los PDF.
33793 \end_layout
33794
33795 \begin_layout Standard
33796 Los archivos PostScript sólo pueden contener imágenes en el formato «Encapsulate
33797 d PostScript» (EPS, extensión «
33798 \family typewriter
33799 .eps
33800 \family default
33801 »).
33802  Como LyX permite usar cualquier formato de imagen conocido, tiene que trabajar
33803  en segundo plano para convertir las imágenes a EPS.
33804  Si por ejemplo, el documento tiene 50 imágenes, LyX ha de hacer 50 conversiones
33805  cada vez que veas o exportes el documento.
33806  Esto ralentizará mucho el trabajo, así que si piensas usar PostScript,
33807  puedes evitar el problema insertando las imágenes directamente en EPS.
33808 \end_layout
33809
33810 \begin_layout Standard
33811 El documento se puede exportar a PostScript con el menú 
33812 \family sans
33813 Archivo\SpecialChar \menuseparator
33814 Exportar\SpecialChar \menuseparator
33815 Postscript
33816 \family default
33817 .
33818  Se puede ver la salida en PostScript con el menú 
33819 \family sans
33820 Ver\SpecialChar \menuseparator
33821 Postscript 
33822 \family default
33823 o con el botón
33824 \begin_inset space ~
33825 \end_inset
33826
33827
33828 \begin_inset Graphics
33829         filename ../../images/buffer-view_ps.png
33830
33831 \end_inset
33832
33833 .
33834 \end_layout
33835
33836 \begin_layout Section
33837 PDF
33838 \begin_inset Index idx
33839 status collapsed
33840
33841 \begin_layout Plain Layout
33842 Formatos de archivo ! PDF
33843 \end_layout
33844
33845 \end_inset
33846
33847
33848 \begin_inset Index idx
33849 status collapsed
33850
33851 \begin_layout Plain Layout
33852 PDF
33853 \end_layout
33854
33855 \end_inset
33856
33857
33858 \end_layout
33859
33860 \begin_layout Standard
33861 Este tipo de archivo tiene la extensión «
33862 \family typewriter
33863 .pdf
33864 \family default
33865 ».
33866  El formato «Portable Document Format» (PDF) fue desarrollado por 
33867 \family typewriter
33868 Adobe
33869 \family default
33870  como derivado de PostScript.
33871  Es más comprimido y utiliza muchos menos comandos que PostScript.
33872  Como su nombre «portable» indica, puede ser procesado por cualquier sistema
33873  operativo y la salida impresa se muestra exactamente igual.
33874 \end_layout
33875
33876 \begin_layout Standard
33877 PDF puede contener imágenes en su propio formato PDF, en el formato «Joint
33878  Photographic Experts Group» (JPG, extensión «
33879 \family typewriter
33880 .jpg
33881 \family default
33882 » o «
33883 \family typewriter
33884 .jpeg
33885 \family default
33886 »), y en el formato «Portable Network Graphics» (PNG, extensión «
33887 \family typewriter
33888 .png
33889 \family default
33890 »).
33891  Aunque puedes poner cualquier otro formato de imagen, porque LyX los convierte
33892  en segundo plano a alguno de los anteriores.
33893  Pero como se ha comentado en la sección sobre PostScript, la conversión
33894  de gráficos ralentiza el trabajo.
33895  Por tanto se recomienda utilizar alguno de los tres formatos de imagen
33896  mencionados.
33897 \end_layout
33898
33899 \begin_layout Standard
33900 Un documento se puede exportar a PDF con el menú 
33901 \family sans
33902 Archivo\SpecialChar \menuseparator
33903 Exportar
33904 \family default
33905  en tres modos diferentes:
33906 \end_layout
33907
33908 \begin_layout Description
33909 PDF
33910 \begin_inset space ~
33911 \end_inset
33912
33913 (ps2pdf) Este utiliza el programa 
33914 \family typewriter
33915 ps2pdf
33916 \family default
33917  que crea un PDF a partir de una versión PostScript del archivo.
33918  La versión PostScript es producida por el programa 
33919 \family typewriter
33920 dvips
33921 \family default
33922  que usa una versión DVI como paso intermedio.
33923  Así que este modo de exportación consta de tres conversiones.
33924 \end_layout
33925
33926 \begin_layout Description
33927 PDF
33928 \begin_inset space ~
33929 \end_inset
33930
33931 (dvipdfm) Este utiliza el programa 
33932 \family typewriter
33933 dvipdfm
33934 \family default
33935  que convierte el archivo a DVI en segundo plano y en un segundo paso a
33936  PDF.
33937 \end_layout
33938
33939 \begin_layout Description
33940 PDF
33941 \begin_inset space ~
33942 \end_inset
33943
33944 (pdflatex) Este utiliza el programa 
33945 \family typewriter
33946 pdftex
33947 \family default
33948  que convierte directamente el archivo a PDF.
33949 \end_layout
33950
33951 \begin_layout Standard
33952 Se recomienda usar 
33953 \family sans
33954 PDF
33955 \begin_inset space ~
33956 \end_inset
33957
33958 (pdflatex)
33959 \family default
33960  porque 
33961 \family typewriter
33962 pdftex
33963 \family default
33964  soporta todas las características de las versiones actuales de PDF, es
33965  rápido y estable.
33966  El programa 
33967 \family typewriter
33968 dvipdfm
33969 \family default
33970  ya no se desarrolla y está un poco obsoleto.
33971 \end_layout
33972
33973 \begin_layout Standard
33974 La salida en formato PDF se puede ver con el menú 
33975 \family sans
33976 Ver 
33977 \family default
33978 o con el botón
33979 \begin_inset space ~
33980 \end_inset
33981
33982
33983 \begin_inset Graphics
33984         filename ../../images/buffer-view_pdf2.png
33985         scale 85
33986
33987 \end_inset
33988
33989  (que usa 
33990 \family sans
33991 PDF
33992 \begin_inset space ~
33993 \end_inset
33994
33995 (pdflatex)
33996 \family default
33997 ).
33998 \end_layout
33999
34000 \begin_layout Chapter
34001 Explicación de la ecuación
34002 \begin_inset space ~
34003 \end_inset
34004
34005 (
34006 \begin_inset CommandInset ref
34007 LatexCommand ref
34008 reference "eq:Wgn"
34009
34010 \end_inset
34011
34012 )
34013 \begin_inset CommandInset label
34014 LatexCommand label
34015 name "cap:Explicación-de-la-Ecuación"
34016
34017 \end_inset
34018
34019
34020 \end_layout
34021
34022 \begin_layout Standard
34023 La anchura total de 
34024 \emph on
34025 n
34026 \emph default
34027  celdas de una tabla 
34028 \begin_inset Formula $W_{\mathrm{tot\, n}}$
34029 \end_inset
34030
34031  puede calcularse con
34032 \end_layout
34033
34034 \begin_layout Standard
34035 \begin_inset Formula \begin{equation}
34036 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}
34037
34038 \end_inset
34039
34040
34041 \end_layout
34042
34043 \begin_layout Standard
34044 donde 
34045 \begin_inset Formula $W_{g\, n}$
34046 \end_inset
34047
34048  es el ancho dado de todas las celdas.
34049  
34050 \series bold
34051
34052 \backslash
34053 tabcolsep
34054 \series default
34055  es la longitud LaTeX entre el texto y el borde de la celda, 6
34056 \begin_inset space \thinspace{}
34057 \end_inset
34058
34059 pt por omisión.
34060  
34061 \series bold
34062
34063 \backslash
34064 arrayrulewidth
34065 \series default
34066  es el grosor de línea del borde, 0.4
34067 \begin_inset space \thinspace{}
34068 \end_inset
34069
34070 pt por omisión.
34071 \end_layout
34072
34073 \begin_layout Standard
34074 Procediendo como en la ecuación
34075 \begin_inset space ~
34076 \end_inset
34077
34078
34079 \begin_inset CommandInset ref
34080 LatexCommand eqref
34081 reference "eq:Wtot_n"
34082
34083 \end_inset
34084
34085 , el ancho total de una multicolumna, 
34086 \begin_inset Formula $W_{\mathrm{tot\, mult}}$
34087 \end_inset
34088
34089  es
34090 \end_layout
34091
34092 \begin_layout Standard
34093 \begin_inset Formula \begin{equation}
34094 W_{\mathrm{tot\, mult}}=W_{g\,\mathrm{mult}}+2\cdot\backslash\mbox{tabcolsep}+2\cdot\backslash\mbox{arrayrulewidth}\label{eq:Wtot_mult}\end{equation}
34095
34096 \end_inset
34097
34098
34099 \end_layout
34100
34101 \begin_layout Standard
34102 Igualando las ecuaciones
34103 \begin_inset space ~
34104 \end_inset
34105
34106
34107 \begin_inset CommandInset ref
34108 LatexCommand eqref
34109 reference "eq:Wtot_n"
34110
34111 \end_inset
34112
34113  y 
34114 \begin_inset CommandInset ref
34115 LatexCommand eqref
34116 reference "eq:Wtot_mult"
34117
34118 \end_inset
34119
34120  podemos calcular el ancho dado necesario 
34121 \begin_inset Formula $W_{g\, n}$
34122 \end_inset
34123
34124  cuando se expanden 
34125 \emph on
34126 n
34127 \emph default
34128  columnas, de forma que cada una de ellas tiene una anchura total  
34129 \begin_inset Formula $W_{\mathrm{tot\, mult}}/n$
34130 \end_inset
34131
34132 :
34133 \end_layout
34134
34135 \begin_layout Standard
34136 \begin_inset Formula \begin{equation}
34137 W_{g\, n}=(W_{g\,\mathrm{mult}}+(1-n)\cdot(2\cdot\backslash\mbox{tabcolsep}+\backslash\mbox{arrayrulewidth}))/n\end{equation}
34138
34139 \end_inset
34140
34141
34142 \end_layout
34143
34144 \begin_layout Bibliography
34145 \labelwidthstring Bibliografía
34146 \begin_inset CommandInset bibitem
34147 LatexCommand bibitem
34148 key "latexcompanion"
34149
34150 \end_inset
34151
34152 Frank Mittelbach and Michel Goossens: 
34153 \emph on
34154 The LaTeX Companion Second Edition.
34155
34156 \emph default
34157  Addison-Wesley, 2004
34158 \end_layout
34159
34160 \begin_layout Bibliography
34161 \labelwidthstring Bibliografía
34162 \begin_inset CommandInset bibitem
34163 LatexCommand bibitem
34164 key "latexguide"
34165
34166 \end_inset
34167
34168 Helmut Kopka and Patrick W.
34169  Daly: 
34170 \emph on
34171 A Guide to LaTeX Fourth Edition.
34172
34173 \emph default
34174  Addison-Wesley, 2003
34175 \end_layout
34176
34177 \begin_layout Bibliography
34178 \labelwidthstring Bibliografía
34179 \begin_inset CommandInset bibitem
34180 LatexCommand bibitem
34181 key "latexbook"
34182
34183 \end_inset
34184
34185 Leslie Lamport: 
34186 \emph on
34187 LaTeX: A Document Preparation System.
34188
34189 \emph default
34190  Addison-Wesley, second edition, 1994
34191 \end_layout
34192
34193 \begin_layout Bibliography
34194 \labelwidthstring Bibliografía
34195 \begin_inset CommandInset bibitem
34196 LatexCommand bibitem
34197 key "booktabs"
34198
34199 \end_inset
34200
34201 Documentación del paquete LaTeX 
34202 \series bold
34203
34204 \begin_inset CommandInset href
34205 LatexCommand href
34206 name "booktabs"
34207 target "ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/booktabs/booktabs.pdf"
34208
34209 \end_inset
34210
34211
34212 \series default
34213
34214 \begin_inset Index idx
34215 status collapsed
34216
34217 \begin_layout Plain Layout
34218 LaTeX-paquetes ! booktabs
34219 \end_layout
34220
34221 \end_inset
34222
34223
34224 \end_layout
34225
34226 \begin_layout Bibliography
34227 \labelwidthstring Bibliografía
34228 \begin_inset CommandInset bibitem
34229 LatexCommand bibitem
34230 key "caption"
34231
34232 \end_inset
34233
34234 Documentación del paquete LaTeX 
34235 \series bold
34236
34237 \begin_inset CommandInset href
34238 LatexCommand href
34239 name "caption"
34240 target "ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/caption/caption.pdf"
34241
34242 \end_inset
34243
34244
34245 \series default
34246
34247 \begin_inset Index idx
34248 status collapsed
34249
34250 \begin_layout Plain Layout
34251 LaTeX-paquetes ! caption
34252 \end_layout
34253
34254 \end_inset
34255
34256
34257 \end_layout
34258
34259 \begin_layout Bibliography
34260 \labelwidthstring Bibliografía
34261 \begin_inset CommandInset bibitem
34262 LatexCommand bibitem
34263 key "endfloat"
34264
34265 \end_inset
34266
34267 Documentación del paquete LaTeX 
34268 \series bold
34269
34270 \begin_inset CommandInset href
34271 LatexCommand href
34272 name "endfloat"
34273 target "ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/endfloat/endfloat.pdf"
34274
34275 \end_inset
34276
34277
34278 \series default
34279
34280 \begin_inset Index idx
34281 status collapsed
34282
34283 \begin_layout Plain Layout
34284 LaTeX-paquetes ! endfloat
34285 \end_layout
34286
34287 \end_inset
34288
34289
34290 \end_layout
34291
34292 \begin_layout Bibliography
34293 \labelwidthstring Bibliografía
34294 \begin_inset CommandInset bibitem
34295 LatexCommand bibitem
34296 key "wrapfig"
34297
34298 \end_inset
34299
34300 Documentación del paquete LaTeX 
34301 \series bold
34302
34303 \begin_inset CommandInset href
34304 LatexCommand href
34305 name "wrapfig"
34306 target "ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/wrapfig/wrapfig.sty"
34307
34308 \end_inset
34309
34310
34311 \series default
34312
34313 \begin_inset Index idx
34314 status collapsed
34315
34316 \begin_layout Plain Layout
34317 LaTeX-paquetes ! wrapfig
34318 \begin_inset ERT
34319 status collapsed
34320
34321 \begin_layout Plain Layout
34322
34323
34324 \backslash
34325 vspace{4mm}
34326 \end_layout
34327
34328 \end_inset
34329
34330
34331 \end_layout
34332
34333 \end_inset
34334
34335
34336 \end_layout
34337
34338 \begin_layout Bibliography
34339 \labelwidthstring Bibliografía
34340 \begin_inset CommandInset bibitem
34341 LatexCommand bibitem
34342 key "footmisc"
34343
34344 \end_inset
34345
34346 Documentación del paquete LaTeX 
34347 \series bold
34348
34349 \begin_inset CommandInset href
34350 LatexCommand href
34351 name "footmisc"
34352 target "ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/footmisc/footmisc.pdf"
34353
34354 \end_inset
34355
34356
34357 \series default
34358
34359 \begin_inset Index idx
34360 status collapsed
34361
34362 \begin_layout Plain Layout
34363 LaTeX-paquetes ! footmisc
34364 \end_layout
34365
34366 \end_inset
34367
34368
34369 \end_layout
34370
34371 \begin_layout Bibliography
34372 \labelwidthstring Bibliografía
34373 \begin_inset CommandInset bibitem
34374 LatexCommand bibitem
34375 key "hypcap"
34376
34377 \end_inset
34378
34379 Documentación del paquete LaTeX 
34380 \series bold
34381
34382 \begin_inset CommandInset href
34383 LatexCommand href
34384 name "hypcap"
34385 target "http://www.ctan.org/tex-archive/macros/latex/contrib/oberdiek/hypcap.pdf"
34386
34387 \end_inset
34388
34389
34390 \series default
34391
34392 \begin_inset Index idx
34393 status collapsed
34394
34395 \begin_layout Plain Layout
34396 LaTeX-paquetes ! hyperref
34397 \end_layout
34398
34399 \end_inset
34400
34401
34402 \end_layout
34403
34404 \begin_layout Bibliography
34405 \labelwidthstring Bibliografía
34406 \begin_inset CommandInset bibitem
34407 LatexCommand bibitem
34408 key "hyperref"
34409
34410 \end_inset
34411
34412 Documentación del paquete LaTeX 
34413 \series bold
34414
34415 \begin_inset CommandInset href
34416 LatexCommand href
34417 name "hyperref"
34418 target "ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/hyperref/hyperref.pdf"
34419
34420 \end_inset
34421
34422
34423 \series default
34424
34425 \begin_inset Index idx
34426 status collapsed
34427
34428 \begin_layout Plain Layout
34429 LaTeX-paquetes ! hyperref
34430 \end_layout
34431
34432 \end_inset
34433
34434
34435 \end_layout
34436
34437 \begin_layout Bibliography
34438 \labelwidthstring Bibliografía
34439 \begin_inset CommandInset bibitem
34440 LatexCommand bibitem
34441 key "KOMA-Script"
34442
34443 \end_inset
34444
34445 Documentación del paquete LaTeX 
34446 \series bold
34447
34448 \begin_inset CommandInset href
34449 LatexCommand href
34450 name "KOMA-Script"
34451 target "ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/koma-script/scrguien.pdf"
34452
34453 \end_inset
34454
34455
34456 \series default
34457
34458 \begin_inset Index idx
34459 status collapsed
34460
34461 \begin_layout Plain Layout
34462 LaTeX-paquetes ! KOMA-Script
34463 \end_layout
34464
34465 \end_inset
34466
34467
34468 \end_layout
34469
34470 \begin_layout Bibliography
34471 \labelwidthstring Bibliografía
34472 \begin_inset CommandInset bibitem
34473 LatexCommand bibitem
34474 key "listings"
34475
34476 \end_inset
34477
34478 Documentación del paquete LaTeX 
34479 \series bold
34480
34481 \begin_inset CommandInset href
34482 LatexCommand href
34483 name "listings"
34484 target "ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/listings/listings.pdf"
34485
34486 \end_inset
34487
34488
34489 \series default
34490
34491 \begin_inset Index idx
34492 status collapsed
34493
34494 \begin_layout Plain Layout
34495 LaTeX-paquetes ! listings
34496 \end_layout
34497
34498 \end_inset
34499
34500
34501 \end_layout
34502
34503 \begin_layout Bibliography
34504 \labelwidthstring Bibliografía
34505 \begin_inset CommandInset bibitem
34506 LatexCommand bibitem
34507 key "marginnote"
34508
34509 \end_inset
34510
34511 Documentación del paquete LaTeX 
34512 \series bold
34513
34514 \begin_inset CommandInset href
34515 LatexCommand href
34516 name "marginnote"
34517 target "ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/marginnote/marginnote.pdf"
34518
34519 \end_inset
34520
34521
34522 \series default
34523
34524 \begin_inset Index idx
34525 status collapsed
34526
34527 \begin_layout Plain Layout
34528 LaTeX-paquetes ! marginnote
34529 \end_layout
34530
34531 \end_inset
34532
34533
34534 \end_layout
34535
34536 \begin_layout Bibliography
34537 \labelwidthstring Bibliografía
34538 \begin_inset CommandInset bibitem
34539 LatexCommand bibitem
34540 key "pstricks"
34541
34542 \end_inset
34543
34544 Página web del paquete LaTeX 
34545 \series bold
34546
34547 \begin_inset CommandInset href
34548 LatexCommand href
34549 name "PSTricks"
34550 target "http://tug.org/PSTricks/"
34551
34552 \end_inset
34553
34554
34555 \series default
34556
34557 \begin_inset Index idx
34558 status collapsed
34559
34560 \begin_layout Plain Layout
34561 LaTeX-paquetes ! PSTricks
34562 \end_layout
34563
34564 \end_inset
34565
34566
34567 \end_layout
34568
34569 \begin_layout Bibliography
34570 \labelwidthstring Bibliografía
34571 \begin_inset CommandInset bibitem
34572 LatexCommand bibitem
34573 key "sidecap"
34574
34575 \end_inset
34576
34577 Documentación del paquete LaTeX 
34578 \series bold
34579
34580 \begin_inset CommandInset href
34581 LatexCommand href
34582 name "sidecap"
34583 target "ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/sidecap/sidecap.pdf"
34584
34585 \end_inset
34586
34587
34588 \series default
34589
34590 \begin_inset Index idx
34591 status collapsed
34592
34593 \begin_layout Plain Layout
34594 LaTeX-paquetes ! sidecap
34595 \end_layout
34596
34597 \end_inset
34598
34599
34600 \end_layout
34601
34602 \begin_layout Bibliography
34603 \labelwidthstring Bibliografía
34604 \begin_inset CommandInset bibitem
34605 LatexCommand bibitem
34606 key "prettyref"
34607
34608 \end_inset
34609
34610 Documentación del paquete LaTeX 
34611 \series bold
34612
34613 \begin_inset CommandInset href
34614 LatexCommand href
34615 name "prettyref"
34616 target "http://www.ctan.org/tex-archive/macros/latex/contrib/prettyref/prettyref.pdf"
34617
34618 \end_inset
34619
34620
34621 \series default
34622
34623 \begin_inset Index idx
34624 status collapsed
34625
34626 \begin_layout Plain Layout
34627 LaTeX-paquetes ! prettyref
34628 \end_layout
34629
34630 \end_inset
34631
34632
34633 \end_layout
34634
34635 \begin_layout Bibliography
34636 \labelwidthstring Bibliografía
34637 \begin_inset CommandInset bibitem
34638 LatexCommand bibitem
34639 key "NewInLyX20"
34640
34641 \end_inset
34642
34643
34644 \begin_inset CommandInset href
34645 LatexCommand href
34646 name "Página wiki"
34647 target "http://wiki.lyx.org/LyX/NewInLyX20"
34648
34649 \end_inset
34650
34651  sobre características nuevas para la versión 
34652 \family sans
34653 LyX
34654 \begin_inset space ~
34655 \end_inset
34656
34657 2.0
34658 \family default
34659 .
34660 \end_layout
34661
34662 \begin_layout Standard
34663 \begin_inset CommandInset index_print
34664 LatexCommand printindex
34665 type "idx"
34666
34667 \end_inset
34668
34669
34670 \end_layout
34671
34672 \end_body
34673 \end_document