]> git.lyx.org Git - features.git/blob - lib/doc/es/EmbeddedObjects.lyx
069dcd4b8647bea16ed5ef4b235ad579fc6f0b59
[features.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 book-style tables
90 \usepackage{booktabs}
91
92 % used to have extra space in table cells
93 \@ifundefined{extrarowheight}
94  {\usepackage{array}}{}
95 \setlength{\extrarowheight}{2pt}
96
97 % used for customized tables
98 % ---
99 \newcolumntype{M}[1]
100  {>{\centering\hspace{0pt}}m{#1}}
101
102 \newcolumntype{S}[2]
103  {>{\centering\hspace{0pt}}m{(#1+(2\tabcolsep+\arrayrulewidth)*(1-#2))/#2}}
104
105 \newcolumntype{K}[1]
106  {>{\columncolor{#1}\hspace{0pt}}c}
107
108 \newcolumntype{V}{!{\vrule width 1.5pt}}
109
110 \newcolumntype{W}{!{\color{green}\vline}}
111 % ---
112
113
114 % insert additional vertical space of
115 % 1.5 mm between footnotes
116 \let\myFoot\footnote
117 \renewcommand{\footnote}[1]{\myFoot{#1\vspace{1.5mm}}}
118
119 % number algorithm floats within chapters
120 \numberwithin{algorithm}{chapter}
121 % en español
122 \floatname{algorithm}{Algoritmo}
123
124
125 % ------------------------------------
126 % used to check for needed LaTeX packages
127 \usepackage{ifthen}
128
129 % check for package arydshln
130 % used for tables with dashed lines
131 \newboolean{arydshln}
132 \IfFileExists{arydshln.sty}
133  {\usepackage{arydshln}
134   \setboolean{arydshln}{true}}
135  {\setboolean{arydshln}{false}}
136
137 % check for package marginnote
138 % used for margin notes
139 \newboolean{marginnote}
140 \IfFileExists{marginnote.sty}
141  {\usepackage{marginnote}
142   \let\marginpar\marginnote
143   \setboolean{marginnote}{true}}
144  {\setboolean{marginnote}{false}}
145
146 % check for package sidecap
147 % used for captions on the side
148 \newboolean{sidecap}
149 \IfFileExists{sidecap.sty}
150  {\usepackage{sidecap}
151   \setboolean{sidecap}{true}}
152  {\setboolean{sidecap}{false}}
153
154 % redefine the \LyX macro for PDF bookmarks
155 \def\LyX{\texorpdfstring{%
156   L\kern-.1667em\lower.25em\hbox{Y}\kern-.125emX\@}
157   {LyX}}
158
159 % to translate the listing label
160 % para traducir la etiqueta listing
161 \renewcommand{\lstlistingname}{Listado}
162 \end_preamble
163 \options fleqn,bibliography=totoc,index=totoc,BCOR7.5mm,titlepage,captions=tableheading
164 \use_default_options false
165 \maintain_unincluded_children false
166 \language spanish
167 \inputencoding auto
168 \fontencoding global
169 \font_roman default
170 \font_sans default
171 \font_typewriter default
172 \font_default_family default
173 \use_xetex false
174 \font_sc false
175 \font_osf false
176 \font_sf_scale 100
177 \font_tt_scale 100
178
179 \graphics default
180 \default_output_format default
181 \output_sync 0
182 \bibtex_command default
183 \index_command default
184 \paperfontsize 12
185 \spacing single
186 \use_hyperref true
187 \pdf_title "Manual detallado de Figuras, Tablas, Flotantes, Notas, Cuadros y Archivos en LyX"
188 \pdf_author "LyX Team, Uwe Stöhr, Spanish translation: Ignacio García"
189 \pdf_subject "LyX-documentation about figures, tables, floats, notes, and boxes"
190 \pdf_keywords "LyX, Tables, Figures, Floats, Boxes, Notes"
191 \pdf_bookmarks true
192 \pdf_bookmarksnumbered true
193 \pdf_bookmarksopen true
194 \pdf_bookmarksopenlevel 1
195 \pdf_breaklinks false
196 \pdf_pdfborder false
197 \pdf_colorlinks true
198 \pdf_backref false
199 \pdf_pdfusetitle false
200 \pdf_quoted_options "linkcolor=black, citecolor=black, urlcolor=blue, filecolor=blue, pdfpagelayout=OneColumn, pdfnewwindow=true, pdfstartview=XYZ, plainpages=false"
201 \papersize default
202 \use_geometry false
203 \use_amsmath 2
204 \use_esint 0
205 \use_mhchem 1
206 \use_mathdots 1
207 \cite_engine basic
208 \use_bibtopic false
209 \use_indices false
210 \paperorientation portrait
211 \suppress_date false
212 \use_refstyle 0
213 \notefontcolor #0000ff
214 \index Índice
215 \shortcut idx
216 \color #008000
217 \end_index
218 \secnumdepth 3
219 \tocdepth 3
220 \paragraph_separation skip
221 \defskip medskip
222 \quotes_language french
223 \papercolumns 1
224 \papersides 2
225 \paperpagestyle default
226 \bullet 1 1 34 -1
227 \bullet 2 2 35 -1
228 \bullet 3 2 7 -1
229 \tracking_changes false
230 \output_changes false
231 \html_math_output 0
232 \html_be_strict false
233 \end_header
234
235 \begin_body
236
237 \begin_layout Title
238 Manual detallado de Figuras, Tablas, Flotantes, Notas, Cuadros y Archivos
239  en LyX
240 \end_layout
241
242 \begin_layout Author
243 por el Equipo LyX
244 \begin_inset Foot
245 status collapsed
246
247 \begin_layout Plain Layout
248 \noindent
249 Si tienes comentarios o correcciones, por favor, escribe a la lista de correo
250  de Documentación de LyX: 
251 \begin_inset CommandInset href
252 LatexCommand href
253 name "lyx-docs@lists.lyx.org"
254 target "lyx-docs@lists.lyx.org?subject=EmbeddedObjects manual"
255 type "mailto:"
256
257 \end_inset
258
259
260 \end_layout
261
262 \end_inset
263
264
265 \begin_inset Note Note
266 status collapsed
267
268 \begin_layout Plain Layout
269 Autor: Uwe Stöhr
270 \end_layout
271
272 \end_inset
273
274
275 \begin_inset Note Note
276 status collapsed
277
278 \begin_layout Plain Layout
279 Traducción de: Ignacio García
280 \end_layout
281
282 \end_inset
283
284
285 \begin_inset Newline newline
286 \end_inset
287
288
289 \begin_inset Newline newline
290 \end_inset
291
292
293 \family sans
294 Versión 2.0.x
295 \end_layout
296
297 \begin_layout Standard
298 \begin_inset CommandInset toc
299 LatexCommand tableofcontents
300
301 \end_inset
302
303
304 \end_layout
305
306 \begin_layout Standard
307 \begin_inset Note Note
308 status collapsed
309
310 \begin_layout Plain Layout
311 Para exportar todas las partes de este documento a PDF, PS, o DVI, deben
312  estar instalados los paquetes LaTeX 
313 \series bold
314 arydshln
315 \series default
316
317 \series bold
318 colortbl
319 \series default
320
321 \series bold
322 marginnote
323 \series default
324  y 
325 \series bold
326 sidecap
327 \series default
328 .
329  Si no están instalados, también podrás exportar el documento, pero las
330  secciones en que dichos paquetes son necesarios no aparecen en la salida.
331 \end_layout
332
333 \begin_layout Plain Layout
334 La última versión en PDF de este documento puede encontrarse aquí:
335 \series bold
336
337 \begin_inset Newline newline
338 \end_inset
339
340 http://wiki.lyx.org/LyX/DocumentationDevelopment#EmbeddedObjects
341 \end_layout
342
343 \end_inset
344
345
346 \end_layout
347
348 \begin_layout Chapter
349 Figuras
350 \begin_inset Index idx
351 status collapsed
352
353 \begin_layout Plain Layout
354 Figuras
355 \end_layout
356
357 \end_inset
358
359
360 \begin_inset Index idx
361 status collapsed
362
363 \begin_layout Plain Layout
364 Gráficos|see
365 \begin_inset ERT
366 status collapsed
367
368 \begin_layout Plain Layout
369
370 {
371 \end_layout
372
373 \end_inset
374
375 Figuras
376 \begin_inset ERT
377 status collapsed
378
379 \begin_layout Plain Layout
380
381 }
382 \end_layout
383
384 \end_inset
385
386
387 \end_layout
388
389 \end_inset
390
391
392 \end_layout
393
394 \begin_layout Section
395 Diálogo de gráficos
396 \begin_inset CommandInset label
397 LatexCommand label
398 name "sec:Diálogo-Gráficos"
399
400 \end_inset
401
402
403 \begin_inset Index idx
404 status collapsed
405
406 \begin_layout Plain Layout
407 Figuras ! Diálogo de gráficos
408 \end_layout
409
410 \end_inset
411
412
413 \end_layout
414
415 \begin_layout Standard
416 Para insertar una imagen en un documento, sitúa el cursor en el lugar del
417  texto que desees y haz clic en el icono 
418 \begin_inset Graphics
419         filename ../../images/dialog-show-new-inset_graphics.png
420         scale 85
421
422 \end_inset
423
424  o en el menú 
425 \family sans
426 Insertar\SpecialChar \menuseparator
427 Imagen
428 \family default
429 .
430  Aparecerá un diálogo para escoger el archivo a cargar.
431  La imagen aparecerá en el archivo de salida exactamente en la misma posición
432  en la que la has colocado.
433 \end_layout
434
435 \begin_layout Standard
436 El diálogo Gráficos puede abrirse en cualquier momento haciendo clic sobre
437  una imagen.
438  Este diálogo tiene tres pestañas:
439 \end_layout
440
441 \begin_layout Description
442 Gráficos Aquí puedes elegir tu archivo gráfico y ajustar separadamente su
443  presentación en LyX y en la salida.
444  En el apéndice
445 \begin_inset space ~
446 \end_inset
447
448
449 \begin_inset CommandInset ref
450 LatexCommand ref
451 reference "cap:Unidades-disponibles-en"
452
453 \end_inset
454
455  se detallan las unidades disponibles para el tamaño del gráfico.
456 \begin_inset Newline newline
457 \end_inset
458
459
460 \begin_inset Index idx
461 status collapsed
462
463 \begin_layout Plain Layout
464 Figuras ! Rotar
465 \end_layout
466
467 \end_inset
468
469 Puedes girar los gráficos en el sentido de las agujas de reloj estableciendo
470  un ángulo y un origen de rotación.
471  La imagen también gira en LyX.
472 \begin_inset Newline newline
473 \end_inset
474
475
476 \begin_inset Index idx
477 status collapsed
478
479 \begin_layout Plain Layout
480 Figuras ! Escalar
481 \end_layout
482
483 \end_inset
484
485 Las imágenes se pueden escalar mediante un porcentaje o fijando explícitamente
486  la altura y la anchura.
487  Si fijas sólo la anchura o sólo la altura, la otra dimensión se establece
488  automáticamente.
489  Si fijas ambas dimensiones
490 \family sans
491 ,
492 \family default
493  la imagen se adaptará a ellas, posiblemente distorsionada.
494  Para evitar distorsión en la imagen marca la opción 
495 \family sans
496 Mantener
497 \begin_inset space ~
498 \end_inset
499
500 proporción
501 \family default
502 .
503  En ese caso la imagen será escalada de forma que su anchura y su altura
504  no excedan de las dimensiones especificadas.
505 \begin_inset Newline newline
506 \end_inset
507
508 Las imágenes se pueden abrir en el programa de tu elección con la entrada
509  
510 \family sans
511  Editar
512 \begin_inset space ~
513 \end_inset
514
515  externamente
516 \family default
517  del menú contextual que aparece al hacer clic derecho sobre la imagen.
518  Los programas visor y editor para cada formato de imagen se pueden establecer
519  en la configuración de formatos de archivo de las preferencias de LyX.
520 \end_layout
521
522 \begin_layout Description
523 Recorte Alternativamente al escalado, es posible establecer las coordenadas
524  de la imagen para ajustar su altura y anchura en la salida.
525  Además, las coordenadas se pueden calcular automáticamente pinchando el
526  botón 
527 \family sans
528 Obtener
529 \begin_inset space ~
530 \end_inset
531
532 de
533 \begin_inset space ~
534 \end_inset
535
536 archivo
537 \family default
538 .
539  El botón 
540 \family sans
541 Recortar
542 \begin_inset space ~
543 \end_inset
544
545 al
546 \begin_inset space ~
547 \end_inset
548
549 cuadro
550 \begin_inset space ~
551 \end_inset
552
553 delimitador
554 \family default
555  imprimirá sólo la región de la imagen comprendida en las coordenadas introducid
556 as.
557  Normalmente no necesitarás preocuparte por esto y puedes ignorar esta solapa.
558 \end_layout
559
560 \begin_layout Description
561 Opciones
562 \begin_inset space ~
563 \end_inset
564
565 de
566 \begin_inset space ~
567 \end_inset
568
569 LaTeX
570 \begin_inset space ~
571 \end_inset
572
573 y
574 \begin_inset space ~
575 \end_inset
576
577 LyX En esta solapa puedes modificar la apariencia de la imagen en LyX y,
578  si eres experto en LaTeX, especificar opciones LaTeX adicionales.
579 \begin_inset Newline newline
580 \end_inset
581
582 La opción 
583 \family sans
584 Modo
585 \begin_inset space ~
586 \end_inset
587
588 borrador
589 \family default
590  hace que en la salida se muestre sólo un marco con el tamaño de la imagen.
591 \begin_inset Newline newline
592 \end_inset
593
594 La opción 
595 \family sans
596 No
597 \begin_inset space ~
598 \end_inset
599
600 descomprimir
601 \begin_inset space ~
602 \end_inset
603
604 al
605 \begin_inset space ~
606 \end_inset
607
608 exportar
609 \family default
610  sólo afecta a los gráficos EPS comprimidos, p.
611 \begin_inset space \thinspace{}
612 \end_inset
613
614 e.
615 \begin_inset space ~
616 \end_inset
617
618
619 \emph on
620 x.eps.gz
621 \emph default
622 .
623  Si se usa esta opción, las imágenes no serán descomprimidas al exportar,
624  puesto que LaTeX puede manejarlas como están.
625 \begin_inset Newline newline
626 \end_inset
627
628 Los gráficos EPS comprimidos sirven para ahorrar espacio de disco si se
629  utiliza PostScript como formato de salida, véase apéndice
630 \begin_inset space ~
631 \end_inset
632
633
634 \begin_inset CommandInset ref
635 LatexCommand ref
636 reference "sec:PostScript"
637
638 \end_inset
639
640 .
641  Para comprimir gráficos EPS, usa los siguientes comandos en un UNIX-shell
642  o en consola de Windows:
643 \begin_inset Newline newline
644 \end_inset
645
646
647 \series bold
648 gzip x.eps
649 \series default
650
651 \begin_inset Newline newline
652 \end_inset
653
654
655 \series bold
656 zgrep %%Bounding x.eps.gz > x.eps.bb
657 \series default
658
659 \begin_inset Newline newline
660 \end_inset
661
662 El segundo comando crea un archivo de cuadro delimitador «x.eps.bb» que necesita
663  LaTeX para gráficos comprimidos.
664 \begin_inset Newline newline
665 \end_inset
666
667 El campo 
668 \family sans
669 Nombre
670 \begin_inset space ~
671 \end_inset
672
673 de
674 \begin_inset space ~
675 \end_inset
676
677 grupo
678 \family default
679  permite definir un conjunto de ajustes de imagen.
680 \begin_inset Index idx
681 status collapsed
682
683 \begin_layout Plain Layout
684 Figuras ! Agrupación de ajustes
685 \end_layout
686
687 \end_inset
688
689  Las imágenes incluidas en un grupo comparten sus características, de modo
690  que al modificar las de una imagen del grupo se modifican igualmente las
691  de las demás imágenes del grupo.
692  Así, por ejemplo, puedes cambiar el tamaño de un grupo de imágenes sin
693  necesidad de hacerlo individualmente para cada una de ellas.
694  Además se puede integrar una imagen en un grupo existente marcando el nombre
695  del mismo en el menú contextual de la imagen.
696  
697 \end_layout
698
699 \begin_layout Standard
700 \begin_inset VSpace bigskip
701 \end_inset
702
703
704 \end_layout
705
706 \begin_layout Standard
707 Esto es un ejemplo de imagen en formato EPS
708 \begin_inset Foot
709 status collapsed
710
711 \begin_layout Plain Layout
712 Los formatos de imagen se explican en el sección
713 \begin_inset space ~
714 \end_inset
715
716
717 \begin_inset CommandInset ref
718 LatexCommand ref
719 reference "sec:Formatos-de-imagen"
720
721 \end_inset
722
723 .
724 \end_layout
725
726 \end_inset
727
728  en un párrafo separado centrado horizontalmente:
729 \end_layout
730
731 \begin_layout Standard
732 \align center
733 \begin_inset Graphics
734         filename ../clipart/mobius.eps
735         scale 70
736         clip
737         rotateOrigin center
738
739 \end_inset
740
741
742 \end_layout
743
744 \begin_layout Standard
745 Esta es la misma imagen pero en modo borrador:
746 \end_layout
747
748 \begin_layout Standard
749 \align center
750 \begin_inset Graphics
751         filename ../clipart/mobius.eps
752         scale 70
753         draft
754         rotateOrigin center
755
756 \end_inset
757
758
759 \begin_inset Newpage newpage
760 \end_inset
761
762
763 \end_layout
764
765 \begin_layout Section
766 Figuras flotantes
767 \begin_inset CommandInset label
768 LatexCommand label
769 name "sec:Figuras-Flotantes"
770
771 \end_inset
772
773
774 \begin_inset Index idx
775 status collapsed
776
777 \begin_layout Plain Layout
778 Flotantes ! Figuras
779 \end_layout
780
781 \end_inset
782
783
784 \begin_inset Index idx
785 status collapsed
786
787 \begin_layout Plain Layout
788 Figuras ! Flotantes
789 \end_layout
790
791 \end_inset
792
793
794 \end_layout
795
796 \begin_layout Standard
797 Para información general sobre flotantes, echa una ojeada a la sección
798 \begin_inset space ~
799 \end_inset
800
801
802 \begin_inset CommandInset ref
803 LatexCommand ref
804 reference "sec:Introducción-Flotantes"
805
806 \end_inset
807
808 .
809 \end_layout
810
811 \begin_layout Standard
812 El botón 
813 \begin_inset Graphics
814         filename ../../images/float-insert_figure.png
815         scale 85
816
817 \end_inset
818
819  y el menú 
820 \family sans
821 Insertar\SpecialChar \menuseparator
822 Flotante\SpecialChar \menuseparator
823 Figura
824 \family default
825  insertan un flotante con la etiqueta «Figura #:» (# es el número actual).
826  La imagen se puede insertar sobre la leyenda, como en la figura
827 \begin_inset space ~
828 \end_inset
829
830
831 \begin_inset CommandInset ref
832 LatexCommand ref
833 reference "fig:kill-plat"
834
835 \end_inset
836
837 , o bajo ella, como en la figura
838 \begin_inset space ~
839 \end_inset
840
841
842 \begin_inset CommandInset ref
843 LatexCommand ref
844 reference "fig:escher"
845
846 \end_inset
847
848 .
849  Más información sobre ubicación de leyendas en la sección
850 \begin_inset space ~
851 \end_inset
852
853
854 \begin_inset CommandInset ref
855 LatexCommand ref
856 reference "sec:Colocación-de-leyendas"
857
858 \end_inset
859
860 .
861 \end_layout
862
863 \begin_layout Standard
864 \begin_inset Float figure
865 wide false
866 sideways false
867 status open
868
869 \begin_layout Plain Layout
870 \align center
871 \begin_inset Graphics
872         filename ../clipart/platypus.eps
873         width 50col%
874         rotateOrigin center
875
876 \end_inset
877
878
879 \end_layout
880
881 \begin_layout Plain Layout
882 \begin_inset Caption
883
884 \begin_layout Plain Layout
885 \begin_inset CommandInset label
886 LatexCommand label
887 name "fig:kill-plat"
888
889 \end_inset
890
891 Un ornitorrinco muy distorsionado en un flotante.
892 \end_layout
893
894 \end_inset
895
896
897 \end_layout
898
899 \end_inset
900
901
902 \end_layout
903
904 \begin_layout Standard
905 \begin_inset Float figure
906 wide false
907 sideways false
908 status open
909
910 \begin_layout Plain Layout
911 \begin_inset Caption
912
913 \begin_layout Plain Layout
914 \begin_inset CommandInset label
915 LatexCommand label
916 name "fig:escher"
917
918 \end_inset
919
920 M.C.
921  Escher en ácido.
922 \end_layout
923
924 \end_inset
925
926
927 \end_layout
928
929 \begin_layout Plain Layout
930 \align center
931 \begin_inset Graphics
932         filename ../clipart/escher-lsd.eps
933         scale 80
934         rotateOrigin center
935
936 \end_inset
937
938
939 \end_layout
940
941 \end_inset
942
943
944 \end_layout
945
946 \begin_layout Standard
947 \begin_inset Index idx
948 status collapsed
949
950 \begin_layout Plain Layout
951 Referencias ! a figuras
952 \end_layout
953
954 \end_inset
955
956 Las figuras
957 \begin_inset space ~
958 \end_inset
959
960
961 \begin_inset CommandInset ref
962 LatexCommand ref
963 reference "fig:kill-plat"
964
965 \end_inset
966
967  y 
968 \begin_inset CommandInset ref
969 LatexCommand ref
970 reference "fig:escher"
971
972 \end_inset
973
974  son ejemplos de figuras con referencias cruzadas.
975  Las figuras pueden tener referencias cruzadas en el documento mediante
976  referencia a su etiqueta.
977  Para hacerlo inserta una etiqueta en la leyenda usando el menú 
978 \family sans
979 Insertar\SpecialChar \menuseparator
980 Etiqueta
981 \family default
982  o el botón 
983 \begin_inset Graphics
984         filename ../../images/label-insert.png
985         scale 85
986
987 \end_inset
988
989 .
990  Ahora puedes referirte a la etiqueta usando el menú 
991 \family sans
992 Insertar\SpecialChar \menuseparator
993 Referencia
994 \begin_inset space ~
995 \end_inset
996
997 cruzada
998 \family default
999  o el botón 
1000 \begin_inset Graphics
1001         filename ../../images/dialog-show-new-inset_ref.png
1002         scale 85
1003
1004 \end_inset
1005
1006 .
1007  Es importante emplear referencias a flotantes, mejor que alusiones vagas
1008  como «la figura de arriba», porque como LaTeX recolocará los flotantes
1009  en el documento final, podría no quedar «arriba» precisamente.
1010 \begin_inset Newline newline
1011 \end_inset
1012
1013 Las referencias se explican con detalle en la sección
1014 \begin_inset space ~
1015 \end_inset
1016
1017
1018 \begin_inset CommandInset ref
1019 LatexCommand ref
1020 reference "sec:Referencias-a-Flotantes"
1021
1022 \end_inset
1023
1024 .
1025 \end_layout
1026
1027 \begin_layout Standard
1028 Normalmente sólo se inserta una imagen en un flotante, pero es posible que
1029  en alguna ocasión queramos poner dos imágenes cada una con su leyenda.
1030  Esto se puede hacer insertando imágenes flotantes dentro de un flotante
1031  existente.
1032  La figura
1033 \begin_inset space ~
1034 \end_inset
1035
1036
1037 \begin_inset CommandInset ref
1038 LatexCommand ref
1039 reference "fig:Dos-imágenes-distorsionadas"
1040
1041 \end_inset
1042
1043  es un ejemplo de figura flotante con dos imágenes adosadas.
1044  También se pueden poner una sobre otra.
1045  Las subfiguras son
1046 \begin_inset space ~
1047 \end_inset
1048
1049
1050 \begin_inset CommandInset ref
1051 LatexCommand ref
1052 reference "fig:Estructura-indefinible"
1053
1054 \end_inset
1055
1056  y
1057 \begin_inset space ~
1058 \end_inset
1059
1060
1061 \begin_inset CommandInset ref
1062 LatexCommand ref
1063 reference "fig:Ornitorrinco"
1064
1065 \end_inset
1066
1067 .
1068 \end_layout
1069
1070 \begin_layout Standard
1071 \begin_inset Float figure
1072 wide false
1073 sideways false
1074 status open
1075
1076 \begin_layout Plain Layout
1077 \begin_inset space \hfill{}
1078 \end_inset
1079
1080
1081 \begin_inset Float figure
1082 wide false
1083 sideways false
1084 status open
1085
1086 \begin_layout Plain Layout
1087 \begin_inset Caption
1088
1089 \begin_layout Plain Layout
1090 \begin_inset CommandInset label
1091 LatexCommand label
1092 name "fig:Estructura-indefinible"
1093
1094 \end_inset
1095
1096 Estructura indefinible
1097 \end_layout
1098
1099 \end_inset
1100
1101
1102 \end_layout
1103
1104 \begin_layout Plain Layout
1105 \begin_inset Graphics
1106         filename ../clipart/escher-lsd.eps
1107         width 45col%
1108         groupId distorsionadas
1109
1110 \end_inset
1111
1112
1113 \end_layout
1114
1115 \end_inset
1116
1117
1118 \begin_inset space \hfill{}
1119 \end_inset
1120
1121
1122 \begin_inset Float figure
1123 wide false
1124 sideways false
1125 status open
1126
1127 \begin_layout Plain Layout
1128 \begin_inset Caption
1129
1130 \begin_layout Plain Layout
1131 \begin_inset CommandInset label
1132 LatexCommand label
1133 name "fig:Ornitorrinco"
1134
1135 \end_inset
1136
1137 Ornitorrinco
1138 \end_layout
1139
1140 \end_inset
1141
1142
1143 \end_layout
1144
1145 \begin_layout Plain Layout
1146 \begin_inset Graphics
1147         filename ../clipart/platypus.eps
1148         width 45col%
1149         groupId distorsionadas
1150
1151 \end_inset
1152
1153
1154 \end_layout
1155
1156 \end_inset
1157
1158
1159 \begin_inset space \hfill{}
1160 \end_inset
1161
1162
1163 \end_layout
1164
1165 \begin_layout Plain Layout
1166 \begin_inset Caption
1167
1168 \begin_layout Plain Layout
1169 \begin_inset CommandInset label
1170 LatexCommand label
1171 name "fig:Dos-imágenes-distorsionadas"
1172
1173 \end_inset
1174
1175 Dos imágenes distorsionadas.
1176  Ambas están en el grupo llamado «distorsionadas».
1177 \end_layout
1178
1179 \end_inset
1180
1181
1182 \end_layout
1183
1184 \end_inset
1185
1186
1187 \begin_inset Newpage newpage
1188 \end_inset
1189
1190
1191 \end_layout
1192
1193 \begin_layout Section
1194 Formatos de imagen
1195 \begin_inset CommandInset label
1196 LatexCommand label
1197 name "sec:Formatos-de-imagen"
1198
1199 \end_inset
1200
1201
1202 \begin_inset Index idx
1203 status collapsed
1204
1205 \begin_layout Plain Layout
1206 Formatos de imagen
1207 \end_layout
1208
1209 \end_inset
1210
1211
1212 \begin_inset Index idx
1213 status collapsed
1214
1215 \begin_layout Plain Layout
1216 Figuras ! Formatos de imagen
1217 \end_layout
1218
1219 \end_inset
1220
1221
1222 \end_layout
1223
1224 \begin_layout Standard
1225 Puedes insertar imágenes en cualquier formato.
1226  Pero como se explica en el apéndice
1227 \begin_inset space ~
1228 \end_inset
1229
1230
1231 \begin_inset CommandInset ref
1232 LatexCommand ref
1233 reference "cap:Formatos-de-Archivos-de-Salida"
1234
1235 \end_inset
1236
1237 , cada formato de archivo del documento de salida permite sólo ciertos formatos
1238  de archivo de imagen.
1239  Por eso LyX usa el programa 
1240 \family typewriter
1241 ImageMagick
1242 \family default
1243  en segundo plano para convertir imágenes al formato adecuado.
1244  Para aumentar el rendimiento evitando estas conversiones, puedes usar sólo
1245  los formatos de imagen admitidos en el formato de archivo de salida.
1246  Los formatos de salida se explican en el apéndice
1247 \begin_inset space ~
1248 \end_inset
1249
1250
1251 \begin_inset CommandInset ref
1252 LatexCommand ref
1253 reference "cap:Formatos-de-Archivos-de-Salida"
1254
1255 \end_inset
1256
1257 .
1258 \end_layout
1259
1260 \begin_layout Standard
1261 Como en el caso de las fuentes, hay dos tipos de formatos de imagen:
1262 \end_layout
1263
1264 \begin_layout Description
1265 Imágenes
1266 \begin_inset space ~
1267 \end_inset
1268
1269 mapa
1270 \begin_inset space ~
1271 \end_inset
1272
1273 de
1274 \begin_inset space ~
1275 \end_inset
1276
1277 bits
1278 \begin_inset space ~
1279 \end_inset
1280
1281 (Bitmap) formadas por mapas de puntos (píxeles), generalmente comprimidos.
1282  Por tanto no son totalmente escalables y se ven pixeladas a valores altos
1283  de zoom.
1284  Formatos de imágenes en bitmap bien conocidos son «Graphics Interchange
1285  Format» (GIF, extensión «
1286 \family typewriter
1287 .gif
1288 \family default
1289 »)
1290 \begin_inset Index idx
1291 status collapsed
1292
1293 \begin_layout Plain Layout
1294 GIF|see
1295 \begin_inset ERT
1296 status collapsed
1297
1298 \begin_layout Plain Layout
1299
1300 {
1301 \end_layout
1302
1303 \end_inset
1304
1305 Formatos de imagen
1306 \begin_inset ERT
1307 status collapsed
1308
1309 \begin_layout Plain Layout
1310
1311 }
1312 \end_layout
1313
1314 \end_inset
1315
1316
1317 \end_layout
1318
1319 \end_inset
1320
1321 , «Portable Network Graphics» (PNG, extensión «
1322 \family typewriter
1323 .png
1324 \family default
1325 »)
1326 \begin_inset Index idx
1327 status collapsed
1328
1329 \begin_layout Plain Layout
1330 PNG|see
1331 \begin_inset ERT
1332 status collapsed
1333
1334 \begin_layout Plain Layout
1335
1336 {
1337 \end_layout
1338
1339 \end_inset
1340
1341 Formatos de imagen
1342 \begin_inset ERT
1343 status collapsed
1344
1345 \begin_layout Plain Layout
1346
1347 }
1348 \end_layout
1349
1350 \end_inset
1351
1352
1353 \end_layout
1354
1355 \end_inset
1356
1357 , y «Joint Photographic Experts Group» (JPG, extensión «
1358 \family typewriter
1359 .jpg
1360 \family default
1361 » o «
1362 \family typewriter
1363 .jpeg
1364 \family default
1365 »)
1366 \begin_inset Index idx
1367 status collapsed
1368
1369 \begin_layout Plain Layout
1370 JPG|see
1371 \begin_inset ERT
1372 status collapsed
1373
1374 \begin_layout Plain Layout
1375
1376 {
1377 \end_layout
1378
1379 \end_inset
1380
1381 Formatos de imagen
1382 \begin_inset ERT
1383 status collapsed
1384
1385 \begin_layout Plain Layout
1386
1387 }
1388 \end_layout
1389
1390 \end_inset
1391
1392
1393 \end_layout
1394
1395 \end_inset
1396
1397 .
1398 \end_layout
1399
1400 \begin_layout Description
1401 Imágenes
1402 \begin_inset space ~
1403 \end_inset
1404
1405 vectoriales se generan mediante una descripción de una serie de trazos (vectores
1406 ) y por tanto pueden escalarse a cualquier tamaño sin pérdidas.
1407  La posibilidad de escalado hace falta para crear presentaciones, porque
1408  éstas siempre son escaladas por el proyector.
1409  El escalado también es útil en los documentos en línea para permitir el
1410  zoom en diagramas.
1411 \begin_inset Newline newline
1412 \end_inset
1413
1414 Formatos de imagen escalables pueden ser «Scalable Vector Graphics» (SVG,
1415  extensión «
1416 \family typewriter
1417 .svg
1418 \family default
1419 »)
1420 \begin_inset Index idx
1421 status collapsed
1422
1423 \begin_layout Plain Layout
1424 SVG|see
1425 \begin_inset ERT
1426 status collapsed
1427
1428 \begin_layout Plain Layout
1429
1430 {
1431 \end_layout
1432
1433 \end_inset
1434
1435 Formatos de imagen
1436 \begin_inset ERT
1437 status collapsed
1438
1439 \begin_layout Plain Layout
1440
1441 }
1442 \end_layout
1443
1444 \end_inset
1445
1446
1447 \end_layout
1448
1449 \end_inset
1450
1451 , «Encapsulated PostScript» (EPS, extensión «
1452 \family typewriter
1453 .eps
1454 \family default
1455 »)
1456 \begin_inset Index idx
1457 status collapsed
1458
1459 \begin_layout Plain Layout
1460 EPS|see
1461 \begin_inset ERT
1462 status collapsed
1463
1464 \begin_layout Plain Layout
1465
1466 {
1467 \end_layout
1468
1469 \end_inset
1470
1471 Formatos de imagen
1472 \begin_inset ERT
1473 status collapsed
1474
1475 \begin_layout Plain Layout
1476
1477 }
1478 \end_layout
1479
1480 \end_inset
1481
1482
1483 \end_layout
1484
1485 \end_inset
1486
1487 , «Portable Document Format» (PDF, extensión «
1488 \family typewriter
1489 .pdf
1490 \family default
1491 »)
1492 \begin_inset Index idx
1493 status collapsed
1494
1495 \begin_layout Plain Layout
1496 PDF|see
1497 \begin_inset ERT
1498 status collapsed
1499
1500 \begin_layout Plain Layout
1501
1502 {
1503 \end_layout
1504
1505 \end_inset
1506
1507 Formatos de imagen
1508 \begin_inset ERT
1509 status collapsed
1510
1511 \begin_layout Plain Layout
1512
1513 }
1514 \end_layout
1515
1516 \end_inset
1517
1518
1519 \end_layout
1520
1521 \end_inset
1522
1523 , y «Windows Metafile» (WMF, extensión «
1524 \family typewriter
1525 .wmf
1526 \family default
1527 »)
1528 \begin_inset Index idx
1529 status collapsed
1530
1531 \begin_layout Plain Layout
1532 WMF|see
1533 \begin_inset ERT
1534 status collapsed
1535
1536 \begin_layout Plain Layout
1537
1538 {
1539 \end_layout
1540
1541 \end_inset
1542
1543 Formatos de imagen
1544 \begin_inset ERT
1545 status collapsed
1546
1547 \begin_layout Plain Layout
1548
1549 }
1550 \end_layout
1551
1552 \end_inset
1553
1554
1555 \end_layout
1556
1557 \end_inset
1558
1559 .
1560  Escribimos «pueden ser» porque se puede convertir cualquier imagen bitmap
1561  a PDF o EPS y el resultado será todavía una imagen bitmap.
1562  En estos casos sólo se añade una cabecera con las propiedades de la imagen
1563  a la imagen original.
1564 \begin_inset Foot
1565 status collapsed
1566
1567 \begin_layout Plain Layout
1568 En el caso de PDF, además se comprime la imagen original.
1569 \end_layout
1570
1571 \end_inset
1572
1573  Por ejemplo, los archivos PDF generados por 
1574 \family typewriter
1575 Adobe Photoshop
1576 \family default
1577  son imágenes bitmap.
1578 \end_layout
1579
1580 \begin_layout Standard
1581 Normalmente no es posible convertir una imagen bitmap a escalable pero sí
1582  al contrario.
1583  Sólo los formatos de imagen PDF y EPS pueden empotrarse directamente en
1584  archivos de salida PDF y PostScript, respectivamente.
1585  Las imágenes SVG y WMF son recalculadas a bitmaps cuando se genera el archivo
1586  de salida porque actualmente no hay convertidores adecuados WMF/SVG 
1587 \begin_inset Formula $\to$
1588 \end_inset
1589
1590  PDF/EPS.
1591 \end_layout
1592
1593 \begin_layout Chapter
1594 Tablas
1595 \begin_inset Index idx
1596 status collapsed
1597
1598 \begin_layout Plain Layout
1599 Tablas
1600 \end_layout
1601
1602 \end_inset
1603
1604
1605 \end_layout
1606
1607 \begin_layout Section
1608 Introducción
1609 \begin_inset Index idx
1610 status collapsed
1611
1612 \begin_layout Plain Layout
1613 Tablas ! Introducción
1614 \end_layout
1615
1616 \end_inset
1617
1618
1619 \end_layout
1620
1621 \begin_layout Standard
1622 Puede insertarse una tabla mediante el botón 
1623 \begin_inset Graphics
1624         filename ../../images/tabular-insert.png
1625         scale 85
1626
1627 \end_inset
1628
1629  o el menú 
1630 \family sans
1631 Insertar\SpecialChar \menuseparator
1632 Tabla
1633 \family default
1634 .
1635  El botón ofrece una selección gráfica: moviendo el puntero se puede definir
1636  el número de filas y de columnas de la tabla.
1637  Si usas el menú aparece un diálogo en el que se pide el número de filas
1638  y columnas.
1639  
1640 \begin_inset Newline newline
1641 \end_inset
1642
1643 Por omisión, la tabla tiene líneas que enmarcan cada celda y la primera
1644  fila aparece separada por una línea doble: la línea inferior de la primera
1645  fila y la línea superior de la segunda fila.
1646  Ejemplo de tabla:
1647 \end_layout
1648
1649 \begin_layout Standard
1650 \align center
1651 \begin_inset Tabular
1652 <lyxtabular version="3" rows="4" columns="4">
1653 <features tabularvalignment="middle">
1654 <column alignment="center" valignment="top" width="0">
1655 <column alignment="center" valignment="top" width="0pt">
1656 <column alignment="center" valignment="top" width="0in">
1657 <column alignment="center" valignment="top" width="0pt">
1658 <row>
1659 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
1660 \begin_inset Text
1661
1662 \begin_layout Plain Layout
1663
1664 \end_layout
1665
1666 \end_inset
1667 </cell>
1668 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
1669 \begin_inset Text
1670
1671 \begin_layout Plain Layout
1672
1673 \family roman
1674 \series medium
1675 \shape up
1676 \size normal
1677 \emph off
1678 \bar no
1679 \noun off
1680 \color none
1681 1
1682 \end_layout
1683
1684 \end_inset
1685 </cell>
1686 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
1687 \begin_inset Text
1688
1689 \begin_layout Plain Layout
1690 2
1691 \end_layout
1692
1693 \end_inset
1694 </cell>
1695 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
1696 \begin_inset Text
1697
1698 \begin_layout Plain Layout
1699 3
1700 \end_layout
1701
1702 \end_inset
1703 </cell>
1704 </row>
1705 <row>
1706 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1707 \begin_inset Text
1708
1709 \begin_layout Plain Layout
1710
1711 \family roman
1712 \series medium
1713 \shape up
1714 \size normal
1715 \emph off
1716 \bar no
1717 \noun off
1718 \color none
1719 A
1720 \end_layout
1721
1722 \end_inset
1723 </cell>
1724 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1725 \begin_inset Text
1726
1727 \begin_layout Plain Layout
1728
1729 \end_layout
1730
1731 \end_inset
1732 </cell>
1733 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1734 \begin_inset Text
1735
1736 \begin_layout Plain Layout
1737
1738 \end_layout
1739
1740 \end_inset
1741 </cell>
1742 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
1743 \begin_inset Text
1744
1745 \begin_layout Plain Layout
1746
1747 \end_layout
1748
1749 \end_inset
1750 </cell>
1751 </row>
1752 <row>
1753 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1754 \begin_inset Text
1755
1756 \begin_layout Plain Layout
1757
1758 \family roman
1759 \series medium
1760 \shape up
1761 \size normal
1762 \emph off
1763 \bar no
1764 \noun off
1765 \color none
1766 B
1767 \end_layout
1768
1769 \end_inset
1770 </cell>
1771 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1772 \begin_inset Text
1773
1774 \begin_layout Plain Layout
1775
1776 \end_layout
1777
1778 \end_inset
1779 </cell>
1780 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1781 \begin_inset Text
1782
1783 \begin_layout Plain Layout
1784
1785 \size normal
1786 \noun off
1787 \color none
1788  
1789 \end_layout
1790
1791 \end_inset
1792 </cell>
1793 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
1794 \begin_inset Text
1795
1796 \begin_layout Plain Layout
1797
1798 \end_layout
1799
1800 \end_inset
1801 </cell>
1802 </row>
1803 <row>
1804 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
1805 \begin_inset Text
1806
1807 \begin_layout Plain Layout
1808
1809 \family roman
1810 \series medium
1811 \shape up
1812 \size normal
1813 \emph off
1814 \bar no
1815 \noun off
1816 \color none
1817 C
1818 \end_layout
1819
1820 \end_inset
1821 </cell>
1822 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
1823 \begin_inset Text
1824
1825 \begin_layout Plain Layout
1826
1827 \end_layout
1828
1829 \end_inset
1830 </cell>
1831 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
1832 \begin_inset Text
1833
1834 \begin_layout Plain Layout
1835
1836 \end_layout
1837
1838 \end_inset
1839 </cell>
1840 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
1841 \begin_inset Text
1842
1843 \begin_layout Plain Layout
1844
1845 \end_layout
1846
1847 \end_inset
1848 </cell>
1849 </row>
1850 </lyxtabular>
1851
1852 \end_inset
1853
1854
1855 \end_layout
1856
1857 \begin_layout Section
1858 Diálogo de tablas
1859 \begin_inset Index idx
1860 status collapsed
1861
1862 \begin_layout Plain Layout
1863 Tablas ! Diálogo
1864 \end_layout
1865
1866 \end_inset
1867
1868
1869 \end_layout
1870
1871 \begin_layout Standard
1872 Una tabla se puede cambiar mediante el cuadro de diálogo que aparece al
1873  pinchar sobre ella con el botón derecho del ratón.
1874  Se pueden ajustar los parámetros de la celda y fila/columna en la que se
1875  encuentra el cursor.
1876  La mayoría de opciones también trabajan sobre una selección de celdas,
1877  de filas o de columnas.
1878  Observa que hay que diferenciar entre seleccionar una celda o seleccionar
1879  su 
1880 \emph on
1881 contenido
1882 \emph default
1883 .
1884  En el cuadro de diálogo aparecen las siguientes solapas:
1885 \end_layout
1886
1887 \begin_layout Description
1888
1889 \family sans
1890 Configuración
1891 \begin_inset space ~
1892 \end_inset
1893
1894 de
1895 \begin_inset space ~
1896 \end_inset
1897
1898 la
1899 \begin_inset space ~
1900 \end_inset
1901
1902 tabla
1903 \family default
1904  Aquí puedes establecer la alineación horizontal y la anchura de la columna
1905  actual.
1906  Una vez puesta la anchura puedes ajustar también el alineamiento vertical.
1907  Una anchura determinada permite tener saltos de línea y distintos párrafos
1908  de texto, véase sección
1909 \begin_inset space ~
1910 \end_inset
1911
1912
1913 \begin_inset CommandInset ref
1914 LatexCommand ref
1915 reference "sub:Líneas-Múltiples-en"
1916
1917 \end_inset
1918
1919 .
1920  Si no estableces anchura, la columna será tan ancha como el contenido de
1921  la celda más ancha.
1922 \begin_inset Newline newline
1923 \end_inset
1924
1925 Además, puedes marcar una o más celdas de una fila como una celda multicolumna,
1926  véase sección
1927 \begin_inset space ~
1928 \end_inset
1929
1930
1931 \begin_inset CommandInset ref
1932 LatexCommand ref
1933 reference "sub:Multicolumnas"
1934
1935 \end_inset
1936
1937  
1938 \lang english
1939 or the cells of one column as multirow cell
1940 \lang spanish
1941 , véase sección
1942 \begin_inset space ~
1943 \end_inset
1944
1945
1946 \begin_inset CommandInset ref
1947 LatexCommand ref
1948 reference "sub:Multifilas"
1949
1950 \end_inset
1951
1952 .
1953 \begin_inset Newline newline
1954 \end_inset
1955
1956 Las casillas de giro rotan la celda actual, una selección o toda la tabla
1957  90º en el sentido de las agujas del reloj.
1958  La rotación no se ve en LyX, sí en la salida.
1959 \begin_inset Newline newline
1960 \end_inset
1961
1962
1963 \begin_inset Note Greyedout
1964 status open
1965
1966 \begin_layout Plain Layout
1967
1968 \series bold
1969 Nota:
1970 \series default
1971  no todos los visores DVI pueden mostrar rotaciones.
1972 \end_layout
1973
1974 \end_inset
1975
1976
1977 \begin_inset Newline newline
1978 \end_inset
1979
1980 También es posible introducir argumentos LaTeX necesarios para formatos
1981  especiales, véanse las secciones
1982 \begin_inset space ~
1983 \end_inset
1984
1985
1986 \begin_inset CommandInset ref
1987 LatexCommand ref
1988 reference "sub:Cálculos-en-Multicolumnas"
1989
1990 \end_inset
1991
1992  y
1993 \begin_inset space ~
1994 \end_inset
1995
1996
1997 \begin_inset CommandInset ref
1998 LatexCommand ref
1999 reference "sec:Tablas-Coloreadas"
2000
2001 \end_inset
2002
2003 .
2004 \end_layout
2005
2006 \begin_layout Description
2007
2008 \family sans
2009 Bordes
2010 \family default
2011  En esta solapa puedes añadir y quitar bordes para la fila/columna actual.
2012  Puedes elegir para la tabla un estilo 
2013 \family sans
2014 Formal
2015 \family default
2016 , como se describe en la sección
2017 \begin_inset space ~
2018 \end_inset
2019
2020
2021 \begin_inset CommandInset ref
2022 LatexCommand ref
2023 reference "sec:Tablas-Formales"
2024
2025 \end_inset
2026
2027 .
2028 \begin_inset Newline newline
2029 \end_inset
2030
2031 Además, aquí puedes añadir espacio adicional en las filas de la tabla, como
2032  se describe en la sección
2033 \begin_inset space ~
2034 \end_inset
2035
2036
2037 \begin_inset CommandInset ref
2038 LatexCommand ref
2039 reference "sub:Espacio-adicional"
2040
2041 \end_inset
2042
2043
2044 \end_layout
2045
2046 \begin_layout Description
2047
2048 \family sans
2049 Tabla
2050 \begin_inset space ~
2051 \end_inset
2052
2053 larga
2054 \family default
2055  Para hacer 
2056 \emph on
2057 tablas largas
2058 \emph default
2059  que pueden extenderse por varias páginas.
2060  Las secciones
2061 \begin_inset space ~
2062 \end_inset
2063
2064
2065 \begin_inset CommandInset ref
2066 LatexCommand ref
2067 reference "sec:Tablas-Largas"
2068
2069 \end_inset
2070
2071  y 
2072 \begin_inset CommandInset ref
2073 LatexCommand ref
2074 reference "sec:Particularidades-tablas-largas"
2075
2076 \end_inset
2077
2078  describen sus características en detalle.
2079 \end_layout
2080
2081 \begin_layout Standard
2082 Si la barra de herramientas de tabla está abierta, puedes mover el cursor
2083  con las teclas de flecha de celda en celda y la propiedad de la celda actual
2084  aparecerá inmediatamente en el diálogo.
2085 \end_layout
2086
2087 \begin_layout Section
2088 Barra de herramientas de tabla
2089 \begin_inset Index idx
2090 status collapsed
2091
2092 \begin_layout Plain Layout
2093 Tablas ! Barra de herramientas
2094 \end_layout
2095
2096 \end_inset
2097
2098
2099 \end_layout
2100
2101 \begin_layout Standard
2102 La barra de herramientas de tabla es una alternativa al cuadro de diálogo
2103  para cambiar las tablas de manera más rápida.
2104  Normalmente debería aparecer en la parte inferior de la ventana principal
2105  de LyX cuando el cursor está dentro de una tabla.
2106  En cualquier momento se puede presentar esta barra pinchando con el botón
2107  derecho del ratón en cualquier punto de la barra principal de menú.
2108 \end_layout
2109
2110 \begin_layout Standard
2111 La barra de herramientas tiene los siguientes iconos:
2112 \end_layout
2113
2114 \begin_layout Labeling
2115 \labelwidthstring 00.00.0000
2116 \begin_inset Graphics
2117         filename ../../images/tabular-feature_append-row.png
2118
2119 \end_inset
2120
2121  añade una fila bajo la celda actual o selección
2122 \end_layout
2123
2124 \begin_layout Labeling
2125 \labelwidthstring 00.00.0000
2126 \begin_inset Graphics
2127         filename ../../images/tabular-feature_append-column.png
2128
2129 \end_inset
2130
2131  añade una columna a la derecha de la celda actual o selección
2132 \end_layout
2133
2134 \begin_layout Labeling
2135 \labelwidthstring 00.00.0000
2136 \begin_inset Graphics
2137         filename ../../images/tabular-feature_delete-row.png
2138
2139 \end_inset
2140
2141  borra la fila actual o selección
2142 \end_layout
2143
2144 \begin_layout Labeling
2145 \labelwidthstring 00.00.0000
2146 \begin_inset Graphics
2147         filename ../../images/tabular-feature_delete-column.png
2148
2149 \end_inset
2150
2151  borra la columna actual o selección
2152 \end_layout
2153
2154 \begin_layout Labeling
2155 \labelwidthstring 00.00.0000
2156 \begin_inset Graphics
2157         filename ../../images/tabular-feature_toggle-line-top.png
2158
2159 \end_inset
2160
2161  añade una línea sobre la celda/fila actual o la selección
2162 \end_layout
2163
2164 \begin_layout Labeling
2165 \labelwidthstring 00.00.0000
2166 \begin_inset Graphics
2167         filename ../../images/tabular-feature_toggle-line-bottom.png
2168
2169 \end_inset
2170
2171  añade una línea bajo la celda/fila actual o la selección
2172 \end_layout
2173
2174 \begin_layout Labeling
2175 \labelwidthstring 00.00.0000
2176 \begin_inset Graphics
2177         filename ../../images/tabular-feature_toggle-line-left.png
2178
2179 \end_inset
2180
2181  añade una línea a la izquierda de la celda/fila actual o la selección
2182 \end_layout
2183
2184 \begin_layout Labeling
2185 \labelwidthstring 00.00.0000
2186 \begin_inset Graphics
2187         filename ../../images/tabular-feature_toggle-line-right.png
2188
2189 \end_inset
2190
2191  añade una línea a la derecha de la celda/fila actual o la selección
2192 \end_layout
2193
2194 \begin_layout Labeling
2195 \labelwidthstring 00.00.0000
2196 \begin_inset Graphics
2197         filename ../../images/tabular-feature_set-all-lines.png
2198
2199 \end_inset
2200
2201  añade líneas alrededor de la celda actual o 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_unset-all-lines.png
2209
2210 \end_inset
2211
2212  borra todas las líneas de la celda o celdas seleccionadas (si la celda
2213  actual no es multicolumna esto afecta también a la fila y a la columna)
2214 \end_layout
2215
2216 \begin_layout Labeling
2217 \labelwidthstring 00.00.0000
2218 \begin_inset Graphics
2219         filename ../../images/tabular-feature_m-align-left.png
2220
2221 \end_inset
2222
2223  alinea a la izquierda el contenido de la celda/columna
2224 \end_layout
2225
2226 \begin_layout Labeling
2227 \labelwidthstring 00.00.0000
2228 \begin_inset Graphics
2229         filename ../../images/tabular-feature_m-align-center.png
2230
2231 \end_inset
2232
2233  centra el contenido de la celda/columna horizontalmente
2234 \end_layout
2235
2236 \begin_layout Labeling
2237 \labelwidthstring 00.00.0000
2238 \begin_inset Graphics
2239         filename ../../images/tabular-feature_m-align-right.png
2240
2241 \end_inset
2242
2243  alinea a la derecha el contenido de la celda/columna
2244 \end_layout
2245
2246 \begin_layout Labeling
2247 \labelwidthstring 00.00.0000
2248 \begin_inset Graphics
2249         filename ../../images/tabular-feature_align-decimal.png
2250         scaleBeforeRotation
2251
2252 \end_inset
2253
2254  alinea el contenido de la celda/columna 
2255 \lang english
2256 at a character
2257 \end_layout
2258
2259 \begin_layout Labeling
2260 \labelwidthstring 00.00.0000
2261 \begin_inset Graphics
2262         filename ../../images/tabular-feature_m-valign-top.png
2263
2264 \end_inset
2265
2266  alinea arriba el contenido de la celda
2267 \end_layout
2268
2269 \begin_layout Labeling
2270 \labelwidthstring 00.00.0000
2271 \begin_inset Graphics
2272         filename ../../images/tabular-feature_m-valign-middle.png
2273
2274 \end_inset
2275
2276  centra verticalmente el contenido de la celda
2277 \end_layout
2278
2279 \begin_layout Labeling
2280 \labelwidthstring 00.00.0000
2281 \begin_inset Graphics
2282         filename ../../images/tabular-feature_m-valign-bottom.png
2283
2284 \end_inset
2285
2286  alinea abajo el contenido de la celda
2287 \end_layout
2288
2289 \begin_layout Labeling
2290 \labelwidthstring 00.00.0000
2291 \begin_inset Graphics
2292         filename ../../images/tabular-feature_set-rotate-cell.png
2293
2294 \end_inset
2295
2296  gira la celda o selección 90° como las agujas de reloj
2297 \end_layout
2298
2299 \begin_layout Labeling
2300 \labelwidthstring 00.00.0000
2301 \begin_inset Graphics
2302         filename ../../images/tabular-feature_set-rotate-tabular.png
2303
2304 \end_inset
2305
2306  gira toda la tabla 90° como agujas del reloj
2307 \end_layout
2308
2309 \begin_layout Labeling
2310 \labelwidthstring 00.00.0000
2311 \begin_inset Graphics
2312         filename ../../images/tabular-feature_multicolumn.png
2313
2314 \end_inset
2315
2316  establece la celda actual o selección como multicolumna
2317 \end_layout
2318
2319 \begin_layout Labeling
2320 \labelwidthstring 00.00.0000
2321 \begin_inset Graphics
2322         filename ../../images/tabular-feature_multirow.png
2323         scaleBeforeRotation
2324
2325 \end_inset
2326
2327  establece la celda actual o selección como 
2328 \lang english
2329 multirow
2330 \end_layout
2331
2332 \begin_layout Standard
2333 \begin_inset Note Greyedout
2334 status open
2335
2336 \begin_layout Plain Layout
2337
2338 \series bold
2339 Nota:
2340 \series default
2341  En la salida se emplea la alineación vertical de la primera celda de una
2342  fila para todas las celdas restantes de la fila.
2343 \end_layout
2344
2345 \end_inset
2346
2347
2348 \end_layout
2349
2350 \begin_layout Section
2351 Menú Editar Tabla
2352 \begin_inset Index idx
2353 status collapsed
2354
2355 \begin_layout Plain Layout
2356 Tablas ! Editar
2357 \end_layout
2358
2359 \end_inset
2360
2361
2362 \end_layout
2363
2364 \begin_layout Standard
2365 Además del diálogo y la barra de herramientas, el menú 
2366 \family sans
2367 Editar\SpecialChar \menuseparator
2368 Tabla
2369 \family default
2370  permite añadir y borrar bordes para la fila/columna actual y establecer
2371  la selección como multicolumna.
2372  El menú sólo está disponible si el cursor está en la tabla.
2373 \end_layout
2374
2375 \begin_layout Section
2376 Tablas flotantes
2377 \begin_inset CommandInset label
2378 LatexCommand label
2379 name "sec:Tablas-Flotantes"
2380
2381 \end_inset
2382
2383
2384 \begin_inset Index idx
2385 status collapsed
2386
2387 \begin_layout Plain Layout
2388 Flotantes ! Tablas
2389 \end_layout
2390
2391 \end_inset
2392
2393
2394 \begin_inset Index idx
2395 status collapsed
2396
2397 \begin_layout Plain Layout
2398 Tablas ! Flotantes
2399 \end_layout
2400
2401 \end_inset
2402
2403
2404 \end_layout
2405
2406 \begin_layout Standard
2407 Para una explicación general sobre flotantes, echa un vistazo a la sección
2408 \begin_inset space ~
2409 \end_inset
2410
2411
2412 \begin_inset CommandInset ref
2413 LatexCommand ref
2414 reference "sec:Introducción-Flotantes"
2415
2416 \end_inset
2417
2418 .
2419 \end_layout
2420
2421 \begin_layout Standard
2422 \begin_inset Float table
2423 placement h
2424 wide false
2425 sideways false
2426 status collapsed
2427
2428 \begin_layout Plain Layout
2429 \begin_inset Caption
2430
2431 \begin_layout Plain Layout
2432 \begin_inset CommandInset label
2433 LatexCommand label
2434 name "tab:una tabla flotante"
2435
2436 \end_inset
2437
2438 Una tabla flotante.
2439 \end_layout
2440
2441 \end_inset
2442
2443
2444 \end_layout
2445
2446 \begin_layout Plain Layout
2447 \align center
2448 \begin_inset Tabular
2449 <lyxtabular version="3" rows="3" columns="3">
2450 <features tabularvalignment="middle">
2451 <column alignment="center" valignment="top" width="0pt">
2452 <column alignment="center" valignment="top" width="0pt">
2453 <column alignment="center" valignment="top" width="0pt">
2454 <row>
2455 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
2456 \begin_inset Text
2457
2458 \begin_layout Plain Layout
2459
2460 \family roman
2461 \series medium
2462 \shape up
2463 \size normal
2464 \emph off
2465 \bar no
2466 \noun off
2467 \color none
2468 1
2469 \end_layout
2470
2471 \end_inset
2472 </cell>
2473 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
2474 \begin_inset Text
2475
2476 \begin_layout Plain Layout
2477
2478 \family roman
2479 \series medium
2480 \shape up
2481 \size normal
2482 \emph off
2483 \bar no
2484 \noun off
2485 \color none
2486 2
2487 \end_layout
2488
2489 \end_inset
2490 </cell>
2491 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
2492 \begin_inset Text
2493
2494 \begin_layout Plain Layout
2495
2496 \family roman
2497 \series medium
2498 \shape up
2499 \size normal
2500 \emph off
2501 \bar no
2502 \noun off
2503 \color none
2504 3
2505 \end_layout
2506
2507 \end_inset
2508 </cell>
2509 </row>
2510 <row>
2511 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
2512 \begin_inset Text
2513
2514 \begin_layout Plain Layout
2515
2516 \family roman
2517 \series medium
2518 \shape up
2519 \size normal
2520 \emph off
2521 \bar no
2522 \noun off
2523 \color none
2524 Pepe
2525 \end_layout
2526
2527 \end_inset
2528 </cell>
2529 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
2530 \begin_inset Text
2531
2532 \begin_layout Plain Layout
2533
2534 \family roman
2535 \series medium
2536 \shape up
2537 \size normal
2538 \emph off
2539 \bar no
2540 \noun off
2541 \color none
2542 Mari
2543 \end_layout
2544
2545 \end_inset
2546 </cell>
2547 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
2548 \begin_inset Text
2549
2550 \begin_layout Plain Layout
2551
2552 \family roman
2553 \series medium
2554 \shape up
2555 \size normal
2556 \emph off
2557 \bar no
2558 \noun off
2559 \color none
2560 Teo
2561 \end_layout
2562
2563 \end_inset
2564 </cell>
2565 </row>
2566 <row>
2567 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
2568 \begin_inset Text
2569
2570 \begin_layout Plain Layout
2571
2572 \family roman
2573 \series medium
2574 \shape up
2575 \size normal
2576 \emph off
2577 \bar no
2578 \noun off
2579 \color none
2580 \begin_inset Formula $\int x^{2}dx$
2581 \end_inset
2582
2583
2584 \end_layout
2585
2586 \end_inset
2587 </cell>
2588 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
2589 \begin_inset Text
2590
2591 \begin_layout Plain Layout
2592
2593 \family roman
2594 \series medium
2595 \shape up
2596 \size normal
2597 \emph off
2598 \bar no
2599 \noun off
2600 \color none
2601 \begin_inset Formula $\left[\begin{array}{cc}
2602 a & b\\
2603 c & d
2604 \end{array}\right]$
2605 \end_inset
2606
2607
2608 \end_layout
2609
2610 \end_inset
2611 </cell>
2612 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
2613 \begin_inset Text
2614
2615 \begin_layout Plain Layout
2616
2617 \family roman
2618 \series medium
2619 \shape up
2620 \size normal
2621 \emph off
2622 \bar no
2623 \noun off
2624 \color none
2625 \begin_inset Formula $1+1=2$
2626 \end_inset
2627
2628
2629 \end_layout
2630
2631 \end_inset
2632 </cell>
2633 </row>
2634 </lyxtabular>
2635
2636 \end_inset
2637
2638
2639 \end_layout
2640
2641 \end_inset
2642
2643
2644 \end_layout
2645
2646 \begin_layout Standard
2647 Las tablas flotantes pueden insertarse con el menú 
2648 \family sans
2649 Insertar\SpecialChar \menuseparator
2650 Flotante\SpecialChar \menuseparator
2651 Tabla
2652 \family default
2653  o con el botón 
2654 \begin_inset Graphics
2655         filename ../../images/float-insert_table.png
2656         scale 85
2657
2658 \end_inset
2659
2660 .
2661 \end_layout
2662
2663 \begin_layout Standard
2664 El flotante se muestra como un cuadro desplegable con la etiqueta «Tabla
2665 \begin_inset space ~
2666 \end_inset
2667
2668 #:» (# es el número actual).
2669  El texto que sigue a dicha etiqueta es la leyenda de la tabla.
2670  Para insertar una tabla en el flotante se sitúa el cursor al final del
2671  texto del encabezado y se pulsa 
2672 \family sans
2673 Retorno
2674 \family default
2675 .
2676  La leyenda se imprime encima de la tabla.
2677 \end_layout
2678
2679 \begin_layout Standard
2680 La tabla
2681 \begin_inset space ~
2682 \end_inset
2683
2684
2685 \begin_inset CommandInset ref
2686 LatexCommand ref
2687 reference "tab:una tabla flotante"
2688
2689 \end_inset
2690
2691  es un ejemplo de tabla flotante.
2692 \end_layout
2693
2694 \begin_layout Standard
2695 Lo habitual es poner la leyenda sobre la tabla, lo que desafortunadamente
2696  no es soportado en las clases estándar de LaTeX.
2697  Esto significa que si estás usando las clases de documento 
2698 \family sans
2699 article
2700 \family default
2701
2702 \family sans
2703 book
2704 \family default
2705
2706 \family sans
2707 letter
2708 \family default
2709  o 
2710 \family sans
2711 report
2712 \family default
2713  no habrá espacio entre la leyenda y la tabla.
2714  Para añadir un espacio entre ellos hay que poner en el preámbulo LaTeX
2715  del documento la siguiente opción al comando del paquete LaTeX 
2716 \series bold
2717 caption
2718 \series default
2719
2720 \begin_inset Index idx
2721 status collapsed
2722
2723 \begin_layout Plain Layout
2724 LaTeX-paquetes ! caption
2725 \end_layout
2726
2727 \end_inset
2728
2729 :
2730 \begin_inset Foot
2731 status collapsed
2732
2733 \begin_layout Plain Layout
2734 Para más información ve a la sección
2735 \begin_inset space ~
2736 \end_inset
2737
2738
2739 \begin_inset CommandInset ref
2740 LatexCommand ref
2741 reference "sec:Colocación-de-leyendas"
2742
2743 \end_inset
2744
2745 .
2746 \end_layout
2747
2748 \end_inset
2749
2750
2751 \end_layout
2752
2753 \begin_layout Standard
2754
2755 \series bold
2756 tableposition=top
2757 \end_layout
2758
2759 \begin_layout Standard
2760 El formato de la leyenda se puede controlar mediante el paquete LaTeX 
2761 \series bold
2762 caption
2763 \series default
2764  como se describe en la sección
2765 \begin_inset space ~
2766 \end_inset
2767
2768
2769 \begin_inset CommandInset ref
2770 LatexCommand ref
2771 reference "sec:Formato-de-leyendas"
2772
2773 \end_inset
2774
2775 .
2776  
2777 \end_layout
2778
2779 \begin_layout Standard
2780 \begin_inset Index idx
2781 status collapsed
2782
2783 \begin_layout Plain Layout
2784 Referencias ! a tablas
2785 \end_layout
2786
2787 \end_inset
2788
2789 Las tablas pueden tener referencias cruzadas en el texto referenciando su
2790  etiqueta.
2791  Para hacerlo inserta una etiqueta en la leyenda con el menú 
2792 \family sans
2793 Insertar\SpecialChar \menuseparator
2794 Etiqueta
2795 \family default
2796  o con el botón 
2797 \begin_inset Graphics
2798         filename ../../images/label-insert.png
2799         scale 85
2800
2801 \end_inset
2802
2803 .
2804  Ahora puedes referenciar la etiqueta con el menú 
2805 \family sans
2806 Insertar\SpecialChar \menuseparator
2807 Referencia
2808 \begin_inset space ~
2809 \end_inset
2810
2811 cruzada
2812 \family default
2813  o con el botón 
2814 \begin_inset Graphics
2815         filename ../../images/dialog-show-new-inset_ref.png
2816         scale 85
2817
2818 \end_inset
2819
2820 .
2821 \begin_inset Newline newline
2822 \end_inset
2823
2824 Las referencias se explican con detalle en la sección
2825 \begin_inset space ~
2826 \end_inset
2827
2828
2829 \begin_inset CommandInset ref
2830 LatexCommand ref
2831 reference "sec:Referencias-a-Flotantes"
2832
2833 \end_inset
2834
2835 .
2836 \end_layout
2837
2838 \begin_layout Section
2839 Tablas largas
2840 \begin_inset CommandInset label
2841 LatexCommand label
2842 name "sec:Tablas-Largas"
2843
2844 \end_inset
2845
2846
2847 \begin_inset Index idx
2848 status collapsed
2849
2850 \begin_layout Plain Layout
2851 Tablas largas
2852 \end_layout
2853
2854 \end_inset
2855
2856
2857 \begin_inset Index idx
2858 status collapsed
2859
2860 \begin_layout Plain Layout
2861 Tablas ! Largas|see
2862 \begin_inset ERT
2863 status collapsed
2864
2865 \begin_layout Plain Layout
2866
2867 {
2868 \end_layout
2869
2870 \end_inset
2871
2872 Tablas largas
2873 \begin_inset ERT
2874 status collapsed
2875
2876 \begin_layout Plain Layout
2877
2878 }
2879 \end_layout
2880
2881 \end_inset
2882
2883
2884 \end_layout
2885
2886 \end_inset
2887
2888
2889 \end_layout
2890
2891 \begin_layout Standard
2892 Si la tabla es demasiado larga para una página, puedes usar la opción 
2893 \family sans
2894 Usar
2895 \begin_inset space ~
2896 \end_inset
2897
2898 tabla
2899 \begin_inset space ~
2900 \end_inset
2901
2902 larga
2903 \family default
2904  en la solapa 
2905 \family sans
2906 Tabla
2907 \begin_inset space ~
2908 \end_inset
2909
2910 larga
2911 \family default
2912  del diálogo de tablas, para repartir automáticamente la tabla en varias
2913  páginas.
2914  Al hacerlo se habilitan las siguientes opciones:
2915 \end_layout
2916
2917 \begin_layout Description
2918 Encabezado: La fila actual se define como encabezado que aparecerá en todas
2919  las páginas de la tabla, excepto para la primera página si 
2920 \family sans
2921 Primer
2922 \begin_inset space ~
2923 \end_inset
2924
2925 encabezado
2926 \family default
2927  está definido.
2928  Este se denomina encabezado principal.
2929 \end_layout
2930
2931 \begin_layout Description
2932 Primer
2933 \begin_inset space ~
2934 \end_inset
2935
2936 encabezado: La fila actual se define como encabezado de la primera página
2937  de la tabla.
2938 \end_layout
2939
2940 \begin_layout Description
2941 Pie: La fila actual se define como pie que aparecerá en todas las páginas
2942  de la tabla, excepto para la última página si se define 
2943 \family sans
2944 Último
2945 \begin_inset space ~
2946 \end_inset
2947
2948 pie.
2949 \end_layout
2950
2951 \begin_layout Description
2952 Último
2953 \begin_inset space ~
2954 \end_inset
2955
2956 pie:
2957 \family sans
2958  
2959 \family default
2960 La fila actual se define como pie de la última página de la tabla.
2961 \end_layout
2962
2963 \begin_layout Description
2964 Leyenda: La fila actual contiene la leyenda de la tabla.
2965  La primera fila se reajusta como columna única y se inserta una leyenda.
2966  Más detalles sobre leyendas en tablas largas en la sec.
2967 \begin_inset space \thinspace{}
2968 \end_inset
2969
2970
2971 \begin_inset CommandInset ref
2972 LatexCommand ref
2973 reference "sub:Leyendas-en-Tablas"
2974
2975 \end_inset
2976
2977 .
2978 \end_layout
2979
2980 \begin_layout Standard
2981 También se puede especificar en el diálogo en qué fila se ha de cortar la
2982  tabla.
2983  La siguiente tabla muestra cómo funciona:
2984 \end_layout
2985
2986 \begin_layout Standard
2987
2988 \end_layout
2989
2990 \begin_layout Standard
2991 \align center
2992 \begin_inset Tabular
2993 <lyxtabular version="3" rows="69" columns="3">
2994 <features islongtable="true" longtabularalignment="center">
2995 <column alignment="left" valignment="top" width="0cm">
2996 <column alignment="left" valignment="top" width="0pt">
2997 <column alignment="right" valignment="top" width="0pt">
2998 <row endfirsthead="true">
2999 <cell multicolumn="1" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
3000 \begin_inset Text
3001
3002 \begin_layout Plain Layout
3003
3004 \series bold
3005 Ejemplo de lista telefónica (ignore los nombres)
3006 \end_layout
3007
3008 \end_inset
3009 </cell>
3010 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
3011 \begin_inset Text
3012
3013 \begin_layout Plain Layout
3014
3015 \end_layout
3016
3017 \end_inset
3018 </cell>
3019 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
3020 \begin_inset Text
3021
3022 \begin_layout Plain Layout
3023
3024 \end_layout
3025
3026 \end_inset
3027 </cell>
3028 </row>
3029 <row endfirsthead="true">
3030 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
3031 \begin_inset Text
3032
3033 \begin_layout Plain Layout
3034
3035 \series bold
3036 NOMBRE
3037 \end_layout
3038
3039 \end_inset
3040 </cell>
3041 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
3042 \begin_inset Text
3043
3044 \begin_layout Plain Layout
3045
3046 \end_layout
3047
3048 \end_inset
3049 </cell>
3050 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
3051 \begin_inset Text
3052
3053 \begin_layout Plain Layout
3054
3055 \series bold
3056 TEL.
3057 \end_layout
3058
3059 \end_inset
3060 </cell>
3061 </row>
3062 <row endhead="true">
3063 <cell multicolumn="1" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
3064 \begin_inset Text
3065
3066 \begin_layout Plain Layout
3067
3068 \series bold
3069 Ejemplo de lista telefónica
3070 \end_layout
3071
3072 \end_inset
3073 </cell>
3074 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
3075 \begin_inset Text
3076
3077 \begin_layout Plain Layout
3078
3079 \end_layout
3080
3081 \end_inset
3082 </cell>
3083 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
3084 \begin_inset Text
3085
3086 \begin_layout Plain Layout
3087
3088 \end_layout
3089
3090 \end_inset
3091 </cell>
3092 </row>
3093 <row endhead="true">
3094 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
3095 \begin_inset Text
3096
3097 \begin_layout Plain Layout
3098
3099 \series bold
3100 NOMBRE
3101 \end_layout
3102
3103 \end_inset
3104 </cell>
3105 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
3106 \begin_inset Text
3107
3108 \begin_layout Plain Layout
3109
3110 \end_layout
3111
3112 \end_inset
3113 </cell>
3114 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
3115 \begin_inset Text
3116
3117 \begin_layout Plain Layout
3118
3119 \series bold
3120 TEL.
3121 \end_layout
3122
3123 \end_inset
3124 </cell>
3125 </row>
3126 <row endfoot="true">
3127 <cell multicolumn="1" alignment="right" valignment="top" usebox="none">
3128 \begin_inset Text
3129
3130 \begin_layout Plain Layout
3131  continúa en la página siguiente
3132 \end_layout
3133
3134 \end_inset
3135 </cell>
3136 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
3137 \begin_inset Text
3138
3139 \begin_layout Plain Layout
3140
3141 \end_layout
3142
3143 \end_inset
3144 </cell>
3145 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
3146 \begin_inset Text
3147
3148 \begin_layout Plain Layout
3149
3150 \end_layout
3151
3152 \end_inset
3153 </cell>
3154 </row>
3155 <row>
3156 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3157 \begin_inset Text
3158
3159 \begin_layout Plain Layout
3160
3161 \series bold
3162 Annovi
3163 \end_layout
3164
3165 \end_inset
3166 </cell>
3167 <cell alignment="center" valignment="top" usebox="none">
3168 \begin_inset Text
3169
3170 \begin_layout Plain Layout
3171 Silvia
3172 \end_layout
3173
3174 \end_inset
3175 </cell>
3176 <cell alignment="right" valignment="top" leftline="true" rightline="true" usebox="none">
3177 \begin_inset Text
3178
3179 \begin_layout Plain Layout
3180 111
3181 \end_layout
3182
3183 \end_inset
3184 </cell>
3185 </row>
3186 <row>
3187 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3188 \begin_inset Text
3189
3190 \begin_layout Plain Layout
3191
3192 \series bold
3193 Bertoli
3194 \end_layout
3195
3196 \end_inset
3197 </cell>
3198 <cell alignment="center" valignment="top" usebox="none">
3199 \begin_inset Text
3200
3201 \begin_layout Plain Layout
3202 Stefano
3203 \end_layout
3204
3205 \end_inset
3206 </cell>
3207 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3208 \begin_inset Text
3209
3210 \begin_layout Plain Layout
3211 111
3212 \end_layout
3213
3214 \end_inset
3215 </cell>
3216 </row>
3217 <row>
3218 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3219 \begin_inset Text
3220
3221 \begin_layout Plain Layout
3222
3223 \series bold
3224 Bozzi
3225 \end_layout
3226
3227 \end_inset
3228 </cell>
3229 <cell alignment="center" valignment="top" usebox="none">
3230 \begin_inset Text
3231
3232 \begin_layout Plain Layout
3233 Walter
3234 \end_layout
3235
3236 \end_inset
3237 </cell>
3238 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3239 \begin_inset Text
3240
3241 \begin_layout Plain Layout
3242 111
3243 \end_layout
3244
3245 \end_inset
3246 </cell>
3247 </row>
3248 <row>
3249 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3250 \begin_inset Text
3251
3252 \begin_layout Plain Layout
3253
3254 \series bold
3255 Cachia
3256 \end_layout
3257
3258 \end_inset
3259 </cell>
3260 <cell alignment="center" valignment="top" usebox="none">
3261 \begin_inset Text
3262
3263 \begin_layout Plain Layout
3264 Maria
3265 \end_layout
3266
3267 \end_inset
3268 </cell>
3269 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3270 \begin_inset Text
3271
3272 \begin_layout Plain Layout
3273 111
3274 \end_layout
3275
3276 \end_inset
3277 </cell>
3278 </row>
3279 <row>
3280 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3281 \begin_inset Text
3282
3283 \begin_layout Plain Layout
3284
3285 \series bold
3286 Cachia
3287 \end_layout
3288
3289 \end_inset
3290 </cell>
3291 <cell alignment="center" valignment="top" usebox="none">
3292 \begin_inset Text
3293
3294 \begin_layout Plain Layout
3295 Maurizio
3296 \end_layout
3297
3298 \end_inset
3299 </cell>
3300 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3301 \begin_inset Text
3302
3303 \begin_layout Plain Layout
3304 111
3305 \end_layout
3306
3307 \end_inset
3308 </cell>
3309 </row>
3310 <row>
3311 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3312 \begin_inset Text
3313
3314 \begin_layout Plain Layout
3315
3316 \series bold
3317 Cinquemani
3318 \end_layout
3319
3320 \end_inset
3321 </cell>
3322 <cell alignment="center" valignment="top" usebox="none">
3323 \begin_inset Text
3324
3325 \begin_layout Plain Layout
3326 Giusi
3327 \end_layout
3328
3329 \end_inset
3330 </cell>
3331 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3332 \begin_inset Text
3333
3334 \begin_layout Plain Layout
3335 111
3336 \end_layout
3337
3338 \end_inset
3339 </cell>
3340 </row>
3341 <row>
3342 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3343 \begin_inset Text
3344
3345 \begin_layout Plain Layout
3346
3347 \series bold
3348 Colin
3349 \end_layout
3350
3351 \end_inset
3352 </cell>
3353 <cell alignment="center" valignment="top" usebox="none">
3354 \begin_inset Text
3355
3356 \begin_layout Plain Layout
3357 Bernard
3358 \end_layout
3359
3360 \end_inset
3361 </cell>
3362 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3363 \begin_inset Text
3364
3365 \begin_layout Plain Layout
3366 111
3367 \end_layout
3368
3369 \end_inset
3370 </cell>
3371 </row>
3372 <row>
3373 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3374 \begin_inset Text
3375
3376 \begin_layout Plain Layout
3377
3378 \series bold
3379 Concli
3380 \end_layout
3381
3382 \end_inset
3383 </cell>
3384 <cell alignment="center" valignment="top" usebox="none">
3385 \begin_inset Text
3386
3387 \begin_layout Plain Layout
3388 Gianfranco
3389 \end_layout
3390
3391 \end_inset
3392 </cell>
3393 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3394 \begin_inset Text
3395
3396 \begin_layout Plain Layout
3397 111
3398 \end_layout
3399
3400 \end_inset
3401 </cell>
3402 </row>
3403 <row>
3404 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3405 \begin_inset Text
3406
3407 \begin_layout Plain Layout
3408
3409 \series bold
3410 Dal Bosco
3411 \end_layout
3412
3413 \end_inset
3414 </cell>
3415 <cell alignment="center" valignment="top" usebox="none">
3416 \begin_inset Text
3417
3418 \begin_layout Plain Layout
3419 Carolina
3420 \end_layout
3421
3422 \end_inset
3423 </cell>
3424 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3425 \begin_inset Text
3426
3427 \begin_layout Plain Layout
3428 111
3429 \end_layout
3430
3431 \end_inset
3432 </cell>
3433 </row>
3434 <row>
3435 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3436 \begin_inset Text
3437
3438 \begin_layout Plain Layout
3439
3440 \series bold
3441 Dalpiaz
3442 \end_layout
3443
3444 \end_inset
3445 </cell>
3446 <cell alignment="center" valignment="top" usebox="none">
3447 \begin_inset Text
3448
3449 \begin_layout Plain Layout
3450 Annamaria
3451 \end_layout
3452
3453 \end_inset
3454 </cell>
3455 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3456 \begin_inset Text
3457
3458 \begin_layout Plain Layout
3459 111
3460 \end_layout
3461
3462 \end_inset
3463 </cell>
3464 </row>
3465 <row>
3466 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3467 \begin_inset Text
3468
3469 \begin_layout Plain Layout
3470
3471 \series bold
3472 Feliciello
3473 \end_layout
3474
3475 \end_inset
3476 </cell>
3477 <cell alignment="center" valignment="top" usebox="none">
3478 \begin_inset Text
3479
3480 \begin_layout Plain Layout
3481 Domenico
3482 \end_layout
3483
3484 \end_inset
3485 </cell>
3486 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3487 \begin_inset Text
3488
3489 \begin_layout Plain Layout
3490 111
3491 \end_layout
3492
3493 \end_inset
3494 </cell>
3495 </row>
3496 <row>
3497 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3498 \begin_inset Text
3499
3500 \begin_layout Plain Layout
3501
3502 \series bold
3503 Focarelli
3504 \end_layout
3505
3506 \end_inset
3507 </cell>
3508 <cell alignment="center" valignment="top" usebox="none">
3509 \begin_inset Text
3510
3511 \begin_layout Plain Layout
3512 Paola
3513 \end_layout
3514
3515 \end_inset
3516 </cell>
3517 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3518 \begin_inset Text
3519
3520 \begin_layout Plain Layout
3521 111
3522 \end_layout
3523
3524 \end_inset
3525 </cell>
3526 </row>
3527 <row>
3528 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3529 \begin_inset Text
3530
3531 \begin_layout Plain Layout
3532
3533 \series bold
3534 Galletti
3535 \end_layout
3536
3537 \end_inset
3538 </cell>
3539 <cell alignment="center" valignment="top" usebox="none">
3540 \begin_inset Text
3541
3542 \begin_layout Plain Layout
3543 Oreste
3544 \end_layout
3545
3546 \end_inset
3547 </cell>
3548 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3549 \begin_inset Text
3550
3551 \begin_layout Plain Layout
3552 111
3553 \end_layout
3554
3555 \end_inset
3556 </cell>
3557 </row>
3558 <row>
3559 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3560 \begin_inset Text
3561
3562 \begin_layout Plain Layout
3563
3564 \series bold
3565 Gasparini
3566 \end_layout
3567
3568 \end_inset
3569 </cell>
3570 <cell alignment="center" valignment="top" usebox="none">
3571 \begin_inset Text
3572
3573 \begin_layout Plain Layout
3574 Franca
3575 \end_layout
3576
3577 \end_inset
3578 </cell>
3579 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3580 \begin_inset Text
3581
3582 \begin_layout Plain Layout
3583 111
3584 \end_layout
3585
3586 \end_inset
3587 </cell>
3588 </row>
3589 <row>
3590 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3591 \begin_inset Text
3592
3593 \begin_layout Plain Layout
3594
3595 \series bold
3596 Rizzardi
3597 \end_layout
3598
3599 \end_inset
3600 </cell>
3601 <cell alignment="center" valignment="top" usebox="none">
3602 \begin_inset Text
3603
3604 \begin_layout Plain Layout
3605 Paola
3606 \end_layout
3607
3608 \end_inset
3609 </cell>
3610 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3611 \begin_inset Text
3612
3613 \begin_layout Plain Layout
3614 111
3615 \end_layout
3616
3617 \end_inset
3618 </cell>
3619 </row>
3620 <row>
3621 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3622 \begin_inset Text
3623
3624 \begin_layout Plain Layout
3625
3626 \series bold
3627 Lassini
3628 \end_layout
3629
3630 \end_inset
3631 </cell>
3632 <cell alignment="center" valignment="top" usebox="none">
3633 \begin_inset Text
3634
3635 \begin_layout Plain Layout
3636 Giancarlo
3637 \end_layout
3638
3639 \end_inset
3640 </cell>
3641 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3642 \begin_inset Text
3643
3644 \begin_layout Plain Layout
3645 111
3646 \end_layout
3647
3648 \end_inset
3649 </cell>
3650 </row>
3651 <row>
3652 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3653 \begin_inset Text
3654
3655 \begin_layout Plain Layout
3656
3657 \series bold
3658 Malfatti
3659 \end_layout
3660
3661 \end_inset
3662 </cell>
3663 <cell alignment="center" valignment="top" usebox="none">
3664 \begin_inset Text
3665
3666 \begin_layout Plain Layout
3667 Luciano
3668 \end_layout
3669
3670 \end_inset
3671 </cell>
3672 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3673 \begin_inset Text
3674
3675 \begin_layout Plain Layout
3676 111
3677 \end_layout
3678
3679 \end_inset
3680 </cell>
3681 </row>
3682 <row>
3683 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3684 \begin_inset Text
3685
3686 \begin_layout Plain Layout
3687
3688 \series bold
3689 Malfatti
3690 \end_layout
3691
3692 \end_inset
3693 </cell>
3694 <cell alignment="center" valignment="top" usebox="none">
3695 \begin_inset Text
3696
3697 \begin_layout Plain Layout
3698 Valeriano
3699 \end_layout
3700
3701 \end_inset
3702 </cell>
3703 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3704 \begin_inset Text
3705
3706 \begin_layout Plain Layout
3707 111
3708 \end_layout
3709
3710 \end_inset
3711 </cell>
3712 </row>
3713 <row>
3714 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3715 \begin_inset Text
3716
3717 \begin_layout Plain Layout
3718
3719 \series bold
3720 Meneguzzo
3721 \end_layout
3722
3723 \end_inset
3724 </cell>
3725 <cell alignment="center" valignment="top" usebox="none">
3726 \begin_inset Text
3727
3728 \begin_layout Plain Layout
3729 Roberto
3730 \end_layout
3731
3732 \end_inset
3733 </cell>
3734 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3735 \begin_inset Text
3736
3737 \begin_layout Plain Layout
3738 111
3739 \end_layout
3740
3741 \end_inset
3742 </cell>
3743 </row>
3744 <row>
3745 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3746 \begin_inset Text
3747
3748 \begin_layout Plain Layout
3749
3750 \series bold
3751 Mezzadra
3752 \end_layout
3753
3754 \end_inset
3755 </cell>
3756 <cell alignment="center" valignment="top" usebox="none">
3757 \begin_inset Text
3758
3759 \begin_layout Plain Layout
3760 Roberto
3761 \end_layout
3762
3763 \end_inset
3764 </cell>
3765 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3766 \begin_inset Text
3767
3768 \begin_layout Plain Layout
3769 111
3770 \end_layout
3771
3772 \end_inset
3773 </cell>
3774 </row>
3775 <row>
3776 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3777 \begin_inset Text
3778
3779 \begin_layout Plain Layout
3780
3781 \series bold
3782 Pirpamer
3783 \end_layout
3784
3785 \end_inset
3786 </cell>
3787 <cell alignment="center" valignment="top" usebox="none">
3788 \begin_inset Text
3789
3790 \begin_layout Plain Layout
3791 Erich
3792 \end_layout
3793
3794 \end_inset
3795 </cell>
3796 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3797 \begin_inset Text
3798
3799 \begin_layout Plain Layout
3800 111
3801 \end_layout
3802
3803 \end_inset
3804 </cell>
3805 </row>
3806 <row>
3807 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3808 \begin_inset Text
3809
3810 \begin_layout Plain Layout
3811
3812 \series bold
3813 Pochiesa
3814 \end_layout
3815
3816 \end_inset
3817 </cell>
3818 <cell alignment="center" valignment="top" usebox="none">
3819 \begin_inset Text
3820
3821 \begin_layout Plain Layout
3822 Paolo
3823 \end_layout
3824
3825 \end_inset
3826 </cell>
3827 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3828 \begin_inset Text
3829
3830 \begin_layout Plain Layout
3831 111, 222
3832 \end_layout
3833
3834 \end_inset
3835 </cell>
3836 </row>
3837 <row>
3838 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3839 \begin_inset Text
3840
3841 \begin_layout Plain Layout
3842
3843 \series bold
3844 Radina
3845 \end_layout
3846
3847 \end_inset
3848 </cell>
3849 <cell alignment="center" valignment="top" usebox="none">
3850 \begin_inset Text
3851
3852 \begin_layout Plain Layout
3853 Claudio
3854 \end_layout
3855
3856 \end_inset
3857 </cell>
3858 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3859 \begin_inset Text
3860
3861 \begin_layout Plain Layout
3862 111
3863 \end_layout
3864
3865 \end_inset
3866 </cell>
3867 </row>
3868 <row>
3869 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3870 \begin_inset Text
3871
3872 \begin_layout Plain Layout
3873
3874 \series bold
3875 Stuffer
3876 \end_layout
3877
3878 \end_inset
3879 </cell>
3880 <cell alignment="center" valignment="top" usebox="none">
3881 \begin_inset Text
3882
3883 \begin_layout Plain Layout
3884 Oskar
3885 \end_layout
3886
3887 \end_inset
3888 </cell>
3889 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3890 \begin_inset Text
3891
3892 \begin_layout Plain Layout
3893 111
3894 \end_layout
3895
3896 \end_inset
3897 </cell>
3898 </row>
3899 <row>
3900 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3901 \begin_inset Text
3902
3903 \begin_layout Plain Layout
3904
3905 \series bold
3906 Tacchelli
3907 \end_layout
3908
3909 \end_inset
3910 </cell>
3911 <cell alignment="center" valignment="top" usebox="none">
3912 \begin_inset Text
3913
3914 \begin_layout Plain Layout
3915 Ugo
3916 \end_layout
3917
3918 \end_inset
3919 </cell>
3920 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3921 \begin_inset Text
3922
3923 \begin_layout Plain Layout
3924 111
3925 \end_layout
3926
3927 \end_inset
3928 </cell>
3929 </row>
3930 <row>
3931 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3932 \begin_inset Text
3933
3934 \begin_layout Plain Layout
3935
3936 \series bold
3937 Tezzele
3938 \end_layout
3939
3940 \end_inset
3941 </cell>
3942 <cell alignment="center" valignment="top" usebox="none">
3943 \begin_inset Text
3944
3945 \begin_layout Plain Layout
3946 Margit
3947 \end_layout
3948
3949 \end_inset
3950 </cell>
3951 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3952 \begin_inset Text
3953
3954 \begin_layout Plain Layout
3955 111
3956 \end_layout
3957
3958 \end_inset
3959 </cell>
3960 </row>
3961 <row>
3962 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3963 \begin_inset Text
3964
3965 \begin_layout Plain Layout
3966
3967 \series bold
3968 Unterkalmsteiner
3969 \end_layout
3970
3971 \end_inset
3972 </cell>
3973 <cell alignment="center" valignment="top" usebox="none">
3974 \begin_inset Text
3975
3976 \begin_layout Plain Layout
3977 Frieda
3978 \end_layout
3979
3980 \end_inset
3981 </cell>
3982 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3983 \begin_inset Text
3984
3985 \begin_layout Plain Layout
3986 111
3987 \end_layout
3988
3989 \end_inset
3990 </cell>
3991 </row>
3992 <row>
3993 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3994 \begin_inset Text
3995
3996 \begin_layout Plain Layout
3997
3998 \series bold
3999 Vieider
4000 \end_layout
4001
4002 \end_inset
4003 </cell>
4004 <cell alignment="center" valignment="top" usebox="none">
4005 \begin_inset Text
4006
4007 \begin_layout Plain Layout
4008 Hilde
4009 \end_layout
4010
4011 \end_inset
4012 </cell>
4013 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4014 \begin_inset Text
4015
4016 \begin_layout Plain Layout
4017 111
4018 \end_layout
4019
4020 \end_inset
4021 </cell>
4022 </row>
4023 <row>
4024 <cell alignment="center" valignment="top" leftline="true" usebox="none">
4025 \begin_inset Text
4026
4027 \begin_layout Plain Layout
4028
4029 \series bold
4030 Vigna
4031 \end_layout
4032
4033 \end_inset
4034 </cell>
4035 <cell alignment="center" valignment="top" usebox="none">
4036 \begin_inset Text
4037
4038 \begin_layout Plain Layout
4039 Jürgen
4040 \end_layout
4041
4042 \end_inset
4043 </cell>
4044 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4045 \begin_inset Text
4046
4047 \begin_layout Plain Layout
4048 111
4049 \end_layout
4050
4051 \end_inset
4052 </cell>
4053 </row>
4054 <row>
4055 <cell alignment="center" valignment="top" leftline="true" usebox="none">
4056 \begin_inset Text
4057
4058 \begin_layout Plain Layout
4059
4060 \series bold
4061 Weber
4062 \end_layout
4063
4064 \end_inset
4065 </cell>
4066 <cell alignment="center" valignment="top" usebox="none">
4067 \begin_inset Text
4068
4069 \begin_layout Plain Layout
4070 Maurizio
4071 \end_layout
4072
4073 \end_inset
4074 </cell>
4075 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4076 \begin_inset Text
4077
4078 \begin_layout Plain Layout
4079 111
4080 \end_layout
4081
4082 \end_inset
4083 </cell>
4084 </row>
4085 <row>
4086 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
4087 \begin_inset Text
4088
4089 \begin_layout Plain Layout
4090
4091 \series bold
4092 Winkler
4093 \end_layout
4094
4095 \end_inset
4096 </cell>
4097 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
4098 \begin_inset Text
4099
4100 \begin_layout Plain Layout
4101 Franz
4102 \end_layout
4103
4104 \end_inset
4105 </cell>
4106 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
4107 \begin_inset Text
4108
4109 \begin_layout Plain Layout
4110 111
4111 \end_layout
4112
4113 \end_inset
4114 </cell>
4115 </row>
4116 <row>
4117 <cell multicolumn="1" alignment="left" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
4118 \begin_inset Text
4119
4120 \begin_layout Plain Layout
4121  
4122 \end_layout
4123
4124 \end_inset
4125 </cell>
4126 <cell multicolumn="2" alignment="center" valignment="top" topline="true" usebox="none">
4127 \begin_inset Text
4128
4129 \begin_layout Plain Layout
4130
4131 \end_layout
4132
4133 \end_inset
4134 </cell>
4135 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
4136 \begin_inset Text
4137
4138 \begin_layout Plain Layout
4139
4140 \end_layout
4141
4142 \end_inset
4143 </cell>
4144 </row>
4145 <row>
4146 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4147 \begin_inset Text
4148
4149 \begin_layout Plain Layout
4150
4151 \series bold
4152 Annovi
4153 \end_layout
4154
4155 \end_inset
4156 </cell>
4157 <cell alignment="center" valignment="top" usebox="none">
4158 \begin_inset Text
4159
4160 \begin_layout Plain Layout
4161 Silvia
4162 \end_layout
4163
4164 \end_inset
4165 </cell>
4166 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4167 \begin_inset Text
4168
4169 \begin_layout Plain Layout
4170 555
4171 \end_layout
4172
4173 \end_inset
4174 </cell>
4175 </row>
4176 <row>
4177 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4178 \begin_inset Text
4179
4180 \begin_layout Plain Layout
4181
4182 \series bold
4183 Bertoli
4184 \end_layout
4185
4186 \end_inset
4187 </cell>
4188 <cell alignment="center" valignment="top" usebox="none">
4189 \begin_inset Text
4190
4191 \begin_layout Plain Layout
4192 Stefano
4193 \end_layout
4194
4195 \end_inset
4196 </cell>
4197 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4198 \begin_inset Text
4199
4200 \begin_layout Plain Layout
4201 555
4202 \end_layout
4203
4204 \end_inset
4205 </cell>
4206 </row>
4207 <row>
4208 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4209 \begin_inset Text
4210
4211 \begin_layout Plain Layout
4212
4213 \series bold
4214 Bozzi
4215 \end_layout
4216
4217 \end_inset
4218 </cell>
4219 <cell alignment="center" valignment="top" usebox="none">
4220 \begin_inset Text
4221
4222 \begin_layout Plain Layout
4223 Walter
4224 \end_layout
4225
4226 \end_inset
4227 </cell>
4228 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4229 \begin_inset Text
4230
4231 \begin_layout Plain Layout
4232 555
4233 \end_layout
4234
4235 \end_inset
4236 </cell>
4237 </row>
4238 <row>
4239 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4240 \begin_inset Text
4241
4242 \begin_layout Plain Layout
4243
4244 \series bold
4245 Cachia
4246 \end_layout
4247
4248 \end_inset
4249 </cell>
4250 <cell alignment="center" valignment="top" usebox="none">
4251 \begin_inset Text
4252
4253 \begin_layout Plain Layout
4254 Maria
4255 \end_layout
4256
4257 \end_inset
4258 </cell>
4259 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4260 \begin_inset Text
4261
4262 \begin_layout Plain Layout
4263 555
4264 \end_layout
4265
4266 \end_inset
4267 </cell>
4268 </row>
4269 <row>
4270 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4271 \begin_inset Text
4272
4273 \begin_layout Plain Layout
4274
4275 \series bold
4276 Cachia
4277 \end_layout
4278
4279 \end_inset
4280 </cell>
4281 <cell alignment="center" valignment="top" usebox="none">
4282 \begin_inset Text
4283
4284 \begin_layout Plain Layout
4285 Maurizio
4286 \end_layout
4287
4288 \end_inset
4289 </cell>
4290 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4291 \begin_inset Text
4292
4293 \begin_layout Plain Layout
4294 555
4295 \end_layout
4296
4297 \end_inset
4298 </cell>
4299 </row>
4300 <row>
4301 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4302 \begin_inset Text
4303
4304 \begin_layout Plain Layout
4305
4306 \series bold
4307 Cinquemani
4308 \end_layout
4309
4310 \end_inset
4311 </cell>
4312 <cell alignment="center" valignment="top" usebox="none">
4313 \begin_inset Text
4314
4315 \begin_layout Plain Layout
4316 Giusi
4317 \end_layout
4318
4319 \end_inset
4320 </cell>
4321 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4322 \begin_inset Text
4323
4324 \begin_layout Plain Layout
4325 555
4326 \end_layout
4327
4328 \end_inset
4329 </cell>
4330 </row>
4331 <row>
4332 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4333 \begin_inset Text
4334
4335 \begin_layout Plain Layout
4336
4337 \series bold
4338 Colin
4339 \end_layout
4340
4341 \end_inset
4342 </cell>
4343 <cell alignment="center" valignment="top" usebox="none">
4344 \begin_inset Text
4345
4346 \begin_layout Plain Layout
4347 Bernard
4348 \end_layout
4349
4350 \end_inset
4351 </cell>
4352 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4353 \begin_inset Text
4354
4355 \begin_layout Plain Layout
4356 555
4357 \end_layout
4358
4359 \end_inset
4360 </cell>
4361 </row>
4362 <row>
4363 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4364 \begin_inset Text
4365
4366 \begin_layout Plain Layout
4367
4368 \series bold
4369 Concli
4370 \end_layout
4371
4372 \end_inset
4373 </cell>
4374 <cell alignment="center" valignment="top" usebox="none">
4375 \begin_inset Text
4376
4377 \begin_layout Plain Layout
4378 Gianfranco
4379 \end_layout
4380
4381 \end_inset
4382 </cell>
4383 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4384 \begin_inset Text
4385
4386 \begin_layout Plain Layout
4387 555
4388 \end_layout
4389
4390 \end_inset
4391 </cell>
4392 </row>
4393 <row>
4394 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4395 \begin_inset Text
4396
4397 \begin_layout Plain Layout
4398
4399 \series bold
4400 Dal Bosco
4401 \end_layout
4402
4403 \end_inset
4404 </cell>
4405 <cell alignment="center" valignment="top" usebox="none">
4406 \begin_inset Text
4407
4408 \begin_layout Plain Layout
4409 Carolina
4410 \end_layout
4411
4412 \end_inset
4413 </cell>
4414 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4415 \begin_inset Text
4416
4417 \begin_layout Plain Layout
4418 555
4419 \end_layout
4420
4421 \end_inset
4422 </cell>
4423 </row>
4424 <row>
4425 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4426 \begin_inset Text
4427
4428 \begin_layout Plain Layout
4429
4430 \series bold
4431 Dalpiaz
4432 \end_layout
4433
4434 \end_inset
4435 </cell>
4436 <cell alignment="center" valignment="top" usebox="none">
4437 \begin_inset Text
4438
4439 \begin_layout Plain Layout
4440 Annamaria
4441 \end_layout
4442
4443 \end_inset
4444 </cell>
4445 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4446 \begin_inset Text
4447
4448 \begin_layout Plain Layout
4449 555
4450 \end_layout
4451
4452 \end_inset
4453 </cell>
4454 </row>
4455 <row>
4456 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4457 \begin_inset Text
4458
4459 \begin_layout Plain Layout
4460
4461 \series bold
4462 Feliciello
4463 \end_layout
4464
4465 \end_inset
4466 </cell>
4467 <cell alignment="center" valignment="top" usebox="none">
4468 \begin_inset Text
4469
4470 \begin_layout Plain Layout
4471 Domenico
4472 \end_layout
4473
4474 \end_inset
4475 </cell>
4476 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4477 \begin_inset Text
4478
4479 \begin_layout Plain Layout
4480 555
4481 \end_layout
4482
4483 \end_inset
4484 </cell>
4485 </row>
4486 <row>
4487 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4488 \begin_inset Text
4489
4490 \begin_layout Plain Layout
4491
4492 \series bold
4493 Focarelli
4494 \end_layout
4495
4496 \end_inset
4497 </cell>
4498 <cell alignment="center" valignment="top" usebox="none">
4499 \begin_inset Text
4500
4501 \begin_layout Plain Layout
4502 Paola
4503 \end_layout
4504
4505 \end_inset
4506 </cell>
4507 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4508 \begin_inset Text
4509
4510 \begin_layout Plain Layout
4511 555
4512 \end_layout
4513
4514 \end_inset
4515 </cell>
4516 </row>
4517 <row>
4518 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4519 \begin_inset Text
4520
4521 \begin_layout Plain Layout
4522
4523 \series bold
4524 Galletti
4525 \end_layout
4526
4527 \end_inset
4528 </cell>
4529 <cell alignment="center" valignment="top" usebox="none">
4530 \begin_inset Text
4531
4532 \begin_layout Plain Layout
4533 Oreste
4534 \end_layout
4535
4536 \end_inset
4537 </cell>
4538 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4539 \begin_inset Text
4540
4541 \begin_layout Plain Layout
4542 555
4543 \end_layout
4544
4545 \end_inset
4546 </cell>
4547 </row>
4548 <row>
4549 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4550 \begin_inset Text
4551
4552 \begin_layout Plain Layout
4553
4554 \series bold
4555 Gasparini
4556 \end_layout
4557
4558 \end_inset
4559 </cell>
4560 <cell alignment="center" valignment="top" usebox="none">
4561 \begin_inset Text
4562
4563 \begin_layout Plain Layout
4564 Franca
4565 \end_layout
4566
4567 \end_inset
4568 </cell>
4569 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4570 \begin_inset Text
4571
4572 \begin_layout Plain Layout
4573 555
4574 \end_layout
4575
4576 \end_inset
4577 </cell>
4578 </row>
4579 <row>
4580 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4581 \begin_inset Text
4582
4583 \begin_layout Plain Layout
4584
4585 \series bold
4586 Rizzardi
4587 \end_layout
4588
4589 \end_inset
4590 </cell>
4591 <cell alignment="center" valignment="top" usebox="none">
4592 \begin_inset Text
4593
4594 \begin_layout Plain Layout
4595 Paola
4596 \end_layout
4597
4598 \end_inset
4599 </cell>
4600 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4601 \begin_inset Text
4602
4603 \begin_layout Plain Layout
4604 555
4605 \end_layout
4606
4607 \end_inset
4608 </cell>
4609 </row>
4610 <row>
4611 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4612 \begin_inset Text
4613
4614 \begin_layout Plain Layout
4615
4616 \series bold
4617 Lassini
4618 \end_layout
4619
4620 \end_inset
4621 </cell>
4622 <cell alignment="center" valignment="top" usebox="none">
4623 \begin_inset Text
4624
4625 \begin_layout Plain Layout
4626 Giancarlo
4627 \end_layout
4628
4629 \end_inset
4630 </cell>
4631 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4632 \begin_inset Text
4633
4634 \begin_layout Plain Layout
4635 555
4636 \end_layout
4637
4638 \end_inset
4639 </cell>
4640 </row>
4641 <row>
4642 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4643 \begin_inset Text
4644
4645 \begin_layout Plain Layout
4646
4647 \series bold
4648 Malfatti
4649 \end_layout
4650
4651 \end_inset
4652 </cell>
4653 <cell alignment="center" valignment="top" usebox="none">
4654 \begin_inset Text
4655
4656 \begin_layout Plain Layout
4657 Luciano
4658 \end_layout
4659
4660 \end_inset
4661 </cell>
4662 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4663 \begin_inset Text
4664
4665 \begin_layout Plain Layout
4666 555
4667 \end_layout
4668
4669 \end_inset
4670 </cell>
4671 </row>
4672 <row>
4673 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4674 \begin_inset Text
4675
4676 \begin_layout Plain Layout
4677
4678 \series bold
4679 Malfatti
4680 \end_layout
4681
4682 \end_inset
4683 </cell>
4684 <cell alignment="center" valignment="top" usebox="none">
4685 \begin_inset Text
4686
4687 \begin_layout Plain Layout
4688 Valeriano
4689 \end_layout
4690
4691 \end_inset
4692 </cell>
4693 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4694 \begin_inset Text
4695
4696 \begin_layout Plain Layout
4697 555
4698 \end_layout
4699
4700 \end_inset
4701 </cell>
4702 </row>
4703 <row>
4704 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4705 \begin_inset Text
4706
4707 \begin_layout Plain Layout
4708
4709 \series bold
4710 Meneguzzo
4711 \end_layout
4712
4713 \end_inset
4714 </cell>
4715 <cell alignment="center" valignment="top" usebox="none">
4716 \begin_inset Text
4717
4718 \begin_layout Plain Layout
4719 Roberto
4720 \end_layout
4721
4722 \end_inset
4723 </cell>
4724 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4725 \begin_inset Text
4726
4727 \begin_layout Plain Layout
4728 555
4729 \end_layout
4730
4731 \end_inset
4732 </cell>
4733 </row>
4734 <row>
4735 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4736 \begin_inset Text
4737
4738 \begin_layout Plain Layout
4739
4740 \series bold
4741 Mezzadra
4742 \end_layout
4743
4744 \end_inset
4745 </cell>
4746 <cell alignment="center" valignment="top" usebox="none">
4747 \begin_inset Text
4748
4749 \begin_layout Plain Layout
4750 Roberto
4751 \end_layout
4752
4753 \end_inset
4754 </cell>
4755 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4756 \begin_inset Text
4757
4758 \begin_layout Plain Layout
4759 555
4760 \end_layout
4761
4762 \end_inset
4763 </cell>
4764 </row>
4765 <row>
4766 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4767 \begin_inset Text
4768
4769 \begin_layout Plain Layout
4770
4771 \series bold
4772 Pirpamer
4773 \end_layout
4774
4775 \end_inset
4776 </cell>
4777 <cell alignment="center" valignment="top" usebox="none">
4778 \begin_inset Text
4779
4780 \begin_layout Plain Layout
4781 Erich
4782 \end_layout
4783
4784 \end_inset
4785 </cell>
4786 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4787 \begin_inset Text
4788
4789 \begin_layout Plain Layout
4790 555
4791 \end_layout
4792
4793 \end_inset
4794 </cell>
4795 </row>
4796 <row>
4797 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4798 \begin_inset Text
4799
4800 \begin_layout Plain Layout
4801
4802 \series bold
4803 Pochiesa
4804 \end_layout
4805
4806 \end_inset
4807 </cell>
4808 <cell alignment="center" valignment="top" usebox="none">
4809 \begin_inset Text
4810
4811 \begin_layout Plain Layout
4812 Paolo
4813 \end_layout
4814
4815 \end_inset
4816 </cell>
4817 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4818 \begin_inset Text
4819
4820 \begin_layout Plain Layout
4821 555, 222
4822 \end_layout
4823
4824 \end_inset
4825 </cell>
4826 </row>
4827 <row>
4828 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4829 \begin_inset Text
4830
4831 \begin_layout Plain Layout
4832
4833 \series bold
4834 Radina
4835 \end_layout
4836
4837 \end_inset
4838 </cell>
4839 <cell alignment="center" valignment="top" usebox="none">
4840 \begin_inset Text
4841
4842 \begin_layout Plain Layout
4843 Claudio
4844 \end_layout
4845
4846 \end_inset
4847 </cell>
4848 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4849 \begin_inset Text
4850
4851 \begin_layout Plain Layout
4852 555
4853 \end_layout
4854
4855 \end_inset
4856 </cell>
4857 </row>
4858 <row>
4859 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4860 \begin_inset Text
4861
4862 \begin_layout Plain Layout
4863
4864 \series bold
4865 Stuffer
4866 \end_layout
4867
4868 \end_inset
4869 </cell>
4870 <cell alignment="center" valignment="top" usebox="none">
4871 \begin_inset Text
4872
4873 \begin_layout Plain Layout
4874 Oskar
4875 \end_layout
4876
4877 \end_inset
4878 </cell>
4879 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4880 \begin_inset Text
4881
4882 \begin_layout Plain Layout
4883 555
4884 \end_layout
4885
4886 \end_inset
4887 </cell>
4888 </row>
4889 <row>
4890 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4891 \begin_inset Text
4892
4893 \begin_layout Plain Layout
4894
4895 \series bold
4896 Tacchelli
4897 \end_layout
4898
4899 \end_inset
4900 </cell>
4901 <cell alignment="center" valignment="top" usebox="none">
4902 \begin_inset Text
4903
4904 \begin_layout Plain Layout
4905 Ugo
4906 \end_layout
4907
4908 \end_inset
4909 </cell>
4910 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4911 \begin_inset Text
4912
4913 \begin_layout Plain Layout
4914 555
4915 \end_layout
4916
4917 \end_inset
4918 </cell>
4919 </row>
4920 <row>
4921 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4922 \begin_inset Text
4923
4924 \begin_layout Plain Layout
4925
4926 \series bold
4927 Tezzele
4928 \end_layout
4929
4930 \end_inset
4931 </cell>
4932 <cell alignment="center" valignment="top" usebox="none">
4933 \begin_inset Text
4934
4935 \begin_layout Plain Layout
4936 Margit
4937 \end_layout
4938
4939 \end_inset
4940 </cell>
4941 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4942 \begin_inset Text
4943
4944 \begin_layout Plain Layout
4945 555
4946 \end_layout
4947
4948 \end_inset
4949 </cell>
4950 </row>
4951 <row>
4952 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4953 \begin_inset Text
4954
4955 \begin_layout Plain Layout
4956
4957 \series bold
4958 Unterkalmsteiner
4959 \end_layout
4960
4961 \end_inset
4962 </cell>
4963 <cell alignment="center" valignment="top" usebox="none">
4964 \begin_inset Text
4965
4966 \begin_layout Plain Layout
4967 Frieda
4968 \end_layout
4969
4970 \end_inset
4971 </cell>
4972 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4973 \begin_inset Text
4974
4975 \begin_layout Plain Layout
4976 555
4977 \end_layout
4978
4979 \end_inset
4980 </cell>
4981 </row>
4982 <row>
4983 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4984 \begin_inset Text
4985
4986 \begin_layout Plain Layout
4987
4988 \series bold
4989 Vieider
4990 \end_layout
4991
4992 \end_inset
4993 </cell>
4994 <cell alignment="center" valignment="top" usebox="none">
4995 \begin_inset Text
4996
4997 \begin_layout Plain Layout
4998 Hilde
4999 \end_layout
5000
5001 \end_inset
5002 </cell>
5003 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
5004 \begin_inset Text
5005
5006 \begin_layout Plain Layout
5007 555
5008 \end_layout
5009
5010 \end_inset
5011 </cell>
5012 </row>
5013 <row>
5014 <cell alignment="left" valignment="top" leftline="true" usebox="none">
5015 \begin_inset Text
5016
5017 \begin_layout Plain Layout
5018
5019 \series bold
5020 Vigna
5021 \end_layout
5022
5023 \end_inset
5024 </cell>
5025 <cell alignment="center" valignment="top" usebox="none">
5026 \begin_inset Text
5027
5028 \begin_layout Plain Layout
5029 Jürgen
5030 \end_layout
5031
5032 \end_inset
5033 </cell>
5034 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
5035 \begin_inset Text
5036
5037 \begin_layout Plain Layout
5038 999
5039 \end_layout
5040
5041 \end_inset
5042 </cell>
5043 </row>
5044 <row>
5045 <cell alignment="left" valignment="top" leftline="true" usebox="none">
5046 \begin_inset Text
5047
5048 \begin_layout Plain Layout
5049
5050 \series bold
5051 Weber
5052 \end_layout
5053
5054 \end_inset
5055 </cell>
5056 <cell alignment="center" valignment="top" usebox="none">
5057 \begin_inset Text
5058
5059 \begin_layout Plain Layout
5060 Maurizio
5061 \end_layout
5062
5063 \end_inset
5064 </cell>
5065 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
5066 \begin_inset Text
5067
5068 \begin_layout Plain Layout
5069 555
5070 \end_layout
5071
5072 \end_inset
5073 </cell>
5074 </row>
5075 <row>
5076 <cell alignment="left" valignment="top" bottomline="true" leftline="true" usebox="none">
5077 \begin_inset Text
5078
5079 \begin_layout Plain Layout
5080
5081 \series bold
5082 Winkler
5083 \end_layout
5084
5085 \end_inset
5086 </cell>
5087 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
5088 \begin_inset Text
5089
5090 \begin_layout Plain Layout
5091 Franz
5092 \end_layout
5093
5094 \end_inset
5095 </cell>
5096 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
5097 \begin_inset Text
5098
5099 \begin_layout Plain Layout
5100 555
5101 \end_layout
5102
5103 \end_inset
5104 </cell>
5105 </row>
5106 <row endlastfoot="true">
5107 <cell multicolumn="1" alignment="right" valignment="top" usebox="none">
5108 \begin_inset Text
5109
5110 \begin_layout Plain Layout
5111 fin
5112 \end_layout
5113
5114 \end_inset
5115 </cell>
5116 <cell multicolumn="2" alignment="center" valignment="top" topline="true" usebox="none">
5117 \begin_inset Text
5118
5119 \begin_layout Plain Layout
5120
5121 \end_layout
5122
5123 \end_inset
5124 </cell>
5125 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5126 \begin_inset Text
5127
5128 \begin_layout Plain Layout
5129
5130 \end_layout
5131
5132 \end_inset
5133 </cell>
5134 </row>
5135 </lyxtabular>
5136
5137 \end_inset
5138
5139
5140 \begin_inset ERT
5141 status collapsed
5142
5143 \begin_layout Plain Layout
5144
5145
5146 \backslash
5147 addtocounter{table}{-1}
5148 \end_layout
5149
5150 \end_inset
5151
5152
5153 \begin_inset Note Note
5154 status collapsed
5155
5156 \begin_layout Plain Layout
5157 Para comprender el uso de este comando, lee al final de la sección
5158 \begin_inset space ~
5159 \end_inset
5160
5161
5162 \begin_inset CommandInset ref
5163 LatexCommand ref
5164 reference "sub:Leyendas-en-Tablas"
5165
5166 \end_inset
5167
5168  la primera nota resaltada en gris.
5169  
5170 \end_layout
5171
5172 \end_inset
5173
5174
5175 \end_layout
5176
5177 \begin_layout Subsection
5178 Notas al pie en tablas largas
5179 \begin_inset CommandInset label
5180 LatexCommand label
5181 name "sub:Notas-al-pie-en-Tablas-Largas"
5182
5183 \end_inset
5184
5185
5186 \begin_inset Index idx
5187 status collapsed
5188
5189 \begin_layout Plain Layout
5190 Tablas largas ! Notas al pie
5191 \end_layout
5192
5193 \end_inset
5194
5195
5196 \end_layout
5197
5198 \begin_layout Standard
5199 Se pueden insertar notas al pie en cada celda de una tabla larga.
5200  Las notas se muestran en la parte inferior de la página en la que esté
5201  la celda con la nota.
5202  La tabla
5203 \begin_inset space ~
5204 \end_inset
5205
5206
5207 \begin_inset CommandInset ref
5208 LatexCommand ref
5209 reference "tab:DifLeyendas"
5210
5211 \end_inset
5212
5213  tiene un ejemplo de nota al pie.
5214 \end_layout
5215
5216 \begin_layout Subsection
5217 Alineación de tablas largas
5218 \begin_inset Index idx
5219 status collapsed
5220
5221 \begin_layout Plain Layout
5222 Tablas largas ! Alineación
5223 \end_layout
5224
5225 \end_inset
5226
5227
5228 \end_layout
5229
5230 \begin_layout Standard
5231
5232 \lang english
5233 The horizontal alignment of longtables can be set in the table settings
5234  dialog.
5235  For left- and right-alignment the table will be directly at the page border.
5236  To add space between the table and the border one has to set the alignment
5237  to center
5238 \lang spanish
5239  y cambiar el valor de las longitudes 
5240 \series bold
5241
5242 \backslash
5243 LTleft
5244 \series default
5245  y 
5246 \series bold
5247
5248 \backslash
5249 LTright 
5250 \series default
5251 insertando la línea siguiente en código TeX antes de la correspondiente
5252  tabla larga:
5253 \end_layout
5254
5255 \begin_layout Standard
5256
5257 \series bold
5258
5259 \backslash
5260 setlength{
5261 \backslash
5262 LTleft}{valor}
5263 \end_layout
5264
5265 \begin_layout Standard
5266 donde el valor puede tener cualquiera de las unidades listadas en el cuadro
5267 \begin_inset space ~
5268 \end_inset
5269
5270
5271 \begin_inset CommandInset ref
5272 LatexCommand ref
5273 reference "tab:Unidades"
5274
5275 \end_inset
5276
5277 .
5278  
5279 \series bold
5280
5281 \backslash
5282 LTlent 
5283 \series default
5284 controla la distancia entre el borde izquierdo de la página y la tabla.
5285  
5286 \series bold
5287
5288 \backslash
5289 LTright 
5290 \series default
5291 la distancia desde el lado derecho.
5292  El valor predeterminado para ambas longitudes es 
5293 \series bold
5294
5295 \backslash
5296 fill
5297 \series default
5298 , que en este caso es lo mismo que un relleno horizontal en LyX.
5299 \end_layout
5300
5301 \begin_layout Standard
5302 La siguiente tabla larga se ha alineado 
5303 \lang english
5304 centered
5305 \lang spanish
5306  y 
5307 \series bold
5308
5309 \backslash
5310 LTleft
5311 \series default
5312  
5313 \lang english
5314 set to
5315 \lang spanish
5316  
5317 \family sans
5318 0.1
5319 \backslash
5320 columnwidth
5321 \family default
5322 :
5323 \begin_inset ERT
5324 status collapsed
5325
5326 \begin_layout Plain Layout
5327
5328
5329 \backslash
5330 setlength{
5331 \backslash
5332 LTleft}{0.1
5333 \backslash
5334 columnwidth}
5335 \end_layout
5336
5337 \end_inset
5338
5339
5340 \end_layout
5341
5342 \begin_layout Standard
5343 \begin_inset Tabular
5344 <lyxtabular version="3" rows="5" columns="5">
5345 <features islongtable="true" longtabularalignment="center">
5346 <column alignment="center" valignment="top" width="0">
5347 <column alignment="center" valignment="top" width="0">
5348 <column alignment="center" valignment="top" width="0">
5349 <column alignment="center" valignment="top" width="0">
5350 <column alignment="center" valignment="top" width="0">
5351 <row>
5352 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5353 \begin_inset Text
5354
5355 \begin_layout Plain Layout
5356 1
5357 \end_layout
5358
5359 \end_inset
5360 </cell>
5361 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5362 \begin_inset Text
5363
5364 \begin_layout Plain Layout
5365 2
5366 \end_layout
5367
5368 \end_inset
5369 </cell>
5370 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5371 \begin_inset Text
5372
5373 \begin_layout Plain Layout
5374 3
5375 \end_layout
5376
5377 \end_inset
5378 </cell>
5379 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5380 \begin_inset Text
5381
5382 \begin_layout Plain Layout
5383 4
5384 \end_layout
5385
5386 \end_inset
5387 </cell>
5388 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5389 \begin_inset Text
5390
5391 \begin_layout Plain Layout
5392 5
5393 \end_layout
5394
5395 \end_inset
5396 </cell>
5397 </row>
5398 <row>
5399 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5400 \begin_inset Text
5401
5402 \begin_layout Plain Layout
5403 asd
5404 \end_layout
5405
5406 \end_inset
5407 </cell>
5408 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5409 \begin_inset Text
5410
5411 \begin_layout Plain Layout
5412 s
5413 \end_layout
5414
5415 \end_inset
5416 </cell>
5417 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5418 \begin_inset Text
5419
5420 \begin_layout Plain Layout
5421 s
5422 \end_layout
5423
5424 \end_inset
5425 </cell>
5426 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5427 \begin_inset Text
5428
5429 \begin_layout Plain Layout
5430 s
5431 \end_layout
5432
5433 \end_inset
5434 </cell>
5435 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5436 \begin_inset Text
5437
5438 \begin_layout Plain Layout
5439 asd
5440 \end_layout
5441
5442 \end_inset
5443 </cell>
5444 </row>
5445 <row>
5446 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5447 \begin_inset Text
5448
5449 \begin_layout Plain Layout
5450 asd
5451 \end_layout
5452
5453 \end_inset
5454 </cell>
5455 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5456 \begin_inset Text
5457
5458 \begin_layout Plain Layout
5459 s
5460 \end_layout
5461
5462 \end_inset
5463 </cell>
5464 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5465 \begin_inset Text
5466
5467 \begin_layout Plain Layout
5468 s
5469 \end_layout
5470
5471 \end_inset
5472 </cell>
5473 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5474 \begin_inset Text
5475
5476 \begin_layout Plain Layout
5477 s
5478 \end_layout
5479
5480 \end_inset
5481 </cell>
5482 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5483 \begin_inset Text
5484
5485 \begin_layout Plain Layout
5486 asd
5487 \end_layout
5488
5489 \end_inset
5490 </cell>
5491 </row>
5492 <row>
5493 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5494 \begin_inset Text
5495
5496 \begin_layout Plain Layout
5497 asd
5498 \end_layout
5499
5500 \end_inset
5501 </cell>
5502 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5503 \begin_inset Text
5504
5505 \begin_layout Plain Layout
5506 s
5507 \end_layout
5508
5509 \end_inset
5510 </cell>
5511 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5512 \begin_inset Text
5513
5514 \begin_layout Plain Layout
5515 s
5516 \end_layout
5517
5518 \end_inset
5519 </cell>
5520 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5521 \begin_inset Text
5522
5523 \begin_layout Plain Layout
5524 s
5525 \end_layout
5526
5527 \end_inset
5528 </cell>
5529 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5530 \begin_inset Text
5531
5532 \begin_layout Plain Layout
5533 asd
5534 \end_layout
5535
5536 \end_inset
5537 </cell>
5538 </row>
5539 <row>
5540 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
5541 \begin_inset Text
5542
5543 \begin_layout Plain Layout
5544 asd
5545 \end_layout
5546
5547 \end_inset
5548 </cell>
5549 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
5550 \begin_inset Text
5551
5552 \begin_layout Plain Layout
5553 asd
5554 \end_layout
5555
5556 \end_inset
5557 </cell>
5558 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
5559 \begin_inset Text
5560
5561 \begin_layout Plain Layout
5562 asd
5563 \end_layout
5564
5565 \end_inset
5566 </cell>
5567 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
5568 \begin_inset Text
5569
5570 \begin_layout Plain Layout
5571 asd
5572 \end_layout
5573
5574 \end_inset
5575 </cell>
5576 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
5577 \begin_inset Text
5578
5579 \begin_layout Plain Layout
5580 asd
5581 \end_layout
5582
5583 \end_inset
5584 </cell>
5585 </row>
5586 </lyxtabular>
5587
5588 \end_inset
5589
5590
5591 \begin_inset ERT
5592 status collapsed
5593
5594 \begin_layout Plain Layout
5595
5596
5597 \backslash
5598 setlength{
5599 \backslash
5600 LTleft}{
5601 \backslash
5602 fill}
5603 \end_layout
5604
5605 \end_inset
5606
5607
5608 \begin_inset ERT
5609 status collapsed
5610
5611 \begin_layout Plain Layout
5612
5613
5614 \backslash
5615 addtocounter{table}{-1}
5616 \end_layout
5617
5618 \end_inset
5619
5620
5621 \begin_inset Note Note
5622 status collapsed
5623
5624 \begin_layout Plain Layout
5625 Para comprender el uso de este comando, lee al final de la sección
5626 \begin_inset space ~
5627 \end_inset
5628
5629
5630 \begin_inset CommandInset ref
5631 LatexCommand ref
5632 reference "sub:Leyendas-en-Tablas"
5633
5634 \end_inset
5635
5636  la primera nota resaltada en gris.
5637  
5638 \end_layout
5639
5640 \end_inset
5641
5642
5643 \end_layout
5644
5645 \begin_layout Subsection
5646 Leyendas en tablas largas
5647 \begin_inset Index idx
5648 status collapsed
5649
5650 \begin_layout Plain Layout
5651 Tablas largas ! Leyendas
5652 \end_layout
5653
5654 \end_inset
5655
5656
5657 \begin_inset CommandInset label
5658 LatexCommand label
5659 name "sub:Leyendas-en-Tablas"
5660
5661 \end_inset
5662
5663
5664 \end_layout
5665
5666 \begin_layout Standard
5667 Una tabla larga no se puede poner flotante porque los flotantes sólo pueden
5668  estar en una página.
5669  Pero el entorno leyenda de flotantes sí puede usarse para tablas largas
5670  utilizando para una fila de una tabla larga la opción 
5671 \family sans
5672 Leyenda
5673 \family default
5674 , como se explica en la sec.
5675 \begin_inset space \thinspace{}
5676 \end_inset
5677
5678
5679 \begin_inset CommandInset ref
5680 LatexCommand ref
5681 reference "sec:Tablas-Largas"
5682
5683 \end_inset
5684
5685 .
5686  Sólo una fila puede contener la leyenda.
5687 \end_layout
5688
5689 \begin_layout Standard
5690 He aquí una pequeña tabla larga para mostrar cómo funciona:
5691 \end_layout
5692
5693 \begin_layout Standard
5694 \begin_inset Tabular
5695 <lyxtabular version="3" rows="6" columns="5">
5696 <features islongtable="true" longtabularalignment="center">
5697 <column alignment="center" valignment="top" width="0">
5698 <column alignment="center" valignment="top" width="0">
5699 <column alignment="center" valignment="top" width="0">
5700 <column alignment="center" valignment="top" width="0">
5701 <column alignment="center" valignment="top" width="0">
5702 <row caption="true">
5703 <cell multicolumn="1" alignment="center" valignment="top" usebox="none">
5704 \begin_inset Text
5705
5706 \begin_layout Plain Layout
5707 \begin_inset Caption
5708
5709 \begin_layout Plain Layout
5710 Tabla larga con leyenda
5711 \begin_inset Argument
5712 status collapsed
5713
5714 \begin_layout Plain Layout
5715 Tabla larga
5716 \end_layout
5717
5718 \end_inset
5719
5720
5721 \end_layout
5722
5723 \end_inset
5724
5725
5726 \end_layout
5727
5728 \end_inset
5729 </cell>
5730 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" usebox="none">
5731 \begin_inset Text
5732
5733 \begin_layout Plain Layout
5734
5735 \end_layout
5736
5737 \end_inset
5738 </cell>
5739 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" usebox="none">
5740 \begin_inset Text
5741
5742 \begin_layout Plain Layout
5743
5744 \end_layout
5745
5746 \end_inset
5747 </cell>
5748 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" usebox="none">
5749 \begin_inset Text
5750
5751 \begin_layout Plain Layout
5752
5753 \end_layout
5754
5755 \end_inset
5756 </cell>
5757 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
5758 \begin_inset Text
5759
5760 \begin_layout Plain Layout
5761
5762 \end_layout
5763
5764 \end_inset
5765 </cell>
5766 </row>
5767 <row>
5768 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5769 \begin_inset Text
5770
5771 \begin_layout Plain Layout
5772 1
5773 \end_layout
5774
5775 \end_inset
5776 </cell>
5777 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5778 \begin_inset Text
5779
5780 \begin_layout Plain Layout
5781 2
5782 \end_layout
5783
5784 \end_inset
5785 </cell>
5786 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5787 \begin_inset Text
5788
5789 \begin_layout Plain Layout
5790 3
5791 \end_layout
5792
5793 \end_inset
5794 </cell>
5795 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5796 \begin_inset Text
5797
5798 \begin_layout Plain Layout
5799 4
5800 \end_layout
5801
5802 \end_inset
5803 </cell>
5804 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5805 \begin_inset Text
5806
5807 \begin_layout Plain Layout
5808 5
5809 \end_layout
5810
5811 \end_inset
5812 </cell>
5813 </row>
5814 <row>
5815 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5816 \begin_inset Text
5817
5818 \begin_layout Plain Layout
5819 asd
5820 \end_layout
5821
5822 \end_inset
5823 </cell>
5824 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5825 \begin_inset Text
5826
5827 \begin_layout Plain Layout
5828 s
5829 \end_layout
5830
5831 \end_inset
5832 </cell>
5833 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5834 \begin_inset Text
5835
5836 \begin_layout Plain Layout
5837 s
5838 \end_layout
5839
5840 \end_inset
5841 </cell>
5842 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5843 \begin_inset Text
5844
5845 \begin_layout Plain Layout
5846 s
5847 \end_layout
5848
5849 \end_inset
5850 </cell>
5851 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5852 \begin_inset Text
5853
5854 \begin_layout Plain Layout
5855 asd
5856 \end_layout
5857
5858 \end_inset
5859 </cell>
5860 </row>
5861 <row>
5862 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5863 \begin_inset Text
5864
5865 \begin_layout Plain Layout
5866 asd
5867 \end_layout
5868
5869 \end_inset
5870 </cell>
5871 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5872 \begin_inset Text
5873
5874 \begin_layout Plain Layout
5875 s
5876 \end_layout
5877
5878 \end_inset
5879 </cell>
5880 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5881 \begin_inset Text
5882
5883 \begin_layout Plain Layout
5884 s
5885 \end_layout
5886
5887 \end_inset
5888 </cell>
5889 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5890 \begin_inset Text
5891
5892 \begin_layout Plain Layout
5893 s
5894 \end_layout
5895
5896 \end_inset
5897 </cell>
5898 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5899 \begin_inset Text
5900
5901 \begin_layout Plain Layout
5902 asd
5903 \end_layout
5904
5905 \end_inset
5906 </cell>
5907 </row>
5908 <row>
5909 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5910 \begin_inset Text
5911
5912 \begin_layout Plain Layout
5913 asd
5914 \end_layout
5915
5916 \end_inset
5917 </cell>
5918 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5919 \begin_inset Text
5920
5921 \begin_layout Plain Layout
5922 s
5923 \end_layout
5924
5925 \end_inset
5926 </cell>
5927 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5928 \begin_inset Text
5929
5930 \begin_layout Plain Layout
5931 s
5932 \end_layout
5933
5934 \end_inset
5935 </cell>
5936 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5937 \begin_inset Text
5938
5939 \begin_layout Plain Layout
5940 s
5941 \end_layout
5942
5943 \end_inset
5944 </cell>
5945 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5946 \begin_inset Text
5947
5948 \begin_layout Plain Layout
5949 asd
5950 \end_layout
5951
5952 \end_inset
5953 </cell>
5954 </row>
5955 <row>
5956 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
5957 \begin_inset Text
5958
5959 \begin_layout Plain Layout
5960 asd
5961 \end_layout
5962
5963 \end_inset
5964 </cell>
5965 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
5966 \begin_inset Text
5967
5968 \begin_layout Plain Layout
5969 asd
5970 \end_layout
5971
5972 \end_inset
5973 </cell>
5974 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
5975 \begin_inset Text
5976
5977 \begin_layout Plain Layout
5978 asd
5979 \end_layout
5980
5981 \end_inset
5982 </cell>
5983 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
5984 \begin_inset Text
5985
5986 \begin_layout Plain Layout
5987 asd
5988 \end_layout
5989
5990 \end_inset
5991 </cell>
5992 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
5993 \begin_inset Text
5994
5995 \begin_layout Plain Layout
5996 asd
5997 \end_layout
5998
5999 \end_inset
6000 </cell>
6001 </row>
6002 </lyxtabular>
6003
6004 \end_inset
6005
6006
6007 \end_layout
6008
6009 \begin_layout Standard
6010 \begin_inset VSpace medskip
6011 \end_inset
6012
6013
6014 \begin_inset Note Greyedout
6015 status open
6016
6017 \begin_layout Plain Layout
6018
6019 \series bold
6020 Nota
6021 \begin_inset space ~
6022 \end_inset
6023
6024 1:
6025 \series default
6026  El número de la tabla se incrementa para cada tabla larga, aunque no pongas
6027  leyenda en alguna de ellas.
6028  Por esto podría suceder que, p.
6029 \begin_inset space \thinspace{}
6030 \end_inset
6031
6032 e., la tabla
6033 \begin_inset space ~
6034 \end_inset
6035
6036 2.4 siga a la tabla
6037 \begin_inset space ~
6038 \end_inset
6039
6040 2.1 en la lista de tablas debido a que hay dos tablas largas sin leyenda.
6041  Para evitarlo, añade detrás de cada tabla larga sin leyenda este comando
6042  en código TeX:
6043 \end_layout
6044
6045 \begin_layout Plain Layout
6046
6047 \series bold
6048
6049 \backslash
6050 addtocounter{table}{-1}
6051 \end_layout
6052
6053 \begin_layout Plain Layout
6054 Esto no es necesario si ninguna de las tablas largas tiene leyenda y añades
6055  el siguiente código en el preámbulo del documento:
6056 \end_layout
6057
6058 \begin_layout Plain Layout
6059
6060 \series bold
6061
6062 \backslash
6063 let
6064 \backslash
6065 myEnd
6066 \backslash
6067 endlongtable
6068 \begin_inset Newline newline
6069 \end_inset
6070
6071
6072 \backslash
6073 renewcommand{
6074 \backslash
6075 endlongtable}{
6076 \backslash
6077 myEnd
6078 \backslash
6079 addtocounter{table}{-1}}
6080 \end_layout
6081
6082 \end_inset
6083
6084
6085 \end_layout
6086
6087 \begin_layout Standard
6088 \begin_inset Note Greyedout
6089 status open
6090
6091 \begin_layout Plain Layout
6092
6093 \series bold
6094 Nota
6095 \begin_inset space ~
6096 \end_inset
6097
6098 2:
6099 \series default
6100  Si utilizas 
6101 \series bold
6102 hyperref
6103 \series default
6104
6105 \begin_inset Index idx
6106 status collapsed
6107
6108 \begin_layout Plain Layout
6109 LaTeX-paquetes ! hyperref
6110 \end_layout
6111
6112 \end_inset
6113
6114  en las 
6115 \family sans
6116 Propiedades PDF 
6117 \family default
6118 del diálogo 
6119 \family sans
6120 Configuración del documento 
6121 \family default
6122 para enlazar referencias cruzadas en la salida, los enlaces a tablas largas
6123  llevan siempre al principio del documento.
6124 \end_layout
6125
6126 \end_inset
6127
6128
6129 \end_layout
6130
6131 \begin_layout Subsubsection
6132 Referencias a tablas largas
6133 \begin_inset Index idx
6134 status collapsed
6135
6136 \begin_layout Plain Layout
6137 Tablas largas ! Referencias a
6138 \end_layout
6139
6140 \end_inset
6141
6142
6143 \end_layout
6144
6145 \begin_layout Standard
6146 \begin_inset Tabular
6147 <lyxtabular version="3" rows="6" columns="5">
6148 <features islongtable="true" longtabularalignment="center">
6149 <column alignment="center" valignment="top" width="0">
6150 <column alignment="center" valignment="top" width="0">
6151 <column alignment="center" valignment="top" width="0">
6152 <column alignment="center" valignment="top" width="0">
6153 <column alignment="center" valignment="top" width="0">
6154 <row caption="true">
6155 <cell multicolumn="1" alignment="center" valignment="top" usebox="none">
6156 \begin_inset Text
6157
6158 \begin_layout Plain Layout
6159 \begin_inset Caption
6160
6161 \begin_layout Plain Layout
6162 Tabla larga referenciada
6163 \begin_inset CommandInset label
6164 LatexCommand label
6165 name "tab:RefEjemplo"
6166
6167 \end_inset
6168
6169
6170 \end_layout
6171
6172 \end_inset
6173
6174
6175 \end_layout
6176
6177 \end_inset
6178 </cell>
6179 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" usebox="none">
6180 \begin_inset Text
6181
6182 \begin_layout Plain Layout
6183
6184 \end_layout
6185
6186 \end_inset
6187 </cell>
6188 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" usebox="none">
6189 \begin_inset Text
6190
6191 \begin_layout Plain Layout
6192
6193 \end_layout
6194
6195 \end_inset
6196 </cell>
6197 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" usebox="none">
6198 \begin_inset Text
6199
6200 \begin_layout Plain Layout
6201
6202 \end_layout
6203
6204 \end_inset
6205 </cell>
6206 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
6207 \begin_inset Text
6208
6209 \begin_layout Plain Layout
6210
6211 \end_layout
6212
6213 \end_inset
6214 </cell>
6215 </row>
6216 <row>
6217 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6218 \begin_inset Text
6219
6220 \begin_layout Plain Layout
6221 1
6222 \end_layout
6223
6224 \end_inset
6225 </cell>
6226 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6227 \begin_inset Text
6228
6229 \begin_layout Plain Layout
6230 2
6231 \end_layout
6232
6233 \end_inset
6234 </cell>
6235 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6236 \begin_inset Text
6237
6238 \begin_layout Plain Layout
6239 3
6240 \end_layout
6241
6242 \end_inset
6243 </cell>
6244 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6245 \begin_inset Text
6246
6247 \begin_layout Plain Layout
6248 4
6249 \end_layout
6250
6251 \end_inset
6252 </cell>
6253 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6254 \begin_inset Text
6255
6256 \begin_layout Plain Layout
6257 5
6258 \end_layout
6259
6260 \end_inset
6261 </cell>
6262 </row>
6263 <row>
6264 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6265 \begin_inset Text
6266
6267 \begin_layout Plain Layout
6268 asd
6269 \end_layout
6270
6271 \end_inset
6272 </cell>
6273 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6274 \begin_inset Text
6275
6276 \begin_layout Plain Layout
6277 s
6278 \end_layout
6279
6280 \end_inset
6281 </cell>
6282 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6283 \begin_inset Text
6284
6285 \begin_layout Plain Layout
6286 s
6287 \end_layout
6288
6289 \end_inset
6290 </cell>
6291 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6292 \begin_inset Text
6293
6294 \begin_layout Plain Layout
6295 s
6296 \end_layout
6297
6298 \end_inset
6299 </cell>
6300 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6301 \begin_inset Text
6302
6303 \begin_layout Plain Layout
6304 asd
6305 \end_layout
6306
6307 \end_inset
6308 </cell>
6309 </row>
6310 <row>
6311 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6312 \begin_inset Text
6313
6314 \begin_layout Plain Layout
6315 asd
6316 \end_layout
6317
6318 \end_inset
6319 </cell>
6320 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6321 \begin_inset Text
6322
6323 \begin_layout Plain Layout
6324 s
6325 \end_layout
6326
6327 \end_inset
6328 </cell>
6329 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6330 \begin_inset Text
6331
6332 \begin_layout Plain Layout
6333 s
6334 \end_layout
6335
6336 \end_inset
6337 </cell>
6338 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6339 \begin_inset Text
6340
6341 \begin_layout Plain Layout
6342 s
6343 \end_layout
6344
6345 \end_inset
6346 </cell>
6347 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6348 \begin_inset Text
6349
6350 \begin_layout Plain Layout
6351 asd
6352 \end_layout
6353
6354 \end_inset
6355 </cell>
6356 </row>
6357 <row>
6358 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6359 \begin_inset Text
6360
6361 \begin_layout Plain Layout
6362 asd
6363 \end_layout
6364
6365 \end_inset
6366 </cell>
6367 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6368 \begin_inset Text
6369
6370 \begin_layout Plain Layout
6371 s
6372 \end_layout
6373
6374 \end_inset
6375 </cell>
6376 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6377 \begin_inset Text
6378
6379 \begin_layout Plain Layout
6380 s
6381 \end_layout
6382
6383 \end_inset
6384 </cell>
6385 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6386 \begin_inset Text
6387
6388 \begin_layout Plain Layout
6389 s
6390 \end_layout
6391
6392 \end_inset
6393 </cell>
6394 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6395 \begin_inset Text
6396
6397 \begin_layout Plain Layout
6398 asd
6399 \end_layout
6400
6401 \end_inset
6402 </cell>
6403 </row>
6404 <row>
6405 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
6406 \begin_inset Text
6407
6408 \begin_layout Plain Layout
6409 asd
6410 \end_layout
6411
6412 \end_inset
6413 </cell>
6414 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
6415 \begin_inset Text
6416
6417 \begin_layout Plain Layout
6418 sad
6419 \end_layout
6420
6421 \end_inset
6422 </cell>
6423 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
6424 \begin_inset Text
6425
6426 \begin_layout Plain Layout
6427 asd
6428 \end_layout
6429
6430 \end_inset
6431 </cell>
6432 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
6433 \begin_inset Text
6434
6435 \begin_layout Plain Layout
6436 asd
6437 \end_layout
6438
6439 \end_inset
6440 </cell>
6441 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
6442 \begin_inset Text
6443
6444 \begin_layout Plain Layout
6445 asd
6446 \end_layout
6447
6448 \end_inset
6449 </cell>
6450 </row>
6451 </lyxtabular>
6452
6453 \end_inset
6454
6455
6456 \end_layout
6457
6458 \begin_layout Standard
6459 Para referenciar una tabla larga, inserta una etiqueta en la leyenda.
6460  
6461 \end_layout
6462
6463 \begin_layout Standard
6464 Esto es una referencia a la tabla
6465 \begin_inset space ~
6466 \end_inset
6467
6468
6469 \begin_inset CommandInset ref
6470 LatexCommand ref
6471 reference "tab:RefEjemplo"
6472
6473 \end_inset
6474
6475 .
6476 \end_layout
6477
6478 \begin_layout Standard
6479 El formato de la leyenda puede configurarse junto con todos las demás leyendas
6480  del documento mediante el paquete LaTeX 
6481 \series bold
6482 caption
6483 \series default
6484
6485 \begin_inset Index idx
6486 status collapsed
6487
6488 \begin_layout Plain Layout
6489 LaTeX-paquetes ! caption
6490 \end_layout
6491
6492 \end_inset
6493
6494 , véase sección
6495 \begin_inset space ~
6496 \end_inset
6497
6498
6499 \begin_inset CommandInset ref
6500 LatexCommand ref
6501 reference "sec:Formato-de-leyendas"
6502
6503 \end_inset
6504
6505 .
6506 \end_layout
6507
6508 \begin_layout Subsubsection
6509 Anchura de la leyenda
6510 \begin_inset Index idx
6511 status collapsed
6512
6513 \begin_layout Plain Layout
6514 Tablas largas ! Anchura de la leyenda
6515 \end_layout
6516
6517 \end_inset
6518
6519
6520 \end_layout
6521
6522 \begin_layout Standard
6523 La anchura máxima de la leyenda se define por la longitud 
6524 \series bold
6525
6526 \backslash
6527 LTcapwidth
6528 \series default
6529 .
6530  Por omisión, su valor es 4
6531 \begin_inset space \thinspace{}
6532 \end_inset
6533
6534 in (4
6535 \begin_inset space ~
6536 \end_inset
6537
6538 pulgadas).
6539  Para cambiarla añade el siguiente comando en el preámbulo o en código TeX
6540  en el propio documento antes de la tabla larga a la que deba afectar
6541 \end_layout
6542
6543 \begin_layout Standard
6544
6545 \series bold
6546
6547 \backslash
6548 setlength{
6549 \backslash
6550 LTcapwidth}{anchura}
6551 \end_layout
6552
6553 \begin_layout Standard
6554 donde la anchura puede ser una de las unidades listadas en el apéndice
6555 \begin_inset space ~
6556 \end_inset
6557
6558
6559 \begin_inset CommandInset ref
6560 LatexCommand ref
6561 reference "cap:Unidades-disponibles-en"
6562
6563 \end_inset
6564
6565 .
6566 \end_layout
6567
6568 \begin_layout Standard
6569 Las tablas siguientes muestran la diferencia:
6570 \end_layout
6571
6572 \begin_layout Standard
6573 \begin_inset Tabular
6574 <lyxtabular version="3" rows="6" columns="5">
6575 <features islongtable="true" longtabularalignment="center">
6576 <column alignment="center" valignment="top" width="0">
6577 <column alignment="center" valignment="top" width="0">
6578 <column alignment="center" valignment="top" width="0">
6579 <column alignment="center" valignment="top" width="0">
6580 <column alignment="center" valignment="top" width="0">
6581 <row caption="true">
6582 <cell multicolumn="1" alignment="center" valignment="top" usebox="none">
6583 \begin_inset Text
6584
6585 \begin_layout Plain Layout
6586 \begin_inset Caption
6587
6588 \begin_layout Plain Layout
6589 Leyenda larga completa con anchura predeterminada leyenda larga completa
6590  con anchura predeterminada
6591 \begin_inset Argument
6592 status collapsed
6593
6594 \begin_layout Plain Layout
6595 Leyenda con anchura predeterminada
6596 \end_layout
6597
6598 \end_inset
6599
6600
6601 \end_layout
6602
6603 \end_inset
6604
6605
6606 \end_layout
6607
6608 \end_inset
6609 </cell>
6610 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" usebox="none">
6611 \begin_inset Text
6612
6613 \begin_layout Plain Layout
6614
6615 \end_layout
6616
6617 \end_inset
6618 </cell>
6619 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" usebox="none">
6620 \begin_inset Text
6621
6622 \begin_layout Plain Layout
6623
6624 \end_layout
6625
6626 \end_inset
6627 </cell>
6628 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" usebox="none">
6629 \begin_inset Text
6630
6631 \begin_layout Plain Layout
6632
6633 \end_layout
6634
6635 \end_inset
6636 </cell>
6637 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
6638 \begin_inset Text
6639
6640 \begin_layout Plain Layout
6641
6642 \end_layout
6643
6644 \end_inset
6645 </cell>
6646 </row>
6647 <row>
6648 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6649 \begin_inset Text
6650
6651 \begin_layout Plain Layout
6652 1
6653 \end_layout
6654
6655 \end_inset
6656 </cell>
6657 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6658 \begin_inset Text
6659
6660 \begin_layout Plain Layout
6661 2
6662 \end_layout
6663
6664 \end_inset
6665 </cell>
6666 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6667 \begin_inset Text
6668
6669 \begin_layout Plain Layout
6670 3
6671 \end_layout
6672
6673 \end_inset
6674 </cell>
6675 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6676 \begin_inset Text
6677
6678 \begin_layout Plain Layout
6679 4
6680 \end_layout
6681
6682 \end_inset
6683 </cell>
6684 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6685 \begin_inset Text
6686
6687 \begin_layout Plain Layout
6688 5
6689 \end_layout
6690
6691 \end_inset
6692 </cell>
6693 </row>
6694 <row>
6695 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6696 \begin_inset Text
6697
6698 \begin_layout Plain Layout
6699 asd
6700 \end_layout
6701
6702 \end_inset
6703 </cell>
6704 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6705 \begin_inset Text
6706
6707 \begin_layout Plain Layout
6708 s
6709 \end_layout
6710
6711 \end_inset
6712 </cell>
6713 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6714 \begin_inset Text
6715
6716 \begin_layout Plain Layout
6717 s
6718 \end_layout
6719
6720 \end_inset
6721 </cell>
6722 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6723 \begin_inset Text
6724
6725 \begin_layout Plain Layout
6726 s
6727 \end_layout
6728
6729 \end_inset
6730 </cell>
6731 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6732 \begin_inset Text
6733
6734 \begin_layout Plain Layout
6735 asd
6736 \end_layout
6737
6738 \end_inset
6739 </cell>
6740 </row>
6741 <row>
6742 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6743 \begin_inset Text
6744
6745 \begin_layout Plain Layout
6746 asd
6747 \end_layout
6748
6749 \end_inset
6750 </cell>
6751 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6752 \begin_inset Text
6753
6754 \begin_layout Plain Layout
6755 s
6756 \end_layout
6757
6758 \end_inset
6759 </cell>
6760 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6761 \begin_inset Text
6762
6763 \begin_layout Plain Layout
6764 s
6765 \end_layout
6766
6767 \end_inset
6768 </cell>
6769 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6770 \begin_inset Text
6771
6772 \begin_layout Plain Layout
6773 s
6774 \end_layout
6775
6776 \end_inset
6777 </cell>
6778 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6779 \begin_inset Text
6780
6781 \begin_layout Plain Layout
6782 asd
6783 \end_layout
6784
6785 \end_inset
6786 </cell>
6787 </row>
6788 <row>
6789 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6790 \begin_inset Text
6791
6792 \begin_layout Plain Layout
6793 asd
6794 \end_layout
6795
6796 \end_inset
6797 </cell>
6798 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6799 \begin_inset Text
6800
6801 \begin_layout Plain Layout
6802 s
6803 \end_layout
6804
6805 \end_inset
6806 </cell>
6807 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6808 \begin_inset Text
6809
6810 \begin_layout Plain Layout
6811 s
6812 \end_layout
6813
6814 \end_inset
6815 </cell>
6816 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6817 \begin_inset Text
6818
6819 \begin_layout Plain Layout
6820 s
6821 \end_layout
6822
6823 \end_inset
6824 </cell>
6825 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6826 \begin_inset Text
6827
6828 \begin_layout Plain Layout
6829 asd
6830 \end_layout
6831
6832 \end_inset
6833 </cell>
6834 </row>
6835 <row>
6836 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
6837 \begin_inset Text
6838
6839 \begin_layout Plain Layout
6840 asd
6841 \end_layout
6842
6843 \end_inset
6844 </cell>
6845 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
6846 \begin_inset Text
6847
6848 \begin_layout Plain Layout
6849 sad
6850 \end_layout
6851
6852 \end_inset
6853 </cell>
6854 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
6855 \begin_inset Text
6856
6857 \begin_layout Plain Layout
6858 asd
6859 \end_layout
6860
6861 \end_inset
6862 </cell>
6863 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
6864 \begin_inset Text
6865
6866 \begin_layout Plain Layout
6867 asd
6868 \end_layout
6869
6870 \end_inset
6871 </cell>
6872 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
6873 \begin_inset Text
6874
6875 \begin_layout Plain Layout
6876 asd
6877 \end_layout
6878
6879 \end_inset
6880 </cell>
6881 </row>
6882 </lyxtabular>
6883
6884 \end_inset
6885
6886
6887 \end_layout
6888
6889 \begin_layout Standard
6890 \begin_inset ERT
6891 status collapsed
6892
6893 \begin_layout Plain Layout
6894
6895
6896 \backslash
6897 setlength{
6898 \backslash
6899 LTcapwidth}{5cm}
6900 \end_layout
6901
6902 \end_inset
6903
6904
6905 \begin_inset Tabular
6906 <lyxtabular version="3" rows="6" columns="5">
6907 <features islongtable="true" longtabularalignment="center">
6908 <column alignment="center" valignment="top" width="0">
6909 <column alignment="center" valignment="top" width="0">
6910 <column alignment="center" valignment="top" width="0">
6911 <column alignment="center" valignment="top" width="0">
6912 <column alignment="center" valignment="top" width="0">
6913 <row caption="true">
6914 <cell multicolumn="1" alignment="center" valignment="top" usebox="none">
6915 \begin_inset Text
6916
6917 \begin_layout Plain Layout
6918 \begin_inset Caption
6919
6920 \begin_layout Plain Layout
6921 Leyenda larga completa con una anchura de 5
6922 \begin_inset space \thinspace{}
6923 \end_inset
6924
6925 cm leyenda larga completa con una anchura de 5
6926 \begin_inset space \thinspace{}
6927 \end_inset
6928
6929 cm 
6930 \begin_inset Argument
6931 status collapsed
6932
6933 \begin_layout Plain Layout
6934 Leyenda con anchura
6935 \begin_inset space \thinspace{}
6936 \end_inset
6937
6938 =
6939 \begin_inset space \thinspace{}
6940 \end_inset
6941
6942 5
6943 \begin_inset space \thinspace{}
6944 \end_inset
6945
6946 cm
6947 \end_layout
6948
6949 \end_inset
6950
6951
6952 \end_layout
6953
6954 \end_inset
6955
6956
6957 \end_layout
6958
6959 \end_inset
6960 </cell>
6961 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" usebox="none">
6962 \begin_inset Text
6963
6964 \begin_layout Plain Layout
6965
6966 \end_layout
6967
6968 \end_inset
6969 </cell>
6970 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" usebox="none">
6971 \begin_inset Text
6972
6973 \begin_layout Plain Layout
6974
6975 \end_layout
6976
6977 \end_inset
6978 </cell>
6979 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" usebox="none">
6980 \begin_inset Text
6981
6982 \begin_layout Plain Layout
6983
6984 \end_layout
6985
6986 \end_inset
6987 </cell>
6988 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
6989 \begin_inset Text
6990
6991 \begin_layout Plain Layout
6992
6993 \end_layout
6994
6995 \end_inset
6996 </cell>
6997 </row>
6998 <row>
6999 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7000 \begin_inset Text
7001
7002 \begin_layout Plain Layout
7003 1
7004 \end_layout
7005
7006 \end_inset
7007 </cell>
7008 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7009 \begin_inset Text
7010
7011 \begin_layout Plain Layout
7012 2
7013 \end_layout
7014
7015 \end_inset
7016 </cell>
7017 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7018 \begin_inset Text
7019
7020 \begin_layout Plain Layout
7021 3
7022 \end_layout
7023
7024 \end_inset
7025 </cell>
7026 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7027 \begin_inset Text
7028
7029 \begin_layout Plain Layout
7030 4
7031 \end_layout
7032
7033 \end_inset
7034 </cell>
7035 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
7036 \begin_inset Text
7037
7038 \begin_layout Plain Layout
7039 5
7040 \end_layout
7041
7042 \end_inset
7043 </cell>
7044 </row>
7045 <row>
7046 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7047 \begin_inset Text
7048
7049 \begin_layout Plain Layout
7050 asd
7051 \end_layout
7052
7053 \end_inset
7054 </cell>
7055 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7056 \begin_inset Text
7057
7058 \begin_layout Plain Layout
7059 s
7060 \end_layout
7061
7062 \end_inset
7063 </cell>
7064 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7065 \begin_inset Text
7066
7067 \begin_layout Plain Layout
7068 s
7069 \end_layout
7070
7071 \end_inset
7072 </cell>
7073 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7074 \begin_inset Text
7075
7076 \begin_layout Plain Layout
7077 s
7078 \end_layout
7079
7080 \end_inset
7081 </cell>
7082 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
7083 \begin_inset Text
7084
7085 \begin_layout Plain Layout
7086 asd
7087 \end_layout
7088
7089 \end_inset
7090 </cell>
7091 </row>
7092 <row>
7093 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7094 \begin_inset Text
7095
7096 \begin_layout Plain Layout
7097 asd
7098 \end_layout
7099
7100 \end_inset
7101 </cell>
7102 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7103 \begin_inset Text
7104
7105 \begin_layout Plain Layout
7106 s
7107 \end_layout
7108
7109 \end_inset
7110 </cell>
7111 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7112 \begin_inset Text
7113
7114 \begin_layout Plain Layout
7115 s
7116 \end_layout
7117
7118 \end_inset
7119 </cell>
7120 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7121 \begin_inset Text
7122
7123 \begin_layout Plain Layout
7124 s
7125 \end_layout
7126
7127 \end_inset
7128 </cell>
7129 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
7130 \begin_inset Text
7131
7132 \begin_layout Plain Layout
7133 asd
7134 \end_layout
7135
7136 \end_inset
7137 </cell>
7138 </row>
7139 <row>
7140 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7141 \begin_inset Text
7142
7143 \begin_layout Plain Layout
7144 asd
7145 \end_layout
7146
7147 \end_inset
7148 </cell>
7149 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7150 \begin_inset Text
7151
7152 \begin_layout Plain Layout
7153 s
7154 \end_layout
7155
7156 \end_inset
7157 </cell>
7158 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7159 \begin_inset Text
7160
7161 \begin_layout Plain Layout
7162 s
7163 \end_layout
7164
7165 \end_inset
7166 </cell>
7167 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7168 \begin_inset Text
7169
7170 \begin_layout Plain Layout
7171 s
7172 \end_layout
7173
7174 \end_inset
7175 </cell>
7176 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
7177 \begin_inset Text
7178
7179 \begin_layout Plain Layout
7180 asd
7181 \end_layout
7182
7183 \end_inset
7184 </cell>
7185 </row>
7186 <row>
7187 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
7188 \begin_inset Text
7189
7190 \begin_layout Plain Layout
7191 asd
7192 \end_layout
7193
7194 \end_inset
7195 </cell>
7196 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
7197 \begin_inset Text
7198
7199 \begin_layout Plain Layout
7200 sad
7201 \end_layout
7202
7203 \end_inset
7204 </cell>
7205 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
7206 \begin_inset Text
7207
7208 \begin_layout Plain Layout
7209 asd
7210 \end_layout
7211
7212 \end_inset
7213 </cell>
7214 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
7215 \begin_inset Text
7216
7217 \begin_layout Plain Layout
7218 asd
7219 \end_layout
7220
7221 \end_inset
7222 </cell>
7223 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
7224 \begin_inset Text
7225
7226 \begin_layout Plain Layout
7227 asd
7228 \end_layout
7229
7230 \end_inset
7231 </cell>
7232 </row>
7233 </lyxtabular>
7234
7235 \end_inset
7236
7237
7238 \begin_inset ERT
7239 status collapsed
7240
7241 \begin_layout Plain Layout
7242
7243
7244 \backslash
7245 setlength{
7246 \backslash
7247 LTcapwidth}{4in}
7248 \end_layout
7249
7250 \end_inset
7251
7252
7253 \end_layout
7254
7255 \begin_layout Standard
7256 \begin_inset Note Greyedout
7257 status collapsed
7258
7259 \begin_layout Plain Layout
7260
7261 \series bold
7262 Nota: 
7263 \series default
7264 Si se usa el paquete LaTeX 
7265 \series bold
7266 caption
7267 \series default
7268
7269 \begin_inset Index idx
7270 status collapsed
7271
7272 \begin_layout Plain Layout
7273 LaTeX-paquetes ! caption
7274 \end_layout
7275
7276 \end_inset
7277
7278 , como en este documento, para la leyenda se utiliza toda la anchura de
7279  la página cuando se deja el valor por omisión de 4
7280 \begin_inset space \thinspace{}
7281 \end_inset
7282
7283 in para 
7284 \series bold
7285
7286 \backslash
7287 LTcapwidth
7288 \series default
7289 .
7290  En este caso, para conseguir una leyenda de 4
7291 \begin_inset space \thinspace{}
7292 \end_inset
7293
7294 in exactamente, puedes poner un valor ligeramente diferente de 4.0
7295 \begin_inset space \thinspace{}
7296 \end_inset
7297
7298 in, p.
7299 \begin_inset space \thinspace{}
7300 \end_inset
7301
7302 e.
7303  3.99
7304 \begin_inset space \thinspace{}
7305 \end_inset
7306
7307 in, o bien emplear el comando LaTeX 
7308 \series bold
7309
7310 \backslash
7311 captionsetup{width=valor}
7312 \series default
7313 , suministrado por el paquete 
7314 \series bold
7315 caption
7316 \series default
7317 .
7318 \end_layout
7319
7320 \end_inset
7321
7322
7323 \end_layout
7324
7325 \begin_layout Subsubsection
7326 Leyendas distintas para cada página
7327 \begin_inset Index idx
7328 status collapsed
7329
7330 \begin_layout Plain Layout
7331 Tablas largas ! Leyendas distintas para cada página
7332 \end_layout
7333
7334 \end_inset
7335
7336
7337 \end_layout
7338
7339 \begin_layout Standard
7340 Cuando las leyendas para las páginas siguientes hayan de ser diferentes
7341  de la leyenda de la primera página de la tabla, se insertan con el comando
7342  en código TeX
7343 \end_layout
7344
7345 \begin_layout Standard
7346
7347 \series bold
7348
7349 \backslash
7350 caption*{texto de la leyenda}
7351 \backslash
7352
7353 \backslash
7354 %
7355 \end_layout
7356
7357 \begin_layout Standard
7358 en una fila postiza que se marca como encabezado.
7359  La tabla
7360 \begin_inset space ~
7361 \end_inset
7362
7363
7364 \begin_inset CommandInset ref
7365 LatexCommand ref
7366 reference "tab:DifLeyendas"
7367
7368 \end_inset
7369
7370  es un ejemplo de tabla larga con encabezados distintos donde el segundo
7371  no incluye número de tabla.
7372 \end_layout
7373
7374 \begin_layout Standard
7375 \align center
7376 \begin_inset Tabular
7377 <lyxtabular version="3" rows="59" columns="3">
7378 <features islongtable="true" lastFootEmpty="true" longtabularalignment="center">
7379 <column alignment="left" valignment="top" width="0cm">
7380 <column alignment="left" valignment="top" width="0pt">
7381 <column alignment="right" valignment="top" width="0pt">
7382 <row caption="true">
7383 <cell multicolumn="1" alignment="left" valignment="top" usebox="none">
7384 \begin_inset Text
7385
7386 \begin_layout Plain Layout
7387 \begin_inset Caption
7388
7389 \begin_layout Plain Layout
7390 Ejemplo de lista telefónica
7391 \begin_inset CommandInset label
7392 LatexCommand label
7393 name "tab:DifLeyendas"
7394
7395 \end_inset
7396
7397
7398 \begin_inset Argument
7399 status collapsed
7400
7401 \begin_layout Plain Layout
7402 Ejemplo de lista telefónica
7403 \end_layout
7404
7405 \end_inset
7406
7407
7408 \end_layout
7409
7410 \end_inset
7411
7412
7413 \end_layout
7414
7415 \end_inset
7416 </cell>
7417 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
7418 \begin_inset Text
7419
7420 \begin_layout Plain Layout
7421
7422 \end_layout
7423
7424 \end_inset
7425 </cell>
7426 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
7427 \begin_inset Text
7428
7429 \begin_layout Plain Layout
7430
7431 \end_layout
7432
7433 \end_inset
7434 </cell>
7435 </row>
7436 <row endfirsthead="true">
7437 <cell multicolumn="1" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
7438 \begin_inset Text
7439
7440 \begin_layout Plain Layout
7441
7442 \series bold
7443 Ejemplo de lista telefónica (ignore los nombres)
7444 \end_layout
7445
7446 \end_inset
7447 </cell>
7448 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
7449 \begin_inset Text
7450
7451 \begin_layout Plain Layout
7452
7453 \end_layout
7454
7455 \end_inset
7456 </cell>
7457 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
7458 \begin_inset Text
7459
7460 \begin_layout Plain Layout
7461
7462 \end_layout
7463
7464 \end_inset
7465 </cell>
7466 </row>
7467 <row endfirsthead="true">
7468 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
7469 \begin_inset Text
7470
7471 \begin_layout Plain Layout
7472
7473 \series bold
7474 NOMBRE
7475 \end_layout
7476
7477 \end_inset
7478 </cell>
7479 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
7480 \begin_inset Text
7481
7482 \begin_layout Plain Layout
7483
7484 \end_layout
7485
7486 \end_inset
7487 </cell>
7488 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
7489 \begin_inset Text
7490
7491 \begin_layout Plain Layout
7492
7493 \series bold
7494 TEL.
7495 \end_layout
7496
7497 \end_inset
7498 </cell>
7499 </row>
7500 <row endhead="true">
7501 <cell alignment="center" valignment="top" leftline="true" usebox="none">
7502 \begin_inset Text
7503
7504 \begin_layout Plain Layout
7505 \begin_inset ERT
7506 status open
7507
7508 \begin_layout Plain Layout
7509
7510
7511 \backslash
7512 caption*{continúa Ejemplo de lista telefónica}
7513 \backslash
7514
7515 \backslash
7516 %
7517 \end_layout
7518
7519 \end_inset
7520
7521
7522 \end_layout
7523
7524 \end_inset
7525 </cell>
7526 <cell alignment="center" valignment="top" rightline="true" usebox="none">
7527 \begin_inset Text
7528
7529 \begin_layout Plain Layout
7530
7531 \end_layout
7532
7533 \end_inset
7534 </cell>
7535 <cell alignment="center" valignment="top" rightline="true" usebox="none">
7536 \begin_inset Text
7537
7538 \begin_layout Plain Layout
7539
7540 \end_layout
7541
7542 \end_inset
7543 </cell>
7544 </row>
7545 <row endhead="true">
7546 <cell multicolumn="1" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
7547 \begin_inset Text
7548
7549 \begin_layout Plain Layout
7550
7551 \series bold
7552 Ejemplo de lista telefónica
7553 \end_layout
7554
7555 \end_inset
7556 </cell>
7557 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
7558 \begin_inset Text
7559
7560 \begin_layout Plain Layout
7561
7562 \end_layout
7563
7564 \end_inset
7565 </cell>
7566 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
7567 \begin_inset Text
7568
7569 \begin_layout Plain Layout
7570
7571 \end_layout
7572
7573 \end_inset
7574 </cell>
7575 </row>
7576 <row endhead="true">
7577 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
7578 \begin_inset Text
7579
7580 \begin_layout Plain Layout
7581
7582 \series bold
7583 NOMBRE
7584 \end_layout
7585
7586 \end_inset
7587 </cell>
7588 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
7589 \begin_inset Text
7590
7591 \begin_layout Plain Layout
7592
7593 \end_layout
7594
7595 \end_inset
7596 </cell>
7597 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
7598 \begin_inset Text
7599
7600 \begin_layout Plain Layout
7601
7602 \series bold
7603 TEL.
7604 \end_layout
7605
7606 \end_inset
7607 </cell>
7608 </row>
7609 <row endfoot="true">
7610 <cell multicolumn="1" alignment="right" valignment="top" usebox="none">
7611 \begin_inset Text
7612
7613 \begin_layout Plain Layout
7614 continúa en página siguiente
7615 \end_layout
7616
7617 \end_inset
7618 </cell>
7619 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
7620 \begin_inset Text
7621
7622 \begin_layout Plain Layout
7623
7624 \end_layout
7625
7626 \end_inset
7627 </cell>
7628 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
7629 \begin_inset Text
7630
7631 \begin_layout Plain Layout
7632
7633 \end_layout
7634
7635 \end_inset
7636 </cell>
7637 </row>
7638 <row>
7639 <cell alignment="center" valignment="top" leftline="true" usebox="none">
7640 \begin_inset Text
7641
7642 \begin_layout Plain Layout
7643
7644 \series bold
7645 Annovi
7646 \end_layout
7647
7648 \end_inset
7649 </cell>
7650 <cell alignment="center" valignment="top" rightline="true" usebox="none">
7651 \begin_inset Text
7652
7653 \begin_layout Plain Layout
7654 Silvia
7655 \end_layout
7656
7657 \end_inset
7658 </cell>
7659 <cell alignment="right" valignment="top" rightline="true" usebox="none">
7660 \begin_inset Text
7661
7662 \begin_layout Plain Layout
7663 111
7664 \end_layout
7665
7666 \end_inset
7667 </cell>
7668 </row>
7669 <row>
7670 <cell alignment="center" valignment="top" leftline="true" usebox="none">
7671 \begin_inset Text
7672
7673 \begin_layout Plain Layout
7674
7675 \series bold
7676 Bertoli
7677 \end_layout
7678
7679 \end_inset
7680 </cell>
7681 <cell alignment="center" valignment="top" rightline="true" usebox="none">
7682 \begin_inset Text
7683
7684 \begin_layout Plain Layout
7685 Stefano
7686 \end_layout
7687
7688 \end_inset
7689 </cell>
7690 <cell alignment="center" valignment="top" rightline="true" usebox="none">
7691 \begin_inset Text
7692
7693 \begin_layout Plain Layout
7694 111
7695 \end_layout
7696
7697 \end_inset
7698 </cell>
7699 </row>
7700 <row>
7701 <cell alignment="center" valignment="top" leftline="true" usebox="none">
7702 \begin_inset Text
7703
7704 \begin_layout Plain Layout
7705
7706 \series bold
7707 Bozzi
7708 \end_layout
7709
7710 \end_inset
7711 </cell>
7712 <cell alignment="center" valignment="top" rightline="true" usebox="none">
7713 \begin_inset Text
7714
7715 \begin_layout Plain Layout
7716 Walter
7717 \end_layout
7718
7719 \end_inset
7720 </cell>
7721 <cell alignment="center" valignment="top" rightline="true" usebox="none">
7722 \begin_inset Text
7723
7724 \begin_layout Plain Layout
7725 111
7726 \end_layout
7727
7728 \end_inset
7729 </cell>
7730 </row>
7731 <row>
7732 <cell alignment="center" valignment="top" leftline="true" usebox="none">
7733 \begin_inset Text
7734
7735 \begin_layout Plain Layout
7736
7737 \series bold
7738 Cachia
7739 \end_layout
7740
7741 \end_inset
7742 </cell>
7743 <cell alignment="center" valignment="top" rightline="true" usebox="none">
7744 \begin_inset Text
7745
7746 \begin_layout Plain Layout
7747 Maria
7748 \end_layout
7749
7750 \end_inset
7751 </cell>
7752 <cell alignment="center" valignment="top" rightline="true" usebox="none">
7753 \begin_inset Text
7754
7755 \begin_layout Plain Layout
7756 111
7757 \end_layout
7758
7759 \end_inset
7760 </cell>
7761 </row>
7762 <row>
7763 <cell alignment="center" valignment="top" leftline="true" usebox="none">
7764 \begin_inset Text
7765
7766 \begin_layout Plain Layout
7767
7768 \series bold
7769 Cachia
7770 \end_layout
7771
7772 \end_inset
7773 </cell>
7774 <cell alignment="center" valignment="top" rightline="true" usebox="none">
7775 \begin_inset Text
7776
7777 \begin_layout Plain Layout
7778 Maurizio
7779 \end_layout
7780
7781 \end_inset
7782 </cell>
7783 <cell alignment="center" valignment="top" rightline="true" usebox="none">
7784 \begin_inset Text
7785
7786 \begin_layout Plain Layout
7787 111
7788 \end_layout
7789
7790 \end_inset
7791 </cell>
7792 </row>
7793 <row>
7794 <cell alignment="center" valignment="top" leftline="true" usebox="none">
7795 \begin_inset Text
7796
7797 \begin_layout Plain Layout
7798
7799 \series bold
7800 Cinquemani
7801 \end_layout
7802
7803 \end_inset
7804 </cell>
7805 <cell alignment="center" valignment="top" rightline="true" usebox="none">
7806 \begin_inset Text
7807
7808 \begin_layout Plain Layout
7809 Giusi
7810 \end_layout
7811
7812 \end_inset
7813 </cell>
7814 <cell alignment="center" valignment="top" rightline="true" usebox="none">
7815 \begin_inset Text
7816
7817 \begin_layout Plain Layout
7818 111
7819 \end_layout
7820
7821 \end_inset
7822 </cell>
7823 </row>
7824 <row>
7825 <cell alignment="center" valignment="top" leftline="true" usebox="none">
7826 \begin_inset Text
7827
7828 \begin_layout Plain Layout
7829
7830 \series bold
7831 Colin
7832 \end_layout
7833
7834 \end_inset
7835 </cell>
7836 <cell alignment="center" valignment="top" rightline="true" usebox="none">
7837 \begin_inset Text
7838
7839 \begin_layout Plain Layout
7840 Bernard
7841 \end_layout
7842
7843 \end_inset
7844 </cell>
7845 <cell alignment="center" valignment="top" rightline="true" usebox="none">
7846 \begin_inset Text
7847
7848 \begin_layout Plain Layout
7849 111
7850 \end_layout
7851
7852 \end_inset
7853 </cell>
7854 </row>
7855 <row>
7856 <cell alignment="center" valignment="top" leftline="true" usebox="none">
7857 \begin_inset Text
7858
7859 \begin_layout Plain Layout
7860
7861 \series bold
7862 Concli
7863 \end_layout
7864
7865 \end_inset
7866 </cell>
7867 <cell alignment="center" valignment="top" rightline="true" usebox="none">
7868 \begin_inset Text
7869
7870 \begin_layout Plain Layout
7871 Gianfranco
7872 \end_layout
7873
7874 \end_inset
7875 </cell>
7876 <cell alignment="center" valignment="top" rightline="true" usebox="none">
7877 \begin_inset Text
7878
7879 \begin_layout Plain Layout
7880 111
7881 \end_layout
7882
7883 \end_inset
7884 </cell>
7885 </row>
7886 <row>
7887 <cell alignment="center" valignment="top" leftline="true" usebox="none">
7888 \begin_inset Text
7889
7890 \begin_layout Plain Layout
7891
7892 \series bold
7893 Dal Bosco
7894 \end_layout
7895
7896 \end_inset
7897 </cell>
7898 <cell alignment="center" valignment="top" rightline="true" usebox="none">
7899 \begin_inset Text
7900
7901 \begin_layout Plain Layout
7902 Carolina
7903 \end_layout
7904
7905 \end_inset
7906 </cell>
7907 <cell alignment="center" valignment="top" rightline="true" usebox="none">
7908 \begin_inset Text
7909
7910 \begin_layout Plain Layout
7911 111
7912 \end_layout
7913
7914 \end_inset
7915 </cell>
7916 </row>
7917 <row>
7918 <cell alignment="center" valignment="top" leftline="true" usebox="none">
7919 \begin_inset Text
7920
7921 \begin_layout Plain Layout
7922
7923 \series bold
7924 Dalpiaz
7925 \end_layout
7926
7927 \end_inset
7928 </cell>
7929 <cell alignment="center" valignment="top" rightline="true" usebox="none">
7930 \begin_inset Text
7931
7932 \begin_layout Plain Layout
7933 Annamaria
7934 \end_layout
7935
7936 \end_inset
7937 </cell>
7938 <cell alignment="center" valignment="top" rightline="true" usebox="none">
7939 \begin_inset Text
7940
7941 \begin_layout Plain Layout
7942 111
7943 \end_layout
7944
7945 \end_inset
7946 </cell>
7947 </row>
7948 <row>
7949 <cell alignment="center" valignment="top" leftline="true" usebox="none">
7950 \begin_inset Text
7951
7952 \begin_layout Plain Layout
7953
7954 \series bold
7955 Feliciello
7956 \end_layout
7957
7958 \end_inset
7959 </cell>
7960 <cell alignment="center" valignment="top" rightline="true" usebox="none">
7961 \begin_inset Text
7962
7963 \begin_layout Plain Layout
7964 Domenico
7965 \end_layout
7966
7967 \end_inset
7968 </cell>
7969 <cell alignment="center" valignment="top" rightline="true" usebox="none">
7970 \begin_inset Text
7971
7972 \begin_layout Plain Layout
7973 111
7974 \end_layout
7975
7976 \end_inset
7977 </cell>
7978 </row>
7979 <row>
7980 <cell alignment="center" valignment="top" leftline="true" usebox="none">
7981 \begin_inset Text
7982
7983 \begin_layout Plain Layout
7984
7985 \series bold
7986 Focarelli
7987 \end_layout
7988
7989 \end_inset
7990 </cell>
7991 <cell alignment="center" valignment="top" rightline="true" usebox="none">
7992 \begin_inset Text
7993
7994 \begin_layout Plain Layout
7995 Paola
7996 \end_layout
7997
7998 \end_inset
7999 </cell>
8000 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8001 \begin_inset Text
8002
8003 \begin_layout Plain Layout
8004 111
8005 \end_layout
8006
8007 \end_inset
8008 </cell>
8009 </row>
8010 <row>
8011 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8012 \begin_inset Text
8013
8014 \begin_layout Plain Layout
8015
8016 \series bold
8017 Galletti
8018 \end_layout
8019
8020 \end_inset
8021 </cell>
8022 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8023 \begin_inset Text
8024
8025 \begin_layout Plain Layout
8026 Oreste
8027 \end_layout
8028
8029 \end_inset
8030 </cell>
8031 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8032 \begin_inset Text
8033
8034 \begin_layout Plain Layout
8035 111
8036 \end_layout
8037
8038 \end_inset
8039 </cell>
8040 </row>
8041 <row>
8042 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8043 \begin_inset Text
8044
8045 \begin_layout Plain Layout
8046
8047 \series bold
8048 Gasparini
8049 \end_layout
8050
8051 \end_inset
8052 </cell>
8053 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8054 \begin_inset Text
8055
8056 \begin_layout Plain Layout
8057 Franca
8058 \end_layout
8059
8060 \end_inset
8061 </cell>
8062 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8063 \begin_inset Text
8064
8065 \begin_layout Plain Layout
8066 111
8067 \end_layout
8068
8069 \end_inset
8070 </cell>
8071 </row>
8072 <row>
8073 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8074 \begin_inset Text
8075
8076 \begin_layout Plain Layout
8077
8078 \series bold
8079 Rizzardi
8080 \series default
8081
8082 \begin_inset Foot
8083 status collapsed
8084
8085 \begin_layout Plain Layout
8086 Ejemplo de nota a pie de página
8087 \end_layout
8088
8089 \end_inset
8090
8091
8092 \end_layout
8093
8094 \end_inset
8095 </cell>
8096 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8097 \begin_inset Text
8098
8099 \begin_layout Plain Layout
8100 Paola
8101 \end_layout
8102
8103 \end_inset
8104 </cell>
8105 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8106 \begin_inset Text
8107
8108 \begin_layout Plain Layout
8109 111
8110 \end_layout
8111
8112 \end_inset
8113 </cell>
8114 </row>
8115 <row>
8116 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8117 \begin_inset Text
8118
8119 \begin_layout Plain Layout
8120
8121 \series bold
8122 Lassini
8123 \end_layout
8124
8125 \end_inset
8126 </cell>
8127 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8128 \begin_inset Text
8129
8130 \begin_layout Plain Layout
8131 Giancarlo
8132 \end_layout
8133
8134 \end_inset
8135 </cell>
8136 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8137 \begin_inset Text
8138
8139 \begin_layout Plain Layout
8140 111
8141 \end_layout
8142
8143 \end_inset
8144 </cell>
8145 </row>
8146 <row>
8147 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8148 \begin_inset Text
8149
8150 \begin_layout Plain Layout
8151
8152 \series bold
8153 Malfatti
8154 \end_layout
8155
8156 \end_inset
8157 </cell>
8158 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8159 \begin_inset Text
8160
8161 \begin_layout Plain Layout
8162 Luciano
8163 \end_layout
8164
8165 \end_inset
8166 </cell>
8167 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8168 \begin_inset Text
8169
8170 \begin_layout Plain Layout
8171 111
8172 \end_layout
8173
8174 \end_inset
8175 </cell>
8176 </row>
8177 <row>
8178 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8179 \begin_inset Text
8180
8181 \begin_layout Plain Layout
8182
8183 \series bold
8184 Malfatti
8185 \end_layout
8186
8187 \end_inset
8188 </cell>
8189 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8190 \begin_inset Text
8191
8192 \begin_layout Plain Layout
8193 Valeriano
8194 \end_layout
8195
8196 \end_inset
8197 </cell>
8198 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8199 \begin_inset Text
8200
8201 \begin_layout Plain Layout
8202 111
8203 \end_layout
8204
8205 \end_inset
8206 </cell>
8207 </row>
8208 <row>
8209 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8210 \begin_inset Text
8211
8212 \begin_layout Plain Layout
8213
8214 \series bold
8215 Meneguzzo
8216 \end_layout
8217
8218 \end_inset
8219 </cell>
8220 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8221 \begin_inset Text
8222
8223 \begin_layout Plain Layout
8224 Roberto
8225 \end_layout
8226
8227 \end_inset
8228 </cell>
8229 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8230 \begin_inset Text
8231
8232 \begin_layout Plain Layout
8233 111
8234 \end_layout
8235
8236 \end_inset
8237 </cell>
8238 </row>
8239 <row>
8240 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8241 \begin_inset Text
8242
8243 \begin_layout Plain Layout
8244
8245 \series bold
8246 Mezzadra
8247 \end_layout
8248
8249 \end_inset
8250 </cell>
8251 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8252 \begin_inset Text
8253
8254 \begin_layout Plain Layout
8255 Roberto
8256 \end_layout
8257
8258 \end_inset
8259 </cell>
8260 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8261 \begin_inset Text
8262
8263 \begin_layout Plain Layout
8264 111
8265 \end_layout
8266
8267 \end_inset
8268 </cell>
8269 </row>
8270 <row>
8271 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8272 \begin_inset Text
8273
8274 \begin_layout Plain Layout
8275
8276 \series bold
8277 Pirpamer
8278 \end_layout
8279
8280 \end_inset
8281 </cell>
8282 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8283 \begin_inset Text
8284
8285 \begin_layout Plain Layout
8286 Erich
8287 \end_layout
8288
8289 \end_inset
8290 </cell>
8291 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8292 \begin_inset Text
8293
8294 \begin_layout Plain Layout
8295 111
8296 \end_layout
8297
8298 \end_inset
8299 </cell>
8300 </row>
8301 <row>
8302 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8303 \begin_inset Text
8304
8305 \begin_layout Plain Layout
8306
8307 \series bold
8308 Pochiesa
8309 \end_layout
8310
8311 \end_inset
8312 </cell>
8313 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8314 \begin_inset Text
8315
8316 \begin_layout Plain Layout
8317 Paolo
8318 \end_layout
8319
8320 \end_inset
8321 </cell>
8322 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8323 \begin_inset Text
8324
8325 \begin_layout Plain Layout
8326 111, 222
8327 \end_layout
8328
8329 \end_inset
8330 </cell>
8331 </row>
8332 <row>
8333 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8334 \begin_inset Text
8335
8336 \begin_layout Plain Layout
8337
8338 \series bold
8339 Radina
8340 \end_layout
8341
8342 \end_inset
8343 </cell>
8344 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8345 \begin_inset Text
8346
8347 \begin_layout Plain Layout
8348 Claudio
8349 \end_layout
8350
8351 \end_inset
8352 </cell>
8353 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8354 \begin_inset Text
8355
8356 \begin_layout Plain Layout
8357 111
8358 \end_layout
8359
8360 \end_inset
8361 </cell>
8362 </row>
8363 <row>
8364 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8365 \begin_inset Text
8366
8367 \begin_layout Plain Layout
8368
8369 \series bold
8370 Stuffer
8371 \end_layout
8372
8373 \end_inset
8374 </cell>
8375 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8376 \begin_inset Text
8377
8378 \begin_layout Plain Layout
8379 Oskar
8380 \end_layout
8381
8382 \end_inset
8383 </cell>
8384 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8385 \begin_inset Text
8386
8387 \begin_layout Plain Layout
8388 111
8389 \end_layout
8390
8391 \end_inset
8392 </cell>
8393 </row>
8394 <row>
8395 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8396 \begin_inset Text
8397
8398 \begin_layout Plain Layout
8399
8400 \series bold
8401 Tacchelli
8402 \end_layout
8403
8404 \end_inset
8405 </cell>
8406 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8407 \begin_inset Text
8408
8409 \begin_layout Plain Layout
8410 Ugo
8411 \end_layout
8412
8413 \end_inset
8414 </cell>
8415 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8416 \begin_inset Text
8417
8418 \begin_layout Plain Layout
8419 111
8420 \end_layout
8421
8422 \end_inset
8423 </cell>
8424 </row>
8425 <row>
8426 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8427 \begin_inset Text
8428
8429 \begin_layout Plain Layout
8430
8431 \series bold
8432 Tezzele
8433 \end_layout
8434
8435 \end_inset
8436 </cell>
8437 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8438 \begin_inset Text
8439
8440 \begin_layout Plain Layout
8441 Margit
8442 \end_layout
8443
8444 \end_inset
8445 </cell>
8446 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8447 \begin_inset Text
8448
8449 \begin_layout Plain Layout
8450 111
8451 \end_layout
8452
8453 \end_inset
8454 </cell>
8455 </row>
8456 <row>
8457 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8458 \begin_inset Text
8459
8460 \begin_layout Plain Layout
8461
8462 \series bold
8463 Unterkalmsteiner
8464 \end_layout
8465
8466 \end_inset
8467 </cell>
8468 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8469 \begin_inset Text
8470
8471 \begin_layout Plain Layout
8472 Frieda
8473 \end_layout
8474
8475 \end_inset
8476 </cell>
8477 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8478 \begin_inset Text
8479
8480 \begin_layout Plain Layout
8481 111
8482 \end_layout
8483
8484 \end_inset
8485 </cell>
8486 </row>
8487 <row>
8488 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8489 \begin_inset Text
8490
8491 \begin_layout Plain Layout
8492
8493 \series bold
8494 Vieider
8495 \end_layout
8496
8497 \end_inset
8498 </cell>
8499 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8500 \begin_inset Text
8501
8502 \begin_layout Plain Layout
8503 Hilde
8504 \end_layout
8505
8506 \end_inset
8507 </cell>
8508 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8509 \begin_inset Text
8510
8511 \begin_layout Plain Layout
8512 111
8513 \end_layout
8514
8515 \end_inset
8516 </cell>
8517 </row>
8518 <row>
8519 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8520 \begin_inset Text
8521
8522 \begin_layout Plain Layout
8523
8524 \series bold
8525 Vigna
8526 \end_layout
8527
8528 \end_inset
8529 </cell>
8530 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8531 \begin_inset Text
8532
8533 \begin_layout Plain Layout
8534 Jürgen
8535 \end_layout
8536
8537 \end_inset
8538 </cell>
8539 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8540 \begin_inset Text
8541
8542 \begin_layout Plain Layout
8543 111
8544 \end_layout
8545
8546 \end_inset
8547 </cell>
8548 </row>
8549 <row>
8550 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8551 \begin_inset Text
8552
8553 \begin_layout Plain Layout
8554
8555 \series bold
8556 Weber
8557 \end_layout
8558
8559 \end_inset
8560 </cell>
8561 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8562 \begin_inset Text
8563
8564 \begin_layout Plain Layout
8565 Maurizio
8566 \end_layout
8567
8568 \end_inset
8569 </cell>
8570 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8571 \begin_inset Text
8572
8573 \begin_layout Plain Layout
8574 111
8575 \end_layout
8576
8577 \end_inset
8578 </cell>
8579 </row>
8580 <row>
8581 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
8582 \begin_inset Text
8583
8584 \begin_layout Plain Layout
8585
8586 \series bold
8587 Winkler
8588 \end_layout
8589
8590 \end_inset
8591 </cell>
8592 <cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
8593 \begin_inset Text
8594
8595 \begin_layout Plain Layout
8596 Franz
8597 \end_layout
8598
8599 \end_inset
8600 </cell>
8601 <cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
8602 \begin_inset Text
8603
8604 \begin_layout Plain Layout
8605 111
8606 \end_layout
8607
8608 \end_inset
8609 </cell>
8610 </row>
8611 <row>
8612 <cell multicolumn="1" alignment="left" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
8613 \begin_inset Text
8614
8615 \begin_layout Plain Layout
8616  
8617 \end_layout
8618
8619 \end_inset
8620 </cell>
8621 <cell multicolumn="2" alignment="center" valignment="top" topline="true" usebox="none">
8622 \begin_inset Text
8623
8624 \begin_layout Plain Layout
8625
8626 \end_layout
8627
8628 \end_inset
8629 </cell>
8630 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
8631 \begin_inset Text
8632
8633 \begin_layout Plain Layout
8634
8635 \end_layout
8636
8637 \end_inset
8638 </cell>
8639 </row>
8640 <row>
8641 <cell alignment="left" valignment="top" leftline="true" usebox="none">
8642 \begin_inset Text
8643
8644 \begin_layout Plain Layout
8645
8646 \series bold
8647 Annovi
8648 \end_layout
8649
8650 \end_inset
8651 </cell>
8652 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8653 \begin_inset Text
8654
8655 \begin_layout Plain Layout
8656 Silvia
8657 \end_layout
8658
8659 \end_inset
8660 </cell>
8661 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8662 \begin_inset Text
8663
8664 \begin_layout Plain Layout
8665 555
8666 \end_layout
8667
8668 \end_inset
8669 </cell>
8670 </row>
8671 <row>
8672 <cell alignment="left" valignment="top" leftline="true" usebox="none">
8673 \begin_inset Text
8674
8675 \begin_layout Plain Layout
8676
8677 \series bold
8678 Bertoli
8679 \end_layout
8680
8681 \end_inset
8682 </cell>
8683 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8684 \begin_inset Text
8685
8686 \begin_layout Plain Layout
8687 Stefano
8688 \end_layout
8689
8690 \end_inset
8691 </cell>
8692 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8693 \begin_inset Text
8694
8695 \begin_layout Plain Layout
8696 555
8697 \end_layout
8698
8699 \end_inset
8700 </cell>
8701 </row>
8702 <row>
8703 <cell alignment="left" valignment="top" leftline="true" usebox="none">
8704 \begin_inset Text
8705
8706 \begin_layout Plain Layout
8707
8708 \series bold
8709 Bozzi
8710 \end_layout
8711
8712 \end_inset
8713 </cell>
8714 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8715 \begin_inset Text
8716
8717 \begin_layout Plain Layout
8718 Walter
8719 \end_layout
8720
8721 \end_inset
8722 </cell>
8723 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8724 \begin_inset Text
8725
8726 \begin_layout Plain Layout
8727 555
8728 \end_layout
8729
8730 \end_inset
8731 </cell>
8732 </row>
8733 <row>
8734 <cell alignment="left" valignment="top" leftline="true" usebox="none">
8735 \begin_inset Text
8736
8737 \begin_layout Plain Layout
8738
8739 \series bold
8740 Cachia
8741 \end_layout
8742
8743 \end_inset
8744 </cell>
8745 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8746 \begin_inset Text
8747
8748 \begin_layout Plain Layout
8749 Maria
8750 \end_layout
8751
8752 \end_inset
8753 </cell>
8754 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8755 \begin_inset Text
8756
8757 \begin_layout Plain Layout
8758 555
8759 \end_layout
8760
8761 \end_inset
8762 </cell>
8763 </row>
8764 <row>
8765 <cell alignment="left" valignment="top" leftline="true" usebox="none">
8766 \begin_inset Text
8767
8768 \begin_layout Plain Layout
8769
8770 \series bold
8771 Cachia
8772 \end_layout
8773
8774 \end_inset
8775 </cell>
8776 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8777 \begin_inset Text
8778
8779 \begin_layout Plain Layout
8780 Maurizio
8781 \end_layout
8782
8783 \end_inset
8784 </cell>
8785 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8786 \begin_inset Text
8787
8788 \begin_layout Plain Layout
8789 555
8790 \end_layout
8791
8792 \end_inset
8793 </cell>
8794 </row>
8795 <row>
8796 <cell alignment="left" valignment="top" leftline="true" usebox="none">
8797 \begin_inset Text
8798
8799 \begin_layout Plain Layout
8800
8801 \series bold
8802 Cinquemani
8803 \end_layout
8804
8805 \end_inset
8806 </cell>
8807 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8808 \begin_inset Text
8809
8810 \begin_layout Plain Layout
8811 Giusi
8812 \end_layout
8813
8814 \end_inset
8815 </cell>
8816 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8817 \begin_inset Text
8818
8819 \begin_layout Plain Layout
8820 555
8821 \end_layout
8822
8823 \end_inset
8824 </cell>
8825 </row>
8826 <row>
8827 <cell alignment="left" valignment="top" leftline="true" usebox="none">
8828 \begin_inset Text
8829
8830 \begin_layout Plain Layout
8831
8832 \series bold
8833 Colin
8834 \end_layout
8835
8836 \end_inset
8837 </cell>
8838 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8839 \begin_inset Text
8840
8841 \begin_layout Plain Layout
8842 Bernard
8843 \end_layout
8844
8845 \end_inset
8846 </cell>
8847 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8848 \begin_inset Text
8849
8850 \begin_layout Plain Layout
8851 555
8852 \end_layout
8853
8854 \end_inset
8855 </cell>
8856 </row>
8857 <row>
8858 <cell alignment="left" valignment="top" leftline="true" usebox="none">
8859 \begin_inset Text
8860
8861 \begin_layout Plain Layout
8862
8863 \series bold
8864 Concli
8865 \end_layout
8866
8867 \end_inset
8868 </cell>
8869 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8870 \begin_inset Text
8871
8872 \begin_layout Plain Layout
8873 Gianfranco
8874 \end_layout
8875
8876 \end_inset
8877 </cell>
8878 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8879 \begin_inset Text
8880
8881 \begin_layout Plain Layout
8882 555
8883 \end_layout
8884
8885 \end_inset
8886 </cell>
8887 </row>
8888 <row>
8889 <cell alignment="left" valignment="top" leftline="true" usebox="none">
8890 \begin_inset Text
8891
8892 \begin_layout Plain Layout
8893
8894 \series bold
8895 Dal Bosco
8896 \end_layout
8897
8898 \end_inset
8899 </cell>
8900 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8901 \begin_inset Text
8902
8903 \begin_layout Plain Layout
8904 Carolina
8905 \end_layout
8906
8907 \end_inset
8908 </cell>
8909 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8910 \begin_inset Text
8911
8912 \begin_layout Plain Layout
8913 555
8914 \end_layout
8915
8916 \end_inset
8917 </cell>
8918 </row>
8919 <row>
8920 <cell alignment="left" valignment="top" leftline="true" usebox="none">
8921 \begin_inset Text
8922
8923 \begin_layout Plain Layout
8924
8925 \series bold
8926 Dalpiaz
8927 \end_layout
8928
8929 \end_inset
8930 </cell>
8931 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8932 \begin_inset Text
8933
8934 \begin_layout Plain Layout
8935 Annamaria
8936 \end_layout
8937
8938 \end_inset
8939 </cell>
8940 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8941 \begin_inset Text
8942
8943 \begin_layout Plain Layout
8944 555
8945 \end_layout
8946
8947 \end_inset
8948 </cell>
8949 </row>
8950 <row>
8951 <cell alignment="left" valignment="top" leftline="true" usebox="none">
8952 \begin_inset Text
8953
8954 \begin_layout Plain Layout
8955
8956 \series bold
8957 Feliciello
8958 \end_layout
8959
8960 \end_inset
8961 </cell>
8962 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8963 \begin_inset Text
8964
8965 \begin_layout Plain Layout
8966 Domenico
8967 \end_layout
8968
8969 \end_inset
8970 </cell>
8971 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8972 \begin_inset Text
8973
8974 \begin_layout Plain Layout
8975 555
8976 \end_layout
8977
8978 \end_inset
8979 </cell>
8980 </row>
8981 <row>
8982 <cell alignment="left" valignment="top" leftline="true" usebox="none">
8983 \begin_inset Text
8984
8985 \begin_layout Plain Layout
8986
8987 \series bold
8988 Focarelli
8989 \end_layout
8990
8991 \end_inset
8992 </cell>
8993 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8994 \begin_inset Text
8995
8996 \begin_layout Plain Layout
8997 Paola
8998 \end_layout
8999
9000 \end_inset
9001 </cell>
9002 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9003 \begin_inset Text
9004
9005 \begin_layout Plain Layout
9006 555
9007 \end_layout
9008
9009 \end_inset
9010 </cell>
9011 </row>
9012 <row>
9013 <cell alignment="left" valignment="top" leftline="true" usebox="none">
9014 \begin_inset Text
9015
9016 \begin_layout Plain Layout
9017
9018 \series bold
9019 Galletti
9020 \end_layout
9021
9022 \end_inset
9023 </cell>
9024 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9025 \begin_inset Text
9026
9027 \begin_layout Plain Layout
9028 Oreste
9029 \end_layout
9030
9031 \end_inset
9032 </cell>
9033 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9034 \begin_inset Text
9035
9036 \begin_layout Plain Layout
9037 555
9038 \end_layout
9039
9040 \end_inset
9041 </cell>
9042 </row>
9043 <row>
9044 <cell alignment="left" valignment="top" leftline="true" usebox="none">
9045 \begin_inset Text
9046
9047 \begin_layout Plain Layout
9048
9049 \series bold
9050 Gasparini
9051 \end_layout
9052
9053 \end_inset
9054 </cell>
9055 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9056 \begin_inset Text
9057
9058 \begin_layout Plain Layout
9059 Franca
9060 \end_layout
9061
9062 \end_inset
9063 </cell>
9064 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9065 \begin_inset Text
9066
9067 \begin_layout Plain Layout
9068 555
9069 \end_layout
9070
9071 \end_inset
9072 </cell>
9073 </row>
9074 <row>
9075 <cell alignment="left" valignment="top" leftline="true" usebox="none">
9076 \begin_inset Text
9077
9078 \begin_layout Plain Layout
9079
9080 \series bold
9081 Rizzardi
9082 \end_layout
9083
9084 \end_inset
9085 </cell>
9086 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9087 \begin_inset Text
9088
9089 \begin_layout Plain Layout
9090 Paola
9091 \end_layout
9092
9093 \end_inset
9094 </cell>
9095 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9096 \begin_inset Text
9097
9098 \begin_layout Plain Layout
9099 555
9100 \end_layout
9101
9102 \end_inset
9103 </cell>
9104 </row>
9105 <row>
9106 <cell alignment="left" valignment="top" leftline="true" usebox="none">
9107 \begin_inset Text
9108
9109 \begin_layout Plain Layout
9110
9111 \series bold
9112 Lassini
9113 \end_layout
9114
9115 \end_inset
9116 </cell>
9117 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9118 \begin_inset Text
9119
9120 \begin_layout Plain Layout
9121 Giancarlo
9122 \end_layout
9123
9124 \end_inset
9125 </cell>
9126 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9127 \begin_inset Text
9128
9129 \begin_layout Plain Layout
9130 555
9131 \end_layout
9132
9133 \end_inset
9134 </cell>
9135 </row>
9136 <row>
9137 <cell alignment="left" valignment="top" leftline="true" usebox="none">
9138 \begin_inset Text
9139
9140 \begin_layout Plain Layout
9141
9142 \series bold
9143 Malfatti
9144 \end_layout
9145
9146 \end_inset
9147 </cell>
9148 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9149 \begin_inset Text
9150
9151 \begin_layout Plain Layout
9152 Luciano
9153 \end_layout
9154
9155 \end_inset
9156 </cell>
9157 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9158 \begin_inset Text
9159
9160 \begin_layout Plain Layout
9161 555
9162 \end_layout
9163
9164 \end_inset
9165 </cell>
9166 </row>
9167 <row>
9168 <cell alignment="left" valignment="top" leftline="true" usebox="none">
9169 \begin_inset Text
9170
9171 \begin_layout Plain Layout
9172
9173 \series bold
9174 Malfatti
9175 \end_layout
9176
9177 \end_inset
9178 </cell>
9179 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9180 \begin_inset Text
9181
9182 \begin_layout Plain Layout
9183 Valeriano
9184 \end_layout
9185
9186 \end_inset
9187 </cell>
9188 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9189 \begin_inset Text
9190
9191 \begin_layout Plain Layout
9192 555
9193 \end_layout
9194
9195 \end_inset
9196 </cell>
9197 </row>
9198 <row>
9199 <cell alignment="left" valignment="top" leftline="true" usebox="none">
9200 \begin_inset Text
9201
9202 \begin_layout Plain Layout
9203
9204 \series bold
9205 Meneguzzo
9206 \end_layout
9207
9208 \end_inset
9209 </cell>
9210 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9211 \begin_inset Text
9212
9213 \begin_layout Plain Layout
9214 Roberto
9215 \end_layout
9216
9217 \end_inset
9218 </cell>
9219 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9220 \begin_inset Text
9221
9222 \begin_layout Plain Layout
9223 555
9224 \end_layout
9225
9226 \end_inset
9227 </cell>
9228 </row>
9229 <row>
9230 <cell alignment="left" valignment="top" bottomline="true" leftline="true" usebox="none">
9231 \begin_inset Text
9232
9233 \begin_layout Plain Layout
9234
9235 \series bold
9236 Mezzadra
9237 \end_layout
9238
9239 \end_inset
9240 </cell>
9241 <cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
9242 \begin_inset Text
9243
9244 \begin_layout Plain Layout
9245 Roberto
9246 \end_layout
9247
9248 \end_inset
9249 </cell>
9250 <cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
9251 \begin_inset Text
9252
9253 \begin_layout Plain Layout
9254 555
9255 \end_layout
9256
9257 \end_inset
9258 </cell>
9259 </row>
9260 </lyxtabular>
9261
9262 \end_inset
9263
9264
9265 \end_layout
9266
9267 \begin_layout Section
9268 Particularidades de las tablas largas
9269 \begin_inset CommandInset label
9270 LatexCommand label
9271 name "sec:Particularidades-tablas-largas"
9272
9273 \end_inset
9274
9275
9276 \end_layout
9277
9278 \begin_layout Subsection
9279 Cálculos
9280 \begin_inset Index idx
9281 status collapsed
9282
9283 \begin_layout Plain Layout
9284 Tablas largas ! Cálculos
9285 \end_layout
9286
9287 \end_inset
9288
9289
9290 \end_layout
9291
9292 \begin_layout Standard
9293 LaTeX calcula la altura de las páginas con tabla y sus saltos de página
9294  utilizando los denominados «trozos», que son partes de la tabla presentes
9295  en la memoria de LaTeX.
9296  El valor predeterminado está establecido a sólo 20 filas.
9297  Si estás usando tablas largas con muchas páginas, la generación del documento
9298  puede hacerse muy lenta.
9299  No hay problema en aumentar el tamaño de los trozos hasta 100-1000 añadiendo
9300  el siguiente comando en el preámbulo del documento:
9301 \end_layout
9302
9303 \begin_layout Standard
9304
9305 \series bold
9306
9307 \backslash
9308 setcounter{LTchunksize}{100}
9309 \end_layout
9310
9311 \begin_layout Subsection
9312 Flotantes y tablas largas
9313 \begin_inset Index idx
9314 status collapsed
9315
9316 \begin_layout Plain Layout
9317 Tablas largas ! Flotantes
9318 \end_layout
9319
9320 \end_inset
9321
9322
9323 \end_layout
9324
9325 \begin_layout Standard
9326 Podría haber problemas si un flotante aparece en la misma página donde comienza
9327  una tabla larga.
9328  Para evitarlo, añade un 
9329 \begin_inset Quotes fld
9330 \end_inset
9331
9332 salto de página limpia
9333 \begin_inset Quotes frd
9334 \end_inset
9335
9336  (menú 
9337 \family sans
9338 Insertar\SpecialChar \menuseparator
9339 Formato\SpecialChar \menuseparator
9340 Limpiar
9341 \begin_inset space ~
9342 \end_inset
9343
9344 página
9345 \family default
9346 ) antes de la tabla.
9347 \end_layout
9348
9349 \begin_layout Subsection
9350 Saltos de página forzados
9351 \begin_inset Index idx
9352 status collapsed
9353
9354 \begin_layout Plain Layout
9355 Tablas largas ! Saltos de página forzados
9356 \end_layout
9357
9358 \end_inset
9359
9360
9361 \end_layout
9362
9363 \begin_layout Standard
9364 Por omisión, las tablas sólo se cortan entre filas.
9365  Si tienes una celda con líneas múltiples y necesitas un salto de página
9366  dentro de la celda, inserta el comando de nueva línea «
9367 \series bold
9368
9369 \backslash
9370
9371 \backslash
9372
9373 \series default
9374 » en código TeX en el punto en que quieras cortar.
9375  Antes del comando «
9376 \series bold
9377
9378 \backslash
9379
9380 \backslash
9381
9382 \series default
9383 » debes insertar en código TeX tantos caracteres «
9384 \series bold
9385 &
9386 \series default
9387 » como columnas siguientes de la tabla.
9388  
9389 \series bold
9390 &
9391 \series default
9392  es el carácter para separar celdas.
9393  Escribe en código TeX después de cada 
9394 \series bold
9395 &
9396 \series default
9397  el contenido de la celda siguiente correspondiente y borra el contenido
9398  de esas celdas.
9399 \begin_inset Newline newline
9400 \end_inset
9401
9402 Detrás del comando 
9403 \series bold
9404
9405 \backslash
9406
9407 \backslash
9408
9409 \series default
9410 , inserta tantos 
9411 \series bold
9412 &
9413 \series default
9414  como columnas haya delante de la actual.
9415  En la tabla
9416 \begin_inset space ~
9417 \end_inset
9418
9419
9420 \begin_inset CommandInset ref
9421 LatexCommand ref
9422 reference "tab:Saltos de Página Forzados"
9423
9424 \end_inset
9425
9426  la celda que debería cortarse está en la segunda columna seguida de otra
9427  columna.
9428  Por eso, el siguiente comando se inserta en la celda en código TeX detrás
9429  de «
9430 \emph on
9431 Castelchiodato,
9432 \emph default
9433 »:
9434 \end_layout
9435
9436 \begin_layout Standard
9437
9438 \series bold
9439 & 111
9440 \backslash
9441
9442 \backslash
9443  
9444 \backslash
9445 newpage
9446 \begin_inset Newline newline
9447 \end_inset
9448
9449 &
9450 \end_layout
9451
9452 \begin_layout Standard
9453 El «111» en la tercera columna de la fila se ha borrado.
9454
9455 \series bold
9456  
9457 \backslash
9458 newpage 
9459 \series default
9460 es necesario solo si en esta posición debiera ir definitivamente un salto
9461  de página, de otro modo es sólamente una posibilidad de salto.
9462  Si la fila más baja de la tabla larga no tiene, por alguna razón, línea
9463  superior pero quisieras una línea horizontal donde se corta la celda, usa
9464  este comando alternativo:
9465 \end_layout
9466
9467 \begin_layout Standard
9468
9469 \series bold
9470 & 111
9471 \backslash
9472
9473 \backslash
9474
9475 \begin_inset Newline newline
9476 \end_inset
9477
9478
9479 \backslash
9480 hline &
9481 \end_layout
9482
9483 \begin_layout Standard
9484 Cuando la celda a cortar está en la última columna, el comando
9485 \end_layout
9486
9487 \begin_layout Standard
9488
9489 \series bold
9490
9491 \backslash
9492 setlength{
9493 \backslash
9494 parfillskip}{0pt}
9495 \end_layout
9496
9497 \begin_layout Standard
9498 debe insertarse en código TeX al principio de la celda.
9499  Esto garantiza que la parte de la celda que será mostrada en la nueva página
9500  aparecerá con toda su anchura.
9501 \end_layout
9502
9503 \begin_layout Standard
9504 \align center
9505 \begin_inset Tabular
9506 <lyxtabular version="3" rows="38" columns="3">
9507 <features islongtable="true" lastFootEmpty="true" longtabularalignment="center">
9508 <column alignment="left" valignment="top" width="0cm">
9509 <column alignment="left" valignment="top" width="3cm">
9510 <column alignment="right" valignment="top" width="0pt">
9511 <row caption="true">
9512 <cell multicolumn="1" alignment="left" valignment="top" usebox="none">
9513 \begin_inset Text
9514
9515 \begin_layout Plain Layout
9516 \begin_inset Caption
9517
9518 \begin_layout Plain Layout
9519 Tabla con salto de página forzado en celda
9520 \begin_inset CommandInset label
9521 LatexCommand label
9522 name "tab:Saltos de Página Forzados"
9523
9524 \end_inset
9525
9526
9527 \begin_inset Argument
9528 status collapsed
9529
9530 \begin_layout Plain Layout
9531 Tabla con salto de página forzado en celda
9532 \end_layout
9533
9534 \end_inset
9535
9536
9537 \end_layout
9538
9539 \end_inset
9540
9541
9542 \end_layout
9543
9544 \end_inset
9545 </cell>
9546 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
9547 \begin_inset Text
9548
9549 \begin_layout Plain Layout
9550
9551 \end_layout
9552
9553 \end_inset
9554 </cell>
9555 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
9556 \begin_inset Text
9557
9558 \begin_layout Plain Layout
9559
9560 \end_layout
9561
9562 \end_inset
9563 </cell>
9564 </row>
9565 <row endfirsthead="true">
9566 <cell multicolumn="1" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
9567 \begin_inset Text
9568
9569 \begin_layout Plain Layout
9570
9571 \series bold
9572 Ejemplo de lista telefónica (ignore los nombres)
9573 \end_layout
9574
9575 \end_inset
9576 </cell>
9577 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
9578 \begin_inset Text
9579
9580 \begin_layout Plain Layout
9581
9582 \end_layout
9583
9584 \end_inset
9585 </cell>
9586 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
9587 \begin_inset Text
9588
9589 \begin_layout Plain Layout
9590
9591 \end_layout
9592
9593 \end_inset
9594 </cell>
9595 </row>
9596 <row endfirsthead="true">
9597 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
9598 \begin_inset Text
9599
9600 \begin_layout Plain Layout
9601
9602 \series bold
9603 NOMBRE
9604 \end_layout
9605
9606 \end_inset
9607 </cell>
9608 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
9609 \begin_inset Text
9610
9611 \begin_layout Plain Layout
9612
9613 \end_layout
9614
9615 \end_inset
9616 </cell>
9617 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
9618 \begin_inset Text
9619
9620 \begin_layout Plain Layout
9621
9622 \series bold
9623 TEL.
9624 \end_layout
9625
9626 \end_inset
9627 </cell>
9628 </row>
9629 <row endhead="true">
9630 <cell alignment="center" valignment="top" leftline="true" usebox="none">
9631 \begin_inset Text
9632
9633 \begin_layout Plain Layout
9634 \begin_inset ERT
9635 status collapsed
9636
9637 \begin_layout Plain Layout
9638
9639
9640 \backslash
9641 caption*{continúa Ejemplo de lista telefónica}
9642 \backslash
9643
9644 \backslash
9645 %
9646 \end_layout
9647
9648 \end_inset
9649
9650
9651 \end_layout
9652
9653 \end_inset
9654 </cell>
9655 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9656 \begin_inset Text
9657
9658 \begin_layout Plain Layout
9659
9660 \end_layout
9661
9662 \end_inset
9663 </cell>
9664 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9665 \begin_inset Text
9666
9667 \begin_layout Plain Layout
9668
9669 \end_layout
9670
9671 \end_inset
9672 </cell>
9673 </row>
9674 <row endhead="true">
9675 <cell multicolumn="1" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
9676 \begin_inset Text
9677
9678 \begin_layout Plain Layout
9679  
9680 \series bold
9681 Ejemplo de lista telefónica
9682 \end_layout
9683
9684 \end_inset
9685 </cell>
9686 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
9687 \begin_inset Text
9688
9689 \begin_layout Plain Layout
9690
9691 \end_layout
9692
9693 \end_inset
9694 </cell>
9695 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
9696 \begin_inset Text
9697
9698 \begin_layout Plain Layout
9699
9700 \end_layout
9701
9702 \end_inset
9703 </cell>
9704 </row>
9705 <row endhead="true">
9706 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
9707 \begin_inset Text
9708
9709 \begin_layout Plain Layout
9710
9711 \series bold
9712 NOMBRE
9713 \end_layout
9714
9715 \end_inset
9716 </cell>
9717 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
9718 \begin_inset Text
9719
9720 \begin_layout Plain Layout
9721
9722 \end_layout
9723
9724 \end_inset
9725 </cell>
9726 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
9727 \begin_inset Text
9728
9729 \begin_layout Plain Layout
9730
9731 \series bold
9732 TEL.
9733 \end_layout
9734
9735 \end_inset
9736 </cell>
9737 </row>
9738 <row endfoot="true">
9739 <cell multicolumn="1" alignment="right" valignment="top" usebox="none">
9740 \begin_inset Text
9741
9742 \begin_layout Plain Layout
9743 continúa en página siguiente
9744 \end_layout
9745
9746 \end_inset
9747 </cell>
9748 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
9749 \begin_inset Text
9750
9751 \begin_layout Plain Layout
9752
9753 \end_layout
9754
9755 \end_inset
9756 </cell>
9757 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
9758 \begin_inset Text
9759
9760 \begin_layout Plain Layout
9761
9762 \end_layout
9763
9764 \end_inset
9765 </cell>
9766 </row>
9767 <row>
9768 <cell alignment="center" valignment="top" leftline="true" usebox="none">
9769 \begin_inset Text
9770
9771 \begin_layout Plain Layout
9772
9773 \series bold
9774 Annovi
9775 \end_layout
9776
9777 \end_inset
9778 </cell>
9779 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9780 \begin_inset Text
9781
9782 \begin_layout Plain Layout
9783 Silvia
9784 \end_layout
9785
9786 \end_inset
9787 </cell>
9788 <cell alignment="right" valignment="top" rightline="true" usebox="none">
9789 \begin_inset Text
9790
9791 \begin_layout Plain Layout
9792 111
9793 \end_layout
9794
9795 \end_inset
9796 </cell>
9797 </row>
9798 <row>
9799 <cell alignment="center" valignment="top" leftline="true" usebox="none">
9800 \begin_inset Text
9801
9802 \begin_layout Plain Layout
9803
9804 \series bold
9805 Bertoli
9806 \end_layout
9807
9808 \end_inset
9809 </cell>
9810 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9811 \begin_inset Text
9812
9813 \begin_layout Plain Layout
9814 Stefano
9815 \end_layout
9816
9817 \end_inset
9818 </cell>
9819 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9820 \begin_inset Text
9821
9822 \begin_layout Plain Layout
9823 111
9824 \end_layout
9825
9826 \end_inset
9827 </cell>
9828 </row>
9829 <row>
9830 <cell alignment="center" valignment="top" leftline="true" usebox="none">
9831 \begin_inset Text
9832
9833 \begin_layout Plain Layout
9834
9835 \series bold
9836 Bozzi
9837 \end_layout
9838
9839 \end_inset
9840 </cell>
9841 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9842 \begin_inset Text
9843
9844 \begin_layout Plain Layout
9845 Walter
9846 \end_layout
9847
9848 \end_inset
9849 </cell>
9850 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9851 \begin_inset Text
9852
9853 \begin_layout Plain Layout
9854 111
9855 \end_layout
9856
9857 \end_inset
9858 </cell>
9859 </row>
9860 <row>
9861 <cell alignment="center" valignment="top" leftline="true" usebox="none">
9862 \begin_inset Text
9863
9864 \begin_layout Plain Layout
9865
9866 \series bold
9867 Cachia
9868 \end_layout
9869
9870 \end_inset
9871 </cell>
9872 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9873 \begin_inset Text
9874
9875 \begin_layout Plain Layout
9876 Maria
9877 \end_layout
9878
9879 \end_inset
9880 </cell>
9881 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9882 \begin_inset Text
9883
9884 \begin_layout Plain Layout
9885 111
9886 \end_layout
9887
9888 \end_inset
9889 </cell>
9890 </row>
9891 <row>
9892 <cell alignment="center" valignment="top" leftline="true" usebox="none">
9893 \begin_inset Text
9894
9895 \begin_layout Plain Layout
9896
9897 \series bold
9898 Cachia
9899 \end_layout
9900
9901 \end_inset
9902 </cell>
9903 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9904 \begin_inset Text
9905
9906 \begin_layout Plain Layout
9907 Maurizio
9908 \end_layout
9909
9910 \end_inset
9911 </cell>
9912 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9913 \begin_inset Text
9914
9915 \begin_layout Plain Layout
9916 111
9917 \end_layout
9918
9919 \end_inset
9920 </cell>
9921 </row>
9922 <row>
9923 <cell alignment="center" valignment="top" leftline="true" usebox="none">
9924 \begin_inset Text
9925
9926 \begin_layout Plain Layout
9927
9928 \series bold
9929 Cinquemani
9930 \end_layout
9931
9932 \end_inset
9933 </cell>
9934 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9935 \begin_inset Text
9936
9937 \begin_layout Plain Layout
9938 Giusi
9939 \end_layout
9940
9941 \end_inset
9942 </cell>
9943 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9944 \begin_inset Text
9945
9946 \begin_layout Plain Layout
9947 111
9948 \end_layout
9949
9950 \end_inset
9951 </cell>
9952 </row>
9953 <row>
9954 <cell alignment="center" valignment="top" leftline="true" usebox="none">
9955 \begin_inset Text
9956
9957 \begin_layout Plain Layout
9958
9959 \series bold
9960 Colin
9961 \end_layout
9962
9963 \end_inset
9964 </cell>
9965 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9966 \begin_inset Text
9967
9968 \begin_layout Plain Layout
9969 Bernard
9970 \end_layout
9971
9972 \end_inset
9973 </cell>
9974 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9975 \begin_inset Text
9976
9977 \begin_layout Plain Layout
9978 111
9979 \end_layout
9980
9981 \end_inset
9982 </cell>
9983 </row>
9984 <row>
9985 <cell alignment="center" valignment="top" leftline="true" usebox="none">
9986 \begin_inset Text
9987
9988 \begin_layout Plain Layout
9989
9990 \series bold
9991 Concli
9992 \end_layout
9993
9994 \end_inset
9995 </cell>
9996 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9997 \begin_inset Text
9998
9999 \begin_layout Plain Layout
10000 Gianfranco
10001 \end_layout
10002
10003 \end_inset
10004 </cell>
10005 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10006 \begin_inset Text
10007
10008 \begin_layout Plain Layout
10009 111
10010 \end_layout
10011
10012 \end_inset
10013 </cell>
10014 </row>
10015 <row>
10016 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10017 \begin_inset Text
10018
10019 \begin_layout Plain Layout
10020
10021 \series bold
10022 Dal Bosco
10023 \end_layout
10024
10025 \end_inset
10026 </cell>
10027 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10028 \begin_inset Text
10029
10030 \begin_layout Plain Layout
10031 Carolina
10032 \end_layout
10033
10034 \end_inset
10035 </cell>
10036 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10037 \begin_inset Text
10038
10039 \begin_layout Plain Layout
10040 111
10041 \end_layout
10042
10043 \end_inset
10044 </cell>
10045 </row>
10046 <row>
10047 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10048 \begin_inset Text
10049
10050 \begin_layout Plain Layout
10051
10052 \series bold
10053 Dalpiaz
10054 \end_layout
10055
10056 \end_inset
10057 </cell>
10058 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10059 \begin_inset Text
10060
10061 \begin_layout Plain Layout
10062 Annamaria
10063 \end_layout
10064
10065 \end_inset
10066 </cell>
10067 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10068 \begin_inset Text
10069
10070 \begin_layout Plain Layout
10071 111
10072 \end_layout
10073
10074 \end_inset
10075 </cell>
10076 </row>
10077 <row>
10078 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10079 \begin_inset Text
10080
10081 \begin_layout Plain Layout
10082
10083 \series bold
10084 Feliciello
10085 \end_layout
10086
10087 \end_inset
10088 </cell>
10089 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10090 \begin_inset Text
10091
10092 \begin_layout Plain Layout
10093 Domenico
10094 \end_layout
10095
10096 \end_inset
10097 </cell>
10098 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10099 \begin_inset Text
10100
10101 \begin_layout Plain Layout
10102 111
10103 \end_layout
10104
10105 \end_inset
10106 </cell>
10107 </row>
10108 <row>
10109 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10110 \begin_inset Text
10111
10112 \begin_layout Plain Layout
10113
10114 \series bold
10115 Focarelli
10116 \end_layout
10117
10118 \end_inset
10119 </cell>
10120 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10121 \begin_inset Text
10122
10123 \begin_layout Plain Layout
10124 Paola
10125 \end_layout
10126
10127 \end_inset
10128 </cell>
10129 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10130 \begin_inset Text
10131
10132 \begin_layout Plain Layout
10133 111
10134 \end_layout
10135
10136 \end_inset
10137 </cell>
10138 </row>
10139 <row>
10140 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10141 \begin_inset Text
10142
10143 \begin_layout Plain Layout
10144
10145 \series bold
10146 Galletti
10147 \end_layout
10148
10149 \end_inset
10150 </cell>
10151 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10152 \begin_inset Text
10153
10154 \begin_layout Plain Layout
10155 Oreste
10156 \end_layout
10157
10158 \end_inset
10159 </cell>
10160 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10161 \begin_inset Text
10162
10163 \begin_layout Plain Layout
10164 111
10165 \end_layout
10166
10167 \end_inset
10168 </cell>
10169 </row>
10170 <row>
10171 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10172 \begin_inset Text
10173
10174 \begin_layout Plain Layout
10175
10176 \series bold
10177 Gasparini
10178 \end_layout
10179
10180 \end_inset
10181 </cell>
10182 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10183 \begin_inset Text
10184
10185 \begin_layout Plain Layout
10186 Franca
10187 \end_layout
10188
10189 \end_inset
10190 </cell>
10191 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10192 \begin_inset Text
10193
10194 \begin_layout Plain Layout
10195 111
10196 \end_layout
10197
10198 \end_inset
10199 </cell>
10200 </row>
10201 <row>
10202 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10203 \begin_inset Text
10204
10205 \begin_layout Plain Layout
10206
10207 \series bold
10208 Lassini
10209 \end_layout
10210
10211 \end_inset
10212 </cell>
10213 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10214 \begin_inset Text
10215
10216 \begin_layout Plain Layout
10217 Giancarlo
10218 \end_layout
10219
10220 \end_inset
10221 </cell>
10222 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10223 \begin_inset Text
10224
10225 \begin_layout Plain Layout
10226
10227 \end_layout
10228
10229 \end_inset
10230 </cell>
10231 </row>
10232 <row>
10233 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10234 \begin_inset Text
10235
10236 \begin_layout Plain Layout
10237
10238 \series bold
10239 Malfatti
10240 \end_layout
10241
10242 \end_inset
10243 </cell>
10244 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10245 \begin_inset Text
10246
10247 \begin_layout Plain Layout
10248 Luciano
10249 \end_layout
10250
10251 \end_inset
10252 </cell>
10253 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10254 \begin_inset Text
10255
10256 \begin_layout Plain Layout
10257 111
10258 \end_layout
10259
10260 \end_inset
10261 </cell>
10262 </row>
10263 <row>
10264 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10265 \begin_inset Text
10266
10267 \begin_layout Plain Layout
10268
10269 \series bold
10270 Malfatti
10271 \end_layout
10272
10273 \end_inset
10274 </cell>
10275 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10276 \begin_inset Text
10277
10278 \begin_layout Plain Layout
10279 Valeriano
10280 \end_layout
10281
10282 \end_inset
10283 </cell>
10284 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10285 \begin_inset Text
10286
10287 \begin_layout Plain Layout
10288 111
10289 \end_layout
10290
10291 \end_inset
10292 </cell>
10293 </row>
10294 <row>
10295 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10296 \begin_inset Text
10297
10298 \begin_layout Plain Layout
10299
10300 \series bold
10301 Meneguzzo
10302 \end_layout
10303
10304 \end_inset
10305 </cell>
10306 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10307 \begin_inset Text
10308
10309 \begin_layout Plain Layout
10310 Roberto
10311 \end_layout
10312
10313 \end_inset
10314 </cell>
10315 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10316 \begin_inset Text
10317
10318 \begin_layout Plain Layout
10319 111
10320 \end_layout
10321
10322 \end_inset
10323 </cell>
10324 </row>
10325 <row>
10326 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10327 \begin_inset Text
10328
10329 \begin_layout Plain Layout
10330
10331 \series bold
10332 Mezzadra
10333 \end_layout
10334
10335 \end_inset
10336 </cell>
10337 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10338 \begin_inset Text
10339
10340 \begin_layout Plain Layout
10341 Roberto
10342 \end_layout
10343
10344 \end_inset
10345 </cell>
10346 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10347 \begin_inset Text
10348
10349 \begin_layout Plain Layout
10350 111
10351 \end_layout
10352
10353 \end_inset
10354 </cell>
10355 </row>
10356 <row>
10357 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10358 \begin_inset Text
10359
10360 \begin_layout Plain Layout
10361
10362 \series bold
10363 Pirpamer
10364 \end_layout
10365
10366 \end_inset
10367 </cell>
10368 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10369 \begin_inset Text
10370
10371 \begin_layout Plain Layout
10372 Erich
10373 \end_layout
10374
10375 \end_inset
10376 </cell>
10377 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10378 \begin_inset Text
10379
10380 \begin_layout Plain Layout
10381 111
10382 \end_layout
10383
10384 \end_inset
10385 </cell>
10386 </row>
10387 <row>
10388 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10389 \begin_inset Text
10390
10391 \begin_layout Plain Layout
10392
10393 \series bold
10394 Pochiesa
10395 \end_layout
10396
10397 \end_inset
10398 </cell>
10399 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10400 \begin_inset Text
10401
10402 \begin_layout Plain Layout
10403 Paolo
10404 \end_layout
10405
10406 \end_inset
10407 </cell>
10408 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10409 \begin_inset Text
10410
10411 \begin_layout Plain Layout
10412 111, 222
10413 \end_layout
10414
10415 \end_inset
10416 </cell>
10417 </row>
10418 <row>
10419 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10420 \begin_inset Text
10421
10422 \begin_layout Plain Layout
10423
10424 \series bold
10425 Radina
10426 \end_layout
10427
10428 \end_inset
10429 </cell>
10430 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10431 \begin_inset Text
10432
10433 \begin_layout Plain Layout
10434 Claudio
10435 \end_layout
10436
10437 \end_inset
10438 </cell>
10439 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10440 \begin_inset Text
10441
10442 \begin_layout Plain Layout
10443 111
10444 \end_layout
10445
10446 \end_inset
10447 </cell>
10448 </row>
10449 <row>
10450 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10451 \begin_inset Text
10452
10453 \begin_layout Plain Layout
10454
10455 \series bold
10456 Rizzardi
10457 \end_layout
10458
10459 \end_inset
10460 </cell>
10461 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10462 \begin_inset Text
10463
10464 \begin_layout Plain Layout
10465 Paolo, 11.
10466  Fürst von Montecompatri, 11.
10467  Fürst von Sulmona und Vivaro, 10.
10468  Fürst von Rossano, 5.
10469  Herzog von Canemorte, 11.
10470  Herzog von Palombara, 5.
10471  Herzog von Castelchiodato,
10472 \begin_inset ERT
10473 status open
10474
10475 \begin_layout Plain Layout
10476
10477 & 111
10478 \backslash
10479
10480 \backslash
10481  
10482 \backslash
10483 newpage
10484 \end_layout
10485
10486 \begin_layout Plain Layout
10487
10488 &
10489 \end_layout
10490
10491 \end_inset
10492
10493  11.
10494  Herzog von Poggionativo, 11.
10495  Markis von Mentana, Norma, Civitella, Pratica, Moricone und Percille, 11.
10496  Graf von Valinfreda, 11.
10497  Baron von Cropalati, 11.
10498  Herr von Scarpa, Edelmann von Rom, Patrizier von Venedig, Neapel und Genua
10499 \end_layout
10500
10501 \end_inset
10502 </cell>
10503 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10504 \begin_inset Text
10505
10506 \begin_layout Plain Layout
10507 111
10508 \end_layout
10509
10510 \end_inset
10511 </cell>
10512 </row>
10513 <row>
10514 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10515 \begin_inset Text
10516
10517 \begin_layout Plain Layout
10518
10519 \series bold
10520 Stuffer
10521 \end_layout
10522
10523 \end_inset
10524 </cell>
10525 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10526 \begin_inset Text
10527
10528 \begin_layout Plain Layout
10529 Oskar
10530 \end_layout
10531
10532 \end_inset
10533 </cell>
10534 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10535 \begin_inset Text
10536
10537 \begin_layout Plain Layout
10538 111
10539 \end_layout
10540
10541 \end_inset
10542 </cell>
10543 </row>
10544 <row>
10545 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10546 \begin_inset Text
10547
10548 \begin_layout Plain Layout
10549
10550 \series bold
10551 Tacchelli
10552 \end_layout
10553
10554 \end_inset
10555 </cell>
10556 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10557 \begin_inset Text
10558
10559 \begin_layout Plain Layout
10560 Ugo
10561 \end_layout
10562
10563 \end_inset
10564 </cell>
10565 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10566 \begin_inset Text
10567
10568 \begin_layout Plain Layout
10569 111
10570 \end_layout
10571
10572 \end_inset
10573 </cell>
10574 </row>
10575 <row>
10576 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10577 \begin_inset Text
10578
10579 \begin_layout Plain Layout
10580
10581 \series bold
10582 Tezzele
10583 \end_layout
10584
10585 \end_inset
10586 </cell>
10587 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10588 \begin_inset Text
10589
10590 \begin_layout Plain Layout
10591 Margit
10592 \end_layout
10593
10594 \end_inset
10595 </cell>
10596 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10597 \begin_inset Text
10598
10599 \begin_layout Plain Layout
10600 111
10601 \end_layout
10602
10603 \end_inset
10604 </cell>
10605 </row>
10606 <row>
10607 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10608 \begin_inset Text
10609
10610 \begin_layout Plain Layout
10611
10612 \series bold
10613 Unterkalmsteiner
10614 \end_layout
10615
10616 \end_inset
10617 </cell>
10618 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10619 \begin_inset Text
10620
10621 \begin_layout Plain Layout
10622 Frieda
10623 \end_layout
10624
10625 \end_inset
10626 </cell>
10627 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10628 \begin_inset Text
10629
10630 \begin_layout Plain Layout
10631 111
10632 \end_layout
10633
10634 \end_inset
10635 </cell>
10636 </row>
10637 <row>
10638 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10639 \begin_inset Text
10640
10641 \begin_layout Plain Layout
10642
10643 \series bold
10644 Vieider
10645 \end_layout
10646
10647 \end_inset
10648 </cell>
10649 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10650 \begin_inset Text
10651
10652 \begin_layout Plain Layout
10653 Hilde
10654 \end_layout
10655
10656 \end_inset
10657 </cell>
10658 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10659 \begin_inset Text
10660
10661 \begin_layout Plain Layout
10662 111
10663 \end_layout
10664
10665 \end_inset
10666 </cell>
10667 </row>
10668 <row>
10669 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10670 \begin_inset Text
10671
10672 \begin_layout Plain Layout
10673
10674 \series bold
10675 Vigna
10676 \end_layout
10677
10678 \end_inset
10679 </cell>
10680 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10681 \begin_inset Text
10682
10683 \begin_layout Plain Layout
10684 Jürgen
10685 \end_layout
10686
10687 \end_inset
10688 </cell>
10689 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10690 \begin_inset Text
10691
10692 \begin_layout Plain Layout
10693 111
10694 \end_layout
10695
10696 \end_inset
10697 </cell>
10698 </row>
10699 <row>
10700 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10701 \begin_inset Text
10702
10703 \begin_layout Plain Layout
10704
10705 \series bold
10706 Weber
10707 \end_layout
10708
10709 \end_inset
10710 </cell>
10711 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10712 \begin_inset Text
10713
10714 \begin_layout Plain Layout
10715 Maurizio
10716 \end_layout
10717
10718 \end_inset
10719 </cell>
10720 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10721 \begin_inset Text
10722
10723 \begin_layout Plain Layout
10724 111
10725 \end_layout
10726
10727 \end_inset
10728 </cell>
10729 </row>
10730 <row>
10731 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
10732 \begin_inset Text
10733
10734 \begin_layout Plain Layout
10735
10736 \series bold
10737 Winkler
10738 \end_layout
10739
10740 \end_inset
10741 </cell>
10742 <cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
10743 \begin_inset Text
10744
10745 \begin_layout Plain Layout
10746 Franz
10747 \end_layout
10748
10749 \end_inset
10750 </cell>
10751 <cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
10752 \begin_inset Text
10753
10754 \begin_layout Plain Layout
10755 111
10756 \end_layout
10757
10758 \end_inset
10759 </cell>
10760 </row>
10761 </lyxtabular>
10762
10763 \end_inset
10764
10765
10766 \end_layout
10767
10768 \begin_layout Section
10769 Líneas múltiples en columnas y filas
10770 \end_layout
10771
10772 \begin_layout Subsection
10773 Líneas múltiples en celdas
10774 \begin_inset CommandInset label
10775 LatexCommand label
10776 name "sub:Líneas-Múltiples-en"
10777
10778 \end_inset
10779
10780
10781 \begin_inset Index idx
10782 status collapsed
10783
10784 \begin_layout Plain Layout
10785 Lineas@Líneas múltiples en celdas
10786 \end_layout
10787
10788 \end_inset
10789
10790
10791 \begin_inset Index idx
10792 status collapsed
10793
10794 \begin_layout Plain Layout
10795 Tablas ! Saltos de línea
10796 \end_layout
10797
10798 \end_inset
10799
10800
10801 \end_layout
10802
10803 \begin_layout Standard
10804 \noindent
10805 \begin_inset Float table
10806 placement H
10807 wide false
10808 sideways false
10809 status open
10810
10811 \begin_layout Plain Layout
10812 \begin_inset Caption
10813
10814 \begin_layout Plain Layout
10815 \begin_inset CommandInset label
10816 LatexCommand label
10817 name "tab:Tabla-con-múltiples"
10818
10819 \end_inset
10820
10821 Tabla con líneas múltiples en celda
10822 \end_layout
10823
10824 \end_inset
10825
10826
10827 \end_layout
10828
10829 \begin_layout Plain Layout
10830 \align center
10831 \begin_inset Tabular
10832 <lyxtabular version="3" rows="3" columns="3">
10833 <features tabularvalignment="middle">
10834 <column alignment="center" valignment="middle" width="2.5cm">
10835 <column alignment="center" valignment="middle" width="0">
10836 <column alignment="center" valignment="middle" width="0">
10837 <row>
10838 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
10839 \begin_inset Text
10840
10841 \begin_layout Plain Layout
10842 líneas
10843 \begin_inset Newline linebreak
10844 \end_inset
10845
10846 múltiples
10847 \end_layout
10848
10849 \end_inset
10850 </cell>
10851 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
10852 \begin_inset Text
10853
10854 \begin_layout Plain Layout
10855 b
10856 \end_layout
10857
10858 \end_inset
10859 </cell>
10860 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
10861 \begin_inset Text
10862
10863 \begin_layout Plain Layout
10864 c
10865 \end_layout
10866
10867 \end_inset
10868 </cell>
10869 </row>
10870 <row>
10871 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
10872 \begin_inset Text
10873
10874 \begin_layout Plain Layout
10875 d
10876 \end_layout
10877
10878 \end_inset
10879 </cell>
10880 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
10881 \begin_inset Text
10882
10883 \begin_layout Plain Layout
10884 e
10885 \end_layout
10886
10887 \end_inset
10888 </cell>
10889 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
10890 \begin_inset Text
10891
10892 \begin_layout Plain Layout
10893 f
10894 \end_layout
10895
10896 \end_inset
10897 </cell>
10898 </row>
10899 <row>
10900 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
10901 \begin_inset Text
10902
10903 \begin_layout Plain Layout
10904 g
10905 \end_layout
10906
10907 \end_inset
10908 </cell>
10909 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
10910 \begin_inset Text
10911
10912 \begin_layout Plain Layout
10913 h
10914 \end_layout
10915
10916 \end_inset
10917 </cell>
10918 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
10919 \begin_inset Text
10920
10921 \begin_layout Plain Layout
10922 i
10923 \end_layout
10924
10925 \end_inset
10926 </cell>
10927 </row>
10928 </lyxtabular>
10929
10930 \end_inset
10931
10932
10933 \end_layout
10934
10935 \end_inset
10936
10937
10938 \end_layout
10939
10940 \begin_layout Standard
10941 Al ajustar anchura fija en una columna se habilita la entrada de texto como
10942  párrafos con varias líneas y guionado.
10943 \end_layout
10944
10945 \begin_layout Standard
10946 Para generar la tabla
10947 \begin_inset space ~
10948 \end_inset
10949
10950
10951 \begin_inset CommandInset ref
10952 LatexCommand ref
10953 reference "tab:Tabla-con-múltiples"
10954
10955 \end_inset
10956
10957 , crea una tabla 3×3, marca la primera celda y haz clic derecho sobre ella.
10958  En el diálogo que surge establece una anchura de 2.5
10959 \begin_inset space \thinspace{}
10960 \end_inset
10961
10962 cm y escoge centro en alineación vertical y horizontal.
10963  La alineación vertical se utiliza para todas las celdas de la fila.
10964  Como nuestro texto es menor de 2.5
10965 \begin_inset space \thinspace{}
10966 \end_inset
10967
10968 cm, sólo aparece una línea.
10969  Para poner dos añadimos un salto de línea justificado, (atajo 
10970 \family sans
10971 Ctrl+Mayúsculas+Retorno
10972 \family default
10973 ).
10974  Si el texto es más ancho que la celda será automáticamente dividido en
10975  líneas.
10976 \end_layout
10977
10978 \begin_layout Standard
10979 Si hay una palabra larga en una celda con anchura fija, LaTeX no puede cortarla
10980  con guión si es la primera entrada.
10981  Por eso hay que insertar algo para que dicha palabra no sea la primera
10982  entrada: añade un espacio horizontal de 0
10983 \begin_inset space \thinspace{}
10984 \end_inset
10985
10986 pt delante de la palabra.
10987  Como el espacio es 0 la salida no cambia.
10988  El cuadro
10989 \begin_inset space ~
10990 \end_inset
10991
10992
10993 \begin_inset CommandInset ref
10994 LatexCommand ref
10995 reference "tab:Tabla-con-y"
10996
10997 \end_inset
10998
10999  muestra el efecto.
11000 \end_layout
11001
11002 \begin_layout Standard
11003 \begin_inset Float table
11004 placement b
11005 wide false
11006 sideways false
11007 status open
11008
11009 \begin_layout Plain Layout
11010 \begin_inset Caption
11011
11012 \begin_layout Plain Layout
11013 \begin_inset CommandInset label
11014 LatexCommand label
11015 name "tab:Tabla-con-y"
11016
11017 \end_inset
11018
11019 Tablas con y sin guión
11020 \end_layout
11021
11022 \end_inset
11023
11024
11025 \end_layout
11026
11027 \begin_layout Plain Layout
11028 \begin_inset space \hfill{}
11029 \end_inset
11030
11031
11032 \begin_inset Tabular
11033 <lyxtabular version="3" rows="3" columns="3">
11034 <features tabularvalignment="middle">
11035 <column alignment="center" valignment="middle" width="2.5cm">
11036 <column alignment="center" valignment="middle" width="0">
11037 <column alignment="center" valignment="middle" width="0">
11038 <row>
11039 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11040 \begin_inset Text
11041
11042 \begin_layout Plain Layout
11043 celdaconpalabramuylarga
11044 \end_layout
11045
11046 \end_inset
11047 </cell>
11048 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11049 \begin_inset Text
11050
11051 \begin_layout Plain Layout
11052 b
11053 \end_layout
11054
11055 \end_inset
11056 </cell>
11057 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
11058 \begin_inset Text
11059
11060 \begin_layout Plain Layout
11061 c
11062 \end_layout
11063
11064 \end_inset
11065 </cell>
11066 </row>
11067 <row>
11068 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11069 \begin_inset Text
11070
11071 \begin_layout Plain Layout
11072 d
11073 \end_layout
11074
11075 \end_inset
11076 </cell>
11077 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11078 \begin_inset Text
11079
11080 \begin_layout Plain Layout
11081 e
11082 \end_layout
11083
11084 \end_inset
11085 </cell>
11086 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
11087 \begin_inset Text
11088
11089 \begin_layout Plain Layout
11090 f
11091 \end_layout
11092
11093 \end_inset
11094 </cell>
11095 </row>
11096 <row>
11097 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11098 \begin_inset Text
11099
11100 \begin_layout Plain Layout
11101 g
11102 \end_layout
11103
11104 \end_inset
11105 </cell>
11106 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11107 \begin_inset Text
11108
11109 \begin_layout Plain Layout
11110 h
11111 \end_layout
11112
11113 \end_inset
11114 </cell>
11115 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
11116 \begin_inset Text
11117
11118 \begin_layout Plain Layout
11119 i
11120 \end_layout
11121
11122 \end_inset
11123 </cell>
11124 </row>
11125 </lyxtabular>
11126
11127 \end_inset
11128
11129
11130 \begin_inset space \hfill{}
11131 \end_inset
11132
11133
11134 \begin_inset Tabular
11135 <lyxtabular version="3" rows="3" columns="3">
11136 <features tabularvalignment="middle">
11137 <column alignment="center" valignment="middle" width="2.5cm">
11138 <column alignment="center" valignment="middle" width="0">
11139 <column alignment="center" valignment="middle" width="0">
11140 <row>
11141 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11142 \begin_inset Text
11143
11144 \begin_layout Plain Layout
11145 \begin_inset space \hspace{}
11146 \length 0pt
11147 \end_inset
11148
11149 celdaconpalabramuylarga
11150 \end_layout
11151
11152 \end_inset
11153 </cell>
11154 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11155 \begin_inset Text
11156
11157 \begin_layout Plain Layout
11158 b
11159 \end_layout
11160
11161 \end_inset
11162 </cell>
11163 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
11164 \begin_inset Text
11165
11166 \begin_layout Plain Layout
11167 c
11168 \end_layout
11169
11170 \end_inset
11171 </cell>
11172 </row>
11173 <row>
11174 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11175 \begin_inset Text
11176
11177 \begin_layout Plain Layout
11178 d
11179 \end_layout
11180
11181 \end_inset
11182 </cell>
11183 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11184 \begin_inset Text
11185
11186 \begin_layout Plain Layout
11187 e
11188 \end_layout
11189
11190 \end_inset
11191 </cell>
11192 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
11193 \begin_inset Text
11194
11195 \begin_layout Plain Layout
11196 f
11197 \end_layout
11198
11199 \end_inset
11200 </cell>
11201 </row>
11202 <row>
11203 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11204 \begin_inset Text
11205
11206 \begin_layout Plain Layout
11207 g
11208 \end_layout
11209
11210 \end_inset
11211 </cell>
11212 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11213 \begin_inset Text
11214
11215 \begin_layout Plain Layout
11216 h
11217 \end_layout
11218
11219 \end_inset
11220 </cell>
11221 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
11222 \begin_inset Text
11223
11224 \begin_layout Plain Layout
11225 i
11226 \end_layout
11227
11228 \end_inset
11229 </cell>
11230 </row>
11231 </lyxtabular>
11232
11233 \end_inset
11234
11235
11236 \begin_inset space \hfill{}
11237 \end_inset
11238
11239
11240 \end_layout
11241
11242 \end_inset
11243
11244
11245 \end_layout
11246
11247 \begin_layout Subsection
11248 Multicolumnas
11249 \begin_inset CommandInset label
11250 LatexCommand label
11251 name "sub:Multicolumnas"
11252
11253 \end_inset
11254
11255
11256 \begin_inset Index idx
11257 status collapsed
11258
11259 \begin_layout Plain Layout
11260 Multicolumnas
11261 \end_layout
11262
11263 \end_inset
11264
11265
11266 \begin_inset Index idx
11267 status collapsed
11268
11269 \begin_layout Plain Layout
11270 Tablas ! Multicolumnas
11271 \end_layout
11272
11273 \end_inset
11274
11275
11276 \end_layout
11277
11278 \begin_layout Subsubsection
11279 Fundamentos de multicolumna
11280 \end_layout
11281
11282 \begin_layout Standard
11283 Para extender una celda sobre varias columnas, se marcan las celdas que
11284  se desee combinar y se usa el botón 
11285 \begin_inset Graphics
11286         filename ../../images/tabular-feature_multicolumn.png
11287         scale 85
11288
11289 \end_inset
11290
11291 , el menú 
11292 \family sans
11293 Editar\SpecialChar \menuseparator
11294 Tabla\SpecialChar \menuseparator
11295 Multicolumna
11296 \family default
11297 , o clic derecho sobre las celdas marcadas y elige 
11298 \family sans
11299 Multicolumna 
11300 \family default
11301 en el menú contextual.
11302 \end_layout
11303
11304 \begin_layout Standard
11305 Las multicolumnas tienen su propia configuración de celdas.
11306  Esto es, los cambios de bordes, alineación y anchura sólo afectan a la
11307  multicolumna.
11308  Aquí hay un ejemplo con una multicolumna en la primera fila y otra en la
11309  última fila sin borde superior:
11310 \end_layout
11311
11312 \begin_layout Standard
11313 \align center
11314 \begin_inset Tabular
11315 <lyxtabular version="3" rows="3" columns="4">
11316 <features firstHeadTopDL="true" firstHeadBottomDL="true" tabularvalignment="middle">
11317 <column alignment="center" valignment="top" width="0pt">
11318 <column alignment="center" valignment="middle" width="0">
11319 <column alignment="center" valignment="top" width="0in">
11320 <column alignment="center" valignment="top" width="0pt">
11321 <row>
11322 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11323 \begin_inset Text
11324
11325 \begin_layout Plain Layout
11326 abc
11327 \end_layout
11328
11329 \end_inset
11330 </cell>
11331 <cell multicolumn="1" alignment="center" valignment="middle" topline="true" bottomline="true" leftline="true" usebox="none">
11332 \begin_inset Text
11333
11334 \begin_layout Plain Layout
11335 def ghi
11336 \end_layout
11337
11338 \end_inset
11339 </cell>
11340 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11341 \begin_inset Text
11342
11343 \begin_layout Plain Layout
11344
11345 \end_layout
11346
11347 \end_inset
11348 </cell>
11349 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
11350 \begin_inset Text
11351
11352 \begin_layout Plain Layout
11353 jkl
11354 \end_layout
11355
11356 \end_inset
11357 </cell>
11358 </row>
11359 <row>
11360 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11361 \begin_inset Text
11362
11363 \begin_layout Plain Layout
11364
11365 \family roman
11366 \series medium
11367 \shape up
11368 \size normal
11369 \emph off
11370 \bar no
11371 \noun off
11372 \color none
11373 A
11374 \end_layout
11375
11376 \end_inset
11377 </cell>
11378 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11379 \begin_inset Text
11380
11381 \begin_layout Plain Layout
11382 B
11383 \end_layout
11384
11385 \end_inset
11386 </cell>
11387 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11388 \begin_inset Text
11389
11390 \begin_layout Plain Layout
11391 C
11392 \end_layout
11393
11394 \end_inset
11395 </cell>
11396 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
11397 \begin_inset Text
11398
11399 \begin_layout Plain Layout
11400 D
11401 \end_layout
11402
11403 \end_inset
11404 </cell>
11405 </row>
11406 <row>
11407 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11408 \begin_inset Text
11409
11410 \begin_layout Plain Layout
11411 1
11412 \end_layout
11413
11414 \end_inset
11415 </cell>
11416 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
11417 \begin_inset Text
11418
11419 \begin_layout Plain Layout
11420 2
11421 \end_layout
11422
11423 \end_inset
11424 </cell>
11425 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11426 \begin_inset Text
11427
11428 \begin_layout Plain Layout
11429 3
11430 \end_layout
11431
11432 \end_inset
11433 </cell>
11434 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
11435 \begin_inset Text
11436
11437 \begin_layout Plain Layout
11438 4
11439 \end_layout
11440
11441 \end_inset
11442 </cell>
11443 </row>
11444 </lyxtabular>
11445
11446 \end_inset
11447
11448
11449 \end_layout
11450
11451 \begin_layout Subsubsection
11452 Cálculos en multicolumnas
11453 \begin_inset CommandInset label
11454 LatexCommand label
11455 name "sub:Cálculos-en-Multicolumnas"
11456
11457 \end_inset
11458
11459
11460 \begin_inset Index idx
11461 status collapsed
11462
11463 \begin_layout Plain Layout
11464 Multicolumnas ! Cálculos
11465 \end_layout
11466
11467 \end_inset
11468
11469
11470 \end_layout
11471
11472 \begin_layout Standard
11473 LyX soporta multicolumnas directamente, pero hay que prestar atención a
11474  la anchura de celda de las columnas combinadas en la celda multicolumna.
11475 \end_layout
11476
11477 \begin_layout Standard
11478 \begin_inset Float table
11479 placement h
11480 wide false
11481 sideways false
11482 status open
11483
11484 \begin_layout Plain Layout
11485 \begin_inset Caption
11486
11487 \begin_layout Plain Layout
11488 \begin_inset CommandInset label
11489 LatexCommand label
11490 name "tab:Tabla-con-centrado"
11491
11492 \end_inset
11493
11494 Tabla con texto centrado en multicolumna sobre dos columnas que tienen exactamen
11495 te la mitad de anchura que la celda multicolumna
11496 \begin_inset Argument
11497 status collapsed
11498
11499 \begin_layout Plain Layout
11500 Tabla multicolumna perfecta
11501 \end_layout
11502
11503 \end_inset
11504
11505
11506 \end_layout
11507
11508 \end_inset
11509
11510
11511 \end_layout
11512
11513 \begin_layout Plain Layout
11514 \align center
11515 \begin_inset Tabular
11516 <lyxtabular version="3" rows="3" columns="3">
11517 <features tabularvalignment="middle">
11518 <column alignment="center" valignment="middle" width="0" special=">{\centering}m{1.25cm-6.2pt}">
11519 <column alignment="center" valignment="middle" width="0">
11520 <column alignment="center" valignment="top" width="0">
11521 <row>
11522 <cell multicolumn="1" alignment="center" valignment="middle" topline="true" leftline="true" usebox="none" special=">{\centering}m{2.5cm}">
11523 \begin_inset Text
11524
11525 \begin_layout Plain Layout
11526 multicolumna línea múltiple
11527 \end_layout
11528
11529 \end_inset
11530 </cell>
11531 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11532 \begin_inset Text
11533
11534 \begin_layout Plain Layout
11535
11536 \end_layout
11537
11538 \end_inset
11539 </cell>
11540 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
11541 \begin_inset Text
11542
11543 \begin_layout Plain Layout
11544 c
11545 \end_layout
11546
11547 \end_inset
11548 </cell>
11549 </row>
11550 <row>
11551 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11552 \begin_inset Text
11553
11554 \begin_layout Plain Layout
11555 d
11556 \end_layout
11557
11558 \end_inset
11559 </cell>
11560 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11561 \begin_inset Text
11562
11563 \begin_layout Plain Layout
11564 e
11565 \end_layout
11566
11567 \end_inset
11568 </cell>
11569 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
11570 \begin_inset Text
11571
11572 \begin_layout Plain Layout
11573 f
11574 \end_layout
11575
11576 \end_inset
11577 </cell>
11578 </row>
11579 <row>
11580 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11581 \begin_inset Text
11582
11583 \begin_layout Plain Layout
11584 g
11585 \end_layout
11586
11587 \end_inset
11588 </cell>
11589 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11590 \begin_inset Text
11591
11592 \begin_layout Plain Layout
11593 h
11594 \end_layout
11595
11596 \end_inset
11597 </cell>
11598 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
11599 \begin_inset Text
11600
11601 \begin_layout Plain Layout
11602 i
11603 \end_layout
11604
11605 \end_inset
11606 </cell>
11607 </row>
11608 </lyxtabular>
11609
11610 \end_inset
11611
11612
11613 \end_layout
11614
11615 \end_inset
11616
11617
11618 \end_layout
11619
11620 \begin_layout Standard
11621 Por ejemplo, para crear la tabla
11622 \begin_inset space ~
11623 \end_inset
11624
11625
11626 \begin_inset CommandInset ref
11627 LatexCommand ref
11628 reference "tab:Tabla-con-centrado"
11629
11630 \end_inset
11631
11632 , marca las dos primeras celdas en la primera fila de una tabla 3×3 y haz
11633  clic derecho.
11634  En el diálogo marca 
11635 \emph on
11636 multicolumna
11637 \emph default
11638
11639 \emph on
11640 alineación centro
11641 \emph default
11642  y una anchura de 2.5
11643 \begin_inset space \thinspace{}
11644 \end_inset
11645
11646 cm.
11647  Las columnas combinadas deberían tener exactamente la mitad de la anchura
11648  de la celda multicolumna, así que deberías ajustar 1.25
11649 \begin_inset space \thinspace{}
11650 \end_inset
11651
11652 cm para la primera columna.
11653  La segunda columna tendrá entonces automáticamente 1.25
11654 \begin_inset space \thinspace{}
11655 \end_inset
11656
11657 cm de anchura.
11658  Para la tabla
11659 \begin_inset space ~
11660 \end_inset
11661
11662
11663 \begin_inset CommandInset ref
11664 LatexCommand ref
11665 reference "tab:Tabla-sin-mitad"
11666
11667 \end_inset
11668
11669  se ha procedido de la siguiente manera:
11670 \end_layout
11671
11672 \begin_layout Standard
11673 \begin_inset Float table
11674 wide false
11675 sideways false
11676 status open
11677
11678 \begin_layout Plain Layout
11679 \begin_inset Caption
11680
11681 \begin_layout Plain Layout
11682 \begin_inset CommandInset label
11683 LatexCommand label
11684 name "tab:Tabla-sin-mitad"
11685
11686 \end_inset
11687
11688 Tabla en la que las columnas combinadas no tienen exactamente la mitad de
11689  anchura que la celda multicolumna
11690 \begin_inset Argument
11691 status collapsed
11692
11693 \begin_layout Plain Layout
11694 Tabla multicolumna imperfecta
11695 \end_layout
11696
11697 \end_inset
11698
11699
11700 \end_layout
11701
11702 \end_inset
11703
11704
11705 \end_layout
11706
11707 \begin_layout Plain Layout
11708 \align center
11709 \begin_inset Tabular
11710 <lyxtabular version="3" rows="3" columns="3">
11711 <features tabularvalignment="middle">
11712 <column alignment="center" valignment="top" width="1.25cm">
11713 <column alignment="center" valignment="top" width="0">
11714 <column alignment="center" valignment="top" width="0">
11715 <row>
11716 <cell multicolumn="1" alignment="center" valignment="top" topline="true" leftline="true" usebox="none" width="2.5cm">
11717 \begin_inset Text
11718
11719 \begin_layout Plain Layout
11720 multicolumna línea múltiple
11721 \end_layout
11722
11723 \end_inset
11724 </cell>
11725 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11726 \begin_inset Text
11727
11728 \begin_layout Plain Layout
11729
11730 \end_layout
11731
11732 \end_inset
11733 </cell>
11734 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
11735 \begin_inset Text
11736
11737 \begin_layout Plain Layout
11738 c
11739 \end_layout
11740
11741 \end_inset
11742 </cell>
11743 </row>
11744 <row>
11745 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11746 \begin_inset Text
11747
11748 \begin_layout Plain Layout
11749 d
11750 \end_layout
11751
11752 \end_inset
11753 </cell>
11754 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11755 \begin_inset Text
11756
11757 \begin_layout Plain Layout
11758 e
11759 \end_layout
11760
11761 \end_inset
11762 </cell>
11763 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
11764 \begin_inset Text
11765
11766 \begin_layout Plain Layout
11767 f
11768 \end_layout
11769
11770 \end_inset
11771 </cell>
11772 </row>
11773 <row>
11774 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11775 \begin_inset Text
11776
11777 \begin_layout Plain Layout
11778 g
11779 \end_layout
11780
11781 \end_inset
11782 </cell>
11783 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11784 \begin_inset Text
11785
11786 \begin_layout Plain Layout
11787 h
11788 \end_layout
11789
11790 \end_inset
11791 </cell>
11792 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
11793 \begin_inset Text
11794
11795 \begin_layout Plain Layout
11796 i
11797 \end_layout
11798
11799 \end_inset
11800 </cell>
11801 </row>
11802 </lyxtabular>
11803
11804 \end_inset
11805
11806
11807 \end_layout
11808
11809 \end_inset
11810
11811
11812 \end_layout
11813
11814 \begin_layout Standard
11815 Se ve que la primera columna no tiene la mitad de ancho que la celda multicolumn
11816 a, es un poco mayor.
11817  La razón es que la anchura dada para una celda 
11818 \begin_inset Formula $W_{g}$
11819 \end_inset
11820
11821  no es su anchura total 
11822 \begin_inset Formula $W_{\mathrm{tot}}$
11823 \end_inset
11824
11825  porque una celda es siempre algo mayor que la anchura dada.
11826  El apéndice
11827 \begin_inset space ~
11828 \end_inset
11829
11830
11831 \begin_inset CommandInset ref
11832 LatexCommand eqref
11833 reference "cap:Explicación-de-la-Ecuación"
11834
11835 \end_inset
11836
11837  lo explica con detalle.
11838 \end_layout
11839
11840 \begin_layout Standard
11841 La anchura dada 
11842 \begin_inset Formula $W_{g\, n}$
11843 \end_inset
11844
11845  necesaria para combinar 
11846 \emph on
11847 n
11848 \emph default
11849  columnas puede calcularse de manera que cada columna tenga una anchura
11850  total de 
11851 \begin_inset Formula $W_{\mathrm{tot\, multicolumn}}/n$
11852 \end_inset
11853
11854 :
11855 \begin_inset Formula \begin{equation}
11856 W_{g\, n}=(W_{g\,\mathrm{multicolumn}}+(1-n)\cdot(12.4\,\mathrm{pt}))/n\label{eq:Wgn}\end{equation}
11857
11858 \end_inset
11859
11860
11861 \end_layout
11862
11863 \begin_layout Standard
11864 En nuestro caso tenemos 
11865 \begin_inset Formula $n=2$
11866 \end_inset
11867
11868
11869 \begin_inset Formula $W_{g\,\mathrm{multicolumn}}=2.5\,$
11870 \end_inset
11871
11872
11873 \begin_inset space \thinspace{}
11874 \end_inset
11875
11876 cm y los valores predeterminados para longitudes, así la ecuación
11877 \begin_inset space ~
11878 \end_inset
11879
11880
11881 \begin_inset CommandInset ref
11882 LatexCommand ref
11883 reference "eq:Wgn"
11884
11885 \end_inset
11886
11887  queda
11888 \begin_inset Formula \begin{equation}
11889 W_{g\,2}=1.25\,\mathrm{cm}-6.2\,\mathrm{pt}\end{equation}
11890
11891 \end_inset
11892
11893
11894 \end_layout
11895
11896 \begin_layout Standard
11897 Para habilitar cálculos en LaTeX, debe cargarse en el preámbulo el paquete
11898  
11899 \series bold
11900 calc
11901 \series default
11902  con la línea
11903 \begin_inset Index idx
11904 status collapsed
11905
11906 \begin_layout Plain Layout
11907 LaTeX-paquetes ! calc
11908 \end_layout
11909
11910 \end_inset
11911
11912
11913 \end_layout
11914
11915 \begin_layout Standard
11916
11917 \series bold
11918
11919 \backslash
11920 usepackage{calc}
11921 \end_layout
11922
11923 \begin_layout Standard
11924 LyX no permite calcular longitudes en el campo Ancho del cuadro de diálogo.
11925  Por tanto hay que insertar un argumento LaTeX en el diálogo.
11926  He aquí un repaso de los argumentos:
11927 \end_layout
11928
11929 \begin_layout Itemize
11930
11931 \series bold
11932 p{ancho}
11933 \series default
11934  crea celdas con anchura fija, el texto alineado arriba
11935 \end_layout
11936
11937 \begin_layout Itemize
11938
11939 \series bold
11940 m{ancho}
11941 \series default
11942  crea celdas con anchura fija, el texto con alineación vertical centrada
11943  
11944 \end_layout
11945
11946 \begin_layout Itemize
11947
11948 \series bold
11949 b{ancho}
11950 \series default
11951  crea celdas con anchura fija, el texto alineado abajo
11952 \end_layout
11953
11954 \begin_layout Standard
11955 Al introducir un argumento LaTeX, todas las propiedades de celda puestas
11956  en el diálogo se ignoran.
11957 \end_layout
11958
11959 \begin_layout Standard
11960 \begin_inset Note Greyedout
11961 status open
11962
11963 \begin_layout Plain Layout
11964
11965 \series bold
11966 Nota:
11967 \series default
11968  Debido a un error, LyX muestra de todas formas estas propiedades.
11969 \end_layout
11970
11971 \end_inset
11972
11973  
11974 \end_layout
11975
11976 \begin_layout Standard
11977 El comando 
11978 \series bold
11979
11980 \backslash
11981 centering
11982 \series default
11983  centra horizontalmente el texto.
11984  Puedes entonces introducir el siguiente argumento de LaTeX para la primera
11985  columna extendida:
11986 \end_layout
11987
11988 \begin_layout Standard
11989
11990 \series bold
11991 >{
11992 \backslash
11993 centering}m{1.25cm-6.2pt}
11994 \end_layout
11995
11996 \begin_layout Standard
11997 El comando 
11998 \series bold
11999 >{ }
12000 \series default
12001  significa que los comandos entre llaves se aplican antes de crear la celda.
12002 \end_layout
12003
12004 \begin_layout Standard
12005 Aunque hemos escogido alineación centrada para el texto de la celda multicolumna
12006 , aún está alineado a la izquierda.
12007  Esto se debe a que LyX sólo aplica alineado a columnas simples.
12008  Así que para multicolumnas hemos de usar el argumento de LaTeX
12009 \end_layout
12010
12011 \begin_layout Standard
12012
12013 \series bold
12014 >{
12015 \backslash
12016 centering}m{2.5cm}
12017 \end_layout
12018
12019 \begin_layout Subsection
12020 Multifilas
12021 \begin_inset CommandInset label
12022 LatexCommand label
12023 name "sub:Multifilas"
12024
12025 \end_inset
12026
12027
12028 \begin_inset Index idx
12029 status collapsed
12030
12031 \begin_layout Plain Layout
12032 Multifilas
12033 \end_layout
12034
12035 \end_inset
12036
12037
12038 \begin_inset Index idx
12039 status collapsed
12040
12041 \begin_layout Plain Layout
12042 Tablas ! Multifilas
12043 \end_layout
12044
12045 \end_inset
12046
12047
12048 \end_layout
12049
12050 \begin_layout Standard
12051 Para extender una celda sobre varias filas, se marcan las celdas que se
12052  desee combinar y se usa el botón 
12053 \begin_inset Graphics
12054         filename ../../images/tabular-feature_multirow.png
12055         scale 85
12056         scaleBeforeRotation
12057
12058 \end_inset
12059
12060 , el menú 
12061 \family sans
12062 Editar\SpecialChar \menuseparator
12063 Tabla\SpecialChar \menuseparator
12064 Multifila
12065 \family default
12066 , o clic derecho sobre las celdas marcadas y elige 
12067 \family sans
12068 Multifila 
12069 \family default
12070 en el menú contextual.
12071 \end_layout
12072
12073 \begin_layout Standard
12074
12075 \lang english
12076 Here is an example table with a multirow in the first column:
12077 \end_layout
12078
12079 \begin_layout Standard
12080 \align center
12081 \begin_inset Tabular
12082 <lyxtabular version="3" rows="3" columns="3">
12083 <features tabularvalignment="middle">
12084 <column alignment="center" valignment="top" width="0pt">
12085 <column alignment="center" valignment="top" width="0">
12086 <column alignment="center" valignment="top" width="0">
12087 <row>
12088 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
12089 \begin_inset Text
12090
12091 \begin_layout Plain Layout
12092 a
12093 \end_layout
12094
12095 \end_inset
12096 </cell>
12097 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12098 \begin_inset Text
12099
12100 \begin_layout Plain Layout
12101 b
12102 \end_layout
12103
12104 \end_inset
12105 </cell>
12106 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
12107 \begin_inset Text
12108
12109 \begin_layout Plain Layout
12110 c
12111 \end_layout
12112
12113 \end_inset
12114 </cell>
12115 </row>
12116 <row>
12117 <cell multirow="3" alignment="center" valignment="middle" topline="true" bottomline="true" leftline="true" usebox="none">
12118 \begin_inset Text
12119
12120 \begin_layout Plain Layout
12121 entrada multifila
12122 \end_layout
12123
12124 \end_inset
12125 </cell>
12126 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12127 \begin_inset Text
12128
12129 \begin_layout Plain Layout
12130 e
12131 \end_layout
12132
12133 \end_inset
12134 </cell>
12135 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
12136 \begin_inset Text
12137
12138 \begin_layout Plain Layout
12139 f
12140 \end_layout
12141
12142 \end_inset
12143 </cell>
12144 </row>
12145 <row>
12146 <cell multirow="4" alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
12147 \begin_inset Text
12148
12149 \begin_layout Plain Layout
12150
12151 \end_layout
12152
12153 \end_inset
12154 </cell>
12155 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
12156 \begin_inset Text
12157
12158 \begin_layout Plain Layout
12159 h
12160 \end_layout
12161
12162 \end_inset
12163 </cell>
12164 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
12165 \begin_inset Text
12166
12167 \begin_layout Plain Layout
12168 i
12169 \end_layout
12170
12171 \end_inset
12172 </cell>
12173 </row>
12174 </lyxtabular>
12175
12176 \end_inset
12177
12178
12179 \end_layout
12180
12181 \begin_layout Standard
12182
12183 \lang english
12184 The width and alignment of multirow cells is set by setting the width and
12185  alignment for the whole column.
12186 \end_layout
12187
12188 \begin_layout Section
12189 Tablas formales
12190 \begin_inset CommandInset label
12191 LatexCommand label
12192 name "sec:Tablas-Formales"
12193
12194 \end_inset
12195
12196
12197 \begin_inset Index idx
12198 status collapsed
12199
12200 \begin_layout Plain Layout
12201 Tablas ! Formales
12202 \end_layout
12203
12204 \end_inset
12205
12206  
12207 \end_layout
12208
12209 \begin_layout Standard
12210 En los libros, las tablas se suelen presentar en un formato como el de la
12211  tabla 
12212 \begin_inset space ~
12213 \end_inset
12214
12215
12216 \begin_inset CommandInset ref
12217 LatexCommand ref
12218 reference "tab:Ejemplo-tabla-formal"
12219
12220 \end_inset
12221
12222 .
12223  Se denominan tablas 
12224 \emph on
12225 formales
12226 \emph default
12227 .
12228  Para hacer tablas con este diseño, elige 
12229 \family sans
12230 Estilo
12231 \family default
12232
12233 \begin_inset space ~
12234 \end_inset
12235
12236
12237 \family sans
12238 Formal
12239 \family default
12240  en la solapa 
12241 \family sans
12242 Bordes
12243 \family default
12244  del cuadro de diálogo de tablas.
12245 \end_layout
12246
12247 \begin_layout Standard
12248 \begin_inset Float table
12249 placement h
12250 wide false
12251 sideways false
12252 status open
12253
12254 \begin_layout Plain Layout
12255 \begin_inset Caption
12256
12257 \begin_layout Plain Layout
12258 \begin_inset CommandInset label
12259 LatexCommand label
12260 name "tab:Ejemplo-tabla-formal"
12261
12262 \end_inset
12263
12264 Ejemplo de tabla formal
12265 \end_layout
12266
12267 \end_inset
12268
12269
12270 \end_layout
12271
12272 \begin_layout Plain Layout
12273 \align center
12274 \begin_inset Tabular
12275 <lyxtabular version="3" rows="8" columns="4">
12276 <features booktabs="true" tabularvalignment="middle">
12277 <column alignment="center" valignment="top" width="0">
12278 <column alignment="center" valignment="top" width="0">
12279 <column alignment="center" valignment="top" width="0">
12280 <column alignment="center" valignment="top" width="0">
12281 <row>
12282 <cell alignment="center" valignment="top" topline="true" rightline="true" usebox="none">
12283 \begin_inset Text
12284
12285 \begin_layout Plain Layout
12286 System
12287 \end_layout
12288
12289 \end_inset
12290 </cell>
12291 <cell alignment="center" valignment="top" topline="true" usebox="none">
12292 \begin_inset Text
12293
12294 \begin_layout Plain Layout
12295 Chip
12296 \begin_inset space \thinspace{}
12297 \end_inset
12298
12299 1
12300 \end_layout
12301
12302 \end_inset
12303 </cell>
12304 <cell multicolumn="1" alignment="center" valignment="top" topline="true" usebox="none">
12305 \begin_inset Text
12306
12307 \begin_layout Plain Layout
12308 Chip
12309 \begin_inset space \thinspace{}
12310 \end_inset
12311
12312 2
12313 \end_layout
12314
12315 \end_inset
12316 </cell>
12317 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
12318 \begin_inset Text
12319
12320 \begin_layout Plain Layout
12321
12322 \end_layout
12323
12324 \end_inset
12325 </cell>
12326 </row>
12327 <row>
12328 <cell alignment="center" valignment="top" rightline="true" usebox="none">
12329 \begin_inset Text
12330
12331 \begin_layout Plain Layout
12332 \begin_inset ERT
12333 status collapsed
12334
12335 \begin_layout Plain Layout
12336
12337
12338 \backslash
12339 cmidrule(r){2-2}
12340 \end_layout
12341
12342 \end_inset
12343
12344
12345 \begin_inset ERT
12346 status collapsed
12347
12348 \begin_layout Plain Layout
12349
12350
12351 \backslash
12352 cmidrule(l){3-4}
12353 \end_layout
12354
12355 \end_inset
12356
12357 Detector thickness in µm
12358 \end_layout
12359
12360 \end_inset
12361 </cell>
12362 <cell alignment="center" valignment="top" usebox="none">
12363 \begin_inset Text
12364
12365 \begin_layout Plain Layout
12366 300
12367 \end_layout
12368
12369 \end_inset
12370 </cell>
12371 <cell alignment="center" valignment="top" usebox="none">
12372 \begin_inset Text
12373
12374 \begin_layout Plain Layout
12375 300
12376 \end_layout
12377
12378 \end_inset
12379 </cell>
12380 <cell alignment="center" valignment="top" usebox="none">
12381 \begin_inset Text
12382
12383 \begin_layout Plain Layout
12384 700
12385 \end_layout
12386
12387 \end_inset
12388 </cell>
12389 </row>
12390 <row>
12391 <cell alignment="center" valignment="top" topline="true" rightline="true" usebox="none">
12392 \begin_inset Text
12393
12394 \begin_layout Plain Layout
12395 Edge angle in °
12396 \end_layout
12397
12398 \end_inset
12399 </cell>
12400 <cell alignment="center" valignment="top" topline="true" usebox="none">
12401 \begin_inset Text
12402
12403 \begin_layout Plain Layout
12404 3.55
12405 \end_layout
12406
12407 \end_inset
12408 </cell>
12409 <cell alignment="center" valignment="top" topline="true" usebox="none">
12410 \begin_inset Text
12411
12412 \begin_layout Plain Layout
12413 2.71
12414 \end_layout
12415
12416 \end_inset
12417 </cell>
12418 <cell alignment="center" valignment="top" topline="true" usebox="none">
12419 \begin_inset Text
12420
12421 \begin_layout Plain Layout
12422 7.99
12423 \end_layout
12424
12425 \end_inset
12426 </cell>
12427 </row>
12428 <row topspace="default">
12429 <cell alignment="center" valignment="top" rightline="true" usebox="none">
12430 \begin_inset Text
12431
12432 \begin_layout Plain Layout
12433 Spatial resolution in µm
12434 \end_layout
12435
12436 \end_inset
12437 </cell>
12438 <cell alignment="center" valignment="top" usebox="none">
12439 \begin_inset Text
12440
12441 \begin_layout Plain Layout
12442 4.26
12443 \end_layout
12444
12445 \end_inset
12446 </cell>
12447 <cell alignment="center" valignment="top" usebox="none">
12448 \begin_inset Text
12449
12450 \begin_layout Plain Layout
12451 10.17
12452 \end_layout
12453
12454 \end_inset
12455 </cell>
12456 <cell alignment="center" valignment="top" usebox="none">
12457 \begin_inset Text
12458
12459 \begin_layout Plain Layout
12460 10.56
12461 \end_layout
12462
12463 \end_inset
12464 </cell>
12465 </row>
12466 <row topspace="default">
12467 <cell alignment="center" valignment="top" rightline="true" usebox="none">
12468 \begin_inset Text
12469
12470 \begin_layout Plain Layout
12471 MTF at 
12472 \begin_inset Formula $f_{\mathrm{max}}$
12473 \end_inset
12474
12475
12476 \end_layout
12477
12478 \end_inset
12479 </cell>
12480 <cell alignment="center" valignment="top" usebox="none">
12481 \begin_inset Text
12482
12483 \begin_layout Plain Layout
12484 0.53
12485 \end_layout
12486
12487 \end_inset
12488 </cell>
12489 <cell alignment="center" valignment="top" usebox="none">
12490 \begin_inset Text
12491
12492 \begin_layout Plain Layout
12493 0.37
12494 \end_layout
12495
12496 \end_inset
12497 </cell>
12498 <cell alignment="center" valignment="top" usebox="none">
12499 \begin_inset Text
12500
12501 \begin_layout Plain Layout
12502 0.39
12503 \end_layout
12504
12505 \end_inset
12506 </cell>
12507 </row>
12508 <row topspace="default">
12509 <cell alignment="center" valignment="top" rightline="true" usebox="none">
12510 \begin_inset Text
12511
12512 \begin_layout Plain Layout
12513 \begin_inset ERT
12514 status collapsed
12515
12516 \begin_layout Plain Layout
12517
12518
12519 \backslash
12520 cmidrule(l{10pt}){1-1}
12521 \end_layout
12522
12523 \end_inset
12524
12525 LSF-spatial resolution
12526 \end_layout
12527
12528 \end_inset
12529 </cell>
12530 <cell alignment="center" valignment="top" usebox="none">
12531 \begin_inset Text
12532
12533 \begin_layout Plain Layout
12534
12535 \end_layout
12536
12537 \end_inset
12538 </cell>
12539 <cell alignment="center" valignment="top" usebox="none">
12540 \begin_inset Text
12541
12542 \begin_layout Plain Layout
12543
12544 \end_layout
12545
12546 \end_inset
12547 </cell>
12548 <cell alignment="center" valignment="top" usebox="none">
12549 \begin_inset Text
12550
12551 \begin_layout Plain Layout
12552
12553 \end_layout
12554
12555 \end_inset
12556 </cell>
12557 </row>
12558 <row>
12559 <cell alignment="center" valignment="top" rightline="true" usebox="none">
12560 \begin_inset Text
12561
12562 \begin_layout Plain Layout
12563 in µm
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 129.7
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 52.75
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 50.78
12591 \end_layout
12592
12593 \end_inset
12594 </cell>
12595 </row>
12596 <row>
12597 <cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
12598 \begin_inset Text
12599
12600 \begin_layout Plain Layout
12601 in % of pixel size
12602 \end_layout
12603
12604 \end_inset
12605 </cell>
12606 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
12607 \begin_inset Text
12608
12609 \begin_layout Plain Layout
12610 76.3
12611 \end_layout
12612
12613 \end_inset
12614 </cell>
12615 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
12616 \begin_inset Text
12617
12618 \begin_layout Plain Layout
12619 95.9
12620 \end_layout
12621
12622 \end_inset
12623 </cell>
12624 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
12625 \begin_inset Text
12626
12627 \begin_layout Plain Layout
12628 92.3
12629 \end_layout
12630
12631 \end_inset
12632 </cell>
12633 </row>
12634 </lyxtabular>
12635
12636 \end_inset
12637
12638
12639 \end_layout
12640
12641 \end_inset
12642
12643
12644 \end_layout
12645
12646 \begin_layout Standard
12647 Se puede añadir espacio adicional a las filas de la tabla mediante los botones
12648  correspondientes que se encuentran en la solapa 
12649 \family sans
12650 Bordes 
12651 \family default
12652 del diálogo
12653 \family sans
12654  Configuración
12655 \begin_inset space ~
12656 \end_inset
12657
12658 de
12659 \begin_inset space ~
12660 \end_inset
12661
12662 la
12663 \begin_inset space ~
12664 \end_inset
12665
12666 tabla
12667 \family default
12668 , como se explica en la sección
12669 \begin_inset space ~
12670 \end_inset
12671
12672
12673 \begin_inset CommandInset ref
12674 LatexCommand ref
12675 reference "sub:Espacio-adicional"
12676
12677 \end_inset
12678
12679 .
12680 \end_layout
12681
12682 \begin_layout Standard
12683 A diferencia de las tablas normales, las tablas formales no tienen líneas
12684  verticales.
12685  Las líneas horizontales se pueden poner o no como en las tablas normales,
12686  pero en la salida se mostrarán con distinto grosor:
12687 \begin_inset Newline newline
12688 \end_inset
12689
12690 Las líneas primera y última tienen un grosor predeterminado de 0.08
12691 \begin_inset space \thinspace{}
12692 \end_inset
12693
12694 em, las demás tienen un grosor predeterminado de 0.05
12695 \begin_inset space \thinspace{}
12696 \end_inset
12697
12698 em.
12699 \end_layout
12700
12701 \begin_layout Standard
12702 Estos valores predeterminados se pueden cambiar
12703 \series bold
12704  
12705 \series default
12706 con las líneas de preámbulo:
12707 \end_layout
12708
12709 \begin_layout Standard
12710
12711 \series bold
12712
12713 \backslash
12714 let
12715 \backslash
12716 mytoprule
12717 \backslash
12718 toprule
12719 \begin_inset Newline newline
12720 \end_inset
12721
12722
12723 \backslash
12724 renewcommand{
12725 \backslash
12726 toprule}{
12727 \backslash
12728 mytoprule[grosor]}
12729 \end_layout
12730
12731 \begin_layout Standard
12732 Este ejemplo es para la primera línea, la denominada 
12733 \series bold
12734 toprule
12735 \series default
12736 .
12737  Si quieres cambiar el grosor de la última línea, reemplaza 
12738 \series bold
12739 toprule
12740 \series default
12741  por 
12742 \series bold
12743 bottomrule
12744 \series default
12745 .
12746  Y para cambiar el grosor de las demás líneas cambia 
12747 \series bold
12748 toprule
12749 \series default
12750  por 
12751 \series bold
12752 midrule
12753 \series default
12754 .
12755  Puedes usar cualquiera de las unidades listadas en el apéndice
12756 \begin_inset space ~
12757 \end_inset
12758
12759
12760 \begin_inset CommandInset ref
12761 LatexCommand ref
12762 reference "cap:Unidades-disponibles-en"
12763
12764 \end_inset
12765
12766  para establecer el grosor.
12767 \end_layout
12768
12769 \begin_layout Standard
12770 Para dibujar líneas que no se extiendan a todas las columnas de la tabla,
12771  puedes marcarlas como celdas multicolumna y entonces ponerles borde.
12772  LyX empleará internamente el comando 
12773 \series bold
12774
12775 \backslash
12776 cmidrule
12777 \series default
12778  para dibujar la línea.
12779  El esquema completo es
12780 \end_layout
12781
12782 \begin_layout Standard
12783
12784 \series bold
12785
12786 \backslash
12787 cmidrule[grosor](recorte){inicol-fincol}
12788 \end_layout
12789
12790 \begin_layout Standard
12791 Por el momento, LyX no soporta las opciones de 
12792 \series bold
12793
12794 \backslash
12795 cmidrule
12796 \series default
12797 , así que para usarlas hay que emplear código TeX.
12798  Las líneas 
12799 \series bold
12800
12801 \backslash
12802 cmidrule
12803 \series default
12804  se pueden insertar manualmente con el comando en código TeX como primera
12805  entrada de la primera celda de una fila.
12806  En la salida se dibujará la línea sobre dicha fila.
12807 \end_layout
12808
12809 \begin_layout Standard
12810 El grosor predeterminado es 0.03
12811 \begin_inset space \thinspace{}
12812 \end_inset
12813
12814 em.
12815  
12816 \series bold
12817 inicol
12818 \series default
12819  es el número de la columna en la que comienza la línea y 
12820 \series bold
12821 fincol
12822 \series default
12823  es el número de la columna en la que acaba la línea.
12824  El valor 
12825 \series bold
12826 fincol
12827 \series default
12828  debe especificarse siempre, aunque la línea se extienda sobre una sola
12829  columna.
12830  El parámetro opcional 
12831 \series bold
12832 recorte
12833 \series default
12834  debe ser 
12835 \emph on
12836 l{recorte}
12837 \emph default
12838  o 
12839 \emph on
12840 r{recorte}
12841 \emph default
12842 , donde 
12843 \emph on
12844 recorte
12845 \emph default
12846  también es opcional.
12847  Por ejemplo, el parámetro 
12848 \emph on
12849 l{2pt}
12850 \emph default
12851  significa que la línea se recorta 2
12852 \begin_inset space \thinspace{}
12853 \end_inset
12854
12855 pt por su izquierda.
12856  Si no se especifica el tamaño  las líneas se recortan por omisión en 0.5
12857 \begin_inset space \thinspace{}
12858 \end_inset
12859
12860 em.
12861
12862 \series bold
12863  
12864 \end_layout
12865
12866 \begin_layout Standard
12867
12868 \end_layout
12869
12870 \begin_layout Standard
12871 \begin_inset VSpace bigskip
12872 \end_inset
12873
12874
12875 \end_layout
12876
12877 \begin_layout Standard
12878 La tabla
12879 \begin_inset space ~
12880 \end_inset
12881
12882
12883 \begin_inset CommandInset ref
12884 LatexCommand ref
12885 reference "tab:Ejemplo-tabla-formal"
12886
12887 \end_inset
12888
12889  se ha creado con los comandos
12890 \end_layout
12891
12892 \begin_layout Standard
12893
12894 \series bold
12895
12896 \backslash
12897 cmidrule(r){2-2}
12898 \backslash
12899 cmidrule(l){3-4}
12900 \end_layout
12901
12902 \begin_layout Standard
12903 en la segunda fila, 
12904 \series bold
12905
12906 \backslash
12907 midrule
12908 \series default
12909  en la tercera, y
12910 \end_layout
12911
12912 \begin_layout Standard
12913
12914 \series bold
12915
12916 \backslash
12917 cmidrule(l{10pt}){1-1}
12918 \end_layout
12919
12920 \begin_layout Standard
12921 en la sexta fila.
12922 \end_layout
12923
12924 \begin_layout Standard
12925 \begin_inset VSpace bigskip
12926 \end_inset
12927
12928
12929 \end_layout
12930
12931 \begin_layout Standard
12932 Quizá quieras superponer líneas 
12933 \series bold
12934
12935 \backslash
12936 cmidrules
12937 \series default
12938  como en la tabla
12939 \begin_inset space ~
12940 \end_inset
12941
12942
12943 \begin_inset CommandInset ref
12944 LatexCommand ref
12945 reference "tab:Tabla-formal-especial"
12946
12947 \end_inset
12948
12949 .
12950  Esto se consigue con el comando en código TeX
12951 \end_layout
12952
12953 \begin_layout Standard
12954
12955 \series bold
12956
12957 \backslash
12958 morecmidrules
12959 \end_layout
12960
12961 \begin_layout Standard
12962 El comando que se ha utilizado para la segunda fila de la tabla
12963 \begin_inset space ~
12964 \end_inset
12965
12966
12967 \begin_inset CommandInset ref
12968 LatexCommand ref
12969 reference "tab:Tabla-formal-especial"
12970
12971 \end_inset
12972
12973  es
12974 \end_layout
12975
12976 \begin_layout Standard
12977
12978 \series bold
12979
12980 \backslash
12981 cmidrule(r){2-2}
12982 \backslash
12983 cmidrule(l){3-4}
12984 \backslash
12985 morecmidrules
12986 \backslash
12987 cmidrule{2-4}
12988 \end_layout
12989
12990 \begin_layout Standard
12991 El comando para la sexta fila es
12992 \end_layout
12993
12994 \begin_layout Standard
12995
12996 \series bold
12997
12998 \backslash
12999 midrule
13000 \backslash
13001 morecmidrules
13002 \backslash
13003 cmidrule{3-4}
13004 \series default
13005
13006 \begin_inset VSpace bigskip
13007 \end_inset
13008
13009
13010 \end_layout
13011
13012 \begin_layout Standard
13013 Si de todas formas no te satisface el espaciado de los bordes, puedes usar
13014  el siguiente comando para dibujar líneas que se extienden sobre todas las
13015  columnas
13016 \end_layout
13017
13018 \begin_layout Standard
13019
13020 \series bold
13021
13022 \backslash
13023 specialrule{anchura}{espacio superior}{espacio inferior}
13024 \end_layout
13025
13026 \begin_layout Standard
13027 Para más información sobre estas características especiales, acude al manual
13028  del paquete LaTeX 
13029 \series bold
13030 booktabs
13031 \series default
13032
13033 \begin_inset CommandInset citation
13034 LatexCommand cite
13035 key "booktabs"
13036
13037 \end_inset
13038
13039 .
13040 \begin_inset Index idx
13041 status collapsed
13042
13043 \begin_layout Plain Layout
13044 LaTeX-paquetes ! booktabs
13045 \end_layout
13046
13047 \end_inset
13048
13049  
13050 \begin_inset VSpace bigskip
13051 \end_inset
13052
13053
13054 \end_layout
13055
13056 \begin_layout Standard
13057 \begin_inset Float table
13058 placement h
13059 wide false
13060 sideways false
13061 status open
13062
13063 \begin_layout Plain Layout
13064 \begin_inset Caption
13065
13066 \begin_layout Plain Layout
13067 \begin_inset CommandInset label
13068 LatexCommand label
13069 name "tab:Tabla-formal-especial"
13070
13071 \end_inset
13072
13073 Tabla formal especial
13074 \end_layout
13075
13076 \end_inset
13077
13078
13079 \end_layout
13080
13081 \begin_layout Plain Layout
13082 \align center
13083 \begin_inset Tabular
13084 <lyxtabular version="3" rows="8" columns="4">
13085 <features booktabs="true" tabularvalignment="middle">
13086 <column alignment="center" valignment="top" width="0">
13087 <column alignment="center" valignment="top" width="0">
13088 <column alignment="center" valignment="top" width="0">
13089 <column alignment="center" valignment="top" width="0">
13090 <row>
13091 <cell alignment="center" valignment="top" topline="true" usebox="none">
13092 \begin_inset Text
13093
13094 \begin_layout Plain Layout
13095 System
13096 \end_layout
13097
13098 \end_inset
13099 </cell>
13100 <cell alignment="center" valignment="top" topline="true" usebox="none">
13101 \begin_inset Text
13102
13103 \begin_layout Plain Layout
13104 Chip
13105 \begin_inset space \thinspace{}
13106 \end_inset
13107
13108 1
13109 \end_layout
13110
13111 \end_inset
13112 </cell>
13113 <cell multicolumn="1" alignment="center" valignment="top" topline="true" usebox="none">
13114 \begin_inset Text
13115
13116 \begin_layout Plain Layout
13117 Chip
13118 \begin_inset space \thinspace{}
13119 \end_inset
13120
13121 2
13122 \end_layout
13123
13124 \end_inset
13125 </cell>
13126 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
13127 \begin_inset Text
13128
13129 \begin_layout Plain Layout
13130
13131 \end_layout
13132
13133 \end_inset
13134 </cell>
13135 </row>
13136 <row>
13137 <cell alignment="center" valignment="top" usebox="none">
13138 \begin_inset Text
13139
13140 \begin_layout Plain Layout
13141 \begin_inset ERT
13142 status collapsed
13143
13144 \begin_layout Plain Layout
13145
13146
13147 \backslash
13148 cmidrule(r){2-2}
13149 \end_layout
13150
13151 \end_inset
13152
13153
13154 \begin_inset ERT
13155 status collapsed
13156
13157 \begin_layout Plain Layout
13158
13159
13160 \backslash
13161 cmidrule(l){3-4}
13162 \end_layout
13163
13164 \end_inset
13165
13166
13167 \begin_inset ERT
13168 status collapsed
13169
13170 \begin_layout Plain Layout
13171
13172
13173 \backslash
13174 morecmidrules 
13175 \end_layout
13176
13177 \end_inset
13178
13179
13180 \begin_inset ERT
13181 status collapsed
13182
13183 \begin_layout Plain Layout
13184
13185
13186 \backslash
13187 cmidrule{2-4}
13188 \end_layout
13189
13190 \end_inset
13191
13192 Detector thickness in µm
13193 \end_layout
13194
13195 \end_inset
13196 </cell>
13197 <cell alignment="center" valignment="top" usebox="none">
13198 \begin_inset Text
13199
13200 \begin_layout Plain Layout
13201 300
13202 \end_layout
13203
13204 \end_inset
13205 </cell>
13206 <cell alignment="center" valignment="top" usebox="none">
13207 \begin_inset Text
13208
13209 \begin_layout Plain Layout
13210 300
13211 \end_layout
13212
13213 \end_inset
13214 </cell>
13215 <cell alignment="center" valignment="top" usebox="none">
13216 \begin_inset Text
13217
13218 \begin_layout Plain Layout
13219 700
13220 \end_layout
13221
13222 \end_inset
13223 </cell>
13224 </row>
13225 <row>
13226 <cell alignment="center" valignment="top" topline="true" usebox="none">
13227 \begin_inset Text
13228
13229 \begin_layout Plain Layout
13230 Edge angle in °
13231 \end_layout
13232
13233 \end_inset
13234 </cell>
13235 <cell alignment="center" valignment="top" topline="true" usebox="none">
13236 \begin_inset Text
13237
13238 \begin_layout Plain Layout
13239 3.55
13240 \end_layout
13241
13242 \end_inset
13243 </cell>
13244 <cell alignment="center" valignment="top" topline="true" usebox="none">
13245 \begin_inset Text
13246
13247 \begin_layout Plain Layout
13248 2.71
13249 \end_layout
13250
13251 \end_inset
13252 </cell>
13253 <cell alignment="center" valignment="top" topline="true" usebox="none">
13254 \begin_inset Text
13255
13256 \begin_layout Plain Layout
13257 7.99
13258 \end_layout
13259
13260 \end_inset
13261 </cell>
13262 </row>
13263 <row topspace="default">
13264 <cell alignment="center" valignment="top" usebox="none">
13265 \begin_inset Text
13266
13267 \begin_layout Plain Layout
13268 Spatial resolution in µm
13269 \end_layout
13270
13271 \end_inset
13272 </cell>
13273 <cell alignment="center" valignment="top" usebox="none">
13274 \begin_inset Text
13275
13276 \begin_layout Plain Layout
13277 4.26
13278 \end_layout
13279
13280 \end_inset
13281 </cell>
13282 <cell alignment="center" valignment="top" usebox="none">
13283 \begin_inset Text
13284
13285 \begin_layout Plain Layout
13286 10.17
13287 \end_layout
13288
13289 \end_inset
13290 </cell>
13291 <cell alignment="center" valignment="top" usebox="none">
13292 \begin_inset Text
13293
13294 \begin_layout Plain Layout
13295 10.56
13296 \end_layout
13297
13298 \end_inset
13299 </cell>
13300 </row>
13301 <row topspace="default">
13302 <cell alignment="center" valignment="top" usebox="none">
13303 \begin_inset Text
13304
13305 \begin_layout Plain Layout
13306 MTF at 
13307 \begin_inset Formula $f_{\mathrm{max}}$
13308 \end_inset
13309
13310
13311 \end_layout
13312
13313 \end_inset
13314 </cell>
13315 <cell alignment="center" valignment="top" usebox="none">
13316 \begin_inset Text
13317
13318 \begin_layout Plain Layout
13319 0.53
13320 \end_layout
13321
13322 \end_inset
13323 </cell>
13324 <cell alignment="center" valignment="top" usebox="none">
13325 \begin_inset Text
13326
13327 \begin_layout Plain Layout
13328 0.37
13329 \end_layout
13330
13331 \end_inset
13332 </cell>
13333 <cell alignment="center" valignment="top" usebox="none">
13334 \begin_inset Text
13335
13336 \begin_layout Plain Layout
13337 0.39
13338 \end_layout
13339
13340 \end_inset
13341 </cell>
13342 </row>
13343 <row>
13344 <cell alignment="center" valignment="top" topline="true" usebox="none">
13345 \begin_inset Text
13346
13347 \begin_layout Plain Layout
13348 \begin_inset ERT
13349 status collapsed
13350
13351 \begin_layout Plain Layout
13352
13353
13354 \backslash
13355 morecmidrules 
13356 \end_layout
13357
13358 \end_inset
13359
13360
13361 \begin_inset ERT
13362 status collapsed
13363
13364 \begin_layout Plain Layout
13365
13366
13367 \backslash
13368 cmidrule{3-4}
13369 \end_layout
13370
13371 \end_inset
13372
13373 LSF-spatial resolution
13374 \end_layout
13375
13376 \end_inset
13377 </cell>
13378 <cell alignment="center" valignment="top" topline="true" usebox="none">
13379 \begin_inset Text
13380
13381 \begin_layout Plain Layout
13382
13383 \end_layout
13384
13385 \end_inset
13386 </cell>
13387 <cell alignment="center" valignment="top" topline="true" usebox="none">
13388 \begin_inset Text
13389
13390 \begin_layout Plain Layout
13391
13392 \end_layout
13393
13394 \end_inset
13395 </cell>
13396 <cell alignment="center" valignment="top" topline="true" usebox="none">
13397 \begin_inset Text
13398
13399 \begin_layout Plain Layout
13400
13401 \end_layout
13402
13403 \end_inset
13404 </cell>
13405 </row>
13406 <row>
13407 <cell alignment="center" valignment="top" usebox="none">
13408 \begin_inset Text
13409
13410 \begin_layout Plain Layout
13411 in µm
13412 \end_layout
13413
13414 \end_inset
13415 </cell>
13416 <cell alignment="center" valignment="top" usebox="none">
13417 \begin_inset Text
13418
13419 \begin_layout Plain Layout
13420 129.7
13421 \end_layout
13422
13423 \end_inset
13424 </cell>
13425 <cell alignment="center" valignment="top" usebox="none">
13426 \begin_inset Text
13427
13428 \begin_layout Plain Layout
13429 52.75
13430 \end_layout
13431
13432 \end_inset
13433 </cell>
13434 <cell alignment="center" valignment="top" usebox="none">
13435 \begin_inset Text
13436
13437 \begin_layout Plain Layout
13438 50.78
13439 \end_layout
13440
13441 \end_inset
13442 </cell>
13443 </row>
13444 <row>
13445 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
13446 \begin_inset Text
13447
13448 \begin_layout Plain Layout
13449 in % of pixel size
13450 \end_layout
13451
13452 \end_inset
13453 </cell>
13454 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
13455 \begin_inset Text
13456
13457 \begin_layout Plain Layout
13458 76.3
13459 \end_layout
13460
13461 \end_inset
13462 </cell>
13463 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
13464 \begin_inset Text
13465
13466 \begin_layout Plain Layout
13467 95.9
13468 \end_layout
13469
13470 \end_inset
13471 </cell>
13472 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
13473 \begin_inset Text
13474
13475 \begin_layout Plain Layout
13476 92.3
13477 \end_layout
13478
13479 \end_inset
13480 </cell>
13481 </row>
13482 </lyxtabular>
13483
13484 \end_inset
13485
13486
13487 \end_layout
13488
13489 \end_inset
13490
13491
13492 \end_layout
13493
13494 \begin_layout Section
13495 Alineación vertical de tablas
13496 \begin_inset Index idx
13497 status collapsed
13498
13499 \begin_layout Plain Layout
13500 Tablas ! Alineación vertical
13501 \end_layout
13502
13503 \end_inset
13504
13505
13506 \end_layout
13507
13508 \begin_layout Standard
13509 Para alinear tablas verticalmente en una línea de texto la tabla debe estar
13510  en un cuadro.
13511  Entonces el cuadro se puede alinear verticalmente como se describe en la
13512  sección
13513 \begin_inset space ~
13514 \end_inset
13515
13516
13517 \begin_inset CommandInset ref
13518 LatexCommand ref
13519 reference "sec:Diálogo-Cuadros"
13520
13521 \end_inset
13522
13523 .
13524  
13525 \end_layout
13526
13527 \begin_layout Standard
13528 En el ejemplo siguiente las tablas están en un cuadro tipo minipágina
13529 \begin_inset Foot
13530 status collapsed
13531
13532 \begin_layout Plain Layout
13533 Las minipáginas se describen en la sección
13534 \begin_inset space ~
13535 \end_inset
13536
13537
13538 \begin_inset CommandInset ref
13539 LatexCommand ref
13540 reference "sec:Minipáginas"
13541
13542 \end_inset
13543
13544 .
13545 \end_layout
13546
13547 \end_inset
13548
13549  que tiene una anchura del 15
13550 \begin_inset space \thinspace{}
13551 \end_inset
13552
13553 % de columna:
13554 \end_layout
13555
13556 \begin_layout Itemize
13557 test 
13558 \begin_inset Box Frameless
13559 position "t"
13560 hor_pos "c"
13561 has_inner_box 1
13562 inner_pos "c"
13563 use_parbox 0
13564 use_makebox 0
13565 width "15col%"
13566 special "none"
13567 height "1in"
13568 height_special "totalheight"
13569 status collapsed
13570
13571 \begin_layout Plain Layout
13572 \begin_inset Tabular
13573 <lyxtabular version="3" rows="3" columns="3">
13574 <features tabularvalignment="middle">
13575 <column alignment="center" valignment="top" width="0">
13576 <column alignment="center" valignment="top" width="0">
13577 <column alignment="center" valignment="top" width="0">
13578 <row>
13579 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13580 \begin_inset Text
13581
13582 \begin_layout Plain Layout
13583 a
13584 \end_layout
13585
13586 \end_inset
13587 </cell>
13588 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13589 \begin_inset Text
13590
13591 \begin_layout Plain Layout
13592 d
13593 \end_layout
13594
13595 \end_inset
13596 </cell>
13597 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
13598 \begin_inset Text
13599
13600 \begin_layout Plain Layout
13601 g
13602 \end_layout
13603
13604 \end_inset
13605 </cell>
13606 </row>
13607 <row>
13608 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13609 \begin_inset Text
13610
13611 \begin_layout Plain Layout
13612 b
13613 \end_layout
13614
13615 \end_inset
13616 </cell>
13617 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13618 \begin_inset Text
13619
13620 \begin_layout Plain Layout
13621 e
13622 \end_layout
13623
13624 \end_inset
13625 </cell>
13626 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
13627 \begin_inset Text
13628
13629 \begin_layout Plain Layout
13630 h
13631 \end_layout
13632
13633 \end_inset
13634 </cell>
13635 </row>
13636 <row>
13637 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
13638 \begin_inset Text
13639
13640 \begin_layout Plain Layout
13641 c
13642 \end_layout
13643
13644 \end_inset
13645 </cell>
13646 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
13647 \begin_inset Text
13648
13649 \begin_layout Plain Layout
13650 f
13651 \end_layout
13652
13653 \end_inset
13654 </cell>
13655 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
13656 \begin_inset Text
13657
13658 \begin_layout Plain Layout
13659 i
13660 \end_layout
13661
13662 \end_inset
13663 </cell>
13664 </row>
13665 </lyxtabular>
13666
13667 \end_inset
13668
13669
13670 \end_layout
13671
13672 \end_inset
13673
13674  test 
13675 \begin_inset ERT
13676 status collapsed
13677
13678 \begin_layout Plain Layout
13679
13680
13681 \backslash
13682 raisebox{0.85
13683 \backslash
13684 baselineskip}{
13685 \end_layout
13686
13687 \end_inset
13688
13689
13690 \begin_inset Box Frameless
13691 position "t"
13692 hor_pos "c"
13693 has_inner_box 1
13694 inner_pos "c"
13695 use_parbox 0
13696 use_makebox 0
13697 width "15col%"
13698 special "none"
13699 height "1in"
13700 height_special "totalheight"
13701 status collapsed
13702
13703 \begin_layout Plain Layout
13704 \begin_inset Tabular
13705 <lyxtabular version="3" rows="3" columns="3">
13706 <features tabularvalignment="middle">
13707 <column alignment="center" valignment="top" width="0">
13708 <column alignment="center" valignment="top" width="0">
13709 <column alignment="center" valignment="top" width="0">
13710 <row>
13711 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13712 \begin_inset Text
13713
13714 \begin_layout Plain Layout
13715 a
13716 \end_layout
13717
13718 \end_inset
13719 </cell>
13720 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13721 \begin_inset Text
13722
13723 \begin_layout Plain Layout
13724 d
13725 \end_layout
13726
13727 \end_inset
13728 </cell>
13729 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
13730 \begin_inset Text
13731
13732 \begin_layout Plain Layout
13733 g
13734 \end_layout
13735
13736 \end_inset
13737 </cell>
13738 </row>
13739 <row>
13740 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13741 \begin_inset Text
13742
13743 \begin_layout Plain Layout
13744 b
13745 \end_layout
13746
13747 \end_inset
13748 </cell>
13749 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13750 \begin_inset Text
13751
13752 \begin_layout Plain Layout
13753 e
13754 \end_layout
13755
13756 \end_inset
13757 </cell>
13758 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
13759 \begin_inset Text
13760
13761 \begin_layout Plain Layout
13762 h
13763 \end_layout
13764
13765 \end_inset
13766 </cell>
13767 </row>
13768 <row>
13769 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
13770 \begin_inset Text
13771
13772 \begin_layout Plain Layout
13773 c
13774 \end_layout
13775
13776 \end_inset
13777 </cell>
13778 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
13779 \begin_inset Text
13780
13781 \begin_layout Plain Layout
13782 f
13783 \end_layout
13784
13785 \end_inset
13786 </cell>
13787 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
13788 \begin_inset Text
13789
13790 \begin_layout Plain Layout
13791 i
13792 \end_layout
13793
13794 \end_inset
13795 </cell>
13796 </row>
13797 </lyxtabular>
13798
13799 \end_inset
13800
13801
13802 \end_layout
13803
13804 \end_inset
13805
13806
13807 \begin_inset ERT
13808 status collapsed
13809
13810 \begin_layout Plain Layout
13811
13812 }
13813 \end_layout
13814
13815 \end_inset
13816
13817
13818 \end_layout
13819
13820 \begin_layout Itemize
13821 test 
13822 \begin_inset Box Frameless
13823 position "c"
13824 hor_pos "c"
13825 has_inner_box 1
13826 inner_pos "c"
13827 use_parbox 0
13828 use_makebox 0
13829 width "15col%"
13830 special "none"
13831 height "1in"
13832 height_special "totalheight"
13833 status collapsed
13834
13835 \begin_layout Plain Layout
13836 \begin_inset Tabular
13837 <lyxtabular version="3" rows="3" columns="3">
13838 <features tabularvalignment="middle">
13839 <column alignment="center" valignment="top" width="0">
13840 <column alignment="center" valignment="top" width="0">
13841 <column alignment="center" valignment="top" width="0">
13842 <row>
13843 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13844 \begin_inset Text
13845
13846 \begin_layout Plain Layout
13847 a
13848 \end_layout
13849
13850 \end_inset
13851 </cell>
13852 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13853 \begin_inset Text
13854
13855 \begin_layout Plain Layout
13856 d
13857 \end_layout
13858
13859 \end_inset
13860 </cell>
13861 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
13862 \begin_inset Text
13863
13864 \begin_layout Plain Layout
13865 g
13866 \end_layout
13867
13868 \end_inset
13869 </cell>
13870 </row>
13871 <row>
13872 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13873 \begin_inset Text
13874
13875 \begin_layout Plain Layout
13876 b
13877 \end_layout
13878
13879 \end_inset
13880 </cell>
13881 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13882 \begin_inset Text
13883
13884 \begin_layout Plain Layout
13885 e
13886 \end_layout
13887
13888 \end_inset
13889 </cell>
13890 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
13891 \begin_inset Text
13892
13893 \begin_layout Plain Layout
13894 h
13895 \end_layout
13896
13897 \end_inset
13898 </cell>
13899 </row>
13900 <row>
13901 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
13902 \begin_inset Text
13903
13904 \begin_layout Plain Layout
13905 c
13906 \end_layout
13907
13908 \end_inset
13909 </cell>
13910 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
13911 \begin_inset Text
13912
13913 \begin_layout Plain Layout
13914 f
13915 \end_layout
13916
13917 \end_inset
13918 </cell>
13919 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
13920 \begin_inset Text
13921
13922 \begin_layout Plain Layout
13923 i
13924 \end_layout
13925
13926 \end_inset
13927 </cell>
13928 </row>
13929 </lyxtabular>
13930
13931 \end_inset
13932
13933
13934 \end_layout
13935
13936 \end_inset
13937
13938
13939 \end_layout
13940
13941 \begin_layout Itemize
13942 test 
13943 \begin_inset Box Frameless
13944 position "b"
13945 hor_pos "c"
13946 has_inner_box 1
13947 inner_pos "c"
13948 use_parbox 0
13949 use_makebox 0
13950 width "15col%"
13951 special "none"
13952 height "1in"
13953 height_special "totalheight"
13954 status collapsed
13955
13956 \begin_layout Plain Layout
13957 \begin_inset Tabular
13958 <lyxtabular version="3" rows="3" columns="3">
13959 <features tabularvalignment="middle">
13960 <column alignment="center" valignment="top" width="0">
13961 <column alignment="center" valignment="top" width="0">
13962 <column alignment="center" valignment="top" width="0">
13963 <row>
13964 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13965 \begin_inset Text
13966
13967 \begin_layout Plain Layout
13968 a
13969 \end_layout
13970
13971 \end_inset
13972 </cell>
13973 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13974 \begin_inset Text
13975
13976 \begin_layout Plain Layout
13977 d
13978 \end_layout
13979
13980 \end_inset
13981 </cell>
13982 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
13983 \begin_inset Text
13984
13985 \begin_layout Plain Layout
13986 g
13987 \end_layout
13988
13989 \end_inset
13990 </cell>
13991 </row>
13992 <row>
13993 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13994 \begin_inset Text
13995
13996 \begin_layout Plain Layout
13997 b
13998 \end_layout
13999
14000 \end_inset
14001 </cell>
14002 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14003 \begin_inset Text
14004
14005 \begin_layout Plain Layout
14006 e
14007 \end_layout
14008
14009 \end_inset
14010 </cell>
14011 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14012 \begin_inset Text
14013
14014 \begin_layout Plain Layout
14015 h
14016 \end_layout
14017
14018 \end_inset
14019 </cell>
14020 </row>
14021 <row>
14022 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
14023 \begin_inset Text
14024
14025 \begin_layout Plain Layout
14026 c
14027 \end_layout
14028
14029 \end_inset
14030 </cell>
14031 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
14032 \begin_inset Text
14033
14034 \begin_layout Plain Layout
14035 f
14036 \end_layout
14037
14038 \end_inset
14039 </cell>
14040 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
14041 \begin_inset Text
14042
14043 \begin_layout Plain Layout
14044 i
14045 \end_layout
14046
14047 \end_inset
14048 </cell>
14049 </row>
14050 </lyxtabular>
14051
14052 \end_inset
14053
14054
14055 \end_layout
14056
14057 \end_inset
14058
14059  test 
14060 \begin_inset ERT
14061 status collapsed
14062
14063 \begin_layout Plain Layout
14064
14065
14066 \backslash
14067 raisebox{-0.32
14068 \backslash
14069 baselineskip}{
14070 \end_layout
14071
14072 \end_inset
14073
14074
14075 \begin_inset Box Frameless
14076 position "b"
14077 hor_pos "c"
14078 has_inner_box 1
14079 inner_pos "c"
14080 use_parbox 0
14081 use_makebox 0
14082 width "15col%"
14083 special "none"
14084 height "1in"
14085 height_special "totalheight"
14086 status collapsed
14087
14088 \begin_layout Plain Layout
14089 \begin_inset Tabular
14090 <lyxtabular version="3" rows="3" columns="3">
14091 <features tabularvalignment="middle">
14092 <column alignment="center" valignment="top" width="0">
14093 <column alignment="center" valignment="top" width="0">
14094 <column alignment="center" valignment="top" width="0">
14095 <row>
14096 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14097 \begin_inset Text
14098
14099 \begin_layout Plain Layout
14100 a
14101 \end_layout
14102
14103 \end_inset
14104 </cell>
14105 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14106 \begin_inset Text
14107
14108 \begin_layout Plain Layout
14109 d
14110 \end_layout
14111
14112 \end_inset
14113 </cell>
14114 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14115 \begin_inset Text
14116
14117 \begin_layout Plain Layout
14118 g
14119 \end_layout
14120
14121 \end_inset
14122 </cell>
14123 </row>
14124 <row>
14125 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14126 \begin_inset Text
14127
14128 \begin_layout Plain Layout
14129 b
14130 \end_layout
14131
14132 \end_inset
14133 </cell>
14134 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14135 \begin_inset Text
14136
14137 \begin_layout Plain Layout
14138 e
14139 \end_layout
14140
14141 \end_inset
14142 </cell>
14143 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14144 \begin_inset Text
14145
14146 \begin_layout Plain Layout
14147 h
14148 \end_layout
14149
14150 \end_inset
14151 </cell>
14152 </row>
14153 <row>
14154 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
14155 \begin_inset Text
14156
14157 \begin_layout Plain Layout
14158 c
14159 \end_layout
14160
14161 \end_inset
14162 </cell>
14163 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
14164 \begin_inset Text
14165
14166 \begin_layout Plain Layout
14167 f
14168 \end_layout
14169
14170 \end_inset
14171 </cell>
14172 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
14173 \begin_inset Text
14174
14175 \begin_layout Plain Layout
14176 i
14177 \end_layout
14178
14179 \end_inset
14180 </cell>
14181 </row>
14182 </lyxtabular>
14183
14184 \end_inset
14185
14186
14187 \end_layout
14188
14189 \end_inset
14190
14191
14192 \begin_inset ERT
14193 status collapsed
14194
14195 \begin_layout Plain Layout
14196
14197 }
14198 \end_layout
14199
14200 \end_inset
14201
14202
14203 \end_layout
14204
14205 \begin_layout Standard
14206 Como ves, los contenidos de la primera y última filas no se alinean correctament
14207 e con la línea de texto donde está la tabla.
14208  Para conseguir esta alineación, el cuadro (minipágina) debe ponerse en
14209  un cuadro elevado («raisebox»
14210 \begin_inset Foot
14211 status collapsed
14212
14213 \begin_layout Plain Layout
14214 El uso del comando 
14215 \series bold
14216
14217 \backslash
14218 raisebox
14219 \series default
14220  se explica en la sección
14221 \begin_inset space ~
14222 \end_inset
14223
14224
14225 \begin_inset CommandInset ref
14226 LatexCommand ref
14227 reference "sub:Alineación-Vertical"
14228
14229 \end_inset
14230
14231 .
14232 \end_layout
14233
14234 \end_inset
14235
14236 ).
14237  En el ejemplo anterior, la segunda tabla del primer ítem está alineada
14238  usando el comando en código TeX
14239 \end_layout
14240
14241 \begin_layout Standard
14242
14243 \series bold
14244
14245 \backslash
14246 raisebox{0.85
14247 \backslash
14248 baselineskip}{
14249 \end_layout
14250
14251 \begin_layout Standard
14252 antes del cuadro.
14253  Tras él, se pone la llave de cierre 
14254 \series bold
14255 }
14256 \series default
14257  también en código TeX.
14258  Para la segunda tabla en el tercer ítem se usa el comando 
14259 \end_layout
14260
14261 \begin_layout Standard
14262
14263 \series bold
14264
14265 \backslash
14266 raisebox{-0.32
14267 \backslash
14268 baselineskip}{
14269 \end_layout
14270
14271 \begin_layout Standard
14272 \begin_inset Note Greyedout
14273 status open
14274
14275 \begin_layout Plain Layout
14276
14277 \series bold
14278 Not
14279 \series default
14280 a: La alineación del contenido de la fila con la línea del texto adyacente
14281  no es exacta.
14282  El factor necesario del comando 
14283 \series bold
14284
14285 \backslash
14286 raisebox
14287 \series default
14288  para este alineamiento depende de la fuente del documento, del tamaño de
14289  la fuente y del grosor de línea de la tabla.
14290 \end_layout
14291
14292 \end_inset
14293
14294
14295 \end_layout
14296
14297 \begin_layout Section
14298 Tablas coloreadas
14299 \begin_inset CommandInset label
14300 LatexCommand label
14301 name "sec:Tablas-Coloreadas"
14302
14303 \end_inset
14304
14305
14306 \end_layout
14307
14308 \begin_layout Subsection
14309 Celdas coloreadas
14310 \begin_inset Index idx
14311 status collapsed
14312
14313 \begin_layout Plain Layout
14314 Tablas ! Coloreadas ! Celdas
14315 \end_layout
14316
14317 \end_inset
14318
14319
14320 \begin_inset Index idx
14321 status collapsed
14322
14323 \begin_layout Plain Layout
14324 Color ! en celdas de tablas
14325 \end_layout
14326
14327 \end_inset
14328
14329
14330 \end_layout
14331
14332 \begin_layout Standard
14333 \begin_inset Float table
14334 placement h
14335 wide false
14336 sideways false
14337 status open
14338
14339 \begin_layout Plain Layout
14340 \begin_inset Caption
14341
14342 \begin_layout Plain Layout
14343 \begin_inset CommandInset label
14344 LatexCommand label
14345 name "tab:Tabla-coloreada-sin"
14346
14347 \end_inset
14348
14349 Tabla coloreada sin usar el paquete 
14350 \series bold
14351 colortbl
14352 \series default
14353
14354 \begin_inset Argument
14355 status collapsed
14356
14357 \begin_layout Plain Layout
14358 Tabla sin colortbl
14359 \end_layout
14360
14361 \end_inset
14362
14363
14364 \end_layout
14365
14366 \end_inset
14367
14368
14369 \end_layout
14370
14371 \begin_layout Plain Layout
14372 \align center
14373 \begin_inset Tabular
14374 <lyxtabular version="3" rows="3" columns="3">
14375 <features tabularvalignment="middle">
14376 <column alignment="center" valignment="top" width="0">
14377 <column alignment="center" valignment="top" width="0">
14378 <column alignment="center" valignment="top" width="0">
14379 <row>
14380 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14381 \begin_inset Text
14382
14383 \begin_layout Plain Layout
14384
14385 \color green
14386 a
14387 \end_layout
14388
14389 \end_inset
14390 </cell>
14391 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14392 \begin_inset Text
14393
14394 \begin_layout Plain Layout
14395
14396 \color red
14397 b
14398 \end_layout
14399
14400 \end_inset
14401 </cell>
14402 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14403 \begin_inset Text
14404
14405 \begin_layout Plain Layout
14406
14407 \color red
14408 c
14409 \end_layout
14410
14411 \end_inset
14412 </cell>
14413 </row>
14414 <row>
14415 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14416 \begin_inset Text
14417
14418 \begin_layout Plain Layout
14419
14420 \color green
14421 d
14422 \end_layout
14423
14424 \end_inset
14425 </cell>
14426 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14427 \begin_inset Text
14428
14429 \begin_layout Plain Layout
14430
14431 \color blue
14432 e
14433 \end_layout
14434
14435 \end_inset
14436 </cell>
14437 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14438 \begin_inset Text
14439
14440 \begin_layout Plain Layout
14441
14442 \color blue
14443 f
14444 \end_layout
14445
14446 \end_inset
14447 </cell>
14448 </row>
14449 <row>
14450 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
14451 \begin_inset Text
14452
14453 \begin_layout Plain Layout
14454
14455 \color green
14456 g
14457 \end_layout
14458
14459 \end_inset
14460 </cell>
14461 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
14462 \begin_inset Text
14463
14464 \begin_layout Plain Layout
14465
14466 \color blue
14467 h
14468 \end_layout
14469
14470 \end_inset
14471 </cell>
14472 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
14473 \begin_inset Text
14474
14475 \begin_layout Plain Layout
14476
14477 \color blue
14478 i
14479 \end_layout
14480
14481 \end_inset
14482 </cell>
14483 </row>
14484 </lyxtabular>
14485
14486 \end_inset
14487
14488
14489 \end_layout
14490
14491 \end_inset
14492
14493
14494 \end_layout
14495
14496 \begin_layout Standard
14497 Si sólo necesitas color en el texto, marca las celdas y elige un color en
14498  el menú 
14499 \family sans
14500 Editar\SpecialChar \menuseparator
14501 Estilo
14502 \begin_inset space ~
14503 \end_inset
14504
14505 del
14506 \begin_inset space ~
14507 \end_inset
14508
14509 Texto
14510 \family default
14511 .
14512  Esto se ha hecho en la tabla
14513 \begin_inset space ~
14514 \end_inset
14515
14516
14517 \begin_inset CommandInset ref
14518 LatexCommand ref
14519 reference "tab:Tabla-coloreada-sin"
14520
14521 \end_inset
14522
14523 .
14524  En cualquier otro caso hay que usar el paquete LaTeX 
14525 \series bold
14526 colortbl
14527 \series default
14528 .
14529 \begin_inset Index idx
14530 status collapsed
14531
14532 \begin_layout Plain Layout
14533 LaTeX-paquetes ! colortbl
14534 \end_layout
14535
14536 \end_inset
14537
14538
14539 \end_layout
14540
14541 \begin_layout Standard
14542 \begin_inset ERT
14543 status collapsed
14544
14545 \begin_layout Plain Layout
14546
14547
14548 \backslash
14549 ifcolortbl
14550 \end_layout
14551
14552 \end_inset
14553
14554
14555 \begin_inset Note Note
14556 status collapsed
14557
14558 \begin_layout Plain Layout
14559 La siguiente sección sólo se mostrará en pantalla si está instalado el paquete
14560  LaTeX 
14561 \series bold
14562 colortbl
14563 \series default
14564 .
14565 \end_layout
14566
14567 \end_inset
14568
14569
14570 \end_layout
14571
14572 \begin_layout Standard
14573 Para crear tablas coloreadas, 
14574 \series bold
14575 colortbl
14576 \series default
14577  debe cargarse en el preámbulo con la línea
14578 \end_layout
14579
14580 \begin_layout Standard
14581
14582 \series bold
14583
14584 \backslash
14585 usepackage{colortbl}
14586 \end_layout
14587
14588 \begin_layout Standard
14589 El color de una columna se define con el comando
14590 \end_layout
14591
14592 \begin_layout Standard
14593
14594 \series bold
14595
14596 \backslash
14597 columncolor{nombre del color}
14598 \end_layout
14599
14600 \begin_layout Standard
14601 dentro del comando 
14602 \series bold
14603 >{ }
14604 \series default
14605 .
14606  Más sobre el comando 
14607 \series bold
14608 >{}
14609 \series default
14610  se explica en la sección
14611 \begin_inset space ~
14612 \end_inset
14613
14614
14615 \begin_inset CommandInset ref
14616 LatexCommand ref
14617 reference "sub:Cálculos-en-Multicolumnas"
14618
14619 \end_inset
14620
14621 .
14622 \end_layout
14623
14624 \begin_layout Standard
14625 Los siguientes nombres de color están predefinidos:
14626 \end_layout
14627
14628 \begin_layout Standard
14629
14630 \family sans
14631 red
14632 \family default
14633
14634 \family sans
14635 green
14636 \family default
14637
14638 \family sans
14639 yellow, blue
14640 \family default
14641
14642 \family sans
14643 cyan
14644 \family default
14645 \series bold
14646 ,
14647 \series default
14648  
14649 \family sans
14650 magenta, black
14651 \family default
14652
14653 \family sans
14654 white
14655 \end_layout
14656
14657 \begin_layout Standard
14658 \begin_inset VSpace medskip
14659 \end_inset
14660
14661
14662 \end_layout
14663
14664 \begin_layout Standard
14665 Puedes definir tus propios colores con el comando
14666 \end_layout
14667
14668 \begin_layout Standard
14669
14670 \series bold
14671
14672 \backslash
14673 definecolor{nombre del color}{modelo de color}{valores de color}
14674 \end_layout
14675
14676 \begin_layout Standard
14677 El modelo de color puede ser
14678 \end_layout
14679
14680 \begin_layout Labeling
14681 \labelwidthstring 00.00.0000
14682 cmyk: cyan, magenta, yellow, black
14683 \end_layout
14684
14685 \begin_layout Labeling
14686 \labelwidthstring 00.00.0000
14687 rgb: red, green, blue
14688 \end_layout
14689
14690 \begin_layout Labeling
14691 \labelwidthstring 00.00.0000
14692 gray: gray
14693 \end_layout
14694
14695 \begin_layout Standard
14696 y los valores de color son números separados por comas entre 0 y 1 que describen
14697  el factor para el color correspondiente del modelo de color.
14698 \end_layout
14699
14700 \begin_layout Standard
14701 Por ejemplo, puedes definir el color
14702 \series bold
14703  
14704 \series default
14705 «
14706 \emph on
14707 verde oscuro
14708 \emph default
14709 » en el preámbulo con
14710 \end_layout
14711
14712 \begin_layout Standard
14713
14714 \series bold
14715
14716 \backslash
14717 definecolor{verdeoscuro}{cmyk}{0.5, 0, 1, 0.5}
14718 \end_layout
14719
14720 \begin_layout Standard
14721 y el color «
14722 \emph on
14723 gris claro
14724 \emph default
14725 » con
14726 \end_layout
14727
14728 \begin_layout Standard
14729
14730 \series bold
14731
14732 \backslash
14733 definecolor{grisclaro}{gray}{0.8}
14734 \end_layout
14735
14736 \begin_layout Standard
14737 \begin_inset VSpace medskip
14738 \end_inset
14739
14740
14741 \end_layout
14742
14743 \begin_layout Standard
14744 Las líneas se colorean con el comando
14745 \end_layout
14746
14747 \begin_layout Standard
14748
14749 \series bold
14750
14751 \backslash
14752 rowcolor{nombre del color}
14753 \end_layout
14754
14755 \begin_layout Standard
14756 y las celdas se colorean con el comando
14757 \end_layout
14758
14759 \begin_layout Standard
14760
14761 \series bold
14762
14763 \backslash
14764 cellcolor{nombre del color}
14765 \end_layout
14766
14767 \begin_layout Standard
14768 Ambos comandos se insertan al principio de una celda en código TeX.
14769 \end_layout
14770
14771 \begin_layout Standard
14772 Para colorear caracteres en la tabla marca las celdas y usa el menú 
14773 \family sans
14774 Editar\SpecialChar \menuseparator
14775 Estilo
14776 \begin_inset space ~
14777 \end_inset
14778
14779 del
14780 \begin_inset space ~
14781 \end_inset
14782
14783 Texto
14784 \family default
14785 .
14786  Si una celda contiene código TeX marca sólo los caracteres, si no el código
14787  TeX en color puede ocasionar errores de LaTeX.
14788 \end_layout
14789
14790 \begin_layout Standard
14791 \begin_inset Note Greyedout
14792 status open
14793
14794 \begin_layout Plain Layout
14795
14796 \series bold
14797 Nota:
14798 \series default
14799  No todos los visores DVI pueden mostrar colores definidos por el usuario.
14800 \end_layout
14801
14802 \end_inset
14803
14804
14805 \end_layout
14806
14807 \begin_layout Standard
14808 \begin_inset VSpace bigskip
14809 \end_inset
14810
14811
14812 \end_layout
14813
14814 \begin_layout Standard
14815 Para crear la tabla
14816 \begin_inset space ~
14817 \end_inset
14818
14819
14820 \begin_inset CommandInset ref
14821 LatexCommand ref
14822 reference "tab:Tabla-coloreada-con"
14823
14824 \end_inset
14825
14826  haz lo siguiente: el color de la primera columna debe ser 
14827 \emph on
14828 verde oscuro
14829 \emph default
14830 , entonces inserta
14831 \end_layout
14832
14833 \begin_layout Standard
14834
14835 \series bold
14836 >{
14837 \backslash
14838 columncolor{verdeoscuro}
14839 \backslash
14840 centering}c
14841 \end_layout
14842
14843 \begin_layout Standard
14844 como argumento LaTeX para esta columna.
14845  La primera fila debe ser azul, por tanto inserta el comando en código TeX
14846 \end_layout
14847
14848 \begin_layout Standard
14849
14850 \series bold
14851
14852 \backslash
14853 rowcolor{cyan}
14854 \end_layout
14855
14856 \begin_layout Standard
14857 en la primera celda de esta fila.
14858  Observa que esto sobreescribe el color de la columna para la primera celda.
14859  La última celda de la última fila se colorea magenta insertando el comando
14860  en código TeX
14861 \end_layout
14862
14863 \begin_layout Standard
14864
14865 \series bold
14866
14867 \backslash
14868 cellcolor{magenta}
14869 \end_layout
14870
14871 \begin_layout Standard
14872 Ahora podrían colorearse los caracteres usando el menú 
14873 \family sans
14874 Editar\SpecialChar \menuseparator
14875 Estilo
14876 \begin_inset space ~
14877 \end_inset
14878
14879 del
14880 \begin_inset space ~
14881 \end_inset
14882
14883 Texto
14884 \family default
14885 .
14886 \end_layout
14887
14888 \begin_layout Standard
14889 \begin_inset Float table
14890 placement h
14891 wide false
14892 sideways false
14893 status open
14894
14895 \begin_layout Plain Layout
14896 \begin_inset Caption
14897
14898 \begin_layout Plain Layout
14899 \begin_inset CommandInset label
14900 LatexCommand label
14901 name "tab:Tabla-coloreada-con"
14902
14903 \end_inset
14904
14905 Tabla coloreada con el paquete 
14906 \series bold
14907 colortbl
14908 \series default
14909
14910 \begin_inset Argument
14911 status collapsed
14912
14913 \begin_layout Plain Layout
14914 Tabla con 
14915 \series bold
14916 colortbl
14917 \end_layout
14918
14919 \end_inset
14920
14921
14922 \end_layout
14923
14924 \end_inset
14925
14926
14927 \end_layout
14928
14929 \begin_layout Plain Layout
14930 \align center
14931 \begin_inset Tabular
14932 <lyxtabular version="3" rows="3" columns="3">
14933 <features tabularvalignment="middle">
14934 <column alignment="center" valignment="top" width="0" special=">{\columncolor{verdeoscuro}\centering}c">
14935 <column alignment="center" valignment="top" width="0">
14936 <column alignment="center" valignment="top" width="0">
14937 <row>
14938 <cell alignment="center" valignment="top" usebox="none">
14939 \begin_inset Text
14940
14941 \begin_layout Plain Layout
14942 \begin_inset ERT
14943 status collapsed
14944
14945 \begin_layout Plain Layout
14946
14947
14948 \backslash
14949 rowcolor{cyan}
14950 \end_layout
14951
14952 \end_inset
14953
14954
14955 \color magenta
14956 a
14957 \end_layout
14958
14959 \end_inset
14960 </cell>
14961 <cell alignment="center" valignment="top" usebox="none">
14962 \begin_inset Text
14963
14964 \begin_layout Plain Layout
14965
14966 \color red
14967 b
14968 \end_layout
14969
14970 \end_inset
14971 </cell>
14972 <cell alignment="center" valignment="top" usebox="none">
14973 \begin_inset Text
14974
14975 \begin_layout Plain Layout
14976
14977 \color red
14978 c
14979 \end_layout
14980
14981 \end_inset
14982 </cell>
14983 </row>
14984 <row>
14985 <cell alignment="center" valignment="top" usebox="none">
14986 \begin_inset Text
14987
14988 \begin_layout Plain Layout
14989
14990 \color yellow
14991 d
14992 \end_layout
14993
14994 \end_inset
14995 </cell>
14996 <cell alignment="center" valignment="top" usebox="none">
14997 \begin_inset Text
14998
14999 \begin_layout Plain Layout
15000
15001 \color blue
15002 e
15003 \end_layout
15004
15005 \end_inset
15006 </cell>
15007 <cell alignment="center" valignment="top" usebox="none">
15008 \begin_inset Text
15009
15010 \begin_layout Plain Layout
15011
15012 \color blue
15013 f
15014 \end_layout
15015
15016 \end_inset
15017 </cell>
15018 </row>
15019 <row>
15020 <cell alignment="center" valignment="top" usebox="none">
15021 \begin_inset Text
15022
15023 \begin_layout Plain Layout
15024
15025 \color yellow
15026 g
15027 \end_layout
15028
15029 \end_inset
15030 </cell>
15031 <cell alignment="center" valignment="top" usebox="none">
15032 \begin_inset Text
15033
15034 \begin_layout Plain Layout
15035
15036 \color blue
15037 h
15038 \end_layout
15039
15040 \end_inset
15041 </cell>
15042 <cell alignment="center" valignment="top" usebox="none">
15043 \begin_inset Text
15044
15045 \begin_layout Plain Layout
15046 \begin_inset ERT
15047 status collapsed
15048
15049 \begin_layout Plain Layout
15050
15051
15052 \backslash
15053 cellcolor{magenta}
15054 \end_layout
15055
15056 \end_inset
15057
15058
15059 \color green
15060 i
15061 \end_layout
15062
15063 \end_inset
15064 </cell>
15065 </row>
15066 </lyxtabular>
15067
15068 \end_inset
15069
15070
15071 \end_layout
15072
15073 \end_inset
15074
15075
15076 \end_layout
15077
15078 \begin_layout Standard
15079 \begin_inset ERT
15080 status collapsed
15081
15082 \begin_layout Plain Layout
15083
15084
15085 \backslash
15086 else
15087 \end_layout
15088
15089 \end_inset
15090
15091
15092 \begin_inset Note Note
15093 status collapsed
15094
15095 \begin_layout Plain Layout
15096 Lo siguiente se mostrará en pantalla si no está instalado el paquete LaTeX
15097  
15098 \series bold
15099 colortbl
15100 \series default
15101 .
15102 \end_layout
15103
15104 \end_inset
15105
15106
15107 \end_layout
15108
15109 \begin_layout Standard
15110 Debes instalar el paquete LaTeX 
15111 \series bold
15112 colortbl
15113 \series default
15114  para ver la parte siguiente en la salida.
15115 \end_layout
15116
15117 \begin_layout Standard
15118 \begin_inset ERT
15119 status collapsed
15120
15121 \begin_layout Plain Layout
15122
15123
15124 \backslash
15125 fi
15126 \end_layout
15127
15128 \end_inset
15129
15130
15131 \end_layout
15132
15133 \begin_layout Subsection
15134 Líneas coloreadas
15135 \begin_inset Index idx
15136 status collapsed
15137
15138 \begin_layout Plain Layout
15139 Tablas ! Coloreadas ! Líneas
15140 \end_layout
15141
15142 \end_inset
15143
15144
15145 \begin_inset Index idx
15146 status collapsed
15147
15148 \begin_layout Plain Layout
15149 Color ! en bordes de tabla
15150 \end_layout
15151
15152 \end_inset
15153
15154
15155 \end_layout
15156
15157 \begin_layout Standard
15158 Como se describe en la sección
15159 \begin_inset space ~
15160 \end_inset
15161
15162
15163 \begin_inset CommandInset ref
15164 LatexCommand ref
15165 reference "sub:Grosor-de-Líneas"
15166
15167 \end_inset
15168
15169 , el grosor para todas las líneas en una tabla puede ajustarse con el comando
15170  
15171 \series bold
15172
15173 \backslash
15174 arrayrulewidth
15175 \series default
15176 .
15177  Se ha puesto 1.5
15178 \begin_inset space \thinspace{}
15179 \end_inset
15180
15181 pt para todas las tablas de esta sección.
15182 \begin_inset ERT
15183 status collapsed
15184
15185 \begin_layout Plain Layout
15186
15187
15188 \backslash
15189 setlength{
15190 \backslash
15191 arrayrulewidth}{1.5pt}
15192 \end_layout
15193
15194 \end_inset
15195
15196
15197 \end_layout
15198
15199 \begin_layout Standard
15200 Por ejemplo, para colorear todas las líneas verticales en verde, crea en
15201  el preámbulo del documento el siguiente formato de columna, de acuerdo
15202  a lo descrito en la sección
15203 \begin_inset space ~
15204 \end_inset
15205
15206
15207 \begin_inset CommandInset ref
15208 LatexCommand ref
15209 reference "sub:Formato-Personalizado"
15210
15211 \end_inset
15212
15213 :
15214 \end_layout
15215
15216 \begin_layout Standard
15217
15218 \series bold
15219
15220 \backslash
15221 newcolumntype{W}{!{
15222 \backslash
15223 color{green}
15224 \backslash
15225 vline}}
15226 \end_layout
15227
15228 \begin_layout Standard
15229 Para la tabla
15230 \begin_inset space ~
15231 \end_inset
15232
15233
15234 \begin_inset CommandInset ref
15235 LatexCommand ref
15236 reference "tab:Tabla-con-verticales-coloreadas"
15237
15238 \end_inset
15239
15240  se usó el argumento LaTeX
15241 \series bold
15242  WcW
15243 \series default
15244  para la última columna y
15245 \series bold
15246  Wc
15247 \series default
15248  para las demás.
15249 \end_layout
15250
15251 \begin_layout Standard
15252 Si quieres tener varios colores, define más formatos de columna.
15253 \end_layout
15254
15255 \begin_layout Standard
15256 \begin_inset Float table
15257 placement h
15258 wide false
15259 sideways false
15260 status open
15261
15262 \begin_layout Plain Layout
15263 \begin_inset Caption
15264
15265 \begin_layout Plain Layout
15266 \begin_inset CommandInset label
15267 LatexCommand label
15268 name "tab:Tabla-con-verticales-coloreadas"
15269
15270 \end_inset
15271
15272 Tabla con líneas verticales coloreadas
15273 \end_layout
15274
15275 \end_inset
15276
15277
15278 \end_layout
15279
15280 \begin_layout Plain Layout
15281 \align center
15282 \begin_inset Tabular
15283 <lyxtabular version="3" rows="3" columns="3">
15284 <features tabularvalignment="middle">
15285 <column alignment="center" valignment="top" width="0" special="Wc">
15286 <column alignment="center" valignment="top" width="0" special="Wc">
15287 <column alignment="center" valignment="top" width="0" special="WcW">
15288 <row>
15289 <cell alignment="center" valignment="top" topline="true" usebox="none">
15290 \begin_inset Text
15291
15292 \begin_layout Plain Layout
15293 sd
15294 \end_layout
15295
15296 \end_inset
15297 </cell>
15298 <cell alignment="center" valignment="top" topline="true" usebox="none">
15299 \begin_inset Text
15300
15301 \begin_layout Plain Layout
15302
15303 \end_layout
15304
15305 \end_inset
15306 </cell>
15307 <cell alignment="center" valignment="top" topline="true" usebox="none">
15308 \begin_inset Text
15309
15310 \begin_layout Plain Layout
15311
15312 \end_layout
15313
15314 \end_inset
15315 </cell>
15316 </row>
15317 <row>
15318 <cell alignment="center" valignment="top" topline="true" usebox="none">
15319 \begin_inset Text
15320
15321 \begin_layout Plain Layout
15322
15323 \end_layout
15324
15325 \end_inset
15326 </cell>
15327 <cell alignment="center" valignment="top" topline="true" usebox="none">
15328 \begin_inset Text
15329
15330 \begin_layout Plain Layout
15331 sd
15332 \end_layout
15333
15334 \end_inset
15335 </cell>
15336 <cell alignment="center" valignment="top" topline="true" usebox="none">
15337 \begin_inset Text
15338
15339 \begin_layout Plain Layout
15340
15341 \end_layout
15342
15343 \end_inset
15344 </cell>
15345 </row>
15346 <row>
15347 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
15348 \begin_inset Text
15349
15350 \begin_layout Plain Layout
15351
15352 \end_layout
15353
15354 \end_inset
15355 </cell>
15356 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
15357 \begin_inset Text
15358
15359 \begin_layout Plain Layout
15360
15361 \end_layout
15362
15363 \end_inset
15364 </cell>
15365 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
15366 \begin_inset Text
15367
15368 \begin_layout Plain Layout
15369 sd
15370 \end_layout
15371
15372 \end_inset
15373 </cell>
15374 </row>
15375 </lyxtabular>
15376
15377 \end_inset
15378
15379
15380 \end_layout
15381
15382 \end_inset
15383
15384
15385 \end_layout
15386
15387 \begin_layout Standard
15388 \begin_inset VSpace bigskip
15389 \end_inset
15390
15391 Para colorear líneas horizontales, por ejemplo en rojo, como en la tabla
15392 \begin_inset space ~
15393 \end_inset
15394
15395
15396 \begin_inset CommandInset ref
15397 LatexCommand ref
15398 reference "tab:Tabla-con-horizontales-coloreadas"
15399
15400 \end_inset
15401
15402 , inserta estos comandos en código TeX antes de la tabla o del flotante:
15403 \end_layout
15404
15405 \begin_layout Standard
15406
15407 \series bold
15408
15409 \backslash
15410 let
15411 \backslash
15412 myHlineC
15413 \backslash
15414 hline
15415 \begin_inset Newline newline
15416 \end_inset
15417
15418
15419 \backslash
15420 renewcommand{
15421 \backslash
15422 hline}
15423 \begin_inset Newline newline
15424 \end_inset
15425
15426
15427 \begin_inset Phantom HPhantom
15428 status open
15429
15430 \begin_layout Plain Layout
15431
15432 \series bold
15433 \begin_inset space ~
15434 \end_inset
15435
15436
15437 \end_layout
15438
15439 \end_inset
15440
15441 {
15442 \backslash
15443 arrayrulecolor{red}
15444 \backslash
15445 myHlineC
15446 \backslash
15447 arrayrulecolor{black}}
15448 \end_layout
15449
15450 \begin_layout Standard
15451 \begin_inset ERT
15452 status collapsed
15453
15454 \begin_layout Plain Layout
15455
15456
15457 \backslash
15458 let
15459 \backslash
15460 myHlineC
15461 \backslash
15462 hline
15463 \end_layout
15464
15465 \begin_layout Plain Layout
15466
15467
15468 \backslash
15469 renewcommand{
15470 \backslash
15471 hline}
15472 \end_layout
15473
15474 \begin_layout Plain Layout
15475
15476  {
15477 \backslash
15478 arrayrulecolor{red}
15479 \backslash
15480 myHlineC
15481 \backslash
15482 arrayrulecolor{black}}
15483 \end_layout
15484
15485 \end_inset
15486
15487
15488 \begin_inset Float table
15489 placement h
15490 wide false
15491 sideways false
15492 status open
15493
15494 \begin_layout Plain Layout
15495 \begin_inset Caption
15496
15497 \begin_layout Plain Layout
15498 \begin_inset CommandInset label
15499 LatexCommand label
15500 name "tab:Tabla-con-horizontales-coloreadas"
15501
15502 \end_inset
15503
15504 Tabla con líneas horizontales coloreadas
15505 \end_layout
15506
15507 \end_inset
15508
15509
15510 \end_layout
15511
15512 \begin_layout Plain Layout
15513 \align center
15514 \begin_inset Tabular
15515 <lyxtabular version="3" rows="3" columns="3">
15516 <features tabularvalignment="middle">
15517 <column alignment="center" valignment="top" width="0">
15518 <column alignment="center" valignment="top" width="0">
15519 <column alignment="center" valignment="top" width="0">
15520 <row>
15521 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15522 \begin_inset Text
15523
15524 \begin_layout Plain Layout
15525 sd
15526 \end_layout
15527
15528 \end_inset
15529 </cell>
15530 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15531 \begin_inset Text
15532
15533 \begin_layout Plain Layout
15534
15535 \end_layout
15536
15537 \end_inset
15538 </cell>
15539 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15540 \begin_inset Text
15541
15542 \begin_layout Plain Layout
15543
15544 \end_layout
15545
15546 \end_inset
15547 </cell>
15548 </row>
15549 <row>
15550 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15551 \begin_inset Text
15552
15553 \begin_layout Plain Layout
15554
15555 \end_layout
15556
15557 \end_inset
15558 </cell>
15559 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15560 \begin_inset Text
15561
15562 \begin_layout Plain Layout
15563 sd
15564 \end_layout
15565
15566 \end_inset
15567 </cell>
15568 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15569 \begin_inset Text
15570
15571 \begin_layout Plain Layout
15572
15573 \end_layout
15574
15575 \end_inset
15576 </cell>
15577 </row>
15578 <row>
15579 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
15580 \begin_inset Text
15581
15582 \begin_layout Plain Layout
15583
15584 \end_layout
15585
15586 \end_inset
15587 </cell>
15588 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
15589 \begin_inset Text
15590
15591 \begin_layout Plain Layout
15592
15593 \end_layout
15594
15595 \end_inset
15596 </cell>
15597 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
15598 \begin_inset Text
15599
15600 \begin_layout Plain Layout
15601 sd
15602 \end_layout
15603
15604 \end_inset
15605 </cell>
15606 </row>
15607 </lyxtabular>
15608
15609 \end_inset
15610
15611
15612 \end_layout
15613
15614 \end_inset
15615
15616
15617 \end_layout
15618
15619 \begin_layout Standard
15620 Para volver al color de línea negro predeterminado inserta este comando
15621  en código TeX detrás de la tabla o el flotante:
15622 \end_layout
15623
15624 \begin_layout Standard
15625
15626 \series bold
15627
15628 \backslash
15629 renewcommand{
15630 \backslash
15631 hline}{
15632 \backslash
15633 myHlineC}
15634 \end_layout
15635
15636 \begin_layout Standard
15637 La tabla
15638 \begin_inset space ~
15639 \end_inset
15640
15641
15642 \begin_inset CommandInset ref
15643 LatexCommand ref
15644 reference "tab:Tabla-con-líneas-coloreadas"
15645
15646 \end_inset
15647
15648  es un ejemplo con líneas verticales y horizontales coloreadas.
15649 \end_layout
15650
15651 \begin_layout Standard
15652 \begin_inset Float table
15653 placement h
15654 wide false
15655 sideways false
15656 status open
15657
15658 \begin_layout Plain Layout
15659 \begin_inset Caption
15660
15661 \begin_layout Plain Layout
15662 \begin_inset CommandInset label
15663 LatexCommand label
15664 name "tab:Tabla-con-líneas-coloreadas"
15665
15666 \end_inset
15667
15668 Tabla con líneas coloreadas
15669 \end_layout
15670
15671 \end_inset
15672
15673
15674 \end_layout
15675
15676 \begin_layout Plain Layout
15677 \align center
15678 \begin_inset Tabular
15679 <lyxtabular version="3" rows="3" columns="3">
15680 <features tabularvalignment="middle">
15681 <column alignment="center" valignment="top" width="0" special="Wc">
15682 <column alignment="center" valignment="top" width="0" special="Wc">
15683 <column alignment="center" valignment="top" width="0" special="WcW">
15684 <row>
15685 <cell alignment="center" valignment="top" topline="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 <cell alignment="center" valignment="top" topline="true" usebox="none">
15695 \begin_inset Text
15696
15697 \begin_layout Plain Layout
15698
15699 \end_layout
15700
15701 \end_inset
15702 </cell>
15703 <cell alignment="center" valignment="top" topline="true" usebox="none">
15704 \begin_inset Text
15705
15706 \begin_layout Plain Layout
15707
15708 \end_layout
15709
15710 \end_inset
15711 </cell>
15712 </row>
15713 <row>
15714 <cell alignment="center" valignment="top" topline="true" usebox="none">
15715 \begin_inset Text
15716
15717 \begin_layout Plain Layout
15718
15719 \end_layout
15720
15721 \end_inset
15722 </cell>
15723 <cell alignment="center" valignment="top" topline="true" usebox="none">
15724 \begin_inset Text
15725
15726 \begin_layout Plain Layout
15727 sd
15728 \end_layout
15729
15730 \end_inset
15731 </cell>
15732 <cell alignment="center" valignment="top" topline="true" usebox="none">
15733 \begin_inset Text
15734
15735 \begin_layout Plain Layout
15736
15737 \end_layout
15738
15739 \end_inset
15740 </cell>
15741 </row>
15742 <row>
15743 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
15744 \begin_inset Text
15745
15746 \begin_layout Plain Layout
15747
15748 \end_layout
15749
15750 \end_inset
15751 </cell>
15752 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
15753 \begin_inset Text
15754
15755 \begin_layout Plain Layout
15756
15757 \end_layout
15758
15759 \end_inset
15760 </cell>
15761 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
15762 \begin_inset Text
15763
15764 \begin_layout Plain Layout
15765 sd
15766 \end_layout
15767
15768 \end_inset
15769 </cell>
15770 </row>
15771 </lyxtabular>
15772
15773 \end_inset
15774
15775
15776 \end_layout
15777
15778 \end_inset
15779
15780
15781 \end_layout
15782
15783 \begin_layout Standard
15784 \begin_inset ERT
15785 status collapsed
15786
15787 \begin_layout Plain Layout
15788
15789
15790 \backslash
15791 renewcommand{
15792 \backslash
15793 hline}{
15794 \backslash
15795 myHlineC}
15796 \end_layout
15797
15798 \end_inset
15799
15800
15801 \end_layout
15802
15803 \begin_layout Standard
15804 \begin_inset ERT
15805 status collapsed
15806
15807 \begin_layout Plain Layout
15808
15809
15810 \backslash
15811 setlength{
15812 \backslash
15813 arrayrulewidth}{0.4pt}
15814 \end_layout
15815
15816 \end_inset
15817
15818
15819 \end_layout
15820
15821 \begin_layout Section
15822 Personalización de tablas
15823 \begin_inset Index idx
15824 status collapsed
15825
15826 \begin_layout Plain Layout
15827 Personalización de tablas
15828 \end_layout
15829
15830 \end_inset
15831
15832
15833 \begin_inset Index idx
15834 status collapsed
15835
15836 \begin_layout Plain Layout
15837 Tablas ! Personalización
15838 \end_layout
15839
15840 \end_inset
15841
15842
15843 \end_layout
15844
15845 \begin_layout Subsection
15846 Espacio adicional en filas
15847 \begin_inset CommandInset label
15848 LatexCommand label
15849 name "sub:Espacio-adicional"
15850
15851 \end_inset
15852
15853
15854 \begin_inset Index idx
15855 status collapsed
15856
15857 \begin_layout Plain Layout
15858 Personalización de tablas ! Espacio adicional en filas
15859 \end_layout
15860
15861 \end_inset
15862
15863
15864 \end_layout
15865
15866 \begin_layout Standard
15867 Es posible añadir espacio vertical a las filas de una tabla en la solapa
15868  
15869 \family sans
15870 Bordes
15871 \family default
15872  del diálogo de configuración de tablas.
15873  En el marco 
15874 \family sans
15875 Espacio
15876 \begin_inset space ~
15877 \end_inset
15878
15879 adicional
15880 \family default
15881  dispones de tres posibilidades:
15882 \end_layout
15883
15884 \begin_layout Description
15885 Superior
15886 \begin_inset space ~
15887 \end_inset
15888
15889 de
15890 \begin_inset space ~
15891 \end_inset
15892
15893 la
15894 \begin_inset space ~
15895 \end_inset
15896
15897 fila añade espacio sobre los caracteres de la fila.
15898  Si la tabla es de estilo formal
15899 \begin_inset Foot
15900 status collapsed
15901
15902 \begin_layout Plain Layout
15903 Las tablas formales se explican en la sección
15904 \begin_inset space ~
15905 \end_inset
15906
15907
15908 \begin_inset CommandInset ref
15909 LatexCommand ref
15910 reference "sec:Tablas-Formales"
15911
15912 \end_inset
15913
15914
15915 \end_layout
15916
15917 \end_inset
15918
15919  LyX insertará 0.5
15920 \begin_inset space \thinspace{}
15921 \end_inset
15922
15923 em por omisión.
15924  Si la tabla es de estilo normal el espacio adicional destruirá las líneas
15925  verticales, como se ve en la tabla siguiente:
15926 \begin_inset VSpace medskip
15927 \end_inset
15928
15929
15930 \begin_inset Newline newline
15931 \end_inset
15932
15933
15934 \begin_inset space \hspace*{}
15935 \length 0pt
15936 \end_inset
15937
15938
15939 \begin_inset space \hfill{}
15940 \end_inset
15941
15942
15943 \begin_inset Tabular
15944 <lyxtabular version="3" rows="3" columns="1">
15945 <features tabularvalignment="middle">
15946 <column alignment="center" valignment="top" width="0">
15947 <row>
15948 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15949 \begin_inset Text
15950
15951 \begin_layout Plain Layout
15952 A
15953 \end_layout
15954
15955 \end_inset
15956 </cell>
15957 </row>
15958 <row topspace="3mm">
15959 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15960 \begin_inset Text
15961
15962 \begin_layout Plain Layout
15963 3
15964 \begin_inset space \thinspace{}
15965 \end_inset
15966
15967 mm sobre la fila
15968 \end_layout
15969
15970 \end_inset
15971 </cell>
15972 </row>
15973 <row>
15974 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
15975 \begin_inset Text
15976
15977 \begin_layout Plain Layout
15978 C
15979 \end_layout
15980
15981 \end_inset
15982 </cell>
15983 </row>
15984 </lyxtabular>
15985
15986 \end_inset
15987
15988
15989 \begin_inset space \hfill{}
15990 \end_inset
15991
15992
15993 \begin_inset space \hspace*{}
15994 \length 0pt
15995 \end_inset
15996
15997
15998 \begin_inset VSpace medskip
15999 \end_inset
16000
16001
16002 \begin_inset Newline newline
16003 \end_inset
16004
16005 Así pues, insertar espacio superior en tablas normales sólo es útil en tablas
16006  sin líneas verticales.
16007 \end_layout
16008
16009 \begin_layout Description
16010 Inferior
16011 \begin_inset space ~
16012 \end_inset
16013
16014 de
16015 \begin_inset space ~
16016 \end_inset
16017
16018 la
16019 \begin_inset space ~
16020 \end_inset
16021
16022 fila añade espacio bajo los caracteres de la fila.
16023  Si la tabla es formal LyX inserta por omisión 0.5
16024 \begin_inset space \thinspace{}
16025 \end_inset
16026
16027 em; si la tabla es normal inserta 2
16028 \begin_inset space \thinspace{}
16029 \end_inset
16030
16031 pt.
16032  
16033 \end_layout
16034
16035 \begin_layout Description
16036 Entre
16037 \begin_inset space ~
16038 \end_inset
16039
16040 las
16041 \begin_inset space ~
16042 \end_inset
16043
16044 filas añade espacio entre la fila actual y la siguiente.
16045  Si la tabla es formal LyX inserta 0.5
16046 \begin_inset space \thinspace{}
16047 \end_inset
16048
16049 em por omisión.
16050  En tablas normales, el espacio adicional destruirá las líneas verticales
16051  de la tabla, como se ve en la siguiente:
16052 \begin_inset VSpace medskip
16053 \end_inset
16054
16055
16056 \begin_inset Newline newline
16057 \end_inset
16058
16059
16060 \begin_inset space \hspace*{}
16061 \length 0pt
16062 \end_inset
16063
16064
16065 \begin_inset space \hfill{}
16066 \end_inset
16067
16068
16069 \begin_inset Tabular
16070 <lyxtabular version="3" rows="3" columns="1">
16071 <features tabularvalignment="middle">
16072 <column alignment="center" valignment="top" width="0">
16073 <row>
16074 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16075 \begin_inset Text
16076
16077 \begin_layout Plain Layout
16078 A
16079 \end_layout
16080
16081 \end_inset
16082 </cell>
16083 </row>
16084 <row interlinespace="3mm">
16085 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16086 \begin_inset Text
16087
16088 \begin_layout Plain Layout
16089 \begin_inset Formula $\downarrow$
16090 \end_inset
16091
16092  3
16093 \begin_inset space \thinspace{}
16094 \end_inset
16095
16096 mm entre las filas
16097 \end_layout
16098
16099 \end_inset
16100 </cell>
16101 </row>
16102 <row>
16103 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
16104 \begin_inset Text
16105
16106 \begin_layout Plain Layout
16107 \begin_inset Formula $\uparrow$
16108 \end_inset
16109
16110  3
16111 \begin_inset space \thinspace{}
16112 \end_inset
16113
16114 mm entre las filas 
16115 \begin_inset Formula $\uparrow$
16116 \end_inset
16117
16118
16119 \end_layout
16120
16121 \end_inset
16122 </cell>
16123 </row>
16124 </lyxtabular>
16125
16126 \end_inset
16127
16128
16129 \begin_inset space \hfill{}
16130 \end_inset
16131
16132
16133 \begin_inset space \hspace*{}
16134 \length 0pt
16135 \end_inset
16136
16137
16138 \begin_inset VSpace medskip
16139 \end_inset
16140
16141
16142 \begin_inset Newline newline
16143 \end_inset
16144
16145 Así pues, los espacios adicionales entre filas de tablas normales sólo sirven
16146  para tablas sin líneas verticales.
16147 \end_layout
16148
16149 \begin_layout Standard
16150 \begin_inset VSpace bigskip
16151 \end_inset
16152
16153 Para añadir altura vertical extra a todas las celdas de todas las tablas,
16154  utiliza los siguientes comandos en el preámbulo:
16155 \end_layout
16156
16157 \begin_layout Standard
16158
16159 \series bold
16160
16161 \backslash
16162 @ifundefined{extrarowheight}
16163 \begin_inset Newline newline
16164 \end_inset
16165
16166
16167 \begin_inset Phantom HPhantom
16168 status open
16169
16170 \begin_layout Plain Layout
16171
16172 \series bold
16173 \begin_inset space ~
16174 \end_inset
16175
16176
16177 \end_layout
16178
16179 \end_inset
16180
16181 {
16182 \backslash
16183 usepackage{array}}{}
16184 \begin_inset Newline newline
16185 \end_inset
16186
16187
16188 \backslash
16189 setlength{
16190 \backslash
16191 extrarowheight}{altura}
16192 \end_layout
16193
16194 \begin_layout Standard
16195 Esto tiene el inconveniente de que el texto de las celdas no estará exactamente
16196  centrado en vertical.
16197  (Lyx cargará automáticamente el paquete 
16198 \series bold
16199 array
16200 \series default
16201  cuando uses formatos de tabla autodefinidos.
16202  Para evitar que sea cargado dos veces se pone al principio el comando 
16203 \series bold
16204
16205 \backslash
16206 @ifundefined
16207 \series default
16208 .)
16209 \end_layout
16210
16211 \begin_layout Standard
16212 En el caso de usar fuentes de mayor tamaño que el normal, los bordes de
16213  la tabla están a veces demasiado cerca de las letras.
16214  Esto se puede corregir insertando el comando 
16215 \series bold
16216
16217 \backslash
16218 strut
16219 \series default
16220  en código TeX al principio de la fila de la tabla.
16221  La tabla
16222 \begin_inset space ~
16223 \end_inset
16224
16225
16226 \begin_inset CommandInset ref
16227 LatexCommand ref
16228 reference "tab:Alineación-vertical"
16229
16230 \end_inset
16231
16232  muestra el efecto:
16233 \end_layout
16234
16235 \begin_layout Standard
16236 \noindent
16237 \begin_inset Float table
16238 placement h
16239 wide false
16240 sideways false
16241 status open
16242
16243 \begin_layout Plain Layout
16244 \begin_inset Caption
16245
16246 \begin_layout Plain Layout
16247 \begin_inset CommandInset label
16248 LatexCommand label
16249 name "tab:Alineación-vertical"
16250
16251 \end_inset
16252
16253 Alineación vertical de texto con fuentes grandes
16254 \end_layout
16255
16256 \end_inset
16257
16258
16259 \end_layout
16260
16261 \begin_layout Plain Layout
16262 \begin_inset space \hfill{}
16263 \end_inset
16264
16265
16266 \begin_inset Float table
16267 wide false
16268 sideways false
16269 status collapsed
16270
16271 \begin_layout Plain Layout
16272 \begin_inset Caption
16273
16274 \begin_layout Plain Layout
16275 Tabla normal
16276 \end_layout
16277
16278 \end_inset
16279
16280
16281 \end_layout
16282
16283 \begin_layout Plain Layout
16284 \noindent
16285 \align center
16286 \begin_inset Tabular
16287 <lyxtabular version="3" rows="6" columns="1">
16288 <features tabularvalignment="middle">
16289 <column alignment="left" valignment="top" width="0">
16290 <row>
16291 <cell alignment="left" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16292 \begin_inset Text
16293
16294 \begin_layout Plain Layout
16295 Normal, g
16296 \end_layout
16297
16298 \end_inset
16299 </cell>
16300 </row>
16301 <row>
16302 <cell alignment="left" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16303 \begin_inset Text
16304
16305 \begin_layout Plain Layout
16306
16307 \size large
16308 Grande
16309 \end_layout
16310
16311 \end_inset
16312 </cell>
16313 </row>
16314 <row>
16315 <cell alignment="left" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16316 \begin_inset Text
16317
16318 \begin_layout Plain Layout
16319
16320 \size larger
16321 Más grande
16322 \end_layout
16323
16324 \end_inset
16325 </cell>
16326 </row>
16327 <row>
16328 <cell alignment="left" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16329 \begin_inset Text
16330
16331 \begin_layout Plain Layout
16332
16333 \size largest
16334 Grandísima
16335 \end_layout
16336
16337 \end_inset
16338 </cell>
16339 </row>
16340 <row>
16341 <cell alignment="left" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16342 \begin_inset Text
16343
16344 \begin_layout Plain Layout
16345
16346 \size huge
16347 Enorme
16348 \end_layout
16349
16350 \end_inset
16351 </cell>
16352 </row>
16353 <row>
16354 <cell alignment="left" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
16355 \begin_inset Text
16356
16357 \begin_layout Plain Layout
16358
16359 \size huge
16360 Más enorme
16361 \end_layout
16362
16363 \end_inset
16364 </cell>
16365 </row>
16366 </lyxtabular>
16367
16368 \end_inset
16369
16370
16371 \end_layout
16372
16373 \end_inset
16374
16375
16376 \begin_inset space \hfill{}
16377 \end_inset
16378
16379
16380 \begin_inset Float table
16381 wide false
16382 sideways false
16383 status collapsed
16384
16385 \begin_layout Plain Layout
16386 \begin_inset Caption
16387
16388 \begin_layout Plain Layout
16389 Tabla con comando 
16390 \series bold
16391
16392 \backslash
16393 strut
16394 \end_layout
16395
16396 \end_inset
16397
16398
16399 \end_layout
16400
16401 \begin_layout Plain Layout
16402 \noindent
16403 \align center
16404 \begin_inset Tabular
16405 <lyxtabular version="3" rows="6" columns="1">
16406 <features tabularvalignment="middle">
16407 <column alignment="left" valignment="top" width="0">
16408 <row>
16409 <cell alignment="left" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16410 \begin_inset Text
16411
16412 \begin_layout Plain Layout
16413 Normal, g
16414 \end_layout
16415
16416 \end_inset
16417 </cell>
16418 </row>
16419 <row>
16420 <cell alignment="left" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16421 \begin_inset Text
16422
16423 \begin_layout Plain Layout
16424
16425 \size large
16426 \begin_inset ERT
16427 status collapsed
16428
16429 \begin_layout Plain Layout
16430
16431
16432 \backslash
16433 strut 
16434 \end_layout
16435
16436 \end_inset
16437
16438 Grande
16439 \end_layout
16440
16441 \end_inset
16442 </cell>
16443 </row>
16444 <row>
16445 <cell alignment="left" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16446 \begin_inset Text
16447
16448 \begin_layout Plain Layout
16449
16450 \size larger
16451 \begin_inset ERT
16452 status collapsed
16453
16454 \begin_layout Plain Layout
16455
16456
16457 \backslash
16458 strut 
16459 \end_layout
16460
16461 \end_inset
16462
16463 Más grande
16464 \end_layout
16465
16466 \end_inset
16467 </cell>
16468 </row>
16469 <row>
16470 <cell alignment="left" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16471 \begin_inset Text
16472
16473 \begin_layout Plain Layout
16474
16475 \size largest
16476 \begin_inset ERT
16477 status collapsed
16478
16479 \begin_layout Plain Layout
16480
16481
16482 \backslash
16483 strut 
16484 \end_layout
16485
16486 \end_inset
16487
16488 Grandísima
16489 \end_layout
16490
16491 \end_inset
16492 </cell>
16493 </row>
16494 <row>
16495 <cell alignment="left" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16496 \begin_inset Text
16497
16498 \begin_layout Plain Layout
16499
16500 \size huge
16501 \begin_inset ERT
16502 status collapsed
16503
16504 \begin_layout Plain Layout
16505
16506
16507 \backslash
16508 strut 
16509 \end_layout
16510
16511 \end_inset
16512
16513 Enorme
16514 \end_layout
16515
16516 \end_inset
16517 </cell>
16518 </row>
16519 <row>
16520 <cell alignment="left" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
16521 \begin_inset Text
16522
16523 \begin_layout Plain Layout
16524
16525 \size giant
16526 \begin_inset ERT
16527 status collapsed
16528
16529 \begin_layout Plain Layout
16530
16531
16532 \backslash
16533 strut 
16534 \end_layout
16535
16536 \end_inset
16537
16538
16539 \size huge
16540 Más enorme
16541 \end_layout
16542
16543 \end_inset
16544 </cell>
16545 </row>
16546 </lyxtabular>
16547
16548 \end_inset
16549
16550
16551 \end_layout
16552
16553 \end_inset
16554
16555
16556 \begin_inset space \hfill{}
16557 \end_inset
16558
16559
16560 \end_layout
16561
16562 \end_inset
16563
16564
16565 \end_layout
16566
16567 \begin_layout Subsection
16568 Alineación especial de celdas
16569 \begin_inset Index idx
16570 status collapsed
16571
16572 \begin_layout Plain Layout
16573 Personalización de tablas ! Alineación especial de celdas
16574 \end_layout
16575
16576 \end_inset
16577
16578
16579 \end_layout
16580
16581 \begin_layout Standard
16582 A veces mejora la presentación si las entradas en las celdas de una columna
16583  se alinean con un carácter determinado, p.
16584 \begin_inset space \thinspace{}
16585 \end_inset
16586
16587 e.
16588 \begin_inset space ~
16589 \end_inset
16590
16591 el separador decimal, como en la tabla
16592 \begin_inset space ~
16593 \end_inset
16594
16595
16596 \begin_inset CommandInset ref
16597 LatexCommand ref
16598 reference "tab:Tabla-con-celdas-de"
16599
16600 \end_inset
16601
16602 .
16603 \end_layout
16604
16605 \begin_layout Standard
16606 \begin_inset Float table
16607 wide false
16608 sideways false
16609 status open
16610
16611 \begin_layout Plain Layout
16612 \begin_inset Caption
16613
16614 \begin_layout Plain Layout
16615 \begin_inset CommandInset label
16616 LatexCommand label
16617 name "tab:Tabla-con-celdas-de"
16618
16619 \end_inset
16620
16621 Tabla con celdas alineadas con el separador decimal.
16622 \end_layout
16623
16624 \end_inset
16625
16626
16627 \end_layout
16628
16629 \begin_layout Plain Layout
16630 \align center
16631 \begin_inset Tabular
16632 <lyxtabular version="3" rows="4" columns="2">
16633 <features tabularvalignment="middle">
16634 <column alignment="right" valignment="top" width="0">
16635 <column alignment="left" valignment="top" width="0" special="@{}l">
16636 <row>
16637 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" usebox="none">
16638 \begin_inset Text
16639
16640 \begin_layout Plain Layout
16641 leyenda
16642 \end_layout
16643
16644 \end_inset
16645 </cell>
16646 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16647 \begin_inset Text
16648
16649 \begin_layout Plain Layout
16650
16651 \end_layout
16652
16653 \end_inset
16654 </cell>
16655 </row>
16656 <row>
16657 <cell alignment="center" valignment="top" usebox="none">
16658 \begin_inset Text
16659
16660 \begin_layout Plain Layout
16661 12,
16662 \end_layout
16663
16664 \end_inset
16665 </cell>
16666 <cell alignment="center" valignment="top" usebox="none">
16667 \begin_inset Text
16668
16669 \begin_layout Plain Layout
16670 6
16671 \end_layout
16672
16673 \end_inset
16674 </cell>
16675 </row>
16676 <row>
16677 <cell alignment="center" valignment="top" usebox="none">
16678 \begin_inset Text
16679
16680 \begin_layout Plain Layout
16681 0,
16682 \end_layout
16683
16684 \end_inset
16685 </cell>
16686 <cell alignment="center" valignment="top" usebox="none">
16687 \begin_inset Text
16688
16689 \begin_layout Plain Layout
16690 68
16691 \end_layout
16692
16693 \end_inset
16694 </cell>
16695 </row>
16696 <row>
16697 <cell alignment="center" valignment="top" usebox="none">
16698 \begin_inset Text
16699
16700 \begin_layout Plain Layout
16701 -123,
16702 \end_layout
16703
16704 \end_inset
16705 </cell>
16706 <cell alignment="center" valignment="top" usebox="none">
16707 \begin_inset Text
16708
16709 \begin_layout Plain Layout
16710 0
16711 \end_layout
16712
16713 \end_inset
16714 </cell>
16715 </row>
16716 </lyxtabular>
16717
16718 \end_inset
16719
16720
16721 \end_layout
16722
16723 \end_inset
16724
16725
16726 \end_layout
16727
16728 \begin_layout Standard
16729 Esta es una tabla 4×2.
16730  La leyenda es una multicolumna centrada.
16731  La primera columna está alineada a la derecha y contiene el punto decimal
16732  y los dígitos anteriores.
16733  La segunda columna está alineada a la izquierda y contiene los dígitos
16734  posteriores al punto decimal.
16735  Para omitir el espacio que hay normalmente entre dos columnas se ha usado
16736  el siguiente argumento LaTeX para la segunda columna:
16737 \end_layout
16738
16739 \begin_layout Standard
16740
16741 \series bold
16742 @{}l
16743 \end_layout
16744
16745 \begin_layout Standard
16746 La tabla
16747 \begin_inset space ~
16748 \end_inset
16749
16750
16751 \begin_inset CommandInset ref
16752 LatexCommand ref
16753 reference "tab:Varias-alineaciones"
16754
16755 \end_inset
16756
16757  muestra varios ejemplos de alineación.
16758  Para alinear con el signo de relación debes añadir el segundo espacio matemátic
16759 o más pequeño al comienzo de la última columna para conseguir el espacio
16760  adecuado alrededor del signo.
16761 \end_layout
16762
16763 \begin_layout Standard
16764 \begin_inset Float table
16765 placement h
16766 wide false
16767 sideways false
16768 status open
16769
16770 \begin_layout Plain Layout
16771 \begin_inset Caption
16772
16773 \begin_layout Plain Layout
16774 \begin_inset CommandInset label
16775 LatexCommand label
16776 name "tab:Varias-alineaciones"
16777
16778 \end_inset
16779
16780 Tabla con varias alineaciones.
16781 \end_layout
16782
16783 \end_inset
16784
16785
16786 \end_layout
16787
16788 \begin_layout Plain Layout
16789 \align center
16790 \begin_inset Tabular
16791 <lyxtabular version="3" rows="4" columns="6">
16792 <features tabularvalignment="middle">
16793 <column alignment="right" valignment="top" width="0">
16794 <column alignment="left" valignment="top" width="0" special="@{}l">
16795 <column alignment="right" valignment="top" width="0">
16796 <column alignment="left" valignment="top" width="0" special="@{}l">
16797 <column alignment="right" valignment="top" width="0">
16798 <column alignment="left" valignment="top" width="0" special="@{}l">
16799 <row>
16800 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
16801 \begin_inset Text
16802
16803 \begin_layout Plain Layout
16804 unidades
16805 \end_layout
16806
16807 \end_inset
16808 </cell>
16809 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16810 \begin_inset Text
16811
16812 \begin_layout Plain Layout
16813
16814 \end_layout
16815
16816 \end_inset
16817 </cell>
16818 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
16819 \begin_inset Text
16820
16821 \begin_layout Plain Layout
16822 exponentes
16823 \end_layout
16824
16825 \end_inset
16826 </cell>
16827 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16828 \begin_inset Text
16829
16830 \begin_layout Plain Layout
16831
16832 \end_layout
16833
16834 \end_inset
16835 </cell>
16836 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" usebox="none">
16837 \begin_inset Text
16838
16839 \begin_layout Plain Layout
16840 relaciones
16841 \end_layout
16842
16843 \end_inset
16844 </cell>
16845 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16846 \begin_inset Text
16847
16848 \begin_layout Plain Layout
16849
16850 \end_layout
16851
16852 \end_inset
16853 </cell>
16854 </row>
16855 <row>
16856 <cell alignment="center" valignment="top" usebox="none">
16857 \begin_inset Text
16858
16859 \begin_layout Plain Layout
16860 12×
16861 \end_layout
16862
16863 \end_inset
16864 </cell>
16865 <cell alignment="center" valignment="top" rightline="true" usebox="none">
16866 \begin_inset Text
16867
16868 \begin_layout Plain Layout
16869 24
16870 \begin_inset space \thinspace{}
16871 \end_inset
16872
16873 bottles
16874 \end_layout
16875
16876 \end_inset
16877 </cell>
16878 <cell alignment="center" valignment="top" usebox="none">
16879 \begin_inset Text
16880
16881 \begin_layout Plain Layout
16882 \begin_inset Formula $10\cdot$
16883 \end_inset
16884
16885
16886 \end_layout
16887
16888 \end_inset
16889 </cell>
16890 <cell alignment="center" valignment="top" rightline="true" usebox="none">
16891 \begin_inset Text
16892
16893 \begin_layout Plain Layout
16894 \begin_inset Formula $10^{\mbox{-}17}$
16895 \end_inset
16896
16897
16898 \end_layout
16899
16900 \end_inset
16901 </cell>
16902 <cell alignment="center" valignment="top" usebox="none">
16903 \begin_inset Text
16904
16905 \begin_layout Plain Layout
16906 \begin_inset Formula $\Gamma(t)\propto$
16907 \end_inset
16908
16909
16910 \end_layout
16911
16912 \end_inset
16913 </cell>
16914 <cell alignment="center" valignment="top" usebox="none">
16915 \begin_inset Text
16916
16917 \begin_layout Plain Layout
16918 \begin_inset Formula $\:\Upsilon(t)$
16919 \end_inset
16920
16921
16922 \end_layout
16923
16924 \end_inset
16925 </cell>
16926 </row>
16927 <row>
16928 <cell alignment="center" valignment="top" usebox="none">
16929 \begin_inset Text
16930
16931 \begin_layout Plain Layout
16932 1024×
16933 \end_layout
16934
16935 \end_inset
16936 </cell>
16937 <cell alignment="center" valignment="top" rightline="true" usebox="none">
16938 \begin_inset Text
16939
16940 \begin_layout Plain Layout
16941 768
16942 \begin_inset space \thinspace{}
16943 \end_inset
16944
16945 Pixels
16946 \end_layout
16947
16948 \end_inset
16949 </cell>
16950 <cell alignment="center" valignment="top" usebox="none">
16951 \begin_inset Text
16952
16953 \begin_layout Plain Layout
16954 \begin_inset Formula $5.78\cdot$
16955 \end_inset
16956
16957
16958 \end_layout
16959
16960 \end_inset
16961 </cell>
16962 <cell alignment="center" valignment="top" rightline="true" usebox="none">
16963 \begin_inset Text
16964
16965 \begin_layout Plain Layout
16966 \begin_inset Formula $10^{7}$
16967 \end_inset
16968
16969
16970 \end_layout
16971
16972 \end_inset
16973 </cell>
16974 <cell alignment="center" valignment="top" usebox="none">
16975 \begin_inset Text
16976
16977 \begin_layout Plain Layout
16978 \begin_inset Formula $A\ne$
16979 \end_inset
16980
16981
16982 \end_layout
16983
16984 \end_inset
16985 </cell>
16986 <cell alignment="center" valignment="top" usebox="none">
16987 \begin_inset Text
16988
16989 \begin_layout Plain Layout
16990 \begin_inset Formula $\: B_{\mathrm{red}}$
16991 \end_inset
16992
16993
16994 \end_layout
16995
16996 \end_inset
16997 </cell>
16998 </row>
16999 <row>
17000 <cell alignment="center" valignment="top" usebox="none">
17001 \begin_inset Text
17002
17003 \begin_layout Plain Layout
17004 32×
17005 \end_layout
17006
17007 \end_inset
17008 </cell>
17009 <cell alignment="center" valignment="top" rightline="true" usebox="none">
17010 \begin_inset Text
17011
17012 \begin_layout Plain Layout
17013 6
17014 \begin_inset space \thinspace{}
17015 \end_inset
17016
17017 cm
17018 \end_layout
17019
17020 \end_inset
17021 </cell>
17022 <cell alignment="center" valignment="top" usebox="none">
17023 \begin_inset Text
17024
17025 \begin_layout Plain Layout
17026 -
17027 \begin_inset Formula $33.5\cdot$
17028 \end_inset
17029
17030
17031 \end_layout
17032
17033 \end_inset
17034 </cell>
17035 <cell alignment="center" valignment="top" rightline="true" usebox="none">
17036 \begin_inset Text
17037
17038 \begin_layout Plain Layout
17039 \begin_inset Formula $10^{4}$
17040 \end_inset
17041
17042
17043 \end_layout
17044
17045 \end_inset
17046 </cell>
17047 <cell alignment="center" valignment="top" usebox="none">
17048 \begin_inset Text
17049
17050 \begin_layout Plain Layout
17051 \begin_inset Formula $\sen(\alpha)\ge$
17052 \end_inset
17053
17054
17055 \end_layout
17056
17057 \end_inset
17058 </cell>
17059 <cell alignment="center" valignment="top" usebox="none">
17060 \begin_inset Text
17061
17062 \begin_layout Plain Layout
17063 \begin_inset Formula $\:\sen(\beta)$
17064 \end_inset
17065
17066
17067 \end_layout
17068
17069 \end_inset
17070 </cell>
17071 </row>
17072 </lyxtabular>
17073
17074 \end_inset
17075
17076
17077 \end_layout
17078
17079 \end_inset
17080
17081
17082 \end_layout
17083
17084 \begin_layout Standard
17085 \begin_inset VSpace bigskip
17086 \end_inset
17087
17088 También hay un paquete LaTeX, 
17089 \series bold
17090 dcolumn
17091 \series default
17092
17093 \begin_inset Index idx
17094 status collapsed
17095
17096 \begin_layout Plain Layout
17097 LaTeX-paquetes ! dcolumn
17098 \end_layout
17099
17100 \end_inset
17101
17102 , que permite alinear el contenido de las celdas.
17103  Pero desgraciadamente trata las entradas de celda en modo matemático y
17104  no permite fórmulas en celdas: la primera columna de la tabla
17105 \begin_inset space ~
17106 \end_inset
17107
17108
17109 \begin_inset CommandInset ref
17110 LatexCommand ref
17111 reference "tab:Varias-alineaciones"
17112
17113 \end_inset
17114
17115  se verá con 
17116 \series bold
17117 dcolumn
17118 \series default
17119  como la primera columna en la tabla
17120 \begin_inset space ~
17121 \end_inset
17122
17123
17124 \begin_inset CommandInset ref
17125 LatexCommand ref
17126 reference "tab:Alineaciones-con-el"
17127
17128 \end_inset
17129
17130  y sólo con algunos trucos se consigue lo que se espera.
17131  La alineación de la segunda y tercera columnas de la tabla
17132 \begin_inset space ~
17133 \end_inset
17134
17135
17136 \begin_inset CommandInset ref
17137 LatexCommand ref
17138 reference "tab:Varias-alineaciones"
17139
17140 \end_inset
17141
17142  no es posible con 
17143 \series bold
17144 dcolumn
17145 \series default
17146 .
17147 \end_layout
17148
17149 \begin_layout Standard
17150 \begin_inset Newpage newpage
17151 \end_inset
17152
17153
17154 \end_layout
17155
17156 \begin_layout Standard
17157 \begin_inset Float table
17158 placement h
17159 wide false
17160 sideways false
17161 status open
17162
17163 \begin_layout Plain Layout
17164 \begin_inset Caption
17165
17166 \begin_layout Plain Layout
17167 \begin_inset CommandInset label
17168 LatexCommand label
17169 name "tab:Alineaciones-con-el"
17170
17171 \end_inset
17172
17173
17174 \begin_inset Argument
17175 status collapsed
17176
17177 \begin_layout Plain Layout
17178 Tabla alineada con 
17179 \series bold
17180 dcolumn
17181 \end_layout
17182
17183 \end_inset
17184
17185 Alineaciones con el paquete LaTeX 
17186 \series bold
17187 dcolumn
17188 \series default
17189 .
17190  Hay que usar algunos trucos para la alineación de las columnas en la salida.
17191 \end_layout
17192
17193 \end_inset
17194
17195
17196 \end_layout
17197
17198 \begin_layout Plain Layout
17199 \align center
17200 \begin_inset Tabular
17201 <lyxtabular version="3" rows="4" columns="3">
17202 <features tabularvalignment="middle">
17203 <column alignment="center" valignment="top" width="0" special="D{x}{\times}{4.9}">
17204 <column alignment="center" valignment="top" width="0" special="D{x}{\times}{4.9}">
17205 <column alignment="center" valignment="top" width="0" special="D{+}{\,}{9.7}">
17206 <row>
17207 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
17208 \begin_inset Text
17209
17210 \begin_layout Plain Layout
17211 unidades
17212 \end_layout
17213
17214 \end_inset
17215 </cell>
17216 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
17217 \begin_inset Text
17218
17219 \begin_layout Plain Layout
17220 unidades
17221 \end_layout
17222
17223 \end_inset
17224 </cell>
17225 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" usebox="none">
17226 \begin_inset Text
17227
17228 \begin_layout Plain Layout
17229 unidades
17230 \end_layout
17231
17232 \end_inset
17233 </cell>
17234 </row>
17235 <row>
17236 <cell alignment="center" valignment="top" rightline="true" usebox="none">
17237 \begin_inset Text
17238
17239 \begin_layout Plain Layout
17240 12x24
17241 \begin_inset space \thinspace{}
17242 \end_inset
17243
17244 bottles
17245 \end_layout
17246
17247 \end_inset
17248 </cell>
17249 <cell alignment="center" valignment="top" rightline="true" usebox="none">
17250 \begin_inset Text
17251
17252 \begin_layout Plain Layout
17253 12x24
17254 \begin_inset space \thinspace{}
17255 \end_inset
17256
17257
17258 \begin_inset Formula $\mbox{bottles}$
17259 \end_inset
17260
17261
17262 \end_layout
17263
17264 \end_inset
17265 </cell>
17266 <cell alignment="center" valignment="top" usebox="none">
17267 \begin_inset Text
17268
17269 \begin_layout Plain Layout
17270 12
17271 \begin_inset ERT
17272 status collapsed
17273
17274 \begin_layout Plain Layout
17275
17276
17277 \backslash
17278 times
17279 \end_layout
17280
17281 \end_inset
17282
17283 24+
17284 \begin_inset Formula $\mbox{bottles}$
17285 \end_inset
17286
17287
17288 \end_layout
17289
17290 \end_inset
17291 </cell>
17292 </row>
17293 <row>
17294 <cell alignment="center" valignment="top" rightline="true" usebox="none">
17295 \begin_inset Text
17296
17297 \begin_layout Plain Layout
17298 1024x768
17299 \begin_inset space \thinspace{}
17300 \end_inset
17301
17302 Pixels
17303 \end_layout
17304
17305 \end_inset
17306 </cell>
17307 <cell alignment="center" valignment="top" rightline="true" usebox="none">
17308 \begin_inset Text
17309
17310 \begin_layout Plain Layout
17311 1024x768
17312 \begin_inset space \thinspace{}
17313 \end_inset
17314
17315
17316 \begin_inset Formula $\mbox{Pixels}$
17317 \end_inset
17318
17319
17320 \end_layout
17321
17322 \end_inset
17323 </cell>
17324 <cell alignment="center" valignment="top" usebox="none">
17325 \begin_inset Text
17326
17327 \begin_layout Plain Layout
17328 1024
17329 \begin_inset ERT
17330 status collapsed
17331
17332 \begin_layout Plain Layout
17333
17334
17335 \backslash
17336 times
17337 \end_layout
17338
17339 \end_inset
17340
17341 768+
17342 \begin_inset Formula $\mbox{Pixels}$
17343 \end_inset
17344
17345  
17346 \end_layout
17347
17348 \end_inset
17349 </cell>
17350 </row>
17351 <row>
17352 <cell alignment="center" valignment="top" rightline="true" usebox="none">
17353 \begin_inset Text
17354
17355 \begin_layout Plain Layout
17356 32x6
17357 \begin_inset space \thinspace{}
17358 \end_inset
17359
17360 cm
17361 \end_layout
17362
17363 \end_inset
17364 </cell>
17365 <cell alignment="center" valignment="top" rightline="true" usebox="none">
17366 \begin_inset Text
17367
17368 \begin_layout Plain Layout
17369 32x6
17370 \begin_inset space \thinspace{}
17371 \end_inset
17372
17373
17374 \begin_inset Formula $\mbox{cm}$
17375 \end_inset
17376
17377
17378 \end_layout
17379
17380 \end_inset
17381 </cell>
17382 <cell alignment="center" valignment="top" usebox="none">
17383 \begin_inset Text
17384
17385 \begin_layout Plain Layout
17386 32
17387 \begin_inset ERT
17388 status collapsed
17389
17390 \begin_layout Plain Layout
17391
17392
17393 \backslash
17394 times
17395 \end_layout
17396
17397 \end_inset
17398
17399 6+
17400 \begin_inset Formula $\mbox{cm}$
17401 \end_inset
17402
17403
17404 \end_layout
17405
17406 \end_inset
17407 </cell>
17408 </row>
17409 </lyxtabular>
17410
17411 \end_inset
17412
17413
17414 \end_layout
17415
17416 \end_inset
17417
17418
17419 \end_layout
17420
17421 \begin_layout Subsection
17422 Formato personalizado de celda/columna
17423 \begin_inset CommandInset label
17424 LatexCommand label
17425 name "sub:Formato-Personalizado"
17426
17427 \end_inset
17428
17429
17430 \begin_inset Index idx
17431 status collapsed
17432
17433 \begin_layout Plain Layout
17434 Personalización de tablas ! Formato de celda/columna
17435 \end_layout
17436
17437 \end_inset
17438
17439
17440 \end_layout
17441
17442 \begin_layout Standard
17443 El cálculo de la anchura necesaria para columnas extendidas descrito en
17444  la sección
17445 \begin_inset space ~
17446 \end_inset
17447
17448
17449 \begin_inset CommandInset ref
17450 LatexCommand ref
17451 reference "sub:Cálculos-en-Multicolumnas"
17452
17453 \end_inset
17454
17455  es muy pesado si tienes varias tablas con multicolumnas.
17456  Para hacerlo más fácil, puedes definir en el preámbulo un formato de celda/colu
17457 mna aplicable a todas las tablas del documento.
17458  El formato se define con el comando
17459 \end_layout
17460
17461 \begin_layout Standard
17462
17463 \series bold
17464
17465 \backslash
17466 newcolumntype{nombre del formato}[número de argumentos]{comandos}
17467 \end_layout
17468
17469 \begin_layout Standard
17470 El nombre de formato puede ser una sola letra.
17471  Las letras 
17472 \emph on
17473 b, c, l, m, p
17474 \emph default
17475  y 
17476 \emph on
17477 r
17478 \emph default
17479  están predefinidas y no pueden usarse.
17480  Pero se permiten todas las mayúsculas.
17481 \end_layout
17482
17483 \begin_layout Standard
17484 \begin_inset VSpace medskip
17485 \end_inset
17486
17487
17488 \end_layout
17489
17490 \begin_layout Standard
17491 Para celdas multicolumna vertical y horizontalmente centradas con una anchura
17492  fija puedes definir el formato de celda
17493 \end_layout
17494
17495 \begin_layout Standard
17496
17497 \series bold
17498
17499 \backslash
17500 newcolumntype{M}[1]{>{
17501 \backslash
17502 centering
17503 \backslash
17504 hspace{0pt}}m{#1}}
17505 \end_layout
17506
17507 \begin_layout Standard
17508 donde 
17509 \series bold
17510
17511 \backslash
17512 hspace{0pt}
17513 \series default
17514  evita el problema de partir con guión la primera palabra, como se describe
17515  en la sección
17516 \begin_inset space ~
17517 \end_inset
17518
17519
17520 \begin_inset CommandInset ref
17521 LatexCommand ref
17522 reference "sub:Líneas-Múltiples-en"
17523
17524 \end_inset
17525
17526 .
17527  Ahora puedes introducir simplemente
17528 \end_layout
17529
17530 \begin_layout Standard
17531
17532 \series bold
17533 M{ancho}
17534 \end_layout
17535
17536 \begin_layout Standard
17537 como argumento LaTeX en el diálogo de tabla para crear una multicolumna.
17538 \end_layout
17539
17540 \begin_layout Standard
17541 \begin_inset VSpace bigskip
17542 \end_inset
17543
17544
17545 \end_layout
17546
17547 \begin_layout Standard
17548 Para celdas extendidas en una celda multicolumna, puedes definir el formato
17549 \end_layout
17550
17551 \begin_layout Standard
17552
17553 \series bold
17554
17555 \backslash
17556 newcolumntype{S}[2]{>{
17557 \backslash
17558 centering
17559 \backslash
17560 hspace{0pt}}
17561 \begin_inset Newline newline
17562 \end_inset
17563
17564
17565 \begin_inset Phantom HPhantom
17566 status open
17567
17568 \begin_layout Plain Layout
17569
17570 \series bold
17571
17572 \backslash
17573 newcolumntype
17574 \end_layout
17575
17576 \end_inset
17577
17578 m{(#1+(2
17579 \backslash
17580 tabcolsep+
17581 \backslash
17582 arrayrulewidth)*(1-#2))/#2}}
17583 \end_layout
17584
17585 \begin_layout Standard
17586 Este formato usa la ecuación 
17587 \begin_inset CommandInset ref
17588 LatexCommand eqref
17589 reference "eq:Wgn"
17590
17591 \end_inset
17592
17593  para calcular la anchura necesaria para que cada celda extendida tenga
17594  la misma anchura.
17595 \end_layout
17596
17597 \begin_layout Standard
17598 Ahora puedes introducir
17599 \end_layout
17600
17601 \begin_layout Standard
17602
17603 \series bold
17604 S{ancho de la celda multicolumna}{número de columnas extendidas}
17605 \end_layout
17606
17607 \begin_layout Standard
17608 como argumento LaTeX de la columna.
17609 \end_layout
17610
17611 \begin_layout Standard
17612 \begin_inset VSpace bigskip
17613 \end_inset
17614
17615
17616 \end_layout
17617
17618 \begin_layout Standard
17619 Para columnas coloreadas puedes definir
17620 \end_layout
17621
17622 \begin_layout Standard
17623
17624 \series bold
17625
17626 \backslash
17627 newcolumntype{K}[1]{>{
17628 \backslash
17629 columncolor{#1}
17630 \backslash
17631 hspace{0pt}}c}
17632 \end_layout
17633
17634 \begin_layout Standard
17635 La «c» al final crea una columna con anchura flexible cuyo texto está centrado
17636  horizontalmente.
17637  Ahora puedes introducir
17638 \end_layout
17639
17640 \begin_layout Standard
17641
17642 \series bold
17643 K{nombre del color}
17644 \end_layout
17645
17646 \begin_layout Standard
17647 como argumento LaTeX.
17648 \end_layout
17649
17650 \begin_layout Standard
17651 \begin_inset VSpace bigskip
17652 \end_inset
17653
17654
17655 \end_layout
17656
17657 \begin_layout Standard
17658 Para crear la tabla
17659 \begin_inset space ~
17660 \end_inset
17661
17662
17663 \begin_inset CommandInset ref
17664 LatexCommand ref
17665 reference "tab:Tabla-con-formatos-definidos-por"
17666
17667 \end_inset
17668
17669  usa los argumentos LaTeX
17670 \end_layout
17671
17672 \begin_layout Standard
17673
17674 \series bold
17675 M{2.5cm}
17676 \end_layout
17677
17678 \begin_layout Standard
17679 para la primera columna y la multicolumna,
17680 \end_layout
17681
17682 \begin_layout Standard
17683
17684 \series bold
17685 K{red}
17686 \end_layout
17687
17688 \begin_layout Standard
17689 para la última columna y
17690 \end_layout
17691
17692 \begin_layout Standard
17693
17694 \series bold
17695 S{2.5cm}{2}
17696 \end_layout
17697
17698 \begin_layout Standard
17699 para las celdas en la segunda columna.
17700 \end_layout
17701
17702 \begin_layout Standard
17703 \begin_inset Float table
17704 placement h
17705 wide false
17706 sideways false
17707 status open
17708
17709 \begin_layout Plain Layout
17710 \begin_inset Caption
17711
17712 \begin_layout Plain Layout
17713 \begin_inset CommandInset label
17714 LatexCommand label
17715 name "tab:Tabla-con-formatos-definidos-por"
17716
17717 \end_inset
17718
17719 Tabla con formatos definidos por el usuario
17720 \end_layout
17721
17722 \end_inset
17723
17724
17725 \end_layout
17726
17727 \begin_layout Plain Layout
17728 \align center
17729 \begin_inset Tabular
17730 <lyxtabular version="3" rows="3" columns="4">
17731 <features tabularvalignment="middle">
17732 <column alignment="center" valignment="middle" width="2.5cm" special="M{2.5cm}">
17733 <column alignment="center" valignment="middle" width="0" special="S{2.5cm}{2}">
17734 <column alignment="center" valignment="middle" width="0">
17735 <column alignment="center" valignment="middle" width="0" special="K{red}">
17736 <row>
17737 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17738 \begin_inset Text
17739
17740 \begin_layout Plain Layout
17741 palabramuylargaenceldadetabla
17742 \end_layout
17743
17744 \end_inset
17745 </cell>
17746 <cell multicolumn="1" alignment="center" valignment="top" topline="true" leftline="true" usebox="none" special="M{2.5cm}">
17747 \begin_inset Text
17748
17749 \begin_layout Plain Layout
17750 multicolumna línea múltiple
17751 \end_layout
17752
17753 \end_inset
17754 </cell>
17755 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17756 \begin_inset Text
17757
17758 \begin_layout Plain Layout
17759
17760 \end_layout
17761
17762 \end_inset
17763 </cell>
17764 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17765 \begin_inset Text
17766
17767 \begin_layout Plain Layout
17768 c
17769 \end_layout
17770
17771 \end_inset
17772 </cell>
17773 </row>
17774 <row>
17775 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17776 \begin_inset Text
17777
17778 \begin_layout Plain Layout
17779 d
17780 \end_layout
17781
17782 \end_inset
17783 </cell>
17784 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17785 \begin_inset Text
17786
17787 \begin_layout Plain Layout
17788 e
17789 \end_layout
17790
17791 \end_inset
17792 </cell>
17793 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17794 \begin_inset Text
17795
17796 \begin_layout Plain Layout
17797 f
17798 \end_layout
17799
17800 \end_inset
17801 </cell>
17802 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17803 \begin_inset Text
17804
17805 \begin_layout Plain Layout
17806 g
17807 \end_layout
17808
17809 \end_inset
17810 </cell>
17811 </row>
17812 <row>
17813 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
17814 \begin_inset Text
17815
17816 \begin_layout Plain Layout
17817 h
17818 \end_layout
17819
17820 \end_inset
17821 </cell>
17822 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
17823 \begin_inset Text
17824
17825 \begin_layout Plain Layout
17826 i
17827 \end_layout
17828
17829 \end_inset
17830 </cell>
17831 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
17832 \begin_inset Text
17833
17834 \begin_layout Plain Layout
17835 j
17836 \end_layout
17837
17838 \end_inset
17839 </cell>
17840 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
17841 \begin_inset Text
17842
17843 \begin_layout Plain Layout
17844 k
17845 \end_layout
17846
17847 \end_inset
17848 </cell>
17849 </row>
17850 </lyxtabular>
17851
17852 \end_inset
17853
17854
17855 \end_layout
17856
17857 \end_inset
17858
17859
17860 \end_layout
17861
17862 \begin_layout Subsection
17863 Grosor de líneas
17864 \begin_inset CommandInset label
17865 LatexCommand label
17866 name "sub:Grosor-de-Líneas"
17867
17868 \end_inset
17869
17870
17871 \begin_inset Index idx
17872 status collapsed
17873
17874 \begin_layout Plain Layout
17875 Personalización de tablas ! Grosor de línea
17876 \end_layout
17877
17878 \end_inset
17879
17880
17881 \end_layout
17882
17883 \begin_layout Standard
17884 El grosor para todas las líneas de una tabla puede ajustarse con la longitud
17885  
17886 \series bold
17887
17888 \backslash
17889 arrayrulewidth
17890 \series default
17891 .
17892  Por ejemplo, para poner un grosor de línea de 1.5
17893 \begin_inset space \thinspace{}
17894 \end_inset
17895
17896 pt, como en la tabla
17897 \begin_inset space ~
17898 \end_inset
17899
17900
17901 \begin_inset CommandInset ref
17902 LatexCommand ref
17903 reference "tab:Tabla-con-líneas"
17904
17905 \end_inset
17906
17907 , inserta el comando
17908 \end_layout
17909
17910 \begin_layout Standard
17911
17912 \series bold
17913
17914 \backslash
17915 setlength{
17916 \backslash
17917 arrayrulewidth}{1.5pt}
17918 \end_layout
17919
17920 \begin_layout Standard
17921 en código TeX antes de la tabla o flotante.
17922  Este cambio es válido para todas las siguientes tablas.
17923  Para volver al valor predeterminado, define 
17924 \series bold
17925
17926 \backslash
17927 arrayrulewidth
17928 \series default
17929  a 0.4
17930 \begin_inset space \thinspace{}
17931 \end_inset
17932
17933 pt en código TeX detrás de la tabla o flotante.
17934 \end_layout
17935
17936 \begin_layout Standard
17937 \begin_inset ERT
17938 status collapsed
17939
17940 \begin_layout Plain Layout
17941
17942
17943 \backslash
17944 setlength{
17945 \backslash
17946 arrayrulewidth}{1.5pt}
17947 \end_layout
17948
17949 \end_inset
17950
17951
17952 \begin_inset Float table
17953 wide false
17954 sideways false
17955 status open
17956
17957 \begin_layout Plain Layout
17958 \begin_inset Caption
17959
17960 \begin_layout Plain Layout
17961 \begin_inset CommandInset label
17962 LatexCommand label
17963 name "tab:Tabla-con-líneas"
17964
17965 \end_inset
17966
17967 Tabla con líneas de grosor 1.5
17968 \begin_inset space \thinspace{}
17969 \end_inset
17970
17971 pt
17972 \end_layout
17973
17974 \end_inset
17975
17976
17977 \end_layout
17978
17979 \begin_layout Plain Layout
17980 \align center
17981 \begin_inset Tabular
17982 <lyxtabular version="3" rows="3" columns="3">
17983 <features tabularvalignment="middle">
17984 <column alignment="center" valignment="top" width="0">
17985 <column alignment="center" valignment="top" width="0">
17986 <column alignment="center" valignment="top" width="0">
17987 <row>
17988 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17989 \begin_inset Text
17990
17991 \begin_layout Plain Layout
17992 sd
17993 \end_layout
17994
17995 \end_inset
17996 </cell>
17997 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17998 \begin_inset Text
17999
18000 \begin_layout Plain Layout
18001
18002 \end_layout
18003
18004 \end_inset
18005 </cell>
18006 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
18007 \begin_inset Text
18008
18009 \begin_layout Plain Layout
18010
18011 \end_layout
18012
18013 \end_inset
18014 </cell>
18015 </row>
18016 <row>
18017 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18018 \begin_inset Text
18019
18020 \begin_layout Plain Layout
18021
18022 \end_layout
18023
18024 \end_inset
18025 </cell>
18026 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18027 \begin_inset Text
18028
18029 \begin_layout Plain Layout
18030 sd
18031 \end_layout
18032
18033 \end_inset
18034 </cell>
18035 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
18036 \begin_inset Text
18037
18038 \begin_layout Plain Layout
18039
18040 \end_layout
18041
18042 \end_inset
18043 </cell>
18044 </row>
18045 <row>
18046 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
18047 \begin_inset Text
18048
18049 \begin_layout Plain Layout
18050
18051 \end_layout
18052
18053 \end_inset
18054 </cell>
18055 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
18056 \begin_inset Text
18057
18058 \begin_layout Plain Layout
18059
18060 \end_layout
18061
18062 \end_inset
18063 </cell>
18064 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
18065 \begin_inset Text
18066
18067 \begin_layout Plain Layout
18068 sd
18069 \end_layout
18070
18071 \end_inset
18072 </cell>
18073 </row>
18074 </lyxtabular>
18075
18076 \end_inset
18077
18078
18079 \end_layout
18080
18081 \end_inset
18082
18083
18084 \begin_inset ERT
18085 status collapsed
18086
18087 \begin_layout Plain Layout
18088
18089
18090 \backslash
18091 setlength{
18092 \backslash
18093 arrayrulewidth}{0.4pt}
18094 \end_layout
18095
18096 \end_inset
18097
18098
18099 \end_layout
18100
18101 \begin_layout Standard
18102 \begin_inset VSpace bigskip
18103 \end_inset
18104
18105 Para definir un grosor de 1.5
18106 \begin_inset space \thinspace{}
18107 \end_inset
18108
18109 pt sólo para líneas horizontales, como en la tabla
18110 \begin_inset space ~
18111 \end_inset
18112
18113
18114 \begin_inset CommandInset ref
18115 LatexCommand ref
18116 reference "tab:Tabla-con-horizontales"
18117
18118 \end_inset
18119
18120 , inserta estos comandos en código TeX antes de la tabla o flotante:
18121 \end_layout
18122
18123 \begin_layout Standard
18124
18125 \series bold
18126
18127 \backslash
18128 let
18129 \backslash
18130 myHline
18131 \backslash
18132 hline
18133 \begin_inset Newline newline
18134 \end_inset
18135
18136
18137 \backslash
18138 renewcommand{
18139 \backslash
18140 hline}
18141 \begin_inset Newline newline
18142 \end_inset
18143
18144  {
18145 \backslash
18146 noalign{
18147 \backslash
18148 global
18149 \backslash
18150 arrayrulewidth 1.5pt}
18151 \begin_inset Newline newline
18152 \end_inset
18153
18154   
18155 \backslash
18156 myHline
18157 \backslash
18158 noalign{
18159 \backslash
18160 global
18161 \backslash
18162 arrayrulewidth 0.4pt}}
18163 \end_layout
18164
18165 \begin_layout Standard
18166 Para volver al grosor predeterminado, inserta este comando en código TeX
18167  detrás de la tabla o flotante:
18168 \end_layout
18169
18170 \begin_layout Standard
18171
18172 \series bold
18173
18174 \backslash
18175 renewcommand{
18176 \backslash
18177 hline}{
18178 \backslash
18179 myHline}
18180 \end_layout
18181
18182 \begin_layout Standard
18183 \begin_inset ERT
18184 status collapsed
18185
18186 \begin_layout Plain Layout
18187
18188
18189 \backslash
18190 let
18191 \backslash
18192 myHline
18193 \backslash
18194 hline
18195 \end_layout
18196
18197 \begin_layout Plain Layout
18198
18199
18200 \backslash
18201 renewcommand{
18202 \backslash
18203 hline}
18204 \end_layout
18205
18206 \begin_layout Plain Layout
18207
18208  {
18209 \backslash
18210 noalign{
18211 \backslash
18212 global
18213 \backslash
18214 arrayrulewidth 1.5pt}
18215 \end_layout
18216
18217 \begin_layout Plain Layout
18218
18219   
18220 \backslash
18221 myHline
18222 \backslash
18223 noalign{
18224 \backslash
18225 global
18226 \backslash
18227 arrayrulewidth 0.4pt}}
18228 \end_layout
18229
18230 \end_inset
18231
18232
18233 \begin_inset Float table
18234 wide false
18235 sideways false
18236 status open
18237
18238 \begin_layout Plain Layout
18239 \begin_inset Caption
18240
18241 \begin_layout Plain Layout
18242 \begin_inset CommandInset label
18243 LatexCommand label
18244 name "tab:Tabla-con-horizontales"
18245
18246 \end_inset
18247
18248 Tabla con líneas horizontales de 1.5
18249 \begin_inset space \thinspace{}
18250 \end_inset
18251
18252 pt
18253 \end_layout
18254
18255 \end_inset
18256
18257
18258 \end_layout
18259
18260 \begin_layout Plain Layout
18261 \align center
18262 \begin_inset Tabular
18263 <lyxtabular version="3" rows="3" columns="3">
18264 <features tabularvalignment="middle">
18265 <column alignment="center" valignment="top" width="0">
18266 <column alignment="center" valignment="top" width="0">
18267 <column alignment="center" valignment="top" width="0">
18268 <row>
18269 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18270 \begin_inset Text
18271
18272 \begin_layout Plain Layout
18273 sd
18274 \end_layout
18275
18276 \end_inset
18277 </cell>
18278 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18279 \begin_inset Text
18280
18281 \begin_layout Plain Layout
18282
18283 \end_layout
18284
18285 \end_inset
18286 </cell>
18287 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
18288 \begin_inset Text
18289
18290 \begin_layout Plain Layout
18291
18292 \end_layout
18293
18294 \end_inset
18295 </cell>
18296 </row>
18297 <row>
18298 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18299 \begin_inset Text
18300
18301 \begin_layout Plain Layout
18302
18303 \end_layout
18304
18305 \end_inset
18306 </cell>
18307 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18308 \begin_inset Text
18309
18310 \begin_layout Plain Layout
18311 sd
18312 \end_layout
18313
18314 \end_inset
18315 </cell>
18316 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
18317 \begin_inset Text
18318
18319 \begin_layout Plain Layout
18320
18321 \end_layout
18322
18323 \end_inset
18324 </cell>
18325 </row>
18326 <row>
18327 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
18328 \begin_inset Text
18329
18330 \begin_layout Plain Layout
18331
18332 \end_layout
18333
18334 \end_inset
18335 </cell>
18336 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
18337 \begin_inset Text
18338
18339 \begin_layout Plain Layout
18340
18341 \end_layout
18342
18343 \end_inset
18344 </cell>
18345 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
18346 \begin_inset Text
18347
18348 \begin_layout Plain Layout
18349 sd
18350 \end_layout
18351
18352 \end_inset
18353 </cell>
18354 </row>
18355 </lyxtabular>
18356
18357 \end_inset
18358
18359
18360 \end_layout
18361
18362 \end_inset
18363
18364
18365 \begin_inset ERT
18366 status collapsed
18367
18368 \begin_layout Plain Layout
18369
18370
18371 \backslash
18372 renewcommand{
18373 \backslash
18374 hline}{
18375 \backslash
18376 myHline}
18377 \end_layout
18378
18379 \end_inset
18380
18381
18382 \end_layout
18383
18384 \begin_layout Standard
18385 \begin_inset VSpace bigskip
18386 \end_inset
18387
18388 Para establecer un grosor de 1.5 pt sólo para líneas verticales, crea el
18389  siguiente formato de columna en el preámbulo del documento, de acuerdo
18390  con lo descrito en la sección
18391 \begin_inset space ~
18392 \end_inset
18393
18394
18395 \begin_inset CommandInset ref
18396 LatexCommand ref
18397 reference "sub:Formato-Personalizado"
18398
18399 \end_inset
18400
18401 :
18402 \end_layout
18403
18404 \begin_layout Standard
18405
18406 \series bold
18407
18408 \backslash
18409 newcolumntype{V}{!{
18410 \backslash
18411 vrule width 1.5pt}}
18412 \end_layout
18413
18414 \begin_layout Standard
18415 Para la tabla
18416 \begin_inset space ~
18417 \end_inset
18418
18419
18420 \begin_inset CommandInset ref
18421 LatexCommand ref
18422 reference "tab:Tabla-con-verticales"
18423
18424 \end_inset
18425
18426  se usó el argumento LaTeX
18427 \end_layout
18428
18429 \begin_layout Standard
18430
18431 \series bold
18432 VcV
18433 \end_layout
18434
18435 \begin_layout Standard
18436 para la última columna y
18437 \end_layout
18438
18439 \begin_layout Standard
18440
18441 \series bold
18442 Vc
18443 \end_layout
18444
18445 \begin_layout Standard
18446 para las otras.
18447 \end_layout
18448
18449 \begin_layout Standard
18450 \begin_inset Float table
18451 wide false
18452 sideways false
18453 status open
18454
18455 \begin_layout Plain Layout
18456 \begin_inset Caption
18457
18458 \begin_layout Plain Layout
18459 \begin_inset CommandInset label
18460 LatexCommand label
18461 name "tab:Tabla-con-verticales"
18462
18463 \end_inset
18464
18465 Tabla con líneas verticales de 1.5
18466 \begin_inset space \thinspace{}
18467 \end_inset
18468
18469 pt de grosor
18470 \end_layout
18471
18472 \end_inset
18473
18474
18475 \end_layout
18476
18477 \begin_layout Plain Layout
18478 \align center
18479 \begin_inset Tabular
18480 <lyxtabular version="3" rows="3" columns="3">
18481 <features tabularvalignment="middle">
18482 <column alignment="center" valignment="top" width="0" special="Vc">
18483 <column alignment="center" valignment="top" width="0" special="Vc">
18484 <column alignment="center" valignment="top" width="0" special="VcV">
18485 <row>
18486 <cell alignment="center" valignment="top" topline="true" usebox="none">
18487 \begin_inset Text
18488
18489 \begin_layout Plain Layout
18490 sd
18491 \end_layout
18492
18493 \end_inset
18494 </cell>
18495 <cell alignment="center" valignment="top" topline="true" usebox="none">
18496 \begin_inset Text
18497
18498 \begin_layout Plain Layout
18499
18500 \end_layout
18501
18502 \end_inset
18503 </cell>
18504 <cell alignment="center" valignment="top" topline="true" usebox="none">
18505 \begin_inset Text
18506
18507 \begin_layout Plain Layout
18508
18509 \end_layout
18510
18511 \end_inset
18512 </cell>
18513 </row>
18514 <row>
18515 <cell alignment="center" valignment="top" topline="true" usebox="none">
18516 \begin_inset Text
18517
18518 \begin_layout Plain Layout
18519
18520 \end_layout
18521
18522 \end_inset
18523 </cell>
18524 <cell alignment="center" valignment="top" topline="true" usebox="none">
18525 \begin_inset Text
18526
18527 \begin_layout Plain Layout
18528 sd
18529 \end_layout
18530
18531 \end_inset
18532 </cell>
18533 <cell alignment="center" valignment="top" topline="true" usebox="none">
18534 \begin_inset Text
18535
18536 \begin_layout Plain Layout
18537
18538 \end_layout
18539
18540 \end_inset
18541 </cell>
18542 </row>
18543 <row>
18544 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
18545 \begin_inset Text
18546
18547 \begin_layout Plain Layout
18548
18549 \end_layout
18550
18551 \end_inset
18552 </cell>
18553 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
18554 \begin_inset Text
18555
18556 \begin_layout Plain Layout
18557
18558 \end_layout
18559
18560 \end_inset
18561 </cell>
18562 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
18563 \begin_inset Text
18564
18565 \begin_layout Plain Layout
18566 sd
18567 \end_layout
18568
18569 \end_inset
18570 </cell>
18571 </row>
18572 </lyxtabular>
18573
18574 \end_inset
18575
18576
18577 \end_layout
18578
18579 \end_inset
18580
18581
18582 \end_layout
18583
18584 \begin_layout Subsection
18585 Líneas de trazos
18586 \begin_inset Index idx
18587 status collapsed
18588
18589 \begin_layout Plain Layout
18590 Personalización de tablas ! Líneas de trazos
18591 \end_layout
18592
18593 \end_inset
18594
18595
18596 \end_layout
18597
18598 \begin_layout Standard
18599 \begin_inset ERT
18600 status collapsed
18601
18602 \begin_layout Plain Layout
18603
18604
18605 \backslash
18606 ifarydshln
18607 \end_layout
18608
18609 \end_inset
18610
18611
18612 \begin_inset Note Note
18613 status collapsed
18614
18615 \begin_layout Plain Layout
18616 La siguiente sección sólo se mostrará en pantalla si está instalado el paquete
18617  LaTeX 
18618 \series bold
18619 arydshln
18620 \series default
18621 .
18622 \end_layout
18623
18624 \end_inset
18625
18626
18627 \end_layout
18628
18629 \begin_layout Standard
18630 \begin_inset Float table
18631 placement H
18632 wide false
18633 sideways false
18634 status open
18635
18636 \begin_layout Plain Layout
18637 \begin_inset Caption
18638
18639 \begin_layout Plain Layout
18640 \begin_inset CommandInset label
18641 LatexCommand label
18642 name "tab:Tabla-con-trazos"
18643
18644 \end_inset
18645
18646 Tabla con líneas de trazos
18647 \end_layout
18648
18649 \end_inset
18650
18651
18652 \end_layout
18653
18654 \begin_layout Plain Layout
18655 \align center
18656 \begin_inset Tabular
18657 <lyxtabular version="3" rows="5" columns="5">
18658 <features tabularvalignment="middle">
18659 <column alignment="center" valignment="top" width="0">
18660 <column alignment="center" valignment="top" width="0">
18661 <column alignment="center" valignment="top" width="0" special=":c">
18662 <column alignment="center" valignment="top" width="0">
18663 <column alignment="center" valignment="top" width="0">
18664 <row>
18665 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
18666 \begin_inset Text
18667
18668 \begin_layout Plain Layout
18669 a
18670 \end_layout
18671
18672 \end_inset
18673 </cell>
18674 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
18675 \begin_inset Text
18676
18677 \begin_layout Plain Layout
18678 b
18679 \end_layout
18680
18681 \end_inset
18682 </cell>
18683 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
18684 \begin_inset Text
18685
18686 \begin_layout Plain Layout
18687 c
18688 \end_layout
18689
18690 \end_inset
18691 </cell>
18692 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
18693 \begin_inset Text
18694
18695 \begin_layout Plain Layout
18696 d
18697 \end_layout
18698
18699 \end_inset
18700 </cell>
18701 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
18702 \begin_inset Text
18703
18704 \begin_layout Plain Layout
18705 e
18706 \end_layout
18707
18708 \end_inset
18709 </cell>
18710 </row>
18711 <row>
18712 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18713 \begin_inset Text
18714
18715 \begin_layout Plain Layout
18716 f
18717 \end_layout
18718
18719 \end_inset
18720 </cell>
18721 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18722 \begin_inset Text
18723
18724 \begin_layout Plain Layout
18725 g
18726 \end_layout
18727
18728 \end_inset
18729 </cell>
18730 <cell alignment="center" valignment="top" topline="true" usebox="none">
18731 \begin_inset Text
18732
18733 \begin_layout Plain Layout
18734 h
18735 \end_layout
18736
18737 \end_inset
18738 </cell>
18739 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18740 \begin_inset Text
18741
18742 \begin_layout Plain Layout
18743 i
18744 \end_layout
18745
18746 \end_inset
18747 </cell>
18748 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
18749 \begin_inset Text
18750
18751 \begin_layout Plain Layout
18752 j
18753 \end_layout
18754
18755 \end_inset
18756 </cell>
18757 </row>
18758 <row>
18759 <cell alignment="center" valignment="top" leftline="true" usebox="none">
18760 \begin_inset Text
18761
18762 \begin_layout Plain Layout
18763 \begin_inset ERT
18764 status collapsed
18765
18766 \begin_layout Plain Layout
18767
18768
18769 \backslash
18770 hdashline 
18771 \end_layout
18772
18773 \end_inset
18774
18775 k
18776 \end_layout
18777
18778 \end_inset
18779 </cell>
18780 <cell alignment="center" valignment="top" leftline="true" usebox="none">
18781 \begin_inset Text
18782
18783 \begin_layout Plain Layout
18784 l
18785 \end_layout
18786
18787 \end_inset
18788 </cell>
18789 <cell alignment="center" valignment="top" usebox="none">
18790 \begin_inset Text
18791
18792 \begin_layout Plain Layout
18793 m
18794 \end_layout
18795
18796 \end_inset
18797 </cell>
18798 <cell alignment="center" valignment="top" leftline="true" usebox="none">
18799 \begin_inset Text
18800
18801 \begin_layout Plain Layout
18802 n
18803 \end_layout
18804
18805 \end_inset
18806 </cell>
18807 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
18808 \begin_inset Text
18809
18810 \begin_layout Plain Layout
18811 o
18812 \end_layout
18813
18814 \end_inset
18815 </cell>
18816 </row>
18817 <row>
18818 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18819 \begin_inset Text
18820
18821 \begin_layout Plain Layout
18822 \begin_inset ERT
18823 status collapsed
18824
18825 \begin_layout Plain Layout
18826
18827
18828 \backslash
18829 cdashline{4-5}
18830 \end_layout
18831
18832 \end_inset
18833
18834 p
18835 \end_layout
18836
18837 \end_inset
18838 </cell>
18839 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18840 \begin_inset Text
18841
18842 \begin_layout Plain Layout
18843 q
18844 \end_layout
18845
18846 \end_inset
18847 </cell>
18848 <cell alignment="center" valignment="top" topline="true" usebox="none" special="c:">
18849 \begin_inset Text
18850
18851 \begin_layout Plain Layout
18852 r
18853 \end_layout
18854
18855 \end_inset
18856 </cell>
18857 <cell multicolumn="1" alignment="center" valignment="top" leftline="true" rightline="true" usebox="none" special="c:">
18858 \begin_inset Text
18859
18860 \begin_layout Plain Layout
18861 s
18862 \end_layout
18863
18864 \end_inset
18865 </cell>
18866 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
18867 \begin_inset Text
18868
18869 \begin_layout Plain Layout
18870
18871 \end_layout
18872
18873 \end_inset
18874 </cell>
18875 </row>
18876 <row>
18877 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
18878 \begin_inset Text
18879
18880 \begin_layout Plain Layout
18881 t
18882 \end_layout
18883
18884 \end_inset
18885 </cell>
18886 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
18887 \begin_inset Text
18888
18889 \begin_layout Plain Layout
18890 u
18891 \end_layout
18892
18893 \end_inset
18894 </cell>
18895 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
18896 \begin_inset Text
18897
18898 \begin_layout Plain Layout
18899 v
18900 \end_layout
18901
18902 \end_inset
18903 </cell>
18904 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
18905 \begin_inset Text
18906
18907 \begin_layout Plain Layout
18908 w
18909 \end_layout
18910
18911 \end_inset
18912 </cell>
18913 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
18914 \begin_inset Text
18915
18916 \begin_layout Plain Layout
18917 x
18918 \end_layout
18919
18920 \end_inset
18921 </cell>
18922 </row>
18923 </lyxtabular>
18924
18925 \end_inset
18926
18927
18928 \end_layout
18929
18930 \end_inset
18931
18932
18933 \end_layout
18934
18935 \begin_layout Standard
18936 En principio LyX no soporta líneas de trazos, hay que usar código TeX.
18937  Antes hay que cargar en el preámbulo del documento el paquete LaTeX 
18938 \series bold
18939 arydshln
18940 \series default
18941
18942 \begin_inset Index idx
18943 status collapsed
18944
18945 \begin_layout Plain Layout
18946 LaTeX-paquetes ! arydshln
18947 \end_layout
18948
18949 \end_inset
18950
18951  con el comando 
18952 \end_layout
18953
18954 \begin_layout Standard
18955
18956 \series bold
18957
18958 \backslash
18959 usepackage{arydshln}
18960 \end_layout
18961
18962 \begin_layout Standard
18963 Para hacer una línea vertical a trazos, introduce dos puntos «
18964 \series bold
18965 :
18966 \series default
18967 » junto con el carácter para alineación horizontal como argumento LaTeX
18968  en el diálogo de celda de tabla.
18969 \end_layout
18970
18971 \begin_layout Standard
18972 Para una línea de trazos horizontal añade el comando
18973 \end_layout
18974
18975 \begin_layout Standard
18976
18977 \series bold
18978
18979 \backslash
18980 hdashline
18981 \end_layout
18982
18983 \begin_layout Standard
18984 en código TeX como primer elemento de la primera celda en la fila.
18985 \end_layout
18986
18987 \begin_layout Standard
18988 Para líneas de trazos en multicolumna usa el comando
18989 \end_layout
18990
18991 \begin_layout Standard
18992
18993 \series bold
18994
18995 \backslash
18996 cdashline{número de líneas}
18997 \end_layout
18998
18999 \begin_layout Standard
19000 en código TeX como primer elemento de la primera celda en la fila.
19001  Si por ejemplo tienes una multicolumna extendida sobre las columnas 2 a
19002  4 y quieres una línea de trazos por encima, añade el comando
19003 \end_layout
19004
19005 \begin_layout Standard
19006
19007 \series bold
19008
19009 \backslash
19010 cdashline{2-4}
19011 \end_layout
19012
19013 \begin_layout Standard
19014 como primer elemento de la primera celda en la fila de la multicolumna.
19015 \end_layout
19016
19017 \begin_layout Standard
19018 \begin_inset VSpace bigskip
19019 \end_inset
19020
19021
19022 \end_layout
19023
19024 \begin_layout Standard
19025 La tabla
19026 \begin_inset space ~
19027 \end_inset
19028
19029
19030 \begin_inset CommandInset ref
19031 LatexCommand ref
19032 reference "tab:Tabla-con-trazos"
19033
19034 \end_inset
19035
19036  se ha hecho usando «
19037 \series bold
19038 :c
19039 \series default
19040 » como argumento LaTeX de la tercera columna.
19041  El comando en código TeX 
19042 \series bold
19043
19044 \backslash
19045 hdashline
19046 \series default
19047  se ha insertado en la primera celda de la tercera fila y el comando en
19048  código TeX
19049 \begin_inset Newline newline
19050 \end_inset
19051
19052
19053 \series bold
19054
19055 \backslash
19056 cdashline{4-5}
19057 \series default
19058  en la primera celda de la cuarta fila.
19059 \end_layout
19060
19061 \begin_layout Standard
19062 \begin_inset Note Greyedout
19063 status open
19064
19065 \begin_layout Plain Layout
19066
19067 \series bold
19068 Nota:
19069 \series default
19070  Aparentemente el paquete LaTeX 
19071 \series bold
19072 arydshln
19073 \series default
19074  no es compatible con el paquete LaTeX 
19075 \series bold
19076 colortbl
19077 \series default
19078
19079 \begin_inset Index idx
19080 status collapsed
19081
19082 \begin_layout Plain Layout
19083 LaTeX-paquetes ! colortbl
19084 \end_layout
19085
19086 \end_inset
19087
19088  que se usa para tablas coloreadas en la sección
19089 \begin_inset space ~
19090 \end_inset
19091
19092
19093 \begin_inset CommandInset ref
19094 LatexCommand ref
19095 reference "sec:Tablas-Coloreadas"
19096
19097 \end_inset
19098
19099 .
19100  Esto implica que las tablas coloreadas no pueden tener líneas de trazos.
19101 \end_layout
19102
19103 \end_inset
19104
19105
19106 \end_layout
19107
19108 \begin_layout Standard
19109 \begin_inset ERT
19110 status collapsed
19111
19112 \begin_layout Plain Layout
19113
19114
19115 \backslash
19116 else
19117 \end_layout
19118
19119 \end_inset
19120
19121
19122 \begin_inset Note Note
19123 status collapsed
19124
19125 \begin_layout Plain Layout
19126 Lo siguiente se mostrará en pantalla si no está instalado el paquete LaTeX
19127  
19128 \series bold
19129 arydshln
19130 \series default
19131 .
19132 \end_layout
19133
19134 \end_inset
19135
19136
19137 \end_layout
19138
19139 \begin_layout Standard
19140 Debes instalar el paquete LaTeX 
19141 \series bold
19142 arydshln
19143 \series default
19144  para ver la parte siguiente en la salida.
19145 \end_layout
19146
19147 \begin_layout Standard
19148 \begin_inset ERT
19149 status collapsed
19150
19151 \begin_layout Plain Layout
19152
19153
19154 \backslash
19155 fi
19156 \end_layout
19157
19158 \end_inset
19159
19160
19161 \end_layout
19162
19163 \begin_layout Chapter
19164 Flotantes
19165 \begin_inset Index idx
19166 status collapsed
19167
19168 \begin_layout Plain Layout
19169 Flotantes
19170 \end_layout
19171
19172 \end_inset
19173
19174
19175 \end_layout
19176
19177 \begin_layout Section
19178 Introducción
19179 \begin_inset CommandInset label
19180 LatexCommand label
19181 name "sec:Introducción-Flotantes"
19182
19183 \end_inset
19184
19185
19186 \begin_inset Index idx
19187 status collapsed
19188
19189 \begin_layout Plain Layout
19190 Flotantes ! Introducción
19191 \end_layout
19192
19193 \end_inset
19194
19195
19196 \end_layout
19197
19198 \begin_layout Standard
19199 Un flotante es un bloque de texto asociado con algún tipo de etiqueta que
19200  no tiene posición fija.
19201  Puede «flotar» adelante o atrás una o dos páginas, donde encaje mejor.
19202  Las 
19203 \family sans
19204 Notas
19205 \begin_inset space ~
19206 \end_inset
19207
19208 al
19209 \begin_inset space ~
19210 \end_inset
19211
19212 pie
19213 \family default
19214  y 
19215 \family sans
19216 Notas
19217 \begin_inset space ~
19218 \end_inset
19219
19220 al
19221 \begin_inset space ~
19222 \end_inset
19223
19224 margen
19225 \family default
19226  también son flotantes, porque pueden flotar a la página siguiente cuando
19227  hay demasiadas notas en la página.
19228 \end_layout
19229
19230 \begin_layout Standard
19231 Los flotantes permiten composiciones de alta calidad.
19232  Imágenes y tablas se pueden distribuir equitativamente en las páginas para
19233  impedir espacios en blanco y páginas sin texto.
19234  Como el flotante destruye a menudo el contexto entre texto e imagen o tabla,
19235  cada flotante puede ser referenciado en el texto.
19236  Por lo tanto los flotantes están numerados.
19237  Las referencias se describen en la sección
19238 \begin_inset space ~
19239 \end_inset
19240
19241
19242 \begin_inset CommandInset ref
19243 LatexCommand ref
19244 reference "sec:Referencias-a-Flotantes"
19245
19246 \end_inset
19247
19248 .
19249 \end_layout
19250
19251 \begin_layout Standard
19252 Para insertar un flotante, usa el menú 
19253 \family sans
19254 Insertar\SpecialChar \menuseparator
19255 Flotante
19256 \family default
19257 .
19258  Esto inserta una 
19259 \family sans
19260 Leyenda,
19261 \family default
19262  un cuadro con una etiqueta.
19263  La etiqueta se traducirá automáticamente al idioma del documento.
19264  Tras la etiqueta puedes insertar el texto de la leyenda.
19265  La imagen o tabla se inserta encima o debajo de la leyenda en un párrafo
19266  separado dentro del flotante.
19267  La colocación de leyendas se describe en la sección
19268 \begin_inset space ~
19269 \end_inset
19270
19271
19272 \begin_inset CommandInset ref
19273 LatexCommand ref
19274 reference "sec:Colocación-de-leyendas"
19275
19276 \end_inset
19277
19278 .
19279  Para mantener legible el documento LyX, puedes abrir y cerrar el flotante
19280  con clic izquierdo sobre él.
19281  Un cuadro cerrado se muestra así: 
19282 \begin_inset Graphics
19283         filename clipart/flotanteQt4.png
19284         scale 70
19285
19286 \end_inset
19287
19288  —un cuadro gris con etiqueta en rojo—.
19289 \end_layout
19290
19291 \begin_layout Standard
19292 Se recomienda insertar flotantes como párrafos separados para evitar posibles
19293  errores de LaTeX si el texto circundante se formatea de modo especial.
19294 \end_layout
19295
19296 \begin_layout Standard
19297 Figuras o tablas ya existentes pueden ponerse en un flotante marcándolas
19298  y pinchando el botón correspondiente de la barra de herramientas para un
19299  flotante nuevo.
19300 \end_layout
19301
19302 \begin_layout Section
19303 Tipos de flotantes
19304 \end_layout
19305
19306 \begin_layout Standard
19307 Además de los flotantes de imagen y de tabla que se describen en la sección
19308 \begin_inset space ~
19309 \end_inset
19310
19311
19312 \begin_inset CommandInset ref
19313 LatexCommand ref
19314 reference "sec:Figuras-Flotantes"
19315
19316 \end_inset
19317
19318  y 
19319 \begin_inset CommandInset ref
19320 LatexCommand ref
19321 reference "sec:Tablas-Flotantes"
19322
19323 \end_inset
19324
19325 , respectivamente, LyX ofrece los tipos 
19326 \series bold
19327 Algoritmo
19328 \series default
19329  y 
19330 \series bold
19331 Envoltorio
19332 \series default
19333 .
19334 \end_layout
19335
19336 \begin_layout Subsection
19337 Algoritmos flotantes
19338 \begin_inset Index idx
19339 status collapsed
19340
19341 \begin_layout Plain Layout
19342 Flotantes ! Algoritmos
19343 \end_layout
19344
19345 \end_inset
19346
19347
19348 \begin_inset CommandInset label
19349 LatexCommand label
19350 name "sub:Algoritmos-Flotantes"
19351
19352 \end_inset
19353
19354
19355 \end_layout
19356
19357 \begin_layout Standard
19358 \begin_inset Float algorithm
19359 placement h
19360 wide false
19361 sideways false
19362 status open
19363
19364 \begin_layout Plain Layout
19365 \begin_inset Caption
19366
19367 \begin_layout Plain Layout
19368 \begin_inset CommandInset label
19369 LatexCommand label
19370 name "alg:Ejemplo-de-Algoritmo-flotante"
19371
19372 \end_inset
19373
19374 Ejemplo de algoritmo flotante
19375 \end_layout
19376
19377 \end_inset
19378
19379
19380 \end_layout
19381
19382 \begin_layout LyX-Code
19383 for I in 1..N loop
19384 \begin_inset Newline newline
19385 \end_inset
19386
19387  Sum:= Sum + A(I); /*comment*/
19388 \begin_inset Newline newline
19389 \end_inset
19390
19391 end loop
19392 \begin_inset VSpace -4mm
19393 \end_inset
19394
19395
19396 \end_layout
19397
19398 \end_inset
19399
19400
19401 \end_layout
19402
19403 \begin_layout Standard
19404 Este tipo de flotante se inserta con el menú 
19405 \family sans
19406 Insertar\SpecialChar \menuseparator
19407 Flotante\SpecialChar \menuseparator
19408 Algoritmo
19409 \family default
19410 .
19411  Se usa para códigos y descripciones de algoritmos y se puede considerar
19412  una alternativa al listado de código de programa, que se explica en el
19413  capítulo
19414 \begin_inset space ~
19415 \end_inset
19416
19417
19418 \begin_inset CommandInset ref
19419 LatexCommand ref
19420 reference "cap:Listado-de-programa"
19421
19422 \end_inset
19423
19424 .
19425  Un posible entorno para algoritmos es 
19426 \family sans
19427 Código-LyX
19428 \family default
19429 , descrito en la 
19430 \emph on
19431 Guía del usuario
19432 \emph default
19433  de LyX.
19434  El algoritmo
19435 \begin_inset space ~
19436 \end_inset
19437
19438
19439 \begin_inset CommandInset ref
19440 LatexCommand ref
19441 reference "alg:Ejemplo-de-Algoritmo-flotante"
19442
19443 \end_inset
19444
19445  es un ejemplo de algoritmo flotante en el que se ha añadido un espacio
19446  vertical de -4
19447 \begin_inset space \thinspace{}
19448 \end_inset
19449
19450 mm al final para tener la línea inferior exactamente bajo la última línea
19451  de texto.
19452 \end_layout
19453
19454 \begin_layout Standard
19455 La etiqueta de flotante no se traduce automáticamente al lenguaje del documento.
19456  Hay que hacerlo manualmente añadiendo al preámbulo del documento la línea:
19457 \end_layout
19458
19459 \begin_layout Standard
19460
19461 \series bold
19462
19463 \backslash
19464 floatname{algorithm}{nombre}
19465 \end_layout
19466
19467 \begin_layout Standard
19468 donde 
19469 \family sans
19470 nombre
19471 \family default
19472  es la palabra «
19473 \emph on
19474 algoritmo
19475 \emph default
19476 » en el idioma deseado.
19477 \end_layout
19478
19479 \begin_layout Standard
19480 Para insertar el índice de algoritmos puedes usar el menú 
19481 \family sans
19482 Insertar\SpecialChar \menuseparator
19483 Lista
19484 \begin_inset space \thinspace{}
19485 \end_inset
19486
19487 /
19488 \begin_inset space \thinspace{}
19489 \end_inset
19490
19491 Índice\SpecialChar \menuseparator
19492 Índice de algoritmos
19493 \family default
19494 , si el documento está en el mismo idioma que los menús de LyX.
19495  Para documentos en otro idioma usa en su lugar el comando en código TeX:
19496 \end_layout
19497
19498 \begin_layout Standard
19499
19500 \series bold
19501
19502 \backslash
19503 listof{algorithm}{nombre}
19504 \end_layout
19505
19506 \begin_layout Standard
19507 donde 
19508 \family sans
19509 nombre
19510 \family default
19511  es «
19512 \emph on
19513 Lista de algoritmos
19514 \emph default
19515 » en el idioma del documento.
19516 \end_layout
19517
19518 \begin_layout Standard
19519 Los algoritmos flotantes no se numeran por omisión según el esquema habitual
19520  para tablas e imágenes flotantes en muchas clases de documento, «capítulo.algori
19521 tmo».
19522  Para numerarlos con ese esquema, añade este comando en el preámbulo del
19523  documento:
19524 \end_layout
19525
19526 \begin_layout Standard
19527
19528 \series bold
19529
19530 \backslash
19531 numberwithin{algorithm}{chapter}
19532 \end_layout
19533
19534 \begin_layout Standard
19535 Para poder usar el comando 
19536 \series bold
19537
19538 \backslash
19539 numberwithin
19540 \series default
19541 , marca la opción 
19542 \family sans
19543 Usar
19544 \begin_inset space ~
19545 \end_inset
19546
19547 el
19548 \begin_inset space ~
19549 \end_inset
19550
19551 paquete
19552 \begin_inset space ~
19553 \end_inset
19554
19555 AMS
19556 \family default
19557  en el menú 
19558 \family sans
19559 Documento\SpecialChar \menuseparator
19560 Configuración\SpecialChar \menuseparator
19561 Opciones para ecuaciones
19562 \family default
19563 .
19564 \end_layout
19565
19566 \begin_layout Subsection
19567 Flotantes envueltos
19568 \begin_inset Index idx
19569 status collapsed
19570
19571 \begin_layout Plain Layout
19572 Flotantes ! Envoltorio
19573 \end_layout
19574
19575 \end_inset
19576
19577
19578 \end_layout
19579
19580 \begin_layout Standard
19581 \begin_inset Wrap figure
19582 lines 0
19583 placement l
19584 overhang 1cm
19585 width "40col%"
19586 status open
19587
19588 \begin_layout Plain Layout
19589 \begin_inset Graphics
19590         filename ../clipart/mobius.eps
19591         width 40col%
19592         rotateOrigin center
19593
19594 \end_inset
19595
19596
19597 \end_layout
19598
19599 \begin_layout Plain Layout
19600 \begin_inset Caption
19601
19602 \begin_layout Plain Layout
19603 \begin_inset CommandInset label
19604 LatexCommand label
19605 name "fig:Envoltorio-de-figura"
19606
19607 \end_inset
19608
19609 Figura envuelta en el texto
19610 \end_layout
19611
19612 \end_inset
19613
19614
19615 \end_layout
19616
19617 \end_inset
19618
19619  Este tipo de flotante se usa para adosar una figura o una tabla al texto,
19620  de modo que ocupe sólo una parte del ancho de columna.
19621  Se inserta con el menú 
19622 \family sans
19623 Insertar\SpecialChar \menuseparator
19624 Flotante\SpecialChar \menuseparator
19625 Figura
19626 \begin_inset space ~
19627 \end_inset
19628
19629 envuelta
19630 \family default
19631
19632 \begin_inset space \thinspace{}
19633 \end_inset
19634
19635 /
19636 \begin_inset space \thinspace{}
19637 \end_inset
19638
19639
19640 \family sans
19641 Tabla
19642 \begin_inset space ~
19643 \end_inset
19644
19645 envuelta
19646 \family default
19647  si está instalado el paquete LaTeX 
19648 \series bold
19649 wrapfig
19650 \series default
19651
19652 \begin_inset Index idx
19653 status collapsed
19654
19655 \begin_layout Plain Layout
19656 LaTeX-paquetes ! wrapfig
19657 \begin_inset ERT
19658 status collapsed
19659
19660 \begin_layout Plain Layout
19661
19662
19663 \backslash
19664 vspace{4mm}
19665 \end_layout
19666
19667 \end_inset
19668
19669
19670 \end_layout
19671
19672 \end_inset
19673
19674 .
19675 \begin_inset Foot
19676 status collapsed
19677
19678 \begin_layout Plain Layout
19679 La instalación de paquetes LaTeX se explica en el manual 
19680 \emph on
19681 Configuración de LaTeX
19682 \emph default
19683 .
19684 \end_layout
19685
19686 \end_inset
19687
19688  Los parámetros del flotante se pueden modificar en el diálogo que se muestra
19689  con clic derecho sobre el cuadro del flotante.
19690  Son obligatorias la 
19691 \family sans
19692 Ubicación
19693 \family default
19694  y la 
19695 \family sans
19696 Anchura
19697 \family default
19698 .
19699  Son opcionales 
19700 \family sans
19701 Extensión al margen
19702 \family default
19703 , que especifica la anchura de invasión del margen, y 
19704 \family sans
19705 Extender
19706 \begin_inset space ~
19707 \end_inset
19708
19709 a
19710 \begin_inset space ~
19711 \end_inset
19712
19713 líneas
19714 \family default
19715 :, que indica cuántas líneas de texto necesitará aproximadamente el flotante.
19716  Como suele ser difícil estimar el número de líneas, lo mejor es usar esta
19717  opción sólo si encuentras problemas en la colocación del flotante.
19718  Además puedes decidir si permitir que LaTeX deje flotar el flotante dentro
19719  del párrafo o en los párrafos adyacentes.
19720  La figura
19721 \begin_inset space ~
19722 \end_inset
19723
19724
19725 \begin_inset CommandInset ref
19726 LatexCommand ref
19727 reference "fig:Envoltorio-de-figura"
19728
19729 \end_inset
19730
19731  es un ejemplo de envoltorio con una anchura de columna del 40
19732 \begin_inset space \thinspace{}
19733 \end_inset
19734
19735 %, ubicado a la izquierda y 1
19736 \begin_inset space \thinspace{}
19737 \end_inset
19738
19739 cm de invasión de margen.
19740 \begin_inset Foot
19741 status collapsed
19742
19743 \begin_layout Plain Layout
19744 Consulta las unidades disponibles en el apéndice
19745 \begin_inset space ~
19746 \end_inset
19747
19748
19749 \begin_inset CommandInset ref
19750 LatexCommand ref
19751 reference "cap:Unidades-disponibles-en"
19752
19753 \end_inset
19754
19755 .
19756 \end_layout
19757
19758 \end_inset
19759
19760
19761 \end_layout
19762
19763 \begin_layout Standard
19764 \begin_inset Note Greyedout
19765 status open
19766
19767 \begin_layout Plain Layout
19768
19769 \series bold
19770 Nota:
19771 \series default
19772  ¡Los flotantes envueltos son frágiles! P.
19773 \begin_inset space \thinspace{}
19774 \end_inset
19775
19776 e.
19777 \begin_inset space ~
19778 \end_inset
19779
19780 si una figura está demasiado cerca de la parte inferior de la página se
19781  pueden perder cosas en el proceso de salida: el flotante puede no aparecer
19782  o situarse junto a otro texto.
19783 \end_layout
19784
19785 \end_inset
19786
19787
19788 \end_layout
19789
19790 \begin_layout Standard
19791 En general:
19792 \end_layout
19793
19794 \begin_layout Itemize
19795 Los flotantes envueltos no deberían situarse en párrafos que van sobre un
19796  salto de página.
19797  Esto implica que lo mejor es insertarlos en el sitio exacto cuando el documento
19798  esté casi listo y puedas prever los saltos de página.
19799 \end_layout
19800
19801 \begin_layout Itemize
19802 Los flotantes envueltos deberían situarse, bien en un párrafo propio antes
19803  del párrafo al que deben ajustarse, o bien dentro de un párrafo.
19804 \end_layout
19805
19806 \begin_layout Itemize
19807 Los flotantes envueltos en párrafos consecutivos pueden dar problemas, así
19808  que procura que haya un párrafo de texto entre ellos.
19809 \end_layout
19810
19811 \begin_layout Itemize
19812 Los flotantes envueltos no están permitidos en cabeceras de sección o tablas.
19813 \end_layout
19814
19815 \begin_layout Section
19816 Numeración de flotantes
19817 \begin_inset Index idx
19818 status collapsed
19819
19820 \begin_layout Plain Layout
19821 Flotantes ! Numeración
19822 \end_layout
19823
19824 \end_inset
19825
19826
19827 \end_layout
19828
19829 \begin_layout Standard
19830 En general, los flotantes se numeran independientemente de las secciones
19831  en las que se encuentran o según el esquema «capítulo.número» o «sección.número»,
19832  dependiendo de la clase de documento utilizada.
19833 \end_layout
19834
19835 \begin_layout Standard
19836 Para cambiar la numeración independiente de la sección, puedes usar el siguiente
19837  comando en el preámbulo del documento:
19838 \end_layout
19839
19840 \begin_layout Standard
19841
19842 \series bold
19843
19844 \backslash
19845 renewcommand{
19846 \backslash
19847 thetable}{
19848 \backslash
19849 roman{table}}
19850 \end_layout
19851
19852 \begin_layout Standard
19853
19854 \series bold
19855
19856 \backslash
19857 thetable 
19858 \series default
19859 es el comando que imprime el número de la tabla, para figuras flotantes
19860  el comando sería 
19861 \series bold
19862
19863 \backslash
19864 thefigure
19865 \series default
19866 .
19867  El comando 
19868 \series bold
19869
19870 \backslash
19871 roman
19872 \series default
19873  imprime el número de tabla en números romanos en minúscula.
19874 \end_layout
19875
19876 \begin_layout Standard
19877 Para cambiar el esquema de numeración, por ejemplo a «subsección.número»,
19878  usa este comando en el preámbulo:
19879 \end_layout
19880
19881 \begin_layout Standard
19882
19883 \series bold
19884
19885 \backslash
19886 numberwithin{table}{subsection}
19887 \end_layout
19888
19889 \begin_layout Standard
19890 Para poder usar el comando 
19891 \series bold
19892
19893 \backslash
19894 numberwithin
19895 \series default
19896 , debes marcar la opción 
19897 \family sans
19898 Usar
19899 \begin_inset space ~
19900 \end_inset
19901
19902 el
19903 \begin_inset space ~
19904 \end_inset
19905
19906 paquete
19907 \begin_inset space ~
19908 \end_inset
19909
19910 AMS 
19911 \family default
19912 en el apartado 
19913 \family sans
19914 Opciones para ecuaciones 
19915 \family default
19916 de las preferencias del documento.
19917 \end_layout
19918
19919 \begin_layout Standard
19920 Puedes ver más detalles y notas importantes sobre comandos de numeración
19921  en la sección
19922 \begin_inset space ~
19923 \end_inset
19924
19925
19926 \begin_inset CommandInset ref
19927 LatexCommand ref
19928 reference "sub:Numeración-de-Notas-al-Pie"
19929
19930 \end_inset
19931
19932 .
19933 \end_layout
19934
19935 \begin_layout Section
19936 Referencias a flotantes
19937 \begin_inset CommandInset label
19938 LatexCommand label
19939 name "sec:Referencias-a-Flotantes"
19940
19941 \end_inset
19942
19943
19944 \begin_inset Index idx
19945 status collapsed
19946
19947 \begin_layout Plain Layout
19948 Flotantes ! Referencias
19949 \end_layout
19950
19951 \end_inset
19952
19953
19954 \begin_inset Index idx
19955 status collapsed
19956
19957 \begin_layout Plain Layout
19958 Referencias
19959 \end_layout
19960
19961 \end_inset
19962
19963
19964 \end_layout
19965
19966 \begin_layout Standard
19967 Para referirse a un flotante, inserta una etiqueta en su leyenda con el
19968  menú 
19969 \family sans
19970 Insertar\SpecialChar \menuseparator
19971 Etiqueta
19972 \family default
19973  o el botón 
19974 \begin_inset Graphics
19975         filename ../../images/label-insert.png
19976         scale 85
19977
19978 \end_inset
19979
19980 .
19981  Aparece una ventana esperando la introducción del texto de la etiqueta
19982  y se inserta un cuadro gris como este: 
19983 \begin_inset Graphics
19984         filename clipart/etiquetaQt4.png
19985         scale 85
19986
19987 \end_inset
19988
19989 .
19990  LyX ofrece como texto las primeras palabras de la leyenda con un prefijo.
19991  El prefijo depende del tipo de flotante, p.
19992 \begin_inset space \thinspace{}
19993 \end_inset
19994
19995 e.
19996 \begin_inset space ~
19997 \end_inset
19998
19999 para figuras el prefijo será «
20000 \family sans
20001 fig:
20002 \family default
20003 ».
20004 \end_layout
20005
20006 \begin_layout Standard
20007 La etiqueta se usa como ancla y el nombre para la referencia.
20008  Puedes referenciar la etiqueta usando el menú 
20009 \family sans
20010 Insertar\SpecialChar \menuseparator
20011 Referencia
20012 \family default
20013
20014 \begin_inset space ~
20015 \end_inset
20016
20017
20018 \family sans
20019 cruzada
20020 \family default
20021  o el botón 
20022 \begin_inset Graphics
20023         filename ../../images/dialog-show-new-inset_ref.png
20024         scale 85
20025
20026 \end_inset
20027
20028 .
20029  Aparece una ventana de referencia cruzada con todas las etiquetas del documento.
20030  Si tienes abiertos varios documentos LyX, escoge aquel con el  que estás
20031  trabajando de la lista desplegable de la parte superior del diálogo.
20032  Puedes ordenar las etiquetas alfabéticamente y elegir una.
20033  Se inserta un cuadro gris como este: 
20034 \begin_inset Graphics
20035         filename clipart/referenciaQt4.png
20036         scale 85
20037
20038 \end_inset
20039
20040 .
20041  En la salida, en lugar de este cuadro aparecerá el número de la referencia.
20042 \end_layout
20043
20044 \begin_layout Standard
20045 Se recomienda poner un espacio protegido entre el nombre de la referencia
20046  cruzada y su número para evitar saltos de línea entre ellos.
20047  Si una referencia cruzada corresponde a una etiqueta inexistente verás
20048  dos interrogaciones en la salida.
20049 \end_layout
20050
20051 \begin_layout Standard
20052 En cualquier momento puedes cambiar etiquetas pulsando sobre el cuadro.
20053  Las referencias a las etiquetas cambiadas cambian automáticamente su enlace
20054  al texto de la etiqueta nueva, no te preocupes por eso.
20055 \end_layout
20056
20057 \begin_layout Standard
20058 El botón 
20059 \family sans
20060 Ir
20061 \begin_inset space ~
20062 \end_inset
20063
20064 a
20065 \begin_inset space ~
20066 \end_inset
20067
20068 la
20069 \begin_inset space ~
20070 \end_inset
20071
20072 etiqueta
20073 \family default
20074  en la ventana de referencia cruzada lleva el cursor hasta dicha etiqueta,
20075  y el texto del botón cambia a 
20076 \family sans
20077 Volver
20078 \family default
20079 , con el que se puede retornar a la referencia.
20080  Un clic derecho sobre el cuadro de la referencia también lleva el cursor
20081  hasta la etiqueta pero sin opción de volver.
20082 \end_layout
20083
20084 \begin_layout Subsection
20085 Formatos de referencia cruzada
20086 \begin_inset CommandInset label
20087 LatexCommand label
20088 name "sub:Formatos-referencia-cruzada"
20089
20090 \end_inset
20091
20092
20093 \begin_inset Index idx
20094 status collapsed
20095
20096 \begin_layout Plain Layout
20097 Referencias ! Formatos
20098 \end_layout
20099
20100 \end_inset
20101
20102
20103 \end_layout
20104
20105 \begin_layout Standard
20106 Hay seis variedades de referencias cruzadas:
20107 \end_layout
20108
20109 \begin_layout Description
20110 <referencia>: imprime el número flotante, esta es la opción predeterminada:
20111  
20112 \begin_inset CommandInset ref
20113 LatexCommand ref
20114 reference "fig:Dos-imágenes-distorsionadas"
20115
20116 \end_inset
20117
20118
20119 \end_layout
20120
20121 \begin_layout Description
20122 (<referencia>): imprime el número flotante entre paréntesis, es el estilo
20123  habitual para referirse a fórmulas, especialmente si se omite el nombre
20124  «Ecuación»: 
20125 \begin_inset CommandInset ref
20126 LatexCommand eqref
20127 reference "eq:Wgn"
20128
20129 \end_inset
20130
20131
20132 \end_layout
20133
20134 \begin_layout Description
20135 <página>: imprime el número de página: Página
20136 \begin_inset space ~
20137 \end_inset
20138
20139
20140 \begin_inset CommandInset ref
20141 LatexCommand pageref
20142 reference "fig:Dos-imágenes-distorsionadas"
20143
20144 \end_inset
20145
20146
20147 \end_layout
20148
20149 \begin_layout Description
20150 en
20151 \begin_inset space ~
20152 \end_inset
20153
20154 página
20155 \begin_inset space ~
20156 \end_inset
20157
20158 <página>: imprime el texto «en la página» y el número de página: 
20159 \begin_inset CommandInset ref
20160 LatexCommand vpageref
20161 reference "fig:Dos-imágenes-distorsionadas"
20162
20163 \end_inset
20164
20165
20166 \end_layout
20167
20168 \begin_layout Description
20169 <referencia>
20170 \begin_inset space ~
20171 \end_inset
20172
20173 en
20174 \begin_inset space ~
20175 \end_inset
20176
20177 página
20178 \begin_inset space ~
20179 \end_inset
20180
20181 <página>: imprime el número flotante, el texto «en la página» y el número
20182  de página: 
20183 \begin_inset CommandInset ref
20184 LatexCommand vref
20185 reference "fig:Dos-imágenes-distorsionadas"
20186
20187 \end_inset
20188
20189
20190 \end_layout
20191
20192 \begin_layout Description
20193 Referencia
20194 \begin_inset space ~
20195 \end_inset
20196
20197 con
20198 \begin_inset space ~
20199 \end_inset
20200
20201 formato: imprime un formato personalizado.
20202 \begin_inset Newline newline
20203 \end_inset
20204
20205
20206 \begin_inset Note Greyedout
20207 status open
20208
20209 \begin_layout Plain Layout
20210
20211 \series bold
20212 Nota:
20213 \series default
20214  Esta característica sólo está disponible si está instalado el paquete LaTeX
20215  
20216 \series bold
20217 prettyref
20218 \series default
20219  o 
20220 \series bold
20221 refstyle
20222 \series default
20223 .
20224 \begin_inset Index idx
20225 status collapsed
20226
20227 \begin_layout Plain Layout
20228 LaTeX-paquetes ! prettyref
20229 \end_layout
20230
20231 \end_inset
20232
20233
20234 \begin_inset Index idx
20235 status collapsed
20236
20237 \begin_layout Plain Layout
20238 LaTeX-paquetes ! refstyle
20239 \end_layout
20240
20241 \end_inset
20242
20243
20244 \end_layout
20245
20246 \end_inset
20247
20248
20249 \begin_inset Newline newline
20250 \end_inset
20251
20252
20253 \lang english
20254 You can select which LaTeX-package should be used for this feature by setting
20255  the option 
20256 \family sans
20257 Use refstyle (not prettyref) for cross-references
20258 \family default
20259  in the menu 
20260 \family sans
20261 Document\SpecialChar \menuseparator
20262 Settings\SpecialChar \menuseparator
20263 Document Class
20264 \family default
20265 .
20266  The format is specified by adding the command 
20267 \series bold
20268
20269 \backslash
20270 newrefformat
20271 \series default
20272  (prettyref) or 
20273 \series bold
20274
20275 \backslash
20276 newref
20277 \series default
20278  (refstyle) to the preamble of the document.
20279  For example redefining all references to figures (which have the label
20280  shortcut
20281 \lang spanish
20282  
20283 \begin_inset Quotes fld
20284 \end_inset
20285
20286
20287 \family sans
20288 fig
20289 \family default
20290
20291 \begin_inset Quotes frd
20292 \end_inset
20293
20294
20295 \lang english
20296 can be done with this command
20297 \lang spanish
20298
20299 \begin_inset Newline newline
20300 \end_inset
20301
20302
20303 \series bold
20304
20305 \backslash
20306 newref{fig}{refcmd={
20307 \lang english
20308 Image on page
20309 \lang spanish
20310  
20311 \backslash
20312 pageref{#1}}}
20313 \series default
20314
20315 \begin_inset Newline newline
20316 \end_inset
20317
20318
20319 \lang english
20320 For more information about the format, have a look at the package documentations
20321 \lang spanish
20322
20323 \begin_inset CommandInset citation
20324 LatexCommand cite
20325 key "prettyref,refstyle"
20326
20327 \end_inset
20328
20329 .
20330 \end_layout
20331
20332 \begin_layout Description
20333
20334 \lang english
20335 Textual
20336 \begin_inset space ~
20337 \end_inset
20338
20339 reference: prints the caption of the reference
20340 \lang spanish
20341
20342 \begin_inset CommandInset ref
20343 LatexCommand nameref
20344 reference "fig:Dos-imágenes-distorsionadas"
20345
20346 \end_inset
20347
20348
20349 \end_layout
20350
20351 \begin_layout Standard
20352
20353 \family sans
20354 <página>
20355 \family default
20356
20357 \begin_inset space \thinspace{}
20358 \end_inset
20359
20360  no imprime el número si la etiqueta está en la misma página, en la anterior
20361  o en la siguiente.
20362  En su lugar verás p.
20363 \begin_inset space \thinspace{}
20364 \end_inset
20365
20366 e.
20367 \begin_inset space ~
20368 \end_inset
20369
20370 el texto «
20371 \family sans
20372 en esta página
20373 \family default
20374 ».
20375  El estilo 
20376 \family sans
20377 <referencia>
20378 \begin_inset space ~
20379 \end_inset
20380
20381 en
20382 \begin_inset space ~
20383 \end_inset
20384
20385 página
20386 \begin_inset space ~
20387 \end_inset
20388
20389 <página> 
20390 \family default
20391 no imprimirá nada sobre la página si la etiqueta está en la misma página.
20392 \end_layout
20393
20394 \begin_layout Standard
20395 El número y página actual de la parte del documento referida es automáticamente
20396  calculado por LaTeX en la salida.
20397  Las variedades se ajustan en el campo 
20398 \family sans
20399 Formato
20400 \family default
20401  de la ventana de referencia cruzada, que aparece al pinchar sobre el cuadro.
20402 \end_layout
20403
20404 \begin_layout Standard
20405 \begin_inset Note Greyedout
20406 status open
20407
20408 \begin_layout Plain Layout
20409
20410 \series bold
20411 Nota:
20412 \series default
20413  
20414 \lang english
20415 It is recommended to use
20416 \lang spanish
20417  el paquete LaTeX 
20418 \series bold
20419 refstyle
20420 \series default
20421
20422 \begin_inset Index idx
20423 status collapsed
20424
20425 \begin_layout Plain Layout
20426 LaTeX-paquetes ! refstyle
20427 \end_layout
20428
20429 \end_inset
20430
20431  
20432 \lang english
20433 because
20434 \lang spanish
20435  
20436 \series bold
20437 prettyref
20438 \series default
20439
20440 \begin_inset Index idx
20441 status collapsed
20442
20443 \begin_layout Plain Layout
20444 LaTeX-paquetes ! prettyref
20445 \end_layout
20446
20447 \end_inset
20448
20449  no reconoce todas las abreviaturas de etiquetas
20450 \begin_inset Foot
20451 status collapsed
20452
20453 \begin_layout Plain Layout
20454 \begin_inset Quotes fld
20455 \end_inset
20456
20457 fig:
20458 \begin_inset Quotes frd
20459 \end_inset
20460
20461 , por ejemplo, es la abreviatura en LyX para las etiquetas de leyendas de
20462  figuras.
20463 \end_layout
20464
20465 \end_inset
20466
20467  posibles en LyX y no está internacionalizado.
20468 \end_layout
20469
20470 \end_inset
20471
20472
20473 \end_layout
20474
20475 \begin_layout Subsection
20476 Designación automática de referencias
20477 \begin_inset Index idx
20478 status collapsed
20479
20480 \begin_layout Plain Layout
20481 Referencias ! Designación automática
20482 \end_layout
20483
20484 \end_inset
20485
20486
20487 \end_layout
20488
20489 \begin_layout Standard
20490 El paquete LaTeX 
20491 \series bold
20492 hyperref
20493 \series default
20494
20495 \begin_inset Index idx
20496 status collapsed
20497
20498 \begin_layout Plain Layout
20499 LaTeX-paquetes ! hyperref
20500 \end_layout
20501
20502 \end_inset
20503
20504 , que se habilita en 
20505 \family sans
20506 Propiedades PDF
20507 \family default
20508  del diálogo 
20509 \family sans
20510 Documento\SpecialChar \menuseparator
20511 Configuración
20512 \family default
20513 , dispone de una característica muy útil que permite incluir automáticamente
20514  en las referencias cruzadas el nombre de los flotantes referidos (o partes
20515  de texto como 
20516 \emph on
20517 sección
20518 \emph default
20519 ).
20520  Así, p.
20521 \begin_inset space \thinspace{}
20522 \end_inset
20523
20524 e., no tendrás que escribir la palabra «Figura» delante de cada referencia
20525  a una figura.
20526  Para usar esta característica habilita el soporte para 
20527 \series bold
20528 hyperref
20529 \series default
20530  e inserta la siguiente línea en el preámbulo LaTeX:
20531 \end_layout
20532
20533 \begin_layout Standard
20534
20535 \series bold
20536
20537 \backslash
20538 AtBeginDocument{
20539 \backslash
20540 renewcommand{
20541 \backslash
20542 ref}[1]{
20543 \backslash
20544 mbox{
20545 \backslash
20546 autoref{#1}}}}
20547 \end_layout
20548
20549 \begin_layout Standard
20550 Si prefieres otros nombres para las referencias distintos de los predeterminados
20551 , por ejemplo «sec.» en lugar de «sección», puedes redefinir el nombre insertando
20552  lo siguiente en el preámbulo:
20553 \end_layout
20554
20555 \begin_layout Standard
20556
20557 \series bold
20558
20559 \backslash
20560 addto
20561 \backslash
20562 extrasenglish{
20563 \backslash
20564 renewcommand{
20565 \backslash
20566 sectionautorefname}
20567 \begin_inset Newline newline
20568 \end_inset
20569
20570
20571 \begin_inset Phantom HPhantom
20572 status open
20573
20574 \begin_layout Plain Layout
20575
20576 \series bold
20577 \begin_inset space ~
20578 \end_inset
20579
20580
20581 \end_layout
20582
20583 \end_inset
20584
20585 {sec.
20586 \backslash
20587 negthinspace}}
20588 \end_layout
20589
20590 \begin_layout Standard
20591 Si estás usando un idioma de documento distinto del inglés, reemplaza
20592 \begin_inset Newline newline
20593 \end_inset
20594
20595  
20596 \series bold
20597
20598 \backslash
20599 extrasenglish
20600 \series default
20601  por
20602 \series bold
20603  
20604 \backslash
20605 extras***
20606 \series default
20607 , donde *** es el nombre del idioma utilizado.
20608 \end_layout
20609
20610 \begin_layout Standard
20611 Para obtener nombres automáticos pero no para determinados tipos de referencias,
20612  por ejemplo no para ecuaciones, usa este código de preámbulo:
20613 \end_layout
20614
20615 \begin_layout Standard
20616
20617 \series bold
20618
20619 \backslash
20620 newlength{
20621 \backslash
20622 abc}
20623 \begin_inset Newline newline
20624 \end_inset
20625
20626
20627 \backslash
20628 settowidth{
20629 \backslash
20630 abc}{
20631 \backslash
20632 space}
20633 \begin_inset Newline newline
20634 \end_inset
20635
20636
20637 \backslash
20638 addto
20639 \backslash
20640 extrasenglish{
20641 \backslash
20642 renewcommand{
20643 \backslash
20644 equationautorefname}
20645 \begin_inset Newline newline
20646 \end_inset
20647
20648
20649 \begin_inset Phantom HPhantom
20650 status open
20651
20652 \begin_layout Plain Layout
20653
20654 \series bold
20655 \begin_inset space ~
20656 \end_inset
20657
20658
20659 \end_layout
20660
20661 \end_inset
20662
20663 {
20664 \backslash
20665 hspace{-
20666 \backslash
20667 abc}}
20668 \end_layout
20669
20670 \begin_layout Standard
20671 En la documentación de 
20672 \series bold
20673 hyperref
20674 \series default
20675  
20676 \begin_inset CommandInset citation
20677 LatexCommand cite
20678 key "hyperref"
20679
20680 \end_inset
20681
20682  puedes encontrar más información.
20683
20684 \series bold
20685  
20686 \end_layout
20687
20688 \begin_layout Standard
20689 \begin_inset Note Greyedout
20690 status open
20691
20692 \begin_layout Plain Layout
20693
20694 \series bold
20695 Nota:
20696 \series default
20697  La designación automática de referencias no puede usarse en el estilo 
20698 \family sans
20699 Referencia
20700 \begin_inset space ~
20701 \end_inset
20702
20703 con
20704 \begin_inset space ~
20705 \end_inset
20706
20707 formato
20708 \family default
20709 , descrita en la sección
20710 \begin_inset space ~
20711 \end_inset
20712
20713
20714 \begin_inset CommandInset ref
20715 LatexCommand ref
20716 reference "sub:Formatos-referencia-cruzada"
20717
20718 \end_inset
20719
20720 .
20721 \end_layout
20722
20723 \end_inset
20724
20725
20726 \end_layout
20727
20728 \begin_layout Standard
20729 El manual 
20730 \emph on
20731 Ecuaciones
20732 \emph default
20733  es un ejemplo de documento en el que se ha utilizado designación automática
20734  de referencias.
20735 \end_layout
20736
20737 \begin_layout Subsection
20738 Colocación de referencias
20739 \begin_inset CommandInset label
20740 LatexCommand label
20741 name "sub:Colocación-de-Referencias"
20742
20743 \end_inset
20744
20745
20746 \begin_inset Index idx
20747 status collapsed
20748
20749 \begin_layout Plain Layout
20750 Referencias ! Colocación
20751 \end_layout
20752
20753 \end_inset
20754
20755
20756 \end_layout
20757
20758 \begin_layout Standard
20759 Si usas 
20760 \series bold
20761 hyperref
20762 \series default
20763
20764 \begin_inset Index idx
20765 status collapsed
20766
20767 \begin_layout Plain Layout
20768 LaTeX-paquetes ! hyperref
20769 \end_layout
20770
20771 \end_inset
20772
20773 , en las 
20774 \family sans
20775 Preferencias PDF 
20776 \family default
20777 del diálogo 
20778 \family sans
20779 Documento\SpecialChar \menuseparator
20780 Configuración
20781 \family default
20782 , para enlazar referencias cruzadas en la salida, verás que al pinchar sobre
20783  la referencia de una imagen flotante te lleva hasta la etiqueta de la imagen.
20784  La leyenda será la primera parte del texto en pantalla, de forma que para
20785  ver la imagen debes deslizar.
20786  Se debe a que el ancla de enlace de la referencia se sitúa en la etiqueta.
20787  Usando el paquete 
20788 \series bold
20789 hypcap
20790 \series default
20791
20792 \begin_inset Index idx
20793 status collapsed
20794
20795 \begin_layout Plain Layout
20796 LaTeX-paquetes ! hypcap
20797 \end_layout
20798
20799 \end_inset
20800
20801 , que forma parte del paquete LaTeX 
20802 \series bold
20803 oberdiek
20804 \series default
20805
20806 \begin_inset Index idx
20807 status collapsed
20808
20809 \begin_layout Plain Layout
20810 LaTeX-paquetes ! oberdiek
20811 \end_layout
20812
20813 \end_inset
20814
20815 , el ancla de enlace se sitúa al comienzo de un flotante.
20816  Para usar esta característica para figuras flotantes carga 
20817 \series bold
20818 hypcap
20819 \series default
20820  en el preámbulo con
20821 \end_layout
20822
20823 \begin_layout Standard
20824
20825 \series bold
20826
20827 \backslash
20828 usepackage[figure]{hypcap}
20829 \end_layout
20830
20831 \begin_layout Standard
20832 Puedes usar 
20833 \series bold
20834 hypcap
20835 \series default
20836  para todos los flotantes aunque no se recomienda por razones de estabilidad.
20837  Más información en el manual de 
20838 \series bold
20839 hypcap
20840 \series default
20841  
20842 \begin_inset CommandInset citation
20843 LatexCommand cite
20844 key "hypcap"
20845
20846 \end_inset
20847
20848 .
20849 \end_layout
20850
20851 \begin_layout Standard
20852 \begin_inset Note Greyedout
20853 status open
20854
20855 \begin_layout Plain Layout
20856
20857 \series bold
20858 Nota:
20859 \series default
20860  
20861 \series bold
20862 hypcap
20863 \series default
20864  no funciona para las referencias a subfiguras.
20865 \end_layout
20866
20867 \end_inset
20868
20869
20870 \end_layout
20871
20872 \begin_layout Section
20873 Colocación de flotantes
20874 \begin_inset CommandInset label
20875 LatexCommand label
20876 name "sec:Colocación-de-Flotantes"
20877
20878 \end_inset
20879
20880
20881 \begin_inset Index idx
20882 status collapsed
20883
20884 \begin_layout Plain Layout
20885 Flotantes ! Colocación
20886 \end_layout
20887
20888 \end_inset
20889
20890
20891 \end_layout
20892
20893 \begin_layout Standard
20894 Pulsando con el botón derecho del ratón sobre un cuadro de flotante se abre
20895  un diálogo en el que pueden cambiarse las opciones de LaTeX para situar
20896  los flotantes.
20897 \begin_inset Newline newline
20898 \end_inset
20899
20900 La opción 
20901 \family sans
20902 Extender
20903 \begin_inset space ~
20904 \end_inset
20905
20906 columnas
20907 \family default
20908  sólo es aplicable a documentos de dos columnas: Si lo seleccionas, el flotante
20909  abarcará ambas columnas en lugar de una sola.
20910 \begin_inset Newline newline
20911 \end_inset
20912
20913 La opción 
20914 \family sans
20915 Girar
20916 \begin_inset space ~
20917 \end_inset
20918
20919 a
20920 \begin_inset space ~
20921 \end_inset
20922
20923 un
20924 \begin_inset space ~
20925 \end_inset
20926
20927 lado
20928 \family default
20929  sirve para girar flotantes, véase sección
20930 \begin_inset space ~
20931 \end_inset
20932
20933
20934 \begin_inset CommandInset ref
20935 LatexCommand ref
20936 reference "sec:Rotación-de-Flotantes"
20937
20938 \end_inset
20939
20940 .
20941  
20942 \end_layout
20943
20944 \begin_layout Standard
20945 Puedes usar una o más de las siguientes opciones en el diálogo para establecer
20946  la posición de un flotante si desmarcas la opción 
20947 \family sans
20948 Usar
20949 \begin_inset space ~
20950 \end_inset
20951
20952 ubicación
20953 \begin_inset space ~
20954 \end_inset
20955
20956 predeterminada
20957 \family default
20958 :
20959 \end_layout
20960
20961 \begin_layout Description
20962
20963 \family sans
20964 \series bold
20965 Aquí
20966 \begin_inset space ~
20967 \end_inset
20968
20969 si
20970 \begin_inset space ~
20971 \end_inset
20972
20973 es
20974 \begin_inset space ~
20975 \end_inset
20976
20977 posible
20978 \family default
20979 \series default
20980  intenta situar el flotante en la posición en la que se inserta
20981 \end_layout
20982
20983 \begin_layout Description
20984
20985 \family sans
20986 \series bold
20987 Principio
20988 \begin_inset space ~
20989 \end_inset
20990
20991 de
20992 \begin_inset space ~
20993 \end_inset
20994
20995 página
20996 \family default
20997 \series default
20998  intenta situar el flotante al principio de la página actual
20999 \end_layout
21000
21001 \begin_layout Description
21002
21003 \family sans
21004 \series bold
21005 Fin
21006 \begin_inset space ~
21007 \end_inset
21008
21009 de
21010 \begin_inset space ~
21011 \end_inset
21012
21013 página
21014 \family default
21015 \series default
21016  intenta situar el flotante al final de la página actual
21017 \end_layout
21018
21019 \begin_layout Description
21020
21021 \family sans
21022 \series bold
21023 Página
21024 \begin_inset space ~
21025 \end_inset
21026
21027 de
21028 \begin_inset space ~
21029 \end_inset
21030
21031 flotantes
21032 \family default
21033 \series default
21034  intenta situar el flotante en una página propia 
21035 \end_layout
21036
21037 \begin_layout Standard
21038 LaTeX usa 
21039 \emph on
21040 siempre
21041 \emph default
21042  ese orden de opciones.
21043  Significa que si usas la colocación predeterminada, LaTeX probará en primer
21044  lugar 
21045 \family sans
21046 Aquí
21047 \begin_inset space ~
21048 \end_inset
21049
21050 si
21051 \begin_inset space ~
21052 \end_inset
21053
21054 es
21055 \begin_inset space ~
21056 \end_inset
21057
21058 posible
21059 \family default
21060 , luego 
21061 \family sans
21062 Principio
21063 \begin_inset space ~
21064 \end_inset
21065
21066 de
21067 \begin_inset space ~
21068 \end_inset
21069
21070 página
21071 \family default
21072 , y después las otras.
21073  Si no usas la predeterminada, LaTeX sólo probará las opciones marcadas
21074  pero en dicho orden.
21075  Si no es posible ninguna de las 4 ubicaciones el proceso se repite internamente
21076  pero intenta poner el flotante en la página siguiente.
21077 \end_layout
21078
21079 \begin_layout Standard
21080 De forma predeterminada cada una de las opciones tiene sus propias reglas:
21081 \end_layout
21082
21083 \begin_layout Labeling
21084 \labelwidthstring 00.00.0000
21085
21086 \family sans
21087 Principio
21088 \begin_inset space ~
21089 \end_inset
21090
21091 de
21092 \begin_inset space ~
21093 \end_inset
21094
21095 página:
21096 \family default
21097  sólo si el flotante ocupa menos del 70
21098 \begin_inset space \thinspace{}
21099 \end_inset
21100
21101 % de la página puede ubicarse al principio de página (
21102 \series bold
21103
21104 \backslash
21105 topfraction
21106 \series default
21107 )
21108 \end_layout
21109
21110 \begin_layout Labeling
21111 \labelwidthstring 00.00.0000
21112
21113 \family sans
21114 Fin
21115 \begin_inset space ~
21116 \end_inset
21117
21118 de
21119 \begin_inset space ~
21120 \end_inset
21121
21122 página:
21123 \family default
21124  sólo si el flotante ocupa menos del 30
21125 \begin_inset space \thinspace{}
21126 \end_inset
21127
21128 % de la página puede ubicarse al fin de página.
21129  (
21130 \series bold
21131
21132 \backslash
21133 bottomfraction
21134 \series default
21135 )
21136 \end_layout
21137
21138 \begin_layout Labeling
21139 \labelwidthstring 00.00.0000
21140
21141 \family sans
21142 Página
21143 \begin_inset space ~
21144 \end_inset
21145
21146 de
21147 \begin_inset space ~
21148 \end_inset
21149
21150 flotantes:
21151 \family default
21152  sólo si más del 50
21153 \begin_inset space \thinspace{}
21154 \end_inset
21155
21156 % de la página se ocupa por flotantes puede haber varios juntos en la misma
21157  página.
21158  (
21159 \series bold
21160
21161 \backslash
21162 floatpagefraction
21163 \series default
21164 )
21165 \end_layout
21166
21167 \begin_layout Standard
21168 Si no te agradan estas reglas puedes ignorarlas marcando la opción adicional
21169  
21170 \family sans
21171 Ignorar
21172 \begin_inset space ~
21173 \end_inset
21174
21175 reglas
21176 \begin_inset space ~
21177 \end_inset
21178
21179 de
21180 \begin_inset space ~
21181 \end_inset
21182
21183 LaTeX
21184 \family default
21185 .
21186 \begin_inset Newline newline
21187 \end_inset
21188
21189 También puedes redefinir las reglas con los comandos LaTeX que van entre
21190  paréntesis tras la descripción de las reglas anteriores.
21191  Por ejemplo, para aumentar el valor predeterminado, quizás pequeño, de
21192  la regla 
21193 \family sans
21194 Fin
21195 \family default
21196
21197 \begin_inset space ~
21198 \end_inset
21199
21200
21201 \family sans
21202 de
21203 \family default
21204
21205 \begin_inset space ~
21206 \end_inset
21207
21208
21209 \family sans
21210 página
21211 \family default
21212  al 50
21213 \begin_inset space \thinspace{}
21214 \end_inset
21215
21216 %, añade esta línea en el preámbulo:
21217 \end_layout
21218
21219 \begin_layout Standard
21220
21221 \series bold
21222
21223 \backslash
21224 renewcommand{
21225 \backslash
21226 bottomfraction}{0.5}
21227 \end_layout
21228
21229 \begin_layout Standard
21230 En determinados casos podrías necesitar ubicar un flotante exactamente en
21231  la posición en la que se inserta.
21232  Para esto puedes usar la opción 
21233 \family sans
21234 Aquí
21235 \begin_inset space ~
21236 \end_inset
21237
21238 definitivamente
21239 \family default
21240 .
21241  Usa esta opción esporádicamente y sólo cuando el documento esté casi listo,
21242  porque el flotante ya no podrá «flotar» y si haces cambios al documento
21243  se podría estropear el diseño de la página.
21244 \end_layout
21245
21246 \begin_layout Standard
21247 No hay opciones de ubicación para envoltorios flotantes porque siempre están
21248  rodeados por texto de un párrafo determinado.
21249 \begin_inset VSpace bigskip
21250 \end_inset
21251
21252
21253 \end_layout
21254
21255 \begin_layout Standard
21256 A veces surge el problema de que un flotante se sitúa al principio de la
21257  página mientras que su sección correspondiente empieza en mitad de la página,
21258  así que el lector podría creer que el flotante forma parte de la sección
21259  anterior.
21260  Para evitarlo puede emplearse el comando LaTeX 
21261 \series bold
21262
21263 \backslash
21264 suppressfloats
21265 \series default
21266 , que suprime la ubicación de un flotante dado en la página donde se inserta
21267  y además puede servir para evitar que el flotante se coloque antes del
21268  inicio de sección.
21269  Para ello, añade estos comandos al preámbulo:
21270 \end_layout
21271
21272 \begin_layout Standard
21273
21274 \series bold
21275
21276 \backslash
21277 let
21278 \backslash
21279 mySection
21280 \backslash
21281 section
21282 \begin_inset Newline newline
21283 \end_inset
21284
21285
21286 \backslash
21287 renewcommand{
21288 \backslash
21289 section}{
21290 \backslash
21291 suppressfloats[t]
21292 \backslash
21293 mySection}
21294 \end_layout
21295
21296 \begin_layout Standard
21297 Se puede hacer lo mismo para todas las cabeceras de sección, capítulos y
21298  subsecciones.
21299  No es recomendable para partes pequeñas de texto como subsubsecciones porque
21300  LaTeX podría tener problemas para encontrar una ubicación adecuada.
21301 \end_layout
21302
21303 \begin_layout Standard
21304 \begin_inset VSpace bigskip
21305 \end_inset
21306
21307 En ciertos casos se quieren tener todas las figuras/tablas al final del
21308  documento.
21309  Para estos casos está el paquete LaTeX 
21310 \series bold
21311 endfloat
21312 \series default
21313
21314 \begin_inset Index idx
21315 status collapsed
21316
21317 \begin_layout Plain Layout
21318 LaTeX-paquetes ! endfloat
21319 \end_layout
21320
21321 \end_inset
21322
21323 .
21324  Pone todas las figuras y tablas flotantes al final del documento en secciones
21325  propias.
21326  En la posición original del flotante se inserta una indicación como «
21327 \family sans
21328 [Figure
21329 \begin_inset space ~
21330 \end_inset
21331
21332 3.2 about here.]
21333 \family default
21334 ».
21335  El paquete 
21336 \series bold
21337 endfloat
21338 \series default
21339  se carga en el preámbulo con la línea
21340 \end_layout
21341
21342 \begin_layout Standard
21343
21344 \series bold
21345
21346 \backslash
21347 usepackage[options]{endfloat}
21348 \end_layout
21349
21350 \begin_layout Standard
21351 Hay varias opciones para diseñar las secciones figura/tabla creadas.
21352  Para más información véase la documentación 
21353 \begin_inset CommandInset citation
21354 LatexCommand cite
21355 key "endfloat"
21356
21357 \end_inset
21358
21359 .
21360 \begin_inset Newline newline
21361 \end_inset
21362
21363
21364 \begin_inset Note Greyedout
21365 status open
21366
21367 \begin_layout Plain Layout
21368
21369 \series bold
21370 Nota: endfloat
21371 \series default
21372  no traduce automáticamente la indicación, hay que hacerlo manualmente,
21373  véase sección
21374 \begin_inset space ~
21375 \end_inset
21376
21377 4 en 
21378 \begin_inset CommandInset citation
21379 LatexCommand cite
21380 key "endfloat"
21381
21382 \end_inset
21383
21384 .
21385 \end_layout
21386
21387 \end_inset
21388
21389
21390 \begin_inset Newline newline
21391 \end_inset
21392
21393
21394 \begin_inset Note Greyedout
21395 status open
21396
21397 \begin_layout Plain Layout
21398
21399 \series bold
21400 Nota:
21401 \series default
21402  Actualmente hay un error en 
21403 \series bold
21404 endfloat
21405 \series default
21406  cuando la leyenda contiene el carácter alemán «ß».
21407  Usa en ese caso el comando «
21408 \series bold
21409
21410 \backslash
21411 ss
21412 \series default
21413 » en código TeX en vez de «ß».
21414 \end_layout
21415
21416 \end_inset
21417
21418
21419 \end_layout
21420
21421 \begin_layout Standard
21422 \begin_inset VSpace bigskip
21423 \end_inset
21424
21425 Más detalles sobre ubicación de flotantes en libros sobre LaTeX como 
21426 \begin_inset CommandInset citation
21427 LatexCommand cite
21428 key "latexcompanion,latexguide,latexbook"
21429
21430 \end_inset
21431
21432 .
21433 \end_layout
21434
21435 \begin_layout Section
21436 Rotación de flotantes
21437 \begin_inset CommandInset label
21438 LatexCommand label
21439 name "sec:Rotación-de-Flotantes"
21440
21441 \end_inset
21442
21443
21444 \begin_inset Index idx
21445 status collapsed
21446
21447 \begin_layout Plain Layout
21448 Flotantes ! Rotación
21449 \end_layout
21450
21451 \end_inset
21452
21453
21454 \end_layout
21455
21456 \begin_layout Standard
21457 Podrías necesitar girar flotantes, especialmente con tablas grandes.
21458  Para girar todo el flotante y su leyenda, pincha sobre su cuadro y marca
21459  la opción 
21460 \family sans
21461 Girar
21462 \begin_inset space ~
21463 \end_inset
21464
21465 a
21466 \begin_inset space ~
21467 \end_inset
21468
21469 un
21470 \begin_inset space ~
21471 \end_inset
21472
21473 lado
21474 \family default
21475 .
21476 \end_layout
21477
21478 \begin_layout Standard
21479 Los flotantes girados son puestos siempre en su propia página (o columna
21480  si el documento es de dos columnas).
21481  Se les puede permitir abarcar varias columnas con la opción de configuración
21482  
21483 \family sans
21484 Extender
21485 \begin_inset space ~
21486 \end_inset
21487
21488 columnas
21489 \family default
21490 .
21491  Se rotan de forma que puedes leerlos desde el margen externo.
21492  Para forzar determinada dirección de rotación para todas las páginas, puedes
21493  añadir una de las opciones 
21494 \series bold
21495 figuresleft
21496 \series default
21497  o 
21498 \series bold
21499 figuresright
21500 \series default
21501  a las opciones de clase del documento.
21502 \end_layout
21503
21504 \begin_layout Standard
21505 Los flotantes girados se refieren igual que los normales, y el formato de
21506  la leyenda también es el mismo: un ejemplo es la tabla
21507 \begin_inset space ~
21508 \end_inset
21509
21510
21511 \begin_inset CommandInset ref
21512 LatexCommand ref
21513 reference "tab:Tabla-girada"
21514
21515 \end_inset
21516
21517 .
21518 \end_layout
21519
21520 \begin_layout Standard
21521 \begin_inset Note Greyedout
21522 status open
21523
21524 \begin_layout Plain Layout
21525
21526 \series bold
21527 Nota:
21528 \series default
21529  No todos los visores DVI pueden mostrar tablas giradas.
21530 \end_layout
21531
21532 \end_inset
21533
21534
21535 \end_layout
21536
21537 \begin_layout Standard
21538 \begin_inset Float table
21539 wide false
21540 sideways true
21541 status open
21542
21543 \begin_layout Plain Layout
21544 \begin_inset Caption
21545
21546 \begin_layout Plain Layout
21547 \begin_inset CommandInset label
21548 LatexCommand label
21549 name "tab:Tabla-girada"
21550
21551 \end_inset
21552
21553 Tabla girada
21554 \end_layout
21555
21556 \end_inset
21557
21558
21559 \end_layout
21560
21561 \begin_layout Plain Layout
21562 \align center
21563 \begin_inset Tabular
21564 <lyxtabular version="3" rows="1" columns="5">
21565 <features tabularvalignment="middle">
21566 <column alignment="center" valignment="top" width="0">
21567 <column alignment="center" valignment="top" width="0">
21568 <column alignment="center" valignment="top" width="0">
21569 <column alignment="center" valignment="top" width="0">
21570 <column alignment="center" valignment="top" width="0">
21571 <row>
21572 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
21573 \begin_inset Text
21574
21575 \begin_layout Plain Layout
21576 test
21577 \end_layout
21578
21579 \end_inset
21580 </cell>
21581 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
21582 \begin_inset Text
21583
21584 \begin_layout Plain Layout
21585 b
21586 \end_layout
21587
21588 \end_inset
21589 </cell>
21590 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
21591 \begin_inset Text
21592
21593 \begin_layout Plain Layout
21594 c
21595 \end_layout
21596
21597 \end_inset
21598 </cell>
21599 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
21600 \begin_inset Text
21601
21602 \begin_layout Plain Layout
21603 d
21604 \end_layout
21605
21606 \end_inset
21607 </cell>
21608 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
21609 \begin_inset Text
21610
21611 \begin_layout Plain Layout
21612 e
21613 \end_layout
21614
21615 \end_inset
21616 </cell>
21617 </row>
21618 </lyxtabular>
21619
21620 \end_inset
21621
21622
21623 \end_layout
21624
21625 \end_inset
21626
21627
21628 \end_layout
21629
21630 \begin_layout Section
21631 Subflotantes
21632 \begin_inset Index idx
21633 status collapsed
21634
21635 \begin_layout Plain Layout
21636 Flotantes ! Subflotantes
21637 \end_layout
21638
21639 \end_inset
21640
21641
21642 \end_layout
21643
21644 \begin_layout Standard
21645 Los subflotantes se usan cuando, por ejemplo, una figura consta de varias
21646  imágenes.
21647  Se crean insertando un flotante dentro de otro.
21648  La colocación de los subflotantes puede controlarse como si fueran párrafos,
21649  como se muestra en las tablas
21650 \begin_inset space ~
21651 \end_inset
21652
21653
21654 \begin_inset CommandInset ref
21655 LatexCommand ref
21656 reference "tab:Dos-subtablas-adosadas"
21657
21658 \end_inset
21659
21660  y
21661 \begin_inset space ~
21662 \end_inset
21663
21664
21665 \begin_inset CommandInset ref
21666 LatexCommand ref
21667 reference "tab:Dos-subtablas-una-sobre"
21668
21669 \end_inset
21670
21671 .
21672 \end_layout
21673
21674 \begin_layout Standard
21675 Las referencias a subflotantes funcionan como en los flotantes normales:
21676  la tabla
21677 \begin_inset space ~
21678 \end_inset
21679
21680
21681 \begin_inset CommandInset ref
21682 LatexCommand ref
21683 reference "tab:Esta-es-la-subtabla-a"
21684
21685 \end_inset
21686
21687  y la tabla
21688 \begin_inset space ~
21689 \end_inset
21690
21691
21692 \begin_inset CommandInset ref
21693 LatexCommand ref
21694 reference "tab:Esta-es-la-subtabla-b"
21695
21696 \end_inset
21697
21698  son subtablas de la tabla
21699 \begin_inset space ~
21700 \end_inset
21701
21702
21703 \begin_inset CommandInset ref
21704 LatexCommand ref
21705 reference "tab:Dos-subtablas-adosadas"
21706
21707 \end_inset
21708
21709 .
21710 \end_layout
21711
21712 \begin_layout Standard
21713 \begin_inset Float table
21714 wide false
21715 sideways false
21716 status open
21717
21718 \begin_layout Plain Layout
21719 \begin_inset Caption
21720
21721 \begin_layout Plain Layout
21722 \begin_inset CommandInset label
21723 LatexCommand label
21724 name "tab:Dos-subtablas-adosadas"
21725
21726 \end_inset
21727
21728 Dos subtablas adosadas
21729 \end_layout
21730
21731 \end_inset
21732
21733
21734 \end_layout
21735
21736 \begin_layout Plain Layout
21737 \begin_inset space \hfill{}
21738 \end_inset
21739
21740
21741 \begin_inset Float table
21742 wide false
21743 sideways false
21744 status collapsed
21745
21746 \begin_layout Plain Layout
21747 \begin_inset Caption
21748
21749 \begin_layout Plain Layout
21750 \begin_inset CommandInset label
21751 LatexCommand label
21752 name "tab:Esta-es-la-subtabla-a"
21753
21754 \end_inset
21755
21756 Esta es la subtabla a
21757 \end_layout
21758
21759 \end_inset
21760
21761
21762 \end_layout
21763
21764 \begin_layout Plain Layout
21765 \align center
21766 \begin_inset Tabular
21767 <lyxtabular version="3" rows="1" columns="5">
21768 <features tabularvalignment="middle">
21769 <column alignment="center" valignment="top" width="0">
21770 <column alignment="center" valignment="top" width="0">
21771 <column alignment="center" valignment="top" width="0">
21772 <column alignment="center" valignment="top" width="0">
21773 <column alignment="center" valignment="top" width="0">
21774 <row>
21775 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
21776 \begin_inset Text
21777
21778 \begin_layout Plain Layout
21779 test 
21780 \end_layout
21781
21782 \end_inset
21783 </cell>
21784 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
21785 \begin_inset Text
21786
21787 \begin_layout Plain Layout
21788 b
21789 \end_layout
21790
21791 \end_inset
21792 </cell>
21793 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
21794 \begin_inset Text
21795
21796 \begin_layout Plain Layout
21797 c
21798 \end_layout
21799
21800 \end_inset
21801 </cell>
21802 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
21803 \begin_inset Text
21804
21805 \begin_layout Plain Layout
21806 d
21807 \end_layout
21808
21809 \end_inset
21810 </cell>
21811 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
21812 \begin_inset Text
21813
21814 \begin_layout Plain Layout
21815 e
21816 \end_layout
21817
21818 \end_inset
21819 </cell>
21820 </row>
21821 </lyxtabular>
21822
21823 \end_inset
21824
21825
21826 \end_layout
21827
21828 \end_inset
21829
21830
21831 \begin_inset space \hfill{}
21832 \end_inset
21833
21834
21835 \begin_inset Float table
21836 wide false
21837 sideways false
21838 status collapsed
21839
21840 \begin_layout Plain Layout
21841 \begin_inset Caption
21842
21843 \begin_layout Plain Layout
21844 \begin_inset CommandInset label
21845 LatexCommand label
21846 name "tab:Esta-es-la-subtabla-b"
21847
21848 \end_inset
21849
21850 Esta es la subtabla b
21851 \end_layout
21852
21853 \end_inset
21854
21855
21856 \end_layout
21857
21858 \begin_layout Plain Layout
21859 \align center
21860 \begin_inset Tabular
21861 <lyxtabular version="3" rows="1" columns="5">
21862 <features tabularvalignment="middle">
21863 <column alignment="center" valignment="top" width="0">
21864 <column alignment="center" valignment="top" width="0">
21865 <column alignment="center" valignment="top" width="0">
21866 <column alignment="center" valignment="top" width="0">
21867 <column alignment="center" valignment="top" width="0">
21868 <row>
21869 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
21870 \begin_inset Text
21871
21872 \begin_layout Plain Layout
21873 e
21874 \end_layout
21875
21876 \end_inset
21877 </cell>
21878 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
21879 \begin_inset Text
21880
21881 \begin_layout Plain Layout
21882 d
21883 \end_layout
21884
21885 \end_inset
21886 </cell>
21887 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
21888 \begin_inset Text
21889
21890 \begin_layout Plain Layout
21891 c
21892 \end_layout
21893
21894 \end_inset
21895 </cell>
21896 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
21897 \begin_inset Text
21898
21899 \begin_layout Plain Layout
21900 b
21901 \end_layout
21902
21903 \end_inset
21904 </cell>
21905 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
21906 \begin_inset Text
21907
21908 \begin_layout Plain Layout
21909 test
21910 \end_layout
21911
21912 \end_inset
21913 </cell>
21914 </row>
21915 </lyxtabular>
21916
21917 \end_inset
21918
21919
21920 \end_layout
21921
21922 \begin_layout Plain Layout
21923
21924 \end_layout
21925
21926 \end_inset
21927
21928
21929 \begin_inset space \hfill{}
21930 \end_inset
21931
21932
21933 \end_layout
21934
21935 \end_inset
21936
21937
21938 \end_layout
21939
21940 \begin_layout Standard
21941 \begin_inset Float table
21942 wide false
21943 sideways false
21944 status open
21945
21946 \begin_layout Plain Layout
21947 \begin_inset Caption
21948
21949 \begin_layout Plain Layout
21950 \begin_inset CommandInset label
21951 LatexCommand label
21952 name "tab:Dos-subtablas-una-sobre"
21953
21954 \end_inset
21955
21956 Dos subtablas colocadas una sobre otra.
21957  La tabla (a) con 4 celdas, la (b) con 5 celdas.
21958 \end_layout
21959
21960 \end_inset
21961
21962
21963 \end_layout
21964
21965 \begin_layout Plain Layout
21966 \noindent
21967 \align center
21968 \begin_inset Float table
21969 wide false
21970 sideways false
21971 status collapsed
21972
21973 \begin_layout Plain Layout
21974 \begin_inset Caption
21975
21976 \begin_layout Plain Layout
21977
21978 \end_layout
21979
21980 \end_inset
21981
21982
21983 \end_layout
21984
21985 \begin_layout Plain Layout
21986 \align center
21987 \begin_inset Tabular
21988 <lyxtabular version="3" rows="1" columns="4">
21989 <features tabularvalignment="middle">
21990 <column alignment="center" valignment="top" width="0">
21991 <column alignment="center" valignment="top" width="0">
21992 <column alignment="center" valignment="top" width="0">
21993 <column alignment="center" valignment="top" width="0">
21994 <row>
21995 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
21996 \begin_inset Text
21997
21998 \begin_layout Plain Layout
21999 test
22000 \end_layout
22001
22002 \end_inset
22003 </cell>
22004 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
22005 \begin_inset Text
22006
22007 \begin_layout Plain Layout
22008 test
22009 \end_layout
22010
22011 \end_inset
22012 </cell>
22013 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
22014 \begin_inset Text
22015
22016 \begin_layout Plain Layout
22017 test
22018 \end_layout
22019
22020 \end_inset
22021 </cell>
22022 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
22023 \begin_inset Text
22024
22025 \begin_layout Plain Layout
22026 test
22027 \end_layout
22028
22029 \end_inset
22030 </cell>
22031 </row>
22032 </lyxtabular>
22033
22034 \end_inset
22035
22036
22037 \end_layout
22038
22039 \begin_layout Plain Layout
22040
22041 \end_layout
22042
22043 \end_inset
22044
22045
22046 \end_layout
22047
22048 \begin_layout Plain Layout
22049 \align center
22050 \begin_inset Float table
22051 wide false
22052 sideways false
22053 status collapsed
22054
22055 \begin_layout Plain Layout
22056
22057 \end_layout
22058
22059 \begin_layout Plain Layout
22060 \begin_inset Caption
22061
22062 \begin_layout Plain Layout
22063
22064 \end_layout
22065
22066 \end_inset
22067
22068
22069 \end_layout
22070
22071 \begin_layout Plain Layout
22072 \align center
22073 \begin_inset Tabular
22074 <lyxtabular version="3" rows="1" columns="5">
22075 <features tabularvalignment="middle">
22076 <column alignment="center" valignment="top" width="0">
22077 <column alignment="center" valignment="top" width="0">
22078 <column alignment="center" valignment="top" width="0">
22079 <column alignment="center" valignment="top" width="0">
22080 <column alignment="center" valignment="top" width="0">
22081 <row>
22082 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
22083 \begin_inset Text
22084
22085 \begin_layout Plain Layout
22086 a
22087 \end_layout
22088
22089 \end_inset
22090 </cell>
22091 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
22092 \begin_inset Text
22093
22094 \begin_layout Plain Layout
22095 b
22096 \end_layout
22097
22098 \end_inset
22099 </cell>
22100 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
22101 \begin_inset Text
22102
22103 \begin_layout Plain Layout
22104 c
22105 \end_layout
22106
22107 \end_inset
22108 </cell>
22109 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
22110 \begin_inset Text
22111
22112 \begin_layout Plain Layout
22113 d
22114 \end_layout
22115
22116 \end_inset
22117 </cell>
22118 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
22119 \begin_inset Text
22120
22121 \begin_layout Plain Layout
22122 e
22123 \end_layout
22124
22125 \end_inset
22126 </cell>
22127 </row>
22128 </lyxtabular>
22129
22130 \end_inset
22131
22132
22133 \end_layout
22134
22135 \begin_layout Plain Layout
22136
22137 \end_layout
22138
22139 \end_inset
22140
22141
22142 \end_layout
22143
22144 \end_inset
22145
22146
22147 \end_layout
22148
22149 \begin_layout Section
22150 Flotantes adosados
22151 \begin_inset Index idx
22152 status collapsed
22153
22154 \begin_layout Plain Layout
22155 Flotantes ! Adosados
22156 \end_layout
22157
22158 \end_inset
22159
22160
22161 \end_layout
22162
22163 \begin_layout Standard
22164 Para colocar flotantes unos junto a otros, como en la figura
22165 \begin_inset space ~
22166 \end_inset
22167
22168
22169 \begin_inset CommandInset ref
22170 LatexCommand ref
22171 reference "fig:Flotante-izquierda"
22172
22173 \end_inset
22174
22175  y 
22176 \begin_inset CommandInset ref
22177 LatexCommand ref
22178 reference "fig:Flotante-derecha"
22179
22180 \end_inset
22181
22182 , se pone 
22183 \emph on
22184 un
22185 \emph default
22186  solo flotante.
22187  En él se insertan dos cuadros tipo minipágina.
22188 \begin_inset Foot
22189 status collapsed
22190
22191 \begin_layout Plain Layout
22192 Las minipáginas se explican en la sección
22193 \begin_inset space ~
22194 \end_inset
22195
22196
22197 \begin_inset CommandInset ref
22198 LatexCommand ref
22199 reference "sec:Minipáginas"
22200
22201 \end_inset
22202
22203 .
22204 \end_layout
22205
22206 \end_inset
22207
22208  La anchura de la columna se establece en 45-50
22209 \begin_inset space \thinspace{}
22210 \end_inset
22211
22212 % y la alineación en 
22213 \family sans
22214 Inferior
22215 \family default
22216  para cada minipágina.
22217  Las minipáginas contienen la imagen y su título, de igual forma que en
22218  los flotantes.
22219  La única diferencia es que el 
22220 \family sans
22221 Ancho
22222 \begin_inset space ~
22223 \end_inset
22224
22225 de
22226 \begin_inset space ~
22227 \end_inset
22228
22229 columna
22230 \begin_inset space ~
22231 \end_inset
22232
22233 %
22234 \family default
22235  de la imagen se calcula en este caso en relación a la anchura de la minipágina.
22236 \end_layout
22237
22238 \begin_layout Standard
22239 \begin_inset Float figure
22240 placement h
22241 wide false
22242 sideways false
22243 status open
22244
22245 \begin_layout Plain Layout
22246 \begin_inset Box Frameless
22247 position "b"
22248 hor_pos "c"
22249 has_inner_box 1
22250 inner_pos "t"
22251 use_parbox 0
22252 use_makebox 0
22253 width "45col%"
22254 special "none"
22255 height "1in"
22256 height_special "totalheight"
22257 status open
22258
22259 \begin_layout Plain Layout
22260 \align center
22261 \begin_inset Graphics
22262         filename ../clipart/mobius.eps
22263         lyxscale 50
22264         width 100col%
22265         scaleBeforeRotation
22266
22267 \end_inset
22268
22269
22270 \end_layout
22271
22272 \begin_layout Plain Layout
22273 \begin_inset Caption
22274
22275 \begin_layout Plain Layout
22276 \begin_inset CommandInset label
22277 LatexCommand label
22278 name "fig:Flotante-izquierda"
22279
22280 \end_inset
22281
22282 Flotante en el lado izquierdo.
22283 \end_layout
22284
22285 \end_inset
22286
22287
22288 \end_layout
22289
22290 \end_inset
22291
22292
22293 \begin_inset space \hfill{}
22294 \end_inset
22295
22296
22297 \begin_inset Box Frameless
22298 position "b"
22299 hor_pos "c"
22300 has_inner_box 1
22301 inner_pos "t"
22302 use_parbox 0
22303 use_makebox 0
22304 width "45col%"
22305 special "none"
22306 height "1in"
22307 height_special "totalheight"
22308 status open
22309
22310 \begin_layout Plain Layout
22311 \align center
22312 \begin_inset Graphics
22313         filename ../clipart/platypus.eps
22314         lyxscale 50
22315         width 100col%
22316         scaleBeforeRotation
22317
22318 \end_inset
22319
22320
22321 \end_layout
22322
22323 \begin_layout Plain Layout
22324 \begin_inset Caption
22325
22326 \begin_layout Plain Layout
22327 \begin_inset CommandInset label
22328 LatexCommand label
22329 name "fig:Flotante-derecha"
22330
22331 \end_inset
22332
22333 Flotante en el lado derecho.
22334 \end_layout
22335
22336 \end_inset
22337
22338
22339 \end_layout
22340
22341 \end_inset
22342
22343
22344 \end_layout
22345
22346 \end_inset
22347
22348
22349 \end_layout
22350
22351 \begin_layout Section
22352 Formato de las leyendas
22353 \begin_inset Index idx
22354 status collapsed
22355
22356 \begin_layout Plain Layout
22357 Leyendas ! Formato
22358 \end_layout
22359
22360 \end_inset
22361
22362
22363 \begin_inset Index idx
22364 status collapsed
22365
22366 \begin_layout Plain Layout
22367 Flotantes ! Formato de las leyendas
22368 \end_layout
22369
22370 \end_inset
22371
22372
22373 \begin_inset CommandInset label
22374 LatexCommand label
22375 name "sec:Formato-de-leyendas"
22376
22377 \end_inset
22378
22379
22380 \end_layout
22381
22382 \begin_layout Standard
22383 El entorno 
22384 \family sans
22385 Leyenda
22386 \family default
22387  es el predeterminado para los 
22388 \family sans
22389 Flotantes
22390 \family default
22391 .
22392  En LyX las leyendas se muestran como etiqueta, p.
22393 \begin_inset space \thinspace{}
22394 \end_inset
22395
22396 e.
22397 \begin_inset space ~
22398 \end_inset
22399
22400 «
22401 \family sans
22402 Figura #
22403 \family default
22404 :» seguida por el texto.
22405  «#» es el número real de referencia.
22406  Por omisión la etiqueta y el número usan la misma fuente que el texto de
22407  la leyenda y el signo dos puntos sigue al número para separar la etiqueta
22408  del texto.
22409  El entorno leyenda no es apropiado para todos los tipos de documento.
22410  
22411 \end_layout
22412
22413 \begin_layout Standard
22414 Para cambiar el formato predeterminado carga el paquete LaTeX 
22415 \series bold
22416 caption
22417 \series default
22418
22419 \begin_inset Index idx
22420 status collapsed
22421
22422 \begin_layout Plain Layout
22423 LaTeX-paquetes ! caption
22424 \end_layout
22425
22426 \end_inset
22427
22428  en el preámbulo del documento con la línea:
22429 \end_layout
22430
22431 \begin_layout Standard
22432
22433 \series bold
22434
22435 \backslash
22436 usepackage[definición de formato]{caption}
22437 \end_layout
22438
22439 \begin_layout Standard
22440 Para poner, por ejemplo, la etiqueta y el número en sans-serif negrita y
22441  las leyendas de tabla siempre sobre ella como en este documento, usa el
22442  comando:
22443 \end_layout
22444
22445 \begin_layout Standard
22446
22447 \series bold
22448
22449 \backslash
22450 usepackage[labelfont={bf,sf}, tableposition=top]{caption}
22451 \end_layout
22452
22453 \begin_layout Standard
22454 También puedes definir distintos formatos de leyenda para los distintos
22455  tipos de flotantes.
22456  En ese caso carga el paquete 
22457 \series bold
22458 caption
22459 \series default
22460  sin opciones específicas y define los distintos formatos con ayuda del
22461  comando
22462 \end_layout
22463
22464 \begin_layout Standard
22465
22466 \series bold
22467
22468 \backslash
22469 captionsetup[tipo de flotante]{definición de formato}
22470 \end_layout
22471
22472 \begin_layout Standard
22473 en el preámbulo del documento.
22474  Por ejemplo las leyendas de la Figura
22475 \begin_inset space ~
22476 \end_inset
22477
22478
22479 \begin_inset CommandInset ref
22480 LatexCommand ref
22481 reference "fig:Esto-es-una-fig"
22482
22483 \end_inset
22484
22485  y la tabla
22486 \begin_inset space ~
22487 \end_inset
22488
22489
22490 \begin_inset CommandInset ref
22491 LatexCommand ref
22492 reference "tab:Esto-es-una-tab"
22493
22494 \end_inset
22495
22496  pueden crearse usando los siguientes comandos en el preámbulo:
22497 \end_layout
22498
22499 \begin_layout Standard
22500
22501 \series bold
22502
22503 \backslash
22504 usepackage[tableposition=top]{caption}
22505 \series default
22506
22507 \begin_inset Newline newline
22508 \end_inset
22509
22510
22511 \series bold
22512
22513 \backslash
22514 captionsetup[figure]{labelfont={tt}, textfont=it, indention=1cm,%
22515 \begin_inset Newline newline
22516 \end_inset
22517
22518
22519 \begin_inset Phantom HPhantom
22520 status open
22521
22522 \begin_layout Plain Layout
22523
22524 \series bold
22525
22526 \backslash
22527 captionsetup[figure]{
22528 \end_layout
22529
22530 \end_inset
22531
22532 labelsep=period}
22533 \begin_inset Newline newline
22534 \end_inset
22535
22536
22537 \backslash
22538 captionsetup[table]{labelfont={bf,sf}}
22539 \end_layout
22540
22541 \begin_layout Standard
22542 \begin_inset Note Greyedout
22543 status open
22544
22545 \begin_layout Plain Layout
22546
22547 \series bold
22548 Nota: 
22549 \series default
22550 La opción 
22551 \series bold
22552 tableposition=top
22553 \series default
22554  no tiene efecto si se usa una clase de documento 
22555 \series bold
22556 KOMA-Script
22557 \series default
22558 .
22559  En este caso debe utilizarse la opción de clase de documento 
22560 \series bold
22561 captions=tableheading
22562 \series default
22563 .
22564  
22565 \end_layout
22566
22567 \end_inset
22568
22569
22570 \end_layout
22571
22572 \begin_layout Standard
22573 Para más información sobre el paquete 
22574 \series bold
22575 caption
22576 \series default
22577  acude a su documentación 
22578 \begin_inset CommandInset citation
22579 LatexCommand cite
22580 key "caption"
22581
22582 \end_inset
22583
22584 .
22585 \end_layout
22586
22587 \begin_layout Standard
22588 Para cambiar el nombre de la etiqueta de «Figura» a «Imagen», p.
22589 \begin_inset space \thinspace{}
22590 \end_inset
22591
22592 e., usa el siguiente comando de preámbulo:
22593 \end_layout
22594
22595 \begin_layout Standard
22596
22597 \series bold
22598
22599 \backslash
22600 renewcommand{
22601 \backslash
22602 fnum@figure}{Imagen~
22603 \backslash
22604 thefigure}
22605 \end_layout
22606
22607 \begin_layout Standard
22608 donde 
22609 \series bold
22610
22611 \backslash
22612 thefigure
22613 \series default
22614  inserta el número de figura y «~» genera un espacio protegido.
22615
22616 \series bold
22617  
22618 \end_layout
22619
22620 \begin_layout Standard
22621 \begin_inset VSpace bigskip
22622 \end_inset
22623
22624 Si estás usando la clase de documento 
22625 \series bold
22626 KOMA-Script
22627 \series default
22628
22629 \begin_inset Index idx
22630 status collapsed
22631
22632 \begin_layout Plain Layout
22633 LaTeX-paquetes ! KOMA-Script
22634 \end_layout
22635
22636 \end_inset
22637
22638  (
22639 \family sans
22640 article (KOMA-Script)
22641 \family default
22642
22643 \family sans
22644 book (KOMA-Script)
22645 \family default
22646
22647 \family sans
22648 letter (KOMA-Script)
22649 \family default
22650 , o 
22651 \family sans
22652 report (KOMA-Script)
22653 \family default
22654
22655 \begin_inset space \thinspace{}
22656 \end_inset
22657
22658 ), puedes emplear en vez del paquete 
22659 \series bold
22660 caption
22661 \series default
22662  el comando 
22663 \series bold
22664
22665 \backslash
22666 setkomafont
22667 \series default
22668  incluido en 
22669 \series bold
22670 KOMA-Script
22671 \series default
22672 .
22673  Por ejemplo, para poner en negrita la etiqueta de la leyenda añade este
22674  comando en el preámbulo del documento:
22675 \end_layout
22676
22677 \begin_layout Standard
22678
22679 \series bold
22680
22681 \backslash
22682 setkomafont{captionlabel}{
22683 \backslash
22684 bfseries}
22685 \end_layout
22686
22687 \begin_layout Standard
22688 Más información sobre 
22689 \series bold
22690
22691 \backslash
22692 setkomafont
22693 \series default
22694  en la documentación de 
22695 \series bold
22696 KOMA-Script
22697 \series default
22698  
22699 \begin_inset CommandInset citation
22700 LatexCommand cite
22701 key "KOMA-Script"
22702
22703 \end_inset
22704
22705 .
22706 \end_layout
22707
22708 \begin_layout Standard
22709 \begin_inset ERT
22710 status collapsed
22711
22712 \begin_layout Plain Layout
22713
22714
22715 \backslash
22716 captionsetup[figure]{labelfont={tt}, textfont=it, indention=1cm, labelsep=period
22717 }
22718 \end_layout
22719
22720 \end_inset
22721
22722
22723 \begin_inset Note Note
22724 status collapsed
22725
22726 \begin_layout Plain Layout
22727 El formato de la leyenda se ha cambiado sólo para este ejemplo.
22728 \end_layout
22729
22730 \end_inset
22731
22732
22733 \end_layout
22734
22735 \begin_layout Standard
22736 \begin_inset Float figure
22737 placement !p
22738 wide false
22739 sideways false
22740 status open
22741
22742 \begin_layout Plain Layout
22743 \align center
22744 \begin_inset Graphics
22745         filename ../clipart/mobius.eps
22746         lyxscale 50
22747         scale 50
22748
22749 \end_inset
22750
22751
22752 \end_layout
22753
22754 \begin_layout Plain Layout
22755 \begin_inset Caption
22756
22757 \begin_layout Plain Layout
22758 \begin_inset CommandInset label
22759 LatexCommand label
22760 name "fig:Esto-es-una-fig"
22761
22762 \end_inset
22763
22764
22765 \begin_inset Argument
22766 status collapsed
22767
22768 \begin_layout Plain Layout
22769 Figura con leyenda muy larga
22770 \end_layout
22771
22772 \end_inset
22773
22774 Este es un ejemplo de figura con una leyenda que es mayor de una línea para
22775  mostrar el formato diferente.
22776  Aquí se usa una leyenda personalizada.
22777 \end_layout
22778
22779 \end_inset
22780
22781
22782 \end_layout
22783
22784 \end_inset
22785
22786
22787 \end_layout
22788
22789 \begin_layout Standard
22790 \begin_inset ERT
22791 status collapsed
22792
22793 \begin_layout Plain Layout
22794
22795
22796 \backslash
22797 captionsetup[figure]{labelfont={bf,sf}, textfont=rm, indention=0cm, labelsep=col
22798 on}
22799 \end_layout
22800
22801 \end_inset
22802
22803
22804 \end_layout
22805
22806 \begin_layout Standard
22807 \begin_inset Float table
22808 placement !p
22809 wide false
22810 sideways false
22811 status collapsed
22812
22813 \begin_layout Plain Layout
22814 \begin_inset Caption
22815
22816 \begin_layout Plain Layout
22817 \begin_inset CommandInset label
22818 LatexCommand label
22819 name "tab:Esto-es-una-tab"
22820
22821 \end_inset
22822
22823
22824 \begin_inset Argument
22825 status collapsed
22826
22827 \begin_layout Plain Layout
22828 Tabla con leyenda muy larga
22829 \end_layout
22830
22831 \end_inset
22832
22833 Este es un ejemplo de leyenda de tabla mayor que una línea para mostrar
22834  el formato diferente.
22835  Aquí se usa el formato de leyenda estándar para las tablas.
22836 \end_layout
22837
22838 \end_inset
22839
22840
22841 \end_layout
22842
22843 \begin_layout Plain Layout
22844 \align center
22845 \begin_inset Tabular
22846 <lyxtabular version="3" rows="1" columns="5">
22847 <features tabularvalignment="middle">
22848 <column alignment="center" valignment="top" width="0">
22849 <column alignment="center" valignment="top" width="0">
22850 <column alignment="center" valignment="top" width="0">
22851 <column alignment="center" valignment="top" width="0">
22852 <column alignment="center" valignment="top" width="0">
22853 <row>
22854 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
22855 \begin_inset Text
22856
22857 \begin_layout Plain Layout
22858 a
22859 \end_layout
22860
22861 \end_inset
22862 </cell>
22863 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
22864 \begin_inset Text
22865
22866 \begin_layout Plain Layout
22867 b
22868 \end_layout
22869
22870 \end_inset
22871 </cell>
22872 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
22873 \begin_inset Text
22874
22875 \begin_layout Plain Layout
22876 c
22877 \end_layout
22878
22879 \end_inset
22880 </cell>
22881 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
22882 \begin_inset Text
22883
22884 \begin_layout Plain Layout
22885 d
22886 \end_layout
22887
22888 \end_inset
22889 </cell>
22890 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
22891 \begin_inset Text
22892
22893 \begin_layout Plain Layout
22894 e
22895 \end_layout
22896
22897 \end_inset
22898 </cell>
22899 </row>
22900 </lyxtabular>
22901
22902 \end_inset
22903
22904
22905 \end_layout
22906
22907 \end_inset
22908
22909
22910 \end_layout
22911
22912 \begin_layout Section
22913 Colocación de leyendas
22914 \begin_inset Index idx
22915 status collapsed
22916
22917 \begin_layout Plain Layout
22918 Leyendas ! Colocación
22919 \end_layout
22920
22921 \end_inset
22922
22923
22924 \begin_inset Index idx
22925 status collapsed
22926
22927 \begin_layout Plain Layout
22928 Flotantes ! Colocación de leyendas
22929 \end_layout
22930
22931 \end_inset
22932
22933
22934 \begin_inset CommandInset label
22935 LatexCommand label
22936 name "sec:Colocación-de-leyendas"
22937
22938 \end_inset
22939
22940
22941 \end_layout
22942
22943 \begin_layout Standard
22944 La norma habitual para colocar las leyendas es:
22945 \end_layout
22946
22947 \begin_layout Description
22948 Figura: La leyenda al pie de la figura
22949 \end_layout
22950
22951 \begin_layout Description
22952 Tabla: La leyenda sobre la tabla
22953 \end_layout
22954
22955 \begin_layout Standard
22956 Desafortunadamente, las clases estándar de LaTeX no soportan leyendas sobre
22957  la tabla.
22958  Esto implica que si usas las clases de documento 
22959 \family sans
22960 article
22961 \family default
22962
22963 \family sans
22964 book
22965 \family default
22966
22967 \family sans
22968 letter
22969 \family default
22970 , o 
22971 \family sans
22972 report
22973 \family default
22974  no habrá espacio entre la leyenda y la tabla.
22975  Para insertar el espacio adecuado añade la siguiente opción al comando
22976  del paquete LaTeX 
22977 \series bold
22978 caption
22979 \series default
22980  en el preámbulo del documento:
22981 \begin_inset Foot
22982 status collapsed
22983
22984 \begin_layout Plain Layout
22985 Véase la sección
22986 \begin_inset space ~
22987 \end_inset
22988
22989
22990 \begin_inset CommandInset ref
22991 LatexCommand ref
22992 reference "sec:Formato-de-leyendas"
22993
22994 \end_inset
22995
22996  para más información sobre el paquete 
22997 \series bold
22998 caption
22999 \series default
23000 .
23001 \end_layout
23002
23003 \end_inset
23004
23005
23006 \end_layout
23007
23008 \begin_layout Standard
23009
23010 \series bold
23011 tableposition=top
23012 \end_layout
23013
23014 \begin_layout Standard
23015 Si estás usando la clase 
23016 \series bold
23017 KOMA-Script
23018 \series default
23019
23020 \begin_inset Index idx
23021 status collapsed
23022
23023 \begin_layout Plain Layout
23024 LaTeX-paquetes ! KOMA-Script
23025 \end_layout
23026
23027 \end_inset
23028
23029  (
23030 \family sans
23031 article (KOMA-Script)
23032 \family default
23033
23034 \family sans
23035 book (KOMA-Script)
23036 \family default
23037
23038 \family sans
23039 letter (KOMA-Script)
23040 \family default
23041 , o 
23042 \family sans
23043 report (KOMA-Script)
23044 \family default
23045
23046 \begin_inset space \thinspace{}
23047 \end_inset
23048
23049 ), en vez de 
23050 \series bold
23051 caption
23052 \series default
23053  puedes poner la opción 
23054 \series bold
23055 captions=tableheading
23056 \series default
23057  de la clase de documento.
23058 \end_layout
23059
23060 \begin_layout Standard
23061 \begin_inset VSpace bigskip
23062 \end_inset
23063
23064 También es posible poner la leyenda junto a una figura o tabla.
23065  Para conseguirlo hay que cargar el paquete LaTeX 
23066 \series bold
23067 sidecap
23068 \series default
23069
23070 \begin_inset Index idx
23071 status collapsed
23072
23073 \begin_layout Plain Layout
23074 LaTeX-paquetes ! sidecap
23075 \end_layout
23076
23077 \end_inset
23078
23079  añadiendo en el preámbulo del documento la línea
23080 \end_layout
23081
23082 \begin_layout Standard
23083
23084 \series bold
23085
23086 \backslash
23087 usepackage[option]{sidecap}
23088 \end_layout
23089
23090 \begin_layout Standard
23091 Si no se especifica opción, la leyenda se ubica del lado del margen externo
23092  de la página —a la derecha en páginas impares, a la izquierda en las pares—.
23093  Puedes cambiar la colocación al margen interno con la opción 
23094 \series bold
23095 innercaption
23096 \series default
23097 .
23098  Para forzar la ubicación siempre a la derecha o a la izquierda, usa las
23099  opciones 
23100 \series bold
23101 rightcaption
23102 \series default
23103  o 
23104 \series bold
23105 leftcaption
23106 \series default
23107 , respectivamente.
23108 \end_layout
23109
23110 \begin_layout Standard
23111 \begin_inset ERT
23112 status collapsed
23113
23114 \begin_layout Plain Layout
23115
23116
23117 \backslash
23118 ifsidecap
23119 \end_layout
23120
23121 \end_inset
23122
23123
23124 \begin_inset Note Note
23125 status collapsed
23126
23127 \begin_layout Plain Layout
23128 La siguiente sección sólo se mostrará en pantalla si está instalado el paquete
23129  LaTeX 
23130 \series bold
23131 sidecap
23132 \series default
23133 .
23134 \end_layout
23135
23136 \end_inset
23137
23138
23139 \end_layout
23140
23141 \begin_layout Standard
23142 Para situar en LyX la leyenda de un flotante al lado, es necesario añadir
23143  estos comandos al preámbulo del documento:
23144 \end_layout
23145
23146 \begin_layout Standard
23147 \noindent
23148 \begin_inset CommandInset line
23149 LatexCommand rule
23150 offset "0.5ex"
23151 width "100line%"
23152 height "1pt"
23153
23154 \end_inset
23155
23156
23157 \end_layout
23158
23159 \begin_layout Standard
23160
23161 \series bold
23162
23163 \backslash
23164 newcommand{
23165 \backslash
23166 TabBesBeg}{%
23167 \begin_inset Newline newline
23168 \end_inset
23169
23170
23171 \begin_inset Phantom HPhantom
23172 status open
23173
23174 \begin_layout Plain Layout
23175
23176 \series bold
23177 \begin_inset space ~
23178 \end_inset
23179
23180
23181 \end_layout
23182
23183 \end_inset
23184
23185
23186 \backslash
23187 let
23188 \backslash
23189 MyTable
23190 \backslash
23191 table
23192 \begin_inset Newline newline
23193 \end_inset
23194
23195
23196 \begin_inset Phantom HPhantom
23197 status open
23198
23199 \begin_layout Plain Layout
23200
23201 \series bold
23202 \begin_inset space ~
23203 \end_inset
23204
23205
23206 \end_layout
23207
23208 \end_inset
23209
23210
23211 \backslash
23212 let
23213 \backslash
23214 MyEndtable
23215 \backslash
23216 endtable
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 renewenvironment{table}{
23238 \backslash
23239 begin{SCtable}}{
23240 \backslash
23241 end{SCtable}}}
23242 \end_layout
23243
23244 \begin_layout Standard
23245
23246 \series bold
23247
23248 \backslash
23249 newcommand{
23250 \backslash
23251 TabBesEnd}{%
23252 \begin_inset Newline newline
23253 \end_inset
23254
23255
23256 \begin_inset Phantom HPhantom
23257 status open
23258
23259 \begin_layout Plain Layout
23260
23261 \series bold
23262 \begin_inset space ~
23263 \end_inset
23264
23265
23266 \end_layout
23267
23268 \end_inset
23269
23270
23271 \backslash
23272 let
23273 \backslash
23274 table
23275 \backslash
23276 MyTable
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 endtable
23300 \backslash
23301 MyEndtable
23302 \end_layout
23303
23304 \begin_layout Standard
23305
23306 \series bold
23307
23308 \backslash
23309 newcommand{
23310 \backslash
23311 FigBesBeg}{%
23312 \begin_inset Newline newline
23313 \end_inset
23314
23315
23316 \begin_inset Phantom HPhantom
23317 status open
23318
23319 \begin_layout Plain Layout
23320
23321 \series bold
23322 \begin_inset space ~
23323 \end_inset
23324
23325
23326 \end_layout
23327
23328 \end_inset
23329
23330
23331 \backslash
23332 let
23333 \backslash
23334 MyFigure
23335 \backslash
23336 figure
23337 \begin_inset Newline newline
23338 \end_inset
23339
23340
23341 \begin_inset Phantom HPhantom
23342 status open
23343
23344 \begin_layout Plain Layout
23345
23346 \series bold
23347 \begin_inset space ~
23348 \end_inset
23349
23350
23351 \end_layout
23352
23353 \end_inset
23354
23355
23356 \backslash
23357 let
23358 \backslash
23359 MyEndfigure
23360 \backslash
23361 endfigure
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 renewenvironment{figure}{
23383 \backslash
23384 begin{SCfigure}}{
23385 \backslash
23386 end{SCfigure}}}
23387 \end_layout
23388
23389 \begin_layout Standard
23390
23391 \series bold
23392
23393 \backslash
23394 newcommand{
23395 \backslash
23396 FigBesEnd}{%
23397 \begin_inset Newline newline
23398 \end_inset
23399
23400
23401 \begin_inset Phantom HPhantom
23402 status open
23403
23404 \begin_layout Plain Layout
23405
23406 \series bold
23407 \begin_inset space ~
23408 \end_inset
23409
23410
23411 \end_layout
23412
23413 \end_inset
23414
23415
23416 \backslash
23417 let
23418 \backslash
23419 figure
23420 \backslash
23421 MyFigure
23422 \begin_inset Newline newline
23423 \end_inset
23424
23425
23426 \begin_inset Phantom HPhantom
23427 status open
23428
23429 \begin_layout Plain Layout
23430
23431 \series bold
23432 \begin_inset space ~
23433 \end_inset
23434
23435
23436 \end_layout
23437
23438 \end_inset
23439
23440
23441 \backslash
23442 let
23443 \backslash
23444 endfigure
23445 \backslash
23446 MyEndfigure}
23447 \end_layout
23448
23449 \begin_layout Standard
23450 \noindent
23451 \begin_inset CommandInset line
23452 LatexCommand rule
23453 offset "0.5ex"
23454 width "100line%"
23455 height "1pt"
23456
23457 \end_inset
23458
23459
23460 \end_layout
23461
23462 \begin_layout Standard
23463 Estos comandos permiten redefinir los flotantes de modo que la leyenda aparezca
23464  en un lado.
23465  Para figuras flotantes usa el comando
23466 \end_layout
23467
23468 \begin_layout Standard
23469
23470 \series bold
23471
23472 \backslash
23473 FigBesBeg
23474 \end_layout
23475
23476 \begin_layout Standard
23477 en código TeX antes del flotante.
23478  Detrás del flotante inserta
23479 \end_layout
23480
23481 \begin_layout Standard
23482
23483 \series bold
23484
23485 \backslash
23486 FigBesEnd
23487 \end_layout
23488
23489 \begin_layout Standard
23490 en código TeX para volver a la definición original de flotantes.
23491 \end_layout
23492
23493 \begin_layout Standard
23494 Para tablas flotantes usa los comandos correspondientes
23495 \end_layout
23496
23497 \begin_layout Standard
23498
23499 \series bold
23500
23501 \backslash
23502 TabBesBeg
23503 \series default
23504  y 
23505 \series bold
23506
23507 \backslash
23508 TabBesEnd
23509 \end_layout
23510
23511 \begin_layout Standard
23512 La figura
23513 \begin_inset space ~
23514 \end_inset
23515
23516
23517 \begin_inset CommandInset ref
23518 LatexCommand ref
23519 reference "fig:encab-al-lado"
23520
23521 \end_inset
23522
23523  y la tabla
23524 \begin_inset space ~
23525 \end_inset
23526
23527
23528 \begin_inset CommandInset ref
23529 LatexCommand ref
23530 reference "tab:encab-al-lado"
23531
23532 \end_inset
23533
23534  son ejemplos en los que el título se sitúa al lado.
23535 \end_layout
23536
23537 \begin_layout Standard
23538 En los ejemplos puedes ver que el texto del título aparece encima del flotante
23539  en tablas flotantes y debajo en las figuras flotantes.
23540  Para cambiarlo, puedes usar el comando
23541 \end_layout
23542
23543 \begin_layout Standard
23544
23545 \series bold
23546
23547 \backslash
23548 sidecaptionvpos{tipo de flotante}{colocación}
23549 \end_layout
23550
23551 \begin_layout Standard
23552 en el preámbulo o en código TeX antes del flotante.
23553  El tipo de flotante es 
23554 \family sans
23555 figure
23556 \family default
23557  o 
23558 \family sans
23559 table
23560 \family default
23561 , la colocación puede ser «
23562 \family sans
23563 t
23564 \family default
23565 » por «top» (arriba), «
23566 \family sans
23567 c
23568 \family default
23569 » por «center» (centro), o «
23570 \family sans
23571 b
23572 \family default
23573 » por «bottom» (abajo).
23574  Para tener, por ejemplo, el título de figuras flotantes verticalmente centrado,
23575  usa el comando
23576 \end_layout
23577
23578 \begin_layout Standard
23579
23580 \series bold
23581
23582 \backslash
23583 sidecaptionvpos{figure}{c}
23584 \end_layout
23585
23586 \begin_layout Standard
23587 Esto se ha hecho en la figura
23588 \begin_inset space ~
23589 \end_inset
23590
23591
23592 \begin_inset CommandInset ref
23593 LatexCommand ref
23594 reference "fig:encab-al-lado-de-fig"
23595
23596 \end_inset
23597
23598 .
23599 \end_layout
23600
23601 \begin_layout Standard
23602 \begin_inset VSpace medskip
23603 \end_inset
23604
23605 Más información sobre el paquete 
23606 \series bold
23607 sidecap
23608 \series default
23609  en su documentación 
23610 \begin_inset CommandInset citation
23611 LatexCommand cite
23612 key "sidecap"
23613
23614 \end_inset
23615
23616 .
23617 \end_layout
23618
23619 \begin_layout Standard
23620 \begin_inset Note Greyedout
23621 status open
23622
23623 \begin_layout Plain Layout
23624
23625 \series bold
23626 Nota:
23627 \series default
23628  El paquete LaTeX 
23629 \series bold
23630 hypcap
23631 \series default
23632
23633 \begin_inset Index idx
23634 status collapsed
23635
23636 \begin_layout Plain Layout
23637 LaTeX-paquetes ! hypcap
23638 \end_layout
23639
23640 \end_inset
23641
23642 , descrito en la sección
23643 \begin_inset space ~
23644 \end_inset
23645
23646
23647 \begin_inset CommandInset ref
23648 LatexCommand ref
23649 reference "sub:Colocación-de-Referencias"
23650
23651 \end_inset
23652
23653 , no afecta a flotantes con la leyenda al lado.
23654 \end_layout
23655
23656 \end_inset
23657
23658
23659 \end_layout
23660
23661 \begin_layout Standard
23662 \begin_inset ERT
23663 status collapsed
23664
23665 \begin_layout Plain Layout
23666
23667
23668 \backslash
23669 FigBesBeg 
23670 \end_layout
23671
23672 \end_inset
23673
23674
23675 \end_layout
23676
23677 \begin_layout Standard
23678 \begin_inset Float figure
23679 wide false
23680 sideways false
23681 status open
23682
23683 \begin_layout Plain Layout
23684 \begin_inset Graphics
23685         filename ../clipart/escher-lsd.eps
23686         scale 75
23687
23688 \end_inset
23689
23690
23691 \end_layout
23692
23693 \begin_layout Plain Layout
23694 \begin_inset Caption
23695
23696 \begin_layout Plain Layout
23697 \begin_inset CommandInset label
23698 LatexCommand label
23699 name "fig:encab-al-lado"
23700
23701 \end_inset
23702
23703 Leyenda al lado de una figura.
23704 \end_layout
23705
23706 \end_inset
23707
23708
23709 \end_layout
23710
23711 \end_inset
23712
23713
23714 \end_layout
23715
23716 \begin_layout Standard
23717 \begin_inset ERT
23718 status collapsed
23719
23720 \begin_layout Plain Layout
23721
23722
23723 \backslash
23724 TabBesBeg 
23725 \end_layout
23726
23727 \end_inset
23728
23729
23730 \end_layout
23731
23732 \begin_layout Standard
23733 \begin_inset Float table
23734 wide false
23735 sideways false
23736 status open
23737
23738 \begin_layout Plain Layout
23739 \begin_inset Caption
23740
23741 \begin_layout Plain Layout
23742 \begin_inset CommandInset label
23743 LatexCommand label
23744 name "tab:encab-al-lado"
23745
23746 \end_inset
23747
23748 Leyenda al lado de una tabla.
23749 \end_layout
23750
23751 \end_inset
23752
23753
23754 \end_layout
23755
23756 \begin_layout Plain Layout
23757 \begin_inset Tabular
23758 <lyxtabular version="3" rows="4" columns="5">
23759 <features tabularvalignment="middle">
23760 <column alignment="center" valignment="top" width="0">
23761 <column alignment="center" valignment="top" width="0">
23762 <column alignment="center" valignment="top" width="0">
23763 <column alignment="center" valignment="top" width="0">
23764 <column alignment="center" valignment="top" width="0">
23765 <row>
23766 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23767 \begin_inset Text
23768
23769 \begin_layout Plain Layout
23770 a
23771 \end_layout
23772
23773 \end_inset
23774 </cell>
23775 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23776 \begin_inset Text
23777
23778 \begin_layout Plain Layout
23779
23780 \end_layout
23781
23782 \end_inset
23783 </cell>
23784 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23785 \begin_inset Text
23786
23787 \begin_layout Plain Layout
23788 b
23789 \end_layout
23790
23791 \end_inset
23792 </cell>
23793 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23794 \begin_inset Text
23795
23796 \begin_layout Plain Layout
23797
23798 \end_layout
23799
23800 \end_inset
23801 </cell>
23802 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23803 \begin_inset Text
23804
23805 \begin_layout Plain Layout
23806 c
23807 \end_layout
23808
23809 \end_inset
23810 </cell>
23811 </row>
23812 <row>
23813 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23814 \begin_inset Text
23815
23816 \begin_layout Plain Layout
23817
23818 \end_layout
23819
23820 \end_inset
23821 </cell>
23822 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23823 \begin_inset Text
23824
23825 \begin_layout Plain Layout
23826 d
23827 \end_layout
23828
23829 \end_inset
23830 </cell>
23831 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23832 \begin_inset Text
23833
23834 \begin_layout Plain Layout
23835
23836 \end_layout
23837
23838 \end_inset
23839 </cell>
23840 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23841 \begin_inset Text
23842
23843 \begin_layout Plain Layout
23844 e
23845 \end_layout
23846
23847 \end_inset
23848 </cell>
23849 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23850 \begin_inset Text
23851
23852 \begin_layout Plain Layout
23853
23854 \end_layout
23855
23856 \end_inset
23857 </cell>
23858 </row>
23859 <row>
23860 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23861 \begin_inset Text
23862
23863 \begin_layout Plain Layout
23864 f
23865 \end_layout
23866
23867 \end_inset
23868 </cell>
23869 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23870 \begin_inset Text
23871
23872 \begin_layout Plain Layout
23873
23874 \end_layout
23875
23876 \end_inset
23877 </cell>
23878 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23879 \begin_inset Text
23880
23881 \begin_layout Plain Layout
23882 g
23883 \end_layout
23884
23885 \end_inset
23886 </cell>
23887 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23888 \begin_inset Text
23889
23890 \begin_layout Plain Layout
23891
23892 \end_layout
23893
23894 \end_inset
23895 </cell>
23896 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23897 \begin_inset Text
23898
23899 \begin_layout Plain Layout
23900 h
23901 \end_layout
23902
23903 \end_inset
23904 </cell>
23905 </row>
23906 <row>
23907 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
23908 \begin_inset Text
23909
23910 \begin_layout Plain Layout
23911
23912 \end_layout
23913
23914 \end_inset
23915 </cell>
23916 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
23917 \begin_inset Text
23918
23919 \begin_layout Plain Layout
23920 i
23921 \end_layout
23922
23923 \end_inset
23924 </cell>
23925 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
23926 \begin_inset Text
23927
23928 \begin_layout Plain Layout
23929
23930 \end_layout
23931
23932 \end_inset
23933 </cell>
23934 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
23935 \begin_inset Text
23936
23937 \begin_layout Plain Layout
23938 j
23939 \end_layout
23940
23941 \end_inset
23942 </cell>
23943 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
23944 \begin_inset Text
23945
23946 \begin_layout Plain Layout
23947
23948 \end_layout
23949
23950 \end_inset
23951 </cell>
23952 </row>
23953 </lyxtabular>
23954
23955 \end_inset
23956
23957
23958 \end_layout
23959
23960 \end_inset
23961
23962
23963 \end_layout
23964
23965 \begin_layout Standard
23966 \begin_inset ERT
23967 status collapsed
23968
23969 \begin_layout Plain Layout
23970
23971
23972 \backslash
23973 TabBesEnd
23974 \end_layout
23975
23976 \end_inset
23977
23978
23979 \end_layout
23980
23981 \begin_layout Standard
23982 \begin_inset ERT
23983 status collapsed
23984
23985 \begin_layout Plain Layout
23986
23987
23988 \backslash
23989 sidecaptionvpos{figure}{c}
23990 \end_layout
23991
23992 \end_inset
23993
23994
23995 \begin_inset Float figure
23996 wide false
23997 sideways false
23998 status open
23999
24000 \begin_layout Plain Layout
24001 \begin_inset Graphics
24002         filename ../clipart/escher-lsd.eps
24003         scale 75
24004
24005 \end_inset
24006
24007
24008 \end_layout
24009
24010 \begin_layout Plain Layout
24011 \begin_inset Caption
24012
24013 \begin_layout Plain Layout
24014 \begin_inset CommandInset label
24015 LatexCommand label
24016 name "fig:encab-al-lado-de-fig"
24017
24018 \end_inset
24019
24020 Leyenda centrada verticalmente junto a una figura.
24021 \end_layout
24022
24023 \end_inset
24024
24025
24026 \end_layout
24027
24028 \end_inset
24029
24030
24031 \end_layout
24032
24033 \begin_layout Standard
24034 \begin_inset ERT
24035 status collapsed
24036
24037 \begin_layout Plain Layout
24038
24039
24040 \backslash
24041 FigBesEnd
24042 \end_layout
24043
24044 \end_inset
24045
24046
24047 \end_layout
24048
24049 \begin_layout Standard
24050 \begin_inset ERT
24051 status collapsed
24052
24053 \begin_layout Plain Layout
24054
24055
24056 \backslash
24057 else
24058 \end_layout
24059
24060 \end_inset
24061
24062
24063 \begin_inset Note Note
24064 status collapsed
24065
24066 \begin_layout Plain Layout
24067 Lo siguiente se mostrará en pantalla si no está instalado el paquete LaTeX
24068  
24069 \series bold
24070 sidecap
24071 \series default
24072 .
24073 \end_layout
24074
24075 \end_inset
24076
24077
24078 \end_layout
24079
24080 \begin_layout Standard
24081 Debes instalar el paquete LaTeX 
24082 \series bold
24083 sidecap
24084 \series default
24085  para ver la parte siguiente en la salida.
24086 \end_layout
24087
24088 \begin_layout Standard
24089 \begin_inset ERT
24090 status collapsed
24091
24092 \begin_layout Plain Layout
24093
24094
24095 \backslash
24096 fi
24097 \end_layout
24098
24099 \end_inset
24100
24101
24102 \end_layout
24103
24104 \begin_layout Section
24105 Índice de flotantes
24106 \begin_inset Index idx
24107 status collapsed
24108
24109 \begin_layout Plain Layout
24110 Flotantes ! Índice de
24111 \end_layout
24112
24113 \end_inset
24114
24115
24116 \end_layout
24117
24118 \begin_layout Standard
24119 Igual que en el índice general se listan las secciones del documento, hay
24120  índices para todos los tipos de flotantes, como las figuras.
24121  Se pueden insertar mediante los submenús 
24122 \family sans
24123 Insertar\SpecialChar \menuseparator
24124 Lista
24125 \begin_inset space \thinspace{}
24126 \end_inset
24127
24128 /
24129 \begin_inset space \thinspace{}
24130 \end_inset
24131
24132 Índice
24133 \family default
24134 .
24135 \end_layout
24136
24137 \begin_layout Standard
24138 Las entradas de los índices son las leyendas del flotante o su título breve,
24139  el número de flotante y el número de la página del documento en la que
24140  aparecen.
24141 \end_layout
24142
24143 \begin_layout Standard
24144 Puedes encontrar los índices de figuras y tablas al final de este documento.
24145 \end_layout
24146
24147 \begin_layout Chapter
24148 Notas
24149 \end_layout
24150
24151 \begin_layout Section
24152 Notas en LyX
24153 \begin_inset Index idx
24154 status collapsed
24155
24156 \begin_layout Plain Layout
24157 Notas ! en LyX
24158 \end_layout
24159
24160 \end_inset
24161
24162
24163 \end_layout
24164
24165 \begin_layout Standard
24166 Las notas se insertan con el botón 
24167 \begin_inset Graphics
24168         filename ../../images/note-insert.png
24169         scale 85
24170
24171 \end_inset
24172
24173  o con el menú 
24174 \family sans
24175 Insertar\SpecialChar \menuseparator
24176 Nota
24177 \family default
24178 .
24179  Hay cinco tipos de notas:
24180 \end_layout
24181
24182 \begin_layout Description
24183 Nota
24184 \begin_inset space ~
24185 \end_inset
24186
24187 LyX Este tipo es para notas internas que no han de aparecer en la salida.
24188  Su cuadro se muestra como este:
24189 \begin_inset Newline newline
24190 \end_inset
24191
24192
24193 \begin_inset Newline newline
24194 \end_inset
24195
24196
24197 \begin_inset Graphics
24198         filename clipart/NotaLyXImagenQt4.png
24199         display false
24200         scale 75
24201
24202 \end_inset
24203
24204  
24205 \begin_inset Note Note
24206 status collapsed
24207
24208 \begin_layout Plain Layout
24209 Este es un texto en un recuadro que no se muestra en la salida.
24210 \end_layout
24211
24212 \end_inset
24213
24214
24215 \end_layout
24216
24217 \begin_layout Description
24218 Comentario Esta nota tampoco se muestra en la salida pero aparece como un
24219  comentario de LaTeX, cuando exportas el documento a LaTeX vía menú 
24220 \family sans
24221 Archivo\SpecialChar \menuseparator
24222 Exportar\SpecialChar \menuseparator
24223 LaTeX (pdflatex) / (plain)
24224 \family default
24225 .
24226  Su recuadro se ve así:
24227 \begin_inset Newline newline
24228 \end_inset
24229
24230
24231 \begin_inset Newline newline
24232 \end_inset
24233
24234
24235 \begin_inset Graphics
24236         filename clipart/ComentNotaImagenQt4.png
24237         display false
24238         scale 75
24239
24240 \end_inset
24241
24242  
24243 \begin_inset Note Comment
24244 status collapsed
24245
24246 \begin_layout Plain Layout
24247 Una nota comentario que sólo aparece como comentario en archivos LaTeX.
24248 \end_layout
24249
24250 \end_inset
24251
24252
24253 \end_layout
24254
24255 \begin_layout Description
24256 Resaltado
24257 \begin_inset space ~
24258 \end_inset
24259
24260 en
24261 \begin_inset space ~
24262 \end_inset
24263
24264 gris Esta nota aparece en la salida como texto resaltado en gris.
24265  Su recuadro se parece a este:
24266 \begin_inset Newline newline
24267 \end_inset
24268
24269
24270 \begin_inset Newline newline
24271 \end_inset
24272
24273
24274 \begin_inset Graphics
24275         filename clipart/GrisNotaImagenQt4.png
24276         display false
24277         scale 75
24278
24279 \end_inset
24280
24281
24282 \begin_inset Newline newline
24283 \end_inset
24284
24285
24286 \begin_inset ERT
24287 status collapsed
24288
24289 \begin_layout Plain Layout
24290
24291
24292 \backslash
24293 renewenvironment{lyxgreyedout}
24294 \end_layout
24295
24296 \begin_layout Plain Layout
24297
24298 {
24299 \backslash
24300 textcolor[gray]{0.8}
24301 \backslash
24302 bgroup}{
24303 \backslash
24304 egroup}
24305 \end_layout
24306
24307 \end_inset
24308
24309
24310 \begin_inset Note Greyedout
24311 status open
24312
24313 \begin_layout Plain Layout
24314 Este es el texto
24315 \begin_inset Foot
24316 status collapsed
24317
24318 \begin_layout Plain Layout
24319 Esto es un ejemplo de nota al pie en una nota resaltada en gris.
24320 \end_layout
24321
24322 \end_inset
24323
24324  de un comentario que se muestra resaltado en gris.
24325 \end_layout
24326
24327 \end_inset
24328
24329
24330 \begin_inset ERT
24331 status collapsed
24332
24333 \begin_layout Plain Layout
24334
24335
24336 \backslash
24337 renewenvironment{lyxgreyedout}
24338 \end_layout
24339
24340 \begin_layout Plain Layout
24341
24342 {
24343 \backslash
24344 textcolor{blue}
24345 \backslash
24346 bgroup}{
24347 \backslash
24348 egroup}
24349 \end_layout
24350
24351 \end_inset
24352
24353
24354 \begin_inset Note Note
24355 status collapsed
24356
24357 \begin_layout Plain Layout
24358 La nota resaltada en gris se ha redefinido aquí para mostrarla con la definición
24359  original de LyX, ya que en el preámbulo de este documento se han redefinido
24360  estas notas para que salgan en azul, como se indica más adelante.
24361 \end_layout
24362
24363 \end_inset
24364
24365
24366 \begin_inset Newline newline
24367 \end_inset
24368
24369
24370 \begin_inset Newline newline
24371 \end_inset
24372
24373 Como se ve en el ejemplo, la primera línea de las notas resaltadas en gris
24374  está un poco sangrada, y por otra parte pueden tener notas al pie.
24375 \end_layout
24376
24377 \begin_layout Standard
24378 \begin_inset VSpace bigskip
24379 \end_inset
24380
24381 Si usas el botón de la barra de herramientas 
24382 \begin_inset Graphics
24383         filename ../../images/note-insert.png
24384         scale 85
24385
24386 \end_inset
24387
24388  para insertar notas, se inserta una 
24389 \family sans
24390 Nota
24391 \begin_inset space ~
24392 \end_inset
24393
24394 LyX
24395 \family default
24396 .
24397  Puedes cambiar entre los cinco tipos de nota con clic derecho sobre el
24398  recuadro.
24399  
24400 \family roman
24401 \series medium
24402 \bar no
24403 Si quieres convertir un texto presente a nota, márcalo y pincha sobre el
24404  botón de herramienta 
24405 \family sans
24406 \series default
24407 \bar default
24408 Nota
24409 \family default
24410 .
24411  Para cambiar una nota a texto, pulsa la tecla 
24412 \family sans
24413 Retroceso
24414 \family default
24415  cuando el cursor está en la primera posición de una nota, o la tecla 
24416 \family sans
24417 Supr
24418 \family default
24419  cuando el cursor está en la última posición de la nota, respectivamente.
24420 \end_layout
24421
24422 \begin_layout Standard
24423 \begin_inset VSpace bigskip
24424 \end_inset
24425
24426 Se puede cambiar el color del 
24427 \family sans
24428 Resaltado en gris
24429 \family default
24430  poniendo en el preámbulo el comando:
24431 \end_layout
24432
24433 \begin_layout Standard
24434
24435 \series bold
24436
24437 \backslash
24438 renewenvironment{lyxgreyedout}
24439 \begin_inset Newline newline
24440 \end_inset
24441
24442
24443 \begin_inset Phantom HPhantom
24444 status open
24445
24446 \begin_layout Plain Layout
24447
24448 \series bold
24449 \begin_inset space ~
24450 \end_inset
24451
24452
24453 \end_layout
24454
24455 \end_inset
24456
24457 {
24458 \backslash
24459 textcolor{color}
24460 \backslash
24461 bgroup}{
24462 \backslash
24463 egroup}
24464 \end_layout
24465
24466 \begin_layout Standard
24467 Los colores disponibles y el método para definir nuestros propios colores
24468  se explica en la sección
24469 \begin_inset space ~
24470 \end_inset
24471
24472
24473 \begin_inset CommandInset ref
24474 LatexCommand ref
24475 reference "sec:Tablas-Coloreadas"
24476
24477 \end_inset
24478
24479 .
24480 \end_layout
24481
24482 \begin_layout Standard
24483 Las notas en azul en este documento se han hecho con notas del tipo 
24484 \family sans
24485 Resaltado en gris
24486 \family default
24487  pero definiendo el color del texto en azul.
24488 \end_layout
24489
24490 \begin_layout Section
24491 Notas al pie
24492 \begin_inset CommandInset label
24493 LatexCommand label
24494 name "sec:Notas-al-pie"
24495
24496 \end_inset
24497
24498
24499 \begin_inset Index idx
24500 status collapsed
24501
24502 \begin_layout Plain Layout
24503 Notas ! al pie
24504 \end_layout
24505
24506 \end_inset
24507
24508
24509 \begin_inset Index idx
24510 status collapsed
24511
24512 \begin_layout Plain Layout
24513 Notas al pie
24514 \end_layout
24515
24516 \end_inset
24517
24518
24519 \end_layout
24520
24521 \begin_layout Standard
24522 Las notas al pie se insertan con el botón 
24523 \begin_inset Graphics
24524         filename ../../images/footnote-insert.png
24525         scale 85
24526
24527 \end_inset
24528
24529  o el menú 
24530 \family sans
24531 Insertar\SpecialChar \menuseparator
24532 Nota
24533 \begin_inset space ~
24534 \end_inset
24535
24536 al
24537 \begin_inset space ~
24538 \end_inset
24539
24540 pie
24541 \family default
24542 .
24543  
24544 \family roman
24545 \series medium
24546 \bar no
24547 Aparece un recuadro como este:
24548 \family default
24549 \series default
24550 \bar default
24551  
24552 \begin_inset Graphics
24553         filename clipart/notapieQt4.png
24554         scale 80
24555
24556 \end_inset
24557
24558  
24559 \family roman
24560 \series medium
24561 \bar no
24562 donde puedes introducir el texto.
24563  Si quieres convertir un texto existente en nota al pie, márcalo y pincha
24564  sobre el
24565 \family default
24566 \series default
24567 \bar default
24568  
24569 \family roman
24570 \series medium
24571 \bar no
24572 botón
24573 \family default
24574 \series default
24575 \bar default
24576 .
24577  Para cambiar una nota al pie a texto, pulsa la tecla 
24578 \family sans
24579 Retroceso
24580 \family default
24581  cuando el cursor está en la primera posición de la nota al pie, o la tecla
24582  
24583 \family sans
24584 Supr
24585 \family default
24586  cuando el cursor está en la última posición de la nota, respectivamente.
24587 \end_layout
24588
24589 \begin_layout Standard
24590 Aquí hay un ejemplo de nota al pie:
24591 \family roman
24592 \series medium
24593 \bar no
24594
24595 \begin_inset Foot
24596 status collapsed
24597
24598 \begin_layout Plain Layout
24599 \begin_inset CommandInset label
24600 LatexCommand label
24601 name "pie:Esto-es-una"
24602
24603 \end_inset
24604
24605 Ejemplo de nota al pie.
24606 \end_layout
24607
24608 \end_inset
24609
24610
24611 \family default
24612 \series default
24613 \bar default
24614
24615 \begin_inset ERT
24616 status collapsed
24617
24618 \begin_layout Plain Layout
24619
24620
24621 \backslash
24622 newcounter{MyRepeatFoot}
24623 \end_layout
24624
24625 \begin_layout Plain Layout
24626
24627
24628 \backslash
24629 setcounter{MyRepeatFoot}{
24630 \backslash
24631 thefootnote}
24632 \end_layout
24633
24634 \end_inset
24635
24636
24637 \end_layout
24638
24639 \begin_layout Standard
24640 En la salida, el pie se muestra como número voladito en el lugar del texto
24641  donde se coloca el recuadro.
24642  El texto se coloca al final de la página actual.
24643  Los números de las notas son calculados por LaTeX, y son consecutivos.
24644  Si comienza o no el recuento en cada capítulo depende de la clase de documento.
24645 \end_layout
24646
24647 \begin_layout Standard
24648 Las notas al pie pueden referenciarse como flotantes: inserta una etiqueta
24649  en la nota y pon una referencia cruzada a esa etiqueta en el texto como
24650  se describe en la sección
24651 \begin_inset space ~
24652 \end_inset
24653
24654
24655 \begin_inset CommandInset ref
24656 LatexCommand ref
24657 reference "sec:Referencias-a-Flotantes"
24658
24659 \end_inset
24660
24661 .
24662 \begin_inset Newline newline
24663 \end_inset
24664
24665 Esto es una referencia cruzada a la Nota al pie
24666 \begin_inset space ~
24667 \end_inset
24668
24669
24670 \begin_inset CommandInset ref
24671 LatexCommand ref
24672 reference "pie:Esto-es-una"
24673
24674 \end_inset
24675
24676 .
24677 \end_layout
24678
24679 \begin_layout Standard
24680 \begin_inset VSpace defskip
24681 \end_inset
24682
24683
24684 \end_layout
24685
24686 \begin_layout Standard
24687 Debido a razones técnicas, LaTeX no imprime las notas al pie en tablas.
24688  No obstante, hay otro método para imprimirlas: en lugar de la nota al pie
24689  se inserta el comando 
24690 \series bold
24691
24692 \backslash
24693 footnotemark{}
24694 \series default
24695  en código TeX.
24696  El texto de la nota se introduce como argumento del comando
24697 \series bold
24698  
24699 \backslash
24700 footnotetext
24701 \series default
24702  después de la tabla.
24703 \begin_inset Newline newline
24704 \end_inset
24705
24706 Esto es lo que se ha hecho para la siguiente tabla con el comando
24707 \end_layout
24708
24709 \begin_layout Standard
24710
24711 \series bold
24712
24713 \backslash
24714 footnotetext{
24715 \series default
24716 Texto de la nota de la tabla.
24717 \series bold
24718 }
24719 \end_layout
24720
24721 \begin_layout Standard
24722 \begin_inset Tabular
24723 <lyxtabular version="3" rows="2" columns="1">
24724 <features tabularvalignment="middle">
24725 <column alignment="center" valignment="top" width="0">
24726 <row>
24727 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24728 \begin_inset Text
24729
24730 \begin_layout Plain Layout
24731 Texto de ejemplo.
24732 \begin_inset Foot
24733 status open
24734
24735 \begin_layout Plain Layout
24736 ¡Esta nota no se imprimirá!
24737 \end_layout
24738
24739 \end_inset
24740
24741
24742 \end_layout
24743
24744 \end_inset
24745 </cell>
24746 </row>
24747 <row>
24748 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
24749 \begin_inset Text
24750
24751 \begin_layout Plain Layout
24752 Texto de ejemplo.
24753 \begin_inset ERT
24754 status collapsed
24755
24756 \begin_layout Plain Layout
24757
24758
24759 \backslash
24760 footnotemark{}
24761 \end_layout
24762
24763 \end_inset
24764
24765
24766 \end_layout
24767
24768 \end_inset
24769 </cell>
24770 </row>
24771 </lyxtabular>
24772
24773 \end_inset
24774
24775
24776 \begin_inset ERT
24777 status collapsed
24778
24779 \begin_layout Plain Layout
24780
24781
24782 \backslash
24783 footnotetext{
24784 \end_layout
24785
24786 \end_inset
24787
24788 Texto de la nota de la tabla.
24789 \begin_inset ERT
24790 status collapsed
24791
24792 \begin_layout Plain Layout
24793
24794 }
24795 \end_layout
24796
24797 \end_inset
24798
24799
24800 \end_layout
24801
24802 \begin_layout Standard
24803 Las notas al pie en tablas largas se describen en la sección
24804 \begin_inset space ~
24805 \end_inset
24806
24807
24808 \begin_inset CommandInset ref
24809 LatexCommand ref
24810 reference "sub:Notas-al-pie-en-Tablas-Largas"
24811
24812 \end_inset
24813
24814 .
24815 \end_layout
24816
24817 \begin_layout Standard
24818 Las notas al pie en cuadros de minipágina se imprimen, pero dentro del cuadro
24819  y con numeración diferente debido a que una minipágina es como una página
24820  dentro de otra.
24821  (Más información sobre minipáginas en la sección
24822 \begin_inset space ~
24823 \end_inset
24824
24825
24826 \begin_inset CommandInset ref
24827 LatexCommand ref
24828 reference "sec:Minipáginas"
24829
24830 \end_inset
24831
24832 ).
24833  Para poner notas en una minipágina que se impriman a pie de página como
24834  las notas al pie normales, se puede usar también el método de 
24835 \series bold
24836
24837 \backslash
24838 footnotemark{}
24839 \series default
24840  y 
24841 \series bold
24842
24843 \backslash
24844 footnotetext
24845 \series default
24846 .
24847 \end_layout
24848
24849 \begin_layout Standard
24850 \begin_inset Box Frameless
24851 position "t"
24852 hor_pos "c"
24853 has_inner_box 1
24854 inner_pos "t"
24855 use_parbox 0
24856 use_makebox 0
24857 width "100col%"
24858 special "none"
24859 height "1in"
24860 height_special "totalheight"
24861 status open
24862
24863 \begin_layout Plain Layout
24864 Muestra de texto en una minipágina.
24865 \begin_inset Foot
24866 status open
24867
24868 \begin_layout Plain Layout
24869 Nota en la minipágina.
24870 \end_layout
24871
24872 \end_inset
24873
24874
24875 \end_layout
24876
24877 \begin_layout Plain Layout
24878 Muestra de texto en una minipágina.
24879 \begin_inset ERT
24880 status collapsed
24881
24882 \begin_layout Plain Layout
24883
24884
24885 \backslash
24886 footnotemark{}
24887 \end_layout
24888
24889 \end_inset
24890
24891
24892 \end_layout
24893
24894 \end_inset
24895
24896
24897 \end_layout
24898
24899 \begin_layout Standard
24900 \begin_inset ERT
24901 status collapsed
24902
24903 \begin_layout Plain Layout
24904
24905
24906 \backslash
24907 footnotetext{
24908 \end_layout
24909
24910 \end_inset
24911
24912 Nota fuera de la minipágina.
24913 \begin_inset ERT
24914 status collapsed
24915
24916 \begin_layout Plain Layout
24917
24918 }
24919 \end_layout
24920
24921 \end_inset
24922
24923
24924 \end_layout
24925
24926 \begin_layout Standard
24927 \begin_inset VSpace defskip
24928 \end_inset
24929
24930
24931 \end_layout
24932
24933 \begin_layout Standard
24934 Para hacer referencia a la misma nota varias veces sin imprimir su texto
24935  cada vez, usa el comando  
24936 \series bold
24937
24938 \backslash
24939 footnotemark[number]
24940 \series default
24941  en código TeX.
24942 \begin_inset Newline newline
24943 \end_inset
24944
24945 Como el número de la nota repetida no se conoce mientras se escribe el texto,
24946  hay que guardarlo.
24947  En el siguiente ejemplo de marca de una nota, se han insertado los siguientes
24948  comandos en código TeX después de la nota al pie
24949 \begin_inset space ~
24950 \end_inset
24951
24952
24953 \begin_inset CommandInset ref
24954 LatexCommand ref
24955 reference "pie:Esto-es-una"
24956
24957 \end_inset
24958
24959  para guardar el número de la nota: 
24960 \end_layout
24961
24962 \begin_layout Standard
24963
24964 \series bold
24965
24966 \backslash
24967 newcounter{MyRepeatFoot}
24968 \begin_inset Newline newline
24969 \end_inset
24970
24971
24972 \backslash
24973 setcounter{MyRepeatFoot}{
24974 \backslash
24975 thefootnote}
24976 \end_layout
24977
24978 \begin_layout Standard
24979 La marca de la nota se ha creado después con el comando:
24980 \end_layout
24981
24982 \begin_layout Standard
24983
24984 \series bold
24985
24986 \backslash
24987 footnotemark[
24988 \backslash
24989 theMyRepeatFoot]
24990 \end_layout
24991
24992 \begin_layout Standard
24993 Aquí hay una nota repetida:
24994 \begin_inset ERT
24995 status collapsed
24996
24997 \begin_layout Plain Layout
24998
24999
25000 \backslash
25001 footnotemark[
25002 \backslash
25003 theMyRepeatFoot]
25004 \end_layout
25005
25006 \end_inset
25007
25008
25009 \end_layout
25010
25011 \begin_layout Standard
25012 Para repetir la nota al pie previa, se puede omitir el guardado del número
25013  de la nota y usar en su lugar el comando:
25014 \end_layout
25015
25016 \begin_layout Standard
25017
25018 \series bold
25019
25020 \backslash
25021 footnotemark[
25022 \backslash
25023 thefootnote]
25024 \end_layout
25025
25026 \begin_layout Standard
25027 Aquí hay otra nota repetida:
25028 \begin_inset ERT
25029 status collapsed
25030
25031 \begin_layout Plain Layout
25032
25033
25034 \backslash
25035 footnotemark[
25036 \backslash
25037 thefootnote]
25038 \end_layout
25039
25040 \end_inset
25041
25042
25043 \end_layout
25044
25045 \begin_layout Subsection
25046 Numeración de notas al pie
25047 \begin_inset CommandInset label
25048 LatexCommand label
25049 name "sub:Numeración-de-Notas-al-Pie"
25050
25051 \end_inset
25052
25053
25054 \begin_inset Index idx
25055 status collapsed
25056
25057 \begin_layout Plain Layout
25058 Notas al pie ! Numeración
25059 \end_layout
25060
25061 \end_inset
25062
25063
25064 \end_layout
25065
25066 \begin_layout Standard
25067 Para reiniciar el número de pie a 1 en cada sección añade
25068 \family roman
25069  en el preámbulo el comando:
25070 \end_layout
25071
25072 \begin_layout Standard
25073
25074 \series bold
25075
25076 \backslash
25077 @addtoreset{footnote}{section}
25078 \end_layout
25079
25080 \begin_layout Standard
25081 \begin_inset VSpace bigskip
25082 \end_inset
25083
25084 El siguiente comando en el preámbulo cambia el estilo de numeración del
25085  pie a números romanos en minúsculas:
25086 \end_layout
25087
25088 \begin_layout Standard
25089
25090 \series bold
25091
25092 \backslash
25093 renewcommand{
25094 \backslash
25095 thefootnote}{
25096 \backslash
25097 roman{footnote}}
25098 \end_layout
25099
25100 \begin_layout Standard
25101 \begin_inset ERT
25102 status collapsed
25103
25104 \begin_layout Plain Layout
25105
25106
25107 \backslash
25108 renewcommand{
25109 \backslash
25110 thefootnote}{
25111 \backslash
25112 roman{footnote}}
25113 \end_layout
25114
25115 \end_inset
25116
25117  Nota al pie en números romanos:
25118 \begin_inset Foot
25119 status collapsed
25120
25121 \begin_layout Plain Layout
25122 Ejemplo de nota al pie en números romanos.
25123 \end_layout
25124
25125 \end_inset
25126
25127
25128 \begin_inset ERT
25129 status collapsed
25130
25131 \begin_layout Plain Layout
25132
25133
25134 \backslash
25135 renewcommand{
25136 \backslash
25137 thefootnote}{
25138 \backslash
25139 arabic{footnote}}
25140 \end_layout
25141
25142 \end_inset
25143
25144
25145 \end_layout
25146
25147 \begin_layout Standard
25148 Para cambiar el estilo de número a romanos en mayúscula cambia el comando
25149  
25150 \series bold
25151
25152 \backslash
25153 roman
25154 \series default
25155  por 
25156 \series bold
25157
25158 \backslash
25159 Roman
25160 \series default
25161 .
25162  Para ordenar las notas al pie con letras mayúsculas o minúsculas usa 
25163 \series bold
25164
25165 \backslash
25166 Alph
25167 \series default
25168  o 
25169 \series bold
25170
25171 \backslash
25172 alph
25173 \series default
25174 , respectivamente.
25175  Para ordenar las notas al pie con símbolos usa 
25176 \series bold
25177
25178 \backslash
25179 fnsymbol
25180 \series default
25181 .
25182 \end_layout
25183
25184 \begin_layout Standard
25185 \begin_inset Note Greyedout
25186 status open
25187
25188 \begin_layout Plain Layout
25189
25190 \series bold
25191 Nota:
25192 \series default
25193  sólo puedes ordenar hasta 26 pies con letras, porque está limitado a letras
25194  simples.
25195 \end_layout
25196
25197 \end_inset
25198
25199
25200 \begin_inset Newline newline
25201 \end_inset
25202
25203
25204 \begin_inset Note Greyedout
25205 status open
25206
25207 \begin_layout Plain Layout
25208
25209 \series bold
25210 Nota:
25211 \series default
25212  sólo puedes ordenar hasta 9 pies con símbolos.
25213 \end_layout
25214
25215 \end_inset
25216
25217
25218 \end_layout
25219
25220 \begin_layout Standard
25221 Para volver al estilo de numeración predeterminado cuando has cambiado a
25222  otro estilo, usa 
25223 \series bold
25224
25225 \backslash
25226 arabic
25227 \series default
25228  en vez de 
25229 \series bold
25230
25231 \backslash
25232 roman
25233 \series default
25234  en el comando anterior.
25235 \begin_inset ERT
25236 status collapsed
25237
25238 \begin_layout Plain Layout
25239
25240
25241 \backslash
25242 renewcommand{
25243 \backslash
25244 thefootnote}{
25245 \backslash
25246 arabic{footnote}}
25247 \end_layout
25248
25249 \end_inset
25250
25251
25252 \end_layout
25253
25254 \begin_layout Standard
25255 \begin_inset VSpace bigskip
25256 \end_inset
25257
25258
25259 \end_layout
25260
25261 \begin_layout Standard
25262 Si quieres numerar notas al pie en el esquema «capítulo.nota», añade el siguiente
25263  comando al preámbulo del documento:
25264 \end_layout
25265
25266 \begin_layout Standard
25267
25268 \series bold
25269
25270 \backslash
25271 numberwithin{footnote}{chapter}
25272 \end_layout
25273
25274 \begin_layout Standard
25275 Para poder usar el comando 
25276 \series bold
25277
25278 \backslash
25279 numberwithin
25280 \series default
25281 , marca la opción 
25282 \family sans
25283 Usar
25284 \family default
25285
25286 \begin_inset space ~
25287 \end_inset
25288
25289
25290 \family sans
25291 el
25292 \family default
25293
25294 \begin_inset space ~
25295 \end_inset
25296
25297
25298 \family sans
25299 paquete
25300 \family default
25301
25302 \begin_inset space ~
25303 \end_inset
25304
25305
25306 \family sans
25307 AMS
25308 \family default
25309  en la sección 
25310 \family sans
25311 Opciones para ecuaciones
25312 \family default
25313  de la configuración del documento.
25314 \end_layout
25315
25316 \begin_layout Standard
25317 \begin_inset ERT
25318 status collapsed
25319
25320 \begin_layout Plain Layout
25321
25322
25323 \backslash
25324 numberwithin{footnote}{chapter}
25325 \end_layout
25326
25327 \end_inset
25328
25329 Esto es otro ejemplo de nota al pie:
25330 \series bold
25331
25332 \begin_inset Foot
25333 status collapsed
25334
25335 \begin_layout Plain Layout
25336 Nota al pie numerada en el esquema 
25337 \begin_inset Quotes eld
25338 \end_inset
25339
25340 capítulo.nota
25341 \begin_inset Quotes erd
25342 \end_inset
25343
25344 .
25345 \end_layout
25346
25347 \end_inset
25348
25349
25350 \series default
25351
25352 \begin_inset ERT
25353 status collapsed
25354
25355 \begin_layout Plain Layout
25356
25357
25358 \backslash
25359 renewcommand{
25360 \backslash
25361 thefootnote}{
25362 \backslash
25363 arabic{footnote}}
25364 \end_layout
25365
25366 \end_inset
25367
25368
25369 \end_layout
25370
25371 \begin_layout Standard
25372 \begin_inset Note Greyedout
25373 status open
25374
25375 \begin_layout Plain Layout
25376
25377 \series bold
25378 Nota: 
25379 \backslash
25380 numberwithin 
25381 \series default
25382 siempre imprime el número de nota al pie en números arábigos; las redefiniciones
25383  previas para obtener números no arábigos se sobreescriben.
25384 \end_layout
25385
25386 \end_inset
25387
25388
25389 \end_layout
25390
25391 \begin_layout Standard
25392 Así, para obtener por ejemplo el esquema «capítulo.
25393 \backslash
25394 Roman{footnote}», usa este comando en vez de 
25395 \series bold
25396
25397 \backslash
25398 numberwithin
25399 \series default
25400 :
25401 \end_layout
25402
25403 \begin_layout Standard
25404
25405 \series bold
25406
25407 \backslash
25408 renewcommand{
25409 \backslash
25410 thefootnote}{
25411 \backslash
25412 thechapter.
25413 \backslash
25414 Roman{footnote}}
25415 \end_layout
25416
25417 \begin_layout Subsection
25418 Colocación de notas al pie
25419 \begin_inset Index idx
25420 status collapsed
25421
25422 \begin_layout Plain Layout
25423 Notas al pie ! Colocación
25424 \end_layout
25425
25426 \end_inset
25427
25428
25429 \end_layout
25430
25431 \begin_layout Standard
25432 Si tienes varias notas al pie de una página, se muestran sin espacio vertical
25433  entre ellas al final de la página.
25434  Para hacerlas más legibles puedes añadir 1.5
25435 \begin_inset space \thinspace{}
25436 \end_inset
25437
25438 mm, p.
25439 \begin_inset space \thinspace{}
25440 \end_inset
25441
25442 e., con el comando siguiente en el preámbulo:
25443 \end_layout
25444
25445 \begin_layout Standard
25446
25447 \series bold
25448
25449 \backslash
25450 let
25451 \backslash
25452 myFoot
25453 \backslash
25454 footnote
25455 \begin_inset Newline newline
25456 \end_inset
25457
25458
25459 \backslash
25460 renewcommand{
25461 \backslash
25462 footnote}[1]{
25463 \backslash
25464 myFoot{#1
25465 \backslash
25466 vspace{1.5mm}}}
25467 \end_layout
25468
25469 \begin_layout Standard
25470 \begin_inset VSpace bigskip
25471 \end_inset
25472
25473 En documentos a dos columnas la nota al pie aparece al final de cada columna,
25474  véase la figura
25475 \begin_inset space ~
25476 \end_inset
25477
25478
25479 \begin_inset CommandInset ref
25480 LatexCommand ref
25481 reference "fig:Colocación-standard-del-pie"
25482
25483 \end_inset
25484
25485 .
25486  Si las notas debieran mostrarse sólo al final de la columna derecha, como
25487  en la figura
25488 \begin_inset space ~
25489 \end_inset
25490
25491
25492 \begin_inset CommandInset ref
25493 LatexCommand ref
25494 reference "fig:Colocación-del-pie-en"
25495
25496 \end_inset
25497
25498 , usa el paquete LaTeX 
25499 \series bold
25500 ftnright
25501 \series default
25502
25503 \begin_inset Index idx
25504 status collapsed
25505
25506 \begin_layout Plain Layout
25507 LaTeX-paquetes ! ftnright
25508 \end_layout
25509
25510 \end_inset
25511
25512  con este comando en el preámbulo:
25513 \end_layout
25514
25515 \begin_layout Standard
25516
25517 \series bold
25518
25519 \backslash
25520 usepackage{ftnright}
25521 \end_layout
25522
25523 \begin_layout Standard
25524 \begin_inset Float figure
25525 placement !h
25526 wide false
25527 sideways false
25528 status open
25529
25530 \begin_layout Plain Layout
25531 \begin_inset ERT
25532 status collapsed
25533
25534 \begin_layout Plain Layout
25535
25536
25537 \backslash
25538 framebox{
25539 \end_layout
25540
25541 \end_inset
25542
25543
25544 \begin_inset Graphics
25545         filename ../clipart/without_fntright.pdf
25546         width 100col%
25547
25548 \end_inset
25549
25550
25551 \begin_inset ERT
25552 status collapsed
25553
25554 \begin_layout Plain Layout
25555
25556 }
25557 \end_layout
25558
25559 \end_inset
25560
25561
25562 \end_layout
25563
25564 \begin_layout Plain Layout
25565 \begin_inset Caption
25566
25567 \begin_layout Plain Layout
25568 \begin_inset CommandInset label
25569 LatexCommand label
25570 name "fig:Colocación-standard-del-pie"
25571
25572 \end_inset
25573
25574 Colocación estándar de notas al pie en documentos a dos columnas.
25575 \end_layout
25576
25577 \end_inset
25578
25579
25580 \end_layout
25581
25582 \end_inset
25583
25584
25585 \end_layout
25586
25587 \begin_layout Standard
25588 \begin_inset Float figure
25589 placement !h
25590 wide false
25591 sideways false
25592 status open
25593
25594 \begin_layout Plain Layout
25595 \begin_inset ERT
25596 status collapsed
25597
25598 \begin_layout Plain Layout
25599
25600
25601 \backslash
25602 framebox{
25603 \end_layout
25604
25605 \end_inset
25606
25607
25608 \begin_inset Graphics
25609         filename ../clipart/with_fntright.pdf
25610         width 100col%
25611
25612 \end_inset
25613
25614
25615 \begin_inset ERT
25616 status collapsed
25617
25618 \begin_layout Plain Layout
25619
25620 }
25621 \end_layout
25622
25623 \end_inset
25624
25625
25626 \end_layout
25627
25628 \begin_layout Plain Layout
25629 \begin_inset Caption
25630
25631 \begin_layout Plain Layout
25632 \begin_inset CommandInset label
25633 LatexCommand label
25634 name "fig:Colocación-del-pie-en"
25635
25636 \end_inset
25637
25638 Colocación de la nota al pie en documentos a dos columnas cuando se usa
25639  el paquete LaTeX 
25640 \series bold
25641 ftnright
25642 \series default
25643 .
25644 \end_layout
25645
25646 \end_inset
25647
25648
25649 \end_layout
25650
25651 \end_inset
25652
25653
25654 \end_layout
25655
25656 \begin_layout Standard
25657 \begin_inset VSpace bigskip
25658 \end_inset
25659
25660 En alguna literatura científica es habitual reunir las notas para imprimirlas
25661  en un párrafo separado al final de la sección, como en la figura
25662 \begin_inset space ~
25663 \end_inset
25664
25665
25666 \begin_inset CommandInset ref
25667 LatexCommand ref
25668 reference "fig:Notas-al-pie-al-final"
25669
25670 \end_inset
25671
25672 .
25673  Para reunir las notas al final
25674 \begin_inset Index idx
25675 status collapsed
25676
25677 \begin_layout Plain Layout
25678 Notas ! al final
25679 \end_layout
25680
25681 \end_inset
25682
25683  en vez de a pie de página, carga en el menú 
25684 \family sans
25685 Documento\SpecialChar \menuseparator
25686 Configuratión\SpecialChar \menuseparator
25687 Módulos
25688 \family default
25689  el módulo 
25690 \family sans
25691 Pie
25692 \begin_inset space ~
25693 \end_inset
25694
25695 al
25696 \begin_inset space ~
25697 \end_inset
25698
25699 final
25700 \family default
25701 .
25702  Para insertar la colección de notas, escribe el comando
25703 \end_layout
25704
25705 \begin_layout Standard
25706
25707 \series bold
25708
25709 \backslash
25710 theendnotes
25711 \end_layout
25712
25713 \begin_layout Standard
25714 en código TeX al final de una sección o capítulo.
25715 \end_layout
25716
25717 \begin_layout Standard
25718 \begin_inset Float figure
25719 wide false
25720 sideways false
25721 status open
25722
25723 \begin_layout Plain Layout
25724 \align center
25725 \begin_inset ERT
25726 status collapsed
25727
25728 \begin_layout Plain Layout
25729
25730
25731 \backslash
25732 framebox{
25733 \end_layout
25734
25735 \end_inset
25736
25737
25738 \begin_inset Graphics
25739         filename ../clipart/endnotes.pdf
25740
25741 \end_inset
25742
25743
25744 \begin_inset ERT
25745 status collapsed
25746
25747 \begin_layout Plain Layout
25748
25749 }
25750 \end_layout
25751
25752 \end_inset
25753
25754
25755 \end_layout
25756
25757 \begin_layout Plain Layout
25758 \begin_inset Caption
25759
25760 \begin_layout Plain Layout
25761 \begin_inset CommandInset label
25762 LatexCommand label
25763 name "fig:Notas-al-pie-al-final"
25764
25765 \end_inset
25766
25767 Notas al final: notas impresas en párrafo separado al final de la sección
25768  o del capítulo.
25769 \end_layout
25770
25771 \end_inset
25772
25773
25774 \end_layout
25775
25776 \end_inset
25777
25778
25779 \end_layout
25780
25781 \begin_layout Standard
25782 \begin_inset VSpace medskip
25783 \end_inset
25784
25785 La cabecera de párrafo para las notas finales no se traduce automáticamente
25786  al lenguaje del documento, hay que hacerlo manualmente.
25787   El siguiente comando de preámbulo traduce el nombre en inglés «Notes»
25788  al español «Notas»:
25789 \end_layout
25790
25791 \begin_layout Standard
25792
25793 \series bold
25794
25795 \backslash
25796 renewcommand{
25797 \backslash
25798 notesname}{Notas}
25799 \end_layout
25800
25801 \begin_layout Standard
25802 \begin_inset VSpace medskip
25803 \end_inset
25804
25805 La numeración de notas finales puede cambiarse como la de las notas al pie,
25806  como se describe en la sección
25807 \begin_inset space ~
25808 \end_inset
25809
25810
25811 \begin_inset CommandInset ref
25812 LatexCommand ref
25813 reference "sub:Numeración-de-Notas-al-Pie"
25814
25815 \end_inset
25816
25817 ; sólo hay que reemplazar el comando 
25818 \series bold
25819
25820 \backslash
25821 thefootnote
25822 \series default
25823  por 
25824 \series bold
25825
25826 \backslash
25827 theendnote
25828 \series default
25829 .
25830  Para restablecer la numeración usa el comando 
25831 \series bold
25832
25833 \backslash
25834 @addtoreset
25835 \series default
25836  como se describe en la sección
25837 \begin_inset space ~
25838 \end_inset
25839
25840
25841 \begin_inset CommandInset ref
25842 LatexCommand ref
25843 reference "sub:Numeración-de-Notas-al-Pie"
25844
25845 \end_inset
25846
25847  y sustituye el parámetro de comando 
25848 \series bold
25849 footnote
25850 \series default
25851  por 
25852 \series bold
25853 endnote
25854 \series default
25855 .
25856 \end_layout
25857
25858 \begin_layout Standard
25859 Para notas al final hay el comando  el comando 
25860 \series bold
25861
25862 \backslash
25863 endnotemark[número]
25864 \series default
25865  similar al comando 
25866 \series bold
25867
25868 \backslash
25869 footnotemark
25870 \series default
25871 , descrito en la sección
25872 \begin_inset space ~
25873 \end_inset
25874
25875
25876 \begin_inset CommandInset ref
25877 LatexCommand ref
25878 reference "sec:Notas-al-pie"
25879
25880 \end_inset
25881
25882 .
25883 \end_layout
25884
25885 \begin_layout Standard
25886 \begin_inset VSpace bigskip
25887 \end_inset
25888
25889 Las notas al pie también pueden colocarse al margen de la página y la alineación
25890  del texto del pie también puede cambiarse, véase el paquete LaTeX 
25891 \series bold
25892 footmisc
25893 \series default
25894
25895 \begin_inset Index idx
25896 status collapsed
25897
25898 \begin_layout Plain Layout
25899 LaTeX-paquetes ! footmisc
25900 \end_layout
25901
25902 \end_inset
25903
25904  
25905 \begin_inset CommandInset citation
25906 LatexCommand cite
25907 key "footmisc"
25908
25909 \end_inset
25910
25911  para más información.
25912 \end_layout
25913
25914 \begin_layout Standard
25915 Para otras posibilidades de diseño de notas al pie mira en libros de LaTeX,
25916  
25917 \begin_inset CommandInset citation
25918 LatexCommand cite
25919 key "latexcompanion,latexguide,latexbook"
25920
25921 \end_inset
25922
25923 .
25924 \end_layout
25925
25926 \begin_layout Section
25927 Notas al margen
25928 \begin_inset Index idx
25929 status collapsed
25930
25931 \begin_layout Plain Layout
25932 Notas ! al margen
25933 \end_layout
25934
25935 \end_inset
25936
25937
25938 \end_layout
25939
25940 \begin_layout Standard
25941 Las notas al margen se ven y se comportan en LyX como notas al pie.
25942  Se insertan con el menú 
25943 \family sans
25944 Insertar\SpecialChar \menuseparator
25945 Nota
25946 \begin_inset space ~
25947 \end_inset
25948
25949 al
25950 \begin_inset space ~
25951 \end_inset
25952
25953 margen
25954 \family default
25955  o con el botón 
25956 \begin_inset Graphics
25957         filename ../../images/marginalnote-insert.png
25958         scale 85
25959
25960 \end_inset
25961
25962 .
25963  Aparece un cuadro gris con la etiqueta 
25964 \family roman
25965 \series medium
25966 «margen» en rojo y un marco en el que puedes escribir el texto de la nota.
25967 \end_layout
25968
25969 \begin_layout Standard
25970 Al lado hay un ejemplo de nota al margen.
25971
25972 \family roman
25973 \series medium
25974  
25975 \begin_inset Marginal
25976 status open
25977
25978 \begin_layout Plain Layout
25979 Esto es una nota al margen.
25980 \end_layout
25981
25982 \end_inset
25983
25984
25985 \end_layout
25986
25987 \begin_layout Standard
25988 Estas notas salen en el margen derecho en documentos a una cara.
25989  En documentos a doble cara se muestran en el margen externo —margen izquierdo
25990  en páginas pares, derecho en páginas impares—.
25991  El texto de las notas se ajusta a la parte opuesta al margen —se ajusta
25992  a la derecha si la nota aparece en el margen izquierdo—.
25993  La primera línea de la nota se sitúa en la posición de la línea del texto
25994  en la que se inserta en el documento.
25995 \end_layout
25996
25997 \begin_layout Standard
25998 \begin_inset VSpace bigskip
25999 \end_inset
26000
26001 Para colocar la nota en el margen interno añade el comando
26002 \end_layout
26003
26004 \begin_layout Standard
26005
26006 \series bold
26007
26008 \backslash
26009 reversemarginpar
26010 \end_layout
26011
26012 \begin_layout Standard
26013 en código TeX antes de la nota.
26014  La nueva colocación es válida para todas las siguientes notas al margen.
26015  
26016 \begin_inset ERT
26017 status collapsed
26018
26019 \begin_layout Plain Layout
26020
26021
26022 \backslash
26023 reversemarginpar 
26024 \end_layout
26025
26026 \end_inset
26027
26028
26029 \begin_inset Marginal
26030 status open
26031
26032 \begin_layout Plain Layout
26033 Esto es una nota en el margen interno.
26034 \end_layout
26035
26036 \end_inset
26037
26038
26039 \series bold
26040
26041 \begin_inset Newline newline
26042 \end_inset
26043
26044
26045 \series default
26046
26047 \begin_inset Note Greyedout
26048 status open
26049
26050 \begin_layout Plain Layout
26051
26052 \series bold
26053 Nota:
26054 \series default
26055  A veces no hay espacio suficiente en el margen interno, por lo que la nota
26056  no se mostrará correctamente en la salida.
26057 \end_layout
26058
26059 \end_inset
26060
26061
26062 \end_layout
26063
26064 \begin_layout Standard
26065 Para volver a la ubicación predeterminada inserta en código TeX el comando
26066 \begin_inset ERT
26067 status collapsed
26068
26069 \begin_layout Plain Layout
26070
26071
26072 \backslash
26073 normalmarginpar 
26074 \end_layout
26075
26076 \end_inset
26077
26078
26079 \end_layout
26080
26081 \begin_layout Standard
26082
26083 \series bold
26084
26085 \backslash
26086 normalmarginpar
26087 \end_layout
26088
26089 \begin_layout Standard
26090 \begin_inset Note Greyedout
26091 status open
26092
26093 \begin_layout Plain Layout
26094
26095 \series bold
26096 Nota:
26097 \series default
26098  El comando se ignora si en el mismo párrafo está también presente el comando
26099  
26100 \series bold
26101
26102 \backslash
26103 reversemarginpar
26104 \series default
26105 .
26106 \end_layout
26107
26108 \end_inset
26109
26110
26111 \end_layout
26112
26113 \begin_layout Standard
26114 \begin_inset VSpace bigskip
26115 \end_inset
26116
26117
26118 \family roman
26119 \series medium
26120
26121 \begin_inset Marginal
26122 status open
26123
26124 \begin_layout Plain Layout
26125 PalabraMuyLargaAlMargen no partida con guión.
26126 \end_layout
26127
26128 \end_inset
26129
26130
26131 \family default
26132 \series default
26133  Como en el caso descrito en la sección
26134 \begin_inset space ~
26135 \end_inset
26136
26137
26138 \begin_inset CommandInset ref
26139 LatexCommand ref
26140 reference "sub:Líneas-Múltiples-en"
26141
26142 \end_inset
26143
26144 , una palabra larga no puede partirse con guión cuando es la primera en
26145  la nota al margen.
26146  Para evitar esto, inserta un espacio horizontal de 0
26147 \begin_inset space \thinspace{}
26148 \end_inset
26149
26150 pt antes de la palabra
26151 \family roman
26152 \series medium
26153 .
26154 \end_layout
26155
26156 \begin_layout Standard
26157
26158 \family roman
26159 \series medium
26160 \begin_inset Marginal
26161 status open
26162
26163 \begin_layout Plain Layout
26164 \begin_inset ERT
26165 status collapsed
26166
26167 \begin_layout Plain Layout
26168
26169
26170 \backslash
26171 hspace{0pt}
26172 \end_layout
26173
26174 \end_inset
26175
26176 PalabraMuyLargaAlMargen partida con guión.
26177 \end_layout
26178
26179 \end_inset
26180
26181
26182 \end_layout
26183
26184 \begin_layout Standard
26185 \begin_inset VSpace bigskip
26186 \end_inset
26187
26188
26189 \end_layout
26190
26191 \begin_layout Standard
26192 \begin_inset Note Greyedout
26193 status open
26194
26195 \begin_layout Plain Layout
26196
26197 \series bold
26198 Nota:
26199 \series default
26200  Normalmente no pueden utilizarse notas al margen en tablas, flotantes y
26201  notas al pie.
26202 \end_layout
26203
26204 \end_inset
26205
26206
26207 \end_layout
26208
26209 \begin_layout Standard
26210 \begin_inset VSpace bigskip
26211 \end_inset
26212
26213
26214 \end_layout
26215
26216 \begin_layout Standard
26217 \begin_inset ERT
26218 status collapsed
26219
26220 \begin_layout Plain Layout
26221
26222
26223 \backslash
26224 ifmarginnote
26225 \end_layout
26226
26227 \end_inset
26228
26229
26230 \begin_inset Note Note
26231 status collapsed
26232
26233 \begin_layout Plain Layout
26234 La siguiente sección sólo se mostrará en pantalla si está instalado el paquete
26235  LaTeX 
26236 \series bold
26237 marginnote
26238 \series default
26239 .
26240 \end_layout
26241
26242 \end_inset
26243
26244
26245 \end_layout
26246
26247 \begin_layout Standard
26248 Esta restricción se puede salvar con el paquete LaTeX 
26249 \series bold
26250 marginnote
26251 \series default
26252
26253 \begin_inset Index idx
26254 status collapsed
26255
26256 \begin_layout Plain Layout
26257 LaTeX-paquetes ! marginnote
26258 \end_layout
26259
26260 \end_inset
26261
26262 .
26263  Poniendo estas dos líneas en el preámbulo, el comando usado por LyX para
26264  notas al margen es redefinido para usar el comando proporcionado por el
26265  paquete 
26266 \series bold
26267 marginnote
26268 \series default
26269 :
26270 \end_layout
26271
26272 \begin_layout Standard
26273
26274 \series bold
26275
26276 \backslash
26277 usepackage{marginnote}
26278 \begin_inset Newline newline
26279 \end_inset
26280
26281
26282 \backslash
26283 let
26284 \backslash
26285 marginpar
26286 \backslash
26287 marginnote
26288 \end_layout
26289
26290 \begin_layout Standard
26291 Esto se ha utilizado en el presente documento porque 
26292 \series bold
26293 marginnote
26294 \series default
26295  tiene una característica adicional útil: Puedes establecer un desplazamiento
26296  vertical a la nota.
26297  A veces esto hace falta si hay demasiadas notas juntas o para mejorar el
26298  diseño de la página.
26299  En LyX, el desplazamiento se escribe directamente tras la nota al margen,
26300  en código TeX
26301 \end_layout
26302
26303 \begin_layout Standard
26304
26305 \series bold
26306 [desplazamiento]
26307 \end_layout
26308
26309 \begin_layout Standard
26310 donde desplazamiento es una longitud en una de las unidades de la tabla
26311 \begin_inset space ~
26312 \end_inset
26313
26314
26315 \begin_inset CommandInset ref
26316 LatexCommand ref
26317 reference "tab:Unidades"
26318
26319 \end_inset
26320
26321 .
26322  Un valor negativo desplaza la nota hacia arriba, un valor positivo hacia
26323  abajo.
26324  
26325 \family roman
26326 \series medium
26327 Por ejemplo la nota adjunta a esta línea de texto está desplazada 1.5
26328 \begin_inset space \thinspace{}
26329 \end_inset
26330
26331 cm arriba con el comando en código TeX 
26332 \begin_inset Quotes eld
26333 \end_inset
26334
26335
26336 \family default
26337 \series bold
26338 [-1.5cm]
26339 \family roman
26340 \series medium
26341
26342 \begin_inset Quotes erd
26343 \end_inset
26344
26345
26346 \begin_inset Marginal
26347 status collapsed
26348
26349 \begin_layout Plain Layout
26350 Esta nota está 1.5
26351 \begin_inset space \thinspace{}
26352 \end_inset
26353
26354 cm por encima de su posición original.
26355 \end_layout
26356
26357 \end_inset
26358
26359
26360 \family default
26361 \series default
26362
26363 \begin_inset ERT
26364 status collapsed
26365
26366 \begin_layout Plain Layout
26367
26368 [-1.5cm]
26369 \end_layout
26370
26371 \end_inset
26372
26373
26374 \end_layout
26375
26376 \begin_layout Standard
26377 \begin_inset VSpace medskip
26378 \end_inset
26379
26380 Con 
26381 \series bold
26382 marginnote
26383 \series default
26384  también puedes cambiar la alineación del texto en el margen.
26385  Por ejemplo los comandos
26386 \end_layout
26387
26388 \begin_layout Standard
26389
26390 \series bold
26391
26392 \backslash
26393 renewcommand*{
26394 \backslash
26395 raggedleftmarginnote}{
26396 \backslash
26397 centering}
26398 \begin_inset Newline newline
26399 \end_inset
26400
26401
26402 \backslash
26403 renewcommand*{
26404 \backslash
26405 raggedrightmarginnote}{
26406 \backslash
26407 centering}
26408 \end_layout
26409
26410 \begin_layout Standard
26411 producen alineación centrada.
26412  
26413 \series bold
26414
26415 \backslash
26416 raggedleftmarginnote
26417 \series default
26418  identifica las notas que aparecen al lado izquierdo.
26419 \family roman
26420 \series medium
26421
26422 \begin_inset ERT
26423 status collapsed
26424
26425 \begin_layout Plain Layout
26426
26427
26428 \backslash
26429 renewcommand*{
26430 \backslash
26431 raggedleftmarginnote}{
26432 \backslash
26433 centering}
26434 \end_layout
26435
26436 \begin_layout Plain Layout
26437
26438
26439 \backslash
26440 renewcommand*{
26441 \backslash
26442 raggedrightmarginnote}{
26443 \backslash
26444 centering}
26445 \end_layout
26446
26447 \end_inset
26448
26449
26450 \begin_inset Marginal
26451 status open
26452
26453 \begin_layout Plain Layout
26454 El texto de esta nota está centrado.
26455 \end_layout
26456
26457 \end_inset
26458
26459
26460 \family default
26461 \series default
26462  El valor predeterminado es 
26463 \end_layout
26464
26465 \begin_layout Standard
26466
26467 \series bold
26468
26469 \backslash
26470 renewcommand*{
26471 \backslash
26472 raggedleftmarginnote}{
26473 \backslash
26474 raggedleft}
26475 \begin_inset Newline newline
26476 \end_inset
26477
26478
26479 \backslash
26480 renewcommand*{
26481 \backslash
26482 raggedrightmarginnote}{
26483 \backslash
26484 raggedright}
26485 \family roman
26486 \series medium
26487
26488 \begin_inset ERT
26489 status collapsed
26490
26491 \begin_layout Plain Layout
26492
26493
26494 \backslash
26495 renewcommand*{
26496 \backslash
26497 raggedleftmarginnote}{
26498 \backslash
26499 raggedleft}
26500 \end_layout
26501
26502 \begin_layout Plain Layout
26503
26504
26505 \backslash
26506 renewcommand*{
26507 \backslash
26508 raggedrightmarginnote}{
26509 \backslash
26510 raggedright}
26511 \end_layout
26512
26513 \end_inset
26514
26515
26516 \end_layout
26517
26518 \begin_layout Standard
26519 \begin_inset VSpace medskip
26520 \end_inset
26521
26522 Para otras características de 
26523 \series bold
26524 marginnote
26525 \series default
26526  mira en su documentación 
26527 \begin_inset CommandInset citation
26528 LatexCommand cite
26529 key "marginnote"
26530
26531 \end_inset
26532
26533 .
26534 \end_layout
26535
26536 \begin_layout Standard
26537 \begin_inset VSpace bigskip
26538 \end_inset
26539
26540 El diseño de las notas al margen puede ser redefinido.
26541  Por ejemplo, para crear una cabecera para todas las notas con el texto
26542  
26543 \begin_inset Quotes eld
26544 \end_inset
26545
26546
26547 \series bold
26548 \bar under
26549 ¡
26550 \family sans
26551 Atención
26552 \family default
26553 !
26554 \series default
26555 \bar default
26556
26557 \begin_inset Quotes erd
26558 \end_inset
26559
26560 , subrayado, sans-serif en negrita, añade lo siguiente en el preámbulo:
26561 \end_layout
26562
26563 \begin_layout Standard
26564
26565 \series bold
26566
26567 \backslash
26568 let
26569 \backslash
26570 myMarginpar
26571 \backslash
26572 marginpar
26573 \begin_inset Newline newline
26574 \end_inset
26575
26576
26577 \backslash
26578 renewcommand{
26579 \backslash
26580 marginpar}[1]{
26581 \backslash
26582 myMarginpar{%
26583 \begin_inset Newline newline
26584 \end_inset
26585
26586
26587 \begin_inset Phantom HPhantom
26588 status open
26589
26590 \begin_layout Plain Layout
26591
26592 \series bold
26593 \begin_inset space ~
26594 \end_inset
26595
26596
26597 \end_layout
26598
26599 \end_inset
26600
26601
26602 \backslash
26603 hspace{0pt}
26604 \backslash
26605 textsf{
26606 \backslash
26607 textbf{
26608 \backslash
26609 underbar{¡Atención!}}}%
26610 \begin_inset Newline newline
26611 \end_inset
26612
26613
26614 \begin_inset Phantom HPhantom
26615 status open
26616
26617 \begin_layout Plain Layout
26618
26619 \series bold
26620 \begin_inset space ~
26621 \end_inset
26622
26623
26624 \end_layout
26625
26626 \end_inset
26627
26628
26629 \backslash
26630 vspace{1.5mm}
26631 \backslash
26632
26633 \backslash
26634 #1}}
26635 \end_layout
26636
26637 \begin_layout Standard
26638
26639 \family roman
26640 \series medium
26641 \begin_inset ERT
26642 status collapsed
26643
26644 \begin_layout Plain Layout
26645
26646
26647 \backslash
26648 let
26649 \backslash
26650 myMarginpar
26651 \backslash
26652 marginpar
26653 \end_layout
26654
26655 \begin_layout Plain Layout
26656
26657
26658 \backslash
26659 renewcommand{
26660 \backslash
26661 marginpar}[1]{
26662 \backslash
26663 myMarginpar{%
26664 \end_layout
26665
26666 \begin_layout Plain Layout
26667
26668    
26669 \backslash
26670 textsf{
26671 \backslash
26672 textbf{
26673 \backslash
26674 underbar{¡Atención!}}}%
26675 \end_layout
26676
26677 \begin_layout Plain Layout
26678
26679    
26680 \backslash
26681 vspace{1.5mm}
26682 \backslash
26683
26684 \backslash
26685 #1}}
26686 \end_layout
26687
26688 \end_inset
26689
26690
26691 \begin_inset Marginal
26692 status open
26693
26694 \begin_layout Plain Layout
26695 Esta es una nota con una cabecera definida.
26696 \end_layout
26697
26698 \end_inset
26699
26700
26701 \family default
26702 \series default
26703
26704 \begin_inset ERT
26705 status collapsed
26706
26707 \begin_layout Plain Layout
26708
26709 [-1.5cm]
26710 \end_layout
26711
26712 \end_inset
26713
26714
26715 \family roman
26716 \series medium
26717
26718 \begin_inset ERT
26719 status collapsed
26720
26721 \begin_layout Plain Layout
26722
26723
26724 \backslash
26725 renewcommand{
26726 \backslash
26727 marginpar}[1]{
26728 \backslash
26729 myMarginpar{#1}}
26730 \end_layout
26731
26732 \end_inset
26733
26734
26735 \family default
26736 \series default
26737
26738 \begin_inset Note Note
26739 status collapsed
26740
26741 \begin_layout Plain Layout
26742 El formato de la nota al margen se ha cambiado sólo para este ejemplo.
26743 \end_layout
26744
26745 \end_inset
26746
26747
26748 \end_layout
26749
26750 \begin_layout Standard
26751 \begin_inset ERT
26752 status collapsed
26753
26754 \begin_layout Plain Layout
26755
26756
26757 \backslash
26758 else
26759 \end_layout
26760
26761 \end_inset
26762
26763
26764 \begin_inset Note Note
26765 status collapsed
26766
26767 \begin_layout Plain Layout
26768 Lo siguiente se mostrará en pantalla si no está instalado el paquete LaTeX
26769  
26770 \series bold
26771 marginnote
26772 \series default
26773 .
26774 \end_layout
26775
26776 \end_inset
26777
26778
26779 \end_layout
26780
26781 \begin_layout Standard
26782 Debes instalar el paquete LaTeX 
26783 \series bold
26784 marginnote
26785 \series default
26786  para ver la parte siguiente en la salida.
26787 \end_layout
26788
26789 \begin_layout Standard
26790 \begin_inset ERT
26791 status collapsed
26792
26793 \begin_layout Plain Layout
26794
26795
26796 \backslash
26797 fi
26798 \end_layout
26799
26800 \end_inset
26801
26802
26803 \end_layout
26804
26805 \begin_layout Chapter
26806 Cuadros
26807 \end_layout
26808
26809 \begin_layout Section
26810 Introducción
26811 \begin_inset Index idx
26812 status collapsed
26813
26814 \begin_layout Plain Layout
26815 Cuadros ! Introducción
26816 \end_layout
26817
26818 \end_inset
26819
26820
26821 \end_layout
26822
26823 \begin_layout Standard
26824 Los cuadros se emplean para dar formato a bloques de texto.
26825  Se pueden usar para escribir documentos con varios idiomas, véase sección
26826 \begin_inset space ~
26827 \end_inset
26828
26829
26830 \begin_inset CommandInset ref
26831 LatexCommand ref
26832 reference "sec:Minipáginas"
26833
26834 \end_inset
26835
26836 , enmarcar textos, véase sección
26837 \begin_inset space ~
26838 \end_inset
26839
26840
26841 \begin_inset CommandInset ref
26842 LatexCommand ref
26843 reference "sec:Decoración"
26844
26845 \end_inset
26846
26847 , evitar la división de palabras, véase sección
26848 \begin_inset space ~
26849 \end_inset
26850
26851
26852 \begin_inset CommandInset ref
26853 LatexCommand ref
26854 reference "sec:Evitar-la-Partición"
26855
26856 \end_inset
26857
26858 , alinear texto, véase sección
26859 \begin_inset space ~
26860 \end_inset
26861
26862
26863 \begin_inset CommandInset ref
26864 LatexCommand ref
26865 reference "sub:Alineación-Vertical"
26866
26867 \end_inset
26868
26869 , o para poner color de fondo a un texto, véase sección
26870 \begin_inset space ~
26871 \end_inset
26872
26873
26874 \begin_inset CommandInset ref
26875 LatexCommand ref
26876 reference "sec:Cuadros-Coloreados"
26877
26878 \end_inset
26879
26880 .
26881 \end_layout
26882
26883 \begin_layout Standard
26884 Se insertan con el menú 
26885 \family sans
26886 Insertar\SpecialChar \menuseparator
26887 Cuadro
26888 \family default
26889  o con el botón 
26890 \begin_inset Graphics
26891         filename ../../images/box-insert.png
26892         scale 85
26893
26894 \end_inset
26895
26896 .
26897  Surge un recuadro gris con la etiqueta 
26898 \family sans
26899 Cuadro (Minipágina)
26900 \family default
26901
26902 \begin_inset Graphics
26903         filename clipart/CuadroMinipagQt4.png
26904         scale 75
26905         keepAspectRatio
26906
26907 \end_inset
26908
26909 .
26910  El tipo de cuadro se puede elegir al hacer clic derecho sobre él y seleccionand
26911
26912 \family sans
26913 Configuración
26914 \family default
26915 .
26916  Sale un diálogo en el que 
26917 \family sans
26918 Cuadro
26919 \family default
26920
26921 \begin_inset space ~
26922 \end_inset
26923
26924
26925 \family sans
26926 interior
26927 \family default
26928  permite escoger los tipos 
26929 \family sans
26930 Párrafo
26931 \family default
26932  y 
26933 \family sans
26934 Minipágina
26935 \family default
26936 .
26937  
26938 \family sans
26939 Minipágina
26940 \family default
26941  es el predeterminado para nuevos cuadros y se explica en la sección
26942 \begin_inset space ~
26943 \end_inset
26944
26945
26946 \begin_inset CommandInset ref
26947 LatexCommand ref
26948 reference "sec:Minipáginas"
26949
26950 \end_inset
26951
26952 ; el tipo 
26953 \family sans
26954 Párrafo
26955 \family default
26956  se describe en la sección
26957 \begin_inset space ~
26958 \end_inset
26959
26960
26961 \begin_inset CommandInset ref
26962 LatexCommand ref
26963 reference "sec:Cuadros-de-Párrafo"
26964
26965 \end_inset
26966
26967  y el tipo 
26968 \family sans
26969 \lang english
26970 Makebox
26971 \family default
26972 \lang spanish
26973  se describe en la sección
26974 \begin_inset space ~
26975 \end_inset
26976
26977
26978 \begin_inset CommandInset ref
26979 LatexCommand ref
26980 reference "sec:Evitar-la-Partición"
26981
26982 \end_inset
26983
26984 .
26985 \end_layout
26986
26987 \begin_layout Standard
26988 Los cuadros no se numeran y por tanto no se pueden referenciar como los
26989  flotantes o las notas al pie.
26990 \end_layout
26991
26992 \begin_layout Standard
26993 \begin_inset Note Greyedout
26994 status open
26995
26996 \begin_layout Plain Layout
26997
26998 \series bold
26999 Nota:
27000 \series default
27001  Los cuadros no deben ser el ítem en un entorno 
27002 \family sans
27003 Enumeración*
27004 \family default
27005  o 
27006 \family sans
27007 Descripción
27008 \family default
27009 .
27010 \end_layout
27011
27012 \end_inset
27013
27014
27015 \end_layout
27016
27017 \begin_layout Standard
27018 \begin_inset Note Greyedout
27019 status open
27020
27021 \begin_layout Plain Layout
27022
27023 \series bold
27024 Nota:
27025 \series default
27026  Por razones desconocidas sólo se puede poner el tipo 
27027 \family sans
27028 Cuadro
27029 \begin_inset space ~
27030 \end_inset
27031
27032 interior
27033 \family default
27034  en 
27035 \family sans
27036 Ninguno
27037 \family default
27038  cuando se emplea un cuadro enmarcado.
27039  Los cuadros sin ningún tipo de 
27040 \family sans
27041 Cuadro
27042 \begin_inset space ~
27043 \end_inset
27044
27045 interior
27046 \family default
27047  y sin marcos se explican en la sección
27048 \begin_inset space ~
27049 \end_inset
27050
27051
27052 \begin_inset CommandInset ref
27053 LatexCommand ref
27054 reference "sec:Evitar-la-Partición"
27055
27056 \end_inset
27057
27058 .
27059 \end_layout
27060
27061 \end_inset
27062
27063
27064 \end_layout
27065
27066 \begin_layout Section
27067 Diálogo de cuadros
27068 \begin_inset CommandInset label
27069 LatexCommand label
27070 name "sec:Diálogo-Cuadros"
27071
27072 \end_inset
27073
27074
27075 \begin_inset Index idx
27076 status collapsed
27077
27078 \begin_layout Plain Layout
27079 Cuadros ! Configuración
27080 \end_layout
27081
27082 \end_inset
27083
27084
27085 \end_layout
27086
27087 \begin_layout Subsection
27088 Tamaño
27089 \begin_inset Index idx
27090 status collapsed
27091
27092 \begin_layout Plain Layout
27093 Cuadros ! Tamaño
27094 \end_layout
27095
27096 \end_inset
27097
27098
27099 \end_layout
27100
27101 \begin_layout Standard
27102 En el diálogo puedes ajustar la geometría del cuadro en los campos 
27103 \family sans
27104 Ancho
27105 \family default
27106  y 
27107 \family sans
27108 Alto
27109 \family default
27110 .
27111  Las unidades disponibles para la geometría se describen en la tabla
27112 \begin_inset space ~
27113 \end_inset
27114
27115
27116 \begin_inset CommandInset ref
27117 LatexCommand ref
27118 reference "tab:Unidades"
27119
27120 \end_inset
27121
27122 .
27123  El campo 
27124 \family sans
27125 Alto
27126 \family default
27127  ofrece los siguientes tamaños adicionales:
27128 \end_layout
27129
27130 \begin_layout Description
27131 Profundidad Este es el texto plano «alto».
27132  Ignora la profundidad total cuando hay múltiples líneas de texto en el
27133  cuadro:
27134 \begin_inset Newline newline
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 \begin_inset Box Boxed
27147 position "c"
27148 hor_pos "c"
27149 has_inner_box 1
27150 inner_pos "c"
27151 use_parbox 0
27152 use_makebox 0
27153 width "12col%"
27154 special "none"
27155 height "1in"
27156 height_special "depth"
27157 status open
27158
27159 \begin_layout Plain Layout
27160 \align center
27161 Cuadro con altura establecida en 1
27162 \begin_inset space \thinspace{}
27163 \end_inset
27164
27165 Profundidad
27166 \end_layout
27167
27168 \end_inset
27169
27170
27171 \begin_inset Newline newline
27172 \end_inset
27173
27174
27175 \begin_inset Newline newline
27176 \end_inset
27177
27178
27179 \end_layout
27180
27181 \begin_layout Description
27182 Alto Es la altura del texto que está dentro del cuadro.
27183  Un valor de, p.
27184 \begin_inset space \thinspace{}
27185 \end_inset
27186
27187 e.
27188 \begin_inset space ~
27189 \end_inset
27190
27191 2 para este tamaño fijará la altura del cuadro a 2 veces la altura del texto:
27192  
27193 \begin_inset Box Boxed
27194 position "c"
27195 hor_pos "c"
27196 has_inner_box 1
27197 inner_pos "c"
27198 use_parbox 0
27199 use_makebox 0
27200 width "20col%"
27201 special "none"
27202 height "2in"
27203 height_special "height"
27204 status open
27205
27206 \begin_layout Plain Layout
27207 \align center
27208 Cuadro con altura puesta en 2
27209 \begin_inset space \thinspace{}
27210 \end_inset
27211
27212 Alto
27213 \end_layout
27214
27215 \end_inset
27216
27217
27218 \end_layout
27219
27220 \begin_layout Description
27221 Alto
27222 \begin_inset space ~
27223 \end_inset
27224
27225 total Esto es el Alto
27226 \begin_inset space \thinspace{}
27227 \end_inset
27228
27229 +
27230 \begin_inset space \thinspace{}
27231 \end_inset
27232
27233 Profundidad: 
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 "20col%"
27242 special "none"
27243 height "1in"
27244 height_special "totalheight"
27245 status open
27246
27247 \begin_layout Plain Layout
27248 \align center
27249 Cuadro con altura puesta a 1
27250 \begin_inset space \thinspace{}
27251 \end_inset
27252
27253 Alto
27254 \begin_inset space ~
27255 \end_inset
27256
27257 total
27258 \end_layout
27259
27260 \end_inset
27261
27262
27263 \end_layout
27264
27265 \begin_layout Description
27266 Ancho Esto determina al ancho del cuadro como altura: 
27267 \begin_inset Box Boxed
27268 position "c"
27269 hor_pos "c"
27270 has_inner_box 1
27271 inner_pos "c"
27272 use_parbox 0
27273 use_makebox 0
27274 width "12col%"
27275 special "none"
27276 height "1in"
27277 height_special "width"
27278 status open
27279
27280 \begin_layout Plain Layout
27281 \align center
27282 Cuadro con altura puesta en 1
27283 \begin_inset space \thinspace{}
27284 \end_inset
27285
27286 Ancho
27287 \end_layout
27288
27289 \end_inset
27290
27291
27292 \end_layout
27293
27294 \begin_layout Subsection
27295 Alineación
27296 \begin_inset Index idx
27297 status collapsed
27298
27299 \begin_layout Plain Layout
27300 Cuadros ! Alineación
27301 \end_layout
27302
27303 \end_inset
27304
27305
27306 \end_layout
27307
27308 \begin_layout Standard
27309 Si has elegido un 
27310 \family sans
27311 Cuadro
27312 \begin_inset space ~
27313 \end_inset
27314
27315 interior
27316 \family default
27317 , la alineación vertical del cuadro puede ser:
27318 \end_layout
27319
27320 \begin_layout Description
27321 Superior Ejemplo de línea de texto.
27322  
27323 \begin_inset Box Boxed
27324 position "t"
27325 hor_pos "c"
27326 has_inner_box 1
27327 inner_pos "c"
27328 use_parbox 0
27329 use_makebox 0
27330 width "12col%"
27331 special "none"
27332 height "1in"
27333 height_special "totalheight"
27334 status collapsed
27335
27336 \begin_layout Plain Layout
27337 \align center
27338 Cuadro alineado arriba.
27339 \end_layout
27340
27341 \end_inset
27342
27343  Ejemplo de línea de texto.
27344 \end_layout
27345
27346 \begin_layout Description
27347 Medio Ejemplo de línea de texto.
27348  
27349 \begin_inset Box Boxed
27350 position "c"
27351 hor_pos "c"
27352 has_inner_box 1
27353 inner_pos "c"
27354 use_parbox 0
27355 use_makebox 0
27356 width "12col%"
27357 special "none"
27358 height "1in"
27359 height_special "totalheight"
27360 status collapsed
27361
27362 \begin_layout Plain Layout
27363 \align center
27364 Cuadro alineado en medio.
27365 \end_layout
27366
27367 \end_inset
27368
27369  Ejemplo de línea de texto.
27370 \end_layout
27371
27372 \begin_layout Description
27373 Inferior Ejemplo de línea de texto.
27374  
27375 \begin_inset Box Boxed
27376 position "b"
27377 hor_pos "c"
27378 has_inner_box 1
27379 inner_pos "c"
27380 use_parbox 0
27381 use_makebox 0
27382 width "12col%"
27383 special "none"
27384 height "1in"
27385 height_special "totalheight"
27386 status collapsed
27387
27388 \begin_layout Plain Layout
27389 \align center
27390 Cuadro alineado abajo.
27391 \end_layout
27392
27393 \end_inset
27394
27395  Ejemplo de línea de texto.
27396 \end_layout
27397
27398 \begin_layout Standard
27399 \begin_inset Note Greyedout
27400 status open
27401
27402 \begin_layout Plain Layout
27403
27404 \series bold
27405 Nota:
27406 \series default
27407  La alineación vertical puede desaparecer en la salida si hay dos cuadros
27408  en una línea y, p.
27409 \begin_inset space \thinspace{}
27410 \end_inset
27411
27412 e., uno de ellos tiene sombreado y el otro no.
27413 \end_layout
27414
27415 \end_inset
27416
27417
27418 \end_layout
27419
27420 \begin_layout Standard
27421 La alineación horizontal del cuadro puede establecerse en el diálogo de
27422  configuración de párrafo de LyX si colocas el cuadro en su propio párrafo.
27423 \end_layout
27424
27425 \begin_layout Standard
27426 \begin_inset VSpace bigskip
27427 \end_inset
27428
27429 Si has escogido un 
27430 \family sans
27431 Cuadro
27432 \begin_inset space ~
27433 \end_inset
27434
27435 interior
27436 \family default
27437 , el contenido puede alinearse verticalmente a:
27438 \end_layout
27439
27440 \begin_layout Description
27441 Superior Ejemplo de línea de texto.
27442  
27443 \begin_inset Box Boxed
27444 position "c"
27445 hor_pos "c"
27446 has_inner_box 1
27447 inner_pos "t"
27448 use_parbox 0
27449 use_makebox 0
27450 width "12col%"
27451 special "none"
27452 height "1.5in"
27453 height_special "totalheight"
27454 status collapsed
27455
27456 \begin_layout Plain Layout
27457 \align center
27458 Cuadro con texto alineado arriba.
27459 \end_layout
27460
27461 \end_inset
27462
27463  Ejemplo de línea de texto.
27464 \end_layout
27465
27466 \begin_layout Description
27467 Medio Ejemplo de línea de texto.
27468  
27469 \begin_inset Box Boxed
27470 position "c"
27471 hor_pos "c"
27472 has_inner_box 1
27473 inner_pos "c"
27474 use_parbox 0
27475 use_makebox 0
27476 width "12col%"
27477 special "none"
27478 height "1.5in"
27479 height_special "totalheight"
27480 status collapsed
27481
27482 \begin_layout Plain Layout
27483 \align center
27484 Cuadro con texto alineado en medio.
27485 \end_layout
27486
27487 \end_inset
27488
27489  Ejemplo de línea de texto.
27490 \end_layout
27491
27492 \begin_layout Description
27493 Inferior Ejemplo de línea de texto.
27494  
27495 \begin_inset Box Boxed
27496 position "c"
27497 hor_pos "c"
27498 has_inner_box 1
27499 inner_pos "b"
27500 use_parbox 0
27501 use_makebox 0
27502 width "12col%"
27503 special "none"
27504 height "1.5in"
27505 height_special "totalheight"
27506 status collapsed
27507
27508 \begin_layout Plain Layout
27509 \align center
27510 Cuadro con texto alineado abajo.
27511 \end_layout
27512
27513 \end_inset
27514
27515  Ejemplo de línea de texto.
27516 \end_layout
27517
27518 \begin_layout Description
27519 Estirado Ejemplo de línea de texto.
27520  
27521 \begin_inset Box Boxed
27522 position "c"
27523 hor_pos "c"
27524 has_inner_box 1
27525 inner_pos "s"
27526 use_parbox 0
27527 use_makebox 0
27528 width "12col%"
27529 special "none"
27530 height "1.5in"
27531 height_special "totalheight"
27532 status collapsed
27533
27534 \begin_layout Plain Layout
27535 \align center
27536 Este texto
27537 \end_layout
27538
27539 \begin_layout Plain Layout
27540 \align center
27541 está
27542 \end_layout
27543
27544 \begin_layout Plain Layout
27545 \align center
27546 estirado.
27547 \end_layout
27548
27549 \end_inset
27550
27551  Ejemplo de línea de texto.
27552 \end_layout
27553
27554 \begin_layout Standard
27555 Para estirar el contenido debe tener más de un párrafo.
27556  En el ejemplo anterior cada línea de texto está en un párrafo propio.
27557 \end_layout
27558
27559 \begin_layout Standard
27560 \begin_inset VSpace bigskip
27561 \end_inset
27562
27563 Para estirar horizontalmente el contenido usa el diálogo de párrafos de
27564  LyX cuando hayas escogido un 
27565 \family sans
27566 Cuadro
27567 \begin_inset space ~
27568 \end_inset
27569
27570 interior
27571 \family default
27572 .
27573 \end_layout
27574
27575 \begin_layout Standard
27576 \align center
27577 \begin_inset Box Boxed
27578 position "c"
27579 hor_pos "c"
27580 has_inner_box 1
27581 inner_pos "s"
27582 use_parbox 0
27583 use_makebox 0
27584 width "15col%"
27585 special "none"
27586 height "1.25in"
27587 height_special "totalheight"
27588 status collapsed
27589
27590 \begin_layout Plain Layout
27591 \align left
27592 Cuadro
27593 \end_layout
27594
27595 \begin_layout Plain Layout
27596 \align center
27597 con texto
27598 \end_layout
27599
27600 \begin_layout Plain Layout
27601 \align right
27602 estirado
27603 \end_layout
27604
27605 \end_inset
27606
27607
27608 \end_layout
27609
27610 \begin_layout Standard
27611 Si no has establecido un 
27612 \family sans
27613 Cuadro
27614 \begin_inset space ~
27615 \end_inset
27616
27617 interior
27618 \family default
27619 , puedes alinear horizontalmente el contenido del cuadro en el diálogo de
27620  cuadro.
27621 \end_layout
27622
27623 \begin_layout Standard
27624 \align center
27625 \begin_inset Box Boxed
27626 position "c"
27627 hor_pos "s"
27628 has_inner_box 0
27629 inner_pos "s"
27630 use_parbox 0
27631 use_makebox 0
27632 width "90col%"
27633 special "none"
27634 height "1.25in"
27635 height_special "totalheight"
27636 status collapsed
27637
27638 \begin_layout Plain Layout
27639 \align left
27640 Texto estirado horizontalmente.
27641 \end_layout
27642
27643 \end_inset
27644
27645
27646 \end_layout
27647
27648 \begin_layout Subsection
27649 Decoración
27650 \begin_inset CommandInset label
27651 LatexCommand label
27652 name "sec:Decoración"
27653
27654 \end_inset
27655
27656
27657 \begin_inset Index idx
27658 status collapsed
27659
27660 \begin_layout Plain Layout
27661 Cuadros ! Decoración
27662 \end_layout
27663
27664 \end_inset
27665
27666
27667 \end_layout
27668
27669 \begin_layout Standard
27670 El estilo de marco del cuadro se puede determinar en la lista desplegable
27671  
27672 \family sans
27673 Tipo
27674 \family default
27675  del diálogo de cuadros.
27676  Son posibles los siguientes marcos:
27677 \end_layout
27678
27679 \begin_layout Description
27680 Sin
27681 \begin_inset space ~
27682 \end_inset
27683
27684 marco 
27685 \lang english
27686 Nothing is drawn.
27687 \end_layout
27688
27689 \begin_layout Description
27690 Marco
27691 \begin_inset space ~
27692 \end_inset
27693
27694 rectangular
27695 \begin_inset space ~
27696 \end_inset
27697
27698 sencillo Dibuja un marco rectangular alrededor del cuadro.
27699  El grosor del marco depende de 
27700 \series bold
27701
27702 \backslash
27703 fboxrule
27704 \series default
27705 .
27706  
27707 \begin_inset Box Boxed
27708 position "c"
27709 hor_pos "c"
27710 has_inner_box 1
27711 inner_pos "c"
27712 use_parbox 0
27713 use_makebox 0
27714 width "25col%"
27715 special "none"
27716 height "1in"
27717 height_special "totalheight"
27718 status open
27719
27720 \begin_layout Plain Layout
27721 \align center
27722 Cuadro rectangular
27723 \end_layout
27724
27725 \end_inset
27726
27727
27728 \end_layout
27729
27730 \begin_layout Description
27731 Marco
27732 \begin_inset space ~
27733 \end_inset
27734
27735 ovalado,
27736 \begin_inset space ~
27737 \end_inset
27738
27739 fino Dibuja un marco ovalado cuya línea tiene un grosor de 0.4
27740 \begin_inset space \thinspace{}
27741 \end_inset
27742
27743 pt.
27744  
27745 \begin_inset Box ovalbox
27746 position "c"
27747 hor_pos "c"
27748 has_inner_box 1
27749 inner_pos "c"
27750 use_parbox 0
27751 use_makebox 0
27752 width "25col%"
27753 special "none"
27754 height "1in"
27755 height_special "totalheight"
27756 status open
27757
27758 \begin_layout Plain Layout
27759 \align center
27760 Marco ovalado, fino
27761 \end_layout
27762
27763 \end_inset
27764
27765
27766 \end_layout
27767
27768 \begin_layout Description
27769 Marco
27770 \begin_inset space ~
27771 \end_inset
27772
27773 ovalado,
27774 \begin_inset space ~
27775 \end_inset
27776
27777 grueso Dibuja un marco ovalado cuya línea tiene un grosor de 0.8
27778 \begin_inset space \thinspace{}
27779 \end_inset
27780
27781 pt.
27782  
27783 \begin_inset Box Ovalbox
27784 position "c"
27785 hor_pos "c"
27786 has_inner_box 1
27787 inner_pos "c"
27788 use_parbox 0
27789 use_makebox 0
27790 width "30col%"
27791 special "none"
27792 height "1in"
27793 height_special "totalheight"
27794 status open
27795
27796 \begin_layout Plain Layout
27797 \align center
27798 Cuadro ovalado, grueso
27799 \end_layout
27800
27801 \end_inset
27802
27803
27804 \end_layout
27805
27806 \begin_layout Description
27807 Marco
27808 \begin_inset space ~
27809 \end_inset
27810
27811 sombreado Dibuja un marco rectangular de sombra alrededor del cuadro.
27812  El grosor de la línea tiene el tamaño dado por 
27813 \series bold
27814
27815 \backslash
27816 fboxrule
27817 \series default
27818 , la sombra tiene una anchura de 4
27819 \begin_inset space \thinspace{}
27820 \end_inset
27821
27822 pt.
27823  
27824 \begin_inset Box Shadowbox
27825 position "c"
27826 hor_pos "c"
27827 has_inner_box 1
27828 inner_pos "c"
27829 use_parbox 0
27830 use_makebox 0
27831 width "20col%"
27832 special "none"
27833 height "1in"
27834 height_special "totalheight"
27835 status open
27836
27837 \begin_layout Plain Layout
27838 \align center
27839 Marco sombrado
27840 \end_layout
27841
27842 \end_inset
27843
27844
27845 \end_layout
27846
27847 \begin_layout Description
27848 Fondo
27849 \begin_inset space ~
27850 \end_inset
27851
27852 sombreado Dibuja un cuadro con fondo de color rojo.
27853  A diferencia de los cuadros coloreados,
27854 \begin_inset Foot
27855 status collapsed
27856
27857 \begin_layout Plain Layout
27858 véase sec.
27859  
27860 \begin_inset CommandInset ref
27861 LatexCommand ref
27862 reference "sec:Cuadros-Coloreados"
27863
27864 \end_inset
27865
27866
27867 \end_layout
27868
27869 \end_inset
27870
27871  siempre usa el ancho total de columna y el cuadro va en su propio párrafo.
27872 \begin_inset Box Shaded
27873 position "t"
27874 hor_pos "c"
27875 has_inner_box 0
27876 inner_pos "t"
27877 use_parbox 0
27878 use_makebox 0
27879 width "50col%"
27880 special "none"
27881 height "1in"
27882 height_special "totalheight"
27883 status open
27884
27885 \begin_layout Plain Layout
27886 Cuadro con fondo sombreado
27887 \end_layout
27888
27889 \end_inset
27890
27891
27892 \end_layout
27893
27894 \begin_layout Description
27895 Marco
27896 \begin_inset space ~
27897 \end_inset
27898
27899 rectangular
27900 \begin_inset space ~
27901 \end_inset
27902
27903 doble Dibuja un rectángulo de línea doble alrededor del cuadro.
27904  El grosor de la línea interior es 0.75
27905 \begin_inset space \thinspace{}
27906 \end_inset
27907
27908
27909 \series bold
27910
27911 \backslash
27912 fboxrule
27913 \series default
27914 , el de la línea exterior es 1.5
27915 \begin_inset space \thinspace{}
27916 \end_inset
27917
27918
27919 \series bold
27920
27921 \backslash
27922 fboxrule
27923 \series default
27924 .
27925  La distancia entre líneas es 1.5
27926 \begin_inset space \thinspace{}
27927 \end_inset
27928
27929
27930 \series bold
27931
27932 \backslash
27933 fboxrule
27934 \series default
27935
27936 \begin_inset space \thinspace{}
27937 \end_inset
27938
27939 +
27940 \begin_inset space \thinspace{}
27941 \end_inset
27942
27943 0.5
27944 \begin_inset space \thinspace{}
27945 \end_inset
27946
27947 pt.
27948  
27949 \begin_inset Box Doublebox
27950 position "c"
27951 hor_pos "c"
27952 has_inner_box 1
27953 inner_pos "c"
27954 use_parbox 0
27955 use_makebox 0
27956 width "20col%"
27957 special "none"
27958 height "1in"
27959 height_special "totalheight"
27960 status open
27961
27962 \begin_layout Plain Layout
27963 \align center
27964 Marco doble
27965 \end_layout
27966
27967 \end_inset
27968
27969
27970 \end_layout
27971
27972 \begin_layout Standard
27973 La etiqueta del cuadro en LyX reflejará el estilo de marco elegido.
27974  Para poder utilizar los distintos marcos, debe estar instalado el paquete
27975  LaTeX 
27976 \series bold
27977 fancybox
27978 \series default
27979
27980 \begin_inset Index idx
27981 status collapsed
27982
27983 \begin_layout Plain Layout
27984 LaTeX-paquetes ! fancybox
27985 \end_layout
27986
27987 \end_inset
27988
27989 .
27990 \end_layout
27991
27992 \begin_layout Standard
27993 \begin_inset VSpace bigskip
27994 \end_inset
27995
27996 Si usas la decoración 
27997 \family sans
27998 marco rectangular sencillo
27999 \family default
28000  sin cuadro interior, puedes permitir saltos de página dentro del cuadro.
28001  Ten en cuenta que en ese caso, al contrario que otros cuadros enmarcados,
28002  el marco usa siempre todo el ancho de columna, el cuadro va en un párrafo
28003  propio y 
28004 \series bold
28005
28006 \backslash
28007 fboxrule
28008 \series default
28009  y 
28010 \series bold
28011
28012 \backslash
28013 fboxsep
28014 \series default
28015  no funcionan.
28016  El grosor del marco tiene el tamaño de 
28017 \series bold
28018
28019 \backslash
28020 FrameRule
28021 \series default
28022 .
28023 \begin_inset Box Framed
28024 position "t"
28025 hor_pos "c"
28026 has_inner_box 0
28027 inner_pos "t"
28028 use_parbox 0
28029 use_makebox 0
28030 width "100col%"
28031 special "none"
28032 height "1in"
28033 height_special "totalheight"
28034 status collapsed
28035
28036 \begin_layout Plain Layout
28037 Cuadro que permite saltos de página
28038 \end_layout
28039
28040 \end_inset
28041
28042
28043 \end_layout
28044
28045 \begin_layout Section
28046 Personalización de cuadros
28047 \begin_inset Index idx
28048 status collapsed
28049
28050 \begin_layout Plain Layout
28051 Cuadros ! Personalizar
28052 \end_layout
28053
28054 \end_inset
28055
28056
28057 \end_layout
28058
28059 \begin_layout Standard
28060 El valor predeterminado por 
28061 \series bold
28062
28063 \backslash
28064 fboxrule
28065 \series default
28066  es 0.4
28067 \begin_inset space \thinspace{}
28068 \end_inset
28069
28070 pt.
28071  Puede cambiarse con el siguiente comando en código TeX, p.
28072 \begin_inset space \thinspace{}
28073 \end_inset
28074
28075 e.
28076 \begin_inset space ~
28077 \end_inset
28078
28079 a
28080 \begin_inset space ~
28081 \end_inset
28082
28083 2
28084 \begin_inset space \thinspace{}
28085 \end_inset
28086
28087 pt:
28088 \end_layout
28089
28090 \begin_layout Standard
28091
28092 \series bold
28093
28094 \backslash
28095 setlength{
28096 \backslash
28097 fboxrule}{2pt}
28098 \end_layout
28099
28100 \begin_layout Standard
28101 \begin_inset ERT
28102 status collapsed
28103
28104 \begin_layout Plain Layout
28105
28106
28107 \backslash
28108 setlength{
28109 \backslash
28110 fboxrule}{2pt}
28111 \end_layout
28112
28113 \end_inset
28114
28115
28116 \begin_inset Box Boxed
28117 position "c"
28118 hor_pos "c"
28119 has_inner_box 1
28120 inner_pos "c"
28121 use_parbox 0
28122 use_makebox 0
28123 width "25col%"
28124 special "none"
28125 height "1in"
28126 height_special "totalheight"
28127 status open
28128
28129 \begin_layout Plain Layout
28130 \align center
28131 Cuadro rectangular con 
28132 \series bold
28133
28134 \backslash
28135 fboxrule
28136 \series default
28137
28138 \begin_inset space \thinspace{}
28139 \end_inset
28140
28141 =
28142 \begin_inset space \thinspace{}
28143 \end_inset
28144
28145 2
28146 \begin_inset space \thinspace{}
28147 \end_inset
28148
28149 pt
28150 \end_layout
28151
28152 \end_inset
28153
28154
28155 \begin_inset ERT
28156 status collapsed
28157
28158 \begin_layout Plain Layout
28159
28160
28161 \backslash
28162 setlength{
28163 \backslash
28164 fboxrule}{0.4pt}
28165 \end_layout
28166
28167 \end_inset
28168
28169
28170 \end_layout
28171
28172 \begin_layout Standard
28173 \begin_inset VSpace bigskip
28174 \end_inset
28175
28176 El espacio entre el marco y el contenido del cuadro es 3
28177 \begin_inset space \thinspace{}
28178 \end_inset
28179
28180 pt por omisión para todos los estilos.
28181  Se puede cambiar mediante la longitud 
28182 \series bold
28183
28184 \backslash
28185 fboxsep
28186 \series default
28187 .
28188  Por ejemplo el comando
28189 \end_layout
28190
28191 \begin_layout Standard
28192
28193 \series bold
28194
28195 \backslash
28196 setlength{
28197 \backslash
28198 fboxsep}{10pt}
28199 \end_layout
28200
28201 \begin_layout Standard
28202 determina un valor de 10
28203 \begin_inset space \thinspace{}
28204 \end_inset
28205
28206 pt, como en el siguiente cuadro:
28207 \end_layout
28208
28209 \begin_layout Standard
28210 \begin_inset ERT
28211 status collapsed
28212
28213 \begin_layout Plain Layout
28214
28215
28216 \backslash
28217 setlength{
28218 \backslash
28219 fboxsep}{10pt}
28220 \end_layout
28221
28222 \end_inset
28223
28224
28225 \begin_inset Box Boxed
28226 position "c"
28227 hor_pos "c"
28228 has_inner_box 1
28229 inner_pos "c"
28230 use_parbox 0
28231 use_makebox 0
28232 width "25col%"
28233 special "none"
28234 height "1in"
28235 height_special "totalheight"
28236 status open
28237
28238 \begin_layout Plain Layout
28239 \align center
28240 Cuadro rectangular con 
28241 \series bold
28242
28243 \backslash
28244 fboxsep
28245 \series default
28246
28247 \begin_inset space \thinspace{}
28248 \end_inset
28249
28250 =
28251 \begin_inset space \thinspace{}
28252 \end_inset
28253
28254 10
28255 \begin_inset space \thinspace{}
28256 \end_inset
28257
28258 pt
28259 \end_layout
28260
28261 \end_inset
28262
28263
28264 \begin_inset ERT
28265 status collapsed
28266
28267 \begin_layout Plain Layout
28268
28269
28270 \backslash
28271 setlength{
28272 \backslash
28273 fboxsep}{3pt}
28274 \end_layout
28275
28276 \end_inset
28277
28278
28279 \end_layout
28280
28281 \begin_layout Standard
28282 \begin_inset VSpace bigskip
28283 \end_inset
28284
28285 El diámetro de las esquinas de los cuadros ovalados se puede modificar con
28286  el comando 
28287 \series bold
28288
28289 \backslash
28290 cornersize
28291 \series default
28292 .
28293  El comando
28294 \end_layout
28295
28296 \begin_layout Standard
28297
28298 \series bold
28299
28300 \backslash
28301 cornersize*{1cm}
28302 \end_layout
28303
28304 \begin_layout Standard
28305 establece un diámetro de 1
28306 \begin_inset space \thinspace{}
28307 \end_inset
28308
28309 cm.
28310  El comando
28311 \end_layout
28312
28313 \begin_layout Standard
28314
28315 \series bold
28316
28317 \backslash
28318 cornersize{num}
28319 \end_layout
28320
28321 \begin_layout Standard
28322 fija el diámetro en 
28323 \family sans
28324 num
28325 \begin_inset space \thinspace{}
28326 \end_inset
28327
28328 ×
28329 \begin_inset space \thinspace{}
28330 \end_inset
28331
28332 mínimo
28333 \family default
28334  
28335 \family sans
28336 (ancho y alto del cuadro)
28337 \family default
28338 .
28339  Por omisión es 
28340 \series bold
28341
28342 \backslash
28343 cornersize{0.5}
28344 \series default
28345 .
28346 \end_layout
28347
28348 \begin_layout Standard
28349 \begin_inset ERT
28350 status collapsed
28351
28352 \begin_layout Plain Layout
28353
28354
28355 \backslash
28356 cornersize*{1.5cm}
28357 \end_layout
28358
28359 \end_inset
28360
28361
28362 \begin_inset Box Ovalbox
28363 position "c"
28364 hor_pos "c"
28365 has_inner_box 1
28366 inner_pos "c"
28367 use_parbox 0
28368 use_makebox 0
28369 width "28col%"
28370 special "none"
28371 height "1in"
28372 height_special "totalheight"
28373 status open
28374
28375 \begin_layout Plain Layout
28376 \align center
28377 Cuadro ovalado con 
28378 \series bold
28379
28380 \backslash
28381 cornersize
28382 \series default
28383
28384 \begin_inset space \thinspace{}
28385 \end_inset
28386
28387 =
28388 \begin_inset space \thinspace{}
28389 \end_inset
28390
28391 1.5
28392 \begin_inset space \thinspace{}
28393 \end_inset
28394
28395 cm
28396 \end_layout
28397
28398 \end_inset
28399
28400
28401 \begin_inset ERT
28402 status collapsed
28403
28404 \begin_layout Plain Layout
28405
28406
28407 \backslash
28408 cornersize{0.5}
28409 \end_layout
28410
28411 \end_inset
28412
28413
28414 \end_layout
28415
28416 \begin_layout Standard
28417 \begin_inset VSpace bigskip
28418 \end_inset
28419
28420 El tamaño de la sombra se puede ajustar cambiando la longitud 
28421 \series bold
28422
28423 \backslash
28424 shadowsize
28425 \series default
28426 .
28427  Este comando la ajusta a 2
28428 \begin_inset space \thinspace{}
28429 \end_inset
28430
28431 pt en el cuadro siguiente:
28432 \end_layout
28433
28434 \begin_layout Standard
28435
28436 \series bold
28437
28438 \backslash
28439 setlength{
28440 \backslash
28441 shadowsize}{2pt}
28442 \end_layout
28443
28444 \begin_layout Standard
28445 \begin_inset ERT
28446 status collapsed
28447
28448 \begin_layout Plain Layout
28449
28450
28451 \backslash
28452 setlength{
28453 \backslash
28454 shadowsize}{2pt}
28455 \end_layout
28456
28457 \end_inset
28458
28459
28460 \begin_inset Box Shadowbox
28461 position "c"
28462 hor_pos "c"
28463 has_inner_box 1
28464 inner_pos "c"
28465 use_parbox 0
28466 use_makebox 0
28467 width "28col%"
28468 special "none"
28469 height "1in"
28470 height_special "totalheight"
28471 status open
28472
28473 \begin_layout Plain Layout
28474 \align center
28475 Cuadro sombreado con 
28476 \series bold
28477
28478 \backslash
28479 shadowsize
28480 \series default
28481
28482 \begin_inset space \thinspace{}
28483 \end_inset
28484
28485 =
28486 \begin_inset space \thinspace{}
28487 \end_inset
28488
28489 2
28490 \begin_inset space \thinspace{}
28491 \end_inset
28492
28493 pt
28494 \end_layout
28495
28496 \end_inset
28497
28498
28499 \begin_inset ERT
28500 status collapsed
28501
28502 \begin_layout Plain Layout
28503
28504
28505 \backslash
28506 setlength{
28507 \backslash
28508 shadowsize}{4pt}
28509 \end_layout
28510
28511 \end_inset
28512
28513
28514 \end_layout
28515
28516 \begin_layout Standard
28517 \begin_inset VSpace bigskip
28518 \end_inset
28519
28520
28521 \end_layout
28522
28523 \begin_layout Standard
28524 Por omisión, el tamaño 
28525 \series bold
28526
28527 \backslash
28528 FrameRule
28529 \series default
28530  es 0,4
28531 \begin_inset space \thinspace{}
28532 \end_inset
28533
28534 pt.
28535  El espacio por omisión entre el contenido de la nota y el marco es 9
28536 \begin_inset space \thinspace{}
28537 \end_inset
28538
28539 pt; puede cambiarse con el valor de 
28540 \series bold
28541
28542 \backslash
28543 FrameSep
28544 \series default
28545 .
28546  Por ejemplo, el marco del cuadro siguiente se establece con los comandos
28547  en código TeX
28548 \end_layout
28549
28550 \begin_layout Standard
28551
28552 \series bold
28553
28554 \backslash
28555 setlength{
28556 \backslash
28557 FrameRule}{5pt}
28558 \begin_inset Newline newline
28559 \end_inset
28560
28561
28562 \backslash
28563 setlength{
28564 \backslash
28565 FrameSep}{0.5cm}
28566 \end_layout
28567
28568 \begin_layout Standard
28569 \begin_inset ERT
28570 status collapsed
28571
28572 \begin_layout Plain Layout
28573
28574
28575 \backslash
28576 setlength{
28577 \backslash
28578 FrameRule}{5pt}
28579 \end_layout
28580
28581 \begin_layout Plain Layout
28582
28583
28584 \backslash
28585 setlength{
28586 \backslash
28587 FrameSep}{0.5cm}
28588 \end_layout
28589
28590 \end_inset
28591
28592
28593 \begin_inset Box Framed
28594 position "t"
28595 hor_pos "c"
28596 has_inner_box 0
28597 inner_pos "t"
28598 use_parbox 0
28599 use_makebox 0
28600 width "100col%"
28601 special "none"
28602 height "1in"
28603 height_special "totalheight"
28604 status open
28605
28606 \begin_layout Plain Layout
28607 Texto en un 
28608 \family sans
28609 marco
28610 \begin_inset space ~
28611 \end_inset
28612
28613 sencillo
28614 \begin_inset space ~
28615 \end_inset
28616
28617 con
28618 \begin_inset space ~
28619 \end_inset
28620
28621 salto
28622 \begin_inset space ~
28623 \end_inset
28624
28625 de
28626 \begin_inset space ~
28627 \end_inset
28628
28629 página
28630 \family default
28631 .
28632 \end_layout
28633
28634 \end_inset
28635
28636
28637 \begin_inset ERT
28638 status collapsed
28639
28640 \begin_layout Plain Layout
28641
28642
28643 \backslash
28644 setlength{
28645 \backslash
28646 FrameRule}{0.4pt}
28647 \end_layout
28648
28649 \begin_layout Plain Layout
28650
28651
28652 \backslash
28653 setlength{
28654 \backslash
28655 FrameSep}{9pt}
28656 \end_layout
28657
28658 \end_inset
28659
28660
28661 \end_layout
28662
28663 \begin_layout Standard
28664 \begin_inset VSpace bigskip
28665 \end_inset
28666
28667
28668 \end_layout
28669
28670 \begin_layout Standard
28671 Para los cuadros con 
28672 \family sans
28673 fondo
28674 \begin_inset space ~
28675 \end_inset
28676
28677 sombreado
28678 \family default
28679  el espacio por omisión entre el contenido y el marco es 3
28680 \begin_inset space \thinspace{}
28681 \end_inset
28682
28683 pt; se puede cambiar con el valor de 
28684 \series bold
28685
28686 \backslash
28687 fboxsep
28688 \series default
28689 .
28690  El color rojo predeterminado se puede cambiar en el sitio con el comando
28691  
28692 \series bold
28693
28694 \backslash
28695 definecolor{shadecolor}
28696 \series default
28697  o globalmente con el menú 
28698 \family sans
28699 Herramientas
28700 \family default
28701 \SpecialChar \menuseparator
28702
28703 \family sans
28704 Preferencias
28705 \family default
28706 \SpecialChar \menuseparator
28707
28708 \family sans
28709 Colores
28710 \family default
28711 \SpecialChar \menuseparator
28712
28713 \family sans
28714 cuadro
28715 \begin_inset space ~
28716 \end_inset
28717
28718 sombreado
28719 \family default
28720 .
28721  El esquema del comando 
28722 \series bold
28723
28724 \backslash
28725 definecolor
28726 \series default
28727  se explica en la sección
28728 \begin_inset space ~
28729 \end_inset
28730
28731
28732 \begin_inset CommandInset ref
28733 LatexCommand ref
28734 reference "sec:Tablas-Coloreadas"
28735
28736 \end_inset
28737
28738 .
28739 \begin_inset Foot
28740 status collapsed
28741
28742 \begin_layout Plain Layout
28743 El comando 
28744 \series bold
28745
28746 \backslash
28747 definecolor
28748 \series default
28749  requiere el paquete LaTeX 
28750 \series bold
28751 color
28752 \series default
28753  en el preámbulo, véase la sección
28754 \begin_inset space ~
28755 \end_inset
28756
28757
28758 \begin_inset CommandInset ref
28759 LatexCommand ref
28760 reference "sec:Cuadros-Coloreados"
28761
28762 \end_inset
28763
28764 .
28765 \end_layout
28766
28767 \end_inset
28768
28769  Por ejemplo, la nota siguiente se define con los comandos en código TeX
28770 \end_layout
28771
28772 \begin_layout Standard
28773
28774 \series bold
28775
28776 \backslash
28777 setlength{
28778 \backslash
28779 fboxsep}{0.5cm}
28780 \series default
28781
28782 \begin_inset Newline newline
28783 \end_inset
28784
28785
28786 \series bold
28787
28788 \backslash
28789 definecolor{shadecolor}{cmyk}{0.5,0,1,0.5}
28790 \end_layout
28791
28792 \begin_layout Standard
28793 \begin_inset ERT
28794 status collapsed
28795
28796 \begin_layout Plain Layout
28797
28798
28799 \backslash
28800 setlength{
28801 \backslash
28802 fboxsep}{0.5cm}
28803 \end_layout
28804
28805 \begin_layout Plain Layout
28806
28807
28808 \backslash
28809 definecolor{shadecolor}{cmyk}{0.5,0,1,0.5}
28810 \end_layout
28811
28812 \end_inset
28813
28814
28815 \begin_inset Box Shaded
28816 position "t"
28817 hor_pos "c"
28818 has_inner_box 0
28819 inner_pos "t"
28820 use_parbox 0
28821 use_makebox 0
28822 width "100col%"
28823 special "none"
28824 height "1in"
28825 height_special "totalheight"
28826 status open
28827
28828 \begin_layout Plain Layout
28829
28830 \color yellow
28831 Texto amarillo en un cuadro con 
28832 \family sans
28833 fondo sombreado 
28834 \family default
28835  en color verde oscuro.
28836 \end_layout
28837
28838 \end_inset
28839
28840
28841 \begin_inset ERT
28842 status collapsed
28843
28844 \begin_layout Plain Layout
28845
28846
28847 \backslash
28848 setlength{
28849 \backslash
28850 fboxsep}{3pt}
28851 \end_layout
28852
28853 \begin_layout Plain Layout
28854
28855
28856 \backslash
28857 definecolor{shadecolor}{rgb}{1,0,0}
28858 \end_layout
28859
28860 \end_inset
28861
28862
28863 \end_layout
28864
28865 \begin_layout Standard
28866 \begin_inset VSpace bigskip
28867 \end_inset
28868
28869 Los cambios en las dimensiones son válidos para todos los cuadros que siguen
28870  a los comandos.
28871 \end_layout
28872
28873 \begin_layout Section
28874 Minipáginas
28875 \begin_inset CommandInset label
28876 LatexCommand label
28877 name "sec:Minipáginas"
28878
28879 \end_inset
28880
28881
28882 \begin_inset Index idx
28883 status collapsed
28884
28885 \begin_layout Plain Layout
28886 Cuadros ! Minipáginas
28887 \end_layout
28888
28889 \end_inset
28890
28891
28892 \end_layout
28893
28894 \begin_layout Standard
28895 Las minipáginas son tratadas por LaTeX como páginas dentro de páginas y
28896  por tanto pueden tener, por ejemplo, sus propias notas al pie.
28897 \end_layout
28898
28899 \begin_layout Standard
28900 Las minipáginas son útiles para escribir documentos en distintas lenguas.
28901 \end_layout
28902
28903 \begin_layout Standard
28904 A continuación hay dos ejemplos de minipáginas adosadas.
28905  Su anchura está puesta en 45
28906 \begin_inset space \thinspace{}
28907 \end_inset
28908
28909 % y separadas por un relleno horizontal, insertado vía el menú 
28910 \family sans
28911 Insertar\SpecialChar \menuseparator
28912 Formato\SpecialChar \menuseparator
28913 Relleno
28914 \begin_inset space ~
28915 \end_inset
28916
28917 horizontal
28918 \family default
28919 .
28920 \end_layout
28921
28922 \begin_layout Standard
28923 \begin_inset Box Frameless
28924 position "t"
28925 hor_pos "c"
28926 has_inner_box 1
28927 inner_pos "c"
28928 use_parbox 0
28929 use_makebox 0
28930 width "45col%"
28931 special "none"
28932 height "1in"
28933 height_special "totalheight"
28934 status open
28935
28936 \begin_layout Plain Layout
28937
28938 \lang german
28939 Dies ist ein deutscher Text.
28940  Dies ist ein deutscher Text.
28941  Dies ist ein deutscher Text.
28942  Dies ist ein deutscher Text.
28943  Dies ist ein deutscher Text.
28944  Dies ist ein deutscher Text.
28945  Dies ist ein deutscher Text.
28946  Dies ist ein deutscher Text.
28947  Dies ist ein deutscher Text.
28948  Dies ist ein deutscher Text.
28949  Dies ist ein deutscher Text.
28950  Dies ist ein deutscher Text.
28951  Dies ist ein deutscher Text
28952 \begin_inset Foot
28953 status collapsed
28954
28955 \begin_layout Plain Layout
28956
28957 \lang german
28958 Dies ist eine deutsche Fußnote.
28959 \end_layout
28960
28961 \end_inset
28962
28963 .
28964  Dies ist ein deutscher Text.
28965  Dies ist ein deutscher Text.
28966 \end_layout
28967
28968 \end_inset
28969
28970
28971 \begin_inset space \hfill{}
28972 \end_inset
28973
28974
28975 \begin_inset Box Frameless
28976 position "t"
28977 hor_pos "c"
28978 has_inner_box 1
28979 inner_pos "c"
28980 use_parbox 0
28981 use_makebox 0
28982 width "45col%"
28983 special "none"
28984 height "1in"
28985 height_special "totalheight"
28986 status open
28987
28988 \begin_layout Plain Layout
28989
28990 \lang english
28991 This is an English Text.
28992  This is an English Text.
28993  This is an English Text.
28994  This is an English Text.
28995  This is an English Text.
28996  This is an English Text.
28997  This is an English Text.
28998  This is an English Text.
28999  This is an English Text.
29000  This is an English Text.
29001  This is an English Text.
29002  This is an English Text.
29003  This is an English Text.
29004  This is an English Text.
29005  This is an English Text.
29006  This is an English Text.
29007 \begin_inset Foot
29008 status collapsed
29009
29010 \begin_layout Plain Layout
29011
29012 \lang english
29013 This is an English footnote.
29014 \end_layout
29015
29016 \end_inset
29017
29018  This is an English Text.
29019  
29020 \end_layout
29021
29022 \end_inset
29023
29024
29025 \end_layout
29026
29027 \begin_layout Standard
29028 \begin_inset VSpace bigskip
29029 \end_inset
29030
29031 La configuración global de párrafos se ignora en las minipáginas.
29032  Esto significa que en las mismas no habrá espacio entre párrafos aunque
29033  pongas p.
29034 \begin_inset space \thinspace{}
29035 \end_inset
29036
29037 e.
29038 \begin_inset space ~
29039 \end_inset
29040
29041
29042 \family sans
29043 Salto
29044 \begin_inset space ~
29045 \end_inset
29046
29047 medio
29048 \family default
29049  en la configuración del documento.
29050 \end_layout
29051
29052 \begin_layout Standard
29053 Las minipáginas también sirven para poner un color de fondo para partes
29054  de texto, véase sección
29055 \begin_inset space ~
29056 \end_inset
29057
29058
29059 \begin_inset CommandInset ref
29060 LatexCommand ref
29061 reference "sub:Color-en-Párrafos"
29062
29063 \end_inset
29064
29065 .
29066 \end_layout
29067
29068 \begin_layout Standard
29069 \begin_inset Note Greyedout
29070 status open
29071
29072 \begin_layout Plain Layout
29073
29074 \series bold
29075 Nota:
29076 \series default
29077  No puedes tener flotantes o notas al margen en minipáginas pero sí puedes
29078  tener minipáginas en tablas, flotantes, y otros cuadros.
29079 \end_layout
29080
29081 \end_inset
29082
29083
29084 \end_layout
29085
29086 \begin_layout Section
29087 Cuadros de párrafo
29088 \begin_inset CommandInset label
29089 LatexCommand label
29090 name "sec:Cuadros-de-Párrafo"
29091
29092 \end_inset
29093
29094
29095 \begin_inset Index idx
29096 status collapsed
29097
29098 \begin_layout Plain Layout
29099 Cuadros ! de párrafo
29100 \end_layout
29101
29102 \end_inset
29103
29104
29105 \end_layout
29106
29107 \begin_layout Standard
29108 Los cuadros de párrafo son similares a las minipáginas con la diferencia
29109  de que no pueden contener notas al pie.
29110   La diferencia principal es que las minipáginas no son verdaderos cuadros
29111  sino entornos de LaTeX.
29112 \end_layout
29113
29114 \begin_layout Standard
29115 \align center
29116 \begin_inset Box Frameless
29117 position "t"
29118 hor_pos "c"
29119 has_inner_box 1
29120 inner_pos "t"
29121 use_parbox 1
29122 use_makebox 0
29123 width "33col%"
29124 special "none"
29125 height "1in"
29126 height_special "totalheight"
29127 status collapsed
29128
29129 \begin_layout Plain Layout
29130 Texto en un cuadro de párrafo.
29131  Texto en un cuadro de párrafo.
29132  Esta nota no aparece:
29133 \begin_inset Foot
29134 status collapsed
29135
29136 \begin_layout Plain Layout
29137 Esta es una nota en cuadro de párrafo y por eso no aparecerá.
29138 \end_layout
29139
29140 \end_inset
29141
29142
29143 \end_layout
29144
29145 \end_inset
29146
29147
29148 \end_layout
29149
29150 \begin_layout Section
29151 Cuadros para palabras y caracteres
29152 \begin_inset Index idx
29153 status collapsed
29154
29155 \begin_layout Plain Layout
29156 Cuadros ! para palabras y caracteres
29157 \end_layout
29158
29159 \end_inset
29160
29161
29162 \end_layout
29163
29164 \begin_layout Subsection
29165 Evitar la partición de palabras
29166 \begin_inset CommandInset label
29167 LatexCommand label
29168 name "sec:Evitar-la-Partición"
29169
29170 \end_inset
29171
29172
29173 \begin_inset Index idx
29174 status collapsed
29175
29176 \begin_layout Plain Layout
29177 Cuadros ! para evitar la partición de palabras
29178 \end_layout
29179
29180 \end_inset
29181
29182
29183 \end_layout
29184
29185 \begin_layout Standard
29186
29187 \lang english
29188 You can use the box type 
29189 \family sans
29190 Makebox
29191 \family default
29192 \lang spanish
29193  para impedir que una palabra sea partida con guión.
29194 \begin_inset Newline newline
29195 \end_inset
29196
29197 He aquí un ejemplo:
29198 \end_layout
29199
29200 \begin_layout Standard
29201 Esta línea es un ejemplo para mostrar cómo evitar la división de «estalarguísima
29202 palabra».
29203 \end_layout
29204
29205 \begin_layout Standard
29206 Para evitar su división 
29207 \lang english
29208 of the word 
29209 \begin_inset Quotes eld
29210 \end_inset
29211
29212 veryverylongword
29213 \begin_inset Quotes erd
29214 \end_inset
29215
29216 , put the word into a box, set the 
29217 \family sans
29218 Inner
29219 \begin_inset space ~
29220 \end_inset
29221
29222 box
29223 \family default
29224  to 
29225 \family sans
29226 Makebox
29227 \family default
29228  and its width to 1
29229 \begin_inset space \thinspace{}
29230 \end_inset
29231
29232 Width.
29233 \end_layout
29234
29235 \begin_layout Standard
29236 Este es el resultado:
29237 \end_layout
29238
29239 \begin_layout Standard
29240 Esta línea es un ejemplo para mostrar cómo evitar la división de 
29241 \begin_inset Box Frameless
29242 position "t"
29243 hor_pos "c"
29244 has_inner_box 1
29245 inner_pos "t"
29246 use_parbox 0
29247 use_makebox 1
29248 width "1in"
29249 special "width"
29250 height "1in"
29251 height_special "totalheight"
29252 status open
29253
29254 \begin_layout Plain Layout
29255 «estalarguísimapalabra»
29256 \end_layout
29257
29258 \end_inset
29259
29260 .
29261 \end_layout
29262
29263 \begin_layout Standard
29264 Como alternativa puedes poner el comando «
29265 \series bold
29266
29267 \backslash
29268 -
29269 \series default
29270 » en código TeX directamente antes de la palabra:
29271 \end_layout
29272
29273 \begin_layout Standard
29274 Esta línea es un ejemplo para mostrar cómo evitar la división de «
29275 \begin_inset ERT
29276 status collapsed
29277
29278 \begin_layout Plain Layout
29279
29280
29281 \backslash
29282 -
29283 \end_layout
29284
29285 \end_inset
29286
29287 estalarguísimapalabra».
29288 \end_layout
29289
29290 \begin_layout Standard
29291 Por supuesto, la palabra sobresale del margen.
29292  Para evitarlo añade, con el menú 
29293 \family sans
29294 Insertar\SpecialChar \menuseparator
29295 Formato\SpecialChar \menuseparator
29296 Salto
29297 \begin_inset space ~
29298 \end_inset
29299
29300 de
29301 \begin_inset space ~
29302 \end_inset
29303
29304
29305 \family default
29306 línea (atajo 
29307 \family sans
29308 Ctrl+Retorno
29309 \family default
29310 ), un salto de línea antes de la palabra:
29311 \end_layout
29312
29313 \begin_layout Standard
29314 Esta línea es un ejemplo para mostrar cómo prevenir la división de 
29315 \begin_inset Newline newline
29316 \end_inset
29317
29318
29319 \begin_inset Box Frameless
29320 position "t"
29321 hor_pos "c"
29322 has_inner_box 1
29323 inner_pos "t"
29324 use_parbox 0
29325 use_makebox 1
29326 width "1in"
29327 special "width"
29328 height "1in"
29329 height_special "totalheight"
29330 status open
29331
29332 \begin_layout Plain Layout
29333 «estalarguísimapalabra»
29334 \end_layout
29335
29336 \end_inset
29337
29338 .
29339 \end_layout
29340
29341 \begin_layout Subsection
29342 Alineación vertical
29343 \begin_inset CommandInset label
29344 LatexCommand label
29345 name "sub:Alineación-Vertical"
29346
29347 \end_inset
29348
29349
29350 \begin_inset Index idx
29351 status collapsed
29352
29353 \begin_layout Plain Layout
29354 Cuadros ! para alineación vertical
29355 \end_layout
29356
29357 \end_inset
29358
29359
29360 \end_layout
29361
29362 \begin_layout Standard
29363 Con ayuda del comando 
29364 \series bold
29365
29366 \backslash
29367 raisebox
29368 \series default
29369  puedes alinear verticalmente con el texto circundante palabras o caracteres.
29370  
29371 \series bold
29372
29373 \backslash
29374 raisebox
29375 \series default
29376  se utiliza según el esquema:
29377 \end_layout
29378
29379 \begin_layout Standard
29380
29381 \series bold
29382
29383 \backslash
29384 raisebox{elevación}[altura][profundidad]{contenido del cuadro}
29385 \end_layout
29386
29387 \begin_layout Standard
29388 La elevación puede ser un valor positivo para subir el cuadro o negativo
29389  para bajarlo.
29390 \end_layout
29391
29392 \begin_layout Standard
29393 Para alinear una palabra, p.
29394 \begin_inset space \thinspace{}
29395 \end_inset
29396
29397 e
29398 \begin_inset space ~
29399 \end_inset
29400
29401 «prevención» para que la parte inferior de la letra más «profunda» «p» esté
29402  en la línea de base, inserta el comando
29403 \end_layout
29404
29405 \begin_layout Standard
29406
29407 \series bold
29408
29409 \backslash
29410 raisebox{
29411 \backslash
29412 depth}{
29413 \end_layout
29414
29415 \begin_layout Standard
29416 en código TeX antes de la palabra.
29417  Detrás de la palabra inserta una llave de cierre «
29418 \series bold
29419 }
29420 \series default
29421 » en código TeX.
29422 \begin_inset Newline newline
29423 \end_inset
29424
29425 Este es el resultado:
29426 \end_layout
29427
29428 \begin_layout Standard
29429 Esto es una línea de texto con la palabra 
29430 \begin_inset ERT
29431 status collapsed
29432
29433 \begin_layout Plain Layout
29434
29435
29436 \backslash
29437 raisebox{
29438 \backslash
29439 depth}{
29440 \end_layout
29441
29442 \end_inset
29443
29444 «prevención»
29445 \begin_inset ERT
29446 status collapsed
29447
29448 \begin_layout Plain Layout
29449
29450 }
29451 \end_layout
29452
29453 \end_inset
29454
29455  elevada.
29456 \end_layout
29457
29458 \begin_layout Standard
29459 \begin_inset VSpace bigskip
29460 \end_inset
29461
29462 Al subir o bajar caracteres en una línea, se modifica el espacio entre líneas:
29463 \end_layout
29464
29465 \begin_layout Standard
29466 Esto es una línea de texto con la palabra 
29467 \begin_inset ERT
29468 status collapsed
29469
29470 \begin_layout Plain Layout
29471
29472
29473 \backslash
29474 raisebox{-
29475 \backslash
29476 depth}{
29477 \end_layout
29478
29479 \end_inset
29480
29481 «prevención»
29482 \begin_inset ERT
29483 status collapsed
29484
29485 \begin_layout Plain Layout
29486
29487 }
29488 \end_layout
29489
29490 \end_inset
29491
29492  bajada.
29493 \begin_inset Newline newline
29494 \end_inset
29495
29496 Esto es una línea de texto con la palabra 
29497 \begin_inset ERT
29498 status collapsed
29499
29500 \begin_layout Plain Layout
29501
29502
29503 \backslash
29504 raisebox{0.5cm}{
29505 \end_layout
29506
29507 \end_inset
29508
29509 «testigo»
29510 \begin_inset ERT
29511 status collapsed
29512
29513 \begin_layout Plain Layout
29514
29515 }
29516 \end_layout
29517
29518 \end_inset
29519
29520  elevada.
29521 \end_layout
29522
29523 \begin_layout Standard
29524 Si por alguna razón quieres impedir esto, pon la altura de cuadro a cero.
29525  Por ejemplo
29526 \end_layout
29527
29528 \begin_layout Standard
29529
29530 \series bold
29531
29532 \backslash
29533 raisebox{-
29534 \backslash
29535 depth}[0pt]{
29536 \end_layout
29537
29538 \begin_layout Standard
29539 Esto es una línea de texto con la palabra 
29540 \begin_inset ERT
29541 status collapsed
29542
29543 \begin_layout Plain Layout
29544
29545
29546 \backslash
29547 raisebox{-
29548 \backslash
29549 depth}[0pt]{
29550 \end_layout
29551
29552 \end_inset
29553
29554 «prevención»
29555 \begin_inset ERT
29556 status collapsed
29557
29558 \begin_layout Plain Layout
29559
29560 }
29561 \end_layout
29562
29563 \end_inset
29564
29565  bajada.
29566 \begin_inset Newline newline
29567 \end_inset
29568
29569 Esto es una línea de texto con la palabra 
29570 \begin_inset ERT
29571 status collapsed
29572
29573 \begin_layout Plain Layout
29574
29575
29576 \backslash
29577 raisebox{0.5cm}[0pt]{
29578 \end_layout
29579
29580 \end_inset
29581
29582 «testigo»
29583 \begin_inset ERT
29584 status collapsed
29585
29586 \begin_layout Plain Layout
29587
29588 }
29589 \end_layout
29590
29591 \end_inset
29592
29593  elevada.
29594 \end_layout
29595
29596 \begin_layout Section
29597 Cuadros coloreados
29598 \begin_inset CommandInset label
29599 LatexCommand label
29600 name "sec:Cuadros-Coloreados"
29601
29602 \end_inset
29603
29604
29605 \begin_inset Index idx
29606 status collapsed
29607
29608 \begin_layout Plain Layout
29609 Cuadros ! Color
29610 \end_layout
29611
29612 \end_inset
29613
29614
29615 \end_layout
29616
29617 \begin_layout Subsection
29618 Color en texto
29619 \begin_inset Index idx
29620 status collapsed
29621
29622 \begin_layout Plain Layout
29623 Color ! en texto
29624 \end_layout
29625
29626 \end_inset
29627
29628
29629 \end_layout
29630
29631 \begin_layout Standard
29632 Para colorear el fondo de un texto, éste debe ponerse en un cuadro coloreado.
29633  Esto requiere cargar el paquete LaTeX 
29634 \series bold
29635 color
29636 \series default
29637
29638 \begin_inset Index idx
29639 status collapsed
29640
29641 \begin_layout Plain Layout
29642 LaTeX-paquetes ! color
29643 \end_layout
29644
29645 \end_inset
29646
29647  en el preámbulo del documento con
29648 \end_layout
29649
29650 \begin_layout Standard
29651
29652 \series bold
29653
29654 \backslash
29655 @ifundef\SpecialChar \textcompwordmark{}
29656 ined{textcolor}
29657 \begin_inset Newline newline
29658 \end_inset
29659
29660
29661 \begin_inset Phantom HPhantom
29662 status open
29663
29664 \begin_layout Plain Layout
29665
29666 \series bold
29667 \begin_inset space ~
29668 \end_inset
29669
29670
29671 \end_layout
29672
29673 \end_inset
29674
29675 {
29676 \backslash
29677 usepackage{color}}{}
29678 \end_layout
29679
29680 \begin_layout Standard
29681 LyX cargará automáticamente el paquete 
29682 \series bold
29683 color
29684 \series default
29685  cuando colorees texto.
29686 \begin_inset Foot
29687 status collapsed
29688
29689 \begin_layout Plain Layout
29690 Para evitar cargarlo dos veces se usa el comando 
29691 \series bold
29692
29693 \backslash
29694 @ifundef\SpecialChar \textcompwordmark{}
29695 ined
29696 \series default
29697 .
29698 \end_layout
29699
29700 \end_inset
29701
29702
29703 \end_layout
29704
29705 \begin_layout Standard
29706 \begin_inset VSpace medskip
29707 \end_inset
29708
29709 Los cuadros coloreados se crean con el comando 
29710 \series bold
29711
29712 \backslash
29713 colorbox
29714 \series default
29715 , de acuerdo con el siguiente esquema:
29716 \end_layout
29717
29718 \begin_layout Standard
29719
29720 \series bold
29721
29722 \backslash
29723 colorbox{color}{contenido del cuadro}
29724 \end_layout
29725
29726 \begin_layout Standard
29727 El contenido también puede ser un cuadro y los cuadros coloreados también
29728  pueden estar en otros cuadros.
29729 \end_layout
29730
29731 \begin_layout Standard
29732 Los siguientes colores están predefinidos:
29733 \begin_inset Newline newline
29734 \end_inset
29735
29736
29737 \family sans
29738 red
29739 \family default
29740
29741 \family sans
29742 green
29743 \family default
29744
29745 \family sans
29746 yellow, blue
29747 \family default
29748
29749 \family sans
29750 cyan
29751 \family default
29752 \series bold
29753 ,
29754 \series default
29755  
29756 \family sans
29757 magenta, black
29758 \family default
29759
29760 \family sans
29761 white
29762 \family default
29763 .
29764 \begin_inset Newline newline
29765 \end_inset
29766
29767 También puedes definir tus propios colores según se explica en la sección
29768 \begin_inset space ~
29769 \end_inset
29770
29771
29772 \begin_inset CommandInset ref
29773 LatexCommand ref
29774 reference "sec:Tablas-Coloreadas"
29775
29776 \end_inset
29777
29778 .
29779 \end_layout
29780
29781 \begin_layout Standard
29782 Por ejemplo, para poner fondo rojo a una palabra, inserta el comando
29783 \end_layout
29784
29785 \begin_layout Standard
29786
29787 \series bold
29788
29789 \backslash
29790 colorbox{red}{
29791 \end_layout
29792
29793 \begin_layout Standard
29794 en código TeX antes de la palabra.
29795  Tras la palabra inserta una llave de cierre «
29796 \series bold
29797 }
29798 \series default
29799 » en código TeX.
29800 \begin_inset Newline newline
29801 \end_inset
29802
29803 Este es el resultado:
29804 \end_layout
29805
29806 \begin_layout Standard
29807 Línea en la que la palabra 
29808 \begin_inset ERT
29809 status collapsed
29810
29811 \begin_layout Plain Layout
29812
29813
29814 \backslash
29815 colorbox{red}{
29816 \end_layout
29817
29818 \end_inset
29819
29820 «¡Atención!»
29821 \begin_inset ERT
29822 status collapsed
29823
29824 \begin_layout Plain Layout
29825
29826 }
29827 \end_layout
29828
29829 \end_inset
29830
29831  tiene fondo rojo.
29832 \end_layout
29833
29834 \begin_layout Standard
29835 \begin_inset VSpace bigskip
29836 \end_inset
29837
29838 Si quieres un marco de distinto color, puedes emplear el comando 
29839 \series bold
29840
29841 \backslash
29842 fcolorbox
29843 \series default
29844  con el esquema siguiente:
29845 \end_layout
29846
29847 \begin_layout Standard
29848
29849 \series bold
29850
29851 \backslash
29852 fcolorbox{color del marco}{color del cuadro}{contenido del cuadro}
29853 \end_layout
29854
29855 \begin_layout Standard
29856
29857 \series bold
29858
29859 \backslash
29860 fcolorbox
29861 \series default
29862  es una extensión de 
29863 \series bold
29864
29865 \backslash
29866 colorbox
29867 \series default
29868 .
29869  El grosor del marco y el espacio entre él y el contenido se puede ajustar
29870  con las longitudes 
29871 \series bold
29872
29873 \backslash
29874 fboxrule
29875 \series default
29876  y 
29877 \series bold
29878
29879 \backslash
29880 fboxsep
29881 \series default
29882 , respectivamente, como se describe en la sección
29883 \begin_inset space ~
29884 \end_inset
29885
29886
29887 \begin_inset CommandInset ref
29888 LatexCommand ref
29889 reference "sec:Decoración"
29890
29891 \end_inset
29892
29893 .
29894 \end_layout
29895
29896 \begin_layout Standard
29897 Para el ejemplo siguiente se ha utilizado el comando
29898 \end_layout
29899
29900 \begin_layout Standard
29901
29902 \series bold
29903
29904 \backslash
29905 fcolorbox{cyan}{magenta}{
29906 \end_layout
29907
29908 \begin_layout Standard
29909 Este es un ejemplo en el que se ha puesto un grosor de 1
29910 \begin_inset space \thinspace{}
29911 \end_inset
29912
29913 mm para la línea del marco:
29914 \begin_inset Newline newline
29915 \end_inset
29916
29917
29918 \begin_inset ERT
29919 status collapsed
29920
29921 \begin_layout Plain Layout
29922
29923
29924 \backslash
29925 fboxrule 1mm 
29926 \backslash
29927 fboxsep 1mm
29928 \end_layout
29929
29930 \end_inset
29931
29932
29933 \begin_inset ERT
29934 status collapsed
29935
29936 \begin_layout Plain Layout
29937
29938
29939 \backslash
29940 fcolorbox{cyan}{magenta}{
29941 \end_layout
29942
29943 \end_inset
29944
29945 Texto en un marco coloreado y enmarcado.
29946 \begin_inset ERT
29947 status collapsed
29948
29949 \begin_layout Plain Layout
29950
29951 }
29952 \end_layout
29953
29954 \end_inset
29955
29956
29957 \end_layout
29958
29959 \begin_layout Standard
29960 \begin_inset VSpace bigskip
29961 \end_inset
29962
29963 Por supuesto también puedes colorear el texto en un marco coloreado:
29964 \begin_inset Newline newline
29965 \end_inset
29966
29967
29968 \begin_inset ERT
29969 status collapsed
29970
29971 \begin_layout Plain Layout
29972
29973
29974 \backslash
29975 fcolorbox{cyan}{magenta}{
29976 \end_layout
29977
29978 \end_inset
29979
29980
29981 \color yellow
29982 Texto coloreado en un marco sombreado y coloreado.
29983 \color none
29984
29985 \begin_inset ERT
29986 status collapsed
29987
29988 \begin_layout Plain Layout
29989
29990 }
29991 \end_layout
29992
29993 \end_inset
29994
29995
29996 \begin_inset ERT
29997 status collapsed
29998
29999 \begin_layout Plain Layout
30000
30001
30002 \backslash
30003 fboxrule 0.4pt 
30004 \backslash
30005 fboxsep 3pt
30006 \end_layout
30007
30008 \end_inset
30009
30010
30011 \end_layout
30012
30013 \begin_layout Standard
30014
30015 \series bold
30016 \begin_inset VSpace medskip
30017 \end_inset
30018
30019
30020 \end_layout
30021
30022 \begin_layout Standard
30023 \begin_inset Note Greyedout
30024 status open
30025
30026 \begin_layout Plain Layout
30027
30028 \series bold
30029 Nota:
30030 \series default
30031  El texto en cuadros coloreados no puede tener saltos de línea.
30032  Para colorear líneas o párrafos múltiples, usa un cuadro dentro de un cuadro
30033  coloreado como se describe a continuación.
30034 \end_layout
30035
30036 \end_inset
30037
30038
30039 \end_layout
30040
30041 \begin_layout Subsection
30042 Color en párrafos
30043 \begin_inset CommandInset label
30044 LatexCommand label
30045 name "sub:Color-en-Párrafos"
30046
30047 \end_inset
30048
30049
30050 \begin_inset Index idx
30051 status collapsed
30052
30053 \begin_layout Plain Layout
30054 Color ! en párrafos
30055 \end_layout
30056
30057 \end_inset
30058
30059
30060 \end_layout
30061
30062 \begin_layout Standard
30063 Para poner color de fondo en más de una línea, pon el texto en una minipágina.
30064  Antes de la minipágina inserta el comando 
30065 \series bold
30066
30067 \backslash
30068 colorbox
30069 \series default
30070  en código TeX
30071 \end_layout
30072
30073 \begin_layout Standard
30074
30075 \series bold
30076
30077 \backslash
30078 colorbox{color}{
30079 \end_layout
30080
30081 \begin_layout Standard
30082  Detrás de la minipágina inserta una llave de cierre «
30083 \series bold
30084 }
30085 \series default
30086 », también en código TeX.
30087 \end_layout
30088
30089 \begin_layout Standard
30090 \begin_inset ERT
30091 status collapsed
30092
30093 \begin_layout Plain Layout
30094
30095
30096 \backslash
30097 colorbox{grisclaro}{
30098 \end_layout
30099
30100 \end_inset
30101
30102
30103 \begin_inset Box Frameless
30104 position "t"
30105 hor_pos "c"
30106 has_inner_box 1
30107 inner_pos "t"
30108 use_parbox 0
30109 use_makebox 0
30110 width "100col%"
30111 special "none"
30112 height "1in"
30113 height_special "totalheight"
30114 status collapsed
30115
30116 \begin_layout Plain Layout
30117 Texto con color de fondo.
30118  Texto con color de fondo.
30119 \end_layout
30120
30121 \begin_layout Plain Layout
30122 \begin_inset VSpace defskip
30123 \end_inset
30124
30125 El texto puede tener notas al pie
30126 \begin_inset Foot
30127 status collapsed
30128
30129 \begin_layout Plain Layout
30130 Otro ejemplo de nota
30131 \end_layout
30132
30133 \end_inset
30134
30135  y puede incluir tablas y figuras.
30136 \end_layout
30137
30138 \begin_layout Plain Layout
30139 \align center
30140 \begin_inset Tabular
30141 <lyxtabular version="3" rows="3" columns="3">
30142 <features tabularvalignment="middle">
30143 <column alignment="center" valignment="top" width="0">
30144 <column alignment="center" valignment="top" width="0">
30145 <column alignment="center" valignment="top" width="0">
30146 <row>
30147 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
30148 \begin_inset Text
30149
30150 \begin_layout Plain Layout
30151 a
30152 \end_layout
30153
30154 \end_inset
30155 </cell>
30156 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
30157 \begin_inset Text
30158
30159 \begin_layout Plain Layout
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 3
30170 \end_layout
30171
30172 \end_inset
30173 </cell>
30174 </row>
30175 <row>
30176 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
30177 \begin_inset Text
30178
30179 \begin_layout Plain Layout
30180 <
30181 \end_layout
30182
30183 \end_inset
30184 </cell>
30185 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
30186 \begin_inset Text
30187
30188 \begin_layout Plain Layout
30189 b2
30190 \begin_inset Quotes erd
30191 \end_inset
30192
30193 |
30194 \end_layout
30195
30196 \end_inset
30197 </cell>
30198 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
30199 \begin_inset Text
30200
30201 \begin_layout Plain Layout
30202 >
30203 \end_layout
30204
30205 \end_inset
30206 </cell>
30207 </row>
30208 <row>
30209 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
30210 \begin_inset Text
30211
30212 \begin_layout Plain Layout
30213 1
30214 \end_layout
30215
30216 \end_inset
30217 </cell>
30218 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
30219 \begin_inset Text
30220
30221 \begin_layout Plain Layout
30222 §
30223 \end_layout
30224
30225 \end_inset
30226 </cell>
30227 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
30228 \begin_inset Text
30229
30230 \begin_layout Plain Layout
30231 c
30232 \end_layout
30233
30234 \end_inset
30235 </cell>
30236 </row>
30237 </lyxtabular>
30238
30239 \end_inset
30240
30241
30242 \end_layout
30243
30244 \end_inset
30245
30246
30247 \begin_inset ERT
30248 status collapsed
30249
30250 \begin_layout Plain Layout
30251
30252 }
30253 \end_layout
30254
30255 \end_inset
30256
30257
30258 \end_layout
30259
30260 \begin_layout Section
30261 Cuadros rotados y escalados
30262 \end_layout
30263
30264 \begin_layout Standard
30265 Para poder usar los comandos descritos en esta sección hay que cargar el
30266  paquete LaTeX 
30267 \series bold
30268 graphicx
30269 \series default
30270
30271 \begin_inset Index idx
30272 status collapsed
30273
30274 \begin_layout Plain Layout
30275 LaTeX-paquetes ! graphicx
30276 \end_layout
30277
30278 \end_inset
30279
30280  en el preámbulo del documento, con el comando
30281 \end_layout
30282
30283 \begin_layout Standard
30284
30285 \series bold
30286
30287 \backslash
30288 @ifundefined{rotatebox}
30289 \begin_inset Newline newline
30290 \end_inset
30291
30292
30293 \begin_inset Phantom HPhantom
30294 status open
30295
30296 \begin_layout Plain Layout
30297
30298 \series bold
30299 \begin_inset space ~
30300 \end_inset
30301
30302
30303 \end_layout
30304
30305 \end_inset
30306
30307 {
30308 \backslash
30309 usepackage{graphicx}}{}
30310 \end_layout
30311
30312 \begin_layout Standard
30313 \begin_inset Note Greyedout
30314 status open
30315
30316 \begin_layout Plain Layout
30317
30318 \series bold
30319 Nota: 
30320 \series default
30321 Algunos visores DVI no pueden mostrar material rotado o escalado.
30322 \end_layout
30323
30324 \end_inset
30325
30326
30327 \end_layout
30328
30329 \begin_layout Standard
30330 \begin_inset Note Greyedout
30331 status open
30332
30333 \begin_layout Plain Layout
30334
30335 \series bold
30336 Nota:
30337 \series default
30338  Los cuadros rotados o escalados no pueden contener flotantes.
30339 \end_layout
30340
30341 \end_inset
30342
30343
30344 \end_layout
30345
30346 \begin_layout Subsection
30347 Cuadros rotados
30348 \begin_inset Index idx
30349 status collapsed
30350
30351 \begin_layout Plain Layout
30352 Cuadros ! Rotar
30353 \end_layout
30354
30355 \end_inset
30356
30357
30358 \begin_inset Index idx
30359 status collapsed
30360
30361 \begin_layout Plain Layout
30362 Material rotado
30363 \end_layout
30364
30365 \end_inset
30366
30367
30368 \begin_inset Index idx
30369 status collapsed
30370
30371 \begin_layout Plain Layout
30372 Figuras ! Rotar
30373 \end_layout
30374
30375 \end_inset
30376
30377
30378 \begin_inset Index idx
30379 status collapsed
30380
30381 \begin_layout Plain Layout
30382 Tablas ! Rotar
30383 \end_layout
30384
30385 \end_inset
30386
30387
30388 \end_layout
30389
30390 \begin_layout Standard
30391 Para rotar material debes ponerlo en un cuadro rotado.
30392  Los cuadros rotados se crean con el comando 
30393 \series bold
30394
30395 \backslash
30396 rotatebox
30397 \series default
30398  en código TeX, según el esquema:
30399 \end_layout
30400
30401 \begin_layout Standard
30402
30403 \series bold
30404
30405 \backslash
30406 rotatebox[origen de rotación]{ángulo de rotación}{contenido del cuadro}
30407 \end_layout
30408
30409 \begin_layout Standard
30410 El origen de rotación se especifica en la forma 
30411 \series bold
30412 origin=position
30413 \series default
30414 .
30415  Son posibles las posiciones siguientes: 
30416 \emph on
30417 c
30418 \emph default
30419  (center), 
30420 \emph on
30421 l
30422 \emph default
30423  (left), 
30424 \emph on
30425 r
30426 \emph default
30427  (right), 
30428 \emph on
30429 b
30430 \emph default
30431  (bottom), 
30432 \emph on
30433 t
30434 \emph default
30435  (top), así como combinaciones adecuadas de las posiciones básicas.
30436  Por ejemplo, 
30437 \emph on
30438 lt
30439 \emph default
30440  significa que el origen de rotación es la esquina superior izquierda del
30441  cuadro.
30442  Si no se especifica origen de rotación se usará la posición 
30443 \emph on
30444 l
30445 \emph default
30446 .
30447  El ángulo de rotación es un número de grados, y puede ser negativo.
30448  El sentido de giro es contrario al de las agujas del reloj.
30449 \end_layout
30450
30451 \begin_layout Standard
30452 En el siguiente ejemplo se ha insertado el comando 
30453 \series bold
30454
30455 \backslash
30456 rotatebox[origin=c]{60}{ 
30457 \series default
30458 como código TeX delante del texto «con rotación»; después del texto, el
30459  cuadro se ha cerrado con llave de cierre en código TeX.
30460 \end_layout
30461
30462 \begin_layout Standard
30463 Esta línea contiene texto 
30464 \begin_inset ERT
30465 status collapsed
30466
30467 \begin_layout Plain Layout
30468
30469
30470 \backslash
30471 rotatebox[origin=c]{60}{
30472 \end_layout
30473
30474 \end_inset
30475
30476 con rotación
30477 \begin_inset ERT
30478 status collapsed
30479
30480 \begin_layout Plain Layout
30481
30482 }
30483 \end_layout
30484
30485 \end_inset
30486
30487 .
30488 \end_layout
30489
30490 \begin_layout Standard
30491 El contenido del cuadro puede ser también otro cuadro o una ecuación en
30492  línea:
30493 \end_layout
30494
30495 \begin_layout Standard
30496 En esta línea hay texto enmarcado 
30497 \begin_inset ERT
30498 status collapsed
30499
30500 \begin_layout Plain Layout
30501
30502
30503 \backslash
30504 rotatebox[origin=r]{-60}{
30505 \end_layout
30506
30507 \end_inset
30508
30509
30510 \begin_inset Box Doublebox
30511 position "c"
30512 hor_pos "c"
30513 has_inner_box 0
30514 inner_pos "c"
30515 use_parbox 0
30516 use_makebox 0
30517 width "1in"
30518 special "width"
30519 height "1in"
30520 height_special "totalheight"
30521 status open
30522
30523 \begin_layout Plain Layout
30524 con rotación
30525 \end_layout
30526
30527 \end_inset
30528
30529
30530 \begin_inset ERT
30531 status collapsed
30532
30533 \begin_layout Plain Layout
30534
30535 }
30536 \end_layout
30537
30538 \end_inset
30539
30540  y 
30541 \begin_inset ERT
30542 status collapsed
30543
30544 \begin_layout Plain Layout
30545
30546
30547 \backslash
30548 rotatebox[origin=lb]{60}{
30549 \end_layout
30550
30551 \end_inset
30552
30553
30554 \begin_inset Formula $\int A\,\mathrm{d}x=B$
30555 \end_inset
30556
30557
30558 \begin_inset ERT
30559 status collapsed
30560
30561 \begin_layout Plain Layout
30562
30563 }
30564 \end_layout
30565
30566 \end_inset
30567
30568  una ecuación.
30569 \end_layout
30570
30571 \begin_layout Standard
30572 O una imagen o una tabla:
30573 \end_layout
30574
30575 \begin_layout Standard
30576 Aquí hay una imagen girada 
30577 \begin_inset ERT
30578 status collapsed
30579
30580 \begin_layout Plain Layout
30581
30582
30583 \backslash
30584 rotatebox[origin=lb]{90}{
30585 \end_layout
30586
30587 \end_inset
30588
30589
30590 \begin_inset Graphics
30591         filename ../clipart/platypus.eps
30592         lyxscale 50
30593         width 25col%
30594
30595 \end_inset
30596
30597
30598 \begin_inset ERT
30599 status collapsed
30600
30601 \begin_layout Plain Layout
30602
30603 }
30604 \end_layout
30605
30606 \end_inset
30607
30608  y una tabla girada 
30609 \begin_inset ERT
30610 status collapsed
30611
30612 \begin_layout Plain Layout
30613
30614
30615 \backslash
30616 rotatebox[origin=l]{-90}{
30617 \end_layout
30618
30619 \end_inset
30620
30621
30622 \begin_inset Tabular
30623 <lyxtabular version="3" rows="2" columns="2">
30624 <features tabularvalignment="middle">
30625 <column alignment="center" valignment="top" width="0">
30626 <column alignment="center" valignment="top" width="0">
30627 <row>
30628 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
30629 \begin_inset Text
30630
30631 \begin_layout Plain Layout
30632 q
30633 \end_layout
30634
30635 \end_inset
30636 </cell>
30637 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
30638 \begin_inset Text
30639
30640 \begin_layout Plain Layout
30641 w
30642 \end_layout
30643
30644 \end_inset
30645 </cell>
30646 </row>
30647 <row>
30648 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
30649 \begin_inset Text
30650
30651 \begin_layout Plain Layout
30652 e
30653 \end_layout
30654
30655 \end_inset
30656 </cell>
30657 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
30658 \begin_inset Text
30659
30660 \begin_layout Plain Layout
30661 r
30662 \end_layout
30663
30664 \end_inset
30665 </cell>
30666 </row>
30667 </lyxtabular>
30668
30669 \end_inset
30670
30671
30672 \begin_inset ERT
30673 status collapsed
30674
30675 \begin_layout Plain Layout
30676
30677 }
30678 \end_layout
30679
30680 \end_inset
30681
30682
30683 \end_layout
30684
30685 \begin_layout Subsection
30686 Cuadros escalados
30687 \begin_inset Index idx
30688 status collapsed
30689
30690 \begin_layout Plain Layout
30691 Cuadros ! Escalar
30692 \end_layout
30693
30694 \end_inset
30695
30696
30697 \begin_inset Index idx
30698 status collapsed
30699
30700 \begin_layout Plain Layout
30701 Material escalado
30702 \end_layout
30703
30704 \end_inset
30705
30706
30707 \begin_inset Index idx
30708 status collapsed
30709
30710 \begin_layout Plain Layout
30711 Figuras ! Escalar
30712 \end_layout
30713
30714 \end_inset
30715
30716
30717 \begin_inset Index idx
30718 status collapsed
30719
30720 \begin_layout Plain Layout
30721 Tablas ! Escalar
30722 \end_layout
30723
30724 \end_inset
30725
30726
30727 \end_layout
30728
30729 \begin_layout Standard
30730 Para escalar material se pueden usar los comandos 
30731 \series bold
30732
30733 \backslash
30734 scalebox
30735 \series default
30736  y 
30737 \series bold
30738
30739 \backslash
30740 resizebox 
30741 \series default
30742 en código TeX.
30743 \end_layout
30744
30745 \begin_layout Standard
30746
30747 \series bold
30748
30749 \backslash
30750 scalebox
30751 \series default
30752  se usa con el esquema siguiente:
30753 \end_layout
30754
30755 \begin_layout Standard
30756
30757 \series bold
30758
30759 \backslash
30760 scalebox{horizontal}[vertical]{contenido del cuadro}
30761 \end_layout
30762
30763 \begin_layout Standard
30764 Horizontal y vertical son los factores de escala correspondientes.
30765  Si no se especifica factor vertical, su valor será el mismo que el factor
30766  de escala horizontal.
30767  
30768 \end_layout
30769
30770 \begin_layout Standard
30771 Por ejemplo, el comando 
30772 \series bold
30773
30774 \backslash
30775 scalebox{2}{Hola} 
30776 \series default
30777 crea un 
30778 \begin_inset ERT
30779 status collapsed
30780
30781 \begin_layout Plain Layout
30782
30783
30784 \backslash
30785 scalebox{2}{
30786 \end_layout
30787
30788 \end_inset
30789
30790 Hola
30791 \begin_inset ERT
30792 status collapsed
30793
30794 \begin_layout Plain Layout
30795
30796 }
30797 \end_layout
30798
30799 \end_inset
30800
30801  de doble tamaño que el texto normal del documento.
30802 \end_layout
30803
30804 \begin_layout Standard
30805 El comando 
30806 \series bold
30807
30808 \backslash
30809 scalebox{2}[1]{Hola} 
30810 \series default
30811 distorsiona el 
30812 \begin_inset ERT
30813 status collapsed
30814
30815 \begin_layout Plain Layout
30816
30817
30818 \backslash
30819 scalebox{2}[1]{
30820 \end_layout
30821
30822 \end_inset
30823
30824 Hola
30825 \begin_inset ERT
30826 status collapsed
30827
30828 \begin_layout Plain Layout
30829
30830 }
30831 \end_layout
30832
30833 \end_inset
30834
30835 .
30836 \end_layout
30837
30838 \begin_layout Standard
30839 Si un factor de escala es negativo el contenido del cuadro es reflejado.
30840  Por eso el comando 
30841 \series bold
30842
30843 \backslash
30844 scalebox{-1}[1]{Hola} 
30845 \series default
30846 puede usarse para reflejar un texto: 
30847 \begin_inset ERT
30848 status collapsed
30849
30850 \begin_layout Plain Layout
30851
30852
30853 \backslash
30854 scalebox{-1}[1]{
30855 \end_layout
30856
30857 \end_inset
30858
30859 Hola
30860 \begin_inset ERT
30861 status collapsed
30862
30863 \begin_layout Plain Layout
30864
30865 }
30866 \end_layout
30867
30868 \end_inset
30869
30870 .
30871 \end_layout
30872
30873 \begin_layout Standard
30874
30875 \series bold
30876
30877 \backslash
30878 scalebox{1}[-1]{Hola} 
30879 \series default
30880 refleja el 
30881 \begin_inset ERT
30882 status collapsed
30883
30884 \begin_layout Plain Layout
30885
30886
30887 \backslash
30888 scalebox{1}[-1]{
30889 \end_layout
30890
30891 \end_inset
30892
30893 Hola
30894 \begin_inset ERT
30895 status collapsed
30896
30897 \begin_layout Plain Layout
30898
30899 }
30900 \end_layout
30901
30902 \end_inset
30903
30904  sobre la base.
30905 \end_layout
30906
30907 \begin_layout Standard
30908 El comando 
30909 \series bold
30910
30911 \backslash
30912 scalebox{-1}[1]{contenido del cuadro} 
30913 \series default
30914 puede sustituirse por 
30915 \series bold
30916
30917 \begin_inset Newline newline
30918 \end_inset
30919
30920
30921 \backslash
30922 reflectbox{contenido del cuadro}
30923 \begin_inset VSpace defskip
30924 \end_inset
30925
30926
30927 \end_layout
30928
30929 \begin_layout Standard
30930 El comando 
30931 \series bold
30932
30933 \backslash
30934 resizebox
30935 \series default
30936  sirve para escalar el cuadro a una altura y anchura definidas, según el
30937  esquema:
30938 \end_layout
30939
30940 \begin_layout Standard
30941
30942 \series bold
30943
30944 \backslash
30945 resizebox{anchura}{altura}{contenido del cuadro}
30946 \end_layout
30947
30948 \begin_layout Standard
30949 Si uno de los argumentos del comando es un signo de exclamación, 
30950 \series bold
30951 !
30952 \series default
30953 , la escala se produce de forma que se mantiene la relación de las dimensiones
30954  originales del contenido del cuadro.
30955  
30956 \end_layout
30957
30958 \begin_layout Standard
30959 El comando 
30960 \series bold
30961
30962 \backslash
30963 resizebox{2cm}{1cm}{Hola}
30964 \series default
30965  genera: 
30966 \begin_inset ERT
30967 status collapsed
30968
30969 \begin_layout Plain Layout
30970
30971
30972 \backslash
30973 resizebox{2cm}{1cm}{
30974 \end_layout
30975
30976 \end_inset
30977
30978 Hola
30979 \begin_inset ERT
30980 status collapsed
30981
30982 \begin_layout Plain Layout
30983
30984 }
30985 \end_layout
30986
30987 \end_inset
30988
30989
30990 \begin_inset Newline newline
30991 \end_inset
30992
30993 El comando 
30994 \series bold
30995
30996 \backslash
30997 resizebox{2cm}{!}{Hola}
30998 \series default
30999  genera: 
31000 \begin_inset ERT
31001 status collapsed
31002
31003 \begin_layout Plain Layout
31004
31005
31006 \backslash
31007 resizebox{2cm}{!}{
31008 \end_layout
31009
31010 \end_inset
31011
31012 Hola
31013 \begin_inset ERT
31014 status collapsed
31015
31016 \begin_layout Plain Layout
31017
31018 }
31019 \end_layout
31020
31021 \end_inset
31022
31023
31024 \end_layout
31025
31026 \begin_layout Standard
31027 \begin_inset VSpace defskip
31028 \end_inset
31029
31030
31031 \end_layout
31032
31033 \begin_layout Standard
31034 \begin_inset Note Greyedout
31035 status open
31036
31037 \begin_layout Plain Layout
31038
31039 \series bold
31040 Nota: 
31041 \series default
31042 Si los argumentos de 
31043 \series bold
31044
31045 \backslash
31046 scalebox
31047 \series default
31048  o 
31049 \series bold
31050
31051 \backslash
31052 resizebox
31053 \series default
31054  son cero, no se generan errores de LaTeX al exportar el documento, pero
31055  puede suceder que la salida no se muestre o que sea incompleta.
31056  
31057 \end_layout
31058
31059 \end_inset
31060
31061
31062 \begin_inset VSpace defskip
31063 \end_inset
31064
31065
31066 \end_layout
31067
31068 \begin_layout Standard
31069 Los cuadros se pueden combinar en cualquier orden.
31070  Por ejemplo, el comando
31071 \series bold
31072
31073 \begin_inset Newline newline
31074 \end_inset
31075
31076
31077 \backslash
31078 rotatebox[origin=c]{-45}{
31079 \backslash
31080 resizebox{2cm}{!}{
31081 \backslash
31082 reflectbox{Hola}}}
31083 \begin_inset Newline newline
31084 \end_inset
31085
31086
31087 \series default
31088 genera:
31089 \end_layout
31090
31091 \begin_layout Standard
31092 \noindent
31093 \align center
31094 \begin_inset ERT
31095 status collapsed
31096
31097 \begin_layout Plain Layout
31098
31099
31100 \backslash
31101 rotatebox[origin=c]{-45}{
31102 \backslash
31103 resizebox{2cm}{!}{
31104 \backslash
31105 reflectbox{
31106 \end_layout
31107
31108 \end_inset
31109
31110 Hola
31111 \begin_inset ERT
31112 status collapsed
31113
31114 \begin_layout Plain Layout
31115
31116 }}}
31117 \end_layout
31118
31119 \end_inset
31120
31121
31122 \end_layout
31123
31124 \begin_layout Standard
31125 \noindent
31126 Un cuadro puede contener imágenes, tablas y ecuaciones en línea:
31127 \end_layout
31128
31129 \begin_layout Standard
31130 \noindent
31131
31132 \end_layout
31133
31134 \begin_layout Standard
31135 \align center
31136 \begin_inset ERT
31137 status collapsed
31138
31139 \begin_layout Plain Layout
31140
31141
31142 \backslash
31143 rotatebox[origin=c]{-30}{
31144 \backslash
31145 resizebox{2cm}{!}{
31146 \backslash
31147 reflectbox{
31148 \end_layout
31149
31150 \end_inset
31151
31152
31153 \begin_inset Graphics
31154         filename ../clipart/platypus.eps
31155         lyxscale 50
31156         width 25col%
31157
31158 \end_inset
31159
31160
31161 \begin_inset ERT
31162 status collapsed
31163
31164 \begin_layout Plain Layout
31165
31166 }}}
31167 \end_layout
31168
31169 \end_inset
31170
31171
31172 \begin_inset ERT
31173 status collapsed
31174
31175 \begin_layout Plain Layout
31176
31177
31178 \backslash
31179 rotatebox[origin=c]{-45}{
31180 \backslash
31181 resizebox{2cm}{!}{
31182 \backslash
31183 reflectbox{
31184 \end_layout
31185
31186 \end_inset
31187
31188
31189 \begin_inset Tabular
31190 <lyxtabular version="3" rows="2" columns="2">
31191 <features tabularvalignment="middle">
31192 <column alignment="center" valignment="top" width="0">
31193 <column alignment="center" valignment="top" width="0">
31194 <row>
31195 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
31196 \begin_inset Text
31197
31198 \begin_layout Plain Layout
31199 q
31200 \end_layout
31201
31202 \end_inset
31203 </cell>
31204 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
31205 \begin_inset Text
31206
31207 \begin_layout Plain Layout
31208 w
31209 \end_layout
31210
31211 \end_inset
31212 </cell>
31213 </row>
31214 <row>
31215 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
31216 \begin_inset Text
31217
31218 \begin_layout Plain Layout
31219 e
31220 \end_layout
31221
31222 \end_inset
31223 </cell>
31224 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
31225 \begin_inset Text
31226
31227 \begin_layout Plain Layout
31228 r
31229 \end_layout
31230
31231 \end_inset
31232 </cell>
31233 </row>
31234 </lyxtabular>
31235
31236 \end_inset
31237
31238
31239 \begin_inset ERT
31240 status collapsed
31241
31242 \begin_layout Plain Layout
31243
31244 }}}
31245 \end_layout
31246
31247 \end_inset
31248
31249
31250 \begin_inset ERT
31251 status collapsed
31252
31253 \begin_layout Plain Layout
31254
31255
31256 \backslash
31257 rotatebox[origin=c]{-45}{
31258 \backslash
31259 resizebox{2cm}{!}{
31260 \backslash
31261 reflectbox{
31262 \end_layout
31263
31264 \end_inset
31265
31266
31267 \begin_inset Formula $\int A\,\mathrm{d}x=B$
31268 \end_inset
31269
31270
31271 \begin_inset ERT
31272 status collapsed
31273
31274 \begin_layout Plain Layout
31275
31276 }}}
31277 \end_layout
31278
31279 \end_inset
31280
31281
31282 \end_layout
31283
31284 \begin_layout Standard
31285 Si se usa el estilo global 
31286 \series bold
31287 fleqn
31288 \series default
31289  para las ecuaciones del documento,
31290 \begin_inset Foot
31291 status collapsed
31292
31293 \begin_layout Plain Layout
31294 Si «fleqn» se añade a las opciones de clase del documento.
31295 \end_layout
31296
31297 \end_inset
31298
31299  también pueden escalarse las ecuaciones en estilo presentación.
31300 \end_layout
31301
31302 \begin_layout Chapter
31303 Archivos externos
31304 \begin_inset Index idx
31305 status collapsed
31306
31307 \begin_layout Plain Layout
31308 Archivos externos
31309 \end_layout
31310
31311 \end_inset
31312
31313
31314 \end_layout
31315
31316 \begin_layout Standard
31317 Con el menú 
31318 \family sans
31319 Insertar\SpecialChar \menuseparator
31320 Archivo 
31321 \family default
31322 se pueden insertar archivos externos en un documento.
31323  Estos pueden ser:
31324 \end_layout
31325
31326 \begin_layout Description
31327 Documento
31328 \begin_inset space ~
31329 \end_inset
31330
31331 LyX Otro documento LyX; su contenido se inserta directamente en tu documento.
31332 \end_layout
31333
31334 \begin_layout Description
31335 Texto
31336 \begin_inset space ~
31337 \end_inset
31338
31339 simple Un documento de texto; cada línea del mismo se inserta en tu documento
31340  como párrafo propio.
31341 \end_layout
31342
31343 \begin_layout Description
31344 Texto
31345 \begin_inset space ~
31346 \end_inset
31347
31348 simple,
31349 \begin_inset space ~
31350 \end_inset
31351
31352 unir
31353 \begin_inset space ~
31354 \end_inset
31355
31356 líneas Un documento de texto; sus líneas de texto se insertan tal como son.
31357  Las líneas vacías generan un nuevo párrafo en tu documento.
31358 \end_layout
31359
31360 \begin_layout Description
31361 Material
31362 \begin_inset space ~
31363 \end_inset
31364
31365 externo Archivos en diversos formatos.
31366 \end_layout
31367
31368 \begin_layout Description
31369 Documento
31370 \begin_inset space ~
31371 \end_inset
31372
31373 hijo Documentos LyX, LaTeX o texto simple.
31374 \end_layout
31375
31376 \begin_layout Section
31377 Material externo
31378 \begin_inset Index idx
31379 status collapsed
31380
31381 \begin_layout Plain Layout
31382 Material externo
31383 \end_layout
31384
31385 \end_inset
31386
31387
31388 \end_layout
31389
31390 \begin_layout Standard
31391 Esta característica te permite insertar archivos en tu documento sin convertirlo
31392 s previamente a un formato legible en la salida, ya que LyX se ocupa de
31393  las necesarias conversiones.
31394  Esto es parecido a la inserción de imágenes en diversos formatos en los
31395  documentos LyX.
31396  Si has activado la Vista preliminar inmediata en las preferencias de LyX,
31397  en 
31398 \family sans
31399 Apariencia
31400 \family default
31401 \SpecialChar \menuseparator
31402 Gráficos, los tipos de material externo Dia y Xfig se muestran directamente
31403  en LyX.
31404 \end_layout
31405
31406 \begin_layout Standard
31407 El material externo se puede insertar mediante el diálogo que surge a partir
31408  del menú 
31409 \family sans
31410 Insertar\SpecialChar \menuseparator
31411 Archivo\SpecialChar \menuseparator
31412 Material
31413 \begin_inset space ~
31414 \end_inset
31415
31416 externo
31417 \family default
31418 .
31419  Actualmente se permiten los siguientes tipos de archivo (
31420 \family sans
31421 Plantillas
31422 \family default
31423 ):
31424 \end_layout
31425
31426 \begin_layout Description
31427 Diagrama
31428 \begin_inset space ~
31429 \end_inset
31430
31431 de
31432 \begin_inset space ~
31433 \end_inset
31434
31435 ajedrez Esta plantilla soporta diagramas posicionales de ajedrez hechos
31436  con el programa 
31437 \series bold
31438
31439 \begin_inset CommandInset href
31440 LatexCommand href
31441 name "XBoard"
31442 target "http://en.wikipedia.org/wiki/XBoard"
31443
31444 \end_inset
31445
31446
31447 \series default
31448 .
31449 \end_layout
31450
31451 \begin_layout Description
31452 Dia Esta plantilla soporta diagramas creados con el programa 
31453 \series bold
31454
31455 \begin_inset CommandInset href
31456 LatexCommand href
31457 name "Dia"
31458 target "http://en.wikipedia.org/wiki/Dia_(software)"
31459
31460 \end_inset
31461
31462
31463 \series default
31464 .
31465 \end_layout
31466
31467 \begin_layout Description
31468 Fecha Esta inserta la fecha en el formato 
31469 \emph on
31470 Día-Mes-Año.
31471
31472 \emph default
31473  A continuación hay una fecha insertada como material externo: 
31474 \begin_inset External
31475         template Date
31476         filename ...
31477
31478 \end_inset
31479
31480
31481 \begin_inset space ~
31482 \end_inset
31483
31484
31485 \begin_inset Note Note
31486 status collapsed
31487
31488 \begin_layout Plain Layout
31489 ¡Quitar el espacio protegido cuando se arregle el fallo 4398!
31490 \end_layout
31491
31492 \end_inset
31493
31494
31495 \begin_inset Newline newline
31496 \end_inset
31497
31498 La fecha no se muestra en LyX, sólo en la salida.
31499  Hay otros dos métodos de insertar una fecha, con el menú 
31500 \family sans
31501 Insertar\SpecialChar \menuseparator
31502 Fecha
31503 \family default
31504  y con el comando LaTeX 
31505 \series bold
31506
31507 \backslash
31508 today
31509 \series default
31510  en código TeX.
31511  Los distintos métodos se comparan en la tabla
31512 \begin_inset space ~
31513 \end_inset
31514
31515
31516 \begin_inset CommandInset ref
31517 LatexCommand ref
31518 reference "tab:Comparación-de"
31519
31520 \end_inset
31521
31522 .
31523 \end_layout
31524
31525 \begin_layout Description
31526 LilyPond Esta plantilla sirve para tipografiar notación musical con el programa
31527 \begin_inset Newline linebreak
31528 \end_inset
31529
31530
31531 \series bold
31532
31533 \begin_inset CommandInset href
31534 LatexCommand href
31535 name "LilyPond"
31536 target "http://en.wikipedia.org/wiki/LilyPond"
31537
31538 \end_inset
31539
31540
31541 \series default
31542 .
31543 \end_layout
31544
31545 \begin_layout Description
31546 PDFPages Con esta plantilla puedes insertar documentos PDF en tu documento.
31547  Para insertar algunas o todas las páginas de un documento PDF, utiliza
31548  la opción 
31549 \emph on
31550 pages
31551 \emph default
31552  en el campo 
31553 \family sans
31554 Opción
31555 \family default
31556  de la pestaña 
31557 \family sans
31558 Opciones de LaTeX y LyX
31559 \family default
31560 , según la descripción de la plantilla en el diálogo.
31561  Si no se usa la opción 
31562 \emph on
31563 pages
31564 \emph default
31565 , sólo se inserta la primera página del PDF.
31566 \end_layout
31567
31568 \begin_layout Description
31569 RasterImage Sirve para insertar imágenes bitmap.
31570  Casi todos los formatos populares de imágenes están soportados.
31571  Las imágenes se pueden tratar en el diálogo 
31572 \family sans
31573 Material Externo
31574 \family default
31575  como las que habitualmente se incluyen mediante el diálogo 
31576 \family sans
31577 Gráficos
31578 \family default
31579 , tal como se explica en la sección
31580 \begin_inset space ~
31581 \end_inset
31582
31583
31584 \begin_inset CommandInset ref
31585 LatexCommand ref
31586 reference "sec:Diálogo-Gráficos"
31587
31588 \end_inset
31589
31590 .
31591  La diferencia es que sólo se permiten imágenes bitmap, por tanto las imágenes
31592  PDF y EPS no están soportadas.
31593 \end_layout
31594
31595 \begin_layout Description
31596 XFig Esta plantilla soporta imágenes creadas con el programa 
31597 \series bold
31598
31599 \begin_inset CommandInset href
31600 LatexCommand href
31601 name "Xfig"
31602 target "http://en.wikipedia.org/wiki/Xfig"
31603
31604 \end_inset
31605
31606
31607 \series default
31608 .
31609 \end_layout
31610
31611 \begin_layout Standard
31612 \begin_inset Float table
31613 placement h
31614 wide false
31615 sideways false
31616 status open
31617
31618 \begin_layout Plain Layout
31619 \begin_inset Caption
31620
31621 \begin_layout Plain Layout
31622 \begin_inset CommandInset label
31623 LatexCommand label
31624 name "tab:Comparación-de"
31625
31626 \end_inset
31627
31628 Comparación de los métodos de inserción de fecha.
31629 \end_layout
31630
31631 \end_inset
31632
31633
31634 \end_layout
31635
31636 \begin_layout Plain Layout
31637 \align center
31638 \begin_inset Tabular
31639 <lyxtabular version="3" rows="4" columns="4">
31640 <features tabularvalignment="middle">
31641 <column alignment="center" valignment="top" width="0">
31642 <column alignment="center" valignment="top" width="0">
31643 <column alignment="center" valignment="top" width="0">
31644 <column alignment="center" valignment="top" width="0">
31645 <row>
31646 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
31647 \begin_inset Text
31648
31649 \begin_layout Plain Layout
31650 Documento
31651 \end_layout
31652
31653 \end_inset
31654 </cell>
31655 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
31656 \begin_inset Text
31657
31658 \begin_layout Plain Layout
31659
31660 \family sans
31661 Material externo\SpecialChar \menuseparator
31662 Fecha
31663 \end_layout
31664
31665 \end_inset
31666 </cell>
31667 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
31668 \begin_inset Text
31669
31670 \begin_layout Plain Layout
31671
31672 \family sans
31673 Insertar\SpecialChar \menuseparator
31674 Fecha
31675 \end_layout
31676
31677 \end_inset
31678 </cell>
31679 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
31680 \begin_inset Text
31681
31682 \begin_layout Plain Layout
31683 comando 
31684 \series bold
31685
31686 \backslash
31687 today
31688 \end_layout
31689
31690 \end_inset
31691 </cell>
31692 </row>
31693 <row>
31694 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
31695 \begin_inset Text
31696
31697 \begin_layout Plain Layout
31698 LyX
31699 \end_layout
31700
31701 \end_inset
31702 </cell>
31703 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
31704 \begin_inset Text
31705
31706 \begin_layout Plain Layout
31707 como cuadro
31708 \end_layout
31709
31710 \end_inset
31711 </cell>
31712 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
31713 \begin_inset Text
31714
31715 \begin_layout Plain Layout
31716 como fecha
31717 \end_layout
31718
31719 \end_inset
31720 </cell>
31721 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
31722 \begin_inset Text
31723
31724 \begin_layout Plain Layout
31725 como cuadro código TeX
31726 \end_layout
31727
31728 \end_inset
31729 </cell>
31730 </row>
31731 <row>
31732 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
31733 \begin_inset Text
31734
31735 \begin_layout Plain Layout
31736 LaTeX
31737 \end_layout
31738
31739 \end_inset
31740 </cell>
31741 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
31742 \begin_inset Text
31743
31744 \begin_layout Plain Layout
31745 como fecha
31746 \end_layout
31747
31748 \end_inset
31749 </cell>
31750 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
31751 \begin_inset Text
31752
31753 \begin_layout Plain Layout
31754 como fecha
31755 \end_layout
31756
31757 \end_inset
31758 </cell>
31759 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
31760 \begin_inset Text
31761
31762 \begin_layout Plain Layout
31763 como comando
31764 \end_layout
31765
31766 \end_inset
31767 </cell>
31768 </row>
31769 <row>
31770 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
31771 \begin_inset Text
31772
31773 \begin_layout Plain Layout
31774 DVI, PDF, PS
31775 \end_layout
31776
31777 \end_inset
31778 </cell>
31779 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
31780 \begin_inset Text
31781
31782 \begin_layout Plain Layout
31783 como fecha
31784 \end_layout
31785
31786 \end_inset
31787 </cell>
31788 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
31789 \begin_inset Text
31790
31791 \begin_layout Plain Layout
31792 como fecha
31793 \end_layout
31794
31795 \end_inset
31796 </cell>
31797 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
31798 \begin_inset Text
31799
31800 \begin_layout Plain Layout
31801 como fecha
31802 \end_layout
31803
31804 \end_inset
31805 </cell>
31806 </row>
31807 </lyxtabular>
31808
31809 \end_inset
31810
31811
31812 \end_layout
31813
31814 \end_inset
31815
31816
31817 \end_layout
31818
31819 \begin_layout Standard
31820 Si utilizas la opción 
31821 \family sans
31822 Borrador
31823 \family default
31824  en la solapa 
31825 \family sans
31826 Archivo
31827 \family default
31828  del diálogo 
31829 \family sans
31830 Material Externo
31831 \family default
31832 , en el documento de salida sólo se muestra la ruta al archivo insertado.
31833 \family sans
31834
31835 \begin_inset Newline newline
31836 \end_inset
31837
31838
31839 \family default
31840 El material externo se muestra en LyX como un cuadro del tipo:
31841 \family sans
31842  
31843 \family default
31844
31845 \begin_inset Graphics
31846         filename clipart/MaterialExternoQt4.png
31847         scale 80
31848
31849 \end_inset
31850
31851  o como imagen, dependiendo de si se marca la opción 
31852 \family sans
31853 Mostrar en LyX 
31854 \family default
31855 de la pestaña 
31856 \family sans
31857 Opciones de LaTeX y LyX
31858 \family default
31859  del diálogo
31860 \family sans
31861 .
31862 \end_layout
31863
31864 \begin_layout Standard
31865 En el manual 
31866 \emph on
31867 Personalización
31868 \emph default
31869  se explica cómo definir tus propias plantillas.
31870 \end_layout
31871
31872 \begin_layout Section
31873 Documento hijo
31874 \begin_inset CommandInset label
31875 LatexCommand label
31876 name "sec:Documento-Hijo"
31877
31878 \end_inset
31879
31880
31881 \begin_inset Index idx
31882 status collapsed
31883
31884 \begin_layout Plain Layout
31885 Documento hijo
31886 \end_layout
31887
31888 \end_inset
31889
31890
31891 \end_layout
31892
31893 \begin_layout Standard
31894 Los documentos hijos se emplean en el caso de tener un documento extenso
31895  compuesto por varias partes o secciones más grandes.
31896  Para trabajar en este tipo de documentos es útil, y a veces obligado, dividirlo
31897  en varios archivos que pueden ser revisados por separado.
31898  Estos archivos se conocen como documentos hijos, y el llamado documento
31899  maestro los conecta con el fin de imprimirlos como un todo o por partes.
31900  Un documento hijo hereda contenidos de su maestro, por ejemplo el preámbulo
31901  LaTeX, la bibliografía y las etiquetas de las referencias cruzadas.
31902 \end_layout
31903
31904 \begin_layout Standard
31905 Para poder trabajar en documentos hijos sin necesidad de abrir el maestro,
31906  en el menú 
31907 \family sans
31908 Documento\SpecialChar \menuseparator
31909 Configuración\SpecialChar \menuseparator
31910 Clase del documento
31911 \family default
31912  del documento hijo especifica el documento maestro predeterminado.
31913  Este maestro será usado entonces por LyX en un segundo plano cuando edites
31914  el documento hijo.
31915 \end_layout
31916
31917 \begin_layout Standard
31918 Los documentos incluidos como hijos se muestran en la pantalla de LyX como
31919  cuadros del tipo: 
31920 \begin_inset Graphics
31921         filename clipart/DocumentoHijoQt4.png
31922         scale 80
31923
31924 \end_inset
31925
31926 .
31927  Para incluir documentos hijos en un documento maestro utiliza el menú 
31928 \family sans
31929 Insertar
31930 \family default
31931 \SpecialChar \menuseparator
31932
31933 \family sans
31934 Archivo
31935 \family default
31936 \SpecialChar \menuseparator
31937
31938 \family sans
31939 Documento
31940 \begin_inset space ~
31941 \end_inset
31942
31943 hijo
31944 \family default
31945 .
31946  Surge un diálogo en el que puedes elegir entre cuatro métodos de inclusión:
31947 \end_layout
31948
31949 \begin_layout Description
31950 Incluir Puedes incluir documentos LyX y documentos LaTeX.
31951  Al pulsar el botón 
31952 \family sans
31953 Cargar
31954 \family default
31955  en el diálogo 
31956 \family sans
31957 Documento hijo
31958 \family default
31959 , los documentos incluidos se abrirán en una nueva solapa de archivo en
31960  la ventana de LyX y así puedes modificarlos si quieres.
31961 \end_layout
31962
31963 \begin_layout Standard
31964 Aquí hay un archivo insertado con el método 
31965 \family sans
31966 Incluir
31967 \family default
31968
31969 \begin_inset CommandInset include
31970 LatexCommand include
31971 filename "DocumentoPostizo1.lyx"
31972
31973 \end_inset
31974
31975
31976 \end_layout
31977
31978 \begin_layout Standard
31979 La numeración de secciones tiene en cuenta las secciones de los archivos
31980  incluidos en el orden en que están insertados en el documento maestro.
31981  El documento incluido de ejemplo tiene una subsección que se numera como
31982  subsección de la presente sección.
31983  Las etiquetas de los documentos incluidos se pueden referenciar: Subsección
31984 \begin_inset space ~
31985 \end_inset
31986
31987
31988 \begin_inset CommandInset ref
31989 LatexCommand ref
31990 reference "sub:Subsección-Externa-1"
31991
31992 \end_inset
31993
31994 .
31995 \end_layout
31996
31997 \begin_layout Standard
31998 El preámbulo del documento hijo se ignora, sólo se utiliza el preámbulo
31999  del documento maestro.
32000  Las ramas en los documentos hijos serán ignoradas por el documento maestro
32001  si éste no tiene una rama con el mismo nombre.
32002  Los documentos incluidos se insertan comenzando una página nueva y acabando
32003  con un salto de página.
32004 \end_layout
32005
32006 \begin_layout Standard
32007 En caso de estar trabajando solo en un capítulo determinado de un documento
32008  extenso, y con el fin de ahorrar tiempo de compilación, se puede poner
32009  cada archivo incluido en una rama.
32010 \begin_inset Foot
32011 status collapsed
32012
32013 \begin_layout Plain Layout
32014 Las ramas se describen en la sección
32015 \emph on
32016  Ramas
32017 \emph default
32018  de la  
32019 \emph on
32020 Guía del usuario
32021 \emph default
32022  de LyX.
32023 \end_layout
32024
32025 \end_inset
32026
32027  Habilitando/deshabilitando las ramas puedes decidir qué archivos incluidos
32028  aparecerán en la salida.
32029 \end_layout
32030
32031 \begin_layout Standard
32032 \begin_inset Note Greyedout
32033 status open
32034
32035 \begin_layout Plain Layout
32036
32037 \series bold
32038 Nota:
32039 \series default
32040  Debido a un fallo de LyX, el comando LaTeX 
32041 \series bold
32042
32043 \backslash
32044 includeonly
32045 \series default
32046  no se puede usar por el momento como alternativa para decidir qué archivos
32047  deberían ser incluidos.
32048 \end_layout
32049
32050 \end_inset
32051
32052
32053 \end_layout
32054
32055 \begin_layout Standard
32056 \begin_inset Note Greyedout
32057 status open
32058
32059 \begin_layout Plain Layout
32060
32061 \series bold
32062 Nota:
32063 \series default
32064  Si has incluido un archivo LyX o LaTeX cuya clase de documento es distinta
32065  a la del documento maestro, recibirás una advertencia al exportar/ver el
32066  documento, ya que esto podría dar resultados inesperados.
32067 \end_layout
32068
32069 \end_inset
32070
32071
32072 \end_layout
32073
32074 \begin_layout Description
32075 Entrada Este método es muy parecido al método 
32076 \family sans
32077 Incluir
32078 \family default
32079 .
32080  Las diferencias son:
32081 \end_layout
32082
32083 \begin_deeper
32084 \begin_layout Itemize
32085 Los archivos del tipo Entrada no comienzan en página nueva ni acaban con
32086  un salto de página.
32087 \end_layout
32088
32089 \begin_layout Itemize
32090 Los archivos del tipo Entrada se pueden visualizar en LyX si la 
32091 \family sans
32092 Vista
32093 \begin_inset space ~
32094 \end_inset
32095
32096 preliminar
32097 \begin_inset space ~
32098 \end_inset
32099
32100 inmediata 
32101 \family default
32102 está activada en el diálogo 
32103 \family sans
32104 Herramientas\SpecialChar \menuseparator
32105 Preferencias
32106 \family default
32107 , apartado 
32108 \family sans
32109 Apariencia\SpecialChar \menuseparator
32110 Gráficos
32111 \family default
32112 .
32113 \end_layout
32114
32115 \begin_layout Itemize
32116 No se puede utilizar el comando LaTeX 
32117 \series bold
32118
32119 \backslash
32120 includeonly
32121 \series default
32122 .
32123 \end_layout
32124
32125 \end_deeper
32126 \begin_layout Standard
32127 Aquí hay un documento hijo insertado con el método 
32128 \family sans
32129 Entrada
32130 \family default
32131 :
32132 \end_layout
32133
32134 \begin_layout Standard
32135 \begin_inset CommandInset include
32136 LatexCommand input
32137 filename "DocumentoPostizo2.lyx"
32138
32139 \end_inset
32140
32141
32142 \end_layout
32143
32144 \begin_layout Description
32145 Literal Con este método se puede incluir todo archivo de texto.
32146  El archivo aparece en la salida con su código fuente, y si contiene comandos
32147  no se ejecutan.
32148  Con la opción 
32149 \family sans
32150 Marcar espacios en la salida
32151 \family default
32152  cada espacio en el código fuente se muestra en la salida con el carácter
32153  «
32154 \begin_inset ERT
32155 status collapsed
32156
32157 \begin_layout Plain Layout
32158
32159
32160 \backslash
32161 textvisiblespace
32162 \end_layout
32163
32164 \end_inset
32165
32166 ».
32167  La diferencia con el método de inserción mediante el menú 
32168 \family sans
32169 Insertar
32170 \family default
32171 \SpecialChar \menuseparator
32172
32173 \family sans
32174 Archivo
32175 \family default
32176 \SpecialChar \menuseparator
32177
32178 \family sans
32179 Texto
32180 \begin_inset space ~
32181 \end_inset
32182
32183 simple
32184 \family default
32185  es que en este caso el contenido del archivo se ve en LyX, mientras que
32186  en modo 
32187 \family sans
32188 Literal 
32189 \family default
32190 no se muestra el contenido, sino un recuadro con el nombre.
32191
32192 \family sans
32193  
32194 \end_layout
32195
32196 \begin_layout Standard
32197 Aquí se inserta un documento hijo en modo Literal:
32198 \begin_inset CommandInset include
32199 LatexCommand verbatiminput
32200 filename "DocumentoTextoPostizo.txt"
32201
32202 \end_inset
32203
32204
32205 \begin_inset VSpace bigskip
32206 \end_inset
32207
32208
32209 \end_layout
32210
32211 \begin_layout Standard
32212 Aquí se inserta un documento hijo en modo Literal con la opción 
32213 \family sans
32214 Marcar espacios en la salida
32215 \family default
32216 :
32217 \begin_inset CommandInset include
32218 LatexCommand verbatiminput*
32219 filename "DocumentoTextoPostizo.txt"
32220
32221 \end_inset
32222
32223
32224 \begin_inset VSpace bigskip
32225 \end_inset
32226
32227
32228 \end_layout
32229
32230 \begin_layout Standard
32231 \begin_inset Note Greyedout
32232 status open
32233
32234 \begin_layout Plain Layout
32235
32236 \series bold
32237 Nota:
32238 \series default
32239  Como puedes ver en los ejemplos anteriores, el texto de los documentos
32240  incluidos en modo 
32241 \family sans
32242 literal
32243 \family default
32244  no contiene saltos de línea, a no ser que se incluyan expresamente en el
32245  archivo de texto.
32246 \end_layout
32247
32248 \end_inset
32249
32250
32251 \end_layout
32252
32253 \begin_layout Description
32254 Listado
32255 \begin_inset space ~
32256 \end_inset
32257
32258 de
32259 \begin_inset space ~
32260 \end_inset
32261
32262 programa Este tipo se describe en el capítulo
32263 \begin_inset space ~
32264 \end_inset
32265
32266
32267 \begin_inset CommandInset ref
32268 LatexCommand ref
32269 reference "cap:Listado-de-programa"
32270
32271 \end_inset
32272
32273 .
32274 \end_layout
32275
32276 \begin_layout Standard
32277 \begin_inset Note Greyedout
32278 status open
32279
32280 \begin_layout Plain Layout
32281
32282 \series bold
32283 Nota:
32284 \series default
32285  Incluir el mismo documento dos veces  con métodos diferentes podría causar
32286  problemas en LaTeX.
32287 \end_layout
32288
32289 \end_inset
32290
32291
32292 \end_layout
32293
32294 \begin_layout Chapter
32295 Listado de programa
32296 \begin_inset CommandInset label
32297 LatexCommand label
32298 name "cap:Listado-de-programa"
32299
32300 \end_inset
32301
32302
32303 \begin_inset Index idx
32304 status collapsed
32305
32306 \begin_layout Plain Layout
32307 Listado de programa
32308 \end_layout
32309
32310 \end_inset
32311
32312
32313 \begin_inset Index idx
32314 status collapsed
32315
32316 \begin_layout Plain Layout
32317 Código de programa
32318 \end_layout
32319
32320 \end_inset
32321
32322
32323 \begin_inset Index idx
32324 status collapsed
32325
32326 \begin_layout Plain Layout
32327 Flotantes ! Listado de programa
32328 \end_layout
32329
32330 \end_inset
32331
32332
32333 \end_layout
32334
32335 \begin_layout Standard
32336 Para incluir y tipografiar código de programación puedes usar la opción
32337  de menú disponible en 
32338 \family sans
32339 Insertar\SpecialChar \menuseparator
32340 Listado
32341 \begin_inset space ~
32342 \end_inset
32343
32344 de
32345 \begin_inset space ~
32346 \end_inset
32347
32348 programa.
32349  
32350 \family default
32351 El paquete LaTeX 
32352 \series bold
32353 listings
32354 \series default
32355
32356 \begin_inset Index idx
32357 status collapsed
32358
32359 \begin_layout Plain Layout
32360 LaTeX-paquetes ! listings
32361 \end_layout
32362
32363 \end_inset
32364
32365  provee un mecanismo potente y flexible para insertar código fuente en tu
32366  documento.
32367 \end_layout
32368
32369 \begin_layout Standard
32370 Al hacer clic derecho sobre un recuadro de listado se abre el menú contextual
32371  incorporado en el que puedes configurar su formato.
32372 \end_layout
32373
32374 \begin_layout Standard
32375 Por omisión, al insertar un listado de programa se inicia un párrafo nuevo.
32376  La opción de ubicación 
32377 \family sans
32378 Listado
32379 \begin_inset space ~
32380 \end_inset
32381
32382 en
32383 \begin_inset space ~
32384 \end_inset
32385
32386 línea
32387 \family default
32388  lo imprime en la línea, como este ejemplo: 
32389 \begin_inset listings
32390 lstparams "language={C++}"
32391 inline true
32392 status open
32393
32394 \begin_layout Plain Layout
32395
32396 int a=5;
32397 \end_layout
32398
32399 \end_inset
32400
32401
32402 \family sans
32403
32404 \begin_inset Newline newline
32405 \end_inset
32406
32407
32408 \family default
32409 La opción 
32410 \family sans
32411 Flotante
32412 \family default
32413  crea un listado flotante cuya colocación se puede especificar mediante
32414  las opciones «
32415 \family sans
32416 h
32417 \family default
32418 », «
32419 \family sans
32420 t
32421 \family default
32422 », «
32423 \family sans
32424 b
32425 \family default
32426 » y «
32427 \family sans
32428 p
32429 \family default
32430 », correspondientes a las opciones de colocación de flotantes descritas
32431  en la sección
32432 \family sans
32433
32434 \begin_inset space ~
32435 \end_inset
32436
32437
32438 \begin_inset CommandInset ref
32439 LatexCommand ref
32440 reference "sec:Colocación-de-Flotantes"
32441
32442 \end_inset
32443
32444
32445 \family default
32446 .
32447  Las opciones de colocación se pueden mezclar y se escriben sin separación,
32448  p.
32449 \family sans
32450
32451 \begin_inset space \thinspace{}
32452 \end_inset
32453
32454
32455 \family default
32456 e.
32457 \begin_inset space ~
32458 \end_inset
32459
32460 «
32461 \family sans
32462 htbp
32463 \family default
32464 ».
32465  La opción «
32466 \family sans
32467 h
32468 \family default
32469 » a veces no tiene efecto, pero no necesitas usar la opción 
32470 \family sans
32471 Flotante
32472 \family default
32473  en ese caso puesto que los listados de programa no flotantes también pueden
32474  tener leyendas y ser referenciadas.
32475 \end_layout
32476
32477 \begin_layout Standard
32478 Se puede añadir una leyenda a un listado de programa con el menú 
32479 \family sans
32480 Insertar\SpecialChar \menuseparator
32481 Leyenda
32482 \family default
32483
32484 \begin_inset Foot
32485 status collapsed
32486
32487 \begin_layout Plain Layout
32488 Para traducir la etiqueta 
32489 \begin_inset Quotes eld
32490 \end_inset
32491
32492 Listado
32493 \begin_inset Quotes erd
32494 \end_inset
32495
32496  de la leyenda, se añade al preámbulo del documento el comando 
32497 \series bold
32498
32499 \backslash
32500 renewcommand{
32501 \backslash
32502 lstlistingname}{Listado}
32503 \series default
32504 .
32505  (
32506 \emph on
32507 N.
32508 \begin_inset space \thinspace{}
32509 \end_inset
32510
32511 del t.
32512 \emph default
32513 )
32514 \end_layout
32515
32516 \end_inset
32517
32518 .
32519  Los listados de programa se pueden referenciar como los flotantes: Listado
32520 \begin_inset space ~
32521 \end_inset
32522
32523
32524 \begin_inset CommandInset ref
32525 LatexCommand ref
32526 reference "lst:Ejemplo-de-listado-de-programa"
32527
32528 \end_inset
32529
32530
32531 \end_layout
32532
32533 \begin_layout Standard
32534 \begin_inset listings
32535 lstparams "language=Python"
32536 inline false
32537 status open
32538
32539 \begin_layout Plain Layout
32540
32541 \begin_inset Caption
32542
32543 \begin_layout Plain Layout
32544 \begin_inset CommandInset label
32545 LatexCommand label
32546 name "lst:Ejemplo-de-listado-de-programa"
32547
32548 \end_inset
32549
32550 Ejemplo de listado de programa flotante
32551 \end_layout
32552
32553 \end_inset
32554
32555 # Ejemplo de listado flotante
32556 \end_layout
32557
32558 \begin_layout Plain Layout
32559
32560 def func(param):
32561 \end_layout
32562
32563 \begin_layout Plain Layout
32564
32565     'this is a python function'
32566 \end_layout
32567
32568 \begin_layout Plain Layout
32569
32570     pass
32571 \end_layout
32572
32573 \end_inset
32574
32575
32576 \end_layout
32577
32578 \begin_layout Standard
32579 Una vez que has escogido un lenguaje de programación en el cuadro de diálogo
32580  de listado de programa, las palabras clave de ese lenguaje serán reconocidas
32581  y tipografiadas de manera especial en la salida.
32582  En el ejemplo, la clave de Python «def» es reconocida y se imprimirá en
32583  negrita.
32584 \end_layout
32585
32586 \begin_layout Standard
32587 \begin_inset Note Greyedout
32588 status open
32589
32590 \begin_layout Plain Layout
32591
32592 \series bold
32593 Nota:
32594 \series default
32595  Si no consigues caracteres en negrita cuando usas fuentes typewriter, se
32596  debe probablemente a que dicha fuente no suministra negritas.
32597  En este caso selecciona una fuente distinta en el menú 
32598 \family sans
32599 Documento
32600 \family default
32601 \SpecialChar \menuseparator
32602
32603 \family sans
32604 Configuración
32605 \family default
32606 \SpecialChar \menuseparator
32607
32608 \family sans
32609 Fuentes.
32610  
32611 \family default
32612 (Las fuentes 
32613 \emph on
32614 LuxiMono, BeraMono
32615 \emph default
32616  y 
32617 \emph on
32618 Courier 
32619 \emph default
32620 suministran negritas.)
32621 \end_layout
32622
32623 \end_inset
32624
32625
32626 \end_layout
32627
32628 \begin_layout Standard
32629 En la sección 
32630 \family sans
32631 Numeración
32632 \begin_inset space ~
32633 \end_inset
32634
32635 de
32636 \begin_inset space ~
32637 \end_inset
32638
32639 líneas
32640 \family default
32641  del diálogo puedes elegir el estilo de numeración de las líneas.
32642  En el campo 
32643 \family sans
32644 Paso 
32645 \family default
32646 puedes insertar un número para determinar qué líneas se numeran.
32647  Por ejemplo, si pones «3», se numera sólo una de cada tres líneas.
32648  
32649 \end_layout
32650
32651 \begin_layout Standard
32652 Además, puedes especificar un rango de líneas para que sólo éstas aparezcan
32653  en la salida.
32654  La opción 
32655 \family sans
32656 Tabla
32657 \begin_inset space ~
32658 \end_inset
32659
32660 de
32661 \begin_inset space ~
32662 \end_inset
32663
32664 caracteres
32665 \begin_inset space ~
32666 \end_inset
32667
32668 extendida
32669 \family default
32670  debería emplearse si se usan en el código caracteres nacionales como la
32671  diéresis alemana.
32672 \begin_inset Newline newline
32673 \end_inset
32674
32675 A continuación hay un ejemplo con numeración de líneas a la izquierda, paso
32676  «3», lenguaje «Python», opciones de estilo «Tabla de caracteres extendida»
32677  y «Espacio como símbolo», rango de líneas 3-8:
32678 \begin_inset listings
32679 lstparams "extendedchars=true,firstline=3,language=Python,lastline=8,numbers=left,showspaces=true,stepnumber=3"
32680 inline false
32681 status open
32682
32683 \begin_layout Plain Layout
32684
32685 def func(param):
32686 \end_layout
32687
32688 \begin_layout Plain Layout
32689
32690     'this is a python function'
32691 \end_layout
32692
32693 \begin_layout Plain Layout
32694
32695     pass
32696 \end_layout
32697
32698 \begin_layout Plain Layout
32699
32700 def func(param):
32701 \end_layout
32702
32703 \begin_layout Plain Layout
32704
32705 'This is a German word: Tschüß'
32706 \end_layout
32707
32708 \begin_layout Plain Layout
32709
32710 pass
32711 \end_layout
32712
32713 \begin_layout Plain Layout
32714
32715 def func(param):
32716 \end_layout
32717
32718 \begin_layout Plain Layout
32719
32720 'this is a python function'
32721 \end_layout
32722
32723 \begin_layout Plain Layout
32724
32725 pass
32726 \end_layout
32727
32728 \end_inset
32729
32730
32731 \end_layout
32732
32733 \begin_layout Standard
32734 \begin_inset Note Greyedout
32735 status open
32736
32737 \begin_layout Plain Layout
32738
32739 \series bold
32740 Nota:
32741 \series default
32742  Debido a un error en el paquete 
32743 \series bold
32744 listings
32745 \series default
32746  la numeración de líneas cambia en una línea por cada listado previo.
32747  Por esto en el ejemplo de arriba se numeran las líneas 2 y 5 y no las líneas
32748  3 y 6.
32749 \end_layout
32750
32751 \end_inset
32752
32753
32754 \end_layout
32755
32756 \begin_layout Standard
32757 \begin_inset VSpace bigskip
32758 \end_inset
32759
32760
32761 \end_layout
32762
32763 \begin_layout Standard
32764 También es posible imprimir como listado de programa líneas de un archivo.
32765  Para hacer esto, usa el menú 
32766 \family sans
32767 Insertar\SpecialChar \menuseparator
32768 Archivo\SpecialChar \menuseparator
32769 Documento
32770 \begin_inset space ~
32771 \end_inset
32772
32773 hijo 
32774 \family default
32775 y elige el tipo 
32776 \family sans
32777 Listado de programa
32778 \family default
32779 .
32780 \begin_inset Foot
32781 status collapsed
32782
32783 \begin_layout Plain Layout
32784 Los restantes tipos de documento hijo se describen en la sección
32785 \begin_inset space ~
32786 \end_inset
32787
32788
32789 \begin_inset CommandInset ref
32790 LatexCommand ref
32791 reference "sec:Documento-Hijo"
32792
32793 \end_inset
32794
32795 .
32796 \end_layout
32797
32798 \end_inset
32799
32800  En el diálogo de documento hijo puedes especificar los parámetros del listado
32801  en el cuadro de texto.
32802  Para ver una lista de los parámetros disponibles teclea una interrogación
32803  «?» en el cuadro.
32804 \end_layout
32805
32806 \begin_layout Standard
32807 Para referenciar un documento hijo tipo listado, escribe el texto de la
32808  etiqueta en el campo correspondiente del diálogo de documento hijo.
32809  Después se puede referenciar la etiqueta con el menú 
32810 \family sans
32811 Insertar\SpecialChar \menuseparator
32812 Referencia cruzada.
32813 \end_layout
32814
32815 \begin_layout Standard
32816 A continuación hay un ejemplo, Listado
32817 \begin_inset space ~
32818 \end_inset
32819
32820
32821 \begin_inset CommandInset ref
32822 LatexCommand ref
32823 reference "lst:archivo-listado"
32824
32825 \end_inset
32826
32827 , de inserción de líneas de un archivo; en él se incluye el rango de las
32828  líneas 10
32829 \begin_inset space \thinspace{}
32830 \end_inset
32831
32832 -
32833 \begin_inset space \thinspace{}
32834 \end_inset
32835
32836 15 de este archivo LyX.
32837 \end_layout
32838
32839 \begin_layout Standard
32840 \begin_inset CommandInset include
32841 LatexCommand lstinputlisting
32842 filename "EmbeddedObjects.lyx"
32843 lstparams "breaklines=true,caption={Líneas  10 - 15 de este archivo LyX},firstline=10,label={lst:archivo-listado},language={[LaTeX]TeX},lastline=15"
32844
32845 \end_inset
32846
32847
32848 \end_layout
32849
32850 \begin_layout Standard
32851 \begin_inset VSpace bigskip
32852 \end_inset
32853
32854
32855 \end_layout
32856
32857 \begin_layout Standard
32858 Insertar una ecuación en un listado se puede hacer de la siguiente forma:
32859 \end_layout
32860
32861 \begin_layout Enumerate
32862 Abre el diálogo de listado y añade
32863 \begin_inset Newline newline
32864 \end_inset
32865
32866
32867 \family sans
32868 mathescape=true
32869 \begin_inset Newline newline
32870 \end_inset
32871
32872
32873 \family default
32874 en el campo de texto de la solapa 
32875 \family sans
32876 Avanzado
32877 \end_layout
32878
32879 \begin_layout Enumerate
32880 Crea una ecuación fuera del listado
32881 \end_layout
32882
32883 \begin_layout Enumerate
32884 Copia el contenido de la ecuación (no el recuadro de la misma) al portapapeles
32885  (teclas 
32886 \family sans
32887 Ctrl+C
32888 \family default
32889 )
32890 \end_layout
32891
32892 \begin_layout Enumerate
32893 En el listado escribe 
32894 \begin_inset Quotes eld
32895 \end_inset
32896
32897
32898 \family sans
32899 $$
32900 \family default
32901
32902 \begin_inset Quotes erd
32903 \end_inset
32904
32905  y pega desde el portapapeles entre los símbolos dólar (teclas 
32906 \family sans
32907 Ctrl+V
32908 \family default
32909 )
32910 \end_layout
32911
32912 \begin_layout Standard
32913 \begin_inset listings
32914 lstparams "language=Python,mathescape=true"
32915 inline false
32916 status open
32917
32918 \begin_layout Plain Layout
32919
32920 \begin_inset Caption
32921
32922 \begin_layout Plain Layout
32923 Ejemplo de listado flotante con una ecuación
32924 \end_layout
32925
32926 \end_inset
32927
32928 # Ejemplo de listado flotante
32929 \end_layout
32930
32931 \begin_layout Plain Layout
32932
32933 def func(param):
32934 \end_layout
32935
32936 \begin_layout Plain Layout
32937
32938     # $
32939 \backslash
32940 prod_{n=1}^{
32941 \backslash
32942 infty}
32943 \backslash
32944 ,
32945 \backslash
32946 frac{1}{x^{2}}$
32947 \end_layout
32948
32949 \begin_layout Plain Layout
32950
32951     pass
32952 \end_layout
32953
32954 \end_inset
32955
32956
32957 \end_layout
32958
32959 \begin_layout Standard
32960 \begin_inset VSpace bigskip
32961 \end_inset
32962
32963
32964 \end_layout
32965
32966 \begin_layout Standard
32967 Las preferencias globales se pueden establecer en el diálogo 
32968 \family sans
32969 Documento\SpecialChar \menuseparator
32970 Configuración\SpecialChar \menuseparator
32971 Diseño
32972 \begin_inset space ~
32973 \end_inset
32974
32975 del
32976 \begin_inset space ~
32977 \end_inset
32978
32979 texto.
32980  
32981 \family default
32982 Para ver ahí una lista de las opciones disponibles, escribe una interrogación
32983  «?» en el campo de texto.
32984 \end_layout
32985
32986 \begin_layout Standard
32987 Para más información sobre el paquete 
32988 \series bold
32989 listings
32990 \series default
32991 , consulta su documentación
32992 \begin_inset space ~
32993 \end_inset
32994
32995
32996 \begin_inset CommandInset citation
32997 LatexCommand cite
32998 key "listings"
32999
33000 \end_inset
33001
33002 .
33003 \end_layout
33004
33005 \begin_layout Standard
33006 \begin_inset Newpage newpage
33007 \end_inset
33008
33009
33010 \end_layout
33011
33012 \begin_layout Chapter
33013 \start_of_appendix
33014 Unidades disponibles en LyX
33015 \begin_inset Index idx
33016 status collapsed
33017
33018 \begin_layout Plain Layout
33019 Unidades
33020 \end_layout
33021
33022 \end_inset
33023
33024
33025 \begin_inset CommandInset label
33026 LatexCommand label
33027 name "cap:Unidades-disponibles-en"
33028
33029 \end_inset
33030
33031
33032 \end_layout
33033
33034 \begin_layout Standard
33035 Para comprender las unidades utilizadas en este manual, el cuadro
33036 \begin_inset space ~
33037 \end_inset
33038
33039
33040 \begin_inset CommandInset ref
33041 LatexCommand ref
33042 reference "tab:Unidades"
33043
33044 \end_inset
33045
33046  describe todas las unidades disponibles en LyX.
33047 \end_layout
33048
33049 \begin_layout Standard
33050 \begin_inset Float table
33051 placement h
33052 wide false
33053 sideways false
33054 status open
33055
33056 \begin_layout Plain Layout
33057 \begin_inset Caption
33058
33059 \begin_layout Plain Layout
33060 \begin_inset CommandInset label
33061 LatexCommand label
33062 name "tab:Unidades"
33063
33064 \end_inset
33065
33066 Unidades
33067 \end_layout
33068
33069 \end_inset
33070
33071
33072 \end_layout
33073
33074 \begin_layout Plain Layout
33075 \begin_inset VSpace medskip
33076 \end_inset
33077
33078
33079 \end_layout
33080
33081 \begin_layout Plain Layout
33082 \align center
33083 \begin_inset Tabular
33084 <lyxtabular version="3" rows="20" columns="2">
33085 <features tabularvalignment="middle">
33086 <column alignment="center" valignment="top" width="0">
33087 <column alignment="center" valignment="top" width="0">
33088 <row>
33089 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
33090 \begin_inset Text
33091
33092 \begin_layout Plain Layout
33093 unidad
33094 \end_layout
33095
33096 \end_inset
33097 </cell>
33098 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
33099 \begin_inset Text
33100
33101 \begin_layout Plain Layout
33102 nombre/descripción
33103 \end_layout
33104
33105 \end_inset
33106 </cell>
33107 </row>
33108 <row>
33109 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
33110 \begin_inset Text
33111
33112 \begin_layout Plain Layout
33113 mm
33114 \end_layout
33115
33116 \end_inset
33117 </cell>
33118 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
33119 \begin_inset Text
33120
33121 \begin_layout Plain Layout
33122 milímetro
33123 \end_layout
33124
33125 \end_inset
33126 </cell>
33127 </row>
33128 <row>
33129 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
33130 \begin_inset Text
33131
33132 \begin_layout Plain Layout
33133 cm
33134 \end_layout
33135
33136 \end_inset
33137 </cell>
33138 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
33139 \begin_inset Text
33140
33141 \begin_layout Plain Layout
33142 centímetro
33143 \end_layout
33144
33145 \end_inset
33146 </cell>
33147 </row>
33148 <row>
33149 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
33150 \begin_inset Text
33151
33152 \begin_layout Plain Layout
33153 in
33154 \end_layout
33155
33156 \end_inset
33157 </cell>
33158 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
33159 \begin_inset Text
33160
33161 \begin_layout Plain Layout
33162 pulgada
33163 \end_layout
33164
33165 \end_inset
33166 </cell>
33167 </row>
33168 <row>
33169 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
33170 \begin_inset Text
33171
33172 \begin_layout Plain Layout
33173 pt
33174 \end_layout
33175
33176 \end_inset
33177 </cell>
33178 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
33179 \begin_inset Text
33180
33181 \begin_layout Plain Layout
33182 punto (72.27
33183 \begin_inset space \thinspace{}
33184 \end_inset
33185
33186 pt = 1
33187 \begin_inset space \thinspace{}
33188 \end_inset
33189
33190 in)
33191 \end_layout
33192
33193 \end_inset
33194 </cell>
33195 </row>
33196 <row>
33197 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
33198 \begin_inset Text
33199
33200 \begin_layout Plain Layout
33201 pc
33202 \end_layout
33203
33204 \end_inset
33205 </cell>
33206 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
33207 \begin_inset Text
33208
33209 \begin_layout Plain Layout
33210 pica (1
33211 \begin_inset space \thinspace{}
33212 \end_inset
33213
33214 pc = 12
33215 \begin_inset space \thinspace{}
33216 \end_inset
33217
33218 pt)
33219 \end_layout
33220
33221 \end_inset
33222 </cell>
33223 </row>
33224 <row>
33225 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
33226 \begin_inset Text
33227
33228 \begin_layout Plain Layout
33229 sp
33230 \end_layout
33231
33232 \end_inset
33233 </cell>
33234 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
33235 \begin_inset Text
33236
33237 \begin_layout Plain Layout
33238 punto escalado (65536
33239 \begin_inset space \thinspace{}
33240 \end_inset
33241
33242 sp = 1
33243 \begin_inset space \thinspace{}
33244 \end_inset
33245
33246 pt)
33247 \end_layout
33248
33249 \end_inset
33250 </cell>
33251 </row>
33252 <row>
33253 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
33254 \begin_inset Text
33255
33256 \begin_layout Plain Layout
33257 bp
33258 \end_layout
33259
33260 \end_inset
33261 </cell>
33262 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
33263 \begin_inset Text
33264
33265 \begin_layout Plain Layout
33266 punto grande (72
33267 \begin_inset space \thinspace{}
33268 \end_inset
33269
33270 bp = 1
33271 \begin_inset space \thinspace{}
33272 \end_inset
33273
33274 in)
33275 \end_layout
33276
33277 \end_inset
33278 </cell>
33279 </row>
33280 <row>
33281 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
33282 \begin_inset Text
33283
33284 \begin_layout Plain Layout
33285 dd
33286 \end_layout
33287
33288 \end_inset
33289 </cell>
33290 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
33291 \begin_inset Text
33292
33293 \begin_layout Plain Layout
33294 didot (1
33295 \begin_inset space \thinspace{}
33296 \end_inset
33297
33298 dd 
33299 \begin_inset Formula $\approx$
33300 \end_inset
33301
33302  0.376
33303 \begin_inset space \thinspace{}
33304 \end_inset
33305
33306 mm)
33307 \end_layout
33308
33309 \end_inset
33310 </cell>
33311 </row>
33312 <row>
33313 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
33314 \begin_inset Text
33315
33316 \begin_layout Plain Layout
33317 cc
33318 \end_layout
33319
33320 \end_inset
33321 </cell>
33322 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
33323 \begin_inset Text
33324
33325 \begin_layout Plain Layout
33326 cicero (1
33327 \begin_inset space \thinspace{}
33328 \end_inset
33329
33330 cc = 12
33331 \begin_inset space \thinspace{}
33332 \end_inset
33333
33334 dd)
33335 \end_layout
33336
33337 \end_inset
33338 </cell>
33339 </row>
33340 <row>
33341 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
33342 \begin_inset Text
33343
33344 \begin_layout Plain Layout
33345 escala
33346 \begin_inset space \thinspace{}
33347 \end_inset
33348
33349 %
33350 \end_layout
33351
33352 \end_inset
33353 </cell>
33354 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
33355 \begin_inset Text
33356
33357 \begin_layout Plain Layout
33358 % del tamaño original de la imagen
33359 \end_layout
33360
33361 \end_inset
33362 </cell>
33363 </row>
33364 <row>
33365 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
33366 \begin_inset Text
33367
33368 \begin_layout Plain Layout
33369 texto
33370 \begin_inset space \thinspace{}
33371 \end_inset
33372
33373 %
33374 \end_layout
33375
33376 \end_inset
33377 </cell>
33378 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
33379 \begin_inset Text
33380
33381 \begin_layout Plain Layout
33382 % de anchura de texto
33383 \end_layout
33384
33385 \end_inset
33386 </cell>
33387 </row>
33388 <row>
33389 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
33390 \begin_inset Text
33391
33392 \begin_layout Plain Layout
33393 columna
33394 \begin_inset space \thinspace{}
33395 \end_inset
33396
33397 %
33398 \end_layout
33399
33400 \end_inset
33401 </cell>
33402 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
33403 \begin_inset Text
33404
33405 \begin_layout Plain Layout
33406 % de anchura de columna
33407 \end_layout
33408
33409 \end_inset
33410 </cell>
33411 </row>
33412 <row>
33413 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
33414 \begin_inset Text
33415
33416 \begin_layout Plain Layout
33417 página
33418 \begin_inset space \thinspace{}
33419 \end_inset
33420
33421 %
33422 \end_layout
33423
33424 \end_inset
33425 </cell>
33426 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
33427 \begin_inset Text
33428
33429 \begin_layout Plain Layout
33430 % de anchura de página
33431 \end_layout
33432
33433 \end_inset
33434 </cell>
33435 </row>
33436 <row>
33437 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
33438 \begin_inset Text
33439
33440 \begin_layout Plain Layout
33441 línea
33442 \begin_inset space \thinspace{}
33443 \end_inset
33444
33445 %
33446 \end_layout
33447
33448 \end_inset
33449 </cell>
33450 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
33451 \begin_inset Text
33452
33453 \begin_layout Plain Layout
33454 % de anchura de línea
33455 \end_layout
33456
33457 \end_inset
33458 </cell>
33459 </row>
33460 <row>
33461 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
33462 \begin_inset Text
33463
33464 \begin_layout Plain Layout
33465 alt.
33466  texto
33467 \begin_inset space \thinspace{}
33468 \end_inset
33469
33470 %
33471 \end_layout
33472
33473 \end_inset
33474 </cell>
33475 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
33476 \begin_inset Text
33477
33478 \begin_layout Plain Layout
33479 % de altura de texto
33480 \end_layout
33481
33482 \end_inset
33483 </cell>
33484 </row>
33485 <row>
33486 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
33487 \begin_inset Text
33488
33489 \begin_layout Plain Layout
33490 alt.
33491  pág.
33492 \begin_inset space \thinspace{}
33493 \end_inset
33494
33495 %
33496 \end_layout
33497
33498 \end_inset
33499 </cell>
33500 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
33501 \begin_inset Text
33502
33503 \begin_layout Plain Layout
33504 % de altura de página
33505 \end_layout
33506
33507 \end_inset
33508 </cell>
33509 </row>
33510 <row>
33511 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
33512 \begin_inset Text
33513
33514 \begin_layout Plain Layout
33515 ex
33516 \end_layout
33517
33518 \end_inset
33519 </cell>
33520 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
33521 \begin_inset Text
33522
33523 \begin_layout Plain Layout
33524 altura de la letra 
33525 \emph on
33526 x
33527 \emph default
33528  en la fuente actual
33529 \end_layout
33530
33531 \end_inset
33532 </cell>
33533 </row>
33534 <row>
33535 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
33536 \begin_inset Text
33537
33538 \begin_layout Plain Layout
33539 em
33540 \end_layout
33541
33542 \end_inset
33543 </cell>
33544 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
33545 \begin_inset Text
33546
33547 \begin_layout Plain Layout
33548 anchura de la letra 
33549 \emph on
33550 M
33551 \emph default
33552  en la fuente actual
33553 \end_layout
33554
33555 \end_inset
33556 </cell>
33557 </row>
33558 <row>
33559 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
33560 \begin_inset Text
33561
33562 \begin_layout Plain Layout
33563 mu
33564 \end_layout
33565
33566 \end_inset
33567 </cell>
33568 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
33569 \begin_inset Text
33570
33571 \begin_layout Plain Layout
33572 unidad matemática (1
33573 \begin_inset space \thinspace{}
33574 \end_inset
33575
33576 mu = 1/18
33577 \begin_inset space \thinspace{}
33578 \end_inset
33579
33580 em)
33581 \end_layout
33582
33583 \end_inset
33584 </cell>
33585 </row>
33586 </lyxtabular>
33587
33588 \end_inset
33589
33590
33591 \end_layout
33592
33593 \end_inset
33594
33595
33596 \end_layout
33597
33598 \begin_layout Chapter
33599 Formatos de archivos de salida con gráficos
33600 \begin_inset CommandInset label
33601 LatexCommand label
33602 name "cap:Formatos-de-Archivos-de-Salida"
33603
33604 \end_inset
33605
33606
33607 \end_layout
33608
33609 \begin_layout Section
33610 DVI
33611 \begin_inset Index idx
33612 status collapsed
33613
33614 \begin_layout Plain Layout
33615 Formatos de archivo ! DVI
33616 \end_layout
33617
33618 \end_inset
33619
33620
33621 \begin_inset Index idx
33622 status collapsed
33623
33624 \begin_layout Plain Layout
33625 DVI|see
33626 \begin_inset ERT
33627 status collapsed
33628
33629 \begin_layout Plain Layout
33630
33631 {
33632 \end_layout
33633
33634 \end_inset
33635
33636 Formatos de archivo
33637 \begin_inset ERT
33638 status collapsed
33639
33640 \begin_layout Plain Layout
33641
33642 }
33643 \end_layout
33644
33645 \end_inset
33646
33647
33648 \end_layout
33649
33650 \end_inset
33651
33652
33653 \end_layout
33654
33655 \begin_layout Standard
33656 Este tipo de archivo tiene la extensión «
33657 \family typewriter
33658 .dvi
33659 \family default
33660 ».
33661  Se denomina «device-independent» (DVI), porque es completamente portable;
33662  se pueden mover de una máquina a otra sin necesidad de conversión alguna.
33663  En la época en que se desarrolló este formato, esto no era un asunto baladí.
33664  Los DVI se usan para vistas preliminares rápidas y como preparación para
33665  otros formatos de salida como PostScript.
33666 \end_layout
33667
33668 \begin_layout Standard
33669 \begin_inset Note Greyedout
33670 status open
33671
33672 \begin_layout Plain Layout
33673
33674 \series bold
33675 Nota:
33676 \series default
33677  Los archivos DVI no contienen imágenes, sino enlaces a ellas.
33678 \end_layout
33679
33680 \end_inset
33681
33682  Por tanto no debes olvidar esto si mueves archivos 
33683 \family typewriter
33684 .dvi
33685 \family default
33686  a otro ordenador.
33687  Esta característica también puede retardar la visualización del archivo,
33688  porque el visor DVI tiene que convertir la imagen en segundo plano para
33689  hacerla visible al deslizar el visor.
33690  Así pues recomendamos usar PDF para archivos con muchas imágenes.
33691 \end_layout
33692
33693 \begin_layout Standard
33694 Un documento se exporta a DVI con el menú 
33695 \family sans
33696 Archivo\SpecialChar \menuseparator
33697 Exportar\SpecialChar \menuseparator
33698 DVI
33699 \family default
33700 .
33701  Puedes ver la salida del documento en DVI con el menú 
33702 \family sans
33703 Ver\SpecialChar \menuseparator
33704 DVI 
33705 \family default
33706 o con el botón
33707 \begin_inset space ~
33708 \end_inset
33709
33710
33711 \begin_inset Graphics
33712         filename ../../images/buffer-view_dvi.png
33713         scale 85
33714
33715 \end_inset
33716
33717 .
33718 \end_layout
33719
33720 \begin_layout Section
33721 PostScript
33722 \begin_inset CommandInset label
33723 LatexCommand label
33724 name "sec:PostScript"
33725
33726 \end_inset
33727
33728
33729 \begin_inset Index idx
33730 status collapsed
33731
33732 \begin_layout Plain Layout
33733 Formatos de archivo ! PostScript
33734 \end_layout
33735
33736 \end_inset
33737
33738
33739 \begin_inset Index idx
33740 status collapsed
33741
33742 \begin_layout Plain Layout
33743 PostScript|see
33744 \begin_inset ERT
33745 status collapsed
33746
33747 \begin_layout Plain Layout
33748
33749 {
33750 \end_layout
33751
33752 \end_inset
33753
33754 Formatos de archivo
33755 \begin_inset ERT
33756 status collapsed
33757
33758 \begin_layout Plain Layout
33759
33760 }
33761 \end_layout
33762
33763 \end_inset
33764
33765
33766 \end_layout
33767
33768 \end_inset
33769
33770
33771 \end_layout
33772
33773 \begin_layout Standard
33774 Este tipo de archivo tiene la extensión «
33775 \family typewriter
33776 .ps
33777 \family default
33778 ».
33779  PostScript fue desarrollado por la compañía 
33780 \family typewriter
33781 Adobe
33782 \family default
33783  como lenguaje para impresoras.
33784  Por eso estos archivos contienen comandos que usa la impresora para imprimirlos.
33785  PostScript puede considerarse como un «lenguaje de programación»; con él
33786  puedes calcular y dibujar imágenes y diagramas.
33787 \begin_inset Foot
33788 status collapsed
33789
33790 \begin_layout Plain Layout
33791 Si estás interesado en este tema acude al paquete LaTeX 
33792 \series bold
33793 PSTricks
33794 \series default
33795  
33796 \begin_inset CommandInset citation
33797 LatexCommand cite
33798 key "pstricks"
33799
33800 \end_inset
33801
33802 .
33803 \end_layout
33804
33805 \end_inset
33806
33807  Por esto los archivos suelen ser más grandes que los PDF.
33808 \end_layout
33809
33810 \begin_layout Standard
33811 Los archivos PostScript sólo pueden contener imágenes en el formato «Encapsulate
33812 d PostScript» (EPS, extensión «
33813 \family typewriter
33814 .eps
33815 \family default
33816 »).
33817  Como LyX permite usar cualquier formato de imagen conocido, tiene que trabajar
33818  en segundo plano para convertir las imágenes a EPS.
33819  Si por ejemplo, el documento tiene 50 imágenes, LyX ha de hacer 50 conversiones
33820  cada vez que veas o exportes el documento.
33821  Esto ralentizará mucho el trabajo, así que si piensas usar PostScript,
33822  puedes evitar el problema insertando las imágenes directamente en EPS.
33823 \end_layout
33824
33825 \begin_layout Standard
33826 El documento se puede exportar a PostScript con el menú 
33827 \family sans
33828 Archivo\SpecialChar \menuseparator
33829 Exportar\SpecialChar \menuseparator
33830 Postscript
33831 \family default
33832 .
33833  Se puede ver la salida en PostScript con el menú 
33834 \family sans
33835 Ver\SpecialChar \menuseparator
33836 Postscript 
33837 \family default
33838 o con el botón
33839 \begin_inset space ~
33840 \end_inset
33841
33842
33843 \begin_inset Graphics
33844         filename ../../images/buffer-view_ps.png
33845
33846 \end_inset
33847
33848 .
33849 \end_layout
33850
33851 \begin_layout Section
33852 PDF
33853 \begin_inset Index idx
33854 status collapsed
33855
33856 \begin_layout Plain Layout
33857 Formatos de archivo ! PDF
33858 \end_layout
33859
33860 \end_inset
33861
33862
33863 \begin_inset Index idx
33864 status collapsed
33865
33866 \begin_layout Plain Layout
33867 PDF
33868 \end_layout
33869
33870 \end_inset
33871
33872
33873 \end_layout
33874
33875 \begin_layout Standard
33876 Este tipo de archivo tiene la extensión «
33877 \family typewriter
33878 .pdf
33879 \family default
33880 ».
33881  El formato «Portable Document Format» (PDF) fue desarrollado por 
33882 \family typewriter
33883 Adobe
33884 \family default
33885  como derivado de PostScript.
33886  Es más comprimido y utiliza muchos menos comandos que PostScript.
33887  Como su nombre «portable» indica, puede ser procesado por cualquier sistema
33888  operativo y la salida impresa se muestra exactamente igual.
33889 \end_layout
33890
33891 \begin_layout Standard
33892 PDF puede contener imágenes en su propio formato PDF, en el formato «Joint
33893  Photographic Experts Group» (JPG, extensión «
33894 \family typewriter
33895 .jpg
33896 \family default
33897 » o «
33898 \family typewriter
33899 .jpeg
33900 \family default
33901 »), y en el formato «Portable Network Graphics» (PNG, extensión «
33902 \family typewriter
33903 .png
33904 \family default
33905 »).
33906  Aunque puedes poner cualquier otro formato de imagen, porque LyX los convierte
33907  en segundo plano a alguno de los anteriores.
33908  Pero como se ha comentado en la sección sobre PostScript, la conversión
33909  de gráficos ralentiza el trabajo.
33910  Por tanto se recomienda utilizar alguno de los tres formatos de imagen
33911  mencionados.
33912 \end_layout
33913
33914 \begin_layout Standard
33915 Un documento se puede exportar a PDF con el menú 
33916 \family sans
33917 Archivo\SpecialChar \menuseparator
33918 Exportar
33919 \family default
33920  en tres modos diferentes:
33921 \end_layout
33922
33923 \begin_layout Description
33924 PDF
33925 \begin_inset space ~
33926 \end_inset
33927
33928 (ps2pdf) Este utiliza el programa 
33929 \family typewriter
33930 ps2pdf
33931 \family default
33932  que crea un PDF a partir de una versión PostScript del archivo.
33933  La versión PostScript es producida por el programa 
33934 \family typewriter
33935 dvips
33936 \family default
33937  que usa una versión DVI como paso intermedio.
33938  Así que este modo de exportación consta de tres conversiones.
33939 \end_layout
33940
33941 \begin_layout Description
33942 PDF
33943 \begin_inset space ~
33944 \end_inset
33945
33946 (dvipdfm) Este utiliza el programa 
33947 \family typewriter
33948 dvipdfm
33949 \family default
33950  que convierte el archivo a DVI en segundo plano y en un segundo paso a
33951  PDF.
33952 \end_layout
33953
33954 \begin_layout Description
33955 PDF
33956 \begin_inset space ~
33957 \end_inset
33958
33959 (pdflatex) Este utiliza el programa 
33960 \family typewriter
33961 pdftex
33962 \family default
33963  que convierte directamente el archivo a PDF.
33964 \end_layout
33965
33966 \begin_layout Standard
33967 Se recomienda usar 
33968 \family sans
33969 PDF
33970 \begin_inset space ~
33971 \end_inset
33972
33973 (pdflatex)
33974 \family default
33975  porque 
33976 \family typewriter
33977 pdftex
33978 \family default
33979  soporta todas las características de las versiones actuales de PDF, es
33980  rápido y estable.
33981  El programa 
33982 \family typewriter
33983 dvipdfm
33984 \family default
33985  ya no se desarrolla y está un poco obsoleto.
33986 \end_layout
33987
33988 \begin_layout Standard
33989 La salida en formato PDF se puede ver con el menú 
33990 \family sans
33991 Ver 
33992 \family default
33993 o con el botón
33994 \begin_inset space ~
33995 \end_inset
33996
33997
33998 \begin_inset Graphics
33999         filename ../../images/buffer-view_pdf2.png
34000         scale 85
34001
34002 \end_inset
34003
34004  (que usa 
34005 \family sans
34006 PDF
34007 \begin_inset space ~
34008 \end_inset
34009
34010 (pdflatex)
34011 \family default
34012 ).
34013 \end_layout
34014
34015 \begin_layout Chapter
34016 Explicación de la ecuación
34017 \begin_inset space ~
34018 \end_inset
34019
34020 (
34021 \begin_inset CommandInset ref
34022 LatexCommand ref
34023 reference "eq:Wgn"
34024
34025 \end_inset
34026
34027 )
34028 \begin_inset CommandInset label
34029 LatexCommand label
34030 name "cap:Explicación-de-la-Ecuación"
34031
34032 \end_inset
34033
34034
34035 \end_layout
34036
34037 \begin_layout Standard
34038 La anchura total de 
34039 \emph on
34040 n
34041 \emph default
34042  celdas de una tabla 
34043 \begin_inset Formula $W_{\mathrm{tot\, n}}$
34044 \end_inset
34045
34046  puede calcularse con
34047 \end_layout
34048
34049 \begin_layout Standard
34050 \begin_inset Formula \begin{equation}
34051 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}
34052
34053 \end_inset
34054
34055
34056 \end_layout
34057
34058 \begin_layout Standard
34059 donde 
34060 \begin_inset Formula $W_{g\, n}$
34061 \end_inset
34062
34063  es el ancho dado de todas las celdas.
34064  
34065 \series bold
34066
34067 \backslash
34068 tabcolsep
34069 \series default
34070  es la longitud LaTeX entre el texto y el borde de la celda, 6
34071 \begin_inset space \thinspace{}
34072 \end_inset
34073
34074 pt por omisión.
34075  
34076 \series bold
34077
34078 \backslash
34079 arrayrulewidth
34080 \series default
34081  es el grosor de línea del borde, 0.4
34082 \begin_inset space \thinspace{}
34083 \end_inset
34084
34085 pt por omisión.
34086 \end_layout
34087
34088 \begin_layout Standard
34089 Procediendo como en la ecuación
34090 \begin_inset space ~
34091 \end_inset
34092
34093
34094 \begin_inset CommandInset ref
34095 LatexCommand eqref
34096 reference "eq:Wtot_n"
34097
34098 \end_inset
34099
34100 , el ancho total de una multicolumna, 
34101 \begin_inset Formula $W_{\mathrm{tot\, mult}}$
34102 \end_inset
34103
34104  es
34105 \end_layout
34106
34107 \begin_layout Standard
34108 \begin_inset Formula \begin{equation}
34109 W_{\mathrm{tot\, mult}}=W_{g\,\mathrm{mult}}+2\cdot\backslash\mbox{tabcolsep}+2\cdot\backslash\mbox{arrayrulewidth}\label{eq:Wtot_mult}\end{equation}
34110
34111 \end_inset
34112
34113
34114 \end_layout
34115
34116 \begin_layout Standard
34117 Igualando las ecuaciones
34118 \begin_inset space ~
34119 \end_inset
34120
34121
34122 \begin_inset CommandInset ref
34123 LatexCommand eqref
34124 reference "eq:Wtot_n"
34125
34126 \end_inset
34127
34128  y 
34129 \begin_inset CommandInset ref
34130 LatexCommand eqref
34131 reference "eq:Wtot_mult"
34132
34133 \end_inset
34134
34135  podemos calcular el ancho dado necesario 
34136 \begin_inset Formula $W_{g\, n}$
34137 \end_inset
34138
34139  cuando se expanden 
34140 \emph on
34141 n
34142 \emph default
34143  columnas, de forma que cada una de ellas tiene una anchura total  
34144 \begin_inset Formula $W_{\mathrm{tot\, mult}}/n$
34145 \end_inset
34146
34147 :
34148 \end_layout
34149
34150 \begin_layout Standard
34151 \begin_inset Formula \begin{equation}
34152 W_{g\, n}=(W_{g\,\mathrm{mult}}+(1-n)\cdot(2\cdot\backslash\mbox{tabcolsep}+\backslash\mbox{arrayrulewidth}))/n\end{equation}
34153
34154 \end_inset
34155
34156
34157 \end_layout
34158
34159 \begin_layout Bibliography
34160 \labelwidthstring Bibliografía
34161 \begin_inset CommandInset bibitem
34162 LatexCommand bibitem
34163 key "latexcompanion"
34164
34165 \end_inset
34166
34167 Frank Mittelbach and Michel Goossens: 
34168 \emph on
34169 The LaTeX Companion Second Edition.
34170
34171 \emph default
34172  Addison-Wesley, 2004
34173 \end_layout
34174
34175 \begin_layout Bibliography
34176 \labelwidthstring Bibliografía
34177 \begin_inset CommandInset bibitem
34178 LatexCommand bibitem
34179 key "latexguide"
34180
34181 \end_inset
34182
34183 Helmut Kopka and Patrick W.
34184  Daly: 
34185 \emph on
34186 A Guide to LaTeX Fourth Edition.
34187
34188 \emph default
34189  Addison-Wesley, 2003
34190 \end_layout
34191
34192 \begin_layout Bibliography
34193 \labelwidthstring Bibliografía
34194 \begin_inset CommandInset bibitem
34195 LatexCommand bibitem
34196 key "latexbook"
34197
34198 \end_inset
34199
34200 Leslie Lamport: 
34201 \emph on
34202 LaTeX: A Document Preparation System.
34203
34204 \emph default
34205  Addison-Wesley, second edition, 1994
34206 \end_layout
34207
34208 \begin_layout Bibliography
34209 \labelwidthstring Bibliografía
34210 \begin_inset CommandInset bibitem
34211 LatexCommand bibitem
34212 key "booktabs"
34213
34214 \end_inset
34215
34216 Documentación del paquete LaTeX 
34217 \series bold
34218
34219 \begin_inset CommandInset href
34220 LatexCommand href
34221 name "booktabs"
34222 target "ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/booktabs/booktabs.pdf"
34223
34224 \end_inset
34225
34226
34227 \series default
34228
34229 \begin_inset Index idx
34230 status collapsed
34231
34232 \begin_layout Plain Layout
34233 LaTeX-paquetes ! booktabs
34234 \end_layout
34235
34236 \end_inset
34237
34238
34239 \end_layout
34240
34241 \begin_layout Bibliography
34242 \labelwidthstring Bibliografía
34243 \begin_inset CommandInset bibitem
34244 LatexCommand bibitem
34245 key "caption"
34246
34247 \end_inset
34248
34249 Documentación del paquete LaTeX 
34250 \series bold
34251
34252 \begin_inset CommandInset href
34253 LatexCommand href
34254 name "caption"
34255 target "ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/caption/caption.pdf"
34256
34257 \end_inset
34258
34259
34260 \series default
34261
34262 \begin_inset Index idx
34263 status collapsed
34264
34265 \begin_layout Plain Layout
34266 LaTeX-paquetes ! caption
34267 \end_layout
34268
34269 \end_inset
34270
34271
34272 \end_layout
34273
34274 \begin_layout Bibliography
34275 \labelwidthstring Bibliografía
34276 \begin_inset CommandInset bibitem
34277 LatexCommand bibitem
34278 key "endfloat"
34279
34280 \end_inset
34281
34282 Documentación del paquete LaTeX 
34283 \series bold
34284
34285 \begin_inset CommandInset href
34286 LatexCommand href
34287 name "endfloat"
34288 target "ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/endfloat/endfloat.pdf"
34289
34290 \end_inset
34291
34292
34293 \series default
34294
34295 \begin_inset Index idx
34296 status collapsed
34297
34298 \begin_layout Plain Layout
34299 LaTeX-paquetes ! endfloat
34300 \end_layout
34301
34302 \end_inset
34303
34304
34305 \end_layout
34306
34307 \begin_layout Bibliography
34308 \labelwidthstring Bibliografía
34309 \begin_inset CommandInset bibitem
34310 LatexCommand bibitem
34311 key "wrapfig"
34312
34313 \end_inset
34314
34315 Documentación del paquete LaTeX 
34316 \series bold
34317
34318 \begin_inset CommandInset href
34319 LatexCommand href
34320 name "wrapfig"
34321 target "ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/wrapfig/wrapfig.sty"
34322
34323 \end_inset
34324
34325
34326 \series default
34327
34328 \begin_inset Index idx
34329 status collapsed
34330
34331 \begin_layout Plain Layout
34332 LaTeX-paquetes ! wrapfig
34333 \begin_inset ERT
34334 status collapsed
34335
34336 \begin_layout Plain Layout
34337
34338
34339 \backslash
34340 vspace{4mm}
34341 \end_layout
34342
34343 \end_inset
34344
34345
34346 \end_layout
34347
34348 \end_inset
34349
34350
34351 \end_layout
34352
34353 \begin_layout Bibliography
34354 \labelwidthstring Bibliografía
34355 \begin_inset CommandInset bibitem
34356 LatexCommand bibitem
34357 key "footmisc"
34358
34359 \end_inset
34360
34361 Documentación del paquete LaTeX 
34362 \series bold
34363
34364 \begin_inset CommandInset href
34365 LatexCommand href
34366 name "footmisc"
34367 target "ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/footmisc/footmisc.pdf"
34368
34369 \end_inset
34370
34371
34372 \series default
34373
34374 \begin_inset Index idx
34375 status collapsed
34376
34377 \begin_layout Plain Layout
34378 LaTeX-paquetes ! footmisc
34379 \end_layout
34380
34381 \end_inset
34382
34383
34384 \end_layout
34385
34386 \begin_layout Bibliography
34387 \labelwidthstring Bibliografía
34388 \begin_inset CommandInset bibitem
34389 LatexCommand bibitem
34390 key "hypcap"
34391
34392 \end_inset
34393
34394 Documentación del paquete LaTeX 
34395 \series bold
34396
34397 \begin_inset CommandInset href
34398 LatexCommand href
34399 name "hypcap"
34400 target "http://www.ctan.org/tex-archive/macros/latex/contrib/oberdiek/hypcap.pdf"
34401
34402 \end_inset
34403
34404
34405 \series default
34406
34407 \begin_inset Index idx
34408 status collapsed
34409
34410 \begin_layout Plain Layout
34411 LaTeX-paquetes ! hyperref
34412 \end_layout
34413
34414 \end_inset
34415
34416
34417 \end_layout
34418
34419 \begin_layout Bibliography
34420 \labelwidthstring Bibliografía
34421 \begin_inset CommandInset bibitem
34422 LatexCommand bibitem
34423 key "hyperref"
34424
34425 \end_inset
34426
34427 Documentación del paquete LaTeX 
34428 \series bold
34429
34430 \begin_inset CommandInset href
34431 LatexCommand href
34432 name "hyperref"
34433 target "ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/hyperref/hyperref.pdf"
34434
34435 \end_inset
34436
34437
34438 \series default
34439
34440 \begin_inset Index idx
34441 status collapsed
34442
34443 \begin_layout Plain Layout
34444 LaTeX-paquetes ! hyperref
34445 \end_layout
34446
34447 \end_inset
34448
34449
34450 \end_layout
34451
34452 \begin_layout Bibliography
34453 \labelwidthstring Bibliografía
34454 \begin_inset CommandInset bibitem
34455 LatexCommand bibitem
34456 key "KOMA-Script"
34457
34458 \end_inset
34459
34460 Documentación del paquete LaTeX 
34461 \series bold
34462
34463 \begin_inset CommandInset href
34464 LatexCommand href
34465 name "KOMA-Script"
34466 target "ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/koma-script/scrguien.pdf"
34467
34468 \end_inset
34469
34470
34471 \series default
34472
34473 \begin_inset Index idx
34474 status collapsed
34475
34476 \begin_layout Plain Layout
34477 LaTeX-paquetes ! KOMA-Script
34478 \end_layout
34479
34480 \end_inset
34481
34482
34483 \end_layout
34484
34485 \begin_layout Bibliography
34486 \labelwidthstring Bibliografía
34487 \begin_inset CommandInset bibitem
34488 LatexCommand bibitem
34489 key "listings"
34490
34491 \end_inset
34492
34493 Documentación del paquete LaTeX 
34494 \series bold
34495
34496 \begin_inset CommandInset href
34497 LatexCommand href
34498 name "listings"
34499 target "ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/listings/listings.pdf"
34500
34501 \end_inset
34502
34503
34504 \series default
34505
34506 \begin_inset Index idx
34507 status collapsed
34508
34509 \begin_layout Plain Layout
34510 LaTeX-paquetes ! listings
34511 \end_layout
34512
34513 \end_inset
34514
34515
34516 \end_layout
34517
34518 \begin_layout Bibliography
34519 \labelwidthstring Bibliografía
34520 \begin_inset CommandInset bibitem
34521 LatexCommand bibitem
34522 key "marginnote"
34523
34524 \end_inset
34525
34526 Documentación del paquete LaTeX 
34527 \series bold
34528
34529 \begin_inset CommandInset href
34530 LatexCommand href
34531 name "marginnote"
34532 target "ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/marginnote/marginnote.pdf"
34533
34534 \end_inset
34535
34536
34537 \series default
34538
34539 \begin_inset Index idx
34540 status collapsed
34541
34542 \begin_layout Plain Layout
34543 LaTeX-paquetes ! marginnote
34544 \end_layout
34545
34546 \end_inset
34547
34548
34549 \end_layout
34550
34551 \begin_layout Bibliography
34552 \labelwidthstring Bibliografía
34553 \begin_inset CommandInset bibitem
34554 LatexCommand bibitem
34555 key "pstricks"
34556
34557 \end_inset
34558
34559 Página web del paquete LaTeX 
34560 \series bold
34561
34562 \begin_inset CommandInset href
34563 LatexCommand href
34564 name "PSTricks"
34565 target "http://tug.org/PSTricks/"
34566
34567 \end_inset
34568
34569
34570 \series default
34571
34572 \begin_inset Index idx
34573 status collapsed
34574
34575 \begin_layout Plain Layout
34576 LaTeX-paquetes ! PSTricks
34577 \end_layout
34578
34579 \end_inset
34580
34581
34582 \end_layout
34583
34584 \begin_layout Bibliography
34585 \labelwidthstring Bibliografía
34586 \begin_inset CommandInset bibitem
34587 LatexCommand bibitem
34588 key "sidecap"
34589
34590 \end_inset
34591
34592 Documentación del paquete LaTeX 
34593 \series bold
34594
34595 \begin_inset CommandInset href
34596 LatexCommand href
34597 name "sidecap"
34598 target "ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/sidecap/sidecap.pdf"
34599
34600 \end_inset
34601
34602
34603 \series default
34604
34605 \begin_inset Index idx
34606 status collapsed
34607
34608 \begin_layout Plain Layout
34609 LaTeX-paquetes ! sidecap
34610 \end_layout
34611
34612 \end_inset
34613
34614
34615 \end_layout
34616
34617 \begin_layout Bibliography
34618 \labelwidthstring Bibliografía
34619 \begin_inset CommandInset bibitem
34620 LatexCommand bibitem
34621 key "prettyref"
34622
34623 \end_inset
34624
34625 Documentación del paquete LaTeX 
34626 \series bold
34627
34628 \begin_inset CommandInset href
34629 LatexCommand href
34630 name "prettyref"
34631 target "http://www.ctan.org/tex-archive/macros/latex/contrib/prettyref/prettyref.pdf"
34632
34633 \end_inset
34634
34635
34636 \series default
34637
34638 \begin_inset Index idx
34639 status collapsed
34640
34641 \begin_layout Plain Layout
34642 LaTeX-paquetes ! prettyref
34643 \end_layout
34644
34645 \end_inset
34646
34647
34648 \end_layout
34649
34650 \begin_layout Bibliography
34651 \labelwidthstring Bibliografía
34652 \begin_inset CommandInset bibitem
34653 LatexCommand bibitem
34654 key "refstyle"
34655
34656 \end_inset
34657
34658 Documentación del paquete LaTeX 
34659 \series bold
34660
34661 \begin_inset CommandInset href
34662 LatexCommand href
34663 name "refstyle"
34664 target "http://www.ctan.org/tex-archive/macros/latex/contrib/refstyle/doc/latex/refstyle/refstyle.pdf"
34665
34666 \end_inset
34667
34668
34669 \series default
34670
34671 \begin_inset Index idx
34672 status collapsed
34673
34674 \begin_layout Plain Layout
34675 LaTeX-paquetes ! refstyle
34676 \end_layout
34677
34678 \end_inset
34679
34680
34681 \end_layout
34682
34683 \begin_layout Bibliography
34684 \labelwidthstring Bibliografía
34685 \begin_inset CommandInset bibitem
34686 LatexCommand bibitem
34687 key "NewInLyX20"
34688
34689 \end_inset
34690
34691
34692 \begin_inset CommandInset href
34693 LatexCommand href
34694 name "Página wiki"
34695 target "http://wiki.lyx.org/LyX/NewInLyX20"
34696
34697 \end_inset
34698
34699  sobre características nuevas para la versión 
34700 \family sans
34701 LyX
34702 \begin_inset space ~
34703 \end_inset
34704
34705 2.0
34706 \family default
34707 .
34708 \end_layout
34709
34710 \begin_layout Standard
34711 \begin_inset CommandInset index_print
34712 LatexCommand printindex
34713 type "idx"
34714
34715 \end_inset
34716
34717
34718 \end_layout
34719
34720 \end_body
34721 \end_document