]> git.lyx.org Git - lyx.git/blob - lib/doc/es/EmbeddedObjects.lyx
documentation files: remove preamble code for the greyed-out note color that we now...
[lyx.git] / lib / doc / es / EmbeddedObjects.lyx
1 #LyX 2.0.0svn created this file. For more info see http://www.lyx.org/
2 \lyxformat 401
3 \begin_document
4 \begin_header
5 \textclass scrbook
6 \begin_preamble
7 % if pdflatex is used
8 \usepackage{ifpdf}
9 \ifpdf
10
11 % set fonts for nicer pdf view
12 \IfFileExists{lmodern.sty}
13  {\usepackage{lmodern}}{}
14
15 \fi % end if pdflatex is used
16
17 % that links to image floats jumps
18 % to the beginning of the float and 
19 % not to its caption
20 \usepackage[figure]{hypcap}
21
22 % the pages of the TOC are numbered roman
23 % and a PDF-bookmark for the TOC is added
24 \let\myTOC\tableofcontents
25 \renewcommand\tableofcontents{%
26   \frontmatter
27   \pdfbookmark[1]{\contentsname}{}
28   \myTOC
29   \mainmatter }
30
31 % provides caption formatting
32 \usepackage[labelfont={bf,sf}, tableposition=top]{caption}[2004/07/16]
33
34 % provides commands to set caption
35 % beside tables/images
36 \usepackage{sidecap}
37
38 \newcommand{\TabBesBeg}{%
39  \let\MyTable\table
40  \let\MyEndtable\endtable
41  \renewenvironment{table}{\begin{SCtable}}{\end{SCtable}}}
42
43 \newcommand{\TabBesEnd}{%
44  \let\table\MyTable
45  \let\endtable\MyEndtable}
46
47 \newcommand{\FigBesBeg}{%
48  \let\MyFigure\figure
49  \let\MyEndfigure\endfigure
50  \renewenvironment{figure}{\begin{SCfigure}}{\end{SCfigure}}}
51
52 \newcommand{\FigBesEnd}{%
53  \let\figure\MyFigure
54  \let\endfigure\MyEndfigure}
55
56 % enables calculation of values,
57 \usepackage{calc}
58
59 % provides special table cell alignments
60 \usepackage{dcolumn}
61
62 % increase the bottom float placement fraction
63 \renewcommand{\bottomfraction}{0.5}
64
65 % avoids that floats are placed before their
66 % corresponding section starts
67 \let\mySection\section\renewcommand{\section}{\suppressfloats[t]\mySection}
68
69 % speed up the longtable calculation
70 \setcounter{LTchunksize}{100}
71
72 % used for scaled and rotated boxes
73 \@ifundefined{rotatebox}{\usepackage{graphicx}}{}
74
75 % used for colored tables
76 \@ifundefined{textcolor}
77  {\usepackage{color}}{}
78 \definecolor{verdeoscuro}{cmyk}{0.5, 0, 1, 0.5}
79 \definecolor{grisclaro}{gray}{0.8}
80
81 % check for package colortbl
82 % used for colored table cells
83 \newboolean{colortbl}
84 \IfFileExists{colortbl.sty}
85  {\usepackage{colortbl}
86   \setboolean{colortbl}{true}}
87  {\setboolean{colortbl}{false}}
88
89 % used for multirows
90 \usepackage{multirow}
91 %\renewcommand{\multirowsetup}{\centering}
92
93 % used for book-style tables
94 \usepackage{booktabs}
95
96 % used to have extra space in table cells
97 \@ifundefined{extrarowheight}
98  {\usepackage{array}}{}
99 \setlength{\extrarowheight}{2pt}
100
101 % used for customized tables
102 % ---
103 \newcolumntype{M}[1]
104  {>{\centering\hspace{0pt}}m{#1}}
105
106 \newcolumntype{S}[2]
107  {>{\centering\hspace{0pt}}m{(#1+(2\tabcolsep+\arrayrulewidth)*(1-#2))/#2}}
108
109 \newcolumntype{K}[1]
110  {>{\columncolor{#1}\hspace{0pt}}c}
111
112 \newcolumntype{V}{!{\vrule width 1.5pt}}
113
114 \newcolumntype{W}{!{\color{green}\vline}}
115 % ---
116
117
118 % insert additional vertical space of
119 % 1.5 mm between footnotes
120 \let\myFoot\footnote
121 \renewcommand{\footnote}[1]{\myFoot{#1\vspace{1.5mm}}}
122
123 % number algorithm floats within chapters
124 \numberwithin{algorithm}{chapter}
125 % en español
126 \floatname{algorithm}{Algoritmo}
127
128
129 % ------------------------------------
130 % used to check for needed LaTeX packages
131 \usepackage{ifthen}
132
133 % check for package arydshln
134 % used for tables with dashed lines
135 \newboolean{arydshln}
136 \IfFileExists{arydshln.sty}
137  {\usepackage{arydshln}
138   \setboolean{arydshln}{true}}
139  {\setboolean{arydshln}{false}}
140
141 % check for package marginnote
142 % used for margin notes
143 \newboolean{marginnote}
144 \IfFileExists{marginnote.sty}
145  {\usepackage{marginnote}
146   \let\marginpar\marginnote
147   \setboolean{marginnote}{true}}
148  {\setboolean{marginnote}{false}}
149
150 % check for package sidecap
151 % used for captions on the side
152 \newboolean{sidecap}
153 \IfFileExists{sidecap.sty}
154  {\usepackage{sidecap}
155   \setboolean{sidecap}{true}}
156  {\setboolean{sidecap}{false}}
157
158 % redefine the \LyX macro for PDF bookmarks
159 \def\LyX{\texorpdfstring{%
160   L\kern-.1667em\lower.25em\hbox{Y}\kern-.125emX\@}
161   {LyX}}
162
163 % to translate the listing label
164 % para traducir la etiqueta listing
165 \renewcommand{\lstlistingname}{Listado}
166 \end_preamble
167 \options fleqn,liststotoc,bibtotoc,idxtotoc,BCOR7.5mm,titlepage,tablecaptionabove
168 \use_default_options false
169 \maintain_unincluded_children false
170 \language spanish
171 \inputencoding auto
172 \fontencoding global
173 \font_roman default
174 \font_sans default
175 \font_typewriter default
176 \font_default_family default
177 \use_xetex false
178 \font_sc false
179 \font_osf false
180 \font_sf_scale 100
181 \font_tt_scale 100
182
183 \graphics default
184 \default_output_format default
185 \output_sync 0
186 \bibtex_command default
187 \index_command default
188 \paperfontsize 12
189 \spacing single
190 \use_hyperref true
191 \pdf_title "Manual detallado de Figuras, Tablas, Flotantes, Notas, Cuadros y Archivos en LyX"
192 \pdf_author "LyX Team, Uwe Stöhr, Spanish translation: Ignacio García"
193 \pdf_subject "LyX-documentation about figures, tables, floats, notes, and boxes"
194 \pdf_keywords "LyX, Tables, Figures, Floats, Boxes, Notes"
195 \pdf_bookmarks true
196 \pdf_bookmarksnumbered true
197 \pdf_bookmarksopen true
198 \pdf_bookmarksopenlevel 1
199 \pdf_breaklinks false
200 \pdf_pdfborder false
201 \pdf_colorlinks true
202 \pdf_backref false
203 \pdf_pdfusetitle false
204 \pdf_quoted_options "linkcolor=black, citecolor=black, urlcolor=blue, filecolor=blue, pdfpagelayout=OneColumn, pdfnewwindow=true, pdfstartview=XYZ, plainpages=false"
205 \papersize default
206 \use_geometry false
207 \use_amsmath 2
208 \use_esint 0
209 \use_mhchem 1
210 \use_mathdots 1
211 \cite_engine basic
212 \use_bibtopic false
213 \use_indices false
214 \paperorientation portrait
215 \suppress_date false
216 \notefontcolor #0000ff
217 \index Índice
218 \shortcut idx
219 \color #008000
220 \end_index
221 \secnumdepth 3
222 \tocdepth 3
223 \paragraph_separation skip
224 \defskip medskip
225 \quotes_language french
226 \papercolumns 1
227 \papersides 2
228 \paperpagestyle default
229 \bullet 1 1 34 -1
230 \bullet 2 2 35 -1
231 \bullet 3 2 7 -1
232 \tracking_changes false
233 \output_changes false
234 \html_math_output 0
235 \html_be_strict false
236 \end_header
237
238 \begin_body
239
240 \begin_layout Title
241 Manual detallado de Figuras, Tablas, Flotantes, Notas, Cuadros y Archivos
242  en LyX
243 \end_layout
244
245 \begin_layout Author
246 por el Equipo LyX
247 \begin_inset Foot
248 status collapsed
249
250 \begin_layout Plain Layout
251 \noindent
252 Si tienes comentarios o correcciones, por favor, escribe a la lista de correo
253  de Documentación de LyX: 
254 \begin_inset CommandInset href
255 LatexCommand href
256 name "lyx-docs@lists.lyx.org"
257 target "lyx-docs@lists.lyx.org?subject=EmbeddedObjects manual"
258 type "mailto:"
259
260 \end_inset
261
262
263 \end_layout
264
265 \end_inset
266
267
268 \begin_inset Note Note
269 status collapsed
270
271 \begin_layout Plain Layout
272 Autor: Uwe Stöhr
273 \end_layout
274
275 \end_inset
276
277
278 \begin_inset Note Note
279 status collapsed
280
281 \begin_layout Plain Layout
282 Traducción de: Ignacio García
283 \end_layout
284
285 \end_inset
286
287
288 \begin_inset Newline newline
289 \end_inset
290
291
292 \begin_inset Newline newline
293 \end_inset
294
295
296 \family sans
297 Versión 2.0.x
298 \end_layout
299
300 \begin_layout Standard
301 \begin_inset CommandInset toc
302 LatexCommand tableofcontents
303
304 \end_inset
305
306
307 \end_layout
308
309 \begin_layout Standard
310 \begin_inset Note Note
311 status collapsed
312
313 \begin_layout Plain Layout
314 Para exportar todas las partes de este documento a PDF, PS, o DVI, deben
315  estar instalados los paquetes LaTeX 
316 \series bold
317 arydshln
318 \series default
319
320 \series bold
321 colortbl
322 \series default
323
324 \series bold
325 marginnote
326 \series default
327  y 
328 \series bold
329 sidecap
330 \series default
331 .
332  Si no están instalados, también podrás exportar el documento, pero las
333  secciones en que dichos paquetes son necesarios no aparecen en la salida.
334 \end_layout
335
336 \begin_layout Plain Layout
337 La última versión en PDF de este documento puede encontrarse aquí:
338 \series bold
339
340 \begin_inset Newline newline
341 \end_inset
342
343 http://wiki.lyx.org/LyX/DocumentationDevelopment#EmbeddedObjects
344 \end_layout
345
346 \end_inset
347
348
349 \end_layout
350
351 \begin_layout Chapter
352 Figuras
353 \begin_inset Index idx
354 status collapsed
355
356 \begin_layout Plain Layout
357 Figuras
358 \end_layout
359
360 \end_inset
361
362
363 \begin_inset Index idx
364 status collapsed
365
366 \begin_layout Plain Layout
367 Gráficos|see
368 \begin_inset ERT
369 status collapsed
370
371 \begin_layout Plain Layout
372
373 {
374 \end_layout
375
376 \end_inset
377
378 Figuras
379 \begin_inset ERT
380 status collapsed
381
382 \begin_layout Plain Layout
383
384 }
385 \end_layout
386
387 \end_inset
388
389
390 \end_layout
391
392 \end_inset
393
394
395 \end_layout
396
397 \begin_layout Section
398 Diálogo de gráficos
399 \begin_inset CommandInset label
400 LatexCommand label
401 name "sec:Diálogo-Gráficos"
402
403 \end_inset
404
405
406 \begin_inset Index idx
407 status collapsed
408
409 \begin_layout Plain Layout
410 Figuras ! Diálogo de gráficos
411 \end_layout
412
413 \end_inset
414
415
416 \end_layout
417
418 \begin_layout Standard
419 Para insertar una imagen en un documento, sitúa el cursor en el lugar del
420  texto que desees y haz clic en el icono 
421 \begin_inset Graphics
422         filename ../../images/dialog-show-new-inset_graphics.png
423         scale 85
424
425 \end_inset
426
427  o en el menú 
428 \family sans
429 Insertar\SpecialChar \menuseparator
430 Imagen
431 \family default
432 .
433  Aparecerá un diálogo para escoger el archivo a cargar.
434  La imagen aparecerá en el archivo de salida exactamente en la misma posición
435  en la que la has colocado.
436 \end_layout
437
438 \begin_layout Standard
439 El diálogo Gráficos puede abrirse en cualquier momento haciendo clic sobre
440  una imagen.
441  Este diálogo tiene tres pestañas:
442 \end_layout
443
444 \begin_layout Description
445 Gráficos Aquí puedes elegir tu archivo gráfico y ajustar separadamente su
446  presentación en LyX y en la salida.
447  En el apéndice
448 \begin_inset space ~
449 \end_inset
450
451
452 \begin_inset CommandInset ref
453 LatexCommand ref
454 reference "cap:Unidades-disponibles-en"
455
456 \end_inset
457
458  se detallan las unidades disponibles para el tamaño del gráfico.
459 \begin_inset Newline newline
460 \end_inset
461
462
463 \begin_inset Index idx
464 status collapsed
465
466 \begin_layout Plain Layout
467 Figuras ! Rotar
468 \end_layout
469
470 \end_inset
471
472 Puedes girar los gráficos en el sentido de las agujas de reloj estableciendo
473  un ángulo y un origen de rotación.
474  La imagen también gira en LyX.
475 \begin_inset Newline newline
476 \end_inset
477
478
479 \begin_inset Index idx
480 status collapsed
481
482 \begin_layout Plain Layout
483 Figuras ! Escalar
484 \end_layout
485
486 \end_inset
487
488 Las imágenes se pueden escalar mediante un porcentaje o fijando explícitamente
489  la altura y la anchura.
490  Si fijas sólo la anchura o sólo la altura, la otra dimensión se establece
491  automáticamente.
492  Si fijas ambas dimensiones
493 \family sans
494 ,
495 \family default
496  la imagen se adaptará a ellas, posiblemente distorsionada.
497  Para evitar distorsión en la imagen marca la opción 
498 \family sans
499 Mantener
500 \begin_inset space ~
501 \end_inset
502
503 proporción
504 \family default
505 .
506  En ese caso la imagen será escalada de forma que su anchura y su altura
507  no excedan de las dimensiones especificadas.
508 \begin_inset Newline newline
509 \end_inset
510
511 Las imágenes se pueden abrir en el programa de tu elección con la entrada
512  
513 \family sans
514  Editar
515 \begin_inset space ~
516 \end_inset
517
518  externamente
519 \family default
520  del menú contextual que aparece al hacer clic derecho sobre la imagen.
521  Los programas visor y editor para cada formato de imagen se pueden establecer
522  en la configuración de formatos de archivo de las preferencias de LyX.
523 \end_layout
524
525 \begin_layout Description
526 Recorte Alternativamente al escalado, es posible establecer las coordenadas
527  de la imagen para ajustar su altura y anchura en la salida.
528  Además, las coordenadas se pueden calcular automáticamente pinchando el
529  botón 
530 \family sans
531 Obtener
532 \begin_inset space ~
533 \end_inset
534
535 de
536 \begin_inset space ~
537 \end_inset
538
539 archivo
540 \family default
541 .
542  El botón 
543 \family sans
544 Recortar
545 \begin_inset space ~
546 \end_inset
547
548 al
549 \begin_inset space ~
550 \end_inset
551
552 cuadro
553 \begin_inset space ~
554 \end_inset
555
556 delimitador
557 \family default
558  imprimirá sólo la región de la imagen comprendida en las coordenadas introducid
559 as.
560  Normalmente no necesitarás preocuparte por esto y puedes ignorar esta solapa.
561 \end_layout
562
563 \begin_layout Description
564 Opciones
565 \begin_inset space ~
566 \end_inset
567
568 de
569 \begin_inset space ~
570 \end_inset
571
572 LaTeX
573 \begin_inset space ~
574 \end_inset
575
576 y
577 \begin_inset space ~
578 \end_inset
579
580 LyX En esta solapa puedes modificar la apariencia de la imagen en LyX y,
581  si eres experto en LaTeX, especificar opciones LaTeX adicionales.
582 \begin_inset Newline newline
583 \end_inset
584
585 La opción 
586 \family sans
587 Modo
588 \begin_inset space ~
589 \end_inset
590
591 borrador
592 \family default
593  hace que en la salida se muestre sólo un marco con el tamaño de la imagen.
594 \begin_inset Newline newline
595 \end_inset
596
597 La opción 
598 \family sans
599 No
600 \begin_inset space ~
601 \end_inset
602
603 descomprimir
604 \begin_inset space ~
605 \end_inset
606
607 al
608 \begin_inset space ~
609 \end_inset
610
611 exportar
612 \family default
613  sólo afecta a los gráficos EPS comprimidos, p.
614 \begin_inset space \thinspace{}
615 \end_inset
616
617 e.
618 \begin_inset space ~
619 \end_inset
620
621
622 \emph on
623 x.eps.gz
624 \emph default
625 .
626  Si se usa esta opción, las imágenes no serán descomprimidas al exportar,
627  puesto que LaTeX puede manejarlas como están.
628 \begin_inset Newline newline
629 \end_inset
630
631 Los gráficos EPS comprimidos sirven para ahorrar espacio de disco si se
632  utiliza PostScript como formato de salida, véase apéndice
633 \begin_inset space ~
634 \end_inset
635
636
637 \begin_inset CommandInset ref
638 LatexCommand ref
639 reference "sec:PostScript"
640
641 \end_inset
642
643 .
644  Para comprimir gráficos EPS, usa los siguientes comandos en un UNIX-shell
645  o en consola de Windows:
646 \begin_inset Newline newline
647 \end_inset
648
649
650 \series bold
651 gzip x.eps
652 \series default
653
654 \begin_inset Newline newline
655 \end_inset
656
657
658 \series bold
659 zgrep %%Bounding x.eps.gz > x.eps.bb
660 \series default
661
662 \begin_inset Newline newline
663 \end_inset
664
665 El segundo comando crea un archivo de cuadro delimitador «x.eps.bb» que necesita
666  LaTeX para gráficos comprimidos.
667 \begin_inset Newline newline
668 \end_inset
669
670 El campo 
671 \family sans
672 Nombre
673 \begin_inset space ~
674 \end_inset
675
676 de
677 \begin_inset space ~
678 \end_inset
679
680 grupo
681 \family default
682  permite definir un conjunto de ajustes de imagen.
683 \begin_inset Index idx
684 status collapsed
685
686 \begin_layout Plain Layout
687 Figuras ! Agrupación de ajustes
688 \end_layout
689
690 \end_inset
691
692  Las imágenes incluidas en un grupo comparten sus características, de modo
693  que al modificar las de una imagen del grupo se modifican igualmente las
694  de las demás imágenes del grupo.
695  Así, por ejemplo, puedes cambiar el tamaño de un grupo de imágenes sin
696  necesidad de hacerlo individualmente para cada una de ellas.
697  Además se puede integrar una imagen en un grupo existente marcando el nombre
698  del mismo en el menú contextual de la imagen.
699  
700 \end_layout
701
702 \begin_layout Standard
703 \begin_inset VSpace bigskip
704 \end_inset
705
706
707 \end_layout
708
709 \begin_layout Standard
710 Esto es un ejemplo de imagen en formato EPS
711 \begin_inset Foot
712 status collapsed
713
714 \begin_layout Plain Layout
715 Los formatos de imagen se explican en el sección
716 \begin_inset space ~
717 \end_inset
718
719
720 \begin_inset CommandInset ref
721 LatexCommand ref
722 reference "sec:Formatos-de-imagen"
723
724 \end_inset
725
726 .
727 \end_layout
728
729 \end_inset
730
731  en un párrafo separado centrado horizontalmente:
732 \end_layout
733
734 \begin_layout Standard
735 \align center
736 \begin_inset Graphics
737         filename ../clipart/mobius.eps
738         scale 70
739         clip
740         rotateOrigin center
741
742 \end_inset
743
744
745 \end_layout
746
747 \begin_layout Standard
748 Esta es la misma imagen pero en modo borrador:
749 \end_layout
750
751 \begin_layout Standard
752 \align center
753 \begin_inset Graphics
754         filename ../clipart/mobius.eps
755         scale 70
756         draft
757         rotateOrigin center
758
759 \end_inset
760
761
762 \begin_inset Newpage newpage
763 \end_inset
764
765
766 \end_layout
767
768 \begin_layout Section
769 Figuras flotantes
770 \begin_inset CommandInset label
771 LatexCommand label
772 name "sec:Figuras-Flotantes"
773
774 \end_inset
775
776
777 \begin_inset Index idx
778 status collapsed
779
780 \begin_layout Plain Layout
781 Flotantes ! Figuras
782 \end_layout
783
784 \end_inset
785
786
787 \begin_inset Index idx
788 status collapsed
789
790 \begin_layout Plain Layout
791 Figuras ! Flotantes
792 \end_layout
793
794 \end_inset
795
796
797 \end_layout
798
799 \begin_layout Standard
800 Para información general sobre flotantes, echa una ojeada a la sección
801 \begin_inset space ~
802 \end_inset
803
804
805 \begin_inset CommandInset ref
806 LatexCommand ref
807 reference "sec:Introducción-Flotantes"
808
809 \end_inset
810
811 .
812 \end_layout
813
814 \begin_layout Standard
815 El botón 
816 \begin_inset Graphics
817         filename ../../images/float-insert_figure.png
818         scale 85
819
820 \end_inset
821
822  y el menú 
823 \family sans
824 Insertar\SpecialChar \menuseparator
825 Flotante\SpecialChar \menuseparator
826 Figura
827 \family default
828  insertan un flotante con la etiqueta «Figura #:» (# es el número actual).
829  La imagen se puede insertar sobre la leyenda, como en la figura
830 \begin_inset space ~
831 \end_inset
832
833
834 \begin_inset CommandInset ref
835 LatexCommand ref
836 reference "fig:kill-plat"
837
838 \end_inset
839
840 , o bajo ella, como en la figura
841 \begin_inset space ~
842 \end_inset
843
844
845 \begin_inset CommandInset ref
846 LatexCommand ref
847 reference "fig:escher"
848
849 \end_inset
850
851 .
852  Más información sobre ubicación de leyendas en la sección
853 \begin_inset space ~
854 \end_inset
855
856
857 \begin_inset CommandInset ref
858 LatexCommand ref
859 reference "sec:Colocación-de-leyendas"
860
861 \end_inset
862
863 .
864 \end_layout
865
866 \begin_layout Standard
867 \begin_inset Float figure
868 wide false
869 sideways false
870 status open
871
872 \begin_layout Plain Layout
873 \align center
874 \begin_inset Graphics
875         filename ../clipart/platypus.eps
876         width 50col%
877         rotateOrigin center
878
879 \end_inset
880
881
882 \end_layout
883
884 \begin_layout Plain Layout
885 \begin_inset Caption
886
887 \begin_layout Plain Layout
888 \begin_inset CommandInset label
889 LatexCommand label
890 name "fig:kill-plat"
891
892 \end_inset
893
894 Un ornitorrinco muy distorsionado en un flotante.
895 \end_layout
896
897 \end_inset
898
899
900 \end_layout
901
902 \end_inset
903
904
905 \end_layout
906
907 \begin_layout Standard
908 \begin_inset Float figure
909 wide false
910 sideways false
911 status open
912
913 \begin_layout Plain Layout
914 \begin_inset Caption
915
916 \begin_layout Plain Layout
917 \begin_inset CommandInset label
918 LatexCommand label
919 name "fig:escher"
920
921 \end_inset
922
923 M.C.
924  Escher en ácido.
925 \end_layout
926
927 \end_inset
928
929
930 \end_layout
931
932 \begin_layout Plain Layout
933 \align center
934 \begin_inset Graphics
935         filename ../clipart/escher-lsd.eps
936         scale 80
937         rotateOrigin center
938
939 \end_inset
940
941
942 \end_layout
943
944 \end_inset
945
946
947 \end_layout
948
949 \begin_layout Standard
950 \begin_inset Index idx
951 status collapsed
952
953 \begin_layout Plain Layout
954 Referencias ! a figuras
955 \end_layout
956
957 \end_inset
958
959 Las figuras
960 \begin_inset space ~
961 \end_inset
962
963
964 \begin_inset CommandInset ref
965 LatexCommand ref
966 reference "fig:kill-plat"
967
968 \end_inset
969
970  y 
971 \begin_inset CommandInset ref
972 LatexCommand ref
973 reference "fig:escher"
974
975 \end_inset
976
977  son ejemplos de figuras con referencias cruzadas.
978  Las figuras pueden tener referencias cruzadas en el documento mediante
979  referencia a su etiqueta.
980  Para hacerlo inserta una etiqueta en la leyenda usando el menú 
981 \family sans
982 Insertar\SpecialChar \menuseparator
983 Etiqueta
984 \family default
985  o el botón 
986 \begin_inset Graphics
987         filename ../../images/label-insert.png
988         scale 85
989
990 \end_inset
991
992 .
993  Ahora puedes referirte a la etiqueta usando el menú 
994 \family sans
995 Insertar\SpecialChar \menuseparator
996 Referencia
997 \begin_inset space ~
998 \end_inset
999
1000 cruzada
1001 \family default
1002  o el botón 
1003 \begin_inset Graphics
1004         filename ../../images/dialog-show-new-inset_ref.png
1005         scale 85
1006
1007 \end_inset
1008
1009 .
1010  Es importante emplear referencias a flotantes, mejor que alusiones vagas
1011  como «la figura de arriba», porque como LaTeX recolocará los flotantes
1012  en el documento final, podría no quedar «arriba» precisamente.
1013 \begin_inset Newline newline
1014 \end_inset
1015
1016 Las referencias se explican con detalle en la sección
1017 \begin_inset space ~
1018 \end_inset
1019
1020
1021 \begin_inset CommandInset ref
1022 LatexCommand ref
1023 reference "sec:Referencias-a-Flotantes"
1024
1025 \end_inset
1026
1027 .
1028 \end_layout
1029
1030 \begin_layout Standard
1031 Normalmente sólo se inserta una imagen en un flotante, pero es posible que
1032  en alguna ocasión queramos poner dos imágenes cada una con su leyenda.
1033  Esto se puede hacer insertando imágenes flotantes dentro de un flotante
1034  existente.
1035  La figura
1036 \begin_inset space ~
1037 \end_inset
1038
1039
1040 \begin_inset CommandInset ref
1041 LatexCommand ref
1042 reference "fig:Dos-imágenes-distorsionadas"
1043
1044 \end_inset
1045
1046  es un ejemplo de figura flotante con dos imágenes adosadas.
1047  También se pueden poner una sobre otra.
1048  Las subfiguras son
1049 \begin_inset space ~
1050 \end_inset
1051
1052
1053 \begin_inset CommandInset ref
1054 LatexCommand ref
1055 reference "fig:Estructura-indefinible"
1056
1057 \end_inset
1058
1059  y
1060 \begin_inset space ~
1061 \end_inset
1062
1063
1064 \begin_inset CommandInset ref
1065 LatexCommand ref
1066 reference "fig:Ornitorrinco"
1067
1068 \end_inset
1069
1070 .
1071 \end_layout
1072
1073 \begin_layout Standard
1074 \begin_inset Float figure
1075 wide false
1076 sideways false
1077 status open
1078
1079 \begin_layout Plain Layout
1080 \begin_inset space \hfill{}
1081 \end_inset
1082
1083
1084 \begin_inset Float figure
1085 wide false
1086 sideways false
1087 status open
1088
1089 \begin_layout Plain Layout
1090 \begin_inset Caption
1091
1092 \begin_layout Plain Layout
1093 \begin_inset CommandInset label
1094 LatexCommand label
1095 name "fig:Estructura-indefinible"
1096
1097 \end_inset
1098
1099 Estructura indefinible
1100 \end_layout
1101
1102 \end_inset
1103
1104
1105 \end_layout
1106
1107 \begin_layout Plain Layout
1108 \begin_inset Graphics
1109         filename ../clipart/escher-lsd.eps
1110         width 45col%
1111         groupId distorsionadas
1112
1113 \end_inset
1114
1115
1116 \end_layout
1117
1118 \end_inset
1119
1120
1121 \begin_inset space \hfill{}
1122 \end_inset
1123
1124
1125 \begin_inset Float figure
1126 wide false
1127 sideways false
1128 status open
1129
1130 \begin_layout Plain Layout
1131 \begin_inset Caption
1132
1133 \begin_layout Plain Layout
1134 \begin_inset CommandInset label
1135 LatexCommand label
1136 name "fig:Ornitorrinco"
1137
1138 \end_inset
1139
1140 Ornitorrinco
1141 \end_layout
1142
1143 \end_inset
1144
1145
1146 \end_layout
1147
1148 \begin_layout Plain Layout
1149 \begin_inset Graphics
1150         filename ../clipart/platypus.eps
1151         width 45col%
1152         groupId distorsionadas
1153
1154 \end_inset
1155
1156
1157 \end_layout
1158
1159 \end_inset
1160
1161
1162 \begin_inset space \hfill{}
1163 \end_inset
1164
1165
1166 \end_layout
1167
1168 \begin_layout Plain Layout
1169 \begin_inset Caption
1170
1171 \begin_layout Plain Layout
1172 \begin_inset CommandInset label
1173 LatexCommand label
1174 name "fig:Dos-imágenes-distorsionadas"
1175
1176 \end_inset
1177
1178 Dos imágenes distorsionadas.
1179  Ambas están en el grupo llamado «distorsionadas».
1180 \end_layout
1181
1182 \end_inset
1183
1184
1185 \end_layout
1186
1187 \end_inset
1188
1189
1190 \begin_inset Newpage newpage
1191 \end_inset
1192
1193
1194 \end_layout
1195
1196 \begin_layout Section
1197 Formatos de imagen
1198 \begin_inset CommandInset label
1199 LatexCommand label
1200 name "sec:Formatos-de-imagen"
1201
1202 \end_inset
1203
1204
1205 \begin_inset Index idx
1206 status collapsed
1207
1208 \begin_layout Plain Layout
1209 Formatos de imagen
1210 \end_layout
1211
1212 \end_inset
1213
1214
1215 \begin_inset Index idx
1216 status collapsed
1217
1218 \begin_layout Plain Layout
1219 Figuras ! Formatos de imagen
1220 \end_layout
1221
1222 \end_inset
1223
1224
1225 \end_layout
1226
1227 \begin_layout Standard
1228 Puedes insertar imágenes en cualquier formato.
1229  Pero como se explica en el apéndice
1230 \begin_inset space ~
1231 \end_inset
1232
1233
1234 \begin_inset CommandInset ref
1235 LatexCommand ref
1236 reference "cap:Formatos-de-Archivos-de-Salida"
1237
1238 \end_inset
1239
1240 , cada formato de archivo del documento de salida permite sólo ciertos formatos
1241  de archivo de imagen.
1242  Por eso LyX usa el programa 
1243 \family typewriter
1244 ImageMagick
1245 \family default
1246  en segundo plano para convertir imágenes al formato adecuado.
1247  Para aumentar el rendimiento evitando estas conversiones, puedes usar sólo
1248  los formatos de imagen admitidos en el formato de archivo de salida.
1249  Los formatos de salida se explican en el apéndice
1250 \begin_inset space ~
1251 \end_inset
1252
1253
1254 \begin_inset CommandInset ref
1255 LatexCommand ref
1256 reference "cap:Formatos-de-Archivos-de-Salida"
1257
1258 \end_inset
1259
1260 .
1261 \end_layout
1262
1263 \begin_layout Standard
1264 Como en el caso de las fuentes, hay dos tipos de formatos de imagen:
1265 \end_layout
1266
1267 \begin_layout Description
1268 Imágenes
1269 \begin_inset space ~
1270 \end_inset
1271
1272 mapa
1273 \begin_inset space ~
1274 \end_inset
1275
1276 de
1277 \begin_inset space ~
1278 \end_inset
1279
1280 bits
1281 \begin_inset space ~
1282 \end_inset
1283
1284 (Bitmap) formadas por mapas de puntos (píxeles), generalmente comprimidos.
1285  Por tanto no son totalmente escalables y se ven pixeladas a valores altos
1286  de zoom.
1287  Formatos de imágenes en bitmap bien conocidos son «Graphics Interchange
1288  Format» (GIF, extensión «
1289 \family typewriter
1290 .gif
1291 \family default
1292 »)
1293 \begin_inset Index idx
1294 status collapsed
1295
1296 \begin_layout Plain Layout
1297 GIF|see
1298 \begin_inset ERT
1299 status collapsed
1300
1301 \begin_layout Plain Layout
1302
1303 {
1304 \end_layout
1305
1306 \end_inset
1307
1308 Formatos de imagen
1309 \begin_inset ERT
1310 status collapsed
1311
1312 \begin_layout Plain Layout
1313
1314 }
1315 \end_layout
1316
1317 \end_inset
1318
1319
1320 \end_layout
1321
1322 \end_inset
1323
1324 , «Portable Network Graphics» (PNG, extensión «
1325 \family typewriter
1326 .png
1327 \family default
1328 »)
1329 \begin_inset Index idx
1330 status collapsed
1331
1332 \begin_layout Plain Layout
1333 PNG|see
1334 \begin_inset ERT
1335 status collapsed
1336
1337 \begin_layout Plain Layout
1338
1339 {
1340 \end_layout
1341
1342 \end_inset
1343
1344 Formatos de imagen
1345 \begin_inset ERT
1346 status collapsed
1347
1348 \begin_layout Plain Layout
1349
1350 }
1351 \end_layout
1352
1353 \end_inset
1354
1355
1356 \end_layout
1357
1358 \end_inset
1359
1360 , y «Joint Photographic Experts Group» (JPG, extensión «
1361 \family typewriter
1362 .jpg
1363 \family default
1364 » o «
1365 \family typewriter
1366 .jpeg
1367 \family default
1368 »)
1369 \begin_inset Index idx
1370 status collapsed
1371
1372 \begin_layout Plain Layout
1373 JPG|see
1374 \begin_inset ERT
1375 status collapsed
1376
1377 \begin_layout Plain Layout
1378
1379 {
1380 \end_layout
1381
1382 \end_inset
1383
1384 Formatos de imagen
1385 \begin_inset ERT
1386 status collapsed
1387
1388 \begin_layout Plain Layout
1389
1390 }
1391 \end_layout
1392
1393 \end_inset
1394
1395
1396 \end_layout
1397
1398 \end_inset
1399
1400 .
1401 \end_layout
1402
1403 \begin_layout Description
1404 Imágenes
1405 \begin_inset space ~
1406 \end_inset
1407
1408 vectoriales se generan mediante una descripción de una serie de trazos (vectores
1409 ) y por tanto pueden escalarse a cualquier tamaño sin pérdidas.
1410  La posibilidad de escalado hace falta para crear presentaciones, porque
1411  éstas siempre son escaladas por el proyector.
1412  El escalado también es útil en los documentos en línea para permitir el
1413  zoom en diagramas.
1414 \begin_inset Newline newline
1415 \end_inset
1416
1417 Formatos de imagen escalables pueden ser «Scalable Vector Graphics» (SVG,
1418  extensión «
1419 \family typewriter
1420 .svg
1421 \family default
1422 »)
1423 \begin_inset Index idx
1424 status collapsed
1425
1426 \begin_layout Plain Layout
1427 SVG|see
1428 \begin_inset ERT
1429 status collapsed
1430
1431 \begin_layout Plain Layout
1432
1433 {
1434 \end_layout
1435
1436 \end_inset
1437
1438 Formatos de imagen
1439 \begin_inset ERT
1440 status collapsed
1441
1442 \begin_layout Plain Layout
1443
1444 }
1445 \end_layout
1446
1447 \end_inset
1448
1449
1450 \end_layout
1451
1452 \end_inset
1453
1454 , «Encapsulated PostScript» (EPS, extensión «
1455 \family typewriter
1456 .eps
1457 \family default
1458 »)
1459 \begin_inset Index idx
1460 status collapsed
1461
1462 \begin_layout Plain Layout
1463 EPS|see
1464 \begin_inset ERT
1465 status collapsed
1466
1467 \begin_layout Plain Layout
1468
1469 {
1470 \end_layout
1471
1472 \end_inset
1473
1474 Formatos de imagen
1475 \begin_inset ERT
1476 status collapsed
1477
1478 \begin_layout Plain Layout
1479
1480 }
1481 \end_layout
1482
1483 \end_inset
1484
1485
1486 \end_layout
1487
1488 \end_inset
1489
1490 , «Portable Document Format» (PDF, extensión «
1491 \family typewriter
1492 .pdf
1493 \family default
1494 »)
1495 \begin_inset Index idx
1496 status collapsed
1497
1498 \begin_layout Plain Layout
1499 PDF|see
1500 \begin_inset ERT
1501 status collapsed
1502
1503 \begin_layout Plain Layout
1504
1505 {
1506 \end_layout
1507
1508 \end_inset
1509
1510 Formatos de imagen
1511 \begin_inset ERT
1512 status collapsed
1513
1514 \begin_layout Plain Layout
1515
1516 }
1517 \end_layout
1518
1519 \end_inset
1520
1521
1522 \end_layout
1523
1524 \end_inset
1525
1526 , y «Windows Metafile» (WMF, extensión «
1527 \family typewriter
1528 .wmf
1529 \family default
1530 »)
1531 \begin_inset Index idx
1532 status collapsed
1533
1534 \begin_layout Plain Layout
1535 WMF|see
1536 \begin_inset ERT
1537 status collapsed
1538
1539 \begin_layout Plain Layout
1540
1541 {
1542 \end_layout
1543
1544 \end_inset
1545
1546 Formatos de imagen
1547 \begin_inset ERT
1548 status collapsed
1549
1550 \begin_layout Plain Layout
1551
1552 }
1553 \end_layout
1554
1555 \end_inset
1556
1557
1558 \end_layout
1559
1560 \end_inset
1561
1562 .
1563  Escribimos «pueden ser» porque se puede convertir cualquier imagen bitmap
1564  a PDF o EPS y el resultado será todavía una imagen bitmap.
1565  En estos casos sólo se añade una cabecera con las propiedades de la imagen
1566  a la imagen original.
1567 \begin_inset Foot
1568 status collapsed
1569
1570 \begin_layout Plain Layout
1571 En el caso de PDF, además se comprime la imagen original.
1572 \end_layout
1573
1574 \end_inset
1575
1576  Por ejemplo, los archivos PDF generados por 
1577 \family typewriter
1578 Adobe Photoshop
1579 \family default
1580  son imágenes bitmap.
1581 \end_layout
1582
1583 \begin_layout Standard
1584 Normalmente no es posible convertir una imagen bitmap a escalable pero sí
1585  al contrario.
1586  Sólo los formatos de imagen PDF y EPS pueden empotrarse directamente en
1587  archivos de salida PDF y PostScript, respectivamente.
1588  Las imágenes SVG y WMF son recalculadas a bitmaps cuando se genera el archivo
1589  de salida porque actualmente no hay convertidores adecuados WMF/SVG 
1590 \begin_inset Formula $\to$
1591 \end_inset
1592
1593  PDF/EPS.
1594 \end_layout
1595
1596 \begin_layout Chapter
1597 Tablas
1598 \begin_inset Index idx
1599 status collapsed
1600
1601 \begin_layout Plain Layout
1602 Tablas
1603 \end_layout
1604
1605 \end_inset
1606
1607
1608 \end_layout
1609
1610 \begin_layout Section
1611 Introducción
1612 \begin_inset Index idx
1613 status collapsed
1614
1615 \begin_layout Plain Layout
1616 Tablas ! Introducción
1617 \end_layout
1618
1619 \end_inset
1620
1621
1622 \end_layout
1623
1624 \begin_layout Standard
1625 Puede insertarse una tabla mediante el botón 
1626 \begin_inset Graphics
1627         filename ../../images/tabular-insert.png
1628         scale 85
1629
1630 \end_inset
1631
1632  o el menú 
1633 \family sans
1634 Insertar\SpecialChar \menuseparator
1635 Tabla
1636 \family default
1637 .
1638  El botón ofrece una selección gráfica: moviendo el puntero se puede definir
1639  el número de filas y de columnas de la tabla.
1640  Si usas el menú aparece un diálogo en el que se pide el número de filas
1641  y columnas.
1642  
1643 \begin_inset Newline newline
1644 \end_inset
1645
1646 Por omisión, la tabla tiene líneas que enmarcan cada celda y la primera
1647  fila aparece separada por una línea doble: la línea inferior de la primera
1648  fila y la línea superior de la segunda fila.
1649  Ejemplo de tabla:
1650 \end_layout
1651
1652 \begin_layout Standard
1653 \align center
1654 \begin_inset Tabular
1655 <lyxtabular version="3" rows="4" columns="4">
1656 <features tabularvalignment="middle">
1657 <column alignment="center" valignment="top" width="0">
1658 <column alignment="center" valignment="top" width="0pt">
1659 <column alignment="center" valignment="top" width="0in">
1660 <column alignment="center" valignment="top" width="0pt">
1661 <row>
1662 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
1663 \begin_inset Text
1664
1665 \begin_layout Plain Layout
1666
1667 \end_layout
1668
1669 \end_inset
1670 </cell>
1671 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
1672 \begin_inset Text
1673
1674 \begin_layout Plain Layout
1675
1676 \family roman
1677 \series medium
1678 \shape up
1679 \size normal
1680 \emph off
1681 \bar no
1682 \noun off
1683 \color none
1684 1
1685 \end_layout
1686
1687 \end_inset
1688 </cell>
1689 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
1690 \begin_inset Text
1691
1692 \begin_layout Plain Layout
1693 2
1694 \end_layout
1695
1696 \end_inset
1697 </cell>
1698 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
1699 \begin_inset Text
1700
1701 \begin_layout Plain Layout
1702 3
1703 \end_layout
1704
1705 \end_inset
1706 </cell>
1707 </row>
1708 <row>
1709 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1710 \begin_inset Text
1711
1712 \begin_layout Plain Layout
1713
1714 \family roman
1715 \series medium
1716 \shape up
1717 \size normal
1718 \emph off
1719 \bar no
1720 \noun off
1721 \color none
1722 A
1723 \end_layout
1724
1725 \end_inset
1726 </cell>
1727 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1728 \begin_inset Text
1729
1730 \begin_layout Plain Layout
1731
1732 \end_layout
1733
1734 \end_inset
1735 </cell>
1736 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1737 \begin_inset Text
1738
1739 \begin_layout Plain Layout
1740
1741 \end_layout
1742
1743 \end_inset
1744 </cell>
1745 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
1746 \begin_inset Text
1747
1748 \begin_layout Plain Layout
1749
1750 \end_layout
1751
1752 \end_inset
1753 </cell>
1754 </row>
1755 <row>
1756 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1757 \begin_inset Text
1758
1759 \begin_layout Plain Layout
1760
1761 \family roman
1762 \series medium
1763 \shape up
1764 \size normal
1765 \emph off
1766 \bar no
1767 \noun off
1768 \color none
1769 B
1770 \end_layout
1771
1772 \end_inset
1773 </cell>
1774 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1775 \begin_inset Text
1776
1777 \begin_layout Plain Layout
1778
1779 \end_layout
1780
1781 \end_inset
1782 </cell>
1783 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1784 \begin_inset Text
1785
1786 \begin_layout Plain Layout
1787
1788 \size normal
1789 \noun off
1790 \color none
1791  
1792 \end_layout
1793
1794 \end_inset
1795 </cell>
1796 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
1797 \begin_inset Text
1798
1799 \begin_layout Plain Layout
1800
1801 \end_layout
1802
1803 \end_inset
1804 </cell>
1805 </row>
1806 <row>
1807 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
1808 \begin_inset Text
1809
1810 \begin_layout Plain Layout
1811
1812 \family roman
1813 \series medium
1814 \shape up
1815 \size normal
1816 \emph off
1817 \bar no
1818 \noun off
1819 \color none
1820 C
1821 \end_layout
1822
1823 \end_inset
1824 </cell>
1825 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
1826 \begin_inset Text
1827
1828 \begin_layout Plain Layout
1829
1830 \end_layout
1831
1832 \end_inset
1833 </cell>
1834 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
1835 \begin_inset Text
1836
1837 \begin_layout Plain Layout
1838
1839 \end_layout
1840
1841 \end_inset
1842 </cell>
1843 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
1844 \begin_inset Text
1845
1846 \begin_layout Plain Layout
1847
1848 \end_layout
1849
1850 \end_inset
1851 </cell>
1852 </row>
1853 </lyxtabular>
1854
1855 \end_inset
1856
1857
1858 \end_layout
1859
1860 \begin_layout Section
1861 Diálogo de tablas
1862 \begin_inset Index idx
1863 status collapsed
1864
1865 \begin_layout Plain Layout
1866 Tablas ! Diálogo
1867 \end_layout
1868
1869 \end_inset
1870
1871
1872 \end_layout
1873
1874 \begin_layout Standard
1875 Una tabla se puede cambiar mediante el cuadro de diálogo que aparece al
1876  pinchar sobre ella con el botón derecho del ratón.
1877  Se pueden ajustar los parámetros de la celda y fila/columna en la que se
1878  encuentra el cursor.
1879  La mayoría de opciones también trabajan sobre una selección de celdas,
1880  de filas o de columnas.
1881  Observa que hay que diferenciar entre seleccionar una celda o seleccionar
1882  su 
1883 \emph on
1884 contenido
1885 \emph default
1886 .
1887  En el cuadro de diálogo aparecen las siguientes solapas:
1888 \end_layout
1889
1890 \begin_layout Description
1891
1892 \family sans
1893 Configuración
1894 \begin_inset space ~
1895 \end_inset
1896
1897 de
1898 \begin_inset space ~
1899 \end_inset
1900
1901 la
1902 \begin_inset space ~
1903 \end_inset
1904
1905 tabla
1906 \family default
1907  Aquí puedes establecer la alineación horizontal y la anchura de la columna
1908  actual.
1909  Una vez puesta la anchura puedes ajustar también el alineamiento vertical.
1910  Una anchura determinada permite tener saltos de línea y distintos párrafos
1911  de texto, véase sección 
1912 \begin_inset space ~
1913 \end_inset
1914
1915
1916 \begin_inset CommandInset ref
1917 LatexCommand ref
1918 reference "sub:Líneas-Múltiples-en"
1919
1920 \end_inset
1921
1922 .
1923  Si no estableces anchura, la columna será tan ancha como el contenido de
1924  la celda más ancha.
1925 \begin_inset Newline newline
1926 \end_inset
1927
1928 Además, puedes marcar una o más celdas de una fila como una celda multicolumna,
1929  véase sección
1930 \begin_inset space ~
1931 \end_inset
1932
1933
1934 \begin_inset CommandInset ref
1935 LatexCommand ref
1936 reference "sub:Multicolumnas"
1937
1938 \end_inset
1939
1940 .
1941 \begin_inset Newline newline
1942 \end_inset
1943
1944 Las casillas de giro rotan la celda actual, una selección o toda la tabla
1945  90º en el sentido de las agujas del reloj.
1946  La rotación no se ve en LyX, sí en la salida.
1947 \begin_inset Newline newline
1948 \end_inset
1949
1950
1951 \begin_inset Note Greyedout
1952 status open
1953
1954 \begin_layout Plain Layout
1955
1956 \series bold
1957 Nota:
1958 \series default
1959  no todos los visores DVI pueden mostrar rotaciones.
1960 \end_layout
1961
1962 \end_inset
1963
1964
1965 \begin_inset Newline newline
1966 \end_inset
1967
1968 También es posible introducir argumentos LaTeX necesarios para formatos
1969  especiales, véanse las secciones
1970 \begin_inset space ~
1971 \end_inset
1972
1973
1974 \begin_inset CommandInset ref
1975 LatexCommand ref
1976 reference "sub:Cálculos-en-Multicolumnas"
1977
1978 \end_inset
1979
1980  y
1981 \begin_inset space ~
1982 \end_inset
1983
1984
1985 \begin_inset CommandInset ref
1986 LatexCommand ref
1987 reference "sec:Tablas-Coloreadas"
1988
1989 \end_inset
1990
1991 .
1992 \end_layout
1993
1994 \begin_layout Description
1995
1996 \family sans
1997 Bordes
1998 \family default
1999  En esta solapa puedes añadir y quitar bordes para la fila/columna actual.
2000  Puedes elegir para la tabla un estilo 
2001 \family sans
2002 Formal
2003 \family default
2004 , como se describe en la sección
2005 \begin_inset space ~
2006 \end_inset
2007
2008
2009 \begin_inset CommandInset ref
2010 LatexCommand ref
2011 reference "sec:Tablas-Formales"
2012
2013 \end_inset
2014
2015 .
2016 \begin_inset Newline newline
2017 \end_inset
2018
2019 Además, aquí puedes añadir espacio adicional en las filas de la tabla, como
2020  se describe en la sección
2021 \begin_inset space ~
2022 \end_inset
2023
2024
2025 \begin_inset CommandInset ref
2026 LatexCommand ref
2027 reference "sub:Espacio-adicional"
2028
2029 \end_inset
2030
2031
2032 \end_layout
2033
2034 \begin_layout Description
2035
2036 \family sans
2037 Tabla
2038 \begin_inset space ~
2039 \end_inset
2040
2041 larga
2042 \family default
2043  Para hacer 
2044 \emph on
2045 tablas largas
2046 \emph default
2047  que pueden extenderse por varias páginas.
2048  Las secciones
2049 \begin_inset space ~
2050 \end_inset
2051
2052
2053 \begin_inset CommandInset ref
2054 LatexCommand ref
2055 reference "sec:Tablas-Largas"
2056
2057 \end_inset
2058
2059  y 
2060 \begin_inset CommandInset ref
2061 LatexCommand ref
2062 reference "sec:Particularidades-tablas-largas"
2063
2064 \end_inset
2065
2066  describen sus características en detalle.
2067 \end_layout
2068
2069 \begin_layout Standard
2070 Si la barra de herramientas de tabla está abierta, puedes mover el cursor
2071  con las teclas de flecha de celda en celda y la propiedad de la celda actual
2072  aparecerá inmediatamente en el diálogo.
2073 \end_layout
2074
2075 \begin_layout Section
2076 Barra de herramientas de tabla
2077 \begin_inset Index idx
2078 status collapsed
2079
2080 \begin_layout Plain Layout
2081 Tablas ! Barra de herramientas
2082 \end_layout
2083
2084 \end_inset
2085
2086
2087 \end_layout
2088
2089 \begin_layout Standard
2090 La barra de herramientas de tabla es una alternativa al cuadro de diálogo
2091  para cambiar las tablas de manera más rápida.
2092  Normalmente debería aparecer en la parte inferior de la ventana principal
2093  de LyX cuando el cursor está dentro de una tabla.
2094  En cualquier momento se puede presentar esta barra pinchando con el botón
2095  derecho del ratón en cualquier punto de la barra principal de menú.
2096 \end_layout
2097
2098 \begin_layout Standard
2099 La barra de herramientas tiene los siguientes iconos:
2100 \end_layout
2101
2102 \begin_layout Labeling
2103 \labelwidthstring 00.00.0000
2104 \begin_inset Graphics
2105         filename ../../images/tabular-feature_append-row.png
2106
2107 \end_inset
2108
2109  añade una fila bajo la celda actual o selección
2110 \end_layout
2111
2112 \begin_layout Labeling
2113 \labelwidthstring 00.00.0000
2114 \begin_inset Graphics
2115         filename ../../images/tabular-feature_append-column.png
2116
2117 \end_inset
2118
2119  añade una columna a la derecha de la celda actual o selección
2120 \end_layout
2121
2122 \begin_layout Labeling
2123 \labelwidthstring 00.00.0000
2124 \begin_inset Graphics
2125         filename ../../images/tabular-feature_delete-row.png
2126
2127 \end_inset
2128
2129  borra la fila actual o selección
2130 \end_layout
2131
2132 \begin_layout Labeling
2133 \labelwidthstring 00.00.0000
2134 \begin_inset Graphics
2135         filename ../../images/tabular-feature_delete-column.png
2136
2137 \end_inset
2138
2139  borra la columna actual o selección
2140 \end_layout
2141
2142 \begin_layout Labeling
2143 \labelwidthstring 00.00.0000
2144 \begin_inset Graphics
2145         filename ../../images/tabular-feature_toggle-line-top.png
2146
2147 \end_inset
2148
2149  añade una línea sobre la celda/fila actual o la selección
2150 \end_layout
2151
2152 \begin_layout Labeling
2153 \labelwidthstring 00.00.0000
2154 \begin_inset Graphics
2155         filename ../../images/tabular-feature_toggle-line-bottom.png
2156
2157 \end_inset
2158
2159  añade una línea bajo la celda/fila actual o la selección
2160 \end_layout
2161
2162 \begin_layout Labeling
2163 \labelwidthstring 00.00.0000
2164 \begin_inset Graphics
2165         filename ../../images/tabular-feature_toggle-line-left.png
2166
2167 \end_inset
2168
2169  añade una línea a la izquierda de la celda/fila actual o la selección
2170 \end_layout
2171
2172 \begin_layout Labeling
2173 \labelwidthstring 00.00.0000
2174 \begin_inset Graphics
2175         filename ../../images/tabular-feature_toggle-line-right.png
2176
2177 \end_inset
2178
2179  añade una línea a la derecha de la celda/fila actual o la selección
2180 \end_layout
2181
2182 \begin_layout Labeling
2183 \labelwidthstring 00.00.0000
2184 \begin_inset Graphics
2185         filename ../../images/tabular-feature_set-all-lines.png
2186
2187 \end_inset
2188
2189  añade líneas alrededor de la celda actual o seleccionadas (si la celda
2190  actual no es multicolumna esto afecta también a la fila y a la columna)
2191 \end_layout
2192
2193 \begin_layout Labeling
2194 \labelwidthstring 00.00.0000
2195 \begin_inset Graphics
2196         filename ../../images/tabular-feature_unset-all-lines.png
2197
2198 \end_inset
2199
2200  borra todas las líneas de la celda o celdas seleccionadas (si la celda
2201  actual no es multicolumna esto afecta también a la fila y a la columna)
2202 \end_layout
2203
2204 \begin_layout Labeling
2205 \labelwidthstring 00.00.0000
2206 \begin_inset Graphics
2207         filename ../../images/tabular-feature_m-align-left.png
2208
2209 \end_inset
2210
2211  alinea a la izquierda el contenido de la celda/columna
2212 \end_layout
2213
2214 \begin_layout Labeling
2215 \labelwidthstring 00.00.0000
2216 \begin_inset Graphics
2217         filename ../../images/tabular-feature_m-align-center.png
2218
2219 \end_inset
2220
2221  centra el contenido de la celda/columna horizontalmente
2222 \end_layout
2223
2224 \begin_layout Labeling
2225 \labelwidthstring 00.00.0000
2226 \begin_inset Graphics
2227         filename ../../images/tabular-feature_m-align-right.png
2228
2229 \end_inset
2230
2231  alinea a la derecha el contenido de la celda/columna
2232 \end_layout
2233
2234 \begin_layout Labeling
2235 \labelwidthstring 00.00.0000
2236 \begin_inset Graphics
2237         filename ../../images/tabular-feature_m-valign-top.png
2238
2239 \end_inset
2240
2241  alinea arriba el contenido de la celda
2242 \end_layout
2243
2244 \begin_layout Labeling
2245 \labelwidthstring 00.00.0000
2246 \begin_inset Graphics
2247         filename ../../images/tabular-feature_m-valign-middle.png
2248
2249 \end_inset
2250
2251  centra verticalmente el contenido de la celda
2252 \end_layout
2253
2254 \begin_layout Labeling
2255 \labelwidthstring 00.00.0000
2256 \begin_inset Graphics
2257         filename ../../images/tabular-feature_m-valign-bottom.png
2258
2259 \end_inset
2260
2261  alinea abajo el contenido de la celda
2262 \end_layout
2263
2264 \begin_layout Labeling
2265 \labelwidthstring 00.00.0000
2266 \begin_inset Graphics
2267         filename ../../images/tabular-feature_set-rotate-cell.png
2268
2269 \end_inset
2270
2271  gira la celda o selección 90° como las agujas de reloj
2272 \end_layout
2273
2274 \begin_layout Labeling
2275 \labelwidthstring 00.00.0000
2276 \begin_inset Graphics
2277         filename ../../images/tabular-feature_set-rotate-tabular.png
2278
2279 \end_inset
2280
2281  gira toda la tabla 90° como agujas del reloj
2282 \end_layout
2283
2284 \begin_layout Labeling
2285 \labelwidthstring 00.00.0000
2286 \begin_inset Graphics
2287         filename ../../images/tabular-feature_multicolumn.png
2288
2289 \end_inset
2290
2291  establece la celda actual o selección como multicolumna
2292 \end_layout
2293
2294 \begin_layout Standard
2295 \begin_inset Note Greyedout
2296 status open
2297
2298 \begin_layout Plain Layout
2299
2300 \series bold
2301 Nota:
2302 \series default
2303  En la salida se emplea la alineación vertical de la primera celda de una
2304  fila para todas las celdas restantes de la fila.
2305 \end_layout
2306
2307 \end_inset
2308
2309
2310 \end_layout
2311
2312 \begin_layout Section
2313 Menú Editar Tabla
2314 \begin_inset Index idx
2315 status collapsed
2316
2317 \begin_layout Plain Layout
2318 Tablas ! Editar
2319 \end_layout
2320
2321 \end_inset
2322
2323
2324 \end_layout
2325
2326 \begin_layout Standard
2327 Además del diálogo y la barra de herramientas, el menú 
2328 \family sans
2329 Editar\SpecialChar \menuseparator
2330 Tabla
2331 \family default
2332  permite añadir y borrar bordes para la fila/columna actual y establecer
2333  la selección como multicolumna.
2334  El menú sólo está disponible si el cursor está en la tabla.
2335 \end_layout
2336
2337 \begin_layout Section
2338 Tablas flotantes
2339 \begin_inset CommandInset label
2340 LatexCommand label
2341 name "sec:Tablas-Flotantes"
2342
2343 \end_inset
2344
2345
2346 \begin_inset Index idx
2347 status collapsed
2348
2349 \begin_layout Plain Layout
2350 Flotantes ! Tablas
2351 \end_layout
2352
2353 \end_inset
2354
2355
2356 \begin_inset Index idx
2357 status collapsed
2358
2359 \begin_layout Plain Layout
2360 Tablas ! Flotantes
2361 \end_layout
2362
2363 \end_inset
2364
2365
2366 \end_layout
2367
2368 \begin_layout Standard
2369 Para una explicación general sobre flotantes, echa un vistazo a la sección
2370 \begin_inset space ~
2371 \end_inset
2372
2373
2374 \begin_inset CommandInset ref
2375 LatexCommand ref
2376 reference "sec:Introducción-Flotantes"
2377
2378 \end_inset
2379
2380 .
2381 \end_layout
2382
2383 \begin_layout Standard
2384 \begin_inset Float table
2385 placement h
2386 wide false
2387 sideways false
2388 status collapsed
2389
2390 \begin_layout Plain Layout
2391 \begin_inset Caption
2392
2393 \begin_layout Plain Layout
2394 \begin_inset CommandInset label
2395 LatexCommand label
2396 name "tab:una tabla flotante"
2397
2398 \end_inset
2399
2400 Una tabla flotante.
2401 \end_layout
2402
2403 \end_inset
2404
2405
2406 \end_layout
2407
2408 \begin_layout Plain Layout
2409 \align center
2410 \begin_inset Tabular
2411 <lyxtabular version="3" rows="3" columns="3">
2412 <features tabularvalignment="middle">
2413 <column alignment="center" valignment="top" width="0pt">
2414 <column alignment="center" valignment="top" width="0pt">
2415 <column alignment="center" valignment="top" width="0pt">
2416 <row>
2417 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
2418 \begin_inset Text
2419
2420 \begin_layout Plain Layout
2421
2422 \family roman
2423 \series medium
2424 \shape up
2425 \size normal
2426 \emph off
2427 \bar no
2428 \noun off
2429 \color none
2430 1
2431 \end_layout
2432
2433 \end_inset
2434 </cell>
2435 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
2436 \begin_inset Text
2437
2438 \begin_layout Plain Layout
2439
2440 \family roman
2441 \series medium
2442 \shape up
2443 \size normal
2444 \emph off
2445 \bar no
2446 \noun off
2447 \color none
2448 2
2449 \end_layout
2450
2451 \end_inset
2452 </cell>
2453 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
2454 \begin_inset Text
2455
2456 \begin_layout Plain Layout
2457
2458 \family roman
2459 \series medium
2460 \shape up
2461 \size normal
2462 \emph off
2463 \bar no
2464 \noun off
2465 \color none
2466 3
2467 \end_layout
2468
2469 \end_inset
2470 </cell>
2471 </row>
2472 <row>
2473 <cell alignment="center" valignment="top" topline="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 Pepe
2487 \end_layout
2488
2489 \end_inset
2490 </cell>
2491 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
2492 \begin_inset Text
2493
2494 \begin_layout Plain Layout
2495
2496 \family roman
2497 \series medium
2498 \shape up
2499 \size normal
2500 \emph off
2501 \bar no
2502 \noun off
2503 \color none
2504 Mari
2505 \end_layout
2506
2507 \end_inset
2508 </cell>
2509 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
2510 \begin_inset Text
2511
2512 \begin_layout Plain Layout
2513
2514 \family roman
2515 \series medium
2516 \shape up
2517 \size normal
2518 \emph off
2519 \bar no
2520 \noun off
2521 \color none
2522 Teo
2523 \end_layout
2524
2525 \end_inset
2526 </cell>
2527 </row>
2528 <row>
2529 <cell alignment="center" valignment="top" topline="true" bottomline="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 \begin_inset Formula $\int x^{2}dx$
2543 \end_inset
2544
2545
2546 \end_layout
2547
2548 \end_inset
2549 </cell>
2550 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
2551 \begin_inset Text
2552
2553 \begin_layout Plain Layout
2554
2555 \family roman
2556 \series medium
2557 \shape up
2558 \size normal
2559 \emph off
2560 \bar no
2561 \noun off
2562 \color none
2563 \begin_inset Formula $\left[\begin{array}{cc}
2564 a & b\\
2565 c & d
2566 \end{array}\right]$
2567 \end_inset
2568
2569
2570 \end_layout
2571
2572 \end_inset
2573 </cell>
2574 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
2575 \begin_inset Text
2576
2577 \begin_layout Plain Layout
2578
2579 \family roman
2580 \series medium
2581 \shape up
2582 \size normal
2583 \emph off
2584 \bar no
2585 \noun off
2586 \color none
2587 \begin_inset Formula $1+1=2$
2588 \end_inset
2589
2590
2591 \end_layout
2592
2593 \end_inset
2594 </cell>
2595 </row>
2596 </lyxtabular>
2597
2598 \end_inset
2599
2600
2601 \end_layout
2602
2603 \end_inset
2604
2605
2606 \end_layout
2607
2608 \begin_layout Standard
2609 Las tablas flotantes pueden insertarse con el menú 
2610 \family sans
2611 Insertar\SpecialChar \menuseparator
2612 Flotante\SpecialChar \menuseparator
2613 Tabla
2614 \family default
2615  o con el botón 
2616 \begin_inset Graphics
2617         filename ../../images/float-insert_table.png
2618         scale 85
2619
2620 \end_inset
2621
2622 .
2623 \end_layout
2624
2625 \begin_layout Standard
2626 El flotante se muestra como un cuadro desplegable con la etiqueta «Tabla
2627 \begin_inset space ~
2628 \end_inset
2629
2630 #:» (# es el número actual).
2631  El texto que sigue a dicha etiqueta es la leyenda de la tabla.
2632  Para insertar una tabla en el flotante se sitúa el cursor al final del
2633  texto del encabezado y se pulsa 
2634 \family sans
2635 Retorno
2636 \family default
2637 .
2638  La leyenda se imprime encima de la tabla.
2639 \end_layout
2640
2641 \begin_layout Standard
2642 La tabla
2643 \begin_inset space ~
2644 \end_inset
2645
2646
2647 \begin_inset CommandInset ref
2648 LatexCommand ref
2649 reference "tab:una tabla flotante"
2650
2651 \end_inset
2652
2653  es un ejemplo de tabla flotante.
2654 \end_layout
2655
2656 \begin_layout Standard
2657 Lo habitual es poner la leyenda sobre la tabla, lo que desafortunadamente
2658  no es soportado en las clases estándar de LaTeX.
2659  Esto significa que si estás usando las clases de documento 
2660 \family sans
2661 article
2662 \family default
2663
2664 \family sans
2665 book
2666 \family default
2667
2668 \family sans
2669 letter
2670 \family default
2671  o 
2672 \family sans
2673 report
2674 \family default
2675  no habrá espacio entre la leyenda y la tabla.
2676  Para añadir un espacio entre ellos hay que poner en el preámbulo LaTeX
2677  del documento la siguiente opción al comando del paquete LaTeX 
2678 \series bold
2679 caption
2680 \series default
2681
2682 \begin_inset Index idx
2683 status collapsed
2684
2685 \begin_layout Plain Layout
2686 LaTeX-paquetes ! caption
2687 \end_layout
2688
2689 \end_inset
2690
2691 :
2692 \begin_inset Foot
2693 status collapsed
2694
2695 \begin_layout Plain Layout
2696 Para más información ve a la sección
2697 \begin_inset space ~
2698 \end_inset
2699
2700
2701 \begin_inset CommandInset ref
2702 LatexCommand ref
2703 reference "sec:Colocación-de-leyendas"
2704
2705 \end_inset
2706
2707 .
2708 \end_layout
2709
2710 \end_inset
2711
2712
2713 \end_layout
2714
2715 \begin_layout Standard
2716
2717 \series bold
2718 tableposition=top
2719 \end_layout
2720
2721 \begin_layout Standard
2722 El formato de la leyenda se puede controlar mediante el paquete LaTeX 
2723 \series bold
2724 caption
2725 \series default
2726  como se describe en la sección
2727 \begin_inset space ~
2728 \end_inset
2729
2730
2731 \begin_inset CommandInset ref
2732 LatexCommand ref
2733 reference "sec:Formato-de-leyendas"
2734
2735 \end_inset
2736
2737 .
2738  
2739 \end_layout
2740
2741 \begin_layout Standard
2742 \begin_inset Index idx
2743 status collapsed
2744
2745 \begin_layout Plain Layout
2746 Referencias ! a tablas
2747 \end_layout
2748
2749 \end_inset
2750
2751 Las tablas pueden tener referencias cruzadas en el texto referenciando su
2752  etiqueta.
2753  Para hacerlo inserta una etiqueta en la leyenda con el menú 
2754 \family sans
2755 Insertar\SpecialChar \menuseparator
2756 Etiqueta
2757 \family default
2758  o con el botón 
2759 \begin_inset Graphics
2760         filename ../../images/label-insert.png
2761         scale 85
2762
2763 \end_inset
2764
2765 .
2766  Ahora puedes referenciar la etiqueta con el menú 
2767 \family sans
2768 Insertar\SpecialChar \menuseparator
2769 Referencia
2770 \begin_inset space ~
2771 \end_inset
2772
2773 cruzada
2774 \family default
2775  o con el botón 
2776 \begin_inset Graphics
2777         filename ../../images/dialog-show-new-inset_ref.png
2778         scale 85
2779
2780 \end_inset
2781
2782 .
2783 \begin_inset Newline newline
2784 \end_inset
2785
2786 Las referencias se explican con detalle en la sección
2787 \begin_inset space ~
2788 \end_inset
2789
2790
2791 \begin_inset CommandInset ref
2792 LatexCommand ref
2793 reference "sec:Referencias-a-Flotantes"
2794
2795 \end_inset
2796
2797 .
2798 \end_layout
2799
2800 \begin_layout Section
2801 Tablas largas
2802 \begin_inset CommandInset label
2803 LatexCommand label
2804 name "sec:Tablas-Largas"
2805
2806 \end_inset
2807
2808
2809 \begin_inset Index idx
2810 status collapsed
2811
2812 \begin_layout Plain Layout
2813 Tablas largas
2814 \end_layout
2815
2816 \end_inset
2817
2818
2819 \begin_inset Index idx
2820 status collapsed
2821
2822 \begin_layout Plain Layout
2823 Tablas ! Largas|see
2824 \begin_inset ERT
2825 status collapsed
2826
2827 \begin_layout Plain Layout
2828
2829 {
2830 \end_layout
2831
2832 \end_inset
2833
2834 Tablas largas
2835 \begin_inset ERT
2836 status collapsed
2837
2838 \begin_layout Plain Layout
2839
2840 }
2841 \end_layout
2842
2843 \end_inset
2844
2845
2846 \end_layout
2847
2848 \end_inset
2849
2850
2851 \end_layout
2852
2853 \begin_layout Standard
2854 Si la tabla es demasiado larga para una página, puedes usar la opción 
2855 \family sans
2856 Usar
2857 \begin_inset space ~
2858 \end_inset
2859
2860 tabla
2861 \begin_inset space ~
2862 \end_inset
2863
2864 larga
2865 \family default
2866  en la solapa 
2867 \family sans
2868 Tabla
2869 \begin_inset space ~
2870 \end_inset
2871
2872 larga
2873 \family default
2874  del diálogo de tablas, para repartir automáticamente la tabla en varias
2875  páginas.
2876  Al hacerlo se habilitan las siguientes opciones:
2877 \end_layout
2878
2879 \begin_layout Description
2880 Encabezado: La fila actual se define como encabezado que aparecerá en todas
2881  las páginas de la tabla, excepto para la primera página si 
2882 \family sans
2883 Primer
2884 \begin_inset space ~
2885 \end_inset
2886
2887 encabezado
2888 \family default
2889  está definido.
2890  Este se denomina encabezado principal.
2891 \end_layout
2892
2893 \begin_layout Description
2894 Primer
2895 \begin_inset space ~
2896 \end_inset
2897
2898 encabezado: La fila actual se define como encabezado de la primera página
2899  de la tabla.
2900 \end_layout
2901
2902 \begin_layout Description
2903 Pie: La fila actual se define como pie que aparecerá en todas las páginas
2904  de la tabla, excepto para la última página si se define 
2905 \family sans
2906 Último
2907 \begin_inset space ~
2908 \end_inset
2909
2910 pie.
2911 \end_layout
2912
2913 \begin_layout Description
2914 Último
2915 \begin_inset space ~
2916 \end_inset
2917
2918 pie:
2919 \family sans
2920  
2921 \family default
2922 La fila actual se define como pie de la última página de la tabla.
2923 \end_layout
2924
2925 \begin_layout Description
2926 Leyenda: La fila actual contiene la leyenda de la tabla.
2927  La primera fila se reajusta como columna única y se inserta una leyenda.
2928  Más detalles sobre leyendas en tablas largas en la sec.
2929 \begin_inset space \thinspace{}
2930 \end_inset
2931
2932
2933 \begin_inset CommandInset ref
2934 LatexCommand ref
2935 reference "sub:Leyendas-en-Tablas"
2936
2937 \end_inset
2938
2939 .
2940 \end_layout
2941
2942 \begin_layout Standard
2943 También se puede especificar en el diálogo en qué fila se ha de cortar la
2944  tabla.
2945  La siguiente tabla muestra cómo funciona:
2946 \end_layout
2947
2948 \begin_layout Standard
2949
2950 \end_layout
2951
2952 \begin_layout Standard
2953 \align center
2954 \begin_inset Tabular
2955 <lyxtabular version="3" rows="69" columns="3">
2956 <features islongtable="true" longtabularalignment="center">
2957 <column alignment="left" valignment="top" width="0cm">
2958 <column alignment="left" valignment="top" width="0pt">
2959 <column alignment="right" valignment="top" width="0pt">
2960 <row endfirsthead="true">
2961 <cell multicolumn="1" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
2962 \begin_inset Text
2963
2964 \begin_layout Plain Layout
2965
2966 \series bold
2967 Ejemplo de lista telefónica (ignore los nombres)
2968 \end_layout
2969
2970 \end_inset
2971 </cell>
2972 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
2973 \begin_inset Text
2974
2975 \begin_layout Plain Layout
2976
2977 \end_layout
2978
2979 \end_inset
2980 </cell>
2981 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
2982 \begin_inset Text
2983
2984 \begin_layout Plain Layout
2985
2986 \end_layout
2987
2988 \end_inset
2989 </cell>
2990 </row>
2991 <row endfirsthead="true">
2992 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
2993 \begin_inset Text
2994
2995 \begin_layout Plain Layout
2996
2997 \series bold
2998 NOMBRE
2999 \end_layout
3000
3001 \end_inset
3002 </cell>
3003 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
3004 \begin_inset Text
3005
3006 \begin_layout Plain Layout
3007
3008 \end_layout
3009
3010 \end_inset
3011 </cell>
3012 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
3013 \begin_inset Text
3014
3015 \begin_layout Plain Layout
3016
3017 \series bold
3018 TEL.
3019 \end_layout
3020
3021 \end_inset
3022 </cell>
3023 </row>
3024 <row endhead="true">
3025 <cell multicolumn="1" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
3026 \begin_inset Text
3027
3028 \begin_layout Plain Layout
3029
3030 \series bold
3031 Ejemplo de lista telefónica
3032 \end_layout
3033
3034 \end_inset
3035 </cell>
3036 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
3037 \begin_inset Text
3038
3039 \begin_layout Plain Layout
3040
3041 \end_layout
3042
3043 \end_inset
3044 </cell>
3045 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
3046 \begin_inset Text
3047
3048 \begin_layout Plain Layout
3049
3050 \end_layout
3051
3052 \end_inset
3053 </cell>
3054 </row>
3055 <row endhead="true">
3056 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
3057 \begin_inset Text
3058
3059 \begin_layout Plain Layout
3060
3061 \series bold
3062 NOMBRE
3063 \end_layout
3064
3065 \end_inset
3066 </cell>
3067 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
3068 \begin_inset Text
3069
3070 \begin_layout Plain Layout
3071
3072 \end_layout
3073
3074 \end_inset
3075 </cell>
3076 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
3077 \begin_inset Text
3078
3079 \begin_layout Plain Layout
3080
3081 \series bold
3082 TEL.
3083 \end_layout
3084
3085 \end_inset
3086 </cell>
3087 </row>
3088 <row endfoot="true">
3089 <cell multicolumn="1" alignment="right" valignment="top" usebox="none">
3090 \begin_inset Text
3091
3092 \begin_layout Plain Layout
3093  continúa en la página siguiente
3094 \end_layout
3095
3096 \end_inset
3097 </cell>
3098 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
3099 \begin_inset Text
3100
3101 \begin_layout Plain Layout
3102
3103 \end_layout
3104
3105 \end_inset
3106 </cell>
3107 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
3108 \begin_inset Text
3109
3110 \begin_layout Plain Layout
3111
3112 \end_layout
3113
3114 \end_inset
3115 </cell>
3116 </row>
3117 <row>
3118 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3119 \begin_inset Text
3120
3121 \begin_layout Plain Layout
3122
3123 \series bold
3124 Annovi
3125 \end_layout
3126
3127 \end_inset
3128 </cell>
3129 <cell alignment="center" valignment="top" usebox="none">
3130 \begin_inset Text
3131
3132 \begin_layout Plain Layout
3133 Silvia
3134 \end_layout
3135
3136 \end_inset
3137 </cell>
3138 <cell alignment="right" valignment="top" leftline="true" rightline="true" usebox="none">
3139 \begin_inset Text
3140
3141 \begin_layout Plain Layout
3142 111
3143 \end_layout
3144
3145 \end_inset
3146 </cell>
3147 </row>
3148 <row>
3149 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3150 \begin_inset Text
3151
3152 \begin_layout Plain Layout
3153
3154 \series bold
3155 Bertoli
3156 \end_layout
3157
3158 \end_inset
3159 </cell>
3160 <cell alignment="center" valignment="top" usebox="none">
3161 \begin_inset Text
3162
3163 \begin_layout Plain Layout
3164 Stefano
3165 \end_layout
3166
3167 \end_inset
3168 </cell>
3169 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3170 \begin_inset Text
3171
3172 \begin_layout Plain Layout
3173 111
3174 \end_layout
3175
3176 \end_inset
3177 </cell>
3178 </row>
3179 <row>
3180 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3181 \begin_inset Text
3182
3183 \begin_layout Plain Layout
3184
3185 \series bold
3186 Bozzi
3187 \end_layout
3188
3189 \end_inset
3190 </cell>
3191 <cell alignment="center" valignment="top" usebox="none">
3192 \begin_inset Text
3193
3194 \begin_layout Plain Layout
3195 Walter
3196 \end_layout
3197
3198 \end_inset
3199 </cell>
3200 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3201 \begin_inset Text
3202
3203 \begin_layout Plain Layout
3204 111
3205 \end_layout
3206
3207 \end_inset
3208 </cell>
3209 </row>
3210 <row>
3211 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3212 \begin_inset Text
3213
3214 \begin_layout Plain Layout
3215
3216 \series bold
3217 Cachia
3218 \end_layout
3219
3220 \end_inset
3221 </cell>
3222 <cell alignment="center" valignment="top" usebox="none">
3223 \begin_inset Text
3224
3225 \begin_layout Plain Layout
3226 Maria
3227 \end_layout
3228
3229 \end_inset
3230 </cell>
3231 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3232 \begin_inset Text
3233
3234 \begin_layout Plain Layout
3235 111
3236 \end_layout
3237
3238 \end_inset
3239 </cell>
3240 </row>
3241 <row>
3242 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3243 \begin_inset Text
3244
3245 \begin_layout Plain Layout
3246
3247 \series bold
3248 Cachia
3249 \end_layout
3250
3251 \end_inset
3252 </cell>
3253 <cell alignment="center" valignment="top" usebox="none">
3254 \begin_inset Text
3255
3256 \begin_layout Plain Layout
3257 Maurizio
3258 \end_layout
3259
3260 \end_inset
3261 </cell>
3262 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3263 \begin_inset Text
3264
3265 \begin_layout Plain Layout
3266 111
3267 \end_layout
3268
3269 \end_inset
3270 </cell>
3271 </row>
3272 <row>
3273 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3274 \begin_inset Text
3275
3276 \begin_layout Plain Layout
3277
3278 \series bold
3279 Cinquemani
3280 \end_layout
3281
3282 \end_inset
3283 </cell>
3284 <cell alignment="center" valignment="top" usebox="none">
3285 \begin_inset Text
3286
3287 \begin_layout Plain Layout
3288 Giusi
3289 \end_layout
3290
3291 \end_inset
3292 </cell>
3293 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3294 \begin_inset Text
3295
3296 \begin_layout Plain Layout
3297 111
3298 \end_layout
3299
3300 \end_inset
3301 </cell>
3302 </row>
3303 <row>
3304 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3305 \begin_inset Text
3306
3307 \begin_layout Plain Layout
3308
3309 \series bold
3310 Colin
3311 \end_layout
3312
3313 \end_inset
3314 </cell>
3315 <cell alignment="center" valignment="top" usebox="none">
3316 \begin_inset Text
3317
3318 \begin_layout Plain Layout
3319 Bernard
3320 \end_layout
3321
3322 \end_inset
3323 </cell>
3324 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3325 \begin_inset Text
3326
3327 \begin_layout Plain Layout
3328 111
3329 \end_layout
3330
3331 \end_inset
3332 </cell>
3333 </row>
3334 <row>
3335 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3336 \begin_inset Text
3337
3338 \begin_layout Plain Layout
3339
3340 \series bold
3341 Concli
3342 \end_layout
3343
3344 \end_inset
3345 </cell>
3346 <cell alignment="center" valignment="top" usebox="none">
3347 \begin_inset Text
3348
3349 \begin_layout Plain Layout
3350 Gianfranco
3351 \end_layout
3352
3353 \end_inset
3354 </cell>
3355 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3356 \begin_inset Text
3357
3358 \begin_layout Plain Layout
3359 111
3360 \end_layout
3361
3362 \end_inset
3363 </cell>
3364 </row>
3365 <row>
3366 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3367 \begin_inset Text
3368
3369 \begin_layout Plain Layout
3370
3371 \series bold
3372 Dal Bosco
3373 \end_layout
3374
3375 \end_inset
3376 </cell>
3377 <cell alignment="center" valignment="top" usebox="none">
3378 \begin_inset Text
3379
3380 \begin_layout Plain Layout
3381 Carolina
3382 \end_layout
3383
3384 \end_inset
3385 </cell>
3386 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3387 \begin_inset Text
3388
3389 \begin_layout Plain Layout
3390 111
3391 \end_layout
3392
3393 \end_inset
3394 </cell>
3395 </row>
3396 <row>
3397 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3398 \begin_inset Text
3399
3400 \begin_layout Plain Layout
3401
3402 \series bold
3403 Dalpiaz
3404 \end_layout
3405
3406 \end_inset
3407 </cell>
3408 <cell alignment="center" valignment="top" usebox="none">
3409 \begin_inset Text
3410
3411 \begin_layout Plain Layout
3412 Annamaria
3413 \end_layout
3414
3415 \end_inset
3416 </cell>
3417 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3418 \begin_inset Text
3419
3420 \begin_layout Plain Layout
3421 111
3422 \end_layout
3423
3424 \end_inset
3425 </cell>
3426 </row>
3427 <row>
3428 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3429 \begin_inset Text
3430
3431 \begin_layout Plain Layout
3432
3433 \series bold
3434 Feliciello
3435 \end_layout
3436
3437 \end_inset
3438 </cell>
3439 <cell alignment="center" valignment="top" usebox="none">
3440 \begin_inset Text
3441
3442 \begin_layout Plain Layout
3443 Domenico
3444 \end_layout
3445
3446 \end_inset
3447 </cell>
3448 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3449 \begin_inset Text
3450
3451 \begin_layout Plain Layout
3452 111
3453 \end_layout
3454
3455 \end_inset
3456 </cell>
3457 </row>
3458 <row>
3459 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3460 \begin_inset Text
3461
3462 \begin_layout Plain Layout
3463
3464 \series bold
3465 Focarelli
3466 \end_layout
3467
3468 \end_inset
3469 </cell>
3470 <cell alignment="center" valignment="top" usebox="none">
3471 \begin_inset Text
3472
3473 \begin_layout Plain Layout
3474 Paola
3475 \end_layout
3476
3477 \end_inset
3478 </cell>
3479 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3480 \begin_inset Text
3481
3482 \begin_layout Plain Layout
3483 111
3484 \end_layout
3485
3486 \end_inset
3487 </cell>
3488 </row>
3489 <row>
3490 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3491 \begin_inset Text
3492
3493 \begin_layout Plain Layout
3494
3495 \series bold
3496 Galletti
3497 \end_layout
3498
3499 \end_inset
3500 </cell>
3501 <cell alignment="center" valignment="top" usebox="none">
3502 \begin_inset Text
3503
3504 \begin_layout Plain Layout
3505 Oreste
3506 \end_layout
3507
3508 \end_inset
3509 </cell>
3510 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3511 \begin_inset Text
3512
3513 \begin_layout Plain Layout
3514 111
3515 \end_layout
3516
3517 \end_inset
3518 </cell>
3519 </row>
3520 <row>
3521 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3522 \begin_inset Text
3523
3524 \begin_layout Plain Layout
3525
3526 \series bold
3527 Gasparini
3528 \end_layout
3529
3530 \end_inset
3531 </cell>
3532 <cell alignment="center" valignment="top" usebox="none">
3533 \begin_inset Text
3534
3535 \begin_layout Plain Layout
3536 Franca
3537 \end_layout
3538
3539 \end_inset
3540 </cell>
3541 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3542 \begin_inset Text
3543
3544 \begin_layout Plain Layout
3545 111
3546 \end_layout
3547
3548 \end_inset
3549 </cell>
3550 </row>
3551 <row>
3552 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3553 \begin_inset Text
3554
3555 \begin_layout Plain Layout
3556
3557 \series bold
3558 Rizzardi
3559 \end_layout
3560
3561 \end_inset
3562 </cell>
3563 <cell alignment="center" valignment="top" usebox="none">
3564 \begin_inset Text
3565
3566 \begin_layout Plain Layout
3567 Paola
3568 \end_layout
3569
3570 \end_inset
3571 </cell>
3572 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3573 \begin_inset Text
3574
3575 \begin_layout Plain Layout
3576 111
3577 \end_layout
3578
3579 \end_inset
3580 </cell>
3581 </row>
3582 <row>
3583 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3584 \begin_inset Text
3585
3586 \begin_layout Plain Layout
3587
3588 \series bold
3589 Lassini
3590 \end_layout
3591
3592 \end_inset
3593 </cell>
3594 <cell alignment="center" valignment="top" usebox="none">
3595 \begin_inset Text
3596
3597 \begin_layout Plain Layout
3598 Giancarlo
3599 \end_layout
3600
3601 \end_inset
3602 </cell>
3603 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3604 \begin_inset Text
3605
3606 \begin_layout Plain Layout
3607 111
3608 \end_layout
3609
3610 \end_inset
3611 </cell>
3612 </row>
3613 <row>
3614 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3615 \begin_inset Text
3616
3617 \begin_layout Plain Layout
3618
3619 \series bold
3620 Malfatti
3621 \end_layout
3622
3623 \end_inset
3624 </cell>
3625 <cell alignment="center" valignment="top" usebox="none">
3626 \begin_inset Text
3627
3628 \begin_layout Plain Layout
3629 Luciano
3630 \end_layout
3631
3632 \end_inset
3633 </cell>
3634 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3635 \begin_inset Text
3636
3637 \begin_layout Plain Layout
3638 111
3639 \end_layout
3640
3641 \end_inset
3642 </cell>
3643 </row>
3644 <row>
3645 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3646 \begin_inset Text
3647
3648 \begin_layout Plain Layout
3649
3650 \series bold
3651 Malfatti
3652 \end_layout
3653
3654 \end_inset
3655 </cell>
3656 <cell alignment="center" valignment="top" usebox="none">
3657 \begin_inset Text
3658
3659 \begin_layout Plain Layout
3660 Valeriano
3661 \end_layout
3662
3663 \end_inset
3664 </cell>
3665 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3666 \begin_inset Text
3667
3668 \begin_layout Plain Layout
3669 111
3670 \end_layout
3671
3672 \end_inset
3673 </cell>
3674 </row>
3675 <row>
3676 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3677 \begin_inset Text
3678
3679 \begin_layout Plain Layout
3680
3681 \series bold
3682 Meneguzzo
3683 \end_layout
3684
3685 \end_inset
3686 </cell>
3687 <cell alignment="center" valignment="top" usebox="none">
3688 \begin_inset Text
3689
3690 \begin_layout Plain Layout
3691 Roberto
3692 \end_layout
3693
3694 \end_inset
3695 </cell>
3696 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3697 \begin_inset Text
3698
3699 \begin_layout Plain Layout
3700 111
3701 \end_layout
3702
3703 \end_inset
3704 </cell>
3705 </row>
3706 <row>
3707 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3708 \begin_inset Text
3709
3710 \begin_layout Plain Layout
3711
3712 \series bold
3713 Mezzadra
3714 \end_layout
3715
3716 \end_inset
3717 </cell>
3718 <cell alignment="center" valignment="top" usebox="none">
3719 \begin_inset Text
3720
3721 \begin_layout Plain Layout
3722 Roberto
3723 \end_layout
3724
3725 \end_inset
3726 </cell>
3727 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3728 \begin_inset Text
3729
3730 \begin_layout Plain Layout
3731 111
3732 \end_layout
3733
3734 \end_inset
3735 </cell>
3736 </row>
3737 <row>
3738 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3739 \begin_inset Text
3740
3741 \begin_layout Plain Layout
3742
3743 \series bold
3744 Pirpamer
3745 \end_layout
3746
3747 \end_inset
3748 </cell>
3749 <cell alignment="center" valignment="top" usebox="none">
3750 \begin_inset Text
3751
3752 \begin_layout Plain Layout
3753 Erich
3754 \end_layout
3755
3756 \end_inset
3757 </cell>
3758 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3759 \begin_inset Text
3760
3761 \begin_layout Plain Layout
3762 111
3763 \end_layout
3764
3765 \end_inset
3766 </cell>
3767 </row>
3768 <row>
3769 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3770 \begin_inset Text
3771
3772 \begin_layout Plain Layout
3773
3774 \series bold
3775 Pochiesa
3776 \end_layout
3777
3778 \end_inset
3779 </cell>
3780 <cell alignment="center" valignment="top" usebox="none">
3781 \begin_inset Text
3782
3783 \begin_layout Plain Layout
3784 Paolo
3785 \end_layout
3786
3787 \end_inset
3788 </cell>
3789 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3790 \begin_inset Text
3791
3792 \begin_layout Plain Layout
3793 111, 222
3794 \end_layout
3795
3796 \end_inset
3797 </cell>
3798 </row>
3799 <row>
3800 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3801 \begin_inset Text
3802
3803 \begin_layout Plain Layout
3804
3805 \series bold
3806 Radina
3807 \end_layout
3808
3809 \end_inset
3810 </cell>
3811 <cell alignment="center" valignment="top" usebox="none">
3812 \begin_inset Text
3813
3814 \begin_layout Plain Layout
3815 Claudio
3816 \end_layout
3817
3818 \end_inset
3819 </cell>
3820 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3821 \begin_inset Text
3822
3823 \begin_layout Plain Layout
3824 111
3825 \end_layout
3826
3827 \end_inset
3828 </cell>
3829 </row>
3830 <row>
3831 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3832 \begin_inset Text
3833
3834 \begin_layout Plain Layout
3835
3836 \series bold
3837 Stuffer
3838 \end_layout
3839
3840 \end_inset
3841 </cell>
3842 <cell alignment="center" valignment="top" usebox="none">
3843 \begin_inset Text
3844
3845 \begin_layout Plain Layout
3846 Oskar
3847 \end_layout
3848
3849 \end_inset
3850 </cell>
3851 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3852 \begin_inset Text
3853
3854 \begin_layout Plain Layout
3855 111
3856 \end_layout
3857
3858 \end_inset
3859 </cell>
3860 </row>
3861 <row>
3862 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3863 \begin_inset Text
3864
3865 \begin_layout Plain Layout
3866
3867 \series bold
3868 Tacchelli
3869 \end_layout
3870
3871 \end_inset
3872 </cell>
3873 <cell alignment="center" valignment="top" usebox="none">
3874 \begin_inset Text
3875
3876 \begin_layout Plain Layout
3877 Ugo
3878 \end_layout
3879
3880 \end_inset
3881 </cell>
3882 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3883 \begin_inset Text
3884
3885 \begin_layout Plain Layout
3886 111
3887 \end_layout
3888
3889 \end_inset
3890 </cell>
3891 </row>
3892 <row>
3893 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3894 \begin_inset Text
3895
3896 \begin_layout Plain Layout
3897
3898 \series bold
3899 Tezzele
3900 \end_layout
3901
3902 \end_inset
3903 </cell>
3904 <cell alignment="center" valignment="top" usebox="none">
3905 \begin_inset Text
3906
3907 \begin_layout Plain Layout
3908 Margit
3909 \end_layout
3910
3911 \end_inset
3912 </cell>
3913 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3914 \begin_inset Text
3915
3916 \begin_layout Plain Layout
3917 111
3918 \end_layout
3919
3920 \end_inset
3921 </cell>
3922 </row>
3923 <row>
3924 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3925 \begin_inset Text
3926
3927 \begin_layout Plain Layout
3928
3929 \series bold
3930 Unterkalmsteiner
3931 \end_layout
3932
3933 \end_inset
3934 </cell>
3935 <cell alignment="center" valignment="top" usebox="none">
3936 \begin_inset Text
3937
3938 \begin_layout Plain Layout
3939 Frieda
3940 \end_layout
3941
3942 \end_inset
3943 </cell>
3944 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3945 \begin_inset Text
3946
3947 \begin_layout Plain Layout
3948 111
3949 \end_layout
3950
3951 \end_inset
3952 </cell>
3953 </row>
3954 <row>
3955 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3956 \begin_inset Text
3957
3958 \begin_layout Plain Layout
3959
3960 \series bold
3961 Vieider
3962 \end_layout
3963
3964 \end_inset
3965 </cell>
3966 <cell alignment="center" valignment="top" usebox="none">
3967 \begin_inset Text
3968
3969 \begin_layout Plain Layout
3970 Hilde
3971 \end_layout
3972
3973 \end_inset
3974 </cell>
3975 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3976 \begin_inset Text
3977
3978 \begin_layout Plain Layout
3979 111
3980 \end_layout
3981
3982 \end_inset
3983 </cell>
3984 </row>
3985 <row>
3986 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3987 \begin_inset Text
3988
3989 \begin_layout Plain Layout
3990
3991 \series bold
3992 Vigna
3993 \end_layout
3994
3995 \end_inset
3996 </cell>
3997 <cell alignment="center" valignment="top" usebox="none">
3998 \begin_inset Text
3999
4000 \begin_layout Plain Layout
4001 Jürgen
4002 \end_layout
4003
4004 \end_inset
4005 </cell>
4006 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4007 \begin_inset Text
4008
4009 \begin_layout Plain Layout
4010 111
4011 \end_layout
4012
4013 \end_inset
4014 </cell>
4015 </row>
4016 <row>
4017 <cell alignment="center" valignment="top" leftline="true" usebox="none">
4018 \begin_inset Text
4019
4020 \begin_layout Plain Layout
4021
4022 \series bold
4023 Weber
4024 \end_layout
4025
4026 \end_inset
4027 </cell>
4028 <cell alignment="center" valignment="top" usebox="none">
4029 \begin_inset Text
4030
4031 \begin_layout Plain Layout
4032 Maurizio
4033 \end_layout
4034
4035 \end_inset
4036 </cell>
4037 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4038 \begin_inset Text
4039
4040 \begin_layout Plain Layout
4041 111
4042 \end_layout
4043
4044 \end_inset
4045 </cell>
4046 </row>
4047 <row>
4048 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
4049 \begin_inset Text
4050
4051 \begin_layout Plain Layout
4052
4053 \series bold
4054 Winkler
4055 \end_layout
4056
4057 \end_inset
4058 </cell>
4059 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
4060 \begin_inset Text
4061
4062 \begin_layout Plain Layout
4063 Franz
4064 \end_layout
4065
4066 \end_inset
4067 </cell>
4068 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
4069 \begin_inset Text
4070
4071 \begin_layout Plain Layout
4072 111
4073 \end_layout
4074
4075 \end_inset
4076 </cell>
4077 </row>
4078 <row>
4079 <cell multicolumn="1" alignment="left" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
4080 \begin_inset Text
4081
4082 \begin_layout Plain Layout
4083  
4084 \end_layout
4085
4086 \end_inset
4087 </cell>
4088 <cell multicolumn="2" alignment="center" valignment="top" topline="true" usebox="none">
4089 \begin_inset Text
4090
4091 \begin_layout Plain Layout
4092
4093 \end_layout
4094
4095 \end_inset
4096 </cell>
4097 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
4098 \begin_inset Text
4099
4100 \begin_layout Plain Layout
4101
4102 \end_layout
4103
4104 \end_inset
4105 </cell>
4106 </row>
4107 <row>
4108 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4109 \begin_inset Text
4110
4111 \begin_layout Plain Layout
4112
4113 \series bold
4114 Annovi
4115 \end_layout
4116
4117 \end_inset
4118 </cell>
4119 <cell alignment="center" valignment="top" usebox="none">
4120 \begin_inset Text
4121
4122 \begin_layout Plain Layout
4123 Silvia
4124 \end_layout
4125
4126 \end_inset
4127 </cell>
4128 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4129 \begin_inset Text
4130
4131 \begin_layout Plain Layout
4132 555
4133 \end_layout
4134
4135 \end_inset
4136 </cell>
4137 </row>
4138 <row>
4139 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4140 \begin_inset Text
4141
4142 \begin_layout Plain Layout
4143
4144 \series bold
4145 Bertoli
4146 \end_layout
4147
4148 \end_inset
4149 </cell>
4150 <cell alignment="center" valignment="top" usebox="none">
4151 \begin_inset Text
4152
4153 \begin_layout Plain Layout
4154 Stefano
4155 \end_layout
4156
4157 \end_inset
4158 </cell>
4159 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4160 \begin_inset Text
4161
4162 \begin_layout Plain Layout
4163 555
4164 \end_layout
4165
4166 \end_inset
4167 </cell>
4168 </row>
4169 <row>
4170 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4171 \begin_inset Text
4172
4173 \begin_layout Plain Layout
4174
4175 \series bold
4176 Bozzi
4177 \end_layout
4178
4179 \end_inset
4180 </cell>
4181 <cell alignment="center" valignment="top" usebox="none">
4182 \begin_inset Text
4183
4184 \begin_layout Plain Layout
4185 Walter
4186 \end_layout
4187
4188 \end_inset
4189 </cell>
4190 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4191 \begin_inset Text
4192
4193 \begin_layout Plain Layout
4194 555
4195 \end_layout
4196
4197 \end_inset
4198 </cell>
4199 </row>
4200 <row>
4201 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4202 \begin_inset Text
4203
4204 \begin_layout Plain Layout
4205
4206 \series bold
4207 Cachia
4208 \end_layout
4209
4210 \end_inset
4211 </cell>
4212 <cell alignment="center" valignment="top" usebox="none">
4213 \begin_inset Text
4214
4215 \begin_layout Plain Layout
4216 Maria
4217 \end_layout
4218
4219 \end_inset
4220 </cell>
4221 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4222 \begin_inset Text
4223
4224 \begin_layout Plain Layout
4225 555
4226 \end_layout
4227
4228 \end_inset
4229 </cell>
4230 </row>
4231 <row>
4232 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4233 \begin_inset Text
4234
4235 \begin_layout Plain Layout
4236
4237 \series bold
4238 Cachia
4239 \end_layout
4240
4241 \end_inset
4242 </cell>
4243 <cell alignment="center" valignment="top" usebox="none">
4244 \begin_inset Text
4245
4246 \begin_layout Plain Layout
4247 Maurizio
4248 \end_layout
4249
4250 \end_inset
4251 </cell>
4252 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4253 \begin_inset Text
4254
4255 \begin_layout Plain Layout
4256 555
4257 \end_layout
4258
4259 \end_inset
4260 </cell>
4261 </row>
4262 <row>
4263 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4264 \begin_inset Text
4265
4266 \begin_layout Plain Layout
4267
4268 \series bold
4269 Cinquemani
4270 \end_layout
4271
4272 \end_inset
4273 </cell>
4274 <cell alignment="center" valignment="top" usebox="none">
4275 \begin_inset Text
4276
4277 \begin_layout Plain Layout
4278 Giusi
4279 \end_layout
4280
4281 \end_inset
4282 </cell>
4283 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4284 \begin_inset Text
4285
4286 \begin_layout Plain Layout
4287 555
4288 \end_layout
4289
4290 \end_inset
4291 </cell>
4292 </row>
4293 <row>
4294 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4295 \begin_inset Text
4296
4297 \begin_layout Plain Layout
4298
4299 \series bold
4300 Colin
4301 \end_layout
4302
4303 \end_inset
4304 </cell>
4305 <cell alignment="center" valignment="top" usebox="none">
4306 \begin_inset Text
4307
4308 \begin_layout Plain Layout
4309 Bernard
4310 \end_layout
4311
4312 \end_inset
4313 </cell>
4314 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4315 \begin_inset Text
4316
4317 \begin_layout Plain Layout
4318 555
4319 \end_layout
4320
4321 \end_inset
4322 </cell>
4323 </row>
4324 <row>
4325 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4326 \begin_inset Text
4327
4328 \begin_layout Plain Layout
4329
4330 \series bold
4331 Concli
4332 \end_layout
4333
4334 \end_inset
4335 </cell>
4336 <cell alignment="center" valignment="top" usebox="none">
4337 \begin_inset Text
4338
4339 \begin_layout Plain Layout
4340 Gianfranco
4341 \end_layout
4342
4343 \end_inset
4344 </cell>
4345 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4346 \begin_inset Text
4347
4348 \begin_layout Plain Layout
4349 555
4350 \end_layout
4351
4352 \end_inset
4353 </cell>
4354 </row>
4355 <row>
4356 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4357 \begin_inset Text
4358
4359 \begin_layout Plain Layout
4360
4361 \series bold
4362 Dal Bosco
4363 \end_layout
4364
4365 \end_inset
4366 </cell>
4367 <cell alignment="center" valignment="top" usebox="none">
4368 \begin_inset Text
4369
4370 \begin_layout Plain Layout
4371 Carolina
4372 \end_layout
4373
4374 \end_inset
4375 </cell>
4376 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4377 \begin_inset Text
4378
4379 \begin_layout Plain Layout
4380 555
4381 \end_layout
4382
4383 \end_inset
4384 </cell>
4385 </row>
4386 <row>
4387 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4388 \begin_inset Text
4389
4390 \begin_layout Plain Layout
4391
4392 \series bold
4393 Dalpiaz
4394 \end_layout
4395
4396 \end_inset
4397 </cell>
4398 <cell alignment="center" valignment="top" usebox="none">
4399 \begin_inset Text
4400
4401 \begin_layout Plain Layout
4402 Annamaria
4403 \end_layout
4404
4405 \end_inset
4406 </cell>
4407 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4408 \begin_inset Text
4409
4410 \begin_layout Plain Layout
4411 555
4412 \end_layout
4413
4414 \end_inset
4415 </cell>
4416 </row>
4417 <row>
4418 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4419 \begin_inset Text
4420
4421 \begin_layout Plain Layout
4422
4423 \series bold
4424 Feliciello
4425 \end_layout
4426
4427 \end_inset
4428 </cell>
4429 <cell alignment="center" valignment="top" usebox="none">
4430 \begin_inset Text
4431
4432 \begin_layout Plain Layout
4433 Domenico
4434 \end_layout
4435
4436 \end_inset
4437 </cell>
4438 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4439 \begin_inset Text
4440
4441 \begin_layout Plain Layout
4442 555
4443 \end_layout
4444
4445 \end_inset
4446 </cell>
4447 </row>
4448 <row>
4449 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4450 \begin_inset Text
4451
4452 \begin_layout Plain Layout
4453
4454 \series bold
4455 Focarelli
4456 \end_layout
4457
4458 \end_inset
4459 </cell>
4460 <cell alignment="center" valignment="top" usebox="none">
4461 \begin_inset Text
4462
4463 \begin_layout Plain Layout
4464 Paola
4465 \end_layout
4466
4467 \end_inset
4468 </cell>
4469 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4470 \begin_inset Text
4471
4472 \begin_layout Plain Layout
4473 555
4474 \end_layout
4475
4476 \end_inset
4477 </cell>
4478 </row>
4479 <row>
4480 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4481 \begin_inset Text
4482
4483 \begin_layout Plain Layout
4484
4485 \series bold
4486 Galletti
4487 \end_layout
4488
4489 \end_inset
4490 </cell>
4491 <cell alignment="center" valignment="top" usebox="none">
4492 \begin_inset Text
4493
4494 \begin_layout Plain Layout
4495 Oreste
4496 \end_layout
4497
4498 \end_inset
4499 </cell>
4500 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4501 \begin_inset Text
4502
4503 \begin_layout Plain Layout
4504 555
4505 \end_layout
4506
4507 \end_inset
4508 </cell>
4509 </row>
4510 <row>
4511 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4512 \begin_inset Text
4513
4514 \begin_layout Plain Layout
4515
4516 \series bold
4517 Gasparini
4518 \end_layout
4519
4520 \end_inset
4521 </cell>
4522 <cell alignment="center" valignment="top" usebox="none">
4523 \begin_inset Text
4524
4525 \begin_layout Plain Layout
4526 Franca
4527 \end_layout
4528
4529 \end_inset
4530 </cell>
4531 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4532 \begin_inset Text
4533
4534 \begin_layout Plain Layout
4535 555
4536 \end_layout
4537
4538 \end_inset
4539 </cell>
4540 </row>
4541 <row>
4542 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4543 \begin_inset Text
4544
4545 \begin_layout Plain Layout
4546
4547 \series bold
4548 Rizzardi
4549 \end_layout
4550
4551 \end_inset
4552 </cell>
4553 <cell alignment="center" valignment="top" usebox="none">
4554 \begin_inset Text
4555
4556 \begin_layout Plain Layout
4557 Paola
4558 \end_layout
4559
4560 \end_inset
4561 </cell>
4562 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4563 \begin_inset Text
4564
4565 \begin_layout Plain Layout
4566 555
4567 \end_layout
4568
4569 \end_inset
4570 </cell>
4571 </row>
4572 <row>
4573 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4574 \begin_inset Text
4575
4576 \begin_layout Plain Layout
4577
4578 \series bold
4579 Lassini
4580 \end_layout
4581
4582 \end_inset
4583 </cell>
4584 <cell alignment="center" valignment="top" usebox="none">
4585 \begin_inset Text
4586
4587 \begin_layout Plain Layout
4588 Giancarlo
4589 \end_layout
4590
4591 \end_inset
4592 </cell>
4593 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4594 \begin_inset Text
4595
4596 \begin_layout Plain Layout
4597 555
4598 \end_layout
4599
4600 \end_inset
4601 </cell>
4602 </row>
4603 <row>
4604 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4605 \begin_inset Text
4606
4607 \begin_layout Plain Layout
4608
4609 \series bold
4610 Malfatti
4611 \end_layout
4612
4613 \end_inset
4614 </cell>
4615 <cell alignment="center" valignment="top" usebox="none">
4616 \begin_inset Text
4617
4618 \begin_layout Plain Layout
4619 Luciano
4620 \end_layout
4621
4622 \end_inset
4623 </cell>
4624 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4625 \begin_inset Text
4626
4627 \begin_layout Plain Layout
4628 555
4629 \end_layout
4630
4631 \end_inset
4632 </cell>
4633 </row>
4634 <row>
4635 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4636 \begin_inset Text
4637
4638 \begin_layout Plain Layout
4639
4640 \series bold
4641 Malfatti
4642 \end_layout
4643
4644 \end_inset
4645 </cell>
4646 <cell alignment="center" valignment="top" usebox="none">
4647 \begin_inset Text
4648
4649 \begin_layout Plain Layout
4650 Valeriano
4651 \end_layout
4652
4653 \end_inset
4654 </cell>
4655 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4656 \begin_inset Text
4657
4658 \begin_layout Plain Layout
4659 555
4660 \end_layout
4661
4662 \end_inset
4663 </cell>
4664 </row>
4665 <row>
4666 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4667 \begin_inset Text
4668
4669 \begin_layout Plain Layout
4670
4671 \series bold
4672 Meneguzzo
4673 \end_layout
4674
4675 \end_inset
4676 </cell>
4677 <cell alignment="center" valignment="top" usebox="none">
4678 \begin_inset Text
4679
4680 \begin_layout Plain Layout
4681 Roberto
4682 \end_layout
4683
4684 \end_inset
4685 </cell>
4686 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4687 \begin_inset Text
4688
4689 \begin_layout Plain Layout
4690 555
4691 \end_layout
4692
4693 \end_inset
4694 </cell>
4695 </row>
4696 <row>
4697 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4698 \begin_inset Text
4699
4700 \begin_layout Plain Layout
4701
4702 \series bold
4703 Mezzadra
4704 \end_layout
4705
4706 \end_inset
4707 </cell>
4708 <cell alignment="center" valignment="top" usebox="none">
4709 \begin_inset Text
4710
4711 \begin_layout Plain Layout
4712 Roberto
4713 \end_layout
4714
4715 \end_inset
4716 </cell>
4717 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4718 \begin_inset Text
4719
4720 \begin_layout Plain Layout
4721 555
4722 \end_layout
4723
4724 \end_inset
4725 </cell>
4726 </row>
4727 <row>
4728 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4729 \begin_inset Text
4730
4731 \begin_layout Plain Layout
4732
4733 \series bold
4734 Pirpamer
4735 \end_layout
4736
4737 \end_inset
4738 </cell>
4739 <cell alignment="center" valignment="top" usebox="none">
4740 \begin_inset Text
4741
4742 \begin_layout Plain Layout
4743 Erich
4744 \end_layout
4745
4746 \end_inset
4747 </cell>
4748 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4749 \begin_inset Text
4750
4751 \begin_layout Plain Layout
4752 555
4753 \end_layout
4754
4755 \end_inset
4756 </cell>
4757 </row>
4758 <row>
4759 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4760 \begin_inset Text
4761
4762 \begin_layout Plain Layout
4763
4764 \series bold
4765 Pochiesa
4766 \end_layout
4767
4768 \end_inset
4769 </cell>
4770 <cell alignment="center" valignment="top" usebox="none">
4771 \begin_inset Text
4772
4773 \begin_layout Plain Layout
4774 Paolo
4775 \end_layout
4776
4777 \end_inset
4778 </cell>
4779 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4780 \begin_inset Text
4781
4782 \begin_layout Plain Layout
4783 555, 222
4784 \end_layout
4785
4786 \end_inset
4787 </cell>
4788 </row>
4789 <row>
4790 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4791 \begin_inset Text
4792
4793 \begin_layout Plain Layout
4794
4795 \series bold
4796 Radina
4797 \end_layout
4798
4799 \end_inset
4800 </cell>
4801 <cell alignment="center" valignment="top" usebox="none">
4802 \begin_inset Text
4803
4804 \begin_layout Plain Layout
4805 Claudio
4806 \end_layout
4807
4808 \end_inset
4809 </cell>
4810 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4811 \begin_inset Text
4812
4813 \begin_layout Plain Layout
4814 555
4815 \end_layout
4816
4817 \end_inset
4818 </cell>
4819 </row>
4820 <row>
4821 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4822 \begin_inset Text
4823
4824 \begin_layout Plain Layout
4825
4826 \series bold
4827 Stuffer
4828 \end_layout
4829
4830 \end_inset
4831 </cell>
4832 <cell alignment="center" valignment="top" usebox="none">
4833 \begin_inset Text
4834
4835 \begin_layout Plain Layout
4836 Oskar
4837 \end_layout
4838
4839 \end_inset
4840 </cell>
4841 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4842 \begin_inset Text
4843
4844 \begin_layout Plain Layout
4845 555
4846 \end_layout
4847
4848 \end_inset
4849 </cell>
4850 </row>
4851 <row>
4852 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4853 \begin_inset Text
4854
4855 \begin_layout Plain Layout
4856
4857 \series bold
4858 Tacchelli
4859 \end_layout
4860
4861 \end_inset
4862 </cell>
4863 <cell alignment="center" valignment="top" usebox="none">
4864 \begin_inset Text
4865
4866 \begin_layout Plain Layout
4867 Ugo
4868 \end_layout
4869
4870 \end_inset
4871 </cell>
4872 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4873 \begin_inset Text
4874
4875 \begin_layout Plain Layout
4876 555
4877 \end_layout
4878
4879 \end_inset
4880 </cell>
4881 </row>
4882 <row>
4883 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4884 \begin_inset Text
4885
4886 \begin_layout Plain Layout
4887
4888 \series bold
4889 Tezzele
4890 \end_layout
4891
4892 \end_inset
4893 </cell>
4894 <cell alignment="center" valignment="top" usebox="none">
4895 \begin_inset Text
4896
4897 \begin_layout Plain Layout
4898 Margit
4899 \end_layout
4900
4901 \end_inset
4902 </cell>
4903 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4904 \begin_inset Text
4905
4906 \begin_layout Plain Layout
4907 555
4908 \end_layout
4909
4910 \end_inset
4911 </cell>
4912 </row>
4913 <row>
4914 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4915 \begin_inset Text
4916
4917 \begin_layout Plain Layout
4918
4919 \series bold
4920 Unterkalmsteiner
4921 \end_layout
4922
4923 \end_inset
4924 </cell>
4925 <cell alignment="center" valignment="top" usebox="none">
4926 \begin_inset Text
4927
4928 \begin_layout Plain Layout
4929 Frieda
4930 \end_layout
4931
4932 \end_inset
4933 </cell>
4934 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4935 \begin_inset Text
4936
4937 \begin_layout Plain Layout
4938 555
4939 \end_layout
4940
4941 \end_inset
4942 </cell>
4943 </row>
4944 <row>
4945 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4946 \begin_inset Text
4947
4948 \begin_layout Plain Layout
4949
4950 \series bold
4951 Vieider
4952 \end_layout
4953
4954 \end_inset
4955 </cell>
4956 <cell alignment="center" valignment="top" usebox="none">
4957 \begin_inset Text
4958
4959 \begin_layout Plain Layout
4960 Hilde
4961 \end_layout
4962
4963 \end_inset
4964 </cell>
4965 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4966 \begin_inset Text
4967
4968 \begin_layout Plain Layout
4969 555
4970 \end_layout
4971
4972 \end_inset
4973 </cell>
4974 </row>
4975 <row>
4976 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4977 \begin_inset Text
4978
4979 \begin_layout Plain Layout
4980
4981 \series bold
4982 Vigna
4983 \end_layout
4984
4985 \end_inset
4986 </cell>
4987 <cell alignment="center" valignment="top" usebox="none">
4988 \begin_inset Text
4989
4990 \begin_layout Plain Layout
4991 Jürgen
4992 \end_layout
4993
4994 \end_inset
4995 </cell>
4996 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4997 \begin_inset Text
4998
4999 \begin_layout Plain Layout
5000 999
5001 \end_layout
5002
5003 \end_inset
5004 </cell>
5005 </row>
5006 <row>
5007 <cell alignment="left" valignment="top" leftline="true" usebox="none">
5008 \begin_inset Text
5009
5010 \begin_layout Plain Layout
5011
5012 \series bold
5013 Weber
5014 \end_layout
5015
5016 \end_inset
5017 </cell>
5018 <cell alignment="center" valignment="top" usebox="none">
5019 \begin_inset Text
5020
5021 \begin_layout Plain Layout
5022 Maurizio
5023 \end_layout
5024
5025 \end_inset
5026 </cell>
5027 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
5028 \begin_inset Text
5029
5030 \begin_layout Plain Layout
5031 555
5032 \end_layout
5033
5034 \end_inset
5035 </cell>
5036 </row>
5037 <row>
5038 <cell alignment="left" valignment="top" bottomline="true" leftline="true" usebox="none">
5039 \begin_inset Text
5040
5041 \begin_layout Plain Layout
5042
5043 \series bold
5044 Winkler
5045 \end_layout
5046
5047 \end_inset
5048 </cell>
5049 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
5050 \begin_inset Text
5051
5052 \begin_layout Plain Layout
5053 Franz
5054 \end_layout
5055
5056 \end_inset
5057 </cell>
5058 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
5059 \begin_inset Text
5060
5061 \begin_layout Plain Layout
5062 555
5063 \end_layout
5064
5065 \end_inset
5066 </cell>
5067 </row>
5068 <row endlastfoot="true">
5069 <cell multicolumn="1" alignment="right" valignment="top" usebox="none">
5070 \begin_inset Text
5071
5072 \begin_layout Plain Layout
5073 fin
5074 \end_layout
5075
5076 \end_inset
5077 </cell>
5078 <cell multicolumn="2" alignment="center" valignment="top" topline="true" usebox="none">
5079 \begin_inset Text
5080
5081 \begin_layout Plain Layout
5082
5083 \end_layout
5084
5085 \end_inset
5086 </cell>
5087 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5088 \begin_inset Text
5089
5090 \begin_layout Plain Layout
5091
5092 \end_layout
5093
5094 \end_inset
5095 </cell>
5096 </row>
5097 </lyxtabular>
5098
5099 \end_inset
5100
5101
5102 \begin_inset ERT
5103 status collapsed
5104
5105 \begin_layout Plain Layout
5106
5107
5108 \backslash
5109 addtocounter{table}{-1}
5110 \end_layout
5111
5112 \end_inset
5113
5114
5115 \begin_inset Note Note
5116 status collapsed
5117
5118 \begin_layout Plain Layout
5119 Para comprender el uso de este comando, lee al final de la sección
5120 \begin_inset space ~
5121 \end_inset
5122
5123
5124 \begin_inset CommandInset ref
5125 LatexCommand ref
5126 reference "sub:Leyendas-en-Tablas"
5127
5128 \end_inset
5129
5130  la primera nota resaltada en gris.
5131  
5132 \end_layout
5133
5134 \end_inset
5135
5136
5137 \end_layout
5138
5139 \begin_layout Subsection
5140 Notas al pie en tablas largas
5141 \begin_inset CommandInset label
5142 LatexCommand label
5143 name "sub:Notas-al-pie-en-Tablas-Largas"
5144
5145 \end_inset
5146
5147
5148 \begin_inset Index idx
5149 status collapsed
5150
5151 \begin_layout Plain Layout
5152 Tablas largas ! Notas al pie
5153 \end_layout
5154
5155 \end_inset
5156
5157
5158 \end_layout
5159
5160 \begin_layout Standard
5161 Se pueden insertar notas al pie en cada celda de una tabla larga.
5162  Las notas se muestran en la parte inferior de la página en la que esté
5163  la celda con la nota.
5164  La tabla
5165 \begin_inset space ~
5166 \end_inset
5167
5168
5169 \begin_inset CommandInset ref
5170 LatexCommand ref
5171 reference "tab:DifLeyendas"
5172
5173 \end_inset
5174
5175  tiene un ejemplo de nota al pie.
5176 \end_layout
5177
5178 \begin_layout Subsection
5179 Alineación de tablas largas
5180 \begin_inset Index idx
5181 status collapsed
5182
5183 \begin_layout Plain Layout
5184 Tablas largas ! Alineación
5185 \end_layout
5186
5187 \end_inset
5188
5189
5190 \end_layout
5191
5192 \begin_layout Standard
5193 Las tablas largas se centran por omisión.
5194  Al contrario de la alineación de filas y columnas, la alineación de una
5195  tabla no se puede cambiar por ahora en el diálogo de tablas.
5196  Para cambiar la alineación de tablas largas debes cambiar el valor de las
5197  longitudes 
5198 \series bold
5199
5200 \backslash
5201 LTleft
5202 \series default
5203  y 
5204 \series bold
5205
5206 \backslash
5207 LTright 
5208 \series default
5209 insertando la línea siguiente en código TeX antes de la correspondiente
5210  tabla larga:
5211 \end_layout
5212
5213 \begin_layout Standard
5214
5215 \series bold
5216
5217 \backslash
5218 setlength{
5219 \backslash
5220 LTleft}{valor}
5221 \end_layout
5222
5223 \begin_layout Standard
5224 donde el valor puede tener cualquiera de las unidades listadas en el cuadro
5225 \begin_inset space ~
5226 \end_inset
5227
5228
5229 \begin_inset CommandInset ref
5230 LatexCommand ref
5231 reference "tab:Unidades"
5232
5233 \end_inset
5234
5235 .
5236  
5237 \series bold
5238
5239 \backslash
5240 LTlent 
5241 \series default
5242 controla la distancia entre el borde izquierdo de la página y la tabla.
5243  
5244 \series bold
5245
5246 \backslash
5247 LTright 
5248 \series default
5249 la distancia desde el lado derecho.
5250  El valor predeterminado para ambas longitudes es 
5251 \series bold
5252
5253 \backslash
5254 fill
5255 \series default
5256 , que en este caso es lo mismo que un relleno horizontal en LyX.
5257 \end_layout
5258
5259 \begin_layout Standard
5260 La siguiente tabla larga se ha alineado a la izquierda poniendo 
5261 \series bold
5262
5263 \backslash
5264 LTleft
5265 \series default
5266  0 pt.
5267 \begin_inset ERT
5268 status collapsed
5269
5270 \begin_layout Plain Layout
5271
5272
5273 \backslash
5274 setlength{
5275 \backslash
5276 LTleft}{0pt}
5277 \end_layout
5278
5279 \end_inset
5280
5281
5282 \end_layout
5283
5284 \begin_layout Standard
5285 \begin_inset Tabular
5286 <lyxtabular version="3" rows="5" columns="5">
5287 <features islongtable="true" longtabularalignment="center">
5288 <column alignment="center" valignment="top" width="0">
5289 <column alignment="center" valignment="top" width="0">
5290 <column alignment="center" valignment="top" width="0">
5291 <column alignment="center" valignment="top" width="0">
5292 <column alignment="center" valignment="top" width="0">
5293 <row>
5294 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5295 \begin_inset Text
5296
5297 \begin_layout Plain Layout
5298 1
5299 \end_layout
5300
5301 \end_inset
5302 </cell>
5303 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5304 \begin_inset Text
5305
5306 \begin_layout Plain Layout
5307 2
5308 \end_layout
5309
5310 \end_inset
5311 </cell>
5312 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5313 \begin_inset Text
5314
5315 \begin_layout Plain Layout
5316 3
5317 \end_layout
5318
5319 \end_inset
5320 </cell>
5321 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5322 \begin_inset Text
5323
5324 \begin_layout Plain Layout
5325 4
5326 \end_layout
5327
5328 \end_inset
5329 </cell>
5330 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5331 \begin_inset Text
5332
5333 \begin_layout Plain Layout
5334 5
5335 \end_layout
5336
5337 \end_inset
5338 </cell>
5339 </row>
5340 <row>
5341 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5342 \begin_inset Text
5343
5344 \begin_layout Plain Layout
5345 asd
5346 \end_layout
5347
5348 \end_inset
5349 </cell>
5350 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5351 \begin_inset Text
5352
5353 \begin_layout Plain Layout
5354 s
5355 \end_layout
5356
5357 \end_inset
5358 </cell>
5359 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5360 \begin_inset Text
5361
5362 \begin_layout Plain Layout
5363 s
5364 \end_layout
5365
5366 \end_inset
5367 </cell>
5368 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5369 \begin_inset Text
5370
5371 \begin_layout Plain Layout
5372 s
5373 \end_layout
5374
5375 \end_inset
5376 </cell>
5377 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5378 \begin_inset Text
5379
5380 \begin_layout Plain Layout
5381 asd
5382 \end_layout
5383
5384 \end_inset
5385 </cell>
5386 </row>
5387 <row>
5388 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5389 \begin_inset Text
5390
5391 \begin_layout Plain Layout
5392 asd
5393 \end_layout
5394
5395 \end_inset
5396 </cell>
5397 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5398 \begin_inset Text
5399
5400 \begin_layout Plain Layout
5401 s
5402 \end_layout
5403
5404 \end_inset
5405 </cell>
5406 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5407 \begin_inset Text
5408
5409 \begin_layout Plain Layout
5410 s
5411 \end_layout
5412
5413 \end_inset
5414 </cell>
5415 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5416 \begin_inset Text
5417
5418 \begin_layout Plain Layout
5419 s
5420 \end_layout
5421
5422 \end_inset
5423 </cell>
5424 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5425 \begin_inset Text
5426
5427 \begin_layout Plain Layout
5428 asd
5429 \end_layout
5430
5431 \end_inset
5432 </cell>
5433 </row>
5434 <row>
5435 <cell alignment="center" valignment="top" topline="true" leftline="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 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5445 \begin_inset Text
5446
5447 \begin_layout Plain Layout
5448 s
5449 \end_layout
5450
5451 \end_inset
5452 </cell>
5453 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5454 \begin_inset Text
5455
5456 \begin_layout Plain Layout
5457 s
5458 \end_layout
5459
5460 \end_inset
5461 </cell>
5462 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5463 \begin_inset Text
5464
5465 \begin_layout Plain Layout
5466 s
5467 \end_layout
5468
5469 \end_inset
5470 </cell>
5471 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5472 \begin_inset Text
5473
5474 \begin_layout Plain Layout
5475 asd
5476 \end_layout
5477
5478 \end_inset
5479 </cell>
5480 </row>
5481 <row>
5482 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="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 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
5492 \begin_inset Text
5493
5494 \begin_layout Plain Layout
5495 asd
5496 \end_layout
5497
5498 \end_inset
5499 </cell>
5500 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
5501 \begin_inset Text
5502
5503 \begin_layout Plain Layout
5504 asd
5505 \end_layout
5506
5507 \end_inset
5508 </cell>
5509 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
5510 \begin_inset Text
5511
5512 \begin_layout Plain Layout
5513 asd
5514 \end_layout
5515
5516 \end_inset
5517 </cell>
5518 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
5519 \begin_inset Text
5520
5521 \begin_layout Plain Layout
5522 asd
5523 \end_layout
5524
5525 \end_inset
5526 </cell>
5527 </row>
5528 </lyxtabular>
5529
5530 \end_inset
5531
5532
5533 \begin_inset ERT
5534 status collapsed
5535
5536 \begin_layout Plain Layout
5537
5538
5539 \backslash
5540 setlength{
5541 \backslash
5542 LTleft}{
5543 \backslash
5544 fill}
5545 \end_layout
5546
5547 \end_inset
5548
5549
5550 \begin_inset ERT
5551 status collapsed
5552
5553 \begin_layout Plain Layout
5554
5555
5556 \backslash
5557 addtocounter{table}{-1}
5558 \end_layout
5559
5560 \end_inset
5561
5562
5563 \begin_inset Note Note
5564 status collapsed
5565
5566 \begin_layout Plain Layout
5567 Para comprender el uso de este comando, lee al final de la sección
5568 \begin_inset space ~
5569 \end_inset
5570
5571
5572 \begin_inset CommandInset ref
5573 LatexCommand ref
5574 reference "sub:Leyendas-en-Tablas"
5575
5576 \end_inset
5577
5578  la primera nota resaltada en gris.
5579  
5580 \end_layout
5581
5582 \end_inset
5583
5584
5585 \end_layout
5586
5587 \begin_layout Subsection
5588 Leyendas en tablas largas
5589 \begin_inset Index idx
5590 status collapsed
5591
5592 \begin_layout Plain Layout
5593 Tablas largas ! Leyendas
5594 \end_layout
5595
5596 \end_inset
5597
5598
5599 \begin_inset CommandInset label
5600 LatexCommand label
5601 name "sub:Leyendas-en-Tablas"
5602
5603 \end_inset
5604
5605
5606 \end_layout
5607
5608 \begin_layout Standard
5609 Una tabla larga no se puede poner flotante porque los flotantes sólo pueden
5610  estar en una página.
5611  Pero el entorno leyenda de flotantes sí puede usarse para tablas largas
5612  utilizando para una fila de una tabla larga la opción 
5613 \family sans
5614 Leyenda
5615 \family default
5616 , como se explica en la sec.
5617 \begin_inset space \thinspace{}
5618 \end_inset
5619
5620
5621 \begin_inset CommandInset ref
5622 LatexCommand ref
5623 reference "sec:Tablas-Largas"
5624
5625 \end_inset
5626
5627 .
5628  Sólo una fila puede contener la leyenda.
5629 \end_layout
5630
5631 \begin_layout Standard
5632 He aquí una pequeña tabla larga para mostrar cómo funciona:
5633 \end_layout
5634
5635 \begin_layout Standard
5636 \begin_inset Tabular
5637 <lyxtabular version="3" rows="6" columns="5">
5638 <features islongtable="true" longtabularalignment="center">
5639 <column alignment="center" valignment="top" width="0">
5640 <column alignment="center" valignment="top" width="0">
5641 <column alignment="center" valignment="top" width="0">
5642 <column alignment="center" valignment="top" width="0">
5643 <column alignment="center" valignment="top" width="0">
5644 <row caption="true">
5645 <cell multicolumn="1" alignment="center" valignment="top" usebox="none">
5646 \begin_inset Text
5647
5648 \begin_layout Plain Layout
5649 \begin_inset Caption
5650
5651 \begin_layout Plain Layout
5652 Tabla larga con leyenda
5653 \begin_inset Argument
5654 status collapsed
5655
5656 \begin_layout Plain Layout
5657 Tabla larga
5658 \end_layout
5659
5660 \end_inset
5661
5662
5663 \end_layout
5664
5665 \end_inset
5666
5667
5668 \end_layout
5669
5670 \end_inset
5671 </cell>
5672 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" usebox="none">
5673 \begin_inset Text
5674
5675 \begin_layout Plain Layout
5676
5677 \end_layout
5678
5679 \end_inset
5680 </cell>
5681 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" usebox="none">
5682 \begin_inset Text
5683
5684 \begin_layout Plain Layout
5685
5686 \end_layout
5687
5688 \end_inset
5689 </cell>
5690 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" usebox="none">
5691 \begin_inset Text
5692
5693 \begin_layout Plain Layout
5694
5695 \end_layout
5696
5697 \end_inset
5698 </cell>
5699 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
5700 \begin_inset Text
5701
5702 \begin_layout Plain Layout
5703
5704 \end_layout
5705
5706 \end_inset
5707 </cell>
5708 </row>
5709 <row>
5710 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5711 \begin_inset Text
5712
5713 \begin_layout Plain Layout
5714 1
5715 \end_layout
5716
5717 \end_inset
5718 </cell>
5719 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5720 \begin_inset Text
5721
5722 \begin_layout Plain Layout
5723 2
5724 \end_layout
5725
5726 \end_inset
5727 </cell>
5728 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5729 \begin_inset Text
5730
5731 \begin_layout Plain Layout
5732 3
5733 \end_layout
5734
5735 \end_inset
5736 </cell>
5737 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5738 \begin_inset Text
5739
5740 \begin_layout Plain Layout
5741 4
5742 \end_layout
5743
5744 \end_inset
5745 </cell>
5746 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5747 \begin_inset Text
5748
5749 \begin_layout Plain Layout
5750 5
5751 \end_layout
5752
5753 \end_inset
5754 </cell>
5755 </row>
5756 <row>
5757 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5758 \begin_inset Text
5759
5760 \begin_layout Plain Layout
5761 asd
5762 \end_layout
5763
5764 \end_inset
5765 </cell>
5766 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5767 \begin_inset Text
5768
5769 \begin_layout Plain Layout
5770 s
5771 \end_layout
5772
5773 \end_inset
5774 </cell>
5775 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5776 \begin_inset Text
5777
5778 \begin_layout Plain Layout
5779 s
5780 \end_layout
5781
5782 \end_inset
5783 </cell>
5784 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5785 \begin_inset Text
5786
5787 \begin_layout Plain Layout
5788 s
5789 \end_layout
5790
5791 \end_inset
5792 </cell>
5793 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5794 \begin_inset Text
5795
5796 \begin_layout Plain Layout
5797 asd
5798 \end_layout
5799
5800 \end_inset
5801 </cell>
5802 </row>
5803 <row>
5804 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5805 \begin_inset Text
5806
5807 \begin_layout Plain Layout
5808 asd
5809 \end_layout
5810
5811 \end_inset
5812 </cell>
5813 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5814 \begin_inset Text
5815
5816 \begin_layout Plain Layout
5817 s
5818 \end_layout
5819
5820 \end_inset
5821 </cell>
5822 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5823 \begin_inset Text
5824
5825 \begin_layout Plain Layout
5826 s
5827 \end_layout
5828
5829 \end_inset
5830 </cell>
5831 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5832 \begin_inset Text
5833
5834 \begin_layout Plain Layout
5835 s
5836 \end_layout
5837
5838 \end_inset
5839 </cell>
5840 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5841 \begin_inset Text
5842
5843 \begin_layout Plain Layout
5844 asd
5845 \end_layout
5846
5847 \end_inset
5848 </cell>
5849 </row>
5850 <row>
5851 <cell alignment="center" valignment="top" topline="true" leftline="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 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5861 \begin_inset Text
5862
5863 \begin_layout Plain Layout
5864 s
5865 \end_layout
5866
5867 \end_inset
5868 </cell>
5869 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5870 \begin_inset Text
5871
5872 \begin_layout Plain Layout
5873 s
5874 \end_layout
5875
5876 \end_inset
5877 </cell>
5878 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5879 \begin_inset Text
5880
5881 \begin_layout Plain Layout
5882 s
5883 \end_layout
5884
5885 \end_inset
5886 </cell>
5887 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5888 \begin_inset Text
5889
5890 \begin_layout Plain Layout
5891 asd
5892 \end_layout
5893
5894 \end_inset
5895 </cell>
5896 </row>
5897 <row>
5898 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="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 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
5908 \begin_inset Text
5909
5910 \begin_layout Plain Layout
5911 asd
5912 \end_layout
5913
5914 \end_inset
5915 </cell>
5916 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
5917 \begin_inset Text
5918
5919 \begin_layout Plain Layout
5920 asd
5921 \end_layout
5922
5923 \end_inset
5924 </cell>
5925 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
5926 \begin_inset Text
5927
5928 \begin_layout Plain Layout
5929 asd
5930 \end_layout
5931
5932 \end_inset
5933 </cell>
5934 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
5935 \begin_inset Text
5936
5937 \begin_layout Plain Layout
5938 asd
5939 \end_layout
5940
5941 \end_inset
5942 </cell>
5943 </row>
5944 </lyxtabular>
5945
5946 \end_inset
5947
5948
5949 \end_layout
5950
5951 \begin_layout Standard
5952 \begin_inset VSpace medskip
5953 \end_inset
5954
5955
5956 \begin_inset Note Greyedout
5957 status open
5958
5959 \begin_layout Plain Layout
5960
5961 \series bold
5962 Nota
5963 \begin_inset space ~
5964 \end_inset
5965
5966 1:
5967 \series default
5968  El número de la tabla se incrementa para cada tabla larga, aunque no pongas
5969  leyenda en alguna de ellas.
5970  Por esto podría suceder que, p.
5971 \begin_inset space \thinspace{}
5972 \end_inset
5973
5974 e., la tabla
5975 \begin_inset space ~
5976 \end_inset
5977
5978 2.4 siga a la tabla
5979 \begin_inset space ~
5980 \end_inset
5981
5982 2.1 en la lista de tablas debido a que hay dos tablas largas sin leyenda.
5983  Para evitarlo, añade detrás de cada tabla larga sin leyenda este comando
5984  en código TeX:
5985 \end_layout
5986
5987 \begin_layout Plain Layout
5988
5989 \series bold
5990
5991 \backslash
5992 addtocounter{table}{-1}
5993 \end_layout
5994
5995 \begin_layout Plain Layout
5996 Esto no es necesario si ninguna de las tablas largas tiene leyenda y añades
5997  el siguiente código en el preámbulo del documento:
5998 \end_layout
5999
6000 \begin_layout Plain Layout
6001
6002 \series bold
6003
6004 \backslash
6005 let
6006 \backslash
6007 myEnd
6008 \backslash
6009 endlongtable
6010 \begin_inset Newline newline
6011 \end_inset
6012
6013
6014 \backslash
6015 renewcommand{
6016 \backslash
6017 endlongtable}{
6018 \backslash
6019 myEnd
6020 \backslash
6021 addtocounter{table}{-1}}
6022 \end_layout
6023
6024 \end_inset
6025
6026
6027 \end_layout
6028
6029 \begin_layout Standard
6030 \begin_inset Note Greyedout
6031 status open
6032
6033 \begin_layout Plain Layout
6034
6035 \series bold
6036 Nota
6037 \begin_inset space ~
6038 \end_inset
6039
6040 2:
6041 \series default
6042  Si utilizas 
6043 \series bold
6044 hyperref
6045 \series default
6046
6047 \begin_inset Index idx
6048 status collapsed
6049
6050 \begin_layout Plain Layout
6051 LaTeX-paquetes ! hyperref
6052 \end_layout
6053
6054 \end_inset
6055
6056  en las 
6057 \family sans
6058 Propiedades PDF 
6059 \family default
6060 del diálogo 
6061 \family sans
6062 Configuración del documento 
6063 \family default
6064 para enlazar referencias cruzadas en la salida, los enlaces a tablas largas
6065  llevan siempre al principio del documento.
6066 \end_layout
6067
6068 \end_inset
6069
6070
6071 \end_layout
6072
6073 \begin_layout Subsubsection
6074 Referencias a tablas largas
6075 \begin_inset Index idx
6076 status collapsed
6077
6078 \begin_layout Plain Layout
6079 Tablas largas ! Referencias a
6080 \end_layout
6081
6082 \end_inset
6083
6084
6085 \end_layout
6086
6087 \begin_layout Standard
6088 \begin_inset Tabular
6089 <lyxtabular version="3" rows="6" columns="5">
6090 <features islongtable="true" longtabularalignment="center">
6091 <column alignment="center" valignment="top" width="0">
6092 <column alignment="center" valignment="top" width="0">
6093 <column alignment="center" valignment="top" width="0">
6094 <column alignment="center" valignment="top" width="0">
6095 <column alignment="center" valignment="top" width="0">
6096 <row caption="true">
6097 <cell multicolumn="1" alignment="center" valignment="top" usebox="none">
6098 \begin_inset Text
6099
6100 \begin_layout Plain Layout
6101 \begin_inset Caption
6102
6103 \begin_layout Plain Layout
6104 Tabla larga referenciada
6105 \begin_inset CommandInset label
6106 LatexCommand label
6107 name "tab:RefEjemplo"
6108
6109 \end_inset
6110
6111
6112 \end_layout
6113
6114 \end_inset
6115
6116
6117 \end_layout
6118
6119 \end_inset
6120 </cell>
6121 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" usebox="none">
6122 \begin_inset Text
6123
6124 \begin_layout Plain Layout
6125
6126 \end_layout
6127
6128 \end_inset
6129 </cell>
6130 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" usebox="none">
6131 \begin_inset Text
6132
6133 \begin_layout Plain Layout
6134
6135 \end_layout
6136
6137 \end_inset
6138 </cell>
6139 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" usebox="none">
6140 \begin_inset Text
6141
6142 \begin_layout Plain Layout
6143
6144 \end_layout
6145
6146 \end_inset
6147 </cell>
6148 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
6149 \begin_inset Text
6150
6151 \begin_layout Plain Layout
6152
6153 \end_layout
6154
6155 \end_inset
6156 </cell>
6157 </row>
6158 <row>
6159 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6160 \begin_inset Text
6161
6162 \begin_layout Plain Layout
6163 1
6164 \end_layout
6165
6166 \end_inset
6167 </cell>
6168 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6169 \begin_inset Text
6170
6171 \begin_layout Plain Layout
6172 2
6173 \end_layout
6174
6175 \end_inset
6176 </cell>
6177 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6178 \begin_inset Text
6179
6180 \begin_layout Plain Layout
6181 3
6182 \end_layout
6183
6184 \end_inset
6185 </cell>
6186 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6187 \begin_inset Text
6188
6189 \begin_layout Plain Layout
6190 4
6191 \end_layout
6192
6193 \end_inset
6194 </cell>
6195 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6196 \begin_inset Text
6197
6198 \begin_layout Plain Layout
6199 5
6200 \end_layout
6201
6202 \end_inset
6203 </cell>
6204 </row>
6205 <row>
6206 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6207 \begin_inset Text
6208
6209 \begin_layout Plain Layout
6210 asd
6211 \end_layout
6212
6213 \end_inset
6214 </cell>
6215 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6216 \begin_inset Text
6217
6218 \begin_layout Plain Layout
6219 s
6220 \end_layout
6221
6222 \end_inset
6223 </cell>
6224 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6225 \begin_inset Text
6226
6227 \begin_layout Plain Layout
6228 s
6229 \end_layout
6230
6231 \end_inset
6232 </cell>
6233 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6234 \begin_inset Text
6235
6236 \begin_layout Plain Layout
6237 s
6238 \end_layout
6239
6240 \end_inset
6241 </cell>
6242 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6243 \begin_inset Text
6244
6245 \begin_layout Plain Layout
6246 asd
6247 \end_layout
6248
6249 \end_inset
6250 </cell>
6251 </row>
6252 <row>
6253 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6254 \begin_inset Text
6255
6256 \begin_layout Plain Layout
6257 asd
6258 \end_layout
6259
6260 \end_inset
6261 </cell>
6262 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6263 \begin_inset Text
6264
6265 \begin_layout Plain Layout
6266 s
6267 \end_layout
6268
6269 \end_inset
6270 </cell>
6271 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6272 \begin_inset Text
6273
6274 \begin_layout Plain Layout
6275 s
6276 \end_layout
6277
6278 \end_inset
6279 </cell>
6280 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6281 \begin_inset Text
6282
6283 \begin_layout Plain Layout
6284 s
6285 \end_layout
6286
6287 \end_inset
6288 </cell>
6289 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6290 \begin_inset Text
6291
6292 \begin_layout Plain Layout
6293 asd
6294 \end_layout
6295
6296 \end_inset
6297 </cell>
6298 </row>
6299 <row>
6300 <cell alignment="center" valignment="top" topline="true" leftline="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 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6310 \begin_inset Text
6311
6312 \begin_layout Plain Layout
6313 s
6314 \end_layout
6315
6316 \end_inset
6317 </cell>
6318 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6319 \begin_inset Text
6320
6321 \begin_layout Plain Layout
6322 s
6323 \end_layout
6324
6325 \end_inset
6326 </cell>
6327 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6328 \begin_inset Text
6329
6330 \begin_layout Plain Layout
6331 s
6332 \end_layout
6333
6334 \end_inset
6335 </cell>
6336 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6337 \begin_inset Text
6338
6339 \begin_layout Plain Layout
6340 asd
6341 \end_layout
6342
6343 \end_inset
6344 </cell>
6345 </row>
6346 <row>
6347 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="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 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
6357 \begin_inset Text
6358
6359 \begin_layout Plain Layout
6360 sad
6361 \end_layout
6362
6363 \end_inset
6364 </cell>
6365 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
6366 \begin_inset Text
6367
6368 \begin_layout Plain Layout
6369 asd
6370 \end_layout
6371
6372 \end_inset
6373 </cell>
6374 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
6375 \begin_inset Text
6376
6377 \begin_layout Plain Layout
6378 asd
6379 \end_layout
6380
6381 \end_inset
6382 </cell>
6383 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
6384 \begin_inset Text
6385
6386 \begin_layout Plain Layout
6387 asd
6388 \end_layout
6389
6390 \end_inset
6391 </cell>
6392 </row>
6393 </lyxtabular>
6394
6395 \end_inset
6396
6397
6398 \end_layout
6399
6400 \begin_layout Standard
6401 Para referenciar una tabla larga, inserta una etiqueta en la leyenda.
6402  
6403 \end_layout
6404
6405 \begin_layout Standard
6406 Esto es una referencia a la tabla
6407 \begin_inset space ~
6408 \end_inset
6409
6410
6411 \begin_inset CommandInset ref
6412 LatexCommand ref
6413 reference "tab:RefEjemplo"
6414
6415 \end_inset
6416
6417 .
6418 \end_layout
6419
6420 \begin_layout Standard
6421 El formato de la leyenda puede configurarse junto con todos las demás leyendas
6422  del documento mediante el paquete LaTeX 
6423 \series bold
6424 caption
6425 \series default
6426
6427 \begin_inset Index idx
6428 status collapsed
6429
6430 \begin_layout Plain Layout
6431 LaTeX-paquetes ! caption
6432 \end_layout
6433
6434 \end_inset
6435
6436 , véase sección
6437 \begin_inset space ~
6438 \end_inset
6439
6440
6441 \begin_inset CommandInset ref
6442 LatexCommand ref
6443 reference "sec:Formato-de-leyendas"
6444
6445 \end_inset
6446
6447 .
6448 \end_layout
6449
6450 \begin_layout Subsubsection
6451 Anchura de la leyenda
6452 \begin_inset Index idx
6453 status collapsed
6454
6455 \begin_layout Plain Layout
6456 Tablas largas ! Anchura de la leyenda
6457 \end_layout
6458
6459 \end_inset
6460
6461
6462 \end_layout
6463
6464 \begin_layout Standard
6465 La anchura máxima de la leyenda se define por la longitud 
6466 \series bold
6467
6468 \backslash
6469 LTcapwidth
6470 \series default
6471 .
6472  Por omisión, su valor es 4
6473 \begin_inset space \thinspace{}
6474 \end_inset
6475
6476 in (4
6477 \begin_inset space ~
6478 \end_inset
6479
6480 pulgadas).
6481  Para cambiarla añade el siguiente comando en el preámbulo o en código TeX
6482  en el propio documento antes de la tabla larga a la que deba afectar
6483 \end_layout
6484
6485 \begin_layout Standard
6486
6487 \series bold
6488
6489 \backslash
6490 setlength{
6491 \backslash
6492 LTcapwidth}{anchura}
6493 \end_layout
6494
6495 \begin_layout Standard
6496 donde la anchura puede ser una de las unidades listadas en el apéndice
6497 \begin_inset space ~
6498 \end_inset
6499
6500
6501 \begin_inset CommandInset ref
6502 LatexCommand ref
6503 reference "cap:Unidades-disponibles-en"
6504
6505 \end_inset
6506
6507 .
6508 \end_layout
6509
6510 \begin_layout Standard
6511 Las tablas siguientes muestran la diferencia:
6512 \end_layout
6513
6514 \begin_layout Standard
6515 \begin_inset Tabular
6516 <lyxtabular version="3" rows="6" columns="5">
6517 <features islongtable="true" longtabularalignment="center">
6518 <column alignment="center" valignment="top" width="0">
6519 <column alignment="center" valignment="top" width="0">
6520 <column alignment="center" valignment="top" width="0">
6521 <column alignment="center" valignment="top" width="0">
6522 <column alignment="center" valignment="top" width="0">
6523 <row caption="true">
6524 <cell multicolumn="1" alignment="center" valignment="top" usebox="none">
6525 \begin_inset Text
6526
6527 \begin_layout Plain Layout
6528 \begin_inset Caption
6529
6530 \begin_layout Plain Layout
6531 Leyenda larga completa con anchura predeterminada leyenda larga completa
6532  con anchura predeterminada
6533 \begin_inset Argument
6534 status collapsed
6535
6536 \begin_layout Plain Layout
6537 Leyenda con anchura predeterminada
6538 \end_layout
6539
6540 \end_inset
6541
6542
6543 \end_layout
6544
6545 \end_inset
6546
6547
6548 \end_layout
6549
6550 \end_inset
6551 </cell>
6552 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" usebox="none">
6553 \begin_inset Text
6554
6555 \begin_layout Plain Layout
6556
6557 \end_layout
6558
6559 \end_inset
6560 </cell>
6561 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" usebox="none">
6562 \begin_inset Text
6563
6564 \begin_layout Plain Layout
6565
6566 \end_layout
6567
6568 \end_inset
6569 </cell>
6570 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" usebox="none">
6571 \begin_inset Text
6572
6573 \begin_layout Plain Layout
6574
6575 \end_layout
6576
6577 \end_inset
6578 </cell>
6579 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
6580 \begin_inset Text
6581
6582 \begin_layout Plain Layout
6583
6584 \end_layout
6585
6586 \end_inset
6587 </cell>
6588 </row>
6589 <row>
6590 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6591 \begin_inset Text
6592
6593 \begin_layout Plain Layout
6594 1
6595 \end_layout
6596
6597 \end_inset
6598 </cell>
6599 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6600 \begin_inset Text
6601
6602 \begin_layout Plain Layout
6603 2
6604 \end_layout
6605
6606 \end_inset
6607 </cell>
6608 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6609 \begin_inset Text
6610
6611 \begin_layout Plain Layout
6612 3
6613 \end_layout
6614
6615 \end_inset
6616 </cell>
6617 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6618 \begin_inset Text
6619
6620 \begin_layout Plain Layout
6621 4
6622 \end_layout
6623
6624 \end_inset
6625 </cell>
6626 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6627 \begin_inset Text
6628
6629 \begin_layout Plain Layout
6630 5
6631 \end_layout
6632
6633 \end_inset
6634 </cell>
6635 </row>
6636 <row>
6637 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6638 \begin_inset Text
6639
6640 \begin_layout Plain Layout
6641 asd
6642 \end_layout
6643
6644 \end_inset
6645 </cell>
6646 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6647 \begin_inset Text
6648
6649 \begin_layout Plain Layout
6650 s
6651 \end_layout
6652
6653 \end_inset
6654 </cell>
6655 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6656 \begin_inset Text
6657
6658 \begin_layout Plain Layout
6659 s
6660 \end_layout
6661
6662 \end_inset
6663 </cell>
6664 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6665 \begin_inset Text
6666
6667 \begin_layout Plain Layout
6668 s
6669 \end_layout
6670
6671 \end_inset
6672 </cell>
6673 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6674 \begin_inset Text
6675
6676 \begin_layout Plain Layout
6677 asd
6678 \end_layout
6679
6680 \end_inset
6681 </cell>
6682 </row>
6683 <row>
6684 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6685 \begin_inset Text
6686
6687 \begin_layout Plain Layout
6688 asd
6689 \end_layout
6690
6691 \end_inset
6692 </cell>
6693 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6694 \begin_inset Text
6695
6696 \begin_layout Plain Layout
6697 s
6698 \end_layout
6699
6700 \end_inset
6701 </cell>
6702 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6703 \begin_inset Text
6704
6705 \begin_layout Plain Layout
6706 s
6707 \end_layout
6708
6709 \end_inset
6710 </cell>
6711 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6712 \begin_inset Text
6713
6714 \begin_layout Plain Layout
6715 s
6716 \end_layout
6717
6718 \end_inset
6719 </cell>
6720 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6721 \begin_inset Text
6722
6723 \begin_layout Plain Layout
6724 asd
6725 \end_layout
6726
6727 \end_inset
6728 </cell>
6729 </row>
6730 <row>
6731 <cell alignment="center" valignment="top" topline="true" leftline="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 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6741 \begin_inset Text
6742
6743 \begin_layout Plain Layout
6744 s
6745 \end_layout
6746
6747 \end_inset
6748 </cell>
6749 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6750 \begin_inset Text
6751
6752 \begin_layout Plain Layout
6753 s
6754 \end_layout
6755
6756 \end_inset
6757 </cell>
6758 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6759 \begin_inset Text
6760
6761 \begin_layout Plain Layout
6762 s
6763 \end_layout
6764
6765 \end_inset
6766 </cell>
6767 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6768 \begin_inset Text
6769
6770 \begin_layout Plain Layout
6771 asd
6772 \end_layout
6773
6774 \end_inset
6775 </cell>
6776 </row>
6777 <row>
6778 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="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 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
6788 \begin_inset Text
6789
6790 \begin_layout Plain Layout
6791 sad
6792 \end_layout
6793
6794 \end_inset
6795 </cell>
6796 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
6797 \begin_inset Text
6798
6799 \begin_layout Plain Layout
6800 asd
6801 \end_layout
6802
6803 \end_inset
6804 </cell>
6805 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
6806 \begin_inset Text
6807
6808 \begin_layout Plain Layout
6809 asd
6810 \end_layout
6811
6812 \end_inset
6813 </cell>
6814 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
6815 \begin_inset Text
6816
6817 \begin_layout Plain Layout
6818 asd
6819 \end_layout
6820
6821 \end_inset
6822 </cell>
6823 </row>
6824 </lyxtabular>
6825
6826 \end_inset
6827
6828
6829 \end_layout
6830
6831 \begin_layout Standard
6832 \begin_inset ERT
6833 status collapsed
6834
6835 \begin_layout Plain Layout
6836
6837
6838 \backslash
6839 setlength{
6840 \backslash
6841 LTcapwidth}{5cm}
6842 \end_layout
6843
6844 \end_inset
6845
6846
6847 \begin_inset Tabular
6848 <lyxtabular version="3" rows="6" columns="5">
6849 <features islongtable="true" longtabularalignment="center">
6850 <column alignment="center" valignment="top" width="0">
6851 <column alignment="center" valignment="top" width="0">
6852 <column alignment="center" valignment="top" width="0">
6853 <column alignment="center" valignment="top" width="0">
6854 <column alignment="center" valignment="top" width="0">
6855 <row caption="true">
6856 <cell multicolumn="1" alignment="center" valignment="top" usebox="none">
6857 \begin_inset Text
6858
6859 \begin_layout Plain Layout
6860 \begin_inset Caption
6861
6862 \begin_layout Plain Layout
6863 Leyenda larga completa con una anchura de 5
6864 \begin_inset space \thinspace{}
6865 \end_inset
6866
6867 cm leyenda larga completa con una anchura de 5
6868 \begin_inset space \thinspace{}
6869 \end_inset
6870
6871 cm 
6872 \begin_inset Argument
6873 status collapsed
6874
6875 \begin_layout Plain Layout
6876 Leyenda con anchura
6877 \begin_inset space \thinspace{}
6878 \end_inset
6879
6880 =
6881 \begin_inset space \thinspace{}
6882 \end_inset
6883
6884 5
6885 \begin_inset space \thinspace{}
6886 \end_inset
6887
6888 cm
6889 \end_layout
6890
6891 \end_inset
6892
6893
6894 \end_layout
6895
6896 \end_inset
6897
6898
6899 \end_layout
6900
6901 \end_inset
6902 </cell>
6903 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" usebox="none">
6904 \begin_inset Text
6905
6906 \begin_layout Plain Layout
6907
6908 \end_layout
6909
6910 \end_inset
6911 </cell>
6912 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" usebox="none">
6913 \begin_inset Text
6914
6915 \begin_layout Plain Layout
6916
6917 \end_layout
6918
6919 \end_inset
6920 </cell>
6921 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" usebox="none">
6922 \begin_inset Text
6923
6924 \begin_layout Plain Layout
6925
6926 \end_layout
6927
6928 \end_inset
6929 </cell>
6930 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
6931 \begin_inset Text
6932
6933 \begin_layout Plain Layout
6934
6935 \end_layout
6936
6937 \end_inset
6938 </cell>
6939 </row>
6940 <row>
6941 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6942 \begin_inset Text
6943
6944 \begin_layout Plain Layout
6945 1
6946 \end_layout
6947
6948 \end_inset
6949 </cell>
6950 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6951 \begin_inset Text
6952
6953 \begin_layout Plain Layout
6954 2
6955 \end_layout
6956
6957 \end_inset
6958 </cell>
6959 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6960 \begin_inset Text
6961
6962 \begin_layout Plain Layout
6963 3
6964 \end_layout
6965
6966 \end_inset
6967 </cell>
6968 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6969 \begin_inset Text
6970
6971 \begin_layout Plain Layout
6972 4
6973 \end_layout
6974
6975 \end_inset
6976 </cell>
6977 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6978 \begin_inset Text
6979
6980 \begin_layout Plain Layout
6981 5
6982 \end_layout
6983
6984 \end_inset
6985 </cell>
6986 </row>
6987 <row>
6988 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6989 \begin_inset Text
6990
6991 \begin_layout Plain Layout
6992 asd
6993 \end_layout
6994
6995 \end_inset
6996 </cell>
6997 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6998 \begin_inset Text
6999
7000 \begin_layout Plain Layout
7001 s
7002 \end_layout
7003
7004 \end_inset
7005 </cell>
7006 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7007 \begin_inset Text
7008
7009 \begin_layout Plain Layout
7010 s
7011 \end_layout
7012
7013 \end_inset
7014 </cell>
7015 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7016 \begin_inset Text
7017
7018 \begin_layout Plain Layout
7019 s
7020 \end_layout
7021
7022 \end_inset
7023 </cell>
7024 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
7025 \begin_inset Text
7026
7027 \begin_layout Plain Layout
7028 asd
7029 \end_layout
7030
7031 \end_inset
7032 </cell>
7033 </row>
7034 <row>
7035 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7036 \begin_inset Text
7037
7038 \begin_layout Plain Layout
7039 asd
7040 \end_layout
7041
7042 \end_inset
7043 </cell>
7044 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7045 \begin_inset Text
7046
7047 \begin_layout Plain Layout
7048 s
7049 \end_layout
7050
7051 \end_inset
7052 </cell>
7053 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7054 \begin_inset Text
7055
7056 \begin_layout Plain Layout
7057 s
7058 \end_layout
7059
7060 \end_inset
7061 </cell>
7062 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7063 \begin_inset Text
7064
7065 \begin_layout Plain Layout
7066 s
7067 \end_layout
7068
7069 \end_inset
7070 </cell>
7071 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
7072 \begin_inset Text
7073
7074 \begin_layout Plain Layout
7075 asd
7076 \end_layout
7077
7078 \end_inset
7079 </cell>
7080 </row>
7081 <row>
7082 <cell alignment="center" valignment="top" topline="true" leftline="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 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7092 \begin_inset Text
7093
7094 \begin_layout Plain Layout
7095 s
7096 \end_layout
7097
7098 \end_inset
7099 </cell>
7100 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7101 \begin_inset Text
7102
7103 \begin_layout Plain Layout
7104 s
7105 \end_layout
7106
7107 \end_inset
7108 </cell>
7109 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7110 \begin_inset Text
7111
7112 \begin_layout Plain Layout
7113 s
7114 \end_layout
7115
7116 \end_inset
7117 </cell>
7118 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
7119 \begin_inset Text
7120
7121 \begin_layout Plain Layout
7122 asd
7123 \end_layout
7124
7125 \end_inset
7126 </cell>
7127 </row>
7128 <row>
7129 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="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 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
7139 \begin_inset Text
7140
7141 \begin_layout Plain Layout
7142 sad
7143 \end_layout
7144
7145 \end_inset
7146 </cell>
7147 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
7148 \begin_inset Text
7149
7150 \begin_layout Plain Layout
7151 asd
7152 \end_layout
7153
7154 \end_inset
7155 </cell>
7156 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
7157 \begin_inset Text
7158
7159 \begin_layout Plain Layout
7160 asd
7161 \end_layout
7162
7163 \end_inset
7164 </cell>
7165 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
7166 \begin_inset Text
7167
7168 \begin_layout Plain Layout
7169 asd
7170 \end_layout
7171
7172 \end_inset
7173 </cell>
7174 </row>
7175 </lyxtabular>
7176
7177 \end_inset
7178
7179
7180 \begin_inset ERT
7181 status collapsed
7182
7183 \begin_layout Plain Layout
7184
7185
7186 \backslash
7187 setlength{
7188 \backslash
7189 LTcapwidth}{4in}
7190 \end_layout
7191
7192 \end_inset
7193
7194
7195 \end_layout
7196
7197 \begin_layout Standard
7198 \begin_inset Note Greyedout
7199 status collapsed
7200
7201 \begin_layout Plain Layout
7202
7203 \series bold
7204 Nota: 
7205 \series default
7206 Si se usa el paquete LaTeX 
7207 \series bold
7208 caption
7209 \series default
7210
7211 \begin_inset Index idx
7212 status collapsed
7213
7214 \begin_layout Plain Layout
7215 LaTeX-paquetes ! caption
7216 \end_layout
7217
7218 \end_inset
7219
7220 , como en este documento, para la leyenda se utiliza toda la anchura de
7221  la página cuando se deja el valor por omisión de 4
7222 \begin_inset space \thinspace{}
7223 \end_inset
7224
7225 in para 
7226 \series bold
7227
7228 \backslash
7229 LTcapwidth
7230 \series default
7231 .
7232  En este caso, para conseguir una leyenda de 4
7233 \begin_inset space \thinspace{}
7234 \end_inset
7235
7236 in exactamente, puedes poner un valor ligeramente diferente de 4.0
7237 \begin_inset space \thinspace{}
7238 \end_inset
7239
7240 in, p.
7241 \begin_inset space \thinspace{}
7242 \end_inset
7243
7244 e.
7245  3.99
7246 \begin_inset space \thinspace{}
7247 \end_inset
7248
7249 in, o bien emplear el comando LaTeX 
7250 \series bold
7251
7252 \backslash
7253 captionsetup{width=valor}
7254 \series default
7255 , suministrado por el paquete 
7256 \series bold
7257 caption
7258 \series default
7259 .
7260 \end_layout
7261
7262 \end_inset
7263
7264
7265 \end_layout
7266
7267 \begin_layout Subsubsection
7268 Leyendas distintas para cada página
7269 \begin_inset Index idx
7270 status collapsed
7271
7272 \begin_layout Plain Layout
7273 Tablas largas ! Leyendas distintas para cada página
7274 \end_layout
7275
7276 \end_inset
7277
7278
7279 \end_layout
7280
7281 \begin_layout Standard
7282 Cuando las leyendas para las páginas siguientes hayan de ser diferentes
7283  de la leyenda de la primera página de la tabla, se insertan con el comando
7284  en código TeX
7285 \end_layout
7286
7287 \begin_layout Standard
7288
7289 \series bold
7290
7291 \backslash
7292 caption*{texto de la leyenda}
7293 \backslash
7294
7295 \backslash
7296 %
7297 \end_layout
7298
7299 \begin_layout Standard
7300 en una fila postiza que se marca como encabezado.
7301  La tabla
7302 \begin_inset space ~
7303 \end_inset
7304
7305
7306 \begin_inset CommandInset ref
7307 LatexCommand ref
7308 reference "tab:DifLeyendas"
7309
7310 \end_inset
7311
7312  es un ejemplo de tabla larga con encabezados distintos donde el segundo
7313  no incluye número de tabla.
7314 \end_layout
7315
7316 \begin_layout Standard
7317 \align center
7318 \begin_inset Tabular
7319 <lyxtabular version="3" rows="59" columns="3">
7320 <features islongtable="true" lastFootEmpty="true" longtabularalignment="center">
7321 <column alignment="left" valignment="top" width="0cm">
7322 <column alignment="left" valignment="top" width="0pt">
7323 <column alignment="right" valignment="top" width="0pt">
7324 <row caption="true">
7325 <cell multicolumn="1" alignment="left" valignment="top" usebox="none">
7326 \begin_inset Text
7327
7328 \begin_layout Plain Layout
7329 \begin_inset Caption
7330
7331 \begin_layout Plain Layout
7332 Ejemplo de lista telefónica
7333 \begin_inset CommandInset label
7334 LatexCommand label
7335 name "tab:DifLeyendas"
7336
7337 \end_inset
7338
7339
7340 \begin_inset Argument
7341 status collapsed
7342
7343 \begin_layout Plain Layout
7344 Ejemplo de lista telefónica
7345 \end_layout
7346
7347 \end_inset
7348
7349
7350 \end_layout
7351
7352 \end_inset
7353
7354
7355 \end_layout
7356
7357 \end_inset
7358 </cell>
7359 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
7360 \begin_inset Text
7361
7362 \begin_layout Plain Layout
7363
7364 \end_layout
7365
7366 \end_inset
7367 </cell>
7368 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
7369 \begin_inset Text
7370
7371 \begin_layout Plain Layout
7372
7373 \end_layout
7374
7375 \end_inset
7376 </cell>
7377 </row>
7378 <row endfirsthead="true">
7379 <cell multicolumn="1" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
7380 \begin_inset Text
7381
7382 \begin_layout Plain Layout
7383
7384 \series bold
7385 Ejemplo de lista telefónica (ignore los nombres)
7386 \end_layout
7387
7388 \end_inset
7389 </cell>
7390 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
7391 \begin_inset Text
7392
7393 \begin_layout Plain Layout
7394
7395 \end_layout
7396
7397 \end_inset
7398 </cell>
7399 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
7400 \begin_inset Text
7401
7402 \begin_layout Plain Layout
7403
7404 \end_layout
7405
7406 \end_inset
7407 </cell>
7408 </row>
7409 <row endfirsthead="true">
7410 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
7411 \begin_inset Text
7412
7413 \begin_layout Plain Layout
7414
7415 \series bold
7416 NOMBRE
7417 \end_layout
7418
7419 \end_inset
7420 </cell>
7421 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
7422 \begin_inset Text
7423
7424 \begin_layout Plain Layout
7425
7426 \end_layout
7427
7428 \end_inset
7429 </cell>
7430 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
7431 \begin_inset Text
7432
7433 \begin_layout Plain Layout
7434
7435 \series bold
7436 TEL.
7437 \end_layout
7438
7439 \end_inset
7440 </cell>
7441 </row>
7442 <row endhead="true">
7443 <cell alignment="center" valignment="top" leftline="true" usebox="none">
7444 \begin_inset Text
7445
7446 \begin_layout Plain Layout
7447 \begin_inset ERT
7448 status open
7449
7450 \begin_layout Plain Layout
7451
7452
7453 \backslash
7454 caption*{continúa Ejemplo de lista telefónica}
7455 \backslash
7456
7457 \backslash
7458 %
7459 \end_layout
7460
7461 \end_inset
7462
7463
7464 \end_layout
7465
7466 \end_inset
7467 </cell>
7468 <cell alignment="center" valignment="top" rightline="true" usebox="none">
7469 \begin_inset Text
7470
7471 \begin_layout Plain Layout
7472
7473 \end_layout
7474
7475 \end_inset
7476 </cell>
7477 <cell alignment="center" valignment="top" rightline="true" usebox="none">
7478 \begin_inset Text
7479
7480 \begin_layout Plain Layout
7481
7482 \end_layout
7483
7484 \end_inset
7485 </cell>
7486 </row>
7487 <row endhead="true">
7488 <cell multicolumn="1" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
7489 \begin_inset Text
7490
7491 \begin_layout Plain Layout
7492
7493 \series bold
7494 Ejemplo de lista telefónica
7495 \end_layout
7496
7497 \end_inset
7498 </cell>
7499 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
7500 \begin_inset Text
7501
7502 \begin_layout Plain Layout
7503
7504 \end_layout
7505
7506 \end_inset
7507 </cell>
7508 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
7509 \begin_inset Text
7510
7511 \begin_layout Plain Layout
7512
7513 \end_layout
7514
7515 \end_inset
7516 </cell>
7517 </row>
7518 <row endhead="true">
7519 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
7520 \begin_inset Text
7521
7522 \begin_layout Plain Layout
7523
7524 \series bold
7525 NOMBRE
7526 \end_layout
7527
7528 \end_inset
7529 </cell>
7530 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
7531 \begin_inset Text
7532
7533 \begin_layout Plain Layout
7534
7535 \end_layout
7536
7537 \end_inset
7538 </cell>
7539 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
7540 \begin_inset Text
7541
7542 \begin_layout Plain Layout
7543
7544 \series bold
7545 TEL.
7546 \end_layout
7547
7548 \end_inset
7549 </cell>
7550 </row>
7551 <row endfoot="true">
7552 <cell multicolumn="1" alignment="right" valignment="top" usebox="none">
7553 \begin_inset Text
7554
7555 \begin_layout Plain Layout
7556 continúa en página siguiente
7557 \end_layout
7558
7559 \end_inset
7560 </cell>
7561 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
7562 \begin_inset Text
7563
7564 \begin_layout Plain Layout
7565
7566 \end_layout
7567
7568 \end_inset
7569 </cell>
7570 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
7571 \begin_inset Text
7572
7573 \begin_layout Plain Layout
7574
7575 \end_layout
7576
7577 \end_inset
7578 </cell>
7579 </row>
7580 <row>
7581 <cell alignment="center" valignment="top" leftline="true" usebox="none">
7582 \begin_inset Text
7583
7584 \begin_layout Plain Layout
7585
7586 \series bold
7587 Annovi
7588 \end_layout
7589
7590 \end_inset
7591 </cell>
7592 <cell alignment="center" valignment="top" rightline="true" usebox="none">
7593 \begin_inset Text
7594
7595 \begin_layout Plain Layout
7596 Silvia
7597 \end_layout
7598
7599 \end_inset
7600 </cell>
7601 <cell alignment="right" valignment="top" rightline="true" usebox="none">
7602 \begin_inset Text
7603
7604 \begin_layout Plain Layout
7605 111
7606 \end_layout
7607
7608 \end_inset
7609 </cell>
7610 </row>
7611 <row>
7612 <cell alignment="center" valignment="top" leftline="true" usebox="none">
7613 \begin_inset Text
7614
7615 \begin_layout Plain Layout
7616
7617 \series bold
7618 Bertoli
7619 \end_layout
7620
7621 \end_inset
7622 </cell>
7623 <cell alignment="center" valignment="top" rightline="true" usebox="none">
7624 \begin_inset Text
7625
7626 \begin_layout Plain Layout
7627 Stefano
7628 \end_layout
7629
7630 \end_inset
7631 </cell>
7632 <cell alignment="center" valignment="top" rightline="true" usebox="none">
7633 \begin_inset Text
7634
7635 \begin_layout Plain Layout
7636 111
7637 \end_layout
7638
7639 \end_inset
7640 </cell>
7641 </row>
7642 <row>
7643 <cell alignment="center" valignment="top" leftline="true" usebox="none">
7644 \begin_inset Text
7645
7646 \begin_layout Plain Layout
7647
7648 \series bold
7649 Bozzi
7650 \end_layout
7651
7652 \end_inset
7653 </cell>
7654 <cell alignment="center" valignment="top" rightline="true" usebox="none">
7655 \begin_inset Text
7656
7657 \begin_layout Plain Layout
7658 Walter
7659 \end_layout
7660
7661 \end_inset
7662 </cell>
7663 <cell alignment="center" valignment="top" rightline="true" usebox="none">
7664 \begin_inset Text
7665
7666 \begin_layout Plain Layout
7667 111
7668 \end_layout
7669
7670 \end_inset
7671 </cell>
7672 </row>
7673 <row>
7674 <cell alignment="center" valignment="top" leftline="true" usebox="none">
7675 \begin_inset Text
7676
7677 \begin_layout Plain Layout
7678
7679 \series bold
7680 Cachia
7681 \end_layout
7682
7683 \end_inset
7684 </cell>
7685 <cell alignment="center" valignment="top" rightline="true" usebox="none">
7686 \begin_inset Text
7687
7688 \begin_layout Plain Layout
7689 Maria
7690 \end_layout
7691
7692 \end_inset
7693 </cell>
7694 <cell alignment="center" valignment="top" rightline="true" usebox="none">
7695 \begin_inset Text
7696
7697 \begin_layout Plain Layout
7698 111
7699 \end_layout
7700
7701 \end_inset
7702 </cell>
7703 </row>
7704 <row>
7705 <cell alignment="center" valignment="top" leftline="true" usebox="none">
7706 \begin_inset Text
7707
7708 \begin_layout Plain Layout
7709
7710 \series bold
7711 Cachia
7712 \end_layout
7713
7714 \end_inset
7715 </cell>
7716 <cell alignment="center" valignment="top" rightline="true" usebox="none">
7717 \begin_inset Text
7718
7719 \begin_layout Plain Layout
7720 Maurizio
7721 \end_layout
7722
7723 \end_inset
7724 </cell>
7725 <cell alignment="center" valignment="top" rightline="true" usebox="none">
7726 \begin_inset Text
7727
7728 \begin_layout Plain Layout
7729 111
7730 \end_layout
7731
7732 \end_inset
7733 </cell>
7734 </row>
7735 <row>
7736 <cell alignment="center" valignment="top" leftline="true" usebox="none">
7737 \begin_inset Text
7738
7739 \begin_layout Plain Layout
7740
7741 \series bold
7742 Cinquemani
7743 \end_layout
7744
7745 \end_inset
7746 </cell>
7747 <cell alignment="center" valignment="top" rightline="true" usebox="none">
7748 \begin_inset Text
7749
7750 \begin_layout Plain Layout
7751 Giusi
7752 \end_layout
7753
7754 \end_inset
7755 </cell>
7756 <cell alignment="center" valignment="top" rightline="true" usebox="none">
7757 \begin_inset Text
7758
7759 \begin_layout Plain Layout
7760 111
7761 \end_layout
7762
7763 \end_inset
7764 </cell>
7765 </row>
7766 <row>
7767 <cell alignment="center" valignment="top" leftline="true" usebox="none">
7768 \begin_inset Text
7769
7770 \begin_layout Plain Layout
7771
7772 \series bold
7773 Colin
7774 \end_layout
7775
7776 \end_inset
7777 </cell>
7778 <cell alignment="center" valignment="top" rightline="true" usebox="none">
7779 \begin_inset Text
7780
7781 \begin_layout Plain Layout
7782 Bernard
7783 \end_layout
7784
7785 \end_inset
7786 </cell>
7787 <cell alignment="center" valignment="top" rightline="true" usebox="none">
7788 \begin_inset Text
7789
7790 \begin_layout Plain Layout
7791 111
7792 \end_layout
7793
7794 \end_inset
7795 </cell>
7796 </row>
7797 <row>
7798 <cell alignment="center" valignment="top" leftline="true" usebox="none">
7799 \begin_inset Text
7800
7801 \begin_layout Plain Layout
7802
7803 \series bold
7804 Concli
7805 \end_layout
7806
7807 \end_inset
7808 </cell>
7809 <cell alignment="center" valignment="top" rightline="true" usebox="none">
7810 \begin_inset Text
7811
7812 \begin_layout Plain Layout
7813 Gianfranco
7814 \end_layout
7815
7816 \end_inset
7817 </cell>
7818 <cell alignment="center" valignment="top" rightline="true" usebox="none">
7819 \begin_inset Text
7820
7821 \begin_layout Plain Layout
7822 111
7823 \end_layout
7824
7825 \end_inset
7826 </cell>
7827 </row>
7828 <row>
7829 <cell alignment="center" valignment="top" leftline="true" usebox="none">
7830 \begin_inset Text
7831
7832 \begin_layout Plain Layout
7833
7834 \series bold
7835 Dal Bosco
7836 \end_layout
7837
7838 \end_inset
7839 </cell>
7840 <cell alignment="center" valignment="top" rightline="true" usebox="none">
7841 \begin_inset Text
7842
7843 \begin_layout Plain Layout
7844 Carolina
7845 \end_layout
7846
7847 \end_inset
7848 </cell>
7849 <cell alignment="center" valignment="top" rightline="true" usebox="none">
7850 \begin_inset Text
7851
7852 \begin_layout Plain Layout
7853 111
7854 \end_layout
7855
7856 \end_inset
7857 </cell>
7858 </row>
7859 <row>
7860 <cell alignment="center" valignment="top" leftline="true" usebox="none">
7861 \begin_inset Text
7862
7863 \begin_layout Plain Layout
7864
7865 \series bold
7866 Dalpiaz
7867 \end_layout
7868
7869 \end_inset
7870 </cell>
7871 <cell alignment="center" valignment="top" rightline="true" usebox="none">
7872 \begin_inset Text
7873
7874 \begin_layout Plain Layout
7875 Annamaria
7876 \end_layout
7877
7878 \end_inset
7879 </cell>
7880 <cell alignment="center" valignment="top" rightline="true" usebox="none">
7881 \begin_inset Text
7882
7883 \begin_layout Plain Layout
7884 111
7885 \end_layout
7886
7887 \end_inset
7888 </cell>
7889 </row>
7890 <row>
7891 <cell alignment="center" valignment="top" leftline="true" usebox="none">
7892 \begin_inset Text
7893
7894 \begin_layout Plain Layout
7895
7896 \series bold
7897 Feliciello
7898 \end_layout
7899
7900 \end_inset
7901 </cell>
7902 <cell alignment="center" valignment="top" rightline="true" usebox="none">
7903 \begin_inset Text
7904
7905 \begin_layout Plain Layout
7906 Domenico
7907 \end_layout
7908
7909 \end_inset
7910 </cell>
7911 <cell alignment="center" valignment="top" rightline="true" usebox="none">
7912 \begin_inset Text
7913
7914 \begin_layout Plain Layout
7915 111
7916 \end_layout
7917
7918 \end_inset
7919 </cell>
7920 </row>
7921 <row>
7922 <cell alignment="center" valignment="top" leftline="true" usebox="none">
7923 \begin_inset Text
7924
7925 \begin_layout Plain Layout
7926
7927 \series bold
7928 Focarelli
7929 \end_layout
7930
7931 \end_inset
7932 </cell>
7933 <cell alignment="center" valignment="top" rightline="true" usebox="none">
7934 \begin_inset Text
7935
7936 \begin_layout Plain Layout
7937 Paola
7938 \end_layout
7939
7940 \end_inset
7941 </cell>
7942 <cell alignment="center" valignment="top" rightline="true" usebox="none">
7943 \begin_inset Text
7944
7945 \begin_layout Plain Layout
7946 111
7947 \end_layout
7948
7949 \end_inset
7950 </cell>
7951 </row>
7952 <row>
7953 <cell alignment="center" valignment="top" leftline="true" usebox="none">
7954 \begin_inset Text
7955
7956 \begin_layout Plain Layout
7957
7958 \series bold
7959 Galletti
7960 \end_layout
7961
7962 \end_inset
7963 </cell>
7964 <cell alignment="center" valignment="top" rightline="true" usebox="none">
7965 \begin_inset Text
7966
7967 \begin_layout Plain Layout
7968 Oreste
7969 \end_layout
7970
7971 \end_inset
7972 </cell>
7973 <cell alignment="center" valignment="top" rightline="true" usebox="none">
7974 \begin_inset Text
7975
7976 \begin_layout Plain Layout
7977 111
7978 \end_layout
7979
7980 \end_inset
7981 </cell>
7982 </row>
7983 <row>
7984 <cell alignment="center" valignment="top" leftline="true" usebox="none">
7985 \begin_inset Text
7986
7987 \begin_layout Plain Layout
7988
7989 \series bold
7990 Gasparini
7991 \end_layout
7992
7993 \end_inset
7994 </cell>
7995 <cell alignment="center" valignment="top" rightline="true" usebox="none">
7996 \begin_inset Text
7997
7998 \begin_layout Plain Layout
7999 Franca
8000 \end_layout
8001
8002 \end_inset
8003 </cell>
8004 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8005 \begin_inset Text
8006
8007 \begin_layout Plain Layout
8008 111
8009 \end_layout
8010
8011 \end_inset
8012 </cell>
8013 </row>
8014 <row>
8015 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8016 \begin_inset Text
8017
8018 \begin_layout Plain Layout
8019
8020 \series bold
8021 Rizzardi
8022 \series default
8023
8024 \begin_inset Foot
8025 status collapsed
8026
8027 \begin_layout Plain Layout
8028 Ejemplo de nota a pie de página
8029 \end_layout
8030
8031 \end_inset
8032
8033
8034 \end_layout
8035
8036 \end_inset
8037 </cell>
8038 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8039 \begin_inset Text
8040
8041 \begin_layout Plain Layout
8042 Paola
8043 \end_layout
8044
8045 \end_inset
8046 </cell>
8047 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8048 \begin_inset Text
8049
8050 \begin_layout Plain Layout
8051 111
8052 \end_layout
8053
8054 \end_inset
8055 </cell>
8056 </row>
8057 <row>
8058 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8059 \begin_inset Text
8060
8061 \begin_layout Plain Layout
8062
8063 \series bold
8064 Lassini
8065 \end_layout
8066
8067 \end_inset
8068 </cell>
8069 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8070 \begin_inset Text
8071
8072 \begin_layout Plain Layout
8073 Giancarlo
8074 \end_layout
8075
8076 \end_inset
8077 </cell>
8078 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8079 \begin_inset Text
8080
8081 \begin_layout Plain Layout
8082 111
8083 \end_layout
8084
8085 \end_inset
8086 </cell>
8087 </row>
8088 <row>
8089 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8090 \begin_inset Text
8091
8092 \begin_layout Plain Layout
8093
8094 \series bold
8095 Malfatti
8096 \end_layout
8097
8098 \end_inset
8099 </cell>
8100 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8101 \begin_inset Text
8102
8103 \begin_layout Plain Layout
8104 Luciano
8105 \end_layout
8106
8107 \end_inset
8108 </cell>
8109 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8110 \begin_inset Text
8111
8112 \begin_layout Plain Layout
8113 111
8114 \end_layout
8115
8116 \end_inset
8117 </cell>
8118 </row>
8119 <row>
8120 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8121 \begin_inset Text
8122
8123 \begin_layout Plain Layout
8124
8125 \series bold
8126 Malfatti
8127 \end_layout
8128
8129 \end_inset
8130 </cell>
8131 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8132 \begin_inset Text
8133
8134 \begin_layout Plain Layout
8135 Valeriano
8136 \end_layout
8137
8138 \end_inset
8139 </cell>
8140 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8141 \begin_inset Text
8142
8143 \begin_layout Plain Layout
8144 111
8145 \end_layout
8146
8147 \end_inset
8148 </cell>
8149 </row>
8150 <row>
8151 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8152 \begin_inset Text
8153
8154 \begin_layout Plain Layout
8155
8156 \series bold
8157 Meneguzzo
8158 \end_layout
8159
8160 \end_inset
8161 </cell>
8162 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8163 \begin_inset Text
8164
8165 \begin_layout Plain Layout
8166 Roberto
8167 \end_layout
8168
8169 \end_inset
8170 </cell>
8171 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8172 \begin_inset Text
8173
8174 \begin_layout Plain Layout
8175 111
8176 \end_layout
8177
8178 \end_inset
8179 </cell>
8180 </row>
8181 <row>
8182 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8183 \begin_inset Text
8184
8185 \begin_layout Plain Layout
8186
8187 \series bold
8188 Mezzadra
8189 \end_layout
8190
8191 \end_inset
8192 </cell>
8193 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8194 \begin_inset Text
8195
8196 \begin_layout Plain Layout
8197 Roberto
8198 \end_layout
8199
8200 \end_inset
8201 </cell>
8202 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8203 \begin_inset Text
8204
8205 \begin_layout Plain Layout
8206 111
8207 \end_layout
8208
8209 \end_inset
8210 </cell>
8211 </row>
8212 <row>
8213 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8214 \begin_inset Text
8215
8216 \begin_layout Plain Layout
8217
8218 \series bold
8219 Pirpamer
8220 \end_layout
8221
8222 \end_inset
8223 </cell>
8224 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8225 \begin_inset Text
8226
8227 \begin_layout Plain Layout
8228 Erich
8229 \end_layout
8230
8231 \end_inset
8232 </cell>
8233 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8234 \begin_inset Text
8235
8236 \begin_layout Plain Layout
8237 111
8238 \end_layout
8239
8240 \end_inset
8241 </cell>
8242 </row>
8243 <row>
8244 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8245 \begin_inset Text
8246
8247 \begin_layout Plain Layout
8248
8249 \series bold
8250 Pochiesa
8251 \end_layout
8252
8253 \end_inset
8254 </cell>
8255 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8256 \begin_inset Text
8257
8258 \begin_layout Plain Layout
8259 Paolo
8260 \end_layout
8261
8262 \end_inset
8263 </cell>
8264 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8265 \begin_inset Text
8266
8267 \begin_layout Plain Layout
8268 111, 222
8269 \end_layout
8270
8271 \end_inset
8272 </cell>
8273 </row>
8274 <row>
8275 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8276 \begin_inset Text
8277
8278 \begin_layout Plain Layout
8279
8280 \series bold
8281 Radina
8282 \end_layout
8283
8284 \end_inset
8285 </cell>
8286 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8287 \begin_inset Text
8288
8289 \begin_layout Plain Layout
8290 Claudio
8291 \end_layout
8292
8293 \end_inset
8294 </cell>
8295 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8296 \begin_inset Text
8297
8298 \begin_layout Plain Layout
8299 111
8300 \end_layout
8301
8302 \end_inset
8303 </cell>
8304 </row>
8305 <row>
8306 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8307 \begin_inset Text
8308
8309 \begin_layout Plain Layout
8310
8311 \series bold
8312 Stuffer
8313 \end_layout
8314
8315 \end_inset
8316 </cell>
8317 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8318 \begin_inset Text
8319
8320 \begin_layout Plain Layout
8321 Oskar
8322 \end_layout
8323
8324 \end_inset
8325 </cell>
8326 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8327 \begin_inset Text
8328
8329 \begin_layout Plain Layout
8330 111
8331 \end_layout
8332
8333 \end_inset
8334 </cell>
8335 </row>
8336 <row>
8337 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8338 \begin_inset Text
8339
8340 \begin_layout Plain Layout
8341
8342 \series bold
8343 Tacchelli
8344 \end_layout
8345
8346 \end_inset
8347 </cell>
8348 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8349 \begin_inset Text
8350
8351 \begin_layout Plain Layout
8352 Ugo
8353 \end_layout
8354
8355 \end_inset
8356 </cell>
8357 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8358 \begin_inset Text
8359
8360 \begin_layout Plain Layout
8361 111
8362 \end_layout
8363
8364 \end_inset
8365 </cell>
8366 </row>
8367 <row>
8368 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8369 \begin_inset Text
8370
8371 \begin_layout Plain Layout
8372
8373 \series bold
8374 Tezzele
8375 \end_layout
8376
8377 \end_inset
8378 </cell>
8379 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8380 \begin_inset Text
8381
8382 \begin_layout Plain Layout
8383 Margit
8384 \end_layout
8385
8386 \end_inset
8387 </cell>
8388 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8389 \begin_inset Text
8390
8391 \begin_layout Plain Layout
8392 111
8393 \end_layout
8394
8395 \end_inset
8396 </cell>
8397 </row>
8398 <row>
8399 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8400 \begin_inset Text
8401
8402 \begin_layout Plain Layout
8403
8404 \series bold
8405 Unterkalmsteiner
8406 \end_layout
8407
8408 \end_inset
8409 </cell>
8410 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8411 \begin_inset Text
8412
8413 \begin_layout Plain Layout
8414 Frieda
8415 \end_layout
8416
8417 \end_inset
8418 </cell>
8419 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8420 \begin_inset Text
8421
8422 \begin_layout Plain Layout
8423 111
8424 \end_layout
8425
8426 \end_inset
8427 </cell>
8428 </row>
8429 <row>
8430 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8431 \begin_inset Text
8432
8433 \begin_layout Plain Layout
8434
8435 \series bold
8436 Vieider
8437 \end_layout
8438
8439 \end_inset
8440 </cell>
8441 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8442 \begin_inset Text
8443
8444 \begin_layout Plain Layout
8445 Hilde
8446 \end_layout
8447
8448 \end_inset
8449 </cell>
8450 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8451 \begin_inset Text
8452
8453 \begin_layout Plain Layout
8454 111
8455 \end_layout
8456
8457 \end_inset
8458 </cell>
8459 </row>
8460 <row>
8461 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8462 \begin_inset Text
8463
8464 \begin_layout Plain Layout
8465
8466 \series bold
8467 Vigna
8468 \end_layout
8469
8470 \end_inset
8471 </cell>
8472 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8473 \begin_inset Text
8474
8475 \begin_layout Plain Layout
8476 Jürgen
8477 \end_layout
8478
8479 \end_inset
8480 </cell>
8481 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8482 \begin_inset Text
8483
8484 \begin_layout Plain Layout
8485 111
8486 \end_layout
8487
8488 \end_inset
8489 </cell>
8490 </row>
8491 <row>
8492 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8493 \begin_inset Text
8494
8495 \begin_layout Plain Layout
8496
8497 \series bold
8498 Weber
8499 \end_layout
8500
8501 \end_inset
8502 </cell>
8503 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8504 \begin_inset Text
8505
8506 \begin_layout Plain Layout
8507 Maurizio
8508 \end_layout
8509
8510 \end_inset
8511 </cell>
8512 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8513 \begin_inset Text
8514
8515 \begin_layout Plain Layout
8516 111
8517 \end_layout
8518
8519 \end_inset
8520 </cell>
8521 </row>
8522 <row>
8523 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
8524 \begin_inset Text
8525
8526 \begin_layout Plain Layout
8527
8528 \series bold
8529 Winkler
8530 \end_layout
8531
8532 \end_inset
8533 </cell>
8534 <cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
8535 \begin_inset Text
8536
8537 \begin_layout Plain Layout
8538 Franz
8539 \end_layout
8540
8541 \end_inset
8542 </cell>
8543 <cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
8544 \begin_inset Text
8545
8546 \begin_layout Plain Layout
8547 111
8548 \end_layout
8549
8550 \end_inset
8551 </cell>
8552 </row>
8553 <row>
8554 <cell multicolumn="1" alignment="left" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
8555 \begin_inset Text
8556
8557 \begin_layout Plain Layout
8558  
8559 \end_layout
8560
8561 \end_inset
8562 </cell>
8563 <cell multicolumn="2" alignment="center" valignment="top" topline="true" usebox="none">
8564 \begin_inset Text
8565
8566 \begin_layout Plain Layout
8567
8568 \end_layout
8569
8570 \end_inset
8571 </cell>
8572 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
8573 \begin_inset Text
8574
8575 \begin_layout Plain Layout
8576
8577 \end_layout
8578
8579 \end_inset
8580 </cell>
8581 </row>
8582 <row>
8583 <cell alignment="left" valignment="top" leftline="true" usebox="none">
8584 \begin_inset Text
8585
8586 \begin_layout Plain Layout
8587
8588 \series bold
8589 Annovi
8590 \end_layout
8591
8592 \end_inset
8593 </cell>
8594 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8595 \begin_inset Text
8596
8597 \begin_layout Plain Layout
8598 Silvia
8599 \end_layout
8600
8601 \end_inset
8602 </cell>
8603 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8604 \begin_inset Text
8605
8606 \begin_layout Plain Layout
8607 555
8608 \end_layout
8609
8610 \end_inset
8611 </cell>
8612 </row>
8613 <row>
8614 <cell alignment="left" valignment="top" leftline="true" usebox="none">
8615 \begin_inset Text
8616
8617 \begin_layout Plain Layout
8618
8619 \series bold
8620 Bertoli
8621 \end_layout
8622
8623 \end_inset
8624 </cell>
8625 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8626 \begin_inset Text
8627
8628 \begin_layout Plain Layout
8629 Stefano
8630 \end_layout
8631
8632 \end_inset
8633 </cell>
8634 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8635 \begin_inset Text
8636
8637 \begin_layout Plain Layout
8638 555
8639 \end_layout
8640
8641 \end_inset
8642 </cell>
8643 </row>
8644 <row>
8645 <cell alignment="left" valignment="top" leftline="true" usebox="none">
8646 \begin_inset Text
8647
8648 \begin_layout Plain Layout
8649
8650 \series bold
8651 Bozzi
8652 \end_layout
8653
8654 \end_inset
8655 </cell>
8656 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8657 \begin_inset Text
8658
8659 \begin_layout Plain Layout
8660 Walter
8661 \end_layout
8662
8663 \end_inset
8664 </cell>
8665 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8666 \begin_inset Text
8667
8668 \begin_layout Plain Layout
8669 555
8670 \end_layout
8671
8672 \end_inset
8673 </cell>
8674 </row>
8675 <row>
8676 <cell alignment="left" valignment="top" leftline="true" usebox="none">
8677 \begin_inset Text
8678
8679 \begin_layout Plain Layout
8680
8681 \series bold
8682 Cachia
8683 \end_layout
8684
8685 \end_inset
8686 </cell>
8687 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8688 \begin_inset Text
8689
8690 \begin_layout Plain Layout
8691 Maria
8692 \end_layout
8693
8694 \end_inset
8695 </cell>
8696 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8697 \begin_inset Text
8698
8699 \begin_layout Plain Layout
8700 555
8701 \end_layout
8702
8703 \end_inset
8704 </cell>
8705 </row>
8706 <row>
8707 <cell alignment="left" valignment="top" leftline="true" usebox="none">
8708 \begin_inset Text
8709
8710 \begin_layout Plain Layout
8711
8712 \series bold
8713 Cachia
8714 \end_layout
8715
8716 \end_inset
8717 </cell>
8718 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8719 \begin_inset Text
8720
8721 \begin_layout Plain Layout
8722 Maurizio
8723 \end_layout
8724
8725 \end_inset
8726 </cell>
8727 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8728 \begin_inset Text
8729
8730 \begin_layout Plain Layout
8731 555
8732 \end_layout
8733
8734 \end_inset
8735 </cell>
8736 </row>
8737 <row>
8738 <cell alignment="left" valignment="top" leftline="true" usebox="none">
8739 \begin_inset Text
8740
8741 \begin_layout Plain Layout
8742
8743 \series bold
8744 Cinquemani
8745 \end_layout
8746
8747 \end_inset
8748 </cell>
8749 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8750 \begin_inset Text
8751
8752 \begin_layout Plain Layout
8753 Giusi
8754 \end_layout
8755
8756 \end_inset
8757 </cell>
8758 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8759 \begin_inset Text
8760
8761 \begin_layout Plain Layout
8762 555
8763 \end_layout
8764
8765 \end_inset
8766 </cell>
8767 </row>
8768 <row>
8769 <cell alignment="left" valignment="top" leftline="true" usebox="none">
8770 \begin_inset Text
8771
8772 \begin_layout Plain Layout
8773
8774 \series bold
8775 Colin
8776 \end_layout
8777
8778 \end_inset
8779 </cell>
8780 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8781 \begin_inset Text
8782
8783 \begin_layout Plain Layout
8784 Bernard
8785 \end_layout
8786
8787 \end_inset
8788 </cell>
8789 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8790 \begin_inset Text
8791
8792 \begin_layout Plain Layout
8793 555
8794 \end_layout
8795
8796 \end_inset
8797 </cell>
8798 </row>
8799 <row>
8800 <cell alignment="left" valignment="top" leftline="true" usebox="none">
8801 \begin_inset Text
8802
8803 \begin_layout Plain Layout
8804
8805 \series bold
8806 Concli
8807 \end_layout
8808
8809 \end_inset
8810 </cell>
8811 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8812 \begin_inset Text
8813
8814 \begin_layout Plain Layout
8815 Gianfranco
8816 \end_layout
8817
8818 \end_inset
8819 </cell>
8820 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8821 \begin_inset Text
8822
8823 \begin_layout Plain Layout
8824 555
8825 \end_layout
8826
8827 \end_inset
8828 </cell>
8829 </row>
8830 <row>
8831 <cell alignment="left" valignment="top" leftline="true" usebox="none">
8832 \begin_inset Text
8833
8834 \begin_layout Plain Layout
8835
8836 \series bold
8837 Dal Bosco
8838 \end_layout
8839
8840 \end_inset
8841 </cell>
8842 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8843 \begin_inset Text
8844
8845 \begin_layout Plain Layout
8846 Carolina
8847 \end_layout
8848
8849 \end_inset
8850 </cell>
8851 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8852 \begin_inset Text
8853
8854 \begin_layout Plain Layout
8855 555
8856 \end_layout
8857
8858 \end_inset
8859 </cell>
8860 </row>
8861 <row>
8862 <cell alignment="left" valignment="top" leftline="true" usebox="none">
8863 \begin_inset Text
8864
8865 \begin_layout Plain Layout
8866
8867 \series bold
8868 Dalpiaz
8869 \end_layout
8870
8871 \end_inset
8872 </cell>
8873 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8874 \begin_inset Text
8875
8876 \begin_layout Plain Layout
8877 Annamaria
8878 \end_layout
8879
8880 \end_inset
8881 </cell>
8882 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8883 \begin_inset Text
8884
8885 \begin_layout Plain Layout
8886 555
8887 \end_layout
8888
8889 \end_inset
8890 </cell>
8891 </row>
8892 <row>
8893 <cell alignment="left" valignment="top" leftline="true" usebox="none">
8894 \begin_inset Text
8895
8896 \begin_layout Plain Layout
8897
8898 \series bold
8899 Feliciello
8900 \end_layout
8901
8902 \end_inset
8903 </cell>
8904 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8905 \begin_inset Text
8906
8907 \begin_layout Plain Layout
8908 Domenico
8909 \end_layout
8910
8911 \end_inset
8912 </cell>
8913 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8914 \begin_inset Text
8915
8916 \begin_layout Plain Layout
8917 555
8918 \end_layout
8919
8920 \end_inset
8921 </cell>
8922 </row>
8923 <row>
8924 <cell alignment="left" valignment="top" leftline="true" usebox="none">
8925 \begin_inset Text
8926
8927 \begin_layout Plain Layout
8928
8929 \series bold
8930 Focarelli
8931 \end_layout
8932
8933 \end_inset
8934 </cell>
8935 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8936 \begin_inset Text
8937
8938 \begin_layout Plain Layout
8939 Paola
8940 \end_layout
8941
8942 \end_inset
8943 </cell>
8944 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8945 \begin_inset Text
8946
8947 \begin_layout Plain Layout
8948 555
8949 \end_layout
8950
8951 \end_inset
8952 </cell>
8953 </row>
8954 <row>
8955 <cell alignment="left" valignment="top" leftline="true" usebox="none">
8956 \begin_inset Text
8957
8958 \begin_layout Plain Layout
8959
8960 \series bold
8961 Galletti
8962 \end_layout
8963
8964 \end_inset
8965 </cell>
8966 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8967 \begin_inset Text
8968
8969 \begin_layout Plain Layout
8970 Oreste
8971 \end_layout
8972
8973 \end_inset
8974 </cell>
8975 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8976 \begin_inset Text
8977
8978 \begin_layout Plain Layout
8979 555
8980 \end_layout
8981
8982 \end_inset
8983 </cell>
8984 </row>
8985 <row>
8986 <cell alignment="left" valignment="top" leftline="true" usebox="none">
8987 \begin_inset Text
8988
8989 \begin_layout Plain Layout
8990
8991 \series bold
8992 Gasparini
8993 \end_layout
8994
8995 \end_inset
8996 </cell>
8997 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8998 \begin_inset Text
8999
9000 \begin_layout Plain Layout
9001 Franca
9002 \end_layout
9003
9004 \end_inset
9005 </cell>
9006 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9007 \begin_inset Text
9008
9009 \begin_layout Plain Layout
9010 555
9011 \end_layout
9012
9013 \end_inset
9014 </cell>
9015 </row>
9016 <row>
9017 <cell alignment="left" valignment="top" leftline="true" usebox="none">
9018 \begin_inset Text
9019
9020 \begin_layout Plain Layout
9021
9022 \series bold
9023 Rizzardi
9024 \end_layout
9025
9026 \end_inset
9027 </cell>
9028 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9029 \begin_inset Text
9030
9031 \begin_layout Plain Layout
9032 Paola
9033 \end_layout
9034
9035 \end_inset
9036 </cell>
9037 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9038 \begin_inset Text
9039
9040 \begin_layout Plain Layout
9041 555
9042 \end_layout
9043
9044 \end_inset
9045 </cell>
9046 </row>
9047 <row>
9048 <cell alignment="left" valignment="top" leftline="true" usebox="none">
9049 \begin_inset Text
9050
9051 \begin_layout Plain Layout
9052
9053 \series bold
9054 Lassini
9055 \end_layout
9056
9057 \end_inset
9058 </cell>
9059 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9060 \begin_inset Text
9061
9062 \begin_layout Plain Layout
9063 Giancarlo
9064 \end_layout
9065
9066 \end_inset
9067 </cell>
9068 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9069 \begin_inset Text
9070
9071 \begin_layout Plain Layout
9072 555
9073 \end_layout
9074
9075 \end_inset
9076 </cell>
9077 </row>
9078 <row>
9079 <cell alignment="left" valignment="top" leftline="true" usebox="none">
9080 \begin_inset Text
9081
9082 \begin_layout Plain Layout
9083
9084 \series bold
9085 Malfatti
9086 \end_layout
9087
9088 \end_inset
9089 </cell>
9090 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9091 \begin_inset Text
9092
9093 \begin_layout Plain Layout
9094 Luciano
9095 \end_layout
9096
9097 \end_inset
9098 </cell>
9099 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9100 \begin_inset Text
9101
9102 \begin_layout Plain Layout
9103 555
9104 \end_layout
9105
9106 \end_inset
9107 </cell>
9108 </row>
9109 <row>
9110 <cell alignment="left" valignment="top" leftline="true" usebox="none">
9111 \begin_inset Text
9112
9113 \begin_layout Plain Layout
9114
9115 \series bold
9116 Malfatti
9117 \end_layout
9118
9119 \end_inset
9120 </cell>
9121 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9122 \begin_inset Text
9123
9124 \begin_layout Plain Layout
9125 Valeriano
9126 \end_layout
9127
9128 \end_inset
9129 </cell>
9130 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9131 \begin_inset Text
9132
9133 \begin_layout Plain Layout
9134 555
9135 \end_layout
9136
9137 \end_inset
9138 </cell>
9139 </row>
9140 <row>
9141 <cell alignment="left" valignment="top" leftline="true" usebox="none">
9142 \begin_inset Text
9143
9144 \begin_layout Plain Layout
9145
9146 \series bold
9147 Meneguzzo
9148 \end_layout
9149
9150 \end_inset
9151 </cell>
9152 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9153 \begin_inset Text
9154
9155 \begin_layout Plain Layout
9156 Roberto
9157 \end_layout
9158
9159 \end_inset
9160 </cell>
9161 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9162 \begin_inset Text
9163
9164 \begin_layout Plain Layout
9165 555
9166 \end_layout
9167
9168 \end_inset
9169 </cell>
9170 </row>
9171 <row>
9172 <cell alignment="left" valignment="top" bottomline="true" leftline="true" usebox="none">
9173 \begin_inset Text
9174
9175 \begin_layout Plain Layout
9176
9177 \series bold
9178 Mezzadra
9179 \end_layout
9180
9181 \end_inset
9182 </cell>
9183 <cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
9184 \begin_inset Text
9185
9186 \begin_layout Plain Layout
9187 Roberto
9188 \end_layout
9189
9190 \end_inset
9191 </cell>
9192 <cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
9193 \begin_inset Text
9194
9195 \begin_layout Plain Layout
9196 555
9197 \end_layout
9198
9199 \end_inset
9200 </cell>
9201 </row>
9202 </lyxtabular>
9203
9204 \end_inset
9205
9206
9207 \end_layout
9208
9209 \begin_layout Section
9210 Particularidades de las tablas largas
9211 \begin_inset CommandInset label
9212 LatexCommand label
9213 name "sec:Particularidades-tablas-largas"
9214
9215 \end_inset
9216
9217
9218 \end_layout
9219
9220 \begin_layout Subsection
9221 Cálculos
9222 \begin_inset Index idx
9223 status collapsed
9224
9225 \begin_layout Plain Layout
9226 Tablas largas ! Cálculos
9227 \end_layout
9228
9229 \end_inset
9230
9231
9232 \end_layout
9233
9234 \begin_layout Standard
9235 LaTeX calcula la altura de las páginas con tabla y sus saltos de página
9236  utilizando los denominados «trozos», que son partes de la tabla presentes
9237  en la memoria de LaTeX.
9238  El valor predeterminado está establecido a sólo 20 filas.
9239  Si estás usando tablas largas con muchas páginas, la generación del documento
9240  puede hacerse muy lenta.
9241  No hay problema en aumentar el tamaño de los trozos hasta 100-1000 añadiendo
9242  el siguiente comando en el preámbulo del documento:
9243 \end_layout
9244
9245 \begin_layout Standard
9246
9247 \series bold
9248
9249 \backslash
9250 setcounter{LTchunksize}{100}
9251 \end_layout
9252
9253 \begin_layout Subsection
9254 Flotantes y tablas largas
9255 \begin_inset Index idx
9256 status collapsed
9257
9258 \begin_layout Plain Layout
9259 Tablas largas ! Flotantes
9260 \end_layout
9261
9262 \end_inset
9263
9264
9265 \end_layout
9266
9267 \begin_layout Standard
9268 Podría haber problemas si un flotante aparece en la misma página donde comienza
9269  una tabla larga.
9270  Para evitarlo, añade un 
9271 \begin_inset Quotes fld
9272 \end_inset
9273
9274 salto de página limpia
9275 \begin_inset Quotes frd
9276 \end_inset
9277
9278  (menú 
9279 \family sans
9280 Insertar\SpecialChar \menuseparator
9281 Formato\SpecialChar \menuseparator
9282 Limpiar
9283 \begin_inset space ~
9284 \end_inset
9285
9286 página
9287 \family default
9288 ) antes de la tabla.
9289 \end_layout
9290
9291 \begin_layout Subsection
9292 Saltos de página forzados
9293 \begin_inset Index idx
9294 status collapsed
9295
9296 \begin_layout Plain Layout
9297 Tablas largas ! Saltos de página forzados
9298 \end_layout
9299
9300 \end_inset
9301
9302
9303 \end_layout
9304
9305 \begin_layout Standard
9306 Por omisión, las tablas sólo se cortan entre filas.
9307  Si tienes una celda con líneas múltiples y necesitas un salto de página
9308  dentro de la celda, inserta el comando de nueva línea «
9309 \series bold
9310
9311 \backslash
9312
9313 \backslash
9314
9315 \series default
9316 » en código TeX en el punto en que quieras cortar.
9317  Antes del comando «
9318 \series bold
9319
9320 \backslash
9321
9322 \backslash
9323
9324 \series default
9325 » debes insertar en código TeX tantos caracteres «
9326 \series bold
9327 &
9328 \series default
9329 » como columnas siguientes de la tabla.
9330  
9331 \series bold
9332 &
9333 \series default
9334  es el carácter para separar celdas.
9335  Escribe en código TeX después de cada 
9336 \series bold
9337 &
9338 \series default
9339  el contenido de la celda siguiente correspondiente y borra el contenido
9340  de esas celdas.
9341 \begin_inset Newline newline
9342 \end_inset
9343
9344 Detrás del comando 
9345 \series bold
9346
9347 \backslash
9348
9349 \backslash
9350
9351 \series default
9352 , inserta tantos 
9353 \series bold
9354 &
9355 \series default
9356  como columnas haya delante de la actual.
9357  En la tabla
9358 \begin_inset space ~
9359 \end_inset
9360
9361
9362 \begin_inset CommandInset ref
9363 LatexCommand ref
9364 reference "tab:Saltos de Página Forzados"
9365
9366 \end_inset
9367
9368  la celda que debería cortarse está en la segunda columna seguida de otra
9369  columna.
9370  Por eso, el siguiente comando se inserta en la celda en código TeX detrás
9371  de «
9372 \emph on
9373 Castelchiodato,
9374 \emph default
9375 »:
9376 \end_layout
9377
9378 \begin_layout Standard
9379
9380 \series bold
9381 & 111
9382 \backslash
9383
9384 \backslash
9385  
9386 \backslash
9387 newpage
9388 \begin_inset Newline newline
9389 \end_inset
9390
9391 &
9392 \end_layout
9393
9394 \begin_layout Standard
9395 El «111» en la tercera columna de la fila se ha borrado.
9396
9397 \series bold
9398  
9399 \backslash
9400 newpage 
9401 \series default
9402 es necesario solo si en esta posición debiera ir definitivamente un salto
9403  de página, de otro modo es sólamente una posibilidad de salto.
9404  Si la fila más baja de la tabla larga no tiene, por alguna razón, línea
9405  superior pero quisieras una línea horizontal donde se corta la celda, usa
9406  este comando alternativo:
9407 \end_layout
9408
9409 \begin_layout Standard
9410
9411 \series bold
9412 & 111
9413 \backslash
9414
9415 \backslash
9416
9417 \begin_inset Newline newline
9418 \end_inset
9419
9420
9421 \backslash
9422 hline &
9423 \end_layout
9424
9425 \begin_layout Standard
9426 Cuando la celda a cortar está en la última columna, el comando
9427 \end_layout
9428
9429 \begin_layout Standard
9430
9431 \series bold
9432
9433 \backslash
9434 setlength{
9435 \backslash
9436 parfillskip}{0pt}
9437 \end_layout
9438
9439 \begin_layout Standard
9440 debe insertarse en código TeX al principio de la celda.
9441  Esto garantiza que la parte de la celda que será mostrada en la nueva página
9442  aparecerá con toda su anchura.
9443 \end_layout
9444
9445 \begin_layout Standard
9446 \align center
9447 \begin_inset Tabular
9448 <lyxtabular version="3" rows="38" columns="3">
9449 <features islongtable="true" lastFootEmpty="true" longtabularalignment="center">
9450 <column alignment="left" valignment="top" width="0cm">
9451 <column alignment="left" valignment="top" width="3cm">
9452 <column alignment="right" valignment="top" width="0pt">
9453 <row caption="true">
9454 <cell multicolumn="1" alignment="left" valignment="top" usebox="none">
9455 \begin_inset Text
9456
9457 \begin_layout Plain Layout
9458 \begin_inset Caption
9459
9460 \begin_layout Plain Layout
9461 Tabla con salto de página forzado en celda
9462 \begin_inset CommandInset label
9463 LatexCommand label
9464 name "tab:Saltos de Página Forzados"
9465
9466 \end_inset
9467
9468
9469 \begin_inset Argument
9470 status collapsed
9471
9472 \begin_layout Plain Layout
9473 Tabla con salto de página forzado en celda
9474 \end_layout
9475
9476 \end_inset
9477
9478
9479 \end_layout
9480
9481 \end_inset
9482
9483
9484 \end_layout
9485
9486 \end_inset
9487 </cell>
9488 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
9489 \begin_inset Text
9490
9491 \begin_layout Plain Layout
9492
9493 \end_layout
9494
9495 \end_inset
9496 </cell>
9497 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
9498 \begin_inset Text
9499
9500 \begin_layout Plain Layout
9501
9502 \end_layout
9503
9504 \end_inset
9505 </cell>
9506 </row>
9507 <row endfirsthead="true">
9508 <cell multicolumn="1" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
9509 \begin_inset Text
9510
9511 \begin_layout Plain Layout
9512
9513 \series bold
9514 Ejemplo de lista telefónica (ignore los nombres)
9515 \end_layout
9516
9517 \end_inset
9518 </cell>
9519 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
9520 \begin_inset Text
9521
9522 \begin_layout Plain Layout
9523
9524 \end_layout
9525
9526 \end_inset
9527 </cell>
9528 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
9529 \begin_inset Text
9530
9531 \begin_layout Plain Layout
9532
9533 \end_layout
9534
9535 \end_inset
9536 </cell>
9537 </row>
9538 <row endfirsthead="true">
9539 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
9540 \begin_inset Text
9541
9542 \begin_layout Plain Layout
9543
9544 \series bold
9545 NOMBRE
9546 \end_layout
9547
9548 \end_inset
9549 </cell>
9550 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
9551 \begin_inset Text
9552
9553 \begin_layout Plain Layout
9554
9555 \end_layout
9556
9557 \end_inset
9558 </cell>
9559 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
9560 \begin_inset Text
9561
9562 \begin_layout Plain Layout
9563
9564 \series bold
9565 TEL.
9566 \end_layout
9567
9568 \end_inset
9569 </cell>
9570 </row>
9571 <row endhead="true">
9572 <cell alignment="center" valignment="top" leftline="true" usebox="none">
9573 \begin_inset Text
9574
9575 \begin_layout Plain Layout
9576 \begin_inset ERT
9577 status collapsed
9578
9579 \begin_layout Plain Layout
9580
9581
9582 \backslash
9583 caption*{continúa Ejemplo de lista telefónica}
9584 \backslash
9585
9586 \backslash
9587 %
9588 \end_layout
9589
9590 \end_inset
9591
9592
9593 \end_layout
9594
9595 \end_inset
9596 </cell>
9597 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9598 \begin_inset Text
9599
9600 \begin_layout Plain Layout
9601
9602 \end_layout
9603
9604 \end_inset
9605 </cell>
9606 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9607 \begin_inset Text
9608
9609 \begin_layout Plain Layout
9610
9611 \end_layout
9612
9613 \end_inset
9614 </cell>
9615 </row>
9616 <row endhead="true">
9617 <cell multicolumn="1" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
9618 \begin_inset Text
9619
9620 \begin_layout Plain Layout
9621  
9622 \series bold
9623 Ejemplo de lista telefónica
9624 \end_layout
9625
9626 \end_inset
9627 </cell>
9628 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
9629 \begin_inset Text
9630
9631 \begin_layout Plain Layout
9632
9633 \end_layout
9634
9635 \end_inset
9636 </cell>
9637 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
9638 \begin_inset Text
9639
9640 \begin_layout Plain Layout
9641
9642 \end_layout
9643
9644 \end_inset
9645 </cell>
9646 </row>
9647 <row endhead="true">
9648 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
9649 \begin_inset Text
9650
9651 \begin_layout Plain Layout
9652
9653 \series bold
9654 NOMBRE
9655 \end_layout
9656
9657 \end_inset
9658 </cell>
9659 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
9660 \begin_inset Text
9661
9662 \begin_layout Plain Layout
9663
9664 \end_layout
9665
9666 \end_inset
9667 </cell>
9668 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
9669 \begin_inset Text
9670
9671 \begin_layout Plain Layout
9672
9673 \series bold
9674 TEL.
9675 \end_layout
9676
9677 \end_inset
9678 </cell>
9679 </row>
9680 <row endfoot="true">
9681 <cell multicolumn="1" alignment="right" valignment="top" usebox="none">
9682 \begin_inset Text
9683
9684 \begin_layout Plain Layout
9685 continúa en página siguiente
9686 \end_layout
9687
9688 \end_inset
9689 </cell>
9690 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
9691 \begin_inset Text
9692
9693 \begin_layout Plain Layout
9694
9695 \end_layout
9696
9697 \end_inset
9698 </cell>
9699 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
9700 \begin_inset Text
9701
9702 \begin_layout Plain Layout
9703
9704 \end_layout
9705
9706 \end_inset
9707 </cell>
9708 </row>
9709 <row>
9710 <cell alignment="center" valignment="top" leftline="true" usebox="none">
9711 \begin_inset Text
9712
9713 \begin_layout Plain Layout
9714
9715 \series bold
9716 Annovi
9717 \end_layout
9718
9719 \end_inset
9720 </cell>
9721 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9722 \begin_inset Text
9723
9724 \begin_layout Plain Layout
9725 Silvia
9726 \end_layout
9727
9728 \end_inset
9729 </cell>
9730 <cell alignment="right" valignment="top" rightline="true" usebox="none">
9731 \begin_inset Text
9732
9733 \begin_layout Plain Layout
9734 111
9735 \end_layout
9736
9737 \end_inset
9738 </cell>
9739 </row>
9740 <row>
9741 <cell alignment="center" valignment="top" leftline="true" usebox="none">
9742 \begin_inset Text
9743
9744 \begin_layout Plain Layout
9745
9746 \series bold
9747 Bertoli
9748 \end_layout
9749
9750 \end_inset
9751 </cell>
9752 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9753 \begin_inset Text
9754
9755 \begin_layout Plain Layout
9756 Stefano
9757 \end_layout
9758
9759 \end_inset
9760 </cell>
9761 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9762 \begin_inset Text
9763
9764 \begin_layout Plain Layout
9765 111
9766 \end_layout
9767
9768 \end_inset
9769 </cell>
9770 </row>
9771 <row>
9772 <cell alignment="center" valignment="top" leftline="true" usebox="none">
9773 \begin_inset Text
9774
9775 \begin_layout Plain Layout
9776
9777 \series bold
9778 Bozzi
9779 \end_layout
9780
9781 \end_inset
9782 </cell>
9783 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9784 \begin_inset Text
9785
9786 \begin_layout Plain Layout
9787 Walter
9788 \end_layout
9789
9790 \end_inset
9791 </cell>
9792 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9793 \begin_inset Text
9794
9795 \begin_layout Plain Layout
9796 111
9797 \end_layout
9798
9799 \end_inset
9800 </cell>
9801 </row>
9802 <row>
9803 <cell alignment="center" valignment="top" leftline="true" usebox="none">
9804 \begin_inset Text
9805
9806 \begin_layout Plain Layout
9807
9808 \series bold
9809 Cachia
9810 \end_layout
9811
9812 \end_inset
9813 </cell>
9814 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9815 \begin_inset Text
9816
9817 \begin_layout Plain Layout
9818 Maria
9819 \end_layout
9820
9821 \end_inset
9822 </cell>
9823 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9824 \begin_inset Text
9825
9826 \begin_layout Plain Layout
9827 111
9828 \end_layout
9829
9830 \end_inset
9831 </cell>
9832 </row>
9833 <row>
9834 <cell alignment="center" valignment="top" leftline="true" usebox="none">
9835 \begin_inset Text
9836
9837 \begin_layout Plain Layout
9838
9839 \series bold
9840 Cachia
9841 \end_layout
9842
9843 \end_inset
9844 </cell>
9845 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9846 \begin_inset Text
9847
9848 \begin_layout Plain Layout
9849 Maurizio
9850 \end_layout
9851
9852 \end_inset
9853 </cell>
9854 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9855 \begin_inset Text
9856
9857 \begin_layout Plain Layout
9858 111
9859 \end_layout
9860
9861 \end_inset
9862 </cell>
9863 </row>
9864 <row>
9865 <cell alignment="center" valignment="top" leftline="true" usebox="none">
9866 \begin_inset Text
9867
9868 \begin_layout Plain Layout
9869
9870 \series bold
9871 Cinquemani
9872 \end_layout
9873
9874 \end_inset
9875 </cell>
9876 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9877 \begin_inset Text
9878
9879 \begin_layout Plain Layout
9880 Giusi
9881 \end_layout
9882
9883 \end_inset
9884 </cell>
9885 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9886 \begin_inset Text
9887
9888 \begin_layout Plain Layout
9889 111
9890 \end_layout
9891
9892 \end_inset
9893 </cell>
9894 </row>
9895 <row>
9896 <cell alignment="center" valignment="top" leftline="true" usebox="none">
9897 \begin_inset Text
9898
9899 \begin_layout Plain Layout
9900
9901 \series bold
9902 Colin
9903 \end_layout
9904
9905 \end_inset
9906 </cell>
9907 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9908 \begin_inset Text
9909
9910 \begin_layout Plain Layout
9911 Bernard
9912 \end_layout
9913
9914 \end_inset
9915 </cell>
9916 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9917 \begin_inset Text
9918
9919 \begin_layout Plain Layout
9920 111
9921 \end_layout
9922
9923 \end_inset
9924 </cell>
9925 </row>
9926 <row>
9927 <cell alignment="center" valignment="top" leftline="true" usebox="none">
9928 \begin_inset Text
9929
9930 \begin_layout Plain Layout
9931
9932 \series bold
9933 Concli
9934 \end_layout
9935
9936 \end_inset
9937 </cell>
9938 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9939 \begin_inset Text
9940
9941 \begin_layout Plain Layout
9942 Gianfranco
9943 \end_layout
9944
9945 \end_inset
9946 </cell>
9947 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9948 \begin_inset Text
9949
9950 \begin_layout Plain Layout
9951 111
9952 \end_layout
9953
9954 \end_inset
9955 </cell>
9956 </row>
9957 <row>
9958 <cell alignment="center" valignment="top" leftline="true" usebox="none">
9959 \begin_inset Text
9960
9961 \begin_layout Plain Layout
9962
9963 \series bold
9964 Dal Bosco
9965 \end_layout
9966
9967 \end_inset
9968 </cell>
9969 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9970 \begin_inset Text
9971
9972 \begin_layout Plain Layout
9973 Carolina
9974 \end_layout
9975
9976 \end_inset
9977 </cell>
9978 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9979 \begin_inset Text
9980
9981 \begin_layout Plain Layout
9982 111
9983 \end_layout
9984
9985 \end_inset
9986 </cell>
9987 </row>
9988 <row>
9989 <cell alignment="center" valignment="top" leftline="true" usebox="none">
9990 \begin_inset Text
9991
9992 \begin_layout Plain Layout
9993
9994 \series bold
9995 Dalpiaz
9996 \end_layout
9997
9998 \end_inset
9999 </cell>
10000 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10001 \begin_inset Text
10002
10003 \begin_layout Plain Layout
10004 Annamaria
10005 \end_layout
10006
10007 \end_inset
10008 </cell>
10009 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10010 \begin_inset Text
10011
10012 \begin_layout Plain Layout
10013 111
10014 \end_layout
10015
10016 \end_inset
10017 </cell>
10018 </row>
10019 <row>
10020 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10021 \begin_inset Text
10022
10023 \begin_layout Plain Layout
10024
10025 \series bold
10026 Feliciello
10027 \end_layout
10028
10029 \end_inset
10030 </cell>
10031 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10032 \begin_inset Text
10033
10034 \begin_layout Plain Layout
10035 Domenico
10036 \end_layout
10037
10038 \end_inset
10039 </cell>
10040 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10041 \begin_inset Text
10042
10043 \begin_layout Plain Layout
10044 111
10045 \end_layout
10046
10047 \end_inset
10048 </cell>
10049 </row>
10050 <row>
10051 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10052 \begin_inset Text
10053
10054 \begin_layout Plain Layout
10055
10056 \series bold
10057 Focarelli
10058 \end_layout
10059
10060 \end_inset
10061 </cell>
10062 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10063 \begin_inset Text
10064
10065 \begin_layout Plain Layout
10066 Paola
10067 \end_layout
10068
10069 \end_inset
10070 </cell>
10071 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10072 \begin_inset Text
10073
10074 \begin_layout Plain Layout
10075 111
10076 \end_layout
10077
10078 \end_inset
10079 </cell>
10080 </row>
10081 <row>
10082 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10083 \begin_inset Text
10084
10085 \begin_layout Plain Layout
10086
10087 \series bold
10088 Galletti
10089 \end_layout
10090
10091 \end_inset
10092 </cell>
10093 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10094 \begin_inset Text
10095
10096 \begin_layout Plain Layout
10097 Oreste
10098 \end_layout
10099
10100 \end_inset
10101 </cell>
10102 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10103 \begin_inset Text
10104
10105 \begin_layout Plain Layout
10106 111
10107 \end_layout
10108
10109 \end_inset
10110 </cell>
10111 </row>
10112 <row>
10113 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10114 \begin_inset Text
10115
10116 \begin_layout Plain Layout
10117
10118 \series bold
10119 Gasparini
10120 \end_layout
10121
10122 \end_inset
10123 </cell>
10124 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10125 \begin_inset Text
10126
10127 \begin_layout Plain Layout
10128 Franca
10129 \end_layout
10130
10131 \end_inset
10132 </cell>
10133 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10134 \begin_inset Text
10135
10136 \begin_layout Plain Layout
10137 111
10138 \end_layout
10139
10140 \end_inset
10141 </cell>
10142 </row>
10143 <row>
10144 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10145 \begin_inset Text
10146
10147 \begin_layout Plain Layout
10148
10149 \series bold
10150 Lassini
10151 \end_layout
10152
10153 \end_inset
10154 </cell>
10155 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10156 \begin_inset Text
10157
10158 \begin_layout Plain Layout
10159 Giancarlo
10160 \end_layout
10161
10162 \end_inset
10163 </cell>
10164 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10165 \begin_inset Text
10166
10167 \begin_layout Plain Layout
10168
10169 \end_layout
10170
10171 \end_inset
10172 </cell>
10173 </row>
10174 <row>
10175 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10176 \begin_inset Text
10177
10178 \begin_layout Plain Layout
10179
10180 \series bold
10181 Malfatti
10182 \end_layout
10183
10184 \end_inset
10185 </cell>
10186 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10187 \begin_inset Text
10188
10189 \begin_layout Plain Layout
10190 Luciano
10191 \end_layout
10192
10193 \end_inset
10194 </cell>
10195 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10196 \begin_inset Text
10197
10198 \begin_layout Plain Layout
10199 111
10200 \end_layout
10201
10202 \end_inset
10203 </cell>
10204 </row>
10205 <row>
10206 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10207 \begin_inset Text
10208
10209 \begin_layout Plain Layout
10210
10211 \series bold
10212 Malfatti
10213 \end_layout
10214
10215 \end_inset
10216 </cell>
10217 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10218 \begin_inset Text
10219
10220 \begin_layout Plain Layout
10221 Valeriano
10222 \end_layout
10223
10224 \end_inset
10225 </cell>
10226 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10227 \begin_inset Text
10228
10229 \begin_layout Plain Layout
10230 111
10231 \end_layout
10232
10233 \end_inset
10234 </cell>
10235 </row>
10236 <row>
10237 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10238 \begin_inset Text
10239
10240 \begin_layout Plain Layout
10241
10242 \series bold
10243 Meneguzzo
10244 \end_layout
10245
10246 \end_inset
10247 </cell>
10248 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10249 \begin_inset Text
10250
10251 \begin_layout Plain Layout
10252 Roberto
10253 \end_layout
10254
10255 \end_inset
10256 </cell>
10257 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10258 \begin_inset Text
10259
10260 \begin_layout Plain Layout
10261 111
10262 \end_layout
10263
10264 \end_inset
10265 </cell>
10266 </row>
10267 <row>
10268 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10269 \begin_inset Text
10270
10271 \begin_layout Plain Layout
10272
10273 \series bold
10274 Mezzadra
10275 \end_layout
10276
10277 \end_inset
10278 </cell>
10279 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10280 \begin_inset Text
10281
10282 \begin_layout Plain Layout
10283 Roberto
10284 \end_layout
10285
10286 \end_inset
10287 </cell>
10288 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10289 \begin_inset Text
10290
10291 \begin_layout Plain Layout
10292 111
10293 \end_layout
10294
10295 \end_inset
10296 </cell>
10297 </row>
10298 <row>
10299 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10300 \begin_inset Text
10301
10302 \begin_layout Plain Layout
10303
10304 \series bold
10305 Pirpamer
10306 \end_layout
10307
10308 \end_inset
10309 </cell>
10310 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10311 \begin_inset Text
10312
10313 \begin_layout Plain Layout
10314 Erich
10315 \end_layout
10316
10317 \end_inset
10318 </cell>
10319 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10320 \begin_inset Text
10321
10322 \begin_layout Plain Layout
10323 111
10324 \end_layout
10325
10326 \end_inset
10327 </cell>
10328 </row>
10329 <row>
10330 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10331 \begin_inset Text
10332
10333 \begin_layout Plain Layout
10334
10335 \series bold
10336 Pochiesa
10337 \end_layout
10338
10339 \end_inset
10340 </cell>
10341 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10342 \begin_inset Text
10343
10344 \begin_layout Plain Layout
10345 Paolo
10346 \end_layout
10347
10348 \end_inset
10349 </cell>
10350 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10351 \begin_inset Text
10352
10353 \begin_layout Plain Layout
10354 111, 222
10355 \end_layout
10356
10357 \end_inset
10358 </cell>
10359 </row>
10360 <row>
10361 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10362 \begin_inset Text
10363
10364 \begin_layout Plain Layout
10365
10366 \series bold
10367 Radina
10368 \end_layout
10369
10370 \end_inset
10371 </cell>
10372 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10373 \begin_inset Text
10374
10375 \begin_layout Plain Layout
10376 Claudio
10377 \end_layout
10378
10379 \end_inset
10380 </cell>
10381 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10382 \begin_inset Text
10383
10384 \begin_layout Plain Layout
10385 111
10386 \end_layout
10387
10388 \end_inset
10389 </cell>
10390 </row>
10391 <row>
10392 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10393 \begin_inset Text
10394
10395 \begin_layout Plain Layout
10396
10397 \series bold
10398 Rizzardi
10399 \end_layout
10400
10401 \end_inset
10402 </cell>
10403 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10404 \begin_inset Text
10405
10406 \begin_layout Plain Layout
10407 Paolo, 11.
10408  Fürst von Montecompatri, 11.
10409  Fürst von Sulmona und Vivaro, 10.
10410  Fürst von Rossano, 5.
10411  Herzog von Canemorte, 11.
10412  Herzog von Palombara, 5.
10413  Herzog von Castelchiodato,
10414 \begin_inset ERT
10415 status open
10416
10417 \begin_layout Plain Layout
10418
10419 & 111
10420 \backslash
10421
10422 \backslash
10423  
10424 \backslash
10425 newpage
10426 \end_layout
10427
10428 \begin_layout Plain Layout
10429
10430 &
10431 \end_layout
10432
10433 \end_inset
10434
10435  11.
10436  Herzog von Poggionativo, 11.
10437  Markis von Mentana, Norma, Civitella, Pratica, Moricone und Percille, 11.
10438  Graf von Valinfreda, 11.
10439  Baron von Cropalati, 11.
10440  Herr von Scarpa, Edelmann von Rom, Patrizier von Venedig, Neapel und Genua
10441 \end_layout
10442
10443 \end_inset
10444 </cell>
10445 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10446 \begin_inset Text
10447
10448 \begin_layout Plain Layout
10449 111
10450 \end_layout
10451
10452 \end_inset
10453 </cell>
10454 </row>
10455 <row>
10456 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10457 \begin_inset Text
10458
10459 \begin_layout Plain Layout
10460
10461 \series bold
10462 Stuffer
10463 \end_layout
10464
10465 \end_inset
10466 </cell>
10467 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10468 \begin_inset Text
10469
10470 \begin_layout Plain Layout
10471 Oskar
10472 \end_layout
10473
10474 \end_inset
10475 </cell>
10476 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10477 \begin_inset Text
10478
10479 \begin_layout Plain Layout
10480 111
10481 \end_layout
10482
10483 \end_inset
10484 </cell>
10485 </row>
10486 <row>
10487 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10488 \begin_inset Text
10489
10490 \begin_layout Plain Layout
10491
10492 \series bold
10493 Tacchelli
10494 \end_layout
10495
10496 \end_inset
10497 </cell>
10498 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10499 \begin_inset Text
10500
10501 \begin_layout Plain Layout
10502 Ugo
10503 \end_layout
10504
10505 \end_inset
10506 </cell>
10507 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10508 \begin_inset Text
10509
10510 \begin_layout Plain Layout
10511 111
10512 \end_layout
10513
10514 \end_inset
10515 </cell>
10516 </row>
10517 <row>
10518 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10519 \begin_inset Text
10520
10521 \begin_layout Plain Layout
10522
10523 \series bold
10524 Tezzele
10525 \end_layout
10526
10527 \end_inset
10528 </cell>
10529 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10530 \begin_inset Text
10531
10532 \begin_layout Plain Layout
10533 Margit
10534 \end_layout
10535
10536 \end_inset
10537 </cell>
10538 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10539 \begin_inset Text
10540
10541 \begin_layout Plain Layout
10542 111
10543 \end_layout
10544
10545 \end_inset
10546 </cell>
10547 </row>
10548 <row>
10549 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10550 \begin_inset Text
10551
10552 \begin_layout Plain Layout
10553
10554 \series bold
10555 Unterkalmsteiner
10556 \end_layout
10557
10558 \end_inset
10559 </cell>
10560 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10561 \begin_inset Text
10562
10563 \begin_layout Plain Layout
10564 Frieda
10565 \end_layout
10566
10567 \end_inset
10568 </cell>
10569 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10570 \begin_inset Text
10571
10572 \begin_layout Plain Layout
10573 111
10574 \end_layout
10575
10576 \end_inset
10577 </cell>
10578 </row>
10579 <row>
10580 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10581 \begin_inset Text
10582
10583 \begin_layout Plain Layout
10584
10585 \series bold
10586 Vieider
10587 \end_layout
10588
10589 \end_inset
10590 </cell>
10591 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10592 \begin_inset Text
10593
10594 \begin_layout Plain Layout
10595 Hilde
10596 \end_layout
10597
10598 \end_inset
10599 </cell>
10600 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10601 \begin_inset Text
10602
10603 \begin_layout Plain Layout
10604 111
10605 \end_layout
10606
10607 \end_inset
10608 </cell>
10609 </row>
10610 <row>
10611 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10612 \begin_inset Text
10613
10614 \begin_layout Plain Layout
10615
10616 \series bold
10617 Vigna
10618 \end_layout
10619
10620 \end_inset
10621 </cell>
10622 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10623 \begin_inset Text
10624
10625 \begin_layout Plain Layout
10626 Jürgen
10627 \end_layout
10628
10629 \end_inset
10630 </cell>
10631 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10632 \begin_inset Text
10633
10634 \begin_layout Plain Layout
10635 111
10636 \end_layout
10637
10638 \end_inset
10639 </cell>
10640 </row>
10641 <row>
10642 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10643 \begin_inset Text
10644
10645 \begin_layout Plain Layout
10646
10647 \series bold
10648 Weber
10649 \end_layout
10650
10651 \end_inset
10652 </cell>
10653 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10654 \begin_inset Text
10655
10656 \begin_layout Plain Layout
10657 Maurizio
10658 \end_layout
10659
10660 \end_inset
10661 </cell>
10662 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10663 \begin_inset Text
10664
10665 \begin_layout Plain Layout
10666 111
10667 \end_layout
10668
10669 \end_inset
10670 </cell>
10671 </row>
10672 <row>
10673 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
10674 \begin_inset Text
10675
10676 \begin_layout Plain Layout
10677
10678 \series bold
10679 Winkler
10680 \end_layout
10681
10682 \end_inset
10683 </cell>
10684 <cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
10685 \begin_inset Text
10686
10687 \begin_layout Plain Layout
10688 Franz
10689 \end_layout
10690
10691 \end_inset
10692 </cell>
10693 <cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
10694 \begin_inset Text
10695
10696 \begin_layout Plain Layout
10697 111
10698 \end_layout
10699
10700 \end_inset
10701 </cell>
10702 </row>
10703 </lyxtabular>
10704
10705 \end_inset
10706
10707
10708 \end_layout
10709
10710 \begin_layout Section
10711 Líneas múltiples en columnas y filas
10712 \end_layout
10713
10714 \begin_layout Subsection
10715 Líneas múltiples en celdas
10716 \begin_inset CommandInset label
10717 LatexCommand label
10718 name "sub:Líneas-Múltiples-en"
10719
10720 \end_inset
10721
10722
10723 \begin_inset Index idx
10724 status collapsed
10725
10726 \begin_layout Plain Layout
10727 Lineas@Líneas múltiples en celdas
10728 \end_layout
10729
10730 \end_inset
10731
10732
10733 \begin_inset Index idx
10734 status collapsed
10735
10736 \begin_layout Plain Layout
10737 Tablas ! Saltos de línea
10738 \end_layout
10739
10740 \end_inset
10741
10742
10743 \end_layout
10744
10745 \begin_layout Standard
10746 \noindent
10747 \begin_inset Float table
10748 placement H
10749 wide false
10750 sideways false
10751 status open
10752
10753 \begin_layout Plain Layout
10754 \begin_inset Caption
10755
10756 \begin_layout Plain Layout
10757 \begin_inset CommandInset label
10758 LatexCommand label
10759 name "tab:Tabla-con-múltiples"
10760
10761 \end_inset
10762
10763 Tabla con líneas múltiples en celda
10764 \end_layout
10765
10766 \end_inset
10767
10768
10769 \end_layout
10770
10771 \begin_layout Plain Layout
10772 \align center
10773 \begin_inset Tabular
10774 <lyxtabular version="3" rows="3" columns="3">
10775 <features tabularvalignment="middle">
10776 <column alignment="center" valignment="middle" width="2.5cm">
10777 <column alignment="center" valignment="middle" width="0">
10778 <column alignment="center" valignment="middle" width="0">
10779 <row>
10780 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
10781 \begin_inset Text
10782
10783 \begin_layout Plain Layout
10784 líneas
10785 \begin_inset Newline linebreak
10786 \end_inset
10787
10788 múltiples
10789 \end_layout
10790
10791 \end_inset
10792 </cell>
10793 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
10794 \begin_inset Text
10795
10796 \begin_layout Plain Layout
10797 b
10798 \end_layout
10799
10800 \end_inset
10801 </cell>
10802 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
10803 \begin_inset Text
10804
10805 \begin_layout Plain Layout
10806 c
10807 \end_layout
10808
10809 \end_inset
10810 </cell>
10811 </row>
10812 <row>
10813 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
10814 \begin_inset Text
10815
10816 \begin_layout Plain Layout
10817 d
10818 \end_layout
10819
10820 \end_inset
10821 </cell>
10822 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
10823 \begin_inset Text
10824
10825 \begin_layout Plain Layout
10826 e
10827 \end_layout
10828
10829 \end_inset
10830 </cell>
10831 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
10832 \begin_inset Text
10833
10834 \begin_layout Plain Layout
10835 f
10836 \end_layout
10837
10838 \end_inset
10839 </cell>
10840 </row>
10841 <row>
10842 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
10843 \begin_inset Text
10844
10845 \begin_layout Plain Layout
10846 g
10847 \end_layout
10848
10849 \end_inset
10850 </cell>
10851 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
10852 \begin_inset Text
10853
10854 \begin_layout Plain Layout
10855 h
10856 \end_layout
10857
10858 \end_inset
10859 </cell>
10860 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
10861 \begin_inset Text
10862
10863 \begin_layout Plain Layout
10864 i
10865 \end_layout
10866
10867 \end_inset
10868 </cell>
10869 </row>
10870 </lyxtabular>
10871
10872 \end_inset
10873
10874
10875 \end_layout
10876
10877 \end_inset
10878
10879
10880 \end_layout
10881
10882 \begin_layout Standard
10883 Al ajustar anchura fija en una columna se habilita la entrada de texto como
10884  párrafos con varias líneas y guionado.
10885 \end_layout
10886
10887 \begin_layout Standard
10888 Para generar la tabla
10889 \begin_inset space ~
10890 \end_inset
10891
10892
10893 \begin_inset CommandInset ref
10894 LatexCommand ref
10895 reference "tab:Tabla-con-múltiples"
10896
10897 \end_inset
10898
10899 , crea una tabla 3×3, marca la primera celda y haz clic derecho sobre ella.
10900  En el diálogo que surge establece una anchura de 2.5
10901 \begin_inset space \thinspace{}
10902 \end_inset
10903
10904 cm y escoge centro en alineación vertical y horizontal.
10905  La alineación vertical se utiliza para todas las celdas de la fila.
10906  Como nuestro texto es menor de 2.5
10907 \begin_inset space \thinspace{}
10908 \end_inset
10909
10910 cm, sólo aparece una línea.
10911  Para poner dos añadimos un salto de línea justificado, (atajo 
10912 \family sans
10913 Ctrl+Mayúsculas+Retorno
10914 \family default
10915 ).
10916  Si el texto es más ancho que la celda será automáticamente dividido en
10917  líneas.
10918 \end_layout
10919
10920 \begin_layout Standard
10921 Si hay una palabra larga en una celda con anchura fija, LaTeX no puede cortarla
10922  con guión si es la primera entrada.
10923  Por eso hay que insertar algo para que dicha palabra no sea la primera
10924  entrada: añade un espacio horizontal de 0
10925 \begin_inset space \thinspace{}
10926 \end_inset
10927
10928 pt delante de la palabra.
10929  Como el espacio es 0 la salida no cambia.
10930  El cuadro
10931 \begin_inset space ~
10932 \end_inset
10933
10934
10935 \begin_inset CommandInset ref
10936 LatexCommand ref
10937 reference "tab:Tabla-con-y"
10938
10939 \end_inset
10940
10941  muestra el efecto.
10942 \end_layout
10943
10944 \begin_layout Standard
10945 \begin_inset Float table
10946 placement b
10947 wide false
10948 sideways false
10949 status open
10950
10951 \begin_layout Plain Layout
10952 \begin_inset Caption
10953
10954 \begin_layout Plain Layout
10955 \begin_inset CommandInset label
10956 LatexCommand label
10957 name "tab:Tabla-con-y"
10958
10959 \end_inset
10960
10961 Tablas con y sin guión
10962 \end_layout
10963
10964 \end_inset
10965
10966
10967 \end_layout
10968
10969 \begin_layout Plain Layout
10970 \begin_inset space \hfill{}
10971 \end_inset
10972
10973
10974 \begin_inset Tabular
10975 <lyxtabular version="3" rows="3" columns="3">
10976 <features tabularvalignment="middle">
10977 <column alignment="center" valignment="middle" width="2.5cm">
10978 <column alignment="center" valignment="middle" width="0">
10979 <column alignment="center" valignment="middle" width="0">
10980 <row>
10981 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
10982 \begin_inset Text
10983
10984 \begin_layout Plain Layout
10985 celdaconpalabramuylarga
10986 \end_layout
10987
10988 \end_inset
10989 </cell>
10990 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
10991 \begin_inset Text
10992
10993 \begin_layout Plain Layout
10994 b
10995 \end_layout
10996
10997 \end_inset
10998 </cell>
10999 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
11000 \begin_inset Text
11001
11002 \begin_layout Plain Layout
11003 c
11004 \end_layout
11005
11006 \end_inset
11007 </cell>
11008 </row>
11009 <row>
11010 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11011 \begin_inset Text
11012
11013 \begin_layout Plain Layout
11014 d
11015 \end_layout
11016
11017 \end_inset
11018 </cell>
11019 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11020 \begin_inset Text
11021
11022 \begin_layout Plain Layout
11023 e
11024 \end_layout
11025
11026 \end_inset
11027 </cell>
11028 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
11029 \begin_inset Text
11030
11031 \begin_layout Plain Layout
11032 f
11033 \end_layout
11034
11035 \end_inset
11036 </cell>
11037 </row>
11038 <row>
11039 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11040 \begin_inset Text
11041
11042 \begin_layout Plain Layout
11043 g
11044 \end_layout
11045
11046 \end_inset
11047 </cell>
11048 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11049 \begin_inset Text
11050
11051 \begin_layout Plain Layout
11052 h
11053 \end_layout
11054
11055 \end_inset
11056 </cell>
11057 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
11058 \begin_inset Text
11059
11060 \begin_layout Plain Layout
11061 i
11062 \end_layout
11063
11064 \end_inset
11065 </cell>
11066 </row>
11067 </lyxtabular>
11068
11069 \end_inset
11070
11071
11072 \begin_inset space \hfill{}
11073 \end_inset
11074
11075
11076 \begin_inset Tabular
11077 <lyxtabular version="3" rows="3" columns="3">
11078 <features tabularvalignment="middle">
11079 <column alignment="center" valignment="middle" width="2.5cm">
11080 <column alignment="center" valignment="middle" width="0">
11081 <column alignment="center" valignment="middle" width="0">
11082 <row>
11083 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11084 \begin_inset Text
11085
11086 \begin_layout Plain Layout
11087 \begin_inset space \hspace{}
11088 \length 0pt
11089 \end_inset
11090
11091 celdaconpalabramuylarga
11092 \end_layout
11093
11094 \end_inset
11095 </cell>
11096 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11097 \begin_inset Text
11098
11099 \begin_layout Plain Layout
11100 b
11101 \end_layout
11102
11103 \end_inset
11104 </cell>
11105 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
11106 \begin_inset Text
11107
11108 \begin_layout Plain Layout
11109 c
11110 \end_layout
11111
11112 \end_inset
11113 </cell>
11114 </row>
11115 <row>
11116 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11117 \begin_inset Text
11118
11119 \begin_layout Plain Layout
11120 d
11121 \end_layout
11122
11123 \end_inset
11124 </cell>
11125 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11126 \begin_inset Text
11127
11128 \begin_layout Plain Layout
11129 e
11130 \end_layout
11131
11132 \end_inset
11133 </cell>
11134 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
11135 \begin_inset Text
11136
11137 \begin_layout Plain Layout
11138 f
11139 \end_layout
11140
11141 \end_inset
11142 </cell>
11143 </row>
11144 <row>
11145 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11146 \begin_inset Text
11147
11148 \begin_layout Plain Layout
11149 g
11150 \end_layout
11151
11152 \end_inset
11153 </cell>
11154 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11155 \begin_inset Text
11156
11157 \begin_layout Plain Layout
11158 h
11159 \end_layout
11160
11161 \end_inset
11162 </cell>
11163 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
11164 \begin_inset Text
11165
11166 \begin_layout Plain Layout
11167 i
11168 \end_layout
11169
11170 \end_inset
11171 </cell>
11172 </row>
11173 </lyxtabular>
11174
11175 \end_inset
11176
11177
11178 \begin_inset space \hfill{}
11179 \end_inset
11180
11181
11182 \end_layout
11183
11184 \end_inset
11185
11186
11187 \end_layout
11188
11189 \begin_layout Subsection
11190 Multicolumnas
11191 \begin_inset CommandInset label
11192 LatexCommand label
11193 name "sub:Multicolumnas"
11194
11195 \end_inset
11196
11197
11198 \begin_inset Index idx
11199 status collapsed
11200
11201 \begin_layout Plain Layout
11202 Multicolumnas
11203 \end_layout
11204
11205 \end_inset
11206
11207
11208 \begin_inset Index idx
11209 status collapsed
11210
11211 \begin_layout Plain Layout
11212 Tablas ! Multicolumnas
11213 \end_layout
11214
11215 \end_inset
11216
11217
11218 \end_layout
11219
11220 \begin_layout Subsubsection
11221 Fundamentos de multicolumna
11222 \end_layout
11223
11224 \begin_layout Standard
11225 Para extender una celda sobre varias columnas, se marcan las celdas que
11226  se desee combinar y se usa el botón 
11227 \begin_inset Graphics
11228         filename ../../images/tabular-feature_multicolumn.png
11229         scale 85
11230
11231 \end_inset
11232
11233 , el menú 
11234 \family sans
11235 Editar\SpecialChar \menuseparator
11236 Tabla\SpecialChar \menuseparator
11237 Multicolumna
11238 \family default
11239 , o clic derecho sobre las celdas marcadas y elige 
11240 \family sans
11241 Multicolumna 
11242 \family default
11243 en el menú contextual emergente.
11244 \end_layout
11245
11246 \begin_layout Standard
11247 Las multicolumnas tienen su propia configuración de celdas.
11248  Esto es, los cambios de bordes, alineación y anchura sólo afectan a la
11249  multicolumna.
11250  Aquí hay un ejemplo con una multicolumna en la primera fila y otra en la
11251  última fila sin borde superior:
11252 \end_layout
11253
11254 \begin_layout Standard
11255 \align center
11256 \begin_inset Tabular
11257 <lyxtabular version="3" rows="3" columns="4">
11258 <features firstHeadTopDL="true" firstHeadBottomDL="true" tabularvalignment="middle">
11259 <column alignment="center" valignment="top" width="0pt">
11260 <column alignment="center" valignment="middle" width="0">
11261 <column alignment="center" valignment="top" width="0in">
11262 <column alignment="center" valignment="top" width="0pt">
11263 <row>
11264 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11265 \begin_inset Text
11266
11267 \begin_layout Plain Layout
11268 abc
11269 \end_layout
11270
11271 \end_inset
11272 </cell>
11273 <cell multicolumn="1" alignment="center" valignment="middle" topline="true" bottomline="true" leftline="true" usebox="none">
11274 \begin_inset Text
11275
11276 \begin_layout Plain Layout
11277 def ghi
11278 \end_layout
11279
11280 \end_inset
11281 </cell>
11282 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11283 \begin_inset Text
11284
11285 \begin_layout Plain Layout
11286
11287 \end_layout
11288
11289 \end_inset
11290 </cell>
11291 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
11292 \begin_inset Text
11293
11294 \begin_layout Plain Layout
11295 jkl
11296 \end_layout
11297
11298 \end_inset
11299 </cell>
11300 </row>
11301 <row>
11302 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11303 \begin_inset Text
11304
11305 \begin_layout Plain Layout
11306
11307 \family roman
11308 \series medium
11309 \shape up
11310 \size normal
11311 \emph off
11312 \bar no
11313 \noun off
11314 \color none
11315 A
11316 \end_layout
11317
11318 \end_inset
11319 </cell>
11320 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11321 \begin_inset Text
11322
11323 \begin_layout Plain Layout
11324 B
11325 \end_layout
11326
11327 \end_inset
11328 </cell>
11329 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11330 \begin_inset Text
11331
11332 \begin_layout Plain Layout
11333 C
11334 \end_layout
11335
11336 \end_inset
11337 </cell>
11338 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
11339 \begin_inset Text
11340
11341 \begin_layout Plain Layout
11342 D
11343 \end_layout
11344
11345 \end_inset
11346 </cell>
11347 </row>
11348 <row>
11349 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11350 \begin_inset Text
11351
11352 \begin_layout Plain Layout
11353 1
11354 \end_layout
11355
11356 \end_inset
11357 </cell>
11358 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
11359 \begin_inset Text
11360
11361 \begin_layout Plain Layout
11362 2
11363 \end_layout
11364
11365 \end_inset
11366 </cell>
11367 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11368 \begin_inset Text
11369
11370 \begin_layout Plain Layout
11371 3
11372 \end_layout
11373
11374 \end_inset
11375 </cell>
11376 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
11377 \begin_inset Text
11378
11379 \begin_layout Plain Layout
11380 4
11381 \end_layout
11382
11383 \end_inset
11384 </cell>
11385 </row>
11386 </lyxtabular>
11387
11388 \end_inset
11389
11390
11391 \end_layout
11392
11393 \begin_layout Subsubsection
11394 Cálculos en multicolumnas
11395 \begin_inset CommandInset label
11396 LatexCommand label
11397 name "sub:Cálculos-en-Multicolumnas"
11398
11399 \end_inset
11400
11401
11402 \begin_inset Index idx
11403 status collapsed
11404
11405 \begin_layout Plain Layout
11406 Multicolumnas ! Cálculos
11407 \end_layout
11408
11409 \end_inset
11410
11411
11412 \end_layout
11413
11414 \begin_layout Standard
11415 LyX soporta multicolumnas directamente, pero hay que prestar atención a
11416  la anchura de celda de las columnas combinadas en la celda multicolumna.
11417 \end_layout
11418
11419 \begin_layout Standard
11420 \begin_inset Float table
11421 placement h
11422 wide false
11423 sideways false
11424 status open
11425
11426 \begin_layout Plain Layout
11427 \begin_inset Caption
11428
11429 \begin_layout Plain Layout
11430 \begin_inset CommandInset label
11431 LatexCommand label
11432 name "tab:Tabla-con-centrado"
11433
11434 \end_inset
11435
11436 Tabla con texto centrado en multicolumna sobre dos columnas que tienen exactamen
11437 te la mitad de anchura que la celda multicolumna
11438 \begin_inset Argument
11439 status collapsed
11440
11441 \begin_layout Plain Layout
11442 Tabla multicolumna perfecta
11443 \end_layout
11444
11445 \end_inset
11446
11447
11448 \end_layout
11449
11450 \end_inset
11451
11452
11453 \end_layout
11454
11455 \begin_layout Plain Layout
11456 \align center
11457 \begin_inset Tabular
11458 <lyxtabular version="3" rows="3" columns="3">
11459 <features tabularvalignment="middle">
11460 <column alignment="center" valignment="middle" width="0" special=">{\centering}m{1.25cm-6.2pt}">
11461 <column alignment="center" valignment="middle" width="0">
11462 <column alignment="center" valignment="top" width="0">
11463 <row>
11464 <cell multicolumn="1" alignment="center" valignment="middle" topline="true" leftline="true" usebox="none" special=">{\centering}m{2.5cm}">
11465 \begin_inset Text
11466
11467 \begin_layout Plain Layout
11468 multicolumna línea múltiple
11469 \end_layout
11470
11471 \end_inset
11472 </cell>
11473 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11474 \begin_inset Text
11475
11476 \begin_layout Plain Layout
11477
11478 \end_layout
11479
11480 \end_inset
11481 </cell>
11482 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
11483 \begin_inset Text
11484
11485 \begin_layout Plain Layout
11486 c
11487 \end_layout
11488
11489 \end_inset
11490 </cell>
11491 </row>
11492 <row>
11493 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11494 \begin_inset Text
11495
11496 \begin_layout Plain Layout
11497 d
11498 \end_layout
11499
11500 \end_inset
11501 </cell>
11502 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11503 \begin_inset Text
11504
11505 \begin_layout Plain Layout
11506 e
11507 \end_layout
11508
11509 \end_inset
11510 </cell>
11511 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
11512 \begin_inset Text
11513
11514 \begin_layout Plain Layout
11515 f
11516 \end_layout
11517
11518 \end_inset
11519 </cell>
11520 </row>
11521 <row>
11522 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11523 \begin_inset Text
11524
11525 \begin_layout Plain Layout
11526 g
11527 \end_layout
11528
11529 \end_inset
11530 </cell>
11531 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11532 \begin_inset Text
11533
11534 \begin_layout Plain Layout
11535 h
11536 \end_layout
11537
11538 \end_inset
11539 </cell>
11540 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
11541 \begin_inset Text
11542
11543 \begin_layout Plain Layout
11544 i
11545 \end_layout
11546
11547 \end_inset
11548 </cell>
11549 </row>
11550 </lyxtabular>
11551
11552 \end_inset
11553
11554
11555 \end_layout
11556
11557 \end_inset
11558
11559
11560 \end_layout
11561
11562 \begin_layout Standard
11563 Por ejemplo, para crear la tabla
11564 \begin_inset space ~
11565 \end_inset
11566
11567
11568 \begin_inset CommandInset ref
11569 LatexCommand ref
11570 reference "tab:Tabla-con-centrado"
11571
11572 \end_inset
11573
11574 , marca las dos primeras celdas en la primera fila de una tabla 3×3 y haz
11575  clic derecho.
11576  En el diálogo marca 
11577 \emph on
11578 multicolumna
11579 \emph default
11580
11581 \emph on
11582 alineación centro
11583 \emph default
11584  y una anchura de 2.5
11585 \begin_inset space \thinspace{}
11586 \end_inset
11587
11588 cm.
11589  Las columnas combinadas deberían tener exactamente la mitad de la anchura
11590  de la celda multicolumna, así que deberías ajustar 1.25
11591 \begin_inset space \thinspace{}
11592 \end_inset
11593
11594 cm para la primera columna.
11595  La segunda columna tendrá entonces automáticamente 1.25
11596 \begin_inset space \thinspace{}
11597 \end_inset
11598
11599 cm de anchura.
11600  Para la tabla
11601 \begin_inset space ~
11602 \end_inset
11603
11604
11605 \begin_inset CommandInset ref
11606 LatexCommand ref
11607 reference "tab:Tabla-sin-mitad"
11608
11609 \end_inset
11610
11611  se ha procedido de la siguiente manera:
11612 \end_layout
11613
11614 \begin_layout Standard
11615 \begin_inset Float table
11616 wide false
11617 sideways false
11618 status open
11619
11620 \begin_layout Plain Layout
11621 \begin_inset Caption
11622
11623 \begin_layout Plain Layout
11624 \begin_inset CommandInset label
11625 LatexCommand label
11626 name "tab:Tabla-sin-mitad"
11627
11628 \end_inset
11629
11630 Tabla en la que las columnas combinadas no tienen exactamente la mitad de
11631  anchura que la celda multicolumna
11632 \begin_inset Argument
11633 status collapsed
11634
11635 \begin_layout Plain Layout
11636 Tabla multicolumna imperfecta
11637 \end_layout
11638
11639 \end_inset
11640
11641
11642 \end_layout
11643
11644 \end_inset
11645
11646
11647 \end_layout
11648
11649 \begin_layout Plain Layout
11650 \align center
11651 \begin_inset Tabular
11652 <lyxtabular version="3" rows="3" columns="3">
11653 <features tabularvalignment="middle">
11654 <column alignment="center" valignment="top" width="1.25cm">
11655 <column alignment="center" valignment="top" width="0">
11656 <column alignment="center" valignment="top" width="0">
11657 <row>
11658 <cell multicolumn="1" alignment="center" valignment="top" topline="true" leftline="true" usebox="none" width="2.5cm">
11659 \begin_inset Text
11660
11661 \begin_layout Plain Layout
11662 multicolumna línea múltiple
11663 \end_layout
11664
11665 \end_inset
11666 </cell>
11667 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11668 \begin_inset Text
11669
11670 \begin_layout Plain Layout
11671
11672 \end_layout
11673
11674 \end_inset
11675 </cell>
11676 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
11677 \begin_inset Text
11678
11679 \begin_layout Plain Layout
11680 c
11681 \end_layout
11682
11683 \end_inset
11684 </cell>
11685 </row>
11686 <row>
11687 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11688 \begin_inset Text
11689
11690 \begin_layout Plain Layout
11691 d
11692 \end_layout
11693
11694 \end_inset
11695 </cell>
11696 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11697 \begin_inset Text
11698
11699 \begin_layout Plain Layout
11700 e
11701 \end_layout
11702
11703 \end_inset
11704 </cell>
11705 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
11706 \begin_inset Text
11707
11708 \begin_layout Plain Layout
11709 f
11710 \end_layout
11711
11712 \end_inset
11713 </cell>
11714 </row>
11715 <row>
11716 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11717 \begin_inset Text
11718
11719 \begin_layout Plain Layout
11720 g
11721 \end_layout
11722
11723 \end_inset
11724 </cell>
11725 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11726 \begin_inset Text
11727
11728 \begin_layout Plain Layout
11729 h
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 i
11739 \end_layout
11740
11741 \end_inset
11742 </cell>
11743 </row>
11744 </lyxtabular>
11745
11746 \end_inset
11747
11748
11749 \end_layout
11750
11751 \end_inset
11752
11753
11754 \end_layout
11755
11756 \begin_layout Standard
11757 Se ve que la primera columna no tiene la mitad de ancho que la celda multicolumn
11758 a, es un poco mayor.
11759  La razón es que la anchura dada para una celda 
11760 \begin_inset Formula $W_{g}$
11761 \end_inset
11762
11763  no es su anchura total 
11764 \begin_inset Formula $W_{\mathrm{tot}}$
11765 \end_inset
11766
11767  porque una celda es siempre algo mayor que la anchura dada.
11768  El apéndice
11769 \begin_inset space ~
11770 \end_inset
11771
11772
11773 \begin_inset CommandInset ref
11774 LatexCommand eqref
11775 reference "cap:Explicación-de-la-Ecuación"
11776
11777 \end_inset
11778
11779  lo explica con detalle.
11780 \end_layout
11781
11782 \begin_layout Standard
11783 La anchura dada 
11784 \begin_inset Formula $W_{g\, n}$
11785 \end_inset
11786
11787  necesaria para combinar 
11788 \emph on
11789 n
11790 \emph default
11791  columnas puede calcularse de manera que cada columna tenga una anchura
11792  total de 
11793 \begin_inset Formula $W_{\mathrm{tot\, multicolumn}}/n$
11794 \end_inset
11795
11796 :
11797 \begin_inset Formula \begin{equation}
11798 W_{g\, n}=(W_{g\,\mathrm{multicolumn}}+(1-n)\cdot(12.4\,\mathrm{pt}))/n\label{eq:Wgn}\end{equation}
11799
11800 \end_inset
11801
11802
11803 \end_layout
11804
11805 \begin_layout Standard
11806 En nuestro caso tenemos 
11807 \begin_inset Formula $n=2$
11808 \end_inset
11809
11810
11811 \begin_inset Formula $W_{g\,\mathrm{multicolumn}}=2.5\,$
11812 \end_inset
11813
11814
11815 \begin_inset space \thinspace{}
11816 \end_inset
11817
11818 cm y los valores predeterminados para longitudes, así la ecuación
11819 \begin_inset space ~
11820 \end_inset
11821
11822
11823 \begin_inset CommandInset ref
11824 LatexCommand ref
11825 reference "eq:Wgn"
11826
11827 \end_inset
11828
11829  queda
11830 \begin_inset Formula \begin{equation}
11831 W_{g\,2}=1.25\,\mathrm{cm}-6.2\,\mathrm{pt}\end{equation}
11832
11833 \end_inset
11834
11835
11836 \end_layout
11837
11838 \begin_layout Standard
11839 Para habilitar cálculos en LaTeX, debe cargarse en el preámbulo el paquete
11840  
11841 \series bold
11842 calc
11843 \series default
11844  con la línea
11845 \begin_inset Index idx
11846 status collapsed
11847
11848 \begin_layout Plain Layout
11849 LaTeX-paquetes ! calc
11850 \end_layout
11851
11852 \end_inset
11853
11854
11855 \end_layout
11856
11857 \begin_layout Standard
11858
11859 \series bold
11860
11861 \backslash
11862 usepackage{calc}
11863 \end_layout
11864
11865 \begin_layout Standard
11866 LyX no permite calcular longitudes en el campo Ancho del cuadro de diálogo.
11867  Por tanto hay que insertar un argumento LaTeX en el diálogo.
11868  He aquí un repaso de los argumentos:
11869 \end_layout
11870
11871 \begin_layout Itemize
11872
11873 \series bold
11874 p{ancho}
11875 \series default
11876  crea celdas con anchura fija, el texto alineado arriba
11877 \end_layout
11878
11879 \begin_layout Itemize
11880
11881 \series bold
11882 m{ancho}
11883 \series default
11884  crea celdas con anchura fija, el texto con alineación vertical centrada
11885  
11886 \end_layout
11887
11888 \begin_layout Itemize
11889
11890 \series bold
11891 b{ancho}
11892 \series default
11893  crea celdas con anchura fija, el texto alineado abajo
11894 \end_layout
11895
11896 \begin_layout Standard
11897 Al introducir un argumento LaTeX, todas las propiedades de celda puestas
11898  en el diálogo se ignoran.
11899 \end_layout
11900
11901 \begin_layout Standard
11902 \begin_inset Note Greyedout
11903 status open
11904
11905 \begin_layout Plain Layout
11906
11907 \series bold
11908 Nota:
11909 \series default
11910  Debido a un error, LyX muestra de todas formas estas propiedades.
11911 \end_layout
11912
11913 \end_inset
11914
11915  
11916 \end_layout
11917
11918 \begin_layout Standard
11919 El comando 
11920 \series bold
11921
11922 \backslash
11923 centering
11924 \series default
11925  centra horizontalmente el texto.
11926  Puedes entonces introducir el siguiente argumento de LaTeX para la primera
11927  columna extendida:
11928 \end_layout
11929
11930 \begin_layout Standard
11931
11932 \series bold
11933 >{
11934 \backslash
11935 centering}m{1.25cm-6.2pt}
11936 \end_layout
11937
11938 \begin_layout Standard
11939 El comando 
11940 \series bold
11941 >{ }
11942 \series default
11943  significa que los comandos entre llaves se aplican antes de crear la celda.
11944 \end_layout
11945
11946 \begin_layout Standard
11947 Aunque hemos escogido alineación centrada para el texto de la celda multicolumna
11948 , aún está alineado a la izquierda.
11949  Esto se debe a que LyX sólo aplica alineado a columnas simples.
11950  Así que para multicolumnas hemos de usar el argumento de LaTeX
11951 \end_layout
11952
11953 \begin_layout Standard
11954
11955 \series bold
11956 >{
11957 \backslash
11958 centering}m{2.5cm}
11959 \end_layout
11960
11961 \begin_layout Subsection
11962 Multifilas
11963 \begin_inset Index idx
11964 status collapsed
11965
11966 \begin_layout Plain Layout
11967 Multifilas
11968 \end_layout
11969
11970 \end_inset
11971
11972
11973 \begin_inset Index idx
11974 status collapsed
11975
11976 \begin_layout Plain Layout
11977 Tablas ! Multifilas
11978 \end_layout
11979
11980 \end_inset
11981
11982
11983 \end_layout
11984
11985 \begin_layout Standard
11986 A diferencia de multicolumnas, LyX aún no soporta multifilas por lo que
11987  hace falta un poco de código TeX.
11988  Hay que cargar el paquete de LaTeX 
11989 \series bold
11990 multirow
11991 \series default
11992
11993 \begin_inset Index idx
11994 status collapsed
11995
11996 \begin_layout Plain Layout
11997 LaTeX-paquetes ! multirow
11998 \end_layout
11999
12000 \end_inset
12001
12002  en el preámbulo del documento con el comando
12003 \end_layout
12004
12005 \begin_layout Standard
12006
12007 \series bold
12008
12009 \backslash
12010 usepackage{multirow}
12011 \end_layout
12012
12013 \begin_layout Standard
12014 Las multifilas se crean con el comando
12015 \end_layout
12016
12017 \begin_layout Standard
12018
12019 \series bold
12020
12021 \backslash
12022 multirow{número de filas}{ancho de celda}{entrada de celda}
12023 \end_layout
12024
12025 \begin_layout Standard
12026 Para crear la siguiente tabla:
12027 \end_layout
12028
12029 \begin_layout Standard
12030 \align center
12031 \begin_inset ERT
12032 status collapsed
12033
12034 \begin_layout Plain Layout
12035
12036
12037 \backslash
12038 renewcommand{
12039 \backslash
12040 multirowsetup}{
12041 \backslash
12042 centering}
12043 \end_layout
12044
12045 \end_inset
12046
12047
12048 \begin_inset Tabular
12049 <lyxtabular version="3" rows="3" columns="3">
12050 <features tabularvalignment="middle">
12051 <column alignment="center" valignment="top" width="0">
12052 <column alignment="center" valignment="top" width="0">
12053 <column alignment="center" valignment="top" width="0">
12054 <row>
12055 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12056 \begin_inset Text
12057
12058 \begin_layout Plain Layout
12059 a
12060 \end_layout
12061
12062 \end_inset
12063 </cell>
12064 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12065 \begin_inset Text
12066
12067 \begin_layout Plain Layout
12068 b
12069 \end_layout
12070
12071 \end_inset
12072 </cell>
12073 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
12074 \begin_inset Text
12075
12076 \begin_layout Plain Layout
12077 c
12078 \end_layout
12079
12080 \end_inset
12081 </cell>
12082 </row>
12083 <row>
12084 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12085 \begin_inset Text
12086
12087 \begin_layout Plain Layout
12088 \begin_inset ERT
12089 status collapsed
12090
12091 \begin_layout Plain Layout
12092
12093
12094 \backslash
12095 multirow{2}{2.5cm}{
12096 \end_layout
12097
12098 \end_inset
12099
12100 entrada multifila
12101 \begin_inset ERT
12102 status collapsed
12103
12104 \begin_layout Plain Layout
12105
12106 }
12107 \end_layout
12108
12109 \end_inset
12110
12111
12112 \end_layout
12113
12114 \end_inset
12115 </cell>
12116 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12117 \begin_inset Text
12118
12119 \begin_layout Plain Layout
12120 e
12121 \end_layout
12122
12123 \end_inset
12124 </cell>
12125 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
12126 \begin_inset Text
12127
12128 \begin_layout Plain Layout
12129 f
12130 \end_layout
12131
12132 \end_inset
12133 </cell>
12134 </row>
12135 <row>
12136 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
12137 \begin_inset Text
12138
12139 \begin_layout Plain Layout
12140
12141 \end_layout
12142
12143 \end_inset
12144 </cell>
12145 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
12146 \begin_inset Text
12147
12148 \begin_layout Plain Layout
12149 h
12150 \end_layout
12151
12152 \end_inset
12153 </cell>
12154 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
12155 \begin_inset Text
12156
12157 \begin_layout Plain Layout
12158 i
12159 \end_layout
12160
12161 \end_inset
12162 </cell>
12163 </row>
12164 </lyxtabular>
12165
12166 \end_inset
12167
12168
12169 \begin_inset ERT
12170 status collapsed
12171
12172 \begin_layout Plain Layout
12173
12174
12175 \backslash
12176 renewcommand{
12177 \backslash
12178 multirowsetup}{
12179 \backslash
12180 raggedright}
12181 \end_layout
12182
12183 \end_inset
12184
12185
12186 \end_layout
12187
12188 \begin_layout Standard
12189 crea una tabla 3×3.
12190  Elimina el borde superior de la última celda en la primera columna.
12191  Ahora se crea la multifila en la segunda fila de la primera columna insertando
12192  ahí el comando
12193 \end_layout
12194
12195 \begin_layout Standard
12196
12197 \series bold
12198
12199 \backslash
12200 multirow{2}{2.5cm}{
12201 \end_layout
12202
12203 \begin_layout Standard
12204 en código TeX.
12205  Según los parámetros del comando la multifila se expande a dos filas y
12206  tiene de ancho 2.5
12207 \begin_inset space \thinspace{}
12208 \end_inset
12209
12210 cm.
12211  El contenido de la celda multifila sigue fuera del cuadro de código TeX
12212  y el comando finaliza con llave derecha 
12213 \series bold
12214 }
12215 \series default
12216  en otro cuadro de código TeX tras el texto.
12217 \end_layout
12218
12219 \begin_layout Standard
12220
12221 \series bold
12222
12223 \backslash
12224 multirow
12225 \series default
12226  alinea su contenido a la izquierda por omisión.
12227  Para cambiarlo renombra el comando 
12228 \series bold
12229
12230 \backslash
12231 multirowsetup
12232 \series default
12233  con el comando
12234 \end_layout
12235
12236 \begin_layout Standard
12237
12238 \series bold
12239
12240 \backslash
12241 renewcommand{
12242 \backslash
12243 multirowsetup}{
12244 \backslash
12245 centering}
12246 \end_layout
12247
12248 \begin_layout Standard
12249 en el preámbulo del documento.
12250  Entonces se centran todas las entradas de celdas multifila en el documento.
12251  Si sólo queremos centrar en algunas tablas, se puede renombrar el comando
12252  en código TeX justo antes de la tabla en lugar de en el preámbulo.
12253  Si el texto debe estar alineado a la derecha, reemplaza 
12254 \series bold
12255
12256 \backslash
12257 centering
12258 \series default
12259  por 
12260 \series bold
12261
12262 \backslash
12263 raggedleft
12264 \series default
12265 .
12266  Para volver a alineado a la izquierda usa 
12267 \series bold
12268
12269 \backslash
12270 raggedright
12271 \series default
12272 .
12273 \end_layout
12274
12275 \begin_layout Section
12276 Tablas formales
12277 \begin_inset CommandInset label
12278 LatexCommand label
12279 name "sec:Tablas-Formales"
12280
12281 \end_inset
12282
12283
12284 \begin_inset Index idx
12285 status collapsed
12286
12287 \begin_layout Plain Layout
12288 Tablas ! Formales
12289 \end_layout
12290
12291 \end_inset
12292
12293  
12294 \end_layout
12295
12296 \begin_layout Standard
12297 En los libros, las tablas se suelen presentar en un formato como el de la
12298  tabla 
12299 \begin_inset space ~
12300 \end_inset
12301
12302
12303 \begin_inset CommandInset ref
12304 LatexCommand ref
12305 reference "tab:Ejemplo-tabla-formal"
12306
12307 \end_inset
12308
12309 .
12310  Se denominan tablas 
12311 \emph on
12312 formales
12313 \emph default
12314 .
12315  Para hacer tablas con este diseño, elige 
12316 \family sans
12317 Estilo
12318 \family default
12319
12320 \begin_inset space ~
12321 \end_inset
12322
12323
12324 \family sans
12325 Formal
12326 \family default
12327  en la solapa 
12328 \family sans
12329 Bordes
12330 \family default
12331  del cuadro de diálogo de tablas.
12332 \end_layout
12333
12334 \begin_layout Standard
12335 \begin_inset Float table
12336 placement h
12337 wide false
12338 sideways false
12339 status open
12340
12341 \begin_layout Plain Layout
12342 \begin_inset Caption
12343
12344 \begin_layout Plain Layout
12345 \begin_inset CommandInset label
12346 LatexCommand label
12347 name "tab:Ejemplo-tabla-formal"
12348
12349 \end_inset
12350
12351 Ejemplo de tabla formal
12352 \end_layout
12353
12354 \end_inset
12355
12356
12357 \end_layout
12358
12359 \begin_layout Plain Layout
12360 \align center
12361 \begin_inset Tabular
12362 <lyxtabular version="3" rows="8" columns="4">
12363 <features booktabs="true" tabularvalignment="middle">
12364 <column alignment="center" valignment="top" width="0">
12365 <column alignment="center" valignment="top" width="0">
12366 <column alignment="center" valignment="top" width="0">
12367 <column alignment="center" valignment="top" width="0">
12368 <row>
12369 <cell alignment="center" valignment="top" topline="true" rightline="true" usebox="none">
12370 \begin_inset Text
12371
12372 \begin_layout Plain Layout
12373 System
12374 \end_layout
12375
12376 \end_inset
12377 </cell>
12378 <cell alignment="center" valignment="top" topline="true" usebox="none">
12379 \begin_inset Text
12380
12381 \begin_layout Plain Layout
12382 Chip
12383 \begin_inset space \thinspace{}
12384 \end_inset
12385
12386 1
12387 \end_layout
12388
12389 \end_inset
12390 </cell>
12391 <cell multicolumn="1" alignment="center" valignment="top" topline="true" usebox="none">
12392 \begin_inset Text
12393
12394 \begin_layout Plain Layout
12395 Chip
12396 \begin_inset space \thinspace{}
12397 \end_inset
12398
12399 2
12400 \end_layout
12401
12402 \end_inset
12403 </cell>
12404 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
12405 \begin_inset Text
12406
12407 \begin_layout Plain Layout
12408
12409 \end_layout
12410
12411 \end_inset
12412 </cell>
12413 </row>
12414 <row>
12415 <cell alignment="center" valignment="top" rightline="true" usebox="none">
12416 \begin_inset Text
12417
12418 \begin_layout Plain Layout
12419 \begin_inset ERT
12420 status collapsed
12421
12422 \begin_layout Plain Layout
12423
12424
12425 \backslash
12426 cmidrule(r){2-2}
12427 \end_layout
12428
12429 \end_inset
12430
12431
12432 \begin_inset ERT
12433 status collapsed
12434
12435 \begin_layout Plain Layout
12436
12437
12438 \backslash
12439 cmidrule(l){3-4}
12440 \end_layout
12441
12442 \end_inset
12443
12444 Detector thickness in µm
12445 \end_layout
12446
12447 \end_inset
12448 </cell>
12449 <cell alignment="center" valignment="top" usebox="none">
12450 \begin_inset Text
12451
12452 \begin_layout Plain Layout
12453 300
12454 \end_layout
12455
12456 \end_inset
12457 </cell>
12458 <cell alignment="center" valignment="top" usebox="none">
12459 \begin_inset Text
12460
12461 \begin_layout Plain Layout
12462 300
12463 \end_layout
12464
12465 \end_inset
12466 </cell>
12467 <cell alignment="center" valignment="top" usebox="none">
12468 \begin_inset Text
12469
12470 \begin_layout Plain Layout
12471 700
12472 \end_layout
12473
12474 \end_inset
12475 </cell>
12476 </row>
12477 <row>
12478 <cell alignment="center" valignment="top" topline="true" rightline="true" usebox="none">
12479 \begin_inset Text
12480
12481 \begin_layout Plain Layout
12482 Edge angle in °
12483 \end_layout
12484
12485 \end_inset
12486 </cell>
12487 <cell alignment="center" valignment="top" topline="true" usebox="none">
12488 \begin_inset Text
12489
12490 \begin_layout Plain Layout
12491 3.55
12492 \end_layout
12493
12494 \end_inset
12495 </cell>
12496 <cell alignment="center" valignment="top" topline="true" usebox="none">
12497 \begin_inset Text
12498
12499 \begin_layout Plain Layout
12500 2.71
12501 \end_layout
12502
12503 \end_inset
12504 </cell>
12505 <cell alignment="center" valignment="top" topline="true" usebox="none">
12506 \begin_inset Text
12507
12508 \begin_layout Plain Layout
12509 7.99
12510 \end_layout
12511
12512 \end_inset
12513 </cell>
12514 </row>
12515 <row topspace="default">
12516 <cell alignment="center" valignment="top" rightline="true" usebox="none">
12517 \begin_inset Text
12518
12519 \begin_layout Plain Layout
12520 Spatial resolution in µm
12521 \end_layout
12522
12523 \end_inset
12524 </cell>
12525 <cell alignment="center" valignment="top" usebox="none">
12526 \begin_inset Text
12527
12528 \begin_layout Plain Layout
12529 4.26
12530 \end_layout
12531
12532 \end_inset
12533 </cell>
12534 <cell alignment="center" valignment="top" usebox="none">
12535 \begin_inset Text
12536
12537 \begin_layout Plain Layout
12538 10.17
12539 \end_layout
12540
12541 \end_inset
12542 </cell>
12543 <cell alignment="center" valignment="top" usebox="none">
12544 \begin_inset Text
12545
12546 \begin_layout Plain Layout
12547 10.56
12548 \end_layout
12549
12550 \end_inset
12551 </cell>
12552 </row>
12553 <row topspace="default">
12554 <cell alignment="center" valignment="top" rightline="true" usebox="none">
12555 \begin_inset Text
12556
12557 \begin_layout Plain Layout
12558 MTF at 
12559 \begin_inset Formula $f_{\mathrm{max}}$
12560 \end_inset
12561
12562
12563 \end_layout
12564
12565 \end_inset
12566 </cell>
12567 <cell alignment="center" valignment="top" usebox="none">
12568 \begin_inset Text
12569
12570 \begin_layout Plain Layout
12571 0.53
12572 \end_layout
12573
12574 \end_inset
12575 </cell>
12576 <cell alignment="center" valignment="top" usebox="none">
12577 \begin_inset Text
12578
12579 \begin_layout Plain Layout
12580 0.37
12581 \end_layout
12582
12583 \end_inset
12584 </cell>
12585 <cell alignment="center" valignment="top" usebox="none">
12586 \begin_inset Text
12587
12588 \begin_layout Plain Layout
12589 0.39
12590 \end_layout
12591
12592 \end_inset
12593 </cell>
12594 </row>
12595 <row topspace="default">
12596 <cell alignment="center" valignment="top" rightline="true" usebox="none">
12597 \begin_inset Text
12598
12599 \begin_layout Plain Layout
12600 \begin_inset ERT
12601 status collapsed
12602
12603 \begin_layout Plain Layout
12604
12605
12606 \backslash
12607 cmidrule(l{10pt}){1-1}
12608 \end_layout
12609
12610 \end_inset
12611
12612 LSF-spatial resolution
12613 \end_layout
12614
12615 \end_inset
12616 </cell>
12617 <cell alignment="center" valignment="top" usebox="none">
12618 \begin_inset Text
12619
12620 \begin_layout Plain Layout
12621
12622 \end_layout
12623
12624 \end_inset
12625 </cell>
12626 <cell alignment="center" valignment="top" usebox="none">
12627 \begin_inset Text
12628
12629 \begin_layout Plain Layout
12630
12631 \end_layout
12632
12633 \end_inset
12634 </cell>
12635 <cell alignment="center" valignment="top" usebox="none">
12636 \begin_inset Text
12637
12638 \begin_layout Plain Layout
12639
12640 \end_layout
12641
12642 \end_inset
12643 </cell>
12644 </row>
12645 <row>
12646 <cell alignment="center" valignment="top" rightline="true" usebox="none">
12647 \begin_inset Text
12648
12649 \begin_layout Plain Layout
12650 in µm
12651 \end_layout
12652
12653 \end_inset
12654 </cell>
12655 <cell alignment="center" valignment="top" usebox="none">
12656 \begin_inset Text
12657
12658 \begin_layout Plain Layout
12659 129.7
12660 \end_layout
12661
12662 \end_inset
12663 </cell>
12664 <cell alignment="center" valignment="top" usebox="none">
12665 \begin_inset Text
12666
12667 \begin_layout Plain Layout
12668 52.75
12669 \end_layout
12670
12671 \end_inset
12672 </cell>
12673 <cell alignment="center" valignment="top" usebox="none">
12674 \begin_inset Text
12675
12676 \begin_layout Plain Layout
12677 50.78
12678 \end_layout
12679
12680 \end_inset
12681 </cell>
12682 </row>
12683 <row>
12684 <cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
12685 \begin_inset Text
12686
12687 \begin_layout Plain Layout
12688 in % of pixel size
12689 \end_layout
12690
12691 \end_inset
12692 </cell>
12693 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
12694 \begin_inset Text
12695
12696 \begin_layout Plain Layout
12697 76.3
12698 \end_layout
12699
12700 \end_inset
12701 </cell>
12702 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
12703 \begin_inset Text
12704
12705 \begin_layout Plain Layout
12706 95.9
12707 \end_layout
12708
12709 \end_inset
12710 </cell>
12711 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
12712 \begin_inset Text
12713
12714 \begin_layout Plain Layout
12715 92.3
12716 \end_layout
12717
12718 \end_inset
12719 </cell>
12720 </row>
12721 </lyxtabular>
12722
12723 \end_inset
12724
12725
12726 \end_layout
12727
12728 \end_inset
12729
12730
12731 \end_layout
12732
12733 \begin_layout Standard
12734 Se puede añadir espacio adicional a las filas de la tabla mediante los botones
12735  correspondientes que se encuentran en la solapa 
12736 \family sans
12737 Bordes 
12738 \family default
12739 del diálogo
12740 \family sans
12741  Configuración
12742 \begin_inset space ~
12743 \end_inset
12744
12745 de
12746 \begin_inset space ~
12747 \end_inset
12748
12749 la
12750 \begin_inset space ~
12751 \end_inset
12752
12753 tabla
12754 \family default
12755 , como se explica en la sección
12756 \begin_inset space ~
12757 \end_inset
12758
12759
12760 \begin_inset CommandInset ref
12761 LatexCommand ref
12762 reference "sub:Espacio-adicional"
12763
12764 \end_inset
12765
12766 .
12767 \end_layout
12768
12769 \begin_layout Standard
12770 A diferencia de las tablas normales, las tablas formales no tienen líneas
12771  verticales.
12772  Las líneas horizontales se pueden poner o no como en las tablas normales,
12773  pero en la salida se mostrarán con distinto grosor:
12774 \begin_inset Newline newline
12775 \end_inset
12776
12777 Las líneas primera y última tienen un grosor predeterminado de 0.08
12778 \begin_inset space \thinspace{}
12779 \end_inset
12780
12781 em, las demás tienen un grosor predeterminado de 0.05
12782 \begin_inset space \thinspace{}
12783 \end_inset
12784
12785 em.
12786 \end_layout
12787
12788 \begin_layout Standard
12789 Estos valores predeterminados se pueden cambiar
12790 \series bold
12791  
12792 \series default
12793 con las líneas de preámbulo:
12794 \end_layout
12795
12796 \begin_layout Standard
12797
12798 \series bold
12799
12800 \backslash
12801 let
12802 \backslash
12803 mytoprule
12804 \backslash
12805 toprule
12806 \begin_inset Newline newline
12807 \end_inset
12808
12809
12810 \backslash
12811 renewcommand{
12812 \backslash
12813 toprule}{
12814 \backslash
12815 mytoprule[grosor]}
12816 \end_layout
12817
12818 \begin_layout Standard
12819 Este ejemplo es para la primera línea, la denominada 
12820 \series bold
12821 toprule
12822 \series default
12823 .
12824  Si quieres cambiar el grosor de la última línea, reemplaza 
12825 \series bold
12826 toprule
12827 \series default
12828  por 
12829 \series bold
12830 bottomrule
12831 \series default
12832 .
12833  Y para cambiar el grosor de las demás líneas cambia 
12834 \series bold
12835 toprule
12836 \series default
12837  por 
12838 \series bold
12839 midrule
12840 \series default
12841 .
12842  Puedes usar cualquiera de las unidades listadas en el apéndice
12843 \begin_inset space ~
12844 \end_inset
12845
12846
12847 \begin_inset CommandInset ref
12848 LatexCommand ref
12849 reference "cap:Unidades-disponibles-en"
12850
12851 \end_inset
12852
12853  para establecer el grosor.
12854 \end_layout
12855
12856 \begin_layout Standard
12857 Para dibujar líneas que no se extiendan a todas las columnas de la tabla,
12858  puedes marcarlas como celdas multicolumna y entonces ponerles borde.
12859  LyX empleará internamente el comando 
12860 \series bold
12861
12862 \backslash
12863 cmidrule
12864 \series default
12865  para dibujar la línea.
12866  El esquema completo es
12867 \end_layout
12868
12869 \begin_layout Standard
12870
12871 \series bold
12872
12873 \backslash
12874 cmidrule[grosor](recorte){inicol-fincol}
12875 \end_layout
12876
12877 \begin_layout Standard
12878 Por el momento, LyX no soporta las opciones de 
12879 \series bold
12880
12881 \backslash
12882 cmidrule
12883 \series default
12884 , así que para usarlas hay que emplear código TeX.
12885  Las líneas 
12886 \series bold
12887
12888 \backslash
12889 cmidrule
12890 \series default
12891  se pueden insertar manualmente con el comando en código TeX como primera
12892  entrada de la primera celda de una fila.
12893  En la salida se dibujará la línea sobre dicha fila.
12894 \end_layout
12895
12896 \begin_layout Standard
12897 El grosor predeterminado es 0.03
12898 \begin_inset space \thinspace{}
12899 \end_inset
12900
12901 em.
12902  
12903 \series bold
12904 inicol
12905 \series default
12906  es el número de la columna en la que comienza la línea y 
12907 \series bold
12908 fincol
12909 \series default
12910  es el número de la columna en la que acaba la línea.
12911  El valor 
12912 \series bold
12913 fincol
12914 \series default
12915  debe especificarse siempre, aunque la línea se extienda sobre una sola
12916  columna.
12917  El parámetro opcional 
12918 \series bold
12919 recorte
12920 \series default
12921  debe ser 
12922 \emph on
12923 l{recorte}
12924 \emph default
12925  o 
12926 \emph on
12927 r{recorte}
12928 \emph default
12929 , donde 
12930 \emph on
12931 recorte
12932 \emph default
12933  también es opcional.
12934  Por ejemplo, el parámetro 
12935 \emph on
12936 l{2pt}
12937 \emph default
12938  significa que la línea se recorta 2
12939 \begin_inset space \thinspace{}
12940 \end_inset
12941
12942 pt por su izquierda.
12943  Si no se especifica el tamaño  las líneas se recortan por omisión en 0.5
12944 \begin_inset space \thinspace{}
12945 \end_inset
12946
12947 em.
12948
12949 \series bold
12950  
12951 \end_layout
12952
12953 \begin_layout Standard
12954
12955 \end_layout
12956
12957 \begin_layout Standard
12958 \begin_inset VSpace bigskip
12959 \end_inset
12960
12961
12962 \end_layout
12963
12964 \begin_layout Standard
12965 La tabla
12966 \begin_inset space ~
12967 \end_inset
12968
12969
12970 \begin_inset CommandInset ref
12971 LatexCommand ref
12972 reference "tab:Ejemplo-tabla-formal"
12973
12974 \end_inset
12975
12976  se ha creado con los comandos
12977 \end_layout
12978
12979 \begin_layout Standard
12980
12981 \series bold
12982
12983 \backslash
12984 cmidrule(r){2-2}
12985 \backslash
12986 cmidrule(l){3-4}
12987 \end_layout
12988
12989 \begin_layout Standard
12990 en la segunda fila, 
12991 \series bold
12992
12993 \backslash
12994 midrule
12995 \series default
12996  en la tercera, y
12997 \end_layout
12998
12999 \begin_layout Standard
13000
13001 \series bold
13002
13003 \backslash
13004 cmidrule(l{10pt}){1-1}
13005 \end_layout
13006
13007 \begin_layout Standard
13008 en la sexta fila.
13009 \end_layout
13010
13011 \begin_layout Standard
13012 \begin_inset VSpace bigskip
13013 \end_inset
13014
13015
13016 \end_layout
13017
13018 \begin_layout Standard
13019 Quizá quieras superponer líneas 
13020 \series bold
13021
13022 \backslash
13023 cmidrules
13024 \series default
13025  como en la tabla
13026 \begin_inset space ~
13027 \end_inset
13028
13029
13030 \begin_inset CommandInset ref
13031 LatexCommand ref
13032 reference "tab:Tabla-formal-especial"
13033
13034 \end_inset
13035
13036 .
13037  Esto se consigue con el comando en código TeX
13038 \end_layout
13039
13040 \begin_layout Standard
13041
13042 \series bold
13043
13044 \backslash
13045 morecmidrules
13046 \end_layout
13047
13048 \begin_layout Standard
13049 El comando que se ha utilizado para la segunda fila de la tabla
13050 \begin_inset space ~
13051 \end_inset
13052
13053
13054 \begin_inset CommandInset ref
13055 LatexCommand ref
13056 reference "tab:Tabla-formal-especial"
13057
13058 \end_inset
13059
13060  es
13061 \end_layout
13062
13063 \begin_layout Standard
13064
13065 \series bold
13066
13067 \backslash
13068 cmidrule(r){2-2}
13069 \backslash
13070 cmidrule(l){3-4}
13071 \backslash
13072 morecmidrules
13073 \backslash
13074 cmidrule{2-4}
13075 \end_layout
13076
13077 \begin_layout Standard
13078 El comando para la sexta fila es
13079 \end_layout
13080
13081 \begin_layout Standard
13082
13083 \series bold
13084
13085 \backslash
13086 midrule
13087 \backslash
13088 morecmidrules
13089 \backslash
13090 cmidrule{3-4}
13091 \series default
13092
13093 \begin_inset VSpace bigskip
13094 \end_inset
13095
13096
13097 \end_layout
13098
13099 \begin_layout Standard
13100 Si de todas formas no te satisface el espaciado de los bordes, puedes usar
13101  el siguiente comando para dibujar líneas que se extienden sobre todas las
13102  columnas
13103 \end_layout
13104
13105 \begin_layout Standard
13106
13107 \series bold
13108
13109 \backslash
13110 specialrule{anchura}{espacio superior}{espacio inferior}
13111 \end_layout
13112
13113 \begin_layout Standard
13114 Para más información sobre estas características especiales, acude al manual
13115  del paquete LaTeX 
13116 \series bold
13117 booktabs
13118 \series default
13119
13120 \begin_inset CommandInset citation
13121 LatexCommand cite
13122 key "booktabs"
13123
13124 \end_inset
13125
13126 .
13127 \begin_inset Index idx
13128 status collapsed
13129
13130 \begin_layout Plain Layout
13131 LaTeX-paquetes ! booktabs
13132 \end_layout
13133
13134 \end_inset
13135
13136  
13137 \begin_inset VSpace bigskip
13138 \end_inset
13139
13140
13141 \end_layout
13142
13143 \begin_layout Standard
13144 \begin_inset Float table
13145 placement h
13146 wide false
13147 sideways false
13148 status open
13149
13150 \begin_layout Plain Layout
13151 \begin_inset Caption
13152
13153 \begin_layout Plain Layout
13154 \begin_inset CommandInset label
13155 LatexCommand label
13156 name "tab:Tabla-formal-especial"
13157
13158 \end_inset
13159
13160 Tabla formal especial
13161 \end_layout
13162
13163 \end_inset
13164
13165
13166 \end_layout
13167
13168 \begin_layout Plain Layout
13169 \align center
13170 \begin_inset Tabular
13171 <lyxtabular version="3" rows="8" columns="4">
13172 <features booktabs="true" tabularvalignment="middle">
13173 <column alignment="center" valignment="top" width="0">
13174 <column alignment="center" valignment="top" width="0">
13175 <column alignment="center" valignment="top" width="0">
13176 <column alignment="center" valignment="top" width="0">
13177 <row>
13178 <cell alignment="center" valignment="top" topline="true" usebox="none">
13179 \begin_inset Text
13180
13181 \begin_layout Plain Layout
13182 System
13183 \end_layout
13184
13185 \end_inset
13186 </cell>
13187 <cell alignment="center" valignment="top" topline="true" usebox="none">
13188 \begin_inset Text
13189
13190 \begin_layout Plain Layout
13191 Chip
13192 \begin_inset space \thinspace{}
13193 \end_inset
13194
13195 1
13196 \end_layout
13197
13198 \end_inset
13199 </cell>
13200 <cell multicolumn="1" alignment="center" valignment="top" topline="true" usebox="none">
13201 \begin_inset Text
13202
13203 \begin_layout Plain Layout
13204 Chip
13205 \begin_inset space \thinspace{}
13206 \end_inset
13207
13208 2
13209 \end_layout
13210
13211 \end_inset
13212 </cell>
13213 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
13214 \begin_inset Text
13215
13216 \begin_layout Plain Layout
13217
13218 \end_layout
13219
13220 \end_inset
13221 </cell>
13222 </row>
13223 <row>
13224 <cell alignment="center" valignment="top" usebox="none">
13225 \begin_inset Text
13226
13227 \begin_layout Plain Layout
13228 \begin_inset ERT
13229 status collapsed
13230
13231 \begin_layout Plain Layout
13232
13233
13234 \backslash
13235 cmidrule(r){2-2}
13236 \end_layout
13237
13238 \end_inset
13239
13240
13241 \begin_inset ERT
13242 status collapsed
13243
13244 \begin_layout Plain Layout
13245
13246
13247 \backslash
13248 cmidrule(l){3-4}
13249 \end_layout
13250
13251 \end_inset
13252
13253
13254 \begin_inset ERT
13255 status collapsed
13256
13257 \begin_layout Plain Layout
13258
13259
13260 \backslash
13261 morecmidrules 
13262 \end_layout
13263
13264 \end_inset
13265
13266
13267 \begin_inset ERT
13268 status collapsed
13269
13270 \begin_layout Plain Layout
13271
13272
13273 \backslash
13274 cmidrule{2-4}
13275 \end_layout
13276
13277 \end_inset
13278
13279 Detector thickness in µm
13280 \end_layout
13281
13282 \end_inset
13283 </cell>
13284 <cell alignment="center" valignment="top" usebox="none">
13285 \begin_inset Text
13286
13287 \begin_layout Plain Layout
13288 300
13289 \end_layout
13290
13291 \end_inset
13292 </cell>
13293 <cell alignment="center" valignment="top" usebox="none">
13294 \begin_inset Text
13295
13296 \begin_layout Plain Layout
13297 300
13298 \end_layout
13299
13300 \end_inset
13301 </cell>
13302 <cell alignment="center" valignment="top" usebox="none">
13303 \begin_inset Text
13304
13305 \begin_layout Plain Layout
13306 700
13307 \end_layout
13308
13309 \end_inset
13310 </cell>
13311 </row>
13312 <row>
13313 <cell alignment="center" valignment="top" topline="true" usebox="none">
13314 \begin_inset Text
13315
13316 \begin_layout Plain Layout
13317 Edge angle in °
13318 \end_layout
13319
13320 \end_inset
13321 </cell>
13322 <cell alignment="center" valignment="top" topline="true" usebox="none">
13323 \begin_inset Text
13324
13325 \begin_layout Plain Layout
13326 3.55
13327 \end_layout
13328
13329 \end_inset
13330 </cell>
13331 <cell alignment="center" valignment="top" topline="true" usebox="none">
13332 \begin_inset Text
13333
13334 \begin_layout Plain Layout
13335 2.71
13336 \end_layout
13337
13338 \end_inset
13339 </cell>
13340 <cell alignment="center" valignment="top" topline="true" usebox="none">
13341 \begin_inset Text
13342
13343 \begin_layout Plain Layout
13344 7.99
13345 \end_layout
13346
13347 \end_inset
13348 </cell>
13349 </row>
13350 <row topspace="default">
13351 <cell alignment="center" valignment="top" usebox="none">
13352 \begin_inset Text
13353
13354 \begin_layout Plain Layout
13355 Spatial resolution in µm
13356 \end_layout
13357
13358 \end_inset
13359 </cell>
13360 <cell alignment="center" valignment="top" usebox="none">
13361 \begin_inset Text
13362
13363 \begin_layout Plain Layout
13364 4.26
13365 \end_layout
13366
13367 \end_inset
13368 </cell>
13369 <cell alignment="center" valignment="top" usebox="none">
13370 \begin_inset Text
13371
13372 \begin_layout Plain Layout
13373 10.17
13374 \end_layout
13375
13376 \end_inset
13377 </cell>
13378 <cell alignment="center" valignment="top" usebox="none">
13379 \begin_inset Text
13380
13381 \begin_layout Plain Layout
13382 10.56
13383 \end_layout
13384
13385 \end_inset
13386 </cell>
13387 </row>
13388 <row topspace="default">
13389 <cell alignment="center" valignment="top" usebox="none">
13390 \begin_inset Text
13391
13392 \begin_layout Plain Layout
13393 MTF at 
13394 \begin_inset Formula $f_{\mathrm{max}}$
13395 \end_inset
13396
13397
13398 \end_layout
13399
13400 \end_inset
13401 </cell>
13402 <cell alignment="center" valignment="top" usebox="none">
13403 \begin_inset Text
13404
13405 \begin_layout Plain Layout
13406 0.53
13407 \end_layout
13408
13409 \end_inset
13410 </cell>
13411 <cell alignment="center" valignment="top" usebox="none">
13412 \begin_inset Text
13413
13414 \begin_layout Plain Layout
13415 0.37
13416 \end_layout
13417
13418 \end_inset
13419 </cell>
13420 <cell alignment="center" valignment="top" usebox="none">
13421 \begin_inset Text
13422
13423 \begin_layout Plain Layout
13424 0.39
13425 \end_layout
13426
13427 \end_inset
13428 </cell>
13429 </row>
13430 <row>
13431 <cell alignment="center" valignment="top" topline="true" usebox="none">
13432 \begin_inset Text
13433
13434 \begin_layout Plain Layout
13435 \begin_inset ERT
13436 status collapsed
13437
13438 \begin_layout Plain Layout
13439
13440
13441 \backslash
13442 morecmidrules 
13443 \end_layout
13444
13445 \end_inset
13446
13447
13448 \begin_inset ERT
13449 status collapsed
13450
13451 \begin_layout Plain Layout
13452
13453
13454 \backslash
13455 cmidrule{3-4}
13456 \end_layout
13457
13458 \end_inset
13459
13460 LSF-spatial resolution
13461 \end_layout
13462
13463 \end_inset
13464 </cell>
13465 <cell alignment="center" valignment="top" topline="true" usebox="none">
13466 \begin_inset Text
13467
13468 \begin_layout Plain Layout
13469
13470 \end_layout
13471
13472 \end_inset
13473 </cell>
13474 <cell alignment="center" valignment="top" topline="true" usebox="none">
13475 \begin_inset Text
13476
13477 \begin_layout Plain Layout
13478
13479 \end_layout
13480
13481 \end_inset
13482 </cell>
13483 <cell alignment="center" valignment="top" topline="true" usebox="none">
13484 \begin_inset Text
13485
13486 \begin_layout Plain Layout
13487
13488 \end_layout
13489
13490 \end_inset
13491 </cell>
13492 </row>
13493 <row>
13494 <cell alignment="center" valignment="top" usebox="none">
13495 \begin_inset Text
13496
13497 \begin_layout Plain Layout
13498 in µm
13499 \end_layout
13500
13501 \end_inset
13502 </cell>
13503 <cell alignment="center" valignment="top" usebox="none">
13504 \begin_inset Text
13505
13506 \begin_layout Plain Layout
13507 129.7
13508 \end_layout
13509
13510 \end_inset
13511 </cell>
13512 <cell alignment="center" valignment="top" usebox="none">
13513 \begin_inset Text
13514
13515 \begin_layout Plain Layout
13516 52.75
13517 \end_layout
13518
13519 \end_inset
13520 </cell>
13521 <cell alignment="center" valignment="top" usebox="none">
13522 \begin_inset Text
13523
13524 \begin_layout Plain Layout
13525 50.78
13526 \end_layout
13527
13528 \end_inset
13529 </cell>
13530 </row>
13531 <row>
13532 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
13533 \begin_inset Text
13534
13535 \begin_layout Plain Layout
13536 in % of pixel size
13537 \end_layout
13538
13539 \end_inset
13540 </cell>
13541 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
13542 \begin_inset Text
13543
13544 \begin_layout Plain Layout
13545 76.3
13546 \end_layout
13547
13548 \end_inset
13549 </cell>
13550 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
13551 \begin_inset Text
13552
13553 \begin_layout Plain Layout
13554 95.9
13555 \end_layout
13556
13557 \end_inset
13558 </cell>
13559 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
13560 \begin_inset Text
13561
13562 \begin_layout Plain Layout
13563 92.3
13564 \end_layout
13565
13566 \end_inset
13567 </cell>
13568 </row>
13569 </lyxtabular>
13570
13571 \end_inset
13572
13573
13574 \end_layout
13575
13576 \end_inset
13577
13578
13579 \end_layout
13580
13581 \begin_layout Section
13582 Alineación vertical de tablas
13583 \begin_inset Index idx
13584 status collapsed
13585
13586 \begin_layout Plain Layout
13587 Tablas ! Alineación vertical
13588 \end_layout
13589
13590 \end_inset
13591
13592
13593 \end_layout
13594
13595 \begin_layout Standard
13596 Para alinear tablas verticalmente en una línea de texto la tabla debe estar
13597  en un cuadro.
13598  Entonces el cuadro se puede alinear verticalmente como se describe en la
13599  sección
13600 \begin_inset space ~
13601 \end_inset
13602
13603
13604 \begin_inset CommandInset ref
13605 LatexCommand ref
13606 reference "sec:Diálogo-Cuadros"
13607
13608 \end_inset
13609
13610 .
13611  
13612 \end_layout
13613
13614 \begin_layout Standard
13615 En el ejemplo siguiente las tablas están en un cuadro tipo minipágina
13616 \begin_inset Foot
13617 status collapsed
13618
13619 \begin_layout Plain Layout
13620 Las minipáginas se describen en la sección
13621 \begin_inset space ~
13622 \end_inset
13623
13624
13625 \begin_inset CommandInset ref
13626 LatexCommand ref
13627 reference "sec:Minipáginas"
13628
13629 \end_inset
13630
13631 .
13632 \end_layout
13633
13634 \end_inset
13635
13636  que tiene una anchura del 15
13637 \begin_inset space \thinspace{}
13638 \end_inset
13639
13640 % de columna:
13641 \end_layout
13642
13643 \begin_layout Itemize
13644 test 
13645 \begin_inset Box Frameless
13646 position "t"
13647 hor_pos "c"
13648 has_inner_box 1
13649 inner_pos "c"
13650 use_parbox 0
13651 use_makebox 0
13652 width "15col%"
13653 special "none"
13654 height "1in"
13655 height_special "totalheight"
13656 status collapsed
13657
13658 \begin_layout Plain Layout
13659 \begin_inset Tabular
13660 <lyxtabular version="3" rows="3" columns="3">
13661 <features tabularvalignment="middle">
13662 <column alignment="center" valignment="top" width="0">
13663 <column alignment="center" valignment="top" width="0">
13664 <column alignment="center" valignment="top" width="0">
13665 <row>
13666 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13667 \begin_inset Text
13668
13669 \begin_layout Plain Layout
13670 a
13671 \end_layout
13672
13673 \end_inset
13674 </cell>
13675 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13676 \begin_inset Text
13677
13678 \begin_layout Plain Layout
13679 d
13680 \end_layout
13681
13682 \end_inset
13683 </cell>
13684 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
13685 \begin_inset Text
13686
13687 \begin_layout Plain Layout
13688 g
13689 \end_layout
13690
13691 \end_inset
13692 </cell>
13693 </row>
13694 <row>
13695 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13696 \begin_inset Text
13697
13698 \begin_layout Plain Layout
13699 b
13700 \end_layout
13701
13702 \end_inset
13703 </cell>
13704 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13705 \begin_inset Text
13706
13707 \begin_layout Plain Layout
13708 e
13709 \end_layout
13710
13711 \end_inset
13712 </cell>
13713 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
13714 \begin_inset Text
13715
13716 \begin_layout Plain Layout
13717 h
13718 \end_layout
13719
13720 \end_inset
13721 </cell>
13722 </row>
13723 <row>
13724 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
13725 \begin_inset Text
13726
13727 \begin_layout Plain Layout
13728 c
13729 \end_layout
13730
13731 \end_inset
13732 </cell>
13733 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
13734 \begin_inset Text
13735
13736 \begin_layout Plain Layout
13737 f
13738 \end_layout
13739
13740 \end_inset
13741 </cell>
13742 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
13743 \begin_inset Text
13744
13745 \begin_layout Plain Layout
13746 i
13747 \end_layout
13748
13749 \end_inset
13750 </cell>
13751 </row>
13752 </lyxtabular>
13753
13754 \end_inset
13755
13756
13757 \end_layout
13758
13759 \end_inset
13760
13761  test 
13762 \begin_inset ERT
13763 status collapsed
13764
13765 \begin_layout Plain Layout
13766
13767
13768 \backslash
13769 raisebox{0.85
13770 \backslash
13771 baselineskip}{
13772 \end_layout
13773
13774 \end_inset
13775
13776
13777 \begin_inset Box Frameless
13778 position "t"
13779 hor_pos "c"
13780 has_inner_box 1
13781 inner_pos "c"
13782 use_parbox 0
13783 use_makebox 0
13784 width "15col%"
13785 special "none"
13786 height "1in"
13787 height_special "totalheight"
13788 status collapsed
13789
13790 \begin_layout Plain Layout
13791 \begin_inset Tabular
13792 <lyxtabular version="3" rows="3" columns="3">
13793 <features tabularvalignment="middle">
13794 <column alignment="center" valignment="top" width="0">
13795 <column alignment="center" valignment="top" width="0">
13796 <column alignment="center" valignment="top" width="0">
13797 <row>
13798 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13799 \begin_inset Text
13800
13801 \begin_layout Plain Layout
13802 a
13803 \end_layout
13804
13805 \end_inset
13806 </cell>
13807 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13808 \begin_inset Text
13809
13810 \begin_layout Plain Layout
13811 d
13812 \end_layout
13813
13814 \end_inset
13815 </cell>
13816 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
13817 \begin_inset Text
13818
13819 \begin_layout Plain Layout
13820 g
13821 \end_layout
13822
13823 \end_inset
13824 </cell>
13825 </row>
13826 <row>
13827 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13828 \begin_inset Text
13829
13830 \begin_layout Plain Layout
13831 b
13832 \end_layout
13833
13834 \end_inset
13835 </cell>
13836 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13837 \begin_inset Text
13838
13839 \begin_layout Plain Layout
13840 e
13841 \end_layout
13842
13843 \end_inset
13844 </cell>
13845 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
13846 \begin_inset Text
13847
13848 \begin_layout Plain Layout
13849 h
13850 \end_layout
13851
13852 \end_inset
13853 </cell>
13854 </row>
13855 <row>
13856 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
13857 \begin_inset Text
13858
13859 \begin_layout Plain Layout
13860 c
13861 \end_layout
13862
13863 \end_inset
13864 </cell>
13865 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
13866 \begin_inset Text
13867
13868 \begin_layout Plain Layout
13869 f
13870 \end_layout
13871
13872 \end_inset
13873 </cell>
13874 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
13875 \begin_inset Text
13876
13877 \begin_layout Plain Layout
13878 i
13879 \end_layout
13880
13881 \end_inset
13882 </cell>
13883 </row>
13884 </lyxtabular>
13885
13886 \end_inset
13887
13888
13889 \end_layout
13890
13891 \end_inset
13892
13893
13894 \begin_inset ERT
13895 status collapsed
13896
13897 \begin_layout Plain Layout
13898
13899 }
13900 \end_layout
13901
13902 \end_inset
13903
13904
13905 \end_layout
13906
13907 \begin_layout Itemize
13908 test 
13909 \begin_inset Box Frameless
13910 position "c"
13911 hor_pos "c"
13912 has_inner_box 1
13913 inner_pos "c"
13914 use_parbox 0
13915 use_makebox 0
13916 width "15col%"
13917 special "none"
13918 height "1in"
13919 height_special "totalheight"
13920 status collapsed
13921
13922 \begin_layout Plain Layout
13923 \begin_inset Tabular
13924 <lyxtabular version="3" rows="3" columns="3">
13925 <features tabularvalignment="middle">
13926 <column alignment="center" valignment="top" width="0">
13927 <column alignment="center" valignment="top" width="0">
13928 <column alignment="center" valignment="top" width="0">
13929 <row>
13930 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13931 \begin_inset Text
13932
13933 \begin_layout Plain Layout
13934 a
13935 \end_layout
13936
13937 \end_inset
13938 </cell>
13939 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13940 \begin_inset Text
13941
13942 \begin_layout Plain Layout
13943 d
13944 \end_layout
13945
13946 \end_inset
13947 </cell>
13948 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
13949 \begin_inset Text
13950
13951 \begin_layout Plain Layout
13952 g
13953 \end_layout
13954
13955 \end_inset
13956 </cell>
13957 </row>
13958 <row>
13959 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13960 \begin_inset Text
13961
13962 \begin_layout Plain Layout
13963 b
13964 \end_layout
13965
13966 \end_inset
13967 </cell>
13968 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13969 \begin_inset Text
13970
13971 \begin_layout Plain Layout
13972 e
13973 \end_layout
13974
13975 \end_inset
13976 </cell>
13977 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
13978 \begin_inset Text
13979
13980 \begin_layout Plain Layout
13981 h
13982 \end_layout
13983
13984 \end_inset
13985 </cell>
13986 </row>
13987 <row>
13988 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
13989 \begin_inset Text
13990
13991 \begin_layout Plain Layout
13992 c
13993 \end_layout
13994
13995 \end_inset
13996 </cell>
13997 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
13998 \begin_inset Text
13999
14000 \begin_layout Plain Layout
14001 f
14002 \end_layout
14003
14004 \end_inset
14005 </cell>
14006 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
14007 \begin_inset Text
14008
14009 \begin_layout Plain Layout
14010 i
14011 \end_layout
14012
14013 \end_inset
14014 </cell>
14015 </row>
14016 </lyxtabular>
14017
14018 \end_inset
14019
14020
14021 \end_layout
14022
14023 \end_inset
14024
14025
14026 \end_layout
14027
14028 \begin_layout Itemize
14029 test 
14030 \begin_inset Box Frameless
14031 position "b"
14032 hor_pos "c"
14033 has_inner_box 1
14034 inner_pos "c"
14035 use_parbox 0
14036 use_makebox 0
14037 width "15col%"
14038 special "none"
14039 height "1in"
14040 height_special "totalheight"
14041 status collapsed
14042
14043 \begin_layout Plain Layout
14044 \begin_inset Tabular
14045 <lyxtabular version="3" rows="3" columns="3">
14046 <features tabularvalignment="middle">
14047 <column alignment="center" valignment="top" width="0">
14048 <column alignment="center" valignment="top" width="0">
14049 <column alignment="center" valignment="top" width="0">
14050 <row>
14051 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14052 \begin_inset Text
14053
14054 \begin_layout Plain Layout
14055 a
14056 \end_layout
14057
14058 \end_inset
14059 </cell>
14060 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14061 \begin_inset Text
14062
14063 \begin_layout Plain Layout
14064 d
14065 \end_layout
14066
14067 \end_inset
14068 </cell>
14069 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14070 \begin_inset Text
14071
14072 \begin_layout Plain Layout
14073 g
14074 \end_layout
14075
14076 \end_inset
14077 </cell>
14078 </row>
14079 <row>
14080 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14081 \begin_inset Text
14082
14083 \begin_layout Plain Layout
14084 b
14085 \end_layout
14086
14087 \end_inset
14088 </cell>
14089 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14090 \begin_inset Text
14091
14092 \begin_layout Plain Layout
14093 e
14094 \end_layout
14095
14096 \end_inset
14097 </cell>
14098 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14099 \begin_inset Text
14100
14101 \begin_layout Plain Layout
14102 h
14103 \end_layout
14104
14105 \end_inset
14106 </cell>
14107 </row>
14108 <row>
14109 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
14110 \begin_inset Text
14111
14112 \begin_layout Plain Layout
14113 c
14114 \end_layout
14115
14116 \end_inset
14117 </cell>
14118 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
14119 \begin_inset Text
14120
14121 \begin_layout Plain Layout
14122 f
14123 \end_layout
14124
14125 \end_inset
14126 </cell>
14127 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
14128 \begin_inset Text
14129
14130 \begin_layout Plain Layout
14131 i
14132 \end_layout
14133
14134 \end_inset
14135 </cell>
14136 </row>
14137 </lyxtabular>
14138
14139 \end_inset
14140
14141
14142 \end_layout
14143
14144 \end_inset
14145
14146  test 
14147 \begin_inset ERT
14148 status collapsed
14149
14150 \begin_layout Plain Layout
14151
14152
14153 \backslash
14154 raisebox{-0.32
14155 \backslash
14156 baselineskip}{
14157 \end_layout
14158
14159 \end_inset
14160
14161
14162 \begin_inset Box Frameless
14163 position "b"
14164 hor_pos "c"
14165 has_inner_box 1
14166 inner_pos "c"
14167 use_parbox 0
14168 use_makebox 0
14169 width "15col%"
14170 special "none"
14171 height "1in"
14172 height_special "totalheight"
14173 status collapsed
14174
14175 \begin_layout Plain Layout
14176 \begin_inset Tabular
14177 <lyxtabular version="3" rows="3" columns="3">
14178 <features tabularvalignment="middle">
14179 <column alignment="center" valignment="top" width="0">
14180 <column alignment="center" valignment="top" width="0">
14181 <column alignment="center" valignment="top" width="0">
14182 <row>
14183 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14184 \begin_inset Text
14185
14186 \begin_layout Plain Layout
14187 a
14188 \end_layout
14189
14190 \end_inset
14191 </cell>
14192 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14193 \begin_inset Text
14194
14195 \begin_layout Plain Layout
14196 d
14197 \end_layout
14198
14199 \end_inset
14200 </cell>
14201 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14202 \begin_inset Text
14203
14204 \begin_layout Plain Layout
14205 g
14206 \end_layout
14207
14208 \end_inset
14209 </cell>
14210 </row>
14211 <row>
14212 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14213 \begin_inset Text
14214
14215 \begin_layout Plain Layout
14216 b
14217 \end_layout
14218
14219 \end_inset
14220 </cell>
14221 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14222 \begin_inset Text
14223
14224 \begin_layout Plain Layout
14225 e
14226 \end_layout
14227
14228 \end_inset
14229 </cell>
14230 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14231 \begin_inset Text
14232
14233 \begin_layout Plain Layout
14234 h
14235 \end_layout
14236
14237 \end_inset
14238 </cell>
14239 </row>
14240 <row>
14241 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
14242 \begin_inset Text
14243
14244 \begin_layout Plain Layout
14245 c
14246 \end_layout
14247
14248 \end_inset
14249 </cell>
14250 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
14251 \begin_inset Text
14252
14253 \begin_layout Plain Layout
14254 f
14255 \end_layout
14256
14257 \end_inset
14258 </cell>
14259 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
14260 \begin_inset Text
14261
14262 \begin_layout Plain Layout
14263 i
14264 \end_layout
14265
14266 \end_inset
14267 </cell>
14268 </row>
14269 </lyxtabular>
14270
14271 \end_inset
14272
14273
14274 \end_layout
14275
14276 \end_inset
14277
14278
14279 \begin_inset ERT
14280 status collapsed
14281
14282 \begin_layout Plain Layout
14283
14284 }
14285 \end_layout
14286
14287 \end_inset
14288
14289
14290 \end_layout
14291
14292 \begin_layout Standard
14293 Como ves, los contenidos de la primera y última filas no se alinean correctament
14294 e con la línea de texto donde está la tabla.
14295  Para conseguir esta alineación, el cuadro (minipágina) debe ponerse en
14296  un cuadro elevado («raisebox»
14297 \begin_inset Foot
14298 status collapsed
14299
14300 \begin_layout Plain Layout
14301 El uso del comando 
14302 \series bold
14303
14304 \backslash
14305 raisebox
14306 \series default
14307  se explica en la sección
14308 \begin_inset space ~
14309 \end_inset
14310
14311
14312 \begin_inset CommandInset ref
14313 LatexCommand ref
14314 reference "sub:Alineación-Vertical"
14315
14316 \end_inset
14317
14318 .
14319 \end_layout
14320
14321 \end_inset
14322
14323 ).
14324  En el ejemplo anterior, la segunda tabla del primer ítem está alineada
14325  usando el comando en código TeX
14326 \end_layout
14327
14328 \begin_layout Standard
14329
14330 \series bold
14331
14332 \backslash
14333 raisebox{0.85
14334 \backslash
14335 baselineskip}{
14336 \end_layout
14337
14338 \begin_layout Standard
14339 antes del cuadro.
14340  Tras él, se pone la llave de cierre 
14341 \series bold
14342 }
14343 \series default
14344  también en código TeX.
14345  Para la segunda tabla en el tercer ítem se usa el comando 
14346 \end_layout
14347
14348 \begin_layout Standard
14349
14350 \series bold
14351
14352 \backslash
14353 raisebox{-0.32
14354 \backslash
14355 baselineskip}{
14356 \end_layout
14357
14358 \begin_layout Standard
14359 \begin_inset Note Greyedout
14360 status open
14361
14362 \begin_layout Plain Layout
14363
14364 \series bold
14365 Not
14366 \series default
14367 a: La alineación del contenido de la fila con la línea del texto adyacente
14368  no es exacta.
14369  El factor necesario del comando 
14370 \series bold
14371
14372 \backslash
14373 raisebox
14374 \series default
14375  para este alineamiento depende de la fuente del documento, del tamaño de
14376  la fuente y del grosor de línea de la tabla.
14377 \end_layout
14378
14379 \end_inset
14380
14381
14382 \end_layout
14383
14384 \begin_layout Section
14385 Tablas coloreadas
14386 \begin_inset CommandInset label
14387 LatexCommand label
14388 name "sec:Tablas-Coloreadas"
14389
14390 \end_inset
14391
14392
14393 \end_layout
14394
14395 \begin_layout Subsection
14396 Celdas coloreadas
14397 \begin_inset Index idx
14398 status collapsed
14399
14400 \begin_layout Plain Layout
14401 Tablas ! Coloreadas ! Celdas
14402 \end_layout
14403
14404 \end_inset
14405
14406
14407 \begin_inset Index idx
14408 status collapsed
14409
14410 \begin_layout Plain Layout
14411 Color ! en celdas de tablas
14412 \end_layout
14413
14414 \end_inset
14415
14416
14417 \end_layout
14418
14419 \begin_layout Standard
14420 \begin_inset Float table
14421 placement h
14422 wide false
14423 sideways false
14424 status open
14425
14426 \begin_layout Plain Layout
14427 \begin_inset Caption
14428
14429 \begin_layout Plain Layout
14430 \begin_inset CommandInset label
14431 LatexCommand label
14432 name "tab:Tabla-coloreada-sin"
14433
14434 \end_inset
14435
14436 Tabla coloreada sin usar el paquete 
14437 \series bold
14438 colortbl
14439 \series default
14440
14441 \begin_inset Argument
14442 status collapsed
14443
14444 \begin_layout Plain Layout
14445 Tabla sin colortbl
14446 \end_layout
14447
14448 \end_inset
14449
14450
14451 \end_layout
14452
14453 \end_inset
14454
14455
14456 \end_layout
14457
14458 \begin_layout Plain Layout
14459 \align center
14460 \begin_inset Tabular
14461 <lyxtabular version="3" rows="3" columns="3">
14462 <features tabularvalignment="middle">
14463 <column alignment="center" valignment="top" width="0">
14464 <column alignment="center" valignment="top" width="0">
14465 <column alignment="center" valignment="top" width="0">
14466 <row>
14467 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14468 \begin_inset Text
14469
14470 \begin_layout Plain Layout
14471
14472 \color green
14473 a
14474 \end_layout
14475
14476 \end_inset
14477 </cell>
14478 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14479 \begin_inset Text
14480
14481 \begin_layout Plain Layout
14482
14483 \color red
14484 b
14485 \end_layout
14486
14487 \end_inset
14488 </cell>
14489 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14490 \begin_inset Text
14491
14492 \begin_layout Plain Layout
14493
14494 \color red
14495 c
14496 \end_layout
14497
14498 \end_inset
14499 </cell>
14500 </row>
14501 <row>
14502 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14503 \begin_inset Text
14504
14505 \begin_layout Plain Layout
14506
14507 \color green
14508 d
14509 \end_layout
14510
14511 \end_inset
14512 </cell>
14513 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14514 \begin_inset Text
14515
14516 \begin_layout Plain Layout
14517
14518 \color blue
14519 e
14520 \end_layout
14521
14522 \end_inset
14523 </cell>
14524 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14525 \begin_inset Text
14526
14527 \begin_layout Plain Layout
14528
14529 \color blue
14530 f
14531 \end_layout
14532
14533 \end_inset
14534 </cell>
14535 </row>
14536 <row>
14537 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
14538 \begin_inset Text
14539
14540 \begin_layout Plain Layout
14541
14542 \color green
14543 g
14544 \end_layout
14545
14546 \end_inset
14547 </cell>
14548 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
14549 \begin_inset Text
14550
14551 \begin_layout Plain Layout
14552
14553 \color blue
14554 h
14555 \end_layout
14556
14557 \end_inset
14558 </cell>
14559 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
14560 \begin_inset Text
14561
14562 \begin_layout Plain Layout
14563
14564 \color blue
14565 i
14566 \end_layout
14567
14568 \end_inset
14569 </cell>
14570 </row>
14571 </lyxtabular>
14572
14573 \end_inset
14574
14575
14576 \end_layout
14577
14578 \end_inset
14579
14580
14581 \end_layout
14582
14583 \begin_layout Standard
14584 Si sólo necesitas color en el texto, marca las celdas y elige un color en
14585  el menú 
14586 \family sans
14587 Editar\SpecialChar \menuseparator
14588 Estilo
14589 \begin_inset space ~
14590 \end_inset
14591
14592 del
14593 \begin_inset space ~
14594 \end_inset
14595
14596 Texto
14597 \family default
14598 .
14599  Esto se ha hecho en la tabla
14600 \begin_inset space ~
14601 \end_inset
14602
14603
14604 \begin_inset CommandInset ref
14605 LatexCommand ref
14606 reference "tab:Tabla-coloreada-sin"
14607
14608 \end_inset
14609
14610 .
14611  En cualquier otro caso hay que usar el paquete LaTeX 
14612 \series bold
14613 colortbl
14614 \series default
14615 .
14616 \begin_inset Index idx
14617 status collapsed
14618
14619 \begin_layout Plain Layout
14620 LaTeX-paquetes ! colortbl
14621 \end_layout
14622
14623 \end_inset
14624
14625
14626 \end_layout
14627
14628 \begin_layout Standard
14629 \begin_inset ERT
14630 status collapsed
14631
14632 \begin_layout Plain Layout
14633
14634
14635 \backslash
14636 ifcolortbl
14637 \end_layout
14638
14639 \end_inset
14640
14641
14642 \begin_inset Note Note
14643 status collapsed
14644
14645 \begin_layout Plain Layout
14646 La siguiente sección sólo se mostrará en pantalla si está instalado el paquete
14647  LaTeX 
14648 \series bold
14649 colortbl
14650 \series default
14651 .
14652 \end_layout
14653
14654 \end_inset
14655
14656
14657 \end_layout
14658
14659 \begin_layout Standard
14660 Para crear tablas coloreadas, 
14661 \series bold
14662 colortbl
14663 \series default
14664  debe cargarse en el preámbulo con la línea
14665 \end_layout
14666
14667 \begin_layout Standard
14668
14669 \series bold
14670
14671 \backslash
14672 usepackage{colortbl}
14673 \end_layout
14674
14675 \begin_layout Standard
14676 El color de una columna se define con el comando
14677 \end_layout
14678
14679 \begin_layout Standard
14680
14681 \series bold
14682
14683 \backslash
14684 columncolor{nombre del color}
14685 \end_layout
14686
14687 \begin_layout Standard
14688 dentro del comando 
14689 \series bold
14690 >{ }
14691 \series default
14692 .
14693  Más sobre el comando 
14694 \series bold
14695 >{}
14696 \series default
14697  se explica en la sección
14698 \begin_inset space ~
14699 \end_inset
14700
14701
14702 \begin_inset CommandInset ref
14703 LatexCommand ref
14704 reference "sub:Cálculos-en-Multicolumnas"
14705
14706 \end_inset
14707
14708 .
14709 \end_layout
14710
14711 \begin_layout Standard
14712 Los siguientes nombres de color están predefinidos:
14713 \end_layout
14714
14715 \begin_layout Standard
14716
14717 \family sans
14718 red
14719 \family default
14720
14721 \family sans
14722 green
14723 \family default
14724
14725 \family sans
14726 yellow, blue
14727 \family default
14728
14729 \family sans
14730 cyan
14731 \family default
14732 \series bold
14733 ,
14734 \series default
14735  
14736 \family sans
14737 magenta, black
14738 \family default
14739
14740 \family sans
14741 white
14742 \end_layout
14743
14744 \begin_layout Standard
14745 \begin_inset VSpace medskip
14746 \end_inset
14747
14748
14749 \end_layout
14750
14751 \begin_layout Standard
14752 Puedes definir tus propios colores con el comando
14753 \end_layout
14754
14755 \begin_layout Standard
14756
14757 \series bold
14758
14759 \backslash
14760 definecolor{nombre del color}{modelo de color}{valores de color}
14761 \end_layout
14762
14763 \begin_layout Standard
14764 El modelo de color puede ser
14765 \end_layout
14766
14767 \begin_layout Labeling
14768 \labelwidthstring 00.00.0000
14769 cmyk: cyan, magenta, yellow, black
14770 \end_layout
14771
14772 \begin_layout Labeling
14773 \labelwidthstring 00.00.0000
14774 rgb: red, green, blue
14775 \end_layout
14776
14777 \begin_layout Labeling
14778 \labelwidthstring 00.00.0000
14779 gray: gray
14780 \end_layout
14781
14782 \begin_layout Standard
14783 y los valores de color son números separados por comas entre 0 y 1 que describen
14784  el factor para el color correspondiente del modelo de color.
14785 \end_layout
14786
14787 \begin_layout Standard
14788 Por ejemplo, puedes definir el color
14789 \series bold
14790  
14791 \series default
14792 «
14793 \emph on
14794 verde oscuro
14795 \emph default
14796 » en el preámbulo con
14797 \end_layout
14798
14799 \begin_layout Standard
14800
14801 \series bold
14802
14803 \backslash
14804 definecolor{verdeoscuro}{cmyk}{0.5, 0, 1, 0.5}
14805 \end_layout
14806
14807 \begin_layout Standard
14808 y el color «
14809 \emph on
14810 gris claro
14811 \emph default
14812 » con
14813 \end_layout
14814
14815 \begin_layout Standard
14816
14817 \series bold
14818
14819 \backslash
14820 definecolor{grisclaro}{gray}{0.8}
14821 \end_layout
14822
14823 \begin_layout Standard
14824 \begin_inset VSpace medskip
14825 \end_inset
14826
14827
14828 \end_layout
14829
14830 \begin_layout Standard
14831 Las líneas se colorean con el comando
14832 \end_layout
14833
14834 \begin_layout Standard
14835
14836 \series bold
14837
14838 \backslash
14839 rowcolor{nombre del color}
14840 \end_layout
14841
14842 \begin_layout Standard
14843 y las celdas se colorean con el comando
14844 \end_layout
14845
14846 \begin_layout Standard
14847
14848 \series bold
14849
14850 \backslash
14851 cellcolor{nombre del color}
14852 \end_layout
14853
14854 \begin_layout Standard
14855 Ambos comandos se insertan al principio de una celda en código TeX.
14856 \end_layout
14857
14858 \begin_layout Standard
14859 Para colorear caracteres en la tabla marca las celdas y usa el menú 
14860 \family sans
14861 Editar\SpecialChar \menuseparator
14862 Estilo
14863 \begin_inset space ~
14864 \end_inset
14865
14866 del
14867 \begin_inset space ~
14868 \end_inset
14869
14870 Texto
14871 \family default
14872 .
14873  Si una celda contiene código TeX marca sólo los caracteres, si no el código
14874  TeX en color puede ocasionar errores de LaTeX.
14875 \end_layout
14876
14877 \begin_layout Standard
14878 \begin_inset Note Greyedout
14879 status open
14880
14881 \begin_layout Plain Layout
14882
14883 \series bold
14884 Nota:
14885 \series default
14886  No todos los visores DVI pueden mostrar colores definidos por el usuario.
14887 \end_layout
14888
14889 \end_inset
14890
14891
14892 \end_layout
14893
14894 \begin_layout Standard
14895 \begin_inset VSpace bigskip
14896 \end_inset
14897
14898
14899 \end_layout
14900
14901 \begin_layout Standard
14902 Para crear la tabla
14903 \begin_inset space ~
14904 \end_inset
14905
14906
14907 \begin_inset CommandInset ref
14908 LatexCommand ref
14909 reference "tab:Tabla-coloreada-con"
14910
14911 \end_inset
14912
14913  haz lo siguiente: el color de la primera columna debe ser 
14914 \emph on
14915 verde oscuro
14916 \emph default
14917 , entonces inserta
14918 \end_layout
14919
14920 \begin_layout Standard
14921
14922 \series bold
14923 >{
14924 \backslash
14925 columncolor{verdeoscuro}
14926 \backslash
14927 centering}c
14928 \end_layout
14929
14930 \begin_layout Standard
14931 como argumento LaTeX para esta columna.
14932  La primera fila debe ser azul, por tanto inserta el comando en código TeX
14933 \end_layout
14934
14935 \begin_layout Standard
14936
14937 \series bold
14938
14939 \backslash
14940 rowcolor{cyan}
14941 \end_layout
14942
14943 \begin_layout Standard
14944 en la primera celda de esta fila.
14945  Observa que esto sobreescribe el color de la columna para la primera celda.
14946  La última celda de la última fila se colorea magenta insertando el comando
14947  en código TeX
14948 \end_layout
14949
14950 \begin_layout Standard
14951
14952 \series bold
14953
14954 \backslash
14955 cellcolor{magenta}
14956 \end_layout
14957
14958 \begin_layout Standard
14959 Ahora podrían colorearse los caracteres usando el menú 
14960 \family sans
14961 Editar\SpecialChar \menuseparator
14962 Estilo
14963 \begin_inset space ~
14964 \end_inset
14965
14966 del
14967 \begin_inset space ~
14968 \end_inset
14969
14970 Texto
14971 \family default
14972 .
14973 \end_layout
14974
14975 \begin_layout Standard
14976 \begin_inset Float table
14977 placement h
14978 wide false
14979 sideways false
14980 status open
14981
14982 \begin_layout Plain Layout
14983 \begin_inset Caption
14984
14985 \begin_layout Plain Layout
14986 \begin_inset CommandInset label
14987 LatexCommand label
14988 name "tab:Tabla-coloreada-con"
14989
14990 \end_inset
14991
14992 Tabla coloreada con el paquete 
14993 \series bold
14994 colortbl
14995 \series default
14996
14997 \begin_inset Argument
14998 status collapsed
14999
15000 \begin_layout Plain Layout
15001 Tabla con 
15002 \series bold
15003 colortbl
15004 \end_layout
15005
15006 \end_inset
15007
15008
15009 \end_layout
15010
15011 \end_inset
15012
15013
15014 \end_layout
15015
15016 \begin_layout Plain Layout
15017 \align center
15018 \begin_inset Tabular
15019 <lyxtabular version="3" rows="3" columns="3">
15020 <features tabularvalignment="middle">
15021 <column alignment="center" valignment="top" width="0" special=">{\columncolor{verdeoscuro}\centering}c">
15022 <column alignment="center" valignment="top" width="0">
15023 <column alignment="center" valignment="top" width="0">
15024 <row>
15025 <cell alignment="center" valignment="top" usebox="none">
15026 \begin_inset Text
15027
15028 \begin_layout Plain Layout
15029 \begin_inset ERT
15030 status collapsed
15031
15032 \begin_layout Plain Layout
15033
15034
15035 \backslash
15036 rowcolor{cyan}
15037 \end_layout
15038
15039 \end_inset
15040
15041
15042 \color magenta
15043 a
15044 \end_layout
15045
15046 \end_inset
15047 </cell>
15048 <cell alignment="center" valignment="top" usebox="none">
15049 \begin_inset Text
15050
15051 \begin_layout Plain Layout
15052
15053 \color red
15054 b
15055 \end_layout
15056
15057 \end_inset
15058 </cell>
15059 <cell alignment="center" valignment="top" usebox="none">
15060 \begin_inset Text
15061
15062 \begin_layout Plain Layout
15063
15064 \color red
15065 c
15066 \end_layout
15067
15068 \end_inset
15069 </cell>
15070 </row>
15071 <row>
15072 <cell alignment="center" valignment="top" usebox="none">
15073 \begin_inset Text
15074
15075 \begin_layout Plain Layout
15076
15077 \color yellow
15078 d
15079 \end_layout
15080
15081 \end_inset
15082 </cell>
15083 <cell alignment="center" valignment="top" usebox="none">
15084 \begin_inset Text
15085
15086 \begin_layout Plain Layout
15087
15088 \color blue
15089 e
15090 \end_layout
15091
15092 \end_inset
15093 </cell>
15094 <cell alignment="center" valignment="top" usebox="none">
15095 \begin_inset Text
15096
15097 \begin_layout Plain Layout
15098
15099 \color blue
15100 f
15101 \end_layout
15102
15103 \end_inset
15104 </cell>
15105 </row>
15106 <row>
15107 <cell alignment="center" valignment="top" usebox="none">
15108 \begin_inset Text
15109
15110 \begin_layout Plain Layout
15111
15112 \color yellow
15113 g
15114 \end_layout
15115
15116 \end_inset
15117 </cell>
15118 <cell alignment="center" valignment="top" usebox="none">
15119 \begin_inset Text
15120
15121 \begin_layout Plain Layout
15122
15123 \color blue
15124 h
15125 \end_layout
15126
15127 \end_inset
15128 </cell>
15129 <cell alignment="center" valignment="top" usebox="none">
15130 \begin_inset Text
15131
15132 \begin_layout Plain Layout
15133 \begin_inset ERT
15134 status collapsed
15135
15136 \begin_layout Plain Layout
15137
15138
15139 \backslash
15140 cellcolor{magenta}
15141 \end_layout
15142
15143 \end_inset
15144
15145
15146 \color green
15147 i
15148 \end_layout
15149
15150 \end_inset
15151 </cell>
15152 </row>
15153 </lyxtabular>
15154
15155 \end_inset
15156
15157
15158 \end_layout
15159
15160 \end_inset
15161
15162
15163 \end_layout
15164
15165 \begin_layout Standard
15166 \begin_inset ERT
15167 status collapsed
15168
15169 \begin_layout Plain Layout
15170
15171
15172 \backslash
15173 else
15174 \end_layout
15175
15176 \end_inset
15177
15178
15179 \begin_inset Note Note
15180 status collapsed
15181
15182 \begin_layout Plain Layout
15183 Lo siguiente se mostrará en pantalla si no está instalado el paquete LaTeX
15184  
15185 \series bold
15186 colortbl
15187 \series default
15188 .
15189 \end_layout
15190
15191 \end_inset
15192
15193
15194 \end_layout
15195
15196 \begin_layout Standard
15197 Debes instalar el paquete LaTeX 
15198 \series bold
15199 colortbl
15200 \series default
15201  para ver la parte siguiente en la salida.
15202 \end_layout
15203
15204 \begin_layout Standard
15205 \begin_inset ERT
15206 status collapsed
15207
15208 \begin_layout Plain Layout
15209
15210
15211 \backslash
15212 fi
15213 \end_layout
15214
15215 \end_inset
15216
15217
15218 \end_layout
15219
15220 \begin_layout Subsection
15221 Líneas coloreadas
15222 \begin_inset Index idx
15223 status collapsed
15224
15225 \begin_layout Plain Layout
15226 Tablas ! Coloreadas ! Líneas
15227 \end_layout
15228
15229 \end_inset
15230
15231
15232 \begin_inset Index idx
15233 status collapsed
15234
15235 \begin_layout Plain Layout
15236 Color ! en bordes de tabla
15237 \end_layout
15238
15239 \end_inset
15240
15241
15242 \end_layout
15243
15244 \begin_layout Standard
15245 Como se describe en la sección
15246 \begin_inset space ~
15247 \end_inset
15248
15249
15250 \begin_inset CommandInset ref
15251 LatexCommand ref
15252 reference "sub:Grosor-de-Líneas"
15253
15254 \end_inset
15255
15256 , el grosor para todas las líneas en una tabla puede ajustarse con el comando
15257  
15258 \series bold
15259
15260 \backslash
15261 arrayrulewidth
15262 \series default
15263 .
15264  Se ha puesto 1.5
15265 \begin_inset space \thinspace{}
15266 \end_inset
15267
15268 pt para todas las tablas de esta sección.
15269 \begin_inset ERT
15270 status collapsed
15271
15272 \begin_layout Plain Layout
15273
15274
15275 \backslash
15276 setlength{
15277 \backslash
15278 arrayrulewidth}{1.5pt}
15279 \end_layout
15280
15281 \end_inset
15282
15283
15284 \end_layout
15285
15286 \begin_layout Standard
15287 Por ejemplo, para colorear todas las líneas verticales en verde, crea en
15288  el preámbulo del documento el siguiente formato de columna, de acuerdo
15289  a lo descrito en la sección
15290 \begin_inset space ~
15291 \end_inset
15292
15293
15294 \begin_inset CommandInset ref
15295 LatexCommand ref
15296 reference "sub:Formato-Personalizado"
15297
15298 \end_inset
15299
15300 :
15301 \end_layout
15302
15303 \begin_layout Standard
15304
15305 \series bold
15306
15307 \backslash
15308 newcolumntype{W}{!{
15309 \backslash
15310 color{green}
15311 \backslash
15312 vline}}
15313 \end_layout
15314
15315 \begin_layout Standard
15316 Para la tabla
15317 \begin_inset space ~
15318 \end_inset
15319
15320
15321 \begin_inset CommandInset ref
15322 LatexCommand ref
15323 reference "tab:Tabla-con-verticales-coloreadas"
15324
15325 \end_inset
15326
15327  se usó el argumento LaTeX
15328 \series bold
15329  WcW
15330 \series default
15331  para la última columna y
15332 \series bold
15333  Wc
15334 \series default
15335  para las demás.
15336 \end_layout
15337
15338 \begin_layout Standard
15339 Si quieres tener varios colores, define más formatos de columna.
15340 \end_layout
15341
15342 \begin_layout Standard
15343 \begin_inset Float table
15344 placement h
15345 wide false
15346 sideways false
15347 status open
15348
15349 \begin_layout Plain Layout
15350 \begin_inset Caption
15351
15352 \begin_layout Plain Layout
15353 \begin_inset CommandInset label
15354 LatexCommand label
15355 name "tab:Tabla-con-verticales-coloreadas"
15356
15357 \end_inset
15358
15359 Tabla con líneas verticales coloreadas
15360 \end_layout
15361
15362 \end_inset
15363
15364
15365 \end_layout
15366
15367 \begin_layout Plain Layout
15368 \align center
15369 \begin_inset Tabular
15370 <lyxtabular version="3" rows="3" columns="3">
15371 <features tabularvalignment="middle">
15372 <column alignment="center" valignment="top" width="0" special="Wc">
15373 <column alignment="center" valignment="top" width="0" special="Wc">
15374 <column alignment="center" valignment="top" width="0" special="WcW">
15375 <row>
15376 <cell alignment="center" valignment="top" topline="true" usebox="none">
15377 \begin_inset Text
15378
15379 \begin_layout Plain Layout
15380 sd
15381 \end_layout
15382
15383 \end_inset
15384 </cell>
15385 <cell alignment="center" valignment="top" topline="true" usebox="none">
15386 \begin_inset Text
15387
15388 \begin_layout Plain Layout
15389
15390 \end_layout
15391
15392 \end_inset
15393 </cell>
15394 <cell alignment="center" valignment="top" topline="true" usebox="none">
15395 \begin_inset Text
15396
15397 \begin_layout Plain Layout
15398
15399 \end_layout
15400
15401 \end_inset
15402 </cell>
15403 </row>
15404 <row>
15405 <cell alignment="center" valignment="top" topline="true" usebox="none">
15406 \begin_inset Text
15407
15408 \begin_layout Plain Layout
15409
15410 \end_layout
15411
15412 \end_inset
15413 </cell>
15414 <cell alignment="center" valignment="top" topline="true" usebox="none">
15415 \begin_inset Text
15416
15417 \begin_layout Plain Layout
15418 sd
15419 \end_layout
15420
15421 \end_inset
15422 </cell>
15423 <cell alignment="center" valignment="top" topline="true" usebox="none">
15424 \begin_inset Text
15425
15426 \begin_layout Plain Layout
15427
15428 \end_layout
15429
15430 \end_inset
15431 </cell>
15432 </row>
15433 <row>
15434 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
15435 \begin_inset Text
15436
15437 \begin_layout Plain Layout
15438
15439 \end_layout
15440
15441 \end_inset
15442 </cell>
15443 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
15444 \begin_inset Text
15445
15446 \begin_layout Plain Layout
15447
15448 \end_layout
15449
15450 \end_inset
15451 </cell>
15452 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
15453 \begin_inset Text
15454
15455 \begin_layout Plain Layout
15456 sd
15457 \end_layout
15458
15459 \end_inset
15460 </cell>
15461 </row>
15462 </lyxtabular>
15463
15464 \end_inset
15465
15466
15467 \end_layout
15468
15469 \end_inset
15470
15471
15472 \end_layout
15473
15474 \begin_layout Standard
15475 \begin_inset VSpace bigskip
15476 \end_inset
15477
15478 Para colorear líneas horizontales, por ejemplo en rojo, como en la tabla
15479 \begin_inset space ~
15480 \end_inset
15481
15482
15483 \begin_inset CommandInset ref
15484 LatexCommand ref
15485 reference "tab:Tabla-con-horizontales-coloreadas"
15486
15487 \end_inset
15488
15489 , inserta estos comandos en código TeX antes de la tabla o del flotante:
15490 \end_layout
15491
15492 \begin_layout Standard
15493
15494 \series bold
15495
15496 \backslash
15497 let
15498 \backslash
15499 myHlineC
15500 \backslash
15501 hline
15502 \begin_inset Newline newline
15503 \end_inset
15504
15505
15506 \backslash
15507 renewcommand{
15508 \backslash
15509 hline}
15510 \begin_inset Newline newline
15511 \end_inset
15512
15513
15514 \begin_inset Phantom HPhantom
15515 status open
15516
15517 \begin_layout Plain Layout
15518
15519 \series bold
15520 \begin_inset space ~
15521 \end_inset
15522
15523
15524 \end_layout
15525
15526 \end_inset
15527
15528 {
15529 \backslash
15530 arrayrulecolor{red}
15531 \backslash
15532 myHlineC
15533 \backslash
15534 arrayrulecolor{black}}
15535 \end_layout
15536
15537 \begin_layout Standard
15538 \begin_inset ERT
15539 status collapsed
15540
15541 \begin_layout Plain Layout
15542
15543
15544 \backslash
15545 let
15546 \backslash
15547 myHlineC
15548 \backslash
15549 hline
15550 \end_layout
15551
15552 \begin_layout Plain Layout
15553
15554
15555 \backslash
15556 renewcommand{
15557 \backslash
15558 hline}
15559 \end_layout
15560
15561 \begin_layout Plain Layout
15562
15563  {
15564 \backslash
15565 arrayrulecolor{red}
15566 \backslash
15567 myHlineC
15568 \backslash
15569 arrayrulecolor{black}}
15570 \end_layout
15571
15572 \end_inset
15573
15574
15575 \begin_inset Float table
15576 placement h
15577 wide false
15578 sideways false
15579 status open
15580
15581 \begin_layout Plain Layout
15582 \begin_inset Caption
15583
15584 \begin_layout Plain Layout
15585 \begin_inset CommandInset label
15586 LatexCommand label
15587 name "tab:Tabla-con-horizontales-coloreadas"
15588
15589 \end_inset
15590
15591 Tabla con líneas horizontales coloreadas
15592 \end_layout
15593
15594 \end_inset
15595
15596
15597 \end_layout
15598
15599 \begin_layout Plain Layout
15600 \align center
15601 \begin_inset Tabular
15602 <lyxtabular version="3" rows="3" columns="3">
15603 <features tabularvalignment="middle">
15604 <column alignment="center" valignment="top" width="0">
15605 <column alignment="center" valignment="top" width="0">
15606 <column alignment="center" valignment="top" width="0">
15607 <row>
15608 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15609 \begin_inset Text
15610
15611 \begin_layout Plain Layout
15612 sd
15613 \end_layout
15614
15615 \end_inset
15616 </cell>
15617 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15618 \begin_inset Text
15619
15620 \begin_layout Plain Layout
15621
15622 \end_layout
15623
15624 \end_inset
15625 </cell>
15626 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15627 \begin_inset Text
15628
15629 \begin_layout Plain Layout
15630
15631 \end_layout
15632
15633 \end_inset
15634 </cell>
15635 </row>
15636 <row>
15637 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15638 \begin_inset Text
15639
15640 \begin_layout Plain Layout
15641
15642 \end_layout
15643
15644 \end_inset
15645 </cell>
15646 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15647 \begin_inset Text
15648
15649 \begin_layout Plain Layout
15650 sd
15651 \end_layout
15652
15653 \end_inset
15654 </cell>
15655 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15656 \begin_inset Text
15657
15658 \begin_layout Plain Layout
15659
15660 \end_layout
15661
15662 \end_inset
15663 </cell>
15664 </row>
15665 <row>
15666 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
15667 \begin_inset Text
15668
15669 \begin_layout Plain Layout
15670
15671 \end_layout
15672
15673 \end_inset
15674 </cell>
15675 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
15676 \begin_inset Text
15677
15678 \begin_layout Plain Layout
15679
15680 \end_layout
15681
15682 \end_inset
15683 </cell>
15684 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
15685 \begin_inset Text
15686
15687 \begin_layout Plain Layout
15688 sd
15689 \end_layout
15690
15691 \end_inset
15692 </cell>
15693 </row>
15694 </lyxtabular>
15695
15696 \end_inset
15697
15698
15699 \end_layout
15700
15701 \end_inset
15702
15703
15704 \end_layout
15705
15706 \begin_layout Standard
15707 Para volver al color de línea negro predeterminado inserta este comando
15708  en código TeX detrás de la tabla o el flotante:
15709 \end_layout
15710
15711 \begin_layout Standard
15712
15713 \series bold
15714
15715 \backslash
15716 renewcommand{
15717 \backslash
15718 hline}{
15719 \backslash
15720 myHlineC}
15721 \end_layout
15722
15723 \begin_layout Standard
15724 La tabla
15725 \begin_inset space ~
15726 \end_inset
15727
15728
15729 \begin_inset CommandInset ref
15730 LatexCommand ref
15731 reference "tab:Tabla-con-líneas-coloreadas"
15732
15733 \end_inset
15734
15735  es un ejemplo con líneas verticales y horizontales coloreadas.
15736 \end_layout
15737
15738 \begin_layout Standard
15739 \begin_inset Float table
15740 placement h
15741 wide false
15742 sideways false
15743 status open
15744
15745 \begin_layout Plain Layout
15746 \begin_inset Caption
15747
15748 \begin_layout Plain Layout
15749 \begin_inset CommandInset label
15750 LatexCommand label
15751 name "tab:Tabla-con-líneas-coloreadas"
15752
15753 \end_inset
15754
15755 Tabla con líneas coloreadas
15756 \end_layout
15757
15758 \end_inset
15759
15760
15761 \end_layout
15762
15763 \begin_layout Plain Layout
15764 \align center
15765 \begin_inset Tabular
15766 <lyxtabular version="3" rows="3" columns="3">
15767 <features tabularvalignment="middle">
15768 <column alignment="center" valignment="top" width="0" special="Wc">
15769 <column alignment="center" valignment="top" width="0" special="Wc">
15770 <column alignment="center" valignment="top" width="0" special="WcW">
15771 <row>
15772 <cell alignment="center" valignment="top" topline="true" usebox="none">
15773 \begin_inset Text
15774
15775 \begin_layout Plain Layout
15776 sd
15777 \end_layout
15778
15779 \end_inset
15780 </cell>
15781 <cell alignment="center" valignment="top" topline="true" usebox="none">
15782 \begin_inset Text
15783
15784 \begin_layout Plain Layout
15785
15786 \end_layout
15787
15788 \end_inset
15789 </cell>
15790 <cell alignment="center" valignment="top" topline="true" usebox="none">
15791 \begin_inset Text
15792
15793 \begin_layout Plain Layout
15794
15795 \end_layout
15796
15797 \end_inset
15798 </cell>
15799 </row>
15800 <row>
15801 <cell alignment="center" valignment="top" topline="true" usebox="none">
15802 \begin_inset Text
15803
15804 \begin_layout Plain Layout
15805
15806 \end_layout
15807
15808 \end_inset
15809 </cell>
15810 <cell alignment="center" valignment="top" topline="true" usebox="none">
15811 \begin_inset Text
15812
15813 \begin_layout Plain Layout
15814 sd
15815 \end_layout
15816
15817 \end_inset
15818 </cell>
15819 <cell alignment="center" valignment="top" topline="true" usebox="none">
15820 \begin_inset Text
15821
15822 \begin_layout Plain Layout
15823
15824 \end_layout
15825
15826 \end_inset
15827 </cell>
15828 </row>
15829 <row>
15830 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
15831 \begin_inset Text
15832
15833 \begin_layout Plain Layout
15834
15835 \end_layout
15836
15837 \end_inset
15838 </cell>
15839 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
15840 \begin_inset Text
15841
15842 \begin_layout Plain Layout
15843
15844 \end_layout
15845
15846 \end_inset
15847 </cell>
15848 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
15849 \begin_inset Text
15850
15851 \begin_layout Plain Layout
15852 sd
15853 \end_layout
15854
15855 \end_inset
15856 </cell>
15857 </row>
15858 </lyxtabular>
15859
15860 \end_inset
15861
15862
15863 \end_layout
15864
15865 \end_inset
15866
15867
15868 \end_layout
15869
15870 \begin_layout Standard
15871 \begin_inset ERT
15872 status collapsed
15873
15874 \begin_layout Plain Layout
15875
15876
15877 \backslash
15878 renewcommand{
15879 \backslash
15880 hline}{
15881 \backslash
15882 myHlineC}
15883 \end_layout
15884
15885 \end_inset
15886
15887
15888 \end_layout
15889
15890 \begin_layout Standard
15891 \begin_inset ERT
15892 status collapsed
15893
15894 \begin_layout Plain Layout
15895
15896
15897 \backslash
15898 setlength{
15899 \backslash
15900 arrayrulewidth}{0.4pt}
15901 \end_layout
15902
15903 \end_inset
15904
15905
15906 \end_layout
15907
15908 \begin_layout Section
15909 Personalización de tablas
15910 \begin_inset Index idx
15911 status collapsed
15912
15913 \begin_layout Plain Layout
15914 Personalización de tablas
15915 \end_layout
15916
15917 \end_inset
15918
15919
15920 \begin_inset Index idx
15921 status collapsed
15922
15923 \begin_layout Plain Layout
15924 Tablas ! Personalización
15925 \end_layout
15926
15927 \end_inset
15928
15929
15930 \end_layout
15931
15932 \begin_layout Subsection
15933 Espacio adicional en filas
15934 \begin_inset CommandInset label
15935 LatexCommand label
15936 name "sub:Espacio-adicional"
15937
15938 \end_inset
15939
15940
15941 \begin_inset Index idx
15942 status collapsed
15943
15944 \begin_layout Plain Layout
15945 Personalización de tablas ! Espacio adicional en filas
15946 \end_layout
15947
15948 \end_inset
15949
15950
15951 \end_layout
15952
15953 \begin_layout Standard
15954 Es posible añadir espacio vertical a las filas de una tabla en la solapa
15955  
15956 \family sans
15957 Bordes
15958 \family default
15959  del diálogo de configuración de tablas.
15960  En el marco 
15961 \family sans
15962 Espacio
15963 \begin_inset space ~
15964 \end_inset
15965
15966 adicional
15967 \family default
15968  dispones de tres posibilidades:
15969 \end_layout
15970
15971 \begin_layout Description
15972 Superior
15973 \begin_inset space ~
15974 \end_inset
15975
15976 de
15977 \begin_inset space ~
15978 \end_inset
15979
15980 la
15981 \begin_inset space ~
15982 \end_inset
15983
15984 fila añade espacio sobre los caracteres de la fila.
15985  Si la tabla es de estilo formal
15986 \begin_inset Foot
15987 status collapsed
15988
15989 \begin_layout Plain Layout
15990 Las tablas formales se explican en la sección
15991 \begin_inset space ~
15992 \end_inset
15993
15994
15995 \begin_inset CommandInset ref
15996 LatexCommand ref
15997 reference "sec:Tablas-Formales"
15998
15999 \end_inset
16000
16001
16002 \end_layout
16003
16004 \end_inset
16005
16006  LyX insertará 0.5
16007 \begin_inset space \thinspace{}
16008 \end_inset
16009
16010 em por omisión.
16011  Si la tabla es de estilo normal el espacio adicional destruirá las líneas
16012  verticales, como se ve en la tabla siguiente:
16013 \begin_inset VSpace medskip
16014 \end_inset
16015
16016
16017 \begin_inset Newline newline
16018 \end_inset
16019
16020
16021 \begin_inset space \hspace*{}
16022 \length 0pt
16023 \end_inset
16024
16025
16026 \begin_inset space \hfill{}
16027 \end_inset
16028
16029
16030 \begin_inset Tabular
16031 <lyxtabular version="3" rows="3" columns="1">
16032 <features tabularvalignment="middle">
16033 <column alignment="center" valignment="top" width="0">
16034 <row>
16035 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16036 \begin_inset Text
16037
16038 \begin_layout Plain Layout
16039 A
16040 \end_layout
16041
16042 \end_inset
16043 </cell>
16044 </row>
16045 <row topspace="3mm">
16046 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16047 \begin_inset Text
16048
16049 \begin_layout Plain Layout
16050 3
16051 \begin_inset space \thinspace{}
16052 \end_inset
16053
16054 mm sobre la fila
16055 \end_layout
16056
16057 \end_inset
16058 </cell>
16059 </row>
16060 <row>
16061 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
16062 \begin_inset Text
16063
16064 \begin_layout Plain Layout
16065 C
16066 \end_layout
16067
16068 \end_inset
16069 </cell>
16070 </row>
16071 </lyxtabular>
16072
16073 \end_inset
16074
16075
16076 \begin_inset space \hfill{}
16077 \end_inset
16078
16079
16080 \begin_inset space \hspace*{}
16081 \length 0pt
16082 \end_inset
16083
16084
16085 \begin_inset VSpace medskip
16086 \end_inset
16087
16088
16089 \begin_inset Newline newline
16090 \end_inset
16091
16092 Así pues, insertar espacio superior en tablas normales sólo es útil en tablas
16093  sin líneas verticales.
16094 \end_layout
16095
16096 \begin_layout Description
16097 Inferior
16098 \begin_inset space ~
16099 \end_inset
16100
16101 de
16102 \begin_inset space ~
16103 \end_inset
16104
16105 la
16106 \begin_inset space ~
16107 \end_inset
16108
16109 fila añade espacio bajo los caracteres de la fila.
16110  Si la tabla es formal LyX inserta por omisión 0.5
16111 \begin_inset space \thinspace{}
16112 \end_inset
16113
16114 em; si la tabla es normal inserta 2
16115 \begin_inset space \thinspace{}
16116 \end_inset
16117
16118 pt.
16119  
16120 \end_layout
16121
16122 \begin_layout Description
16123 Entre
16124 \begin_inset space ~
16125 \end_inset
16126
16127 las
16128 \begin_inset space ~
16129 \end_inset
16130
16131 filas añade espacio entre la fila actual y la siguiente.
16132  Si la tabla es formal LyX inserta 0.5
16133 \begin_inset space \thinspace{}
16134 \end_inset
16135
16136 em por omisión.
16137  En tablas normales, el espacio adicional destruirá las líneas verticales
16138  de la tabla, como se ve en la siguiente:
16139 \begin_inset VSpace medskip
16140 \end_inset
16141
16142
16143 \begin_inset Newline newline
16144 \end_inset
16145
16146
16147 \begin_inset space \hspace*{}
16148 \length 0pt
16149 \end_inset
16150
16151
16152 \begin_inset space \hfill{}
16153 \end_inset
16154
16155
16156 \begin_inset Tabular
16157 <lyxtabular version="3" rows="3" columns="1">
16158 <features tabularvalignment="middle">
16159 <column alignment="center" valignment="top" width="0">
16160 <row>
16161 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16162 \begin_inset Text
16163
16164 \begin_layout Plain Layout
16165 A
16166 \end_layout
16167
16168 \end_inset
16169 </cell>
16170 </row>
16171 <row interlinespace="3mm">
16172 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16173 \begin_inset Text
16174
16175 \begin_layout Plain Layout
16176 \begin_inset Formula $\downarrow$
16177 \end_inset
16178
16179  3
16180 \begin_inset space \thinspace{}
16181 \end_inset
16182
16183 mm entre las filas
16184 \end_layout
16185
16186 \end_inset
16187 </cell>
16188 </row>
16189 <row>
16190 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
16191 \begin_inset Text
16192
16193 \begin_layout Plain Layout
16194 \begin_inset Formula $\uparrow$
16195 \end_inset
16196
16197  3
16198 \begin_inset space \thinspace{}
16199 \end_inset
16200
16201 mm entre las filas 
16202 \begin_inset Formula $\uparrow$
16203 \end_inset
16204
16205
16206 \end_layout
16207
16208 \end_inset
16209 </cell>
16210 </row>
16211 </lyxtabular>
16212
16213 \end_inset
16214
16215
16216 \begin_inset space \hfill{}
16217 \end_inset
16218
16219
16220 \begin_inset space \hspace*{}
16221 \length 0pt
16222 \end_inset
16223
16224
16225 \begin_inset VSpace medskip
16226 \end_inset
16227
16228
16229 \begin_inset Newline newline
16230 \end_inset
16231
16232 Así pues, los espacios adicionales entre filas de tablas normales sólo sirven
16233  para tablas sin líneas verticales.
16234 \end_layout
16235
16236 \begin_layout Standard
16237 \begin_inset VSpace bigskip
16238 \end_inset
16239
16240 Para añadir altura vertical extra a todas las celdas de todas las tablas,
16241  utiliza los siguientes comandos en el preámbulo:
16242 \end_layout
16243
16244 \begin_layout Standard
16245
16246 \series bold
16247
16248 \backslash
16249 @ifundefined{extrarowheight}
16250 \begin_inset Newline newline
16251 \end_inset
16252
16253
16254 \begin_inset Phantom HPhantom
16255 status open
16256
16257 \begin_layout Plain Layout
16258
16259 \series bold
16260 \begin_inset space ~
16261 \end_inset
16262
16263
16264 \end_layout
16265
16266 \end_inset
16267
16268 {
16269 \backslash
16270 usepackage{array}}{}
16271 \begin_inset Newline newline
16272 \end_inset
16273
16274
16275 \backslash
16276 setlength{
16277 \backslash
16278 extrarowheight}{altura}
16279 \end_layout
16280
16281 \begin_layout Standard
16282 Esto tiene el inconveniente de que el texto de las celdas no estará exactamente
16283  centrado en vertical.
16284  (Lyx cargará automáticamente el paquete 
16285 \series bold
16286 array
16287 \series default
16288  cuando uses formatos de tabla autodefinidos.
16289  Para evitar que sea cargado dos veces se pone al principio el comando 
16290 \series bold
16291
16292 \backslash
16293 @ifundefined
16294 \series default
16295 .)
16296 \end_layout
16297
16298 \begin_layout Standard
16299 En el caso de usar fuentes de mayor tamaño que el normal, los bordes de
16300  la tabla están a veces demasiado cerca de las letras.
16301  Esto se puede corregir insertando el comando 
16302 \series bold
16303
16304 \backslash
16305 strut
16306 \series default
16307  en código TeX al principio de la fila de la tabla.
16308  La tabla
16309 \begin_inset space ~
16310 \end_inset
16311
16312
16313 \begin_inset CommandInset ref
16314 LatexCommand ref
16315 reference "tab:Alineación-vertical"
16316
16317 \end_inset
16318
16319  muestra el efecto:
16320 \end_layout
16321
16322 \begin_layout Standard
16323 \noindent
16324 \begin_inset Float table
16325 placement h
16326 wide false
16327 sideways false
16328 status open
16329
16330 \begin_layout Plain Layout
16331 \begin_inset Caption
16332
16333 \begin_layout Plain Layout
16334 \begin_inset CommandInset label
16335 LatexCommand label
16336 name "tab:Alineación-vertical"
16337
16338 \end_inset
16339
16340 Alineación vertical de texto con fuentes grandes
16341 \end_layout
16342
16343 \end_inset
16344
16345
16346 \end_layout
16347
16348 \begin_layout Plain Layout
16349 \begin_inset space \hfill{}
16350 \end_inset
16351
16352
16353 \begin_inset Float table
16354 wide false
16355 sideways false
16356 status collapsed
16357
16358 \begin_layout Plain Layout
16359 \begin_inset Caption
16360
16361 \begin_layout Plain Layout
16362 Tabla normal
16363 \end_layout
16364
16365 \end_inset
16366
16367
16368 \end_layout
16369
16370 \begin_layout Plain Layout
16371 \noindent
16372 \align center
16373 \begin_inset Tabular
16374 <lyxtabular version="3" rows="6" columns="1">
16375 <features tabularvalignment="middle">
16376 <column alignment="left" valignment="top" width="0">
16377 <row>
16378 <cell alignment="left" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16379 \begin_inset Text
16380
16381 \begin_layout Plain Layout
16382 Normal, g
16383 \end_layout
16384
16385 \end_inset
16386 </cell>
16387 </row>
16388 <row>
16389 <cell alignment="left" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16390 \begin_inset Text
16391
16392 \begin_layout Plain Layout
16393
16394 \size large
16395 Grande
16396 \end_layout
16397
16398 \end_inset
16399 </cell>
16400 </row>
16401 <row>
16402 <cell alignment="left" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16403 \begin_inset Text
16404
16405 \begin_layout Plain Layout
16406
16407 \size larger
16408 Más grande
16409 \end_layout
16410
16411 \end_inset
16412 </cell>
16413 </row>
16414 <row>
16415 <cell alignment="left" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16416 \begin_inset Text
16417
16418 \begin_layout Plain Layout
16419
16420 \size largest
16421 Grandísima
16422 \end_layout
16423
16424 \end_inset
16425 </cell>
16426 </row>
16427 <row>
16428 <cell alignment="left" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16429 \begin_inset Text
16430
16431 \begin_layout Plain Layout
16432
16433 \size huge
16434 Enorme
16435 \end_layout
16436
16437 \end_inset
16438 </cell>
16439 </row>
16440 <row>
16441 <cell alignment="left" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
16442 \begin_inset Text
16443
16444 \begin_layout Plain Layout
16445
16446 \size huge
16447 Más enorme
16448 \end_layout
16449
16450 \end_inset
16451 </cell>
16452 </row>
16453 </lyxtabular>
16454
16455 \end_inset
16456
16457
16458 \end_layout
16459
16460 \end_inset
16461
16462
16463 \begin_inset space \hfill{}
16464 \end_inset
16465
16466
16467 \begin_inset Float table
16468 wide false
16469 sideways false
16470 status collapsed
16471
16472 \begin_layout Plain Layout
16473 \begin_inset Caption
16474
16475 \begin_layout Plain Layout
16476 Tabla con comando 
16477 \series bold
16478
16479 \backslash
16480 strut
16481 \end_layout
16482
16483 \end_inset
16484
16485
16486 \end_layout
16487
16488 \begin_layout Plain Layout
16489 \noindent
16490 \align center
16491 \begin_inset Tabular
16492 <lyxtabular version="3" rows="6" columns="1">
16493 <features tabularvalignment="middle">
16494 <column alignment="left" valignment="top" width="0">
16495 <row>
16496 <cell alignment="left" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16497 \begin_inset Text
16498
16499 \begin_layout Plain Layout
16500 Normal, g
16501 \end_layout
16502
16503 \end_inset
16504 </cell>
16505 </row>
16506 <row>
16507 <cell alignment="left" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16508 \begin_inset Text
16509
16510 \begin_layout Plain Layout
16511
16512 \size large
16513 \begin_inset ERT
16514 status collapsed
16515
16516 \begin_layout Plain Layout
16517
16518
16519 \backslash
16520 strut 
16521 \end_layout
16522
16523 \end_inset
16524
16525 Grande
16526 \end_layout
16527
16528 \end_inset
16529 </cell>
16530 </row>
16531 <row>
16532 <cell alignment="left" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16533 \begin_inset Text
16534
16535 \begin_layout Plain Layout
16536
16537 \size larger
16538 \begin_inset ERT
16539 status collapsed
16540
16541 \begin_layout Plain Layout
16542
16543
16544 \backslash
16545 strut 
16546 \end_layout
16547
16548 \end_inset
16549
16550 Más grande
16551 \end_layout
16552
16553 \end_inset
16554 </cell>
16555 </row>
16556 <row>
16557 <cell alignment="left" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16558 \begin_inset Text
16559
16560 \begin_layout Plain Layout
16561
16562 \size largest
16563 \begin_inset ERT
16564 status collapsed
16565
16566 \begin_layout Plain Layout
16567
16568
16569 \backslash
16570 strut 
16571 \end_layout
16572
16573 \end_inset
16574
16575 Grandísima
16576 \end_layout
16577
16578 \end_inset
16579 </cell>
16580 </row>
16581 <row>
16582 <cell alignment="left" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16583 \begin_inset Text
16584
16585 \begin_layout Plain Layout
16586
16587 \size huge
16588 \begin_inset ERT
16589 status collapsed
16590
16591 \begin_layout Plain Layout
16592
16593
16594 \backslash
16595 strut 
16596 \end_layout
16597
16598 \end_inset
16599
16600 Enorme
16601 \end_layout
16602
16603 \end_inset
16604 </cell>
16605 </row>
16606 <row>
16607 <cell alignment="left" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
16608 \begin_inset Text
16609
16610 \begin_layout Plain Layout
16611
16612 \size giant
16613 \begin_inset ERT
16614 status collapsed
16615
16616 \begin_layout Plain Layout
16617
16618
16619 \backslash
16620 strut 
16621 \end_layout
16622
16623 \end_inset
16624
16625
16626 \size huge
16627 Más enorme
16628 \end_layout
16629
16630 \end_inset
16631 </cell>
16632 </row>
16633 </lyxtabular>
16634
16635 \end_inset
16636
16637
16638 \end_layout
16639
16640 \end_inset
16641
16642
16643 \begin_inset space \hfill{}
16644 \end_inset
16645
16646
16647 \end_layout
16648
16649 \end_inset
16650
16651
16652 \end_layout
16653
16654 \begin_layout Subsection
16655 Alineación especial de celdas
16656 \begin_inset Index idx
16657 status collapsed
16658
16659 \begin_layout Plain Layout
16660 Personalización de tablas ! Alineación especial de celdas
16661 \end_layout
16662
16663 \end_inset
16664
16665
16666 \end_layout
16667
16668 \begin_layout Standard
16669 A veces mejora la presentación si las entradas en las celdas de una columna
16670  se alinean con un carácter determinado, p.
16671 \begin_inset space \thinspace{}
16672 \end_inset
16673
16674 e.
16675 \begin_inset space ~
16676 \end_inset
16677
16678 el separador decimal, como en la tabla
16679 \begin_inset space ~
16680 \end_inset
16681
16682
16683 \begin_inset CommandInset ref
16684 LatexCommand ref
16685 reference "tab:Tabla-con-celdas-de"
16686
16687 \end_inset
16688
16689 .
16690 \end_layout
16691
16692 \begin_layout Standard
16693 \begin_inset Float table
16694 wide false
16695 sideways false
16696 status open
16697
16698 \begin_layout Plain Layout
16699 \begin_inset Caption
16700
16701 \begin_layout Plain Layout
16702 \begin_inset CommandInset label
16703 LatexCommand label
16704 name "tab:Tabla-con-celdas-de"
16705
16706 \end_inset
16707
16708 Tabla con celdas alineadas con el separador decimal.
16709 \end_layout
16710
16711 \end_inset
16712
16713
16714 \end_layout
16715
16716 \begin_layout Plain Layout
16717 \align center
16718 \begin_inset Tabular
16719 <lyxtabular version="3" rows="4" columns="2">
16720 <features tabularvalignment="middle">
16721 <column alignment="right" valignment="top" width="0">
16722 <column alignment="left" valignment="top" width="0" special="@{}l">
16723 <row>
16724 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" usebox="none">
16725 \begin_inset Text
16726
16727 \begin_layout Plain Layout
16728 leyenda
16729 \end_layout
16730
16731 \end_inset
16732 </cell>
16733 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16734 \begin_inset Text
16735
16736 \begin_layout Plain Layout
16737
16738 \end_layout
16739
16740 \end_inset
16741 </cell>
16742 </row>
16743 <row>
16744 <cell alignment="center" valignment="top" usebox="none">
16745 \begin_inset Text
16746
16747 \begin_layout Plain Layout
16748 12,
16749 \end_layout
16750
16751 \end_inset
16752 </cell>
16753 <cell alignment="center" valignment="top" usebox="none">
16754 \begin_inset Text
16755
16756 \begin_layout Plain Layout
16757 6
16758 \end_layout
16759
16760 \end_inset
16761 </cell>
16762 </row>
16763 <row>
16764 <cell alignment="center" valignment="top" usebox="none">
16765 \begin_inset Text
16766
16767 \begin_layout Plain Layout
16768 0,
16769 \end_layout
16770
16771 \end_inset
16772 </cell>
16773 <cell alignment="center" valignment="top" usebox="none">
16774 \begin_inset Text
16775
16776 \begin_layout Plain Layout
16777 68
16778 \end_layout
16779
16780 \end_inset
16781 </cell>
16782 </row>
16783 <row>
16784 <cell alignment="center" valignment="top" usebox="none">
16785 \begin_inset Text
16786
16787 \begin_layout Plain Layout
16788 -123,
16789 \end_layout
16790
16791 \end_inset
16792 </cell>
16793 <cell alignment="center" valignment="top" usebox="none">
16794 \begin_inset Text
16795
16796 \begin_layout Plain Layout
16797 0
16798 \end_layout
16799
16800 \end_inset
16801 </cell>
16802 </row>
16803 </lyxtabular>
16804
16805 \end_inset
16806
16807
16808 \end_layout
16809
16810 \end_inset
16811
16812
16813 \end_layout
16814
16815 \begin_layout Standard
16816 Esta es una tabla 4×2.
16817  La leyenda es una multicolumna centrada.
16818  La primera columna está alineada a la derecha y contiene el punto decimal
16819  y los dígitos anteriores.
16820  La segunda columna está alineada a la izquierda y contiene los dígitos
16821  posteriores al punto decimal.
16822  Para omitir el espacio que hay normalmente entre dos columnas se ha usado
16823  el siguiente argumento LaTeX para la segunda columna:
16824 \end_layout
16825
16826 \begin_layout Standard
16827
16828 \series bold
16829 @{}l
16830 \end_layout
16831
16832 \begin_layout Standard
16833 La tabla
16834 \begin_inset space ~
16835 \end_inset
16836
16837
16838 \begin_inset CommandInset ref
16839 LatexCommand ref
16840 reference "tab:Varias-alineaciones"
16841
16842 \end_inset
16843
16844  muestra varios ejemplos de alineación.
16845  Para alinear con el signo de relación debes añadir el segundo espacio matemátic
16846 o más pequeño al comienzo de la última columna para conseguir el espacio
16847  adecuado alrededor del signo.
16848 \end_layout
16849
16850 \begin_layout Standard
16851 \begin_inset Float table
16852 placement h
16853 wide false
16854 sideways false
16855 status open
16856
16857 \begin_layout Plain Layout
16858 \begin_inset Caption
16859
16860 \begin_layout Plain Layout
16861 \begin_inset CommandInset label
16862 LatexCommand label
16863 name "tab:Varias-alineaciones"
16864
16865 \end_inset
16866
16867 Tabla con varias alineaciones.
16868 \end_layout
16869
16870 \end_inset
16871
16872
16873 \end_layout
16874
16875 \begin_layout Plain Layout
16876 \align center
16877 \begin_inset Tabular
16878 <lyxtabular version="3" rows="4" columns="6">
16879 <features tabularvalignment="middle">
16880 <column alignment="right" valignment="top" width="0">
16881 <column alignment="left" valignment="top" width="0" special="@{}l">
16882 <column alignment="right" valignment="top" width="0">
16883 <column alignment="left" valignment="top" width="0" special="@{}l">
16884 <column alignment="right" valignment="top" width="0">
16885 <column alignment="left" valignment="top" width="0" special="@{}l">
16886 <row>
16887 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
16888 \begin_inset Text
16889
16890 \begin_layout Plain Layout
16891 unidades
16892 \end_layout
16893
16894 \end_inset
16895 </cell>
16896 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16897 \begin_inset Text
16898
16899 \begin_layout Plain Layout
16900
16901 \end_layout
16902
16903 \end_inset
16904 </cell>
16905 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
16906 \begin_inset Text
16907
16908 \begin_layout Plain Layout
16909 exponentes
16910 \end_layout
16911
16912 \end_inset
16913 </cell>
16914 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16915 \begin_inset Text
16916
16917 \begin_layout Plain Layout
16918
16919 \end_layout
16920
16921 \end_inset
16922 </cell>
16923 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" usebox="none">
16924 \begin_inset Text
16925
16926 \begin_layout Plain Layout
16927 relaciones
16928 \end_layout
16929
16930 \end_inset
16931 </cell>
16932 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16933 \begin_inset Text
16934
16935 \begin_layout Plain Layout
16936
16937 \end_layout
16938
16939 \end_inset
16940 </cell>
16941 </row>
16942 <row>
16943 <cell alignment="center" valignment="top" usebox="none">
16944 \begin_inset Text
16945
16946 \begin_layout Plain Layout
16947 12×
16948 \end_layout
16949
16950 \end_inset
16951 </cell>
16952 <cell alignment="center" valignment="top" rightline="true" usebox="none">
16953 \begin_inset Text
16954
16955 \begin_layout Plain Layout
16956 24
16957 \begin_inset space \thinspace{}
16958 \end_inset
16959
16960 bottles
16961 \end_layout
16962
16963 \end_inset
16964 </cell>
16965 <cell alignment="center" valignment="top" usebox="none">
16966 \begin_inset Text
16967
16968 \begin_layout Plain Layout
16969 \begin_inset Formula $10\cdot$
16970 \end_inset
16971
16972
16973 \end_layout
16974
16975 \end_inset
16976 </cell>
16977 <cell alignment="center" valignment="top" rightline="true" usebox="none">
16978 \begin_inset Text
16979
16980 \begin_layout Plain Layout
16981 \begin_inset Formula $10^{\mbox{-}17}$
16982 \end_inset
16983
16984
16985 \end_layout
16986
16987 \end_inset
16988 </cell>
16989 <cell alignment="center" valignment="top" usebox="none">
16990 \begin_inset Text
16991
16992 \begin_layout Plain Layout
16993 \begin_inset Formula $\Gamma(t)\propto$
16994 \end_inset
16995
16996
16997 \end_layout
16998
16999 \end_inset
17000 </cell>
17001 <cell alignment="center" valignment="top" usebox="none">
17002 \begin_inset Text
17003
17004 \begin_layout Plain Layout
17005 \begin_inset Formula $\:\Upsilon(t)$
17006 \end_inset
17007
17008
17009 \end_layout
17010
17011 \end_inset
17012 </cell>
17013 </row>
17014 <row>
17015 <cell alignment="center" valignment="top" usebox="none">
17016 \begin_inset Text
17017
17018 \begin_layout Plain Layout
17019 1024×
17020 \end_layout
17021
17022 \end_inset
17023 </cell>
17024 <cell alignment="center" valignment="top" rightline="true" usebox="none">
17025 \begin_inset Text
17026
17027 \begin_layout Plain Layout
17028 768
17029 \begin_inset space \thinspace{}
17030 \end_inset
17031
17032 Pixels
17033 \end_layout
17034
17035 \end_inset
17036 </cell>
17037 <cell alignment="center" valignment="top" usebox="none">
17038 \begin_inset Text
17039
17040 \begin_layout Plain Layout
17041 \begin_inset Formula $5.78\cdot$
17042 \end_inset
17043
17044
17045 \end_layout
17046
17047 \end_inset
17048 </cell>
17049 <cell alignment="center" valignment="top" rightline="true" usebox="none">
17050 \begin_inset Text
17051
17052 \begin_layout Plain Layout
17053 \begin_inset Formula $10^{7}$
17054 \end_inset
17055
17056
17057 \end_layout
17058
17059 \end_inset
17060 </cell>
17061 <cell alignment="center" valignment="top" usebox="none">
17062 \begin_inset Text
17063
17064 \begin_layout Plain Layout
17065 \begin_inset Formula $A\ne$
17066 \end_inset
17067
17068
17069 \end_layout
17070
17071 \end_inset
17072 </cell>
17073 <cell alignment="center" valignment="top" usebox="none">
17074 \begin_inset Text
17075
17076 \begin_layout Plain Layout
17077 \begin_inset Formula $\: B_{\mathrm{red}}$
17078 \end_inset
17079
17080
17081 \end_layout
17082
17083 \end_inset
17084 </cell>
17085 </row>
17086 <row>
17087 <cell alignment="center" valignment="top" usebox="none">
17088 \begin_inset Text
17089
17090 \begin_layout Plain Layout
17091 32×
17092 \end_layout
17093
17094 \end_inset
17095 </cell>
17096 <cell alignment="center" valignment="top" rightline="true" usebox="none">
17097 \begin_inset Text
17098
17099 \begin_layout Plain Layout
17100 6
17101 \begin_inset space \thinspace{}
17102 \end_inset
17103
17104 cm
17105 \end_layout
17106
17107 \end_inset
17108 </cell>
17109 <cell alignment="center" valignment="top" usebox="none">
17110 \begin_inset Text
17111
17112 \begin_layout Plain Layout
17113 -
17114 \begin_inset Formula $33.5\cdot$
17115 \end_inset
17116
17117
17118 \end_layout
17119
17120 \end_inset
17121 </cell>
17122 <cell alignment="center" valignment="top" rightline="true" usebox="none">
17123 \begin_inset Text
17124
17125 \begin_layout Plain Layout
17126 \begin_inset Formula $10^{4}$
17127 \end_inset
17128
17129
17130 \end_layout
17131
17132 \end_inset
17133 </cell>
17134 <cell alignment="center" valignment="top" usebox="none">
17135 \begin_inset Text
17136
17137 \begin_layout Plain Layout
17138 \begin_inset Formula $\sen(\alpha)\ge$
17139 \end_inset
17140
17141
17142 \end_layout
17143
17144 \end_inset
17145 </cell>
17146 <cell alignment="center" valignment="top" usebox="none">
17147 \begin_inset Text
17148
17149 \begin_layout Plain Layout
17150 \begin_inset Formula $\:\sen(\beta)$
17151 \end_inset
17152
17153
17154 \end_layout
17155
17156 \end_inset
17157 </cell>
17158 </row>
17159 </lyxtabular>
17160
17161 \end_inset
17162
17163
17164 \end_layout
17165
17166 \end_inset
17167
17168
17169 \end_layout
17170
17171 \begin_layout Standard
17172 \begin_inset VSpace bigskip
17173 \end_inset
17174
17175 También hay un paquete LaTeX, 
17176 \series bold
17177 dcolumn
17178 \series default
17179
17180 \begin_inset Index idx
17181 status collapsed
17182
17183 \begin_layout Plain Layout
17184 LaTeX-paquetes ! dcolumn
17185 \end_layout
17186
17187 \end_inset
17188
17189 , que permite alinear el contenido de las celdas.
17190  Pero desgraciadamente trata las entradas de celda en modo matemático y
17191  no permite fórmulas en celdas: la primera columna de la tabla
17192 \begin_inset space ~
17193 \end_inset
17194
17195
17196 \begin_inset CommandInset ref
17197 LatexCommand ref
17198 reference "tab:Varias-alineaciones"
17199
17200 \end_inset
17201
17202  se verá con 
17203 \series bold
17204 dcolumn
17205 \series default
17206  como la primera columna en la tabla
17207 \begin_inset space ~
17208 \end_inset
17209
17210
17211 \begin_inset CommandInset ref
17212 LatexCommand ref
17213 reference "tab:Alineaciones-con-el"
17214
17215 \end_inset
17216
17217  y sólo con algunos trucos se consigue lo que se espera.
17218  La alineación de la segunda y tercera columnas de la tabla
17219 \begin_inset space ~
17220 \end_inset
17221
17222
17223 \begin_inset CommandInset ref
17224 LatexCommand ref
17225 reference "tab:Varias-alineaciones"
17226
17227 \end_inset
17228
17229  no es posible con 
17230 \series bold
17231 dcolumn
17232 \series default
17233 .
17234 \end_layout
17235
17236 \begin_layout Standard
17237 \begin_inset Newpage newpage
17238 \end_inset
17239
17240
17241 \end_layout
17242
17243 \begin_layout Standard
17244 \begin_inset Float table
17245 placement h
17246 wide false
17247 sideways false
17248 status open
17249
17250 \begin_layout Plain Layout
17251 \begin_inset Caption
17252
17253 \begin_layout Plain Layout
17254 \begin_inset CommandInset label
17255 LatexCommand label
17256 name "tab:Alineaciones-con-el"
17257
17258 \end_inset
17259
17260
17261 \begin_inset Argument
17262 status collapsed
17263
17264 \begin_layout Plain Layout
17265 Tabla alineada con 
17266 \series bold
17267 dcolumn
17268 \end_layout
17269
17270 \end_inset
17271
17272 Alineaciones con el paquete LaTeX 
17273 \series bold
17274 dcolumn
17275 \series default
17276 .
17277  Hay que usar algunos trucos para la alineación de las columnas en la salida.
17278 \end_layout
17279
17280 \end_inset
17281
17282
17283 \end_layout
17284
17285 \begin_layout Plain Layout
17286 \align center
17287 \begin_inset Tabular
17288 <lyxtabular version="3" rows="4" columns="3">
17289 <features tabularvalignment="middle">
17290 <column alignment="center" valignment="top" width="0" special="D{x}{\times}{4.9}">
17291 <column alignment="center" valignment="top" width="0" special="D{x}{\times}{4.9}">
17292 <column alignment="center" valignment="top" width="0" special="D{+}{\,}{9.7}">
17293 <row>
17294 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
17295 \begin_inset Text
17296
17297 \begin_layout Plain Layout
17298 unidades
17299 \end_layout
17300
17301 \end_inset
17302 </cell>
17303 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
17304 \begin_inset Text
17305
17306 \begin_layout Plain Layout
17307 unidades
17308 \end_layout
17309
17310 \end_inset
17311 </cell>
17312 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" usebox="none">
17313 \begin_inset Text
17314
17315 \begin_layout Plain Layout
17316 unidades
17317 \end_layout
17318
17319 \end_inset
17320 </cell>
17321 </row>
17322 <row>
17323 <cell alignment="center" valignment="top" rightline="true" usebox="none">
17324 \begin_inset Text
17325
17326 \begin_layout Plain Layout
17327 12x24
17328 \begin_inset space \thinspace{}
17329 \end_inset
17330
17331 bottles
17332 \end_layout
17333
17334 \end_inset
17335 </cell>
17336 <cell alignment="center" valignment="top" rightline="true" usebox="none">
17337 \begin_inset Text
17338
17339 \begin_layout Plain Layout
17340 12x24
17341 \begin_inset space \thinspace{}
17342 \end_inset
17343
17344
17345 \begin_inset Formula $\mbox{bottles}$
17346 \end_inset
17347
17348
17349 \end_layout
17350
17351 \end_inset
17352 </cell>
17353 <cell alignment="center" valignment="top" usebox="none">
17354 \begin_inset Text
17355
17356 \begin_layout Plain Layout
17357 12
17358 \begin_inset ERT
17359 status collapsed
17360
17361 \begin_layout Plain Layout
17362
17363
17364 \backslash
17365 times
17366 \end_layout
17367
17368 \end_inset
17369
17370 24+
17371 \begin_inset Formula $\mbox{bottles}$
17372 \end_inset
17373
17374
17375 \end_layout
17376
17377 \end_inset
17378 </cell>
17379 </row>
17380 <row>
17381 <cell alignment="center" valignment="top" rightline="true" usebox="none">
17382 \begin_inset Text
17383
17384 \begin_layout Plain Layout
17385 1024x768
17386 \begin_inset space \thinspace{}
17387 \end_inset
17388
17389 Pixels
17390 \end_layout
17391
17392 \end_inset
17393 </cell>
17394 <cell alignment="center" valignment="top" rightline="true" usebox="none">
17395 \begin_inset Text
17396
17397 \begin_layout Plain Layout
17398 1024x768
17399 \begin_inset space \thinspace{}
17400 \end_inset
17401
17402
17403 \begin_inset Formula $\mbox{Pixels}$
17404 \end_inset
17405
17406
17407 \end_layout
17408
17409 \end_inset
17410 </cell>
17411 <cell alignment="center" valignment="top" usebox="none">
17412 \begin_inset Text
17413
17414 \begin_layout Plain Layout
17415 1024
17416 \begin_inset ERT
17417 status collapsed
17418
17419 \begin_layout Plain Layout
17420
17421
17422 \backslash
17423 times
17424 \end_layout
17425
17426 \end_inset
17427
17428 768+
17429 \begin_inset Formula $\mbox{Pixels}$
17430 \end_inset
17431
17432  
17433 \end_layout
17434
17435 \end_inset
17436 </cell>
17437 </row>
17438 <row>
17439 <cell alignment="center" valignment="top" rightline="true" usebox="none">
17440 \begin_inset Text
17441
17442 \begin_layout Plain Layout
17443 32x6
17444 \begin_inset space \thinspace{}
17445 \end_inset
17446
17447 cm
17448 \end_layout
17449
17450 \end_inset
17451 </cell>
17452 <cell alignment="center" valignment="top" rightline="true" usebox="none">
17453 \begin_inset Text
17454
17455 \begin_layout Plain Layout
17456 32x6
17457 \begin_inset space \thinspace{}
17458 \end_inset
17459
17460
17461 \begin_inset Formula $\mbox{cm}$
17462 \end_inset
17463
17464
17465 \end_layout
17466
17467 \end_inset
17468 </cell>
17469 <cell alignment="center" valignment="top" usebox="none">
17470 \begin_inset Text
17471
17472 \begin_layout Plain Layout
17473 32
17474 \begin_inset ERT
17475 status collapsed
17476
17477 \begin_layout Plain Layout
17478
17479
17480 \backslash
17481 times
17482 \end_layout
17483
17484 \end_inset
17485
17486 6+
17487 \begin_inset Formula $\mbox{cm}$
17488 \end_inset
17489
17490
17491 \end_layout
17492
17493 \end_inset
17494 </cell>
17495 </row>
17496 </lyxtabular>
17497
17498 \end_inset
17499
17500
17501 \end_layout
17502
17503 \end_inset
17504
17505
17506 \end_layout
17507
17508 \begin_layout Subsection
17509 Formato personalizado de celda/columna
17510 \begin_inset CommandInset label
17511 LatexCommand label
17512 name "sub:Formato-Personalizado"
17513
17514 \end_inset
17515
17516
17517 \begin_inset Index idx
17518 status collapsed
17519
17520 \begin_layout Plain Layout
17521 Personalización de tablas ! Formato de celda/columna
17522 \end_layout
17523
17524 \end_inset
17525
17526
17527 \end_layout
17528
17529 \begin_layout Standard
17530 El cálculo de la anchura necesaria para columnas extendidas descrito en
17531  la sección
17532 \begin_inset space ~
17533 \end_inset
17534
17535
17536 \begin_inset CommandInset ref
17537 LatexCommand ref
17538 reference "sub:Cálculos-en-Multicolumnas"
17539
17540 \end_inset
17541
17542  es muy pesado si tienes varias tablas con multicolumnas.
17543  Para hacerlo más fácil, puedes definir en el preámbulo un formato de celda/colu
17544 mna aplicable a todas las tablas del documento.
17545  El formato se define con el comando
17546 \end_layout
17547
17548 \begin_layout Standard
17549
17550 \series bold
17551
17552 \backslash
17553 newcolumntype{nombre del formato}[número de argumentos]{comandos}
17554 \end_layout
17555
17556 \begin_layout Standard
17557 El nombre de formato puede ser una sola letra.
17558  Las letras 
17559 \emph on
17560 b, c, l, m, p
17561 \emph default
17562  y 
17563 \emph on
17564 r
17565 \emph default
17566  están predefinidas y no pueden usarse.
17567  Pero se permiten todas las mayúsculas.
17568 \end_layout
17569
17570 \begin_layout Standard
17571 \begin_inset VSpace medskip
17572 \end_inset
17573
17574
17575 \end_layout
17576
17577 \begin_layout Standard
17578 Para celdas multicolumna vertical y horizontalmente centradas con una anchura
17579  fija puedes definir el formato de celda
17580 \end_layout
17581
17582 \begin_layout Standard
17583
17584 \series bold
17585
17586 \backslash
17587 newcolumntype{M}[1]{>{
17588 \backslash
17589 centering
17590 \backslash
17591 hspace{0pt}}m{#1}}
17592 \end_layout
17593
17594 \begin_layout Standard
17595 donde 
17596 \series bold
17597
17598 \backslash
17599 hspace{0pt}
17600 \series default
17601  evita el problema de partir con guión la primera palabra, como se describe
17602  en la sección
17603 \begin_inset space ~
17604 \end_inset
17605
17606
17607 \begin_inset CommandInset ref
17608 LatexCommand ref
17609 reference "sub:Líneas-Múltiples-en"
17610
17611 \end_inset
17612
17613 .
17614  Ahora puedes introducir simplemente
17615 \end_layout
17616
17617 \begin_layout Standard
17618
17619 \series bold
17620 M{ancho}
17621 \end_layout
17622
17623 \begin_layout Standard
17624 como argumento LaTeX en el diálogo de tabla para crear una multicolumna.
17625 \end_layout
17626
17627 \begin_layout Standard
17628 \begin_inset VSpace bigskip
17629 \end_inset
17630
17631
17632 \end_layout
17633
17634 \begin_layout Standard
17635 Para celdas extendidas en una celda multicolumna, puedes definir el formato
17636 \end_layout
17637
17638 \begin_layout Standard
17639
17640 \series bold
17641
17642 \backslash
17643 newcolumntype{S}[2]{>{
17644 \backslash
17645 centering
17646 \backslash
17647 hspace{0pt}}
17648 \begin_inset Newline newline
17649 \end_inset
17650
17651
17652 \begin_inset Phantom HPhantom
17653 status open
17654
17655 \begin_layout Plain Layout
17656
17657 \series bold
17658
17659 \backslash
17660 newcolumntype
17661 \end_layout
17662
17663 \end_inset
17664
17665 m{(#1+(2
17666 \backslash
17667 tabcolsep+
17668 \backslash
17669 arrayrulewidth)*(1-#2))/#2}}
17670 \end_layout
17671
17672 \begin_layout Standard
17673 Este formato usa la ecuación 
17674 \begin_inset CommandInset ref
17675 LatexCommand eqref
17676 reference "eq:Wgn"
17677
17678 \end_inset
17679
17680  para calcular la anchura necesaria para que cada celda extendida tenga
17681  la misma anchura.
17682 \end_layout
17683
17684 \begin_layout Standard
17685 Ahora puedes introducir
17686 \end_layout
17687
17688 \begin_layout Standard
17689
17690 \series bold
17691 S{ancho de la celda multicolumna}{número de columnas extendidas}
17692 \end_layout
17693
17694 \begin_layout Standard
17695 como argumento LaTeX de la columna.
17696 \end_layout
17697
17698 \begin_layout Standard
17699 \begin_inset VSpace bigskip
17700 \end_inset
17701
17702
17703 \end_layout
17704
17705 \begin_layout Standard
17706 Para columnas coloreadas puedes definir
17707 \end_layout
17708
17709 \begin_layout Standard
17710
17711 \series bold
17712
17713 \backslash
17714 newcolumntype{K}[1]{>{
17715 \backslash
17716 columncolor{#1}
17717 \backslash
17718 hspace{0pt}}c}
17719 \end_layout
17720
17721 \begin_layout Standard
17722 La «c» al final crea una columna con anchura flexible cuyo texto está centrado
17723  horizontalmente.
17724  Ahora puedes introducir
17725 \end_layout
17726
17727 \begin_layout Standard
17728
17729 \series bold
17730 K{nombre del color}
17731 \end_layout
17732
17733 \begin_layout Standard
17734 como argumento LaTeX.
17735 \end_layout
17736
17737 \begin_layout Standard
17738 \begin_inset VSpace bigskip
17739 \end_inset
17740
17741
17742 \end_layout
17743
17744 \begin_layout Standard
17745 Para crear la tabla
17746 \begin_inset space ~
17747 \end_inset
17748
17749
17750 \begin_inset CommandInset ref
17751 LatexCommand ref
17752 reference "tab:Tabla-con-formatos-definidos-por"
17753
17754 \end_inset
17755
17756  usa los argumentos LaTeX
17757 \end_layout
17758
17759 \begin_layout Standard
17760
17761 \series bold
17762 M{2.5cm}
17763 \end_layout
17764
17765 \begin_layout Standard
17766 para la primera columna y la multicolumna,
17767 \end_layout
17768
17769 \begin_layout Standard
17770
17771 \series bold
17772 K{red}
17773 \end_layout
17774
17775 \begin_layout Standard
17776 para la última columna y
17777 \end_layout
17778
17779 \begin_layout Standard
17780
17781 \series bold
17782 S{2.5cm}{2}
17783 \end_layout
17784
17785 \begin_layout Standard
17786 para las celdas en la segunda columna.
17787 \end_layout
17788
17789 \begin_layout Standard
17790 \begin_inset Float table
17791 placement h
17792 wide false
17793 sideways false
17794 status open
17795
17796 \begin_layout Plain Layout
17797 \begin_inset Caption
17798
17799 \begin_layout Plain Layout
17800 \begin_inset CommandInset label
17801 LatexCommand label
17802 name "tab:Tabla-con-formatos-definidos-por"
17803
17804 \end_inset
17805
17806 Tabla con formatos definidos por el usuario
17807 \end_layout
17808
17809 \end_inset
17810
17811
17812 \end_layout
17813
17814 \begin_layout Plain Layout
17815 \align center
17816 \begin_inset Tabular
17817 <lyxtabular version="3" rows="3" columns="4">
17818 <features tabularvalignment="middle">
17819 <column alignment="center" valignment="middle" width="2.5cm" special="M{2.5cm}">
17820 <column alignment="center" valignment="middle" width="0" special="S{2.5cm}{2}">
17821 <column alignment="center" valignment="middle" width="0">
17822 <column alignment="center" valignment="middle" width="0" special="K{red}">
17823 <row>
17824 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17825 \begin_inset Text
17826
17827 \begin_layout Plain Layout
17828 palabramuylargaenceldadetabla
17829 \end_layout
17830
17831 \end_inset
17832 </cell>
17833 <cell multicolumn="1" alignment="center" valignment="top" topline="true" leftline="true" usebox="none" special="M{2.5cm}">
17834 \begin_inset Text
17835
17836 \begin_layout Plain Layout
17837 multicolumna línea múltiple
17838 \end_layout
17839
17840 \end_inset
17841 </cell>
17842 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17843 \begin_inset Text
17844
17845 \begin_layout Plain Layout
17846
17847 \end_layout
17848
17849 \end_inset
17850 </cell>
17851 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17852 \begin_inset Text
17853
17854 \begin_layout Plain Layout
17855 c
17856 \end_layout
17857
17858 \end_inset
17859 </cell>
17860 </row>
17861 <row>
17862 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17863 \begin_inset Text
17864
17865 \begin_layout Plain Layout
17866 d
17867 \end_layout
17868
17869 \end_inset
17870 </cell>
17871 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17872 \begin_inset Text
17873
17874 \begin_layout Plain Layout
17875 e
17876 \end_layout
17877
17878 \end_inset
17879 </cell>
17880 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17881 \begin_inset Text
17882
17883 \begin_layout Plain Layout
17884 f
17885 \end_layout
17886
17887 \end_inset
17888 </cell>
17889 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17890 \begin_inset Text
17891
17892 \begin_layout Plain Layout
17893 g
17894 \end_layout
17895
17896 \end_inset
17897 </cell>
17898 </row>
17899 <row>
17900 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
17901 \begin_inset Text
17902
17903 \begin_layout Plain Layout
17904 h
17905 \end_layout
17906
17907 \end_inset
17908 </cell>
17909 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
17910 \begin_inset Text
17911
17912 \begin_layout Plain Layout
17913 i
17914 \end_layout
17915
17916 \end_inset
17917 </cell>
17918 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
17919 \begin_inset Text
17920
17921 \begin_layout Plain Layout
17922 j
17923 \end_layout
17924
17925 \end_inset
17926 </cell>
17927 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
17928 \begin_inset Text
17929
17930 \begin_layout Plain Layout
17931 k
17932 \end_layout
17933
17934 \end_inset
17935 </cell>
17936 </row>
17937 </lyxtabular>
17938
17939 \end_inset
17940
17941
17942 \end_layout
17943
17944 \end_inset
17945
17946
17947 \end_layout
17948
17949 \begin_layout Subsection
17950 Grosor de líneas
17951 \begin_inset CommandInset label
17952 LatexCommand label
17953 name "sub:Grosor-de-Líneas"
17954
17955 \end_inset
17956
17957
17958 \begin_inset Index idx
17959 status collapsed
17960
17961 \begin_layout Plain Layout
17962 Personalización de tablas ! Grosor de línea
17963 \end_layout
17964
17965 \end_inset
17966
17967
17968 \end_layout
17969
17970 \begin_layout Standard
17971 El grosor para todas las líneas de una tabla puede ajustarse con la longitud
17972  
17973 \series bold
17974
17975 \backslash
17976 arrayrulewidth
17977 \series default
17978 .
17979  Por ejemplo, para poner un grosor de línea de 1.5
17980 \begin_inset space \thinspace{}
17981 \end_inset
17982
17983 pt, como en la tabla
17984 \begin_inset space ~
17985 \end_inset
17986
17987
17988 \begin_inset CommandInset ref
17989 LatexCommand ref
17990 reference "tab:Tabla-con-líneas"
17991
17992 \end_inset
17993
17994 , inserta el comando
17995 \end_layout
17996
17997 \begin_layout Standard
17998
17999 \series bold
18000
18001 \backslash
18002 setlength{
18003 \backslash
18004 arrayrulewidth}{1.5pt}
18005 \end_layout
18006
18007 \begin_layout Standard
18008 en código TeX antes de la tabla o flotante.
18009  Este cambio es válido para todas las siguientes tablas.
18010  Para volver al valor predeterminado, define 
18011 \series bold
18012
18013 \backslash
18014 arrayrulewidth
18015 \series default
18016  a 0.4
18017 \begin_inset space \thinspace{}
18018 \end_inset
18019
18020 pt en código TeX detrás de la tabla o flotante.
18021 \end_layout
18022
18023 \begin_layout Standard
18024 \begin_inset ERT
18025 status collapsed
18026
18027 \begin_layout Plain Layout
18028
18029
18030 \backslash
18031 setlength{
18032 \backslash
18033 arrayrulewidth}{1.5pt}
18034 \end_layout
18035
18036 \end_inset
18037
18038
18039 \begin_inset Float table
18040 wide false
18041 sideways false
18042 status open
18043
18044 \begin_layout Plain Layout
18045 \begin_inset Caption
18046
18047 \begin_layout Plain Layout
18048 \begin_inset CommandInset label
18049 LatexCommand label
18050 name "tab:Tabla-con-líneas"
18051
18052 \end_inset
18053
18054 Tabla con líneas de grosor 1.5
18055 \begin_inset space \thinspace{}
18056 \end_inset
18057
18058 pt
18059 \end_layout
18060
18061 \end_inset
18062
18063
18064 \end_layout
18065
18066 \begin_layout Plain Layout
18067 \align center
18068 \begin_inset Tabular
18069 <lyxtabular version="3" rows="3" columns="3">
18070 <features tabularvalignment="middle">
18071 <column alignment="center" valignment="top" width="0">
18072 <column alignment="center" valignment="top" width="0">
18073 <column alignment="center" valignment="top" width="0">
18074 <row>
18075 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18076 \begin_inset Text
18077
18078 \begin_layout Plain Layout
18079 sd
18080 \end_layout
18081
18082 \end_inset
18083 </cell>
18084 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18085 \begin_inset Text
18086
18087 \begin_layout Plain Layout
18088
18089 \end_layout
18090
18091 \end_inset
18092 </cell>
18093 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
18094 \begin_inset Text
18095
18096 \begin_layout Plain Layout
18097
18098 \end_layout
18099
18100 \end_inset
18101 </cell>
18102 </row>
18103 <row>
18104 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18105 \begin_inset Text
18106
18107 \begin_layout Plain Layout
18108
18109 \end_layout
18110
18111 \end_inset
18112 </cell>
18113 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18114 \begin_inset Text
18115
18116 \begin_layout Plain Layout
18117 sd
18118 \end_layout
18119
18120 \end_inset
18121 </cell>
18122 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
18123 \begin_inset Text
18124
18125 \begin_layout Plain Layout
18126
18127 \end_layout
18128
18129 \end_inset
18130 </cell>
18131 </row>
18132 <row>
18133 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
18134 \begin_inset Text
18135
18136 \begin_layout Plain Layout
18137
18138 \end_layout
18139
18140 \end_inset
18141 </cell>
18142 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
18143 \begin_inset Text
18144
18145 \begin_layout Plain Layout
18146
18147 \end_layout
18148
18149 \end_inset
18150 </cell>
18151 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
18152 \begin_inset Text
18153
18154 \begin_layout Plain Layout
18155 sd
18156 \end_layout
18157
18158 \end_inset
18159 </cell>
18160 </row>
18161 </lyxtabular>
18162
18163 \end_inset
18164
18165
18166 \end_layout
18167
18168 \end_inset
18169
18170
18171 \begin_inset ERT
18172 status collapsed
18173
18174 \begin_layout Plain Layout
18175
18176
18177 \backslash
18178 setlength{
18179 \backslash
18180 arrayrulewidth}{0.4pt}
18181 \end_layout
18182
18183 \end_inset
18184
18185
18186 \end_layout
18187
18188 \begin_layout Standard
18189 \begin_inset VSpace bigskip
18190 \end_inset
18191
18192 Para definir un grosor de 1.5
18193 \begin_inset space \thinspace{}
18194 \end_inset
18195
18196 pt sólo para líneas horizontales, como en la tabla
18197 \begin_inset space ~
18198 \end_inset
18199
18200
18201 \begin_inset CommandInset ref
18202 LatexCommand ref
18203 reference "tab:Tabla-con-horizontales"
18204
18205 \end_inset
18206
18207 , inserta estos comandos en código TeX antes de la tabla o flotante:
18208 \end_layout
18209
18210 \begin_layout Standard
18211
18212 \series bold
18213
18214 \backslash
18215 let
18216 \backslash
18217 myHline
18218 \backslash
18219 hline
18220 \begin_inset Newline newline
18221 \end_inset
18222
18223
18224 \backslash
18225 renewcommand{
18226 \backslash
18227 hline}
18228 \begin_inset Newline newline
18229 \end_inset
18230
18231  {
18232 \backslash
18233 noalign{
18234 \backslash
18235 global
18236 \backslash
18237 arrayrulewidth 1.5pt}
18238 \begin_inset Newline newline
18239 \end_inset
18240
18241   
18242 \backslash
18243 myHline
18244 \backslash
18245 noalign{
18246 \backslash
18247 global
18248 \backslash
18249 arrayrulewidth 0.4pt}}
18250 \end_layout
18251
18252 \begin_layout Standard
18253 Para volver al grosor predeterminado, inserta este comando en código TeX
18254  detrás de la tabla o flotante:
18255 \end_layout
18256
18257 \begin_layout Standard
18258
18259 \series bold
18260
18261 \backslash
18262 renewcommand{
18263 \backslash
18264 hline}{
18265 \backslash
18266 myHline}
18267 \end_layout
18268
18269 \begin_layout Standard
18270 \begin_inset ERT
18271 status collapsed
18272
18273 \begin_layout Plain Layout
18274
18275
18276 \backslash
18277 let
18278 \backslash
18279 myHline
18280 \backslash
18281 hline
18282 \end_layout
18283
18284 \begin_layout Plain Layout
18285
18286
18287 \backslash
18288 renewcommand{
18289 \backslash
18290 hline}
18291 \end_layout
18292
18293 \begin_layout Plain Layout
18294
18295  {
18296 \backslash
18297 noalign{
18298 \backslash
18299 global
18300 \backslash
18301 arrayrulewidth 1.5pt}
18302 \end_layout
18303
18304 \begin_layout Plain Layout
18305
18306   
18307 \backslash
18308 myHline
18309 \backslash
18310 noalign{
18311 \backslash
18312 global
18313 \backslash
18314 arrayrulewidth 0.4pt}}
18315 \end_layout
18316
18317 \end_inset
18318
18319
18320 \begin_inset Float table
18321 wide false
18322 sideways false
18323 status open
18324
18325 \begin_layout Plain Layout
18326 \begin_inset Caption
18327
18328 \begin_layout Plain Layout
18329 \begin_inset CommandInset label
18330 LatexCommand label
18331 name "tab:Tabla-con-horizontales"
18332
18333 \end_inset
18334
18335 Tabla con líneas horizontales de 1.5
18336 \begin_inset space \thinspace{}
18337 \end_inset
18338
18339 pt
18340 \end_layout
18341
18342 \end_inset
18343
18344
18345 \end_layout
18346
18347 \begin_layout Plain Layout
18348 \align center
18349 \begin_inset Tabular
18350 <lyxtabular version="3" rows="3" columns="3">
18351 <features tabularvalignment="middle">
18352 <column alignment="center" valignment="top" width="0">
18353 <column alignment="center" valignment="top" width="0">
18354 <column alignment="center" valignment="top" width="0">
18355 <row>
18356 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18357 \begin_inset Text
18358
18359 \begin_layout Plain Layout
18360 sd
18361 \end_layout
18362
18363 \end_inset
18364 </cell>
18365 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18366 \begin_inset Text
18367
18368 \begin_layout Plain Layout
18369
18370 \end_layout
18371
18372 \end_inset
18373 </cell>
18374 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
18375 \begin_inset Text
18376
18377 \begin_layout Plain Layout
18378
18379 \end_layout
18380
18381 \end_inset
18382 </cell>
18383 </row>
18384 <row>
18385 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18386 \begin_inset Text
18387
18388 \begin_layout Plain Layout
18389
18390 \end_layout
18391
18392 \end_inset
18393 </cell>
18394 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18395 \begin_inset Text
18396
18397 \begin_layout Plain Layout
18398 sd
18399 \end_layout
18400
18401 \end_inset
18402 </cell>
18403 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
18404 \begin_inset Text
18405
18406 \begin_layout Plain Layout
18407
18408 \end_layout
18409
18410 \end_inset
18411 </cell>
18412 </row>
18413 <row>
18414 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
18415 \begin_inset Text
18416
18417 \begin_layout Plain Layout
18418
18419 \end_layout
18420
18421 \end_inset
18422 </cell>
18423 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
18424 \begin_inset Text
18425
18426 \begin_layout Plain Layout
18427
18428 \end_layout
18429
18430 \end_inset
18431 </cell>
18432 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
18433 \begin_inset Text
18434
18435 \begin_layout Plain Layout
18436 sd
18437 \end_layout
18438
18439 \end_inset
18440 </cell>
18441 </row>
18442 </lyxtabular>
18443
18444 \end_inset
18445
18446
18447 \end_layout
18448
18449 \end_inset
18450
18451
18452 \begin_inset ERT
18453 status collapsed
18454
18455 \begin_layout Plain Layout
18456
18457
18458 \backslash
18459 renewcommand{
18460 \backslash
18461 hline}{
18462 \backslash
18463 myHline}
18464 \end_layout
18465
18466 \end_inset
18467
18468
18469 \end_layout
18470
18471 \begin_layout Standard
18472 \begin_inset VSpace bigskip
18473 \end_inset
18474
18475 Para establecer un grosor de 1.5 pt sólo para líneas verticales, crea el
18476  siguiente formato de columna en el preámbulo del documento, de acuerdo
18477  con lo descrito en la sección
18478 \begin_inset space ~
18479 \end_inset
18480
18481
18482 \begin_inset CommandInset ref
18483 LatexCommand ref
18484 reference "sub:Formato-Personalizado"
18485
18486 \end_inset
18487
18488 :
18489 \end_layout
18490
18491 \begin_layout Standard
18492
18493 \series bold
18494
18495 \backslash
18496 newcolumntype{V}{!{
18497 \backslash
18498 vrule width 1.5pt}}
18499 \end_layout
18500
18501 \begin_layout Standard
18502 Para la tabla
18503 \begin_inset space ~
18504 \end_inset
18505
18506
18507 \begin_inset CommandInset ref
18508 LatexCommand ref
18509 reference "tab:Tabla-con-verticales"
18510
18511 \end_inset
18512
18513  se usó el argumento LaTeX
18514 \end_layout
18515
18516 \begin_layout Standard
18517
18518 \series bold
18519 VcV
18520 \end_layout
18521
18522 \begin_layout Standard
18523 para la última columna y
18524 \end_layout
18525
18526 \begin_layout Standard
18527
18528 \series bold
18529 Vc
18530 \end_layout
18531
18532 \begin_layout Standard
18533 para las otras.
18534 \end_layout
18535
18536 \begin_layout Standard
18537 \begin_inset Float table
18538 wide false
18539 sideways false
18540 status open
18541
18542 \begin_layout Plain Layout
18543 \begin_inset Caption
18544
18545 \begin_layout Plain Layout
18546 \begin_inset CommandInset label
18547 LatexCommand label
18548 name "tab:Tabla-con-verticales"
18549
18550 \end_inset
18551
18552 Tabla con líneas verticales de 1.5
18553 \begin_inset space \thinspace{}
18554 \end_inset
18555
18556 pt de grosor
18557 \end_layout
18558
18559 \end_inset
18560
18561
18562 \end_layout
18563
18564 \begin_layout Plain Layout
18565 \align center
18566 \begin_inset Tabular
18567 <lyxtabular version="3" rows="3" columns="3">
18568 <features tabularvalignment="middle">
18569 <column alignment="center" valignment="top" width="0" special="Vc">
18570 <column alignment="center" valignment="top" width="0" special="Vc">
18571 <column alignment="center" valignment="top" width="0" special="VcV">
18572 <row>
18573 <cell alignment="center" valignment="top" topline="true" usebox="none">
18574 \begin_inset Text
18575
18576 \begin_layout Plain Layout
18577 sd
18578 \end_layout
18579
18580 \end_inset
18581 </cell>
18582 <cell alignment="center" valignment="top" topline="true" usebox="none">
18583 \begin_inset Text
18584
18585 \begin_layout Plain Layout
18586
18587 \end_layout
18588
18589 \end_inset
18590 </cell>
18591 <cell alignment="center" valignment="top" topline="true" usebox="none">
18592 \begin_inset Text
18593
18594 \begin_layout Plain Layout
18595
18596 \end_layout
18597
18598 \end_inset
18599 </cell>
18600 </row>
18601 <row>
18602 <cell alignment="center" valignment="top" topline="true" usebox="none">
18603 \begin_inset Text
18604
18605 \begin_layout Plain Layout
18606
18607 \end_layout
18608
18609 \end_inset
18610 </cell>
18611 <cell alignment="center" valignment="top" topline="true" usebox="none">
18612 \begin_inset Text
18613
18614 \begin_layout Plain Layout
18615 sd
18616 \end_layout
18617
18618 \end_inset
18619 </cell>
18620 <cell alignment="center" valignment="top" topline="true" usebox="none">
18621 \begin_inset Text
18622
18623 \begin_layout Plain Layout
18624
18625 \end_layout
18626
18627 \end_inset
18628 </cell>
18629 </row>
18630 <row>
18631 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
18632 \begin_inset Text
18633
18634 \begin_layout Plain Layout
18635
18636 \end_layout
18637
18638 \end_inset
18639 </cell>
18640 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
18641 \begin_inset Text
18642
18643 \begin_layout Plain Layout
18644
18645 \end_layout
18646
18647 \end_inset
18648 </cell>
18649 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
18650 \begin_inset Text
18651
18652 \begin_layout Plain Layout
18653 sd
18654 \end_layout
18655
18656 \end_inset
18657 </cell>
18658 </row>
18659 </lyxtabular>
18660
18661 \end_inset
18662
18663
18664 \end_layout
18665
18666 \end_inset
18667
18668
18669 \end_layout
18670
18671 \begin_layout Subsection
18672 Líneas de trazos
18673 \begin_inset Index idx
18674 status collapsed
18675
18676 \begin_layout Plain Layout
18677 Personalización de tablas ! Líneas de trazos
18678 \end_layout
18679
18680 \end_inset
18681
18682
18683 \end_layout
18684
18685 \begin_layout Standard
18686 \begin_inset ERT
18687 status collapsed
18688
18689 \begin_layout Plain Layout
18690
18691
18692 \backslash
18693 ifarydshln
18694 \end_layout
18695
18696 \end_inset
18697
18698
18699 \begin_inset Note Note
18700 status collapsed
18701
18702 \begin_layout Plain Layout
18703 La siguiente sección sólo se mostrará en pantalla si está instalado el paquete
18704  LaTeX 
18705 \series bold
18706 arydshln
18707 \series default
18708 .
18709 \end_layout
18710
18711 \end_inset
18712
18713
18714 \end_layout
18715
18716 \begin_layout Standard
18717 \begin_inset Float table
18718 placement H
18719 wide false
18720 sideways false
18721 status open
18722
18723 \begin_layout Plain Layout
18724 \begin_inset Caption
18725
18726 \begin_layout Plain Layout
18727 \begin_inset CommandInset label
18728 LatexCommand label
18729 name "tab:Tabla-con-trazos"
18730
18731 \end_inset
18732
18733 Tabla con líneas de trazos
18734 \end_layout
18735
18736 \end_inset
18737
18738
18739 \end_layout
18740
18741 \begin_layout Plain Layout
18742 \align center
18743 \begin_inset Tabular
18744 <lyxtabular version="3" rows="5" columns="5">
18745 <features tabularvalignment="middle">
18746 <column alignment="center" valignment="top" width="0">
18747 <column alignment="center" valignment="top" width="0">
18748 <column alignment="center" valignment="top" width="0" special=":c">
18749 <column alignment="center" valignment="top" width="0">
18750 <column alignment="center" valignment="top" width="0">
18751 <row>
18752 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
18753 \begin_inset Text
18754
18755 \begin_layout Plain Layout
18756 a
18757 \end_layout
18758
18759 \end_inset
18760 </cell>
18761 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
18762 \begin_inset Text
18763
18764 \begin_layout Plain Layout
18765 b
18766 \end_layout
18767
18768 \end_inset
18769 </cell>
18770 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
18771 \begin_inset Text
18772
18773 \begin_layout Plain Layout
18774 c
18775 \end_layout
18776
18777 \end_inset
18778 </cell>
18779 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
18780 \begin_inset Text
18781
18782 \begin_layout Plain Layout
18783 d
18784 \end_layout
18785
18786 \end_inset
18787 </cell>
18788 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
18789 \begin_inset Text
18790
18791 \begin_layout Plain Layout
18792 e
18793 \end_layout
18794
18795 \end_inset
18796 </cell>
18797 </row>
18798 <row>
18799 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18800 \begin_inset Text
18801
18802 \begin_layout Plain Layout
18803 f
18804 \end_layout
18805
18806 \end_inset
18807 </cell>
18808 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18809 \begin_inset Text
18810
18811 \begin_layout Plain Layout
18812 g
18813 \end_layout
18814
18815 \end_inset
18816 </cell>
18817 <cell alignment="center" valignment="top" topline="true" usebox="none">
18818 \begin_inset Text
18819
18820 \begin_layout Plain Layout
18821 h
18822 \end_layout
18823
18824 \end_inset
18825 </cell>
18826 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18827 \begin_inset Text
18828
18829 \begin_layout Plain Layout
18830 i
18831 \end_layout
18832
18833 \end_inset
18834 </cell>
18835 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
18836 \begin_inset Text
18837
18838 \begin_layout Plain Layout
18839 j
18840 \end_layout
18841
18842 \end_inset
18843 </cell>
18844 </row>
18845 <row>
18846 <cell alignment="center" valignment="top" leftline="true" usebox="none">
18847 \begin_inset Text
18848
18849 \begin_layout Plain Layout
18850 \begin_inset ERT
18851 status collapsed
18852
18853 \begin_layout Plain Layout
18854
18855
18856 \backslash
18857 hdashline 
18858 \end_layout
18859
18860 \end_inset
18861
18862 k
18863 \end_layout
18864
18865 \end_inset
18866 </cell>
18867 <cell alignment="center" valignment="top" leftline="true" usebox="none">
18868 \begin_inset Text
18869
18870 \begin_layout Plain Layout
18871 l
18872 \end_layout
18873
18874 \end_inset
18875 </cell>
18876 <cell alignment="center" valignment="top" usebox="none">
18877 \begin_inset Text
18878
18879 \begin_layout Plain Layout
18880 m
18881 \end_layout
18882
18883 \end_inset
18884 </cell>
18885 <cell alignment="center" valignment="top" leftline="true" usebox="none">
18886 \begin_inset Text
18887
18888 \begin_layout Plain Layout
18889 n
18890 \end_layout
18891
18892 \end_inset
18893 </cell>
18894 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
18895 \begin_inset Text
18896
18897 \begin_layout Plain Layout
18898 o
18899 \end_layout
18900
18901 \end_inset
18902 </cell>
18903 </row>
18904 <row>
18905 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18906 \begin_inset Text
18907
18908 \begin_layout Plain Layout
18909 \begin_inset ERT
18910 status collapsed
18911
18912 \begin_layout Plain Layout
18913
18914
18915 \backslash
18916 cdashline{4-5}
18917 \end_layout
18918
18919 \end_inset
18920
18921 p
18922 \end_layout
18923
18924 \end_inset
18925 </cell>
18926 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18927 \begin_inset Text
18928
18929 \begin_layout Plain Layout
18930 q
18931 \end_layout
18932
18933 \end_inset
18934 </cell>
18935 <cell alignment="center" valignment="top" topline="true" usebox="none" special="c:">
18936 \begin_inset Text
18937
18938 \begin_layout Plain Layout
18939 r
18940 \end_layout
18941
18942 \end_inset
18943 </cell>
18944 <cell multicolumn="1" alignment="center" valignment="top" leftline="true" rightline="true" usebox="none" special="c:">
18945 \begin_inset Text
18946
18947 \begin_layout Plain Layout
18948 s
18949 \end_layout
18950
18951 \end_inset
18952 </cell>
18953 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
18954 \begin_inset Text
18955
18956 \begin_layout Plain Layout
18957
18958 \end_layout
18959
18960 \end_inset
18961 </cell>
18962 </row>
18963 <row>
18964 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
18965 \begin_inset Text
18966
18967 \begin_layout Plain Layout
18968 t
18969 \end_layout
18970
18971 \end_inset
18972 </cell>
18973 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
18974 \begin_inset Text
18975
18976 \begin_layout Plain Layout
18977 u
18978 \end_layout
18979
18980 \end_inset
18981 </cell>
18982 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
18983 \begin_inset Text
18984
18985 \begin_layout Plain Layout
18986 v
18987 \end_layout
18988
18989 \end_inset
18990 </cell>
18991 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
18992 \begin_inset Text
18993
18994 \begin_layout Plain Layout
18995 w
18996 \end_layout
18997
18998 \end_inset
18999 </cell>
19000 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
19001 \begin_inset Text
19002
19003 \begin_layout Plain Layout
19004 x
19005 \end_layout
19006
19007 \end_inset
19008 </cell>
19009 </row>
19010 </lyxtabular>
19011
19012 \end_inset
19013
19014
19015 \end_layout
19016
19017 \end_inset
19018
19019
19020 \end_layout
19021
19022 \begin_layout Standard
19023 En principio LyX no soporta líneas de trazos, hay que usar código TeX.
19024  Antes hay que cargar en el preámbulo del documento el paquete LaTeX 
19025 \series bold
19026 arydshln
19027 \series default
19028
19029 \begin_inset Index idx
19030 status collapsed
19031
19032 \begin_layout Plain Layout
19033 LaTeX-paquetes ! arydshln
19034 \end_layout
19035
19036 \end_inset
19037
19038  con el comando 
19039 \end_layout
19040
19041 \begin_layout Standard
19042
19043 \series bold
19044
19045 \backslash
19046 usepackage{arydshln}
19047 \end_layout
19048
19049 \begin_layout Standard
19050 Para hacer una línea vertical a trazos, introduce dos puntos «
19051 \series bold
19052 :
19053 \series default
19054 » junto con el carácter para alineación horizontal como argumento LaTeX
19055  en el diálogo de celda de tabla.
19056 \end_layout
19057
19058 \begin_layout Standard
19059 Para una línea de trazos horizontal añade el comando
19060 \end_layout
19061
19062 \begin_layout Standard
19063
19064 \series bold
19065
19066 \backslash
19067 hdashline
19068 \end_layout
19069
19070 \begin_layout Standard
19071 en código TeX como primer elemento de la primera celda en la fila.
19072 \end_layout
19073
19074 \begin_layout Standard
19075 Para líneas de trazos en multicolumna usa el comando
19076 \end_layout
19077
19078 \begin_layout Standard
19079
19080 \series bold
19081
19082 \backslash
19083 cdashline{número de líneas}
19084 \end_layout
19085
19086 \begin_layout Standard
19087 en código TeX como primer elemento de la primera celda en la fila.
19088  Si por ejemplo tienes una multicolumna extendida sobre las columnas 2 a
19089  4 y quieres una línea de trazos por encima, añade el comando
19090 \end_layout
19091
19092 \begin_layout Standard
19093
19094 \series bold
19095
19096 \backslash
19097 cdashline{2-4}
19098 \end_layout
19099
19100 \begin_layout Standard
19101 como primer elemento de la primera celda en la fila de la multicolumna.
19102 \end_layout
19103
19104 \begin_layout Standard
19105 \begin_inset VSpace bigskip
19106 \end_inset
19107
19108
19109 \end_layout
19110
19111 \begin_layout Standard
19112 La tabla
19113 \begin_inset space ~
19114 \end_inset
19115
19116
19117 \begin_inset CommandInset ref
19118 LatexCommand ref
19119 reference "tab:Tabla-con-trazos"
19120
19121 \end_inset
19122
19123  se ha hecho usando «
19124 \series bold
19125 :c
19126 \series default
19127 » como argumento LaTeX de la tercera columna.
19128  El comando en código TeX 
19129 \series bold
19130
19131 \backslash
19132 hdashline
19133 \series default
19134  se ha insertado en la primera celda de la tercera fila y el comando en
19135  código TeX
19136 \begin_inset Newline newline
19137 \end_inset
19138
19139
19140 \series bold
19141
19142 \backslash
19143 cdashline{4-5}
19144 \series default
19145  en la primera celda de la cuarta fila.
19146 \end_layout
19147
19148 \begin_layout Standard
19149 \begin_inset Note Greyedout
19150 status open
19151
19152 \begin_layout Plain Layout
19153
19154 \series bold
19155 Nota:
19156 \series default
19157  Aparentemente el paquete LaTeX 
19158 \series bold
19159 arydshln
19160 \series default
19161  no es compatible con el paquete LaTeX 
19162 \series bold
19163 colortbl
19164 \series default
19165
19166 \begin_inset Index idx
19167 status collapsed
19168
19169 \begin_layout Plain Layout
19170 LaTeX-paquetes ! colortbl
19171 \end_layout
19172
19173 \end_inset
19174
19175  que se usa para tablas coloreadas en la sección
19176 \begin_inset space ~
19177 \end_inset
19178
19179
19180 \begin_inset CommandInset ref
19181 LatexCommand ref
19182 reference "sec:Tablas-Coloreadas"
19183
19184 \end_inset
19185
19186 .
19187  Esto implica que las tablas coloreadas no pueden tener líneas de trazos.
19188 \end_layout
19189
19190 \end_inset
19191
19192
19193 \end_layout
19194
19195 \begin_layout Standard
19196 \begin_inset ERT
19197 status collapsed
19198
19199 \begin_layout Plain Layout
19200
19201
19202 \backslash
19203 else
19204 \end_layout
19205
19206 \end_inset
19207
19208
19209 \begin_inset Note Note
19210 status collapsed
19211
19212 \begin_layout Plain Layout
19213 Lo siguiente se mostrará en pantalla si no está instalado el paquete LaTeX
19214  
19215 \series bold
19216 arydshln
19217 \series default
19218 .
19219 \end_layout
19220
19221 \end_inset
19222
19223
19224 \end_layout
19225
19226 \begin_layout Standard
19227 Debes instalar el paquete LaTeX 
19228 \series bold
19229 arydshln
19230 \series default
19231  para ver la parte siguiente en la salida.
19232 \end_layout
19233
19234 \begin_layout Standard
19235 \begin_inset ERT
19236 status collapsed
19237
19238 \begin_layout Plain Layout
19239
19240
19241 \backslash
19242 fi
19243 \end_layout
19244
19245 \end_inset
19246
19247
19248 \end_layout
19249
19250 \begin_layout Chapter
19251 Flotantes
19252 \begin_inset Index idx
19253 status collapsed
19254
19255 \begin_layout Plain Layout
19256 Flotantes
19257 \end_layout
19258
19259 \end_inset
19260
19261
19262 \end_layout
19263
19264 \begin_layout Section
19265 Introducción
19266 \begin_inset CommandInset label
19267 LatexCommand label
19268 name "sec:Introducción-Flotantes"
19269
19270 \end_inset
19271
19272
19273 \begin_inset Index idx
19274 status collapsed
19275
19276 \begin_layout Plain Layout
19277 Flotantes ! Introducción
19278 \end_layout
19279
19280 \end_inset
19281
19282
19283 \end_layout
19284
19285 \begin_layout Standard
19286 Un flotante es un bloque de texto asociado con algún tipo de etiqueta que
19287  no tiene posición fija.
19288  Puede «flotar» adelante o atrás una o dos páginas, donde encaje mejor.
19289  Las 
19290 \family sans
19291 Notas
19292 \begin_inset space ~
19293 \end_inset
19294
19295 al
19296 \begin_inset space ~
19297 \end_inset
19298
19299 pie
19300 \family default
19301  y 
19302 \family sans
19303 Notas
19304 \begin_inset space ~
19305 \end_inset
19306
19307 al
19308 \begin_inset space ~
19309 \end_inset
19310
19311 margen
19312 \family default
19313  también son flotantes, porque pueden flotar a la página siguiente cuando
19314  hay demasiadas notas en la página.
19315 \end_layout
19316
19317 \begin_layout Standard
19318 Los flotantes permiten composiciones de alta calidad.
19319  Imágenes y tablas se pueden distribuir equitativamente en las páginas para
19320  impedir espacios en blanco y páginas sin texto.
19321  Como el flotante destruye a menudo el contexto entre texto e imagen o tabla,
19322  cada flotante puede ser referenciado en el texto.
19323  Por lo tanto los flotantes están numerados.
19324  Las referencias se describen en la sección
19325 \begin_inset space ~
19326 \end_inset
19327
19328
19329 \begin_inset CommandInset ref
19330 LatexCommand ref
19331 reference "sec:Referencias-a-Flotantes"
19332
19333 \end_inset
19334
19335 .
19336 \end_layout
19337
19338 \begin_layout Standard
19339 Para insertar un flotante, usa el menú 
19340 \family sans
19341 Insertar\SpecialChar \menuseparator
19342 Flotante
19343 \family default
19344 .
19345  Esto inserta una 
19346 \family sans
19347 Leyenda,
19348 \family default
19349  un cuadro con una etiqueta.
19350  La etiqueta se traducirá automáticamente al idioma del documento.
19351  Tras la etiqueta puedes insertar el texto de la leyenda.
19352  La imagen o tabla se inserta encima o debajo de la leyenda en un párrafo
19353  separado dentro del flotante.
19354  La colocación de leyendas se describe en la sección
19355 \begin_inset space ~
19356 \end_inset
19357
19358
19359 \begin_inset CommandInset ref
19360 LatexCommand ref
19361 reference "sec:Colocación-de-leyendas"
19362
19363 \end_inset
19364
19365 .
19366  Para mantener legible el documento LyX, puedes abrir y cerrar el flotante
19367  con clic izquierdo sobre él.
19368  Un cuadro cerrado se muestra así: 
19369 \begin_inset Graphics
19370         filename clipart/flotanteQt4.png
19371         scale 70
19372
19373 \end_inset
19374
19375  —un cuadro gris con etiqueta en rojo—.
19376 \end_layout
19377
19378 \begin_layout Standard
19379 Se recomienda insertar flotantes como párrafos separados para evitar posibles
19380  errores de LaTeX si el texto circundante se formatea de modo especial.
19381 \end_layout
19382
19383 \begin_layout Standard
19384 Figuras o tablas ya existentes pueden ponerse en un flotante marcándolas
19385  y pinchando el botón correspondiente de la barra de herramientas para un
19386  flotante nuevo.
19387 \end_layout
19388
19389 \begin_layout Section
19390 Tipos de flotantes
19391 \end_layout
19392
19393 \begin_layout Standard
19394 Además de los flotantes de imagen y de tabla que se describen en la sección
19395 \begin_inset space ~
19396 \end_inset
19397
19398
19399 \begin_inset CommandInset ref
19400 LatexCommand ref
19401 reference "sec:Figuras-Flotantes"
19402
19403 \end_inset
19404
19405  y 
19406 \begin_inset CommandInset ref
19407 LatexCommand ref
19408 reference "sec:Tablas-Flotantes"
19409
19410 \end_inset
19411
19412 , respectivamente, LyX ofrece los tipos 
19413 \series bold
19414 Algoritmo
19415 \series default
19416  y 
19417 \series bold
19418 Envoltorio
19419 \series default
19420 .
19421 \end_layout
19422
19423 \begin_layout Subsection
19424 Algoritmos flotantes
19425 \begin_inset Index idx
19426 status collapsed
19427
19428 \begin_layout Plain Layout
19429 Flotantes ! Algoritmos
19430 \end_layout
19431
19432 \end_inset
19433
19434
19435 \begin_inset CommandInset label
19436 LatexCommand label
19437 name "sub:Algoritmos-Flotantes"
19438
19439 \end_inset
19440
19441
19442 \end_layout
19443
19444 \begin_layout Standard
19445 \begin_inset Float algorithm
19446 placement h
19447 wide false
19448 sideways false
19449 status open
19450
19451 \begin_layout Plain Layout
19452 \begin_inset Caption
19453
19454 \begin_layout Plain Layout
19455 \begin_inset CommandInset label
19456 LatexCommand label
19457 name "alg:Ejemplo-de-Algoritmo-flotante"
19458
19459 \end_inset
19460
19461 Ejemplo de algoritmo flotante
19462 \end_layout
19463
19464 \end_inset
19465
19466
19467 \end_layout
19468
19469 \begin_layout LyX-Code
19470 for I in 1..N loop
19471 \begin_inset Newline newline
19472 \end_inset
19473
19474  Sum:= Sum + A(I); /*comment*/
19475 \begin_inset Newline newline
19476 \end_inset
19477
19478 end loop
19479 \begin_inset VSpace -4mm
19480 \end_inset
19481
19482
19483 \end_layout
19484
19485 \end_inset
19486
19487
19488 \end_layout
19489
19490 \begin_layout Standard
19491 Este tipo de flotante se inserta con el menú 
19492 \family sans
19493 Insertar\SpecialChar \menuseparator
19494 Flotante\SpecialChar \menuseparator
19495 Algoritmo
19496 \family default
19497 .
19498  Se usa para códigos y descripciones de algoritmos y se puede considerar
19499  una alternativa al listado de código de programa, que se explica en el
19500  capítulo
19501 \begin_inset space ~
19502 \end_inset
19503
19504
19505 \begin_inset CommandInset ref
19506 LatexCommand ref
19507 reference "cap:Listado-de-programa"
19508
19509 \end_inset
19510
19511 .
19512  Un posible entorno para algoritmos es 
19513 \family sans
19514 Código-LyX
19515 \family default
19516 , descrito en la 
19517 \emph on
19518 Guía del usuario
19519 \emph default
19520  de LyX.
19521  El algoritmo
19522 \begin_inset space ~
19523 \end_inset
19524
19525
19526 \begin_inset CommandInset ref
19527 LatexCommand ref
19528 reference "alg:Ejemplo-de-Algoritmo-flotante"
19529
19530 \end_inset
19531
19532  es un ejemplo de algoritmo flotante en el que se ha añadido un espacio
19533  vertical de -4
19534 \begin_inset space \thinspace{}
19535 \end_inset
19536
19537 mm al final para tener la línea inferior exactamente bajo la última línea
19538  de texto.
19539 \end_layout
19540
19541 \begin_layout Standard
19542 La etiqueta de flotante no se traduce automáticamente al lenguaje del documento.
19543  Hay que hacerlo manualmente añadiendo al preámbulo del documento la línea:
19544 \end_layout
19545
19546 \begin_layout Standard
19547
19548 \series bold
19549
19550 \backslash
19551 floatname{algorithm}{nombre}
19552 \end_layout
19553
19554 \begin_layout Standard
19555 donde 
19556 \family sans
19557 nombre
19558 \family default
19559  es la palabra «
19560 \emph on
19561 algoritmo
19562 \emph default
19563 » en el idioma deseado.
19564 \end_layout
19565
19566 \begin_layout Standard
19567 Para insertar el índice de algoritmos puedes usar el menú 
19568 \family sans
19569 Insertar\SpecialChar \menuseparator
19570 Lista
19571 \begin_inset space \thinspace{}
19572 \end_inset
19573
19574 /
19575 \begin_inset space \thinspace{}
19576 \end_inset
19577
19578 Índice\SpecialChar \menuseparator
19579 Índice de algoritmos
19580 \family default
19581 , si el documento está en el mismo idioma que los menús de LyX.
19582  Para documentos en otro idioma usa en su lugar el comando en código TeX:
19583 \end_layout
19584
19585 \begin_layout Standard
19586
19587 \series bold
19588
19589 \backslash
19590 listof{algorithm}{nombre}
19591 \end_layout
19592
19593 \begin_layout Standard
19594 donde 
19595 \family sans
19596 nombre
19597 \family default
19598  es «
19599 \emph on
19600 Lista de algoritmos
19601 \emph default
19602 » en el idioma del documento.
19603 \end_layout
19604
19605 \begin_layout Standard
19606 Los algoritmos flotantes no se numeran por omisión según el esquema habitual
19607  para tablas e imágenes flotantes en muchas clases de documento, «capítulo.algori
19608 tmo».
19609  Para numerarlos con ese esquema, añade este comando en el preámbulo del
19610  documento:
19611 \end_layout
19612
19613 \begin_layout Standard
19614
19615 \series bold
19616
19617 \backslash
19618 numberwithin{algorithm}{chapter}
19619 \end_layout
19620
19621 \begin_layout Standard
19622 Para poder usar el comando 
19623 \series bold
19624
19625 \backslash
19626 numberwithin
19627 \series default
19628 , marca la opción 
19629 \family sans
19630 Usar
19631 \begin_inset space ~
19632 \end_inset
19633
19634 el
19635 \begin_inset space ~
19636 \end_inset
19637
19638 paquete
19639 \begin_inset space ~
19640 \end_inset
19641
19642 AMS
19643 \family default
19644  en el menú 
19645 \family sans
19646 Documento\SpecialChar \menuseparator
19647 Configuración\SpecialChar \menuseparator
19648 Opciones para ecuaciones
19649 \family default
19650 .
19651 \end_layout
19652
19653 \begin_layout Subsection
19654 Flotantes envueltos
19655 \begin_inset Index idx
19656 status collapsed
19657
19658 \begin_layout Plain Layout
19659 Flotantes ! Envoltorio
19660 \end_layout
19661
19662 \end_inset
19663
19664
19665 \end_layout
19666
19667 \begin_layout Standard
19668 \begin_inset Wrap figure
19669 lines 0
19670 placement l
19671 overhang 1cm
19672 width "40col%"
19673 status open
19674
19675 \begin_layout Plain Layout
19676 \begin_inset Graphics
19677         filename ../clipart/mobius.eps
19678         width 40col%
19679         rotateOrigin center
19680
19681 \end_inset
19682
19683
19684 \end_layout
19685
19686 \begin_layout Plain Layout
19687 \begin_inset Caption
19688
19689 \begin_layout Plain Layout
19690 \begin_inset CommandInset label
19691 LatexCommand label
19692 name "fig:Envoltorio-de-figura"
19693
19694 \end_inset
19695
19696 Figura envuelta en el texto
19697 \end_layout
19698
19699 \end_inset
19700
19701
19702 \end_layout
19703
19704 \end_inset
19705
19706  Este tipo de flotante se usa para adosar una figura o una tabla al texto,
19707  de modo que ocupe sólo una parte del ancho de columna.
19708  Se inserta con el menú 
19709 \family sans
19710 Insertar\SpecialChar \menuseparator
19711 Flotante\SpecialChar \menuseparator
19712 Figura
19713 \begin_inset space ~
19714 \end_inset
19715
19716 envuelta
19717 \family default
19718
19719 \begin_inset space \thinspace{}
19720 \end_inset
19721
19722 /
19723 \begin_inset space \thinspace{}
19724 \end_inset
19725
19726
19727 \family sans
19728 Tabla
19729 \begin_inset space ~
19730 \end_inset
19731
19732 envuelta
19733 \family default
19734  si está instalado el paquete LaTeX 
19735 \series bold
19736 wrapfig
19737 \series default
19738
19739 \begin_inset Index idx
19740 status collapsed
19741
19742 \begin_layout Plain Layout
19743 LaTeX-paquetes ! wrapfig
19744 \begin_inset ERT
19745 status collapsed
19746
19747 \begin_layout Plain Layout
19748
19749
19750 \backslash
19751 vspace{4mm}
19752 \end_layout
19753
19754 \end_inset
19755
19756
19757 \end_layout
19758
19759 \end_inset
19760
19761 .
19762 \begin_inset Foot
19763 status collapsed
19764
19765 \begin_layout Plain Layout
19766 La instalación de paquetes LaTeX se explica en el manual 
19767 \emph on
19768 Configuración de LaTeX
19769 \emph default
19770 .
19771 \end_layout
19772
19773 \end_inset
19774
19775  Los parámetros del flotante se pueden modificar en el diálogo que se muestra
19776  con clic derecho sobre el cuadro del flotante.
19777  Son obligatorias la 
19778 \family sans
19779 Ubicación
19780 \family default
19781  y la 
19782 \family sans
19783 Anchura
19784 \family default
19785 .
19786  Son opcionales 
19787 \family sans
19788 Extensión al margen
19789 \family default
19790 , que especifica la anchura de invasión del margen, y 
19791 \family sans
19792 Extender
19793 \begin_inset space ~
19794 \end_inset
19795
19796 a
19797 \begin_inset space ~
19798 \end_inset
19799
19800 líneas
19801 \family default
19802 :, que indica cuántas líneas de texto necesitará aproximadamente el flotante.
19803  Como suele ser difícil estimar el número de líneas, lo mejor es usar esta
19804  opción sólo si encuentras problemas en la colocación del flotante.
19805  Además puedes decidir si permitir que LaTeX deje flotar el flotante dentro
19806  del párrafo o en los párrafos adyacentes.
19807  La figura
19808 \begin_inset space ~
19809 \end_inset
19810
19811
19812 \begin_inset CommandInset ref
19813 LatexCommand ref
19814 reference "fig:Envoltorio-de-figura"
19815
19816 \end_inset
19817
19818  es un ejemplo de envoltorio con una anchura de columna del 40
19819 \begin_inset space \thinspace{}
19820 \end_inset
19821
19822 %, ubicado a la izquierda y 1
19823 \begin_inset space \thinspace{}
19824 \end_inset
19825
19826 cm de invasión de margen.
19827 \begin_inset Foot
19828 status collapsed
19829
19830 \begin_layout Plain Layout
19831 Consulta las unidades disponibles en el apéndice
19832 \begin_inset space ~
19833 \end_inset
19834
19835
19836 \begin_inset CommandInset ref
19837 LatexCommand ref
19838 reference "cap:Unidades-disponibles-en"
19839
19840 \end_inset
19841
19842 .
19843 \end_layout
19844
19845 \end_inset
19846
19847
19848 \end_layout
19849
19850 \begin_layout Standard
19851 \begin_inset Note Greyedout
19852 status open
19853
19854 \begin_layout Plain Layout
19855
19856 \series bold
19857 Nota:
19858 \series default
19859  ¡Los flotantes envueltos son frágiles! P.
19860 \begin_inset space \thinspace{}
19861 \end_inset
19862
19863 e.
19864 \begin_inset space ~
19865 \end_inset
19866
19867 si una figura está demasiado cerca de la parte inferior de la página se
19868  pueden perder cosas en el proceso de salida: el flotante puede no aparecer
19869  o situarse junto a otro texto.
19870 \end_layout
19871
19872 \end_inset
19873
19874
19875 \end_layout
19876
19877 \begin_layout Standard
19878 En general:
19879 \end_layout
19880
19881 \begin_layout Itemize
19882 Los flotantes envueltos no deberían situarse en párrafos que van sobre un
19883  salto de página.
19884  Esto implica que lo mejor es insertarlos en el sitio exacto cuando el documento
19885  esté casi listo y puedas prever los saltos de página.
19886 \end_layout
19887
19888 \begin_layout Itemize
19889 Los flotantes envueltos deberían situarse, bien en un párrafo propio antes
19890  del párrafo al que deben ajustarse, o bien dentro de un párrafo.
19891 \end_layout
19892
19893 \begin_layout Itemize
19894 Los flotantes envueltos en párrafos consecutivos pueden dar problemas, así
19895  que procura que haya un párrafo de texto entre ellos.
19896 \end_layout
19897
19898 \begin_layout Itemize
19899 Los flotantes envueltos no están permitidos en cabeceras de sección o tablas.
19900 \end_layout
19901
19902 \begin_layout Section
19903 Numeración de flotantes
19904 \begin_inset Index idx
19905 status collapsed
19906
19907 \begin_layout Plain Layout
19908 Flotantes ! Numeración
19909 \end_layout
19910
19911 \end_inset
19912
19913
19914 \end_layout
19915
19916 \begin_layout Standard
19917 En general, los flotantes se numeran independientemente de las secciones
19918  en las que se encuentran o según el esquema «capítulo.número» o «sección.número»,
19919  dependiendo de la clase de documento utilizada.
19920 \end_layout
19921
19922 \begin_layout Standard
19923 Para cambiar la numeración independiente de la sección, puedes usar el siguiente
19924  comando en el preámbulo del documento:
19925 \end_layout
19926
19927 \begin_layout Standard
19928
19929 \series bold
19930
19931 \backslash
19932 renewcommand{
19933 \backslash
19934 thetable}{
19935 \backslash
19936 roman{table}}
19937 \end_layout
19938
19939 \begin_layout Standard
19940
19941 \series bold
19942
19943 \backslash
19944 thetable 
19945 \series default
19946 es el comando que imprime el número de la tabla, para figuras flotantes
19947  el comando sería 
19948 \series bold
19949
19950 \backslash
19951 thefigure
19952 \series default
19953 .
19954  El comando 
19955 \series bold
19956
19957 \backslash
19958 roman
19959 \series default
19960  imprime el número de tabla en números romanos en minúscula.
19961 \end_layout
19962
19963 \begin_layout Standard
19964 Para cambiar el esquema de numeración, por ejemplo a «subsección.número»,
19965  usa este comando en el preámbulo:
19966 \end_layout
19967
19968 \begin_layout Standard
19969
19970 \series bold
19971
19972 \backslash
19973 numberwithin{table}{subsection}
19974 \end_layout
19975
19976 \begin_layout Standard
19977 Para poder usar el comando 
19978 \series bold
19979
19980 \backslash
19981 numberwithin
19982 \series default
19983 , debes marcar la opción 
19984 \family sans
19985 Usar
19986 \begin_inset space ~
19987 \end_inset
19988
19989 el
19990 \begin_inset space ~
19991 \end_inset
19992
19993 paquete
19994 \begin_inset space ~
19995 \end_inset
19996
19997 AMS 
19998 \family default
19999 en el apartado 
20000 \family sans
20001 Opciones para ecuaciones 
20002 \family default
20003 de las preferencias del documento.
20004 \end_layout
20005
20006 \begin_layout Standard
20007 Puedes ver más detalles y notas importantes sobre comandos de numeración
20008  en la sección
20009 \begin_inset space ~
20010 \end_inset
20011
20012
20013 \begin_inset CommandInset ref
20014 LatexCommand ref
20015 reference "sub:Numeración-de-Notas-al-Pie"
20016
20017 \end_inset
20018
20019 .
20020 \end_layout
20021
20022 \begin_layout Section
20023 Referencias a flotantes
20024 \begin_inset CommandInset label
20025 LatexCommand label
20026 name "sec:Referencias-a-Flotantes"
20027
20028 \end_inset
20029
20030
20031 \begin_inset Index idx
20032 status collapsed
20033
20034 \begin_layout Plain Layout
20035 Flotantes ! Referencias
20036 \end_layout
20037
20038 \end_inset
20039
20040
20041 \begin_inset Index idx
20042 status collapsed
20043
20044 \begin_layout Plain Layout
20045 Referencias
20046 \end_layout
20047
20048 \end_inset
20049
20050
20051 \end_layout
20052
20053 \begin_layout Standard
20054 Para referirse a un flotante, inserta una etiqueta en su leyenda con el
20055  menú 
20056 \family sans
20057 Insertar\SpecialChar \menuseparator
20058 Etiqueta
20059 \family default
20060  o el botón 
20061 \begin_inset Graphics
20062         filename ../../images/label-insert.png
20063         scale 85
20064
20065 \end_inset
20066
20067 .
20068  Aparece una ventana esperando la introducción del texto de la etiqueta
20069  y se inserta un cuadro gris como este: 
20070 \begin_inset Graphics
20071         filename clipart/etiquetaQt4.png
20072         scale 85
20073
20074 \end_inset
20075
20076 .
20077  LyX ofrece como texto las primeras palabras de la leyenda con un prefijo.
20078  El prefijo depende del tipo de flotante, p.
20079 \begin_inset space \thinspace{}
20080 \end_inset
20081
20082 e.
20083 \begin_inset space ~
20084 \end_inset
20085
20086 para figuras el prefijo será «
20087 \family sans
20088 fig:
20089 \family default
20090 ».
20091 \end_layout
20092
20093 \begin_layout Standard
20094 La etiqueta se usa como ancla y el nombre para la referencia.
20095  Puedes referenciar la etiqueta usando el menú 
20096 \family sans
20097 Insertar\SpecialChar \menuseparator
20098 Referencia
20099 \family default
20100
20101 \begin_inset space ~
20102 \end_inset
20103
20104
20105 \family sans
20106 cruzada
20107 \family default
20108  o el botón 
20109 \begin_inset Graphics
20110         filename ../../images/dialog-show-new-inset_ref.png
20111         scale 85
20112
20113 \end_inset
20114
20115 .
20116  Aparece una ventana de referencia cruzada con todas las etiquetas del documento.
20117  Si tienes abiertos varios documentos LyX, escoge aquel con el  que estás
20118  trabajando de la lista desplegable de la parte superior del diálogo.
20119  Puedes ordenar las etiquetas alfabéticamente y elegir una.
20120  Se inserta un cuadro gris como este: 
20121 \begin_inset Graphics
20122         filename clipart/referenciaQt4.png
20123         scale 85
20124
20125 \end_inset
20126
20127 .
20128  En la salida, en lugar de este cuadro aparecerá el número de la referencia.
20129 \end_layout
20130
20131 \begin_layout Standard
20132 Se recomienda poner un espacio protegido entre el nombre de la referencia
20133  cruzada y su número para evitar saltos de línea entre ellos.
20134  Si una referencia cruzada corresponde a una etiqueta inexistente verás
20135  dos interrogaciones en la salida.
20136 \end_layout
20137
20138 \begin_layout Standard
20139 En cualquier momento puedes cambiar etiquetas pulsando sobre el cuadro.
20140  Las referencias a las etiquetas cambiadas cambian automáticamente su enlace
20141  al texto de la etiqueta nueva, no te preocupes por eso.
20142 \end_layout
20143
20144 \begin_layout Standard
20145 El botón 
20146 \family sans
20147 Ir
20148 \begin_inset space ~
20149 \end_inset
20150
20151 a
20152 \begin_inset space ~
20153 \end_inset
20154
20155 la
20156 \begin_inset space ~
20157 \end_inset
20158
20159 etiqueta
20160 \family default
20161  en la ventana de referencia cruzada lleva el cursor hasta dicha etiqueta,
20162  y el texto del botón cambia a 
20163 \family sans
20164 Volver
20165 \family default
20166 , con el que se puede retornar a la referencia.
20167  Un clic derecho sobre el cuadro de la referencia también lleva el cursor
20168  hasta la etiqueta pero sin opción de volver.
20169 \end_layout
20170
20171 \begin_layout Subsection
20172 Formatos de referencia cruzada
20173 \begin_inset CommandInset label
20174 LatexCommand label
20175 name "sub:Formatos-referencia-cruzada"
20176
20177 \end_inset
20178
20179
20180 \begin_inset Index idx
20181 status collapsed
20182
20183 \begin_layout Plain Layout
20184 Referencias ! Formatos
20185 \end_layout
20186
20187 \end_inset
20188
20189
20190 \end_layout
20191
20192 \begin_layout Standard
20193 Hay seis variedades de referencias cruzadas:
20194 \end_layout
20195
20196 \begin_layout Description
20197 <referencia>: imprime el número flotante, esta es la opción predeterminada:
20198  
20199 \begin_inset CommandInset ref
20200 LatexCommand ref
20201 reference "fig:Dos-imágenes-distorsionadas"
20202
20203 \end_inset
20204
20205
20206 \end_layout
20207
20208 \begin_layout Description
20209 (<referencia>): imprime el número flotante entre paréntesis, es el estilo
20210  habitual para referirse a fórmulas, especialmente si se omite el nombre
20211  «Ecuación»: 
20212 \begin_inset CommandInset ref
20213 LatexCommand eqref
20214 reference "eq:Wgn"
20215
20216 \end_inset
20217
20218
20219 \end_layout
20220
20221 \begin_layout Description
20222 <página>: imprime el número de página: Página
20223 \begin_inset space ~
20224 \end_inset
20225
20226
20227 \begin_inset CommandInset ref
20228 LatexCommand pageref
20229 reference "fig:Dos-imágenes-distorsionadas"
20230
20231 \end_inset
20232
20233
20234 \end_layout
20235
20236 \begin_layout Description
20237 en
20238 \begin_inset space ~
20239 \end_inset
20240
20241 página
20242 \begin_inset space ~
20243 \end_inset
20244
20245 <página>: imprime el texto «en la página» y el número de página: 
20246 \begin_inset CommandInset ref
20247 LatexCommand vpageref
20248 reference "fig:Dos-imágenes-distorsionadas"
20249
20250 \end_inset
20251
20252
20253 \end_layout
20254
20255 \begin_layout Description
20256 <referencia>
20257 \begin_inset space ~
20258 \end_inset
20259
20260 en
20261 \begin_inset space ~
20262 \end_inset
20263
20264 página
20265 \begin_inset space ~
20266 \end_inset
20267
20268 <página>: imprime el número flotante, el texto «en la página» y el número
20269  de página: 
20270 \begin_inset CommandInset ref
20271 LatexCommand vref
20272 reference "fig:Dos-imágenes-distorsionadas"
20273
20274 \end_inset
20275
20276
20277 \end_layout
20278
20279 \begin_layout Description
20280 Referencia
20281 \begin_inset space ~
20282 \end_inset
20283
20284 con
20285 \begin_inset space ~
20286 \end_inset
20287
20288 formato: imprime un formato personalizado.
20289 \begin_inset Newline newline
20290 \end_inset
20291
20292
20293 \begin_inset Note Greyedout
20294 status open
20295
20296 \begin_layout Plain Layout
20297
20298 \series bold
20299 Nota:
20300 \series default
20301  Esta característica sólo está disponible si está instalado el paquete LaTeX
20302  
20303 \series bold
20304 prettyref
20305 \series default
20306 .
20307 \begin_inset Index idx
20308 status collapsed
20309
20310 \begin_layout Plain Layout
20311 LaTeX-paquetes ! prettyref
20312 \end_layout
20313
20314 \end_inset
20315
20316
20317 \end_layout
20318
20319 \end_inset
20320
20321
20322 \end_layout
20323
20324 \begin_layout Standard
20325
20326 \family sans
20327 <página>
20328 \family default
20329
20330 \begin_inset space \thinspace{}
20331 \end_inset
20332
20333  no imprime el número si la etiqueta está en la misma página, en la anterior
20334  o en la siguiente.
20335  En su lugar verás p.
20336 \begin_inset space \thinspace{}
20337 \end_inset
20338
20339 e.
20340 \begin_inset space ~
20341 \end_inset
20342
20343 el texto «
20344 \family sans
20345 en esta página
20346 \family default
20347 ».
20348  El estilo 
20349 \family sans
20350 <referencia>
20351 \begin_inset space ~
20352 \end_inset
20353
20354 en
20355 \begin_inset space ~
20356 \end_inset
20357
20358 página
20359 \begin_inset space ~
20360 \end_inset
20361
20362 <página> 
20363 \family default
20364 no imprimirá nada sobre la página si la etiqueta está en la misma página.
20365 \end_layout
20366
20367 \begin_layout Standard
20368 El número y página actual de la parte del documento referida es automáticamente
20369  calculado por LaTeX en la salida.
20370  Las variedades se ajustan en el campo 
20371 \family sans
20372 Formato
20373 \family default
20374  de la ventana de referencia cruzada, que aparece al pinchar sobre el cuadro.
20375 \end_layout
20376
20377 \begin_layout Standard
20378 \begin_inset Note Greyedout
20379 status open
20380
20381 \begin_layout Plain Layout
20382
20383 \series bold
20384 Nota:
20385 \series default
20386  El paquete LaTeX 
20387 \series bold
20388 prettyref
20389 \series default
20390
20391 \begin_inset Index idx
20392 status collapsed
20393
20394 \begin_layout Plain Layout
20395 LaTeX-paquetes ! prettyref
20396 \end_layout
20397
20398 \end_inset
20399
20400  no reconoce todas las abreviaturas de etiquetas
20401 \begin_inset Foot
20402 status collapsed
20403
20404 \begin_layout Plain Layout
20405 \begin_inset Quotes fld
20406 \end_inset
20407
20408 fig:
20409 \begin_inset Quotes frd
20410 \end_inset
20411
20412 , por ejemplo, es la abreviatura en LyX para las etiquetas de leyendas de
20413  figuras.
20414 \end_layout
20415
20416 \end_inset
20417
20418  posibles en LyX y no está internacionalizado.
20419  Para saber cómo indicar a 
20420 \series bold
20421 prettyref
20422 \series default
20423  nuevas abreviaturas y traducciones, echa un vistazo a su documentación,
20424  
20425 \begin_inset CommandInset citation
20426 LatexCommand cite
20427 key "prettyref"
20428
20429 \end_inset
20430
20431 .
20432 \end_layout
20433
20434 \end_inset
20435
20436
20437 \end_layout
20438
20439 \begin_layout Subsection
20440 Designación automática de referencias
20441 \begin_inset Index idx
20442 status collapsed
20443
20444 \begin_layout Plain Layout
20445 Referencias ! Designación automática
20446 \end_layout
20447
20448 \end_inset
20449
20450
20451 \end_layout
20452
20453 \begin_layout Standard
20454 El paquete LaTeX 
20455 \series bold
20456 hyperref
20457 \series default
20458
20459 \begin_inset Index idx
20460 status collapsed
20461
20462 \begin_layout Plain Layout
20463 LaTeX-paquetes ! hyperref
20464 \end_layout
20465
20466 \end_inset
20467
20468 , que se habilita en 
20469 \family sans
20470 Propiedades PDF
20471 \family default
20472  del diálogo 
20473 \family sans
20474 Documento\SpecialChar \menuseparator
20475 Configuración
20476 \family default
20477 , dispone de una característica muy útil que permite incluir automáticamente
20478  en las referencias cruzadas el nombre de los flotantes referidos (o partes
20479  de texto como 
20480 \emph on
20481 sección
20482 \emph default
20483 ).
20484  Así, p.
20485 \begin_inset space \thinspace{}
20486 \end_inset
20487
20488 e., no tendrás que escribir la palabra «Figura» delante de cada referencia
20489  a una figura.
20490  Para usar esta característica habilita el soporte para 
20491 \series bold
20492 hyperref
20493 \series default
20494  e inserta la siguiente línea en el preámbulo LaTeX:
20495 \end_layout
20496
20497 \begin_layout Standard
20498
20499 \series bold
20500
20501 \backslash
20502 AtBeginDocument{
20503 \backslash
20504 renewcommand{
20505 \backslash
20506 ref}[1]{
20507 \backslash
20508 mbox{
20509 \backslash
20510 autoref{#1}}}}
20511 \end_layout
20512
20513 \begin_layout Standard
20514 Si prefieres otros nombres para las referencias distintos de los predeterminados
20515 , por ejemplo «sec.» en lugar de «sección», puedes redefinir el nombre insertando
20516  lo siguiente en el preámbulo:
20517 \end_layout
20518
20519 \begin_layout Standard
20520
20521 \series bold
20522
20523 \backslash
20524 addto
20525 \backslash
20526 extrasenglish{
20527 \backslash
20528 renewcommand{
20529 \backslash
20530 sectionautorefname}
20531 \begin_inset Newline newline
20532 \end_inset
20533
20534
20535 \begin_inset Phantom HPhantom
20536 status open
20537
20538 \begin_layout Plain Layout
20539
20540 \series bold
20541 \begin_inset space ~
20542 \end_inset
20543
20544
20545 \end_layout
20546
20547 \end_inset
20548
20549 {sec.
20550 \backslash
20551 negthinspace}}
20552 \end_layout
20553
20554 \begin_layout Standard
20555 Si estás usando un idioma de documento distinto del inglés, reemplaza
20556 \begin_inset Newline newline
20557 \end_inset
20558
20559  
20560 \series bold
20561
20562 \backslash
20563 extrasenglish
20564 \series default
20565  por
20566 \series bold
20567  
20568 \backslash
20569 extras***
20570 \series default
20571 , donde *** es el nombre del idioma utilizado.
20572 \end_layout
20573
20574 \begin_layout Standard
20575 Para obtener nombres automáticos pero no para determinados tipos de referencias,
20576  por ejemplo no para ecuaciones, usa este código de preámbulo:
20577 \end_layout
20578
20579 \begin_layout Standard
20580
20581 \series bold
20582
20583 \backslash
20584 newlength{
20585 \backslash
20586 abc}
20587 \begin_inset Newline newline
20588 \end_inset
20589
20590
20591 \backslash
20592 settowidth{
20593 \backslash
20594 abc}{
20595 \backslash
20596 space}
20597 \begin_inset Newline newline
20598 \end_inset
20599
20600
20601 \backslash
20602 addto
20603 \backslash
20604 extrasenglish{
20605 \backslash
20606 renewcommand{
20607 \backslash
20608 equationautorefname}
20609 \begin_inset Newline newline
20610 \end_inset
20611
20612
20613 \begin_inset Phantom HPhantom
20614 status open
20615
20616 \begin_layout Plain Layout
20617
20618 \series bold
20619 \begin_inset space ~
20620 \end_inset
20621
20622
20623 \end_layout
20624
20625 \end_inset
20626
20627 {
20628 \backslash
20629 hspace{-
20630 \backslash
20631 abc}}
20632 \end_layout
20633
20634 \begin_layout Standard
20635 En la documentación de 
20636 \series bold
20637 hyperref
20638 \series default
20639  
20640 \begin_inset CommandInset citation
20641 LatexCommand cite
20642 key "hyperref"
20643
20644 \end_inset
20645
20646  puedes encontrar más información.
20647
20648 \series bold
20649  
20650 \end_layout
20651
20652 \begin_layout Standard
20653 \begin_inset Note Greyedout
20654 status open
20655
20656 \begin_layout Plain Layout
20657
20658 \series bold
20659 Nota:
20660 \series default
20661  La designación automática de referencias no puede usarse en el estilo 
20662 \family sans
20663 Referencia
20664 \begin_inset space ~
20665 \end_inset
20666
20667 con
20668 \begin_inset space ~
20669 \end_inset
20670
20671 formato
20672 \family default
20673 , descrita en la sección
20674 \begin_inset space ~
20675 \end_inset
20676
20677
20678 \begin_inset CommandInset ref
20679 LatexCommand ref
20680 reference "sub:Formatos-referencia-cruzada"
20681
20682 \end_inset
20683
20684 .
20685 \end_layout
20686
20687 \end_inset
20688
20689
20690 \end_layout
20691
20692 \begin_layout Standard
20693 El manual 
20694 \emph on
20695 Ecuaciones
20696 \emph default
20697  es un ejemplo de documento en el que se ha utilizado designación automática
20698  de referencias.
20699 \end_layout
20700
20701 \begin_layout Subsection
20702 Colocación de referencias
20703 \begin_inset CommandInset label
20704 LatexCommand label
20705 name "sub:Colocación-de-Referencias"
20706
20707 \end_inset
20708
20709
20710 \begin_inset Index idx
20711 status collapsed
20712
20713 \begin_layout Plain Layout
20714 Referencias ! Colocación
20715 \end_layout
20716
20717 \end_inset
20718
20719
20720 \end_layout
20721
20722 \begin_layout Standard
20723 Si usas 
20724 \series bold
20725 hyperref
20726 \series default
20727
20728 \begin_inset Index idx
20729 status collapsed
20730
20731 \begin_layout Plain Layout
20732 LaTeX-paquetes ! hyperref
20733 \end_layout
20734
20735 \end_inset
20736
20737 , en las 
20738 \family sans
20739 Preferencias PDF 
20740 \family default
20741 del diálogo 
20742 \family sans
20743 Documento\SpecialChar \menuseparator
20744 Configuración
20745 \family default
20746 , para enlazar referencias cruzadas en la salida, verás que al pinchar sobre
20747  la referencia de una imagen flotante te lleva hasta la etiqueta de la imagen.
20748  La leyenda será la primera parte del texto en pantalla, de forma que para
20749  ver la imagen debes deslizar.
20750  Se debe a que el ancla de enlace de la referencia se sitúa en la etiqueta.
20751  Usando el paquete 
20752 \series bold
20753 hypcap
20754 \series default
20755
20756 \begin_inset Index idx
20757 status collapsed
20758
20759 \begin_layout Plain Layout
20760 LaTeX-paquetes ! hypcap
20761 \end_layout
20762
20763 \end_inset
20764
20765 , que forma parte del paquete LaTeX 
20766 \series bold
20767 oberdiek
20768 \series default
20769
20770 \begin_inset Index idx
20771 status collapsed
20772
20773 \begin_layout Plain Layout
20774 LaTeX-paquetes ! oberdiek
20775 \end_layout
20776
20777 \end_inset
20778
20779 , el ancla de enlace se sitúa al comienzo de un flotante.
20780  Para usar esta característica para figuras flotantes carga 
20781 \series bold
20782 hypcap
20783 \series default
20784  en el preámbulo con
20785 \end_layout
20786
20787 \begin_layout Standard
20788
20789 \series bold
20790
20791 \backslash
20792 usepackage[figure]{hypcap}
20793 \end_layout
20794
20795 \begin_layout Standard
20796 Puedes usar 
20797 \series bold
20798 hypcap
20799 \series default
20800  para todos los flotantes aunque no se recomienda por razones de estabilidad.
20801  Más información en el manual de 
20802 \series bold
20803 hypcap
20804 \series default
20805  
20806 \begin_inset CommandInset citation
20807 LatexCommand cite
20808 key "hypcap"
20809
20810 \end_inset
20811
20812 .
20813 \end_layout
20814
20815 \begin_layout Standard
20816 \begin_inset Note Greyedout
20817 status open
20818
20819 \begin_layout Plain Layout
20820
20821 \series bold
20822 Nota:
20823 \series default
20824  
20825 \series bold
20826 hypcap
20827 \series default
20828  no funciona para las referencias a subfiguras.
20829 \end_layout
20830
20831 \end_inset
20832
20833
20834 \end_layout
20835
20836 \begin_layout Section
20837 Colocación de flotantes
20838 \begin_inset CommandInset label
20839 LatexCommand label
20840 name "sec:Colocación-de-Flotantes"
20841
20842 \end_inset
20843
20844
20845 \begin_inset Index idx
20846 status collapsed
20847
20848 \begin_layout Plain Layout
20849 Flotantes ! Colocación
20850 \end_layout
20851
20852 \end_inset
20853
20854
20855 \end_layout
20856
20857 \begin_layout Standard
20858 Pulsando con el botón derecho del ratón sobre un cuadro de flotante se abre
20859  un diálogo en el que pueden cambiarse las opciones de LaTeX para situar
20860  los flotantes.
20861 \begin_inset Newline newline
20862 \end_inset
20863
20864 La opción 
20865 \family sans
20866 Extender
20867 \begin_inset space ~
20868 \end_inset
20869
20870 columnas
20871 \family default
20872  sólo es aplicable a documentos de dos columnas: Si lo seleccionas, el flotante
20873  abarcará ambas columnas en lugar de una sola.
20874 \begin_inset Newline newline
20875 \end_inset
20876
20877 La opción 
20878 \family sans
20879 Girar
20880 \begin_inset space ~
20881 \end_inset
20882
20883 a
20884 \begin_inset space ~
20885 \end_inset
20886
20887 un
20888 \begin_inset space ~
20889 \end_inset
20890
20891 lado
20892 \family default
20893  sirve para girar flotantes, véase sección
20894 \begin_inset space ~
20895 \end_inset
20896
20897
20898 \begin_inset CommandInset ref
20899 LatexCommand ref
20900 reference "sec:Rotación-de-Flotantes"
20901
20902 \end_inset
20903
20904 .
20905  
20906 \end_layout
20907
20908 \begin_layout Standard
20909 Puedes usar una o más de las siguientes opciones en el diálogo para establecer
20910  la posición de un flotante si desmarcas la opción 
20911 \family sans
20912 Usar
20913 \begin_inset space ~
20914 \end_inset
20915
20916 ubicación
20917 \begin_inset space ~
20918 \end_inset
20919
20920 predeterminada
20921 \family default
20922 :
20923 \end_layout
20924
20925 \begin_layout Description
20926
20927 \family sans
20928 \series bold
20929 Aquí
20930 \begin_inset space ~
20931 \end_inset
20932
20933 si
20934 \begin_inset space ~
20935 \end_inset
20936
20937 es
20938 \begin_inset space ~
20939 \end_inset
20940
20941 posible
20942 \family default
20943 \series default
20944  intenta situar el flotante en la posición en la que se inserta
20945 \end_layout
20946
20947 \begin_layout Description
20948
20949 \family sans
20950 \series bold
20951 Principio
20952 \begin_inset space ~
20953 \end_inset
20954
20955 de
20956 \begin_inset space ~
20957 \end_inset
20958
20959 página
20960 \family default
20961 \series default
20962  intenta situar el flotante al principio de la página actual
20963 \end_layout
20964
20965 \begin_layout Description
20966
20967 \family sans
20968 \series bold
20969 Fin
20970 \begin_inset space ~
20971 \end_inset
20972
20973 de
20974 \begin_inset space ~
20975 \end_inset
20976
20977 página
20978 \family default
20979 \series default
20980  intenta situar el flotante al final de la página actual
20981 \end_layout
20982
20983 \begin_layout Description
20984
20985 \family sans
20986 \series bold
20987 Página
20988 \begin_inset space ~
20989 \end_inset
20990
20991 de
20992 \begin_inset space ~
20993 \end_inset
20994
20995 flotantes
20996 \family default
20997 \series default
20998  intenta situar el flotante en una página propia 
20999 \end_layout
21000
21001 \begin_layout Standard
21002 LaTeX usa 
21003 \emph on
21004 siempre
21005 \emph default
21006  ese orden de opciones.
21007  Significa que si usas la colocación predeterminada, LaTeX probará en primer
21008  lugar 
21009 \family sans
21010 Aquí
21011 \begin_inset space ~
21012 \end_inset
21013
21014 si
21015 \begin_inset space ~
21016 \end_inset
21017
21018 es
21019 \begin_inset space ~
21020 \end_inset
21021
21022 posible
21023 \family default
21024 , luego 
21025 \family sans
21026 Principio
21027 \begin_inset space ~
21028 \end_inset
21029
21030 de
21031 \begin_inset space ~
21032 \end_inset
21033
21034 página
21035 \family default
21036 , y después las otras.
21037  Si no usas la predeterminada, LaTeX sólo probará las opciones marcadas
21038  pero en dicho orden.
21039  Si no es posible ninguna de las 4 ubicaciones el proceso se repite internamente
21040  pero intenta poner el flotante en la página siguiente.
21041 \end_layout
21042
21043 \begin_layout Standard
21044 De forma predeterminada cada una de las opciones tiene sus propias reglas:
21045 \end_layout
21046
21047 \begin_layout Labeling
21048 \labelwidthstring 00.00.0000
21049
21050 \family sans
21051 Principio
21052 \begin_inset space ~
21053 \end_inset
21054
21055 de
21056 \begin_inset space ~
21057 \end_inset
21058
21059 página:
21060 \family default
21061  sólo si el flotante ocupa menos del 70
21062 \begin_inset space \thinspace{}
21063 \end_inset
21064
21065 % de la página puede ubicarse al principio de página (
21066 \series bold
21067
21068 \backslash
21069 topfraction
21070 \series default
21071 )
21072 \end_layout
21073
21074 \begin_layout Labeling
21075 \labelwidthstring 00.00.0000
21076
21077 \family sans
21078 Fin
21079 \begin_inset space ~
21080 \end_inset
21081
21082 de
21083 \begin_inset space ~
21084 \end_inset
21085
21086 página:
21087 \family default
21088  sólo si el flotante ocupa menos del 30
21089 \begin_inset space \thinspace{}
21090 \end_inset
21091
21092 % de la página puede ubicarse al fin de página.
21093  (
21094 \series bold
21095
21096 \backslash
21097 bottomfraction
21098 \series default
21099 )
21100 \end_layout
21101
21102 \begin_layout Labeling
21103 \labelwidthstring 00.00.0000
21104
21105 \family sans
21106 Página
21107 \begin_inset space ~
21108 \end_inset
21109
21110 de
21111 \begin_inset space ~
21112 \end_inset
21113
21114 flotantes:
21115 \family default
21116  sólo si más del 50
21117 \begin_inset space \thinspace{}
21118 \end_inset
21119
21120 % de la página se ocupa por flotantes puede haber varios juntos en la misma
21121  página.
21122  (
21123 \series bold
21124
21125 \backslash
21126 floatpagefraction
21127 \series default
21128 )
21129 \end_layout
21130
21131 \begin_layout Standard
21132 Si no te agradan estas reglas puedes ignorarlas marcando la opción adicional
21133  
21134 \family sans
21135 Ignorar
21136 \begin_inset space ~
21137 \end_inset
21138
21139 reglas
21140 \begin_inset space ~
21141 \end_inset
21142
21143 de
21144 \begin_inset space ~
21145 \end_inset
21146
21147 LaTeX
21148 \family default
21149 .
21150 \begin_inset Newline newline
21151 \end_inset
21152
21153 También puedes redefinir las reglas con los comandos LaTeX que van entre
21154  paréntesis tras la descripción de las reglas anteriores.
21155  Por ejemplo, para aumentar el valor predeterminado, quizás pequeño, de
21156  la regla 
21157 \family sans
21158 Fin
21159 \family default
21160
21161 \begin_inset space ~
21162 \end_inset
21163
21164
21165 \family sans
21166 de
21167 \family default
21168
21169 \begin_inset space ~
21170 \end_inset
21171
21172
21173 \family sans
21174 página
21175 \family default
21176  al 50
21177 \begin_inset space \thinspace{}
21178 \end_inset
21179
21180 %, añade esta línea en el preámbulo:
21181 \end_layout
21182
21183 \begin_layout Standard
21184
21185 \series bold
21186
21187 \backslash
21188 renewcommand{
21189 \backslash
21190 bottomfraction}{0.5}
21191 \end_layout
21192
21193 \begin_layout Standard
21194 En determinados casos podrías necesitar ubicar un flotante exactamente en
21195  la posición en la que se inserta.
21196  Para esto puedes usar la opción 
21197 \family sans
21198 Aquí
21199 \begin_inset space ~
21200 \end_inset
21201
21202 definitivamente
21203 \family default
21204 .
21205  Usa esta opción esporádicamente y sólo cuando el documento esté casi listo,
21206  porque el flotante ya no podrá «flotar» y si haces cambios al documento
21207  se podría estropear el diseño de la página.
21208 \end_layout
21209
21210 \begin_layout Standard
21211 No hay opciones de ubicación para envoltorios flotantes porque siempre están
21212  rodeados por texto de un párrafo determinado.
21213 \begin_inset VSpace bigskip
21214 \end_inset
21215
21216
21217 \end_layout
21218
21219 \begin_layout Standard
21220 A veces surge el problema de que un flotante se sitúa al principio de la
21221  página mientras que su sección correspondiente empieza en mitad de la página,
21222  así que el lector podría creer que el flotante forma parte de la sección
21223  anterior.
21224  Para evitarlo puede emplearse el comando LaTeX 
21225 \series bold
21226
21227 \backslash
21228 suppressfloats
21229 \series default
21230 , que suprime la ubicación de un flotante dado en la página donde se inserta
21231  y además puede servir para evitar que el flotante se coloque antes del
21232  inicio de sección.
21233  Para ello, añade estos comandos al preámbulo:
21234 \end_layout
21235
21236 \begin_layout Standard
21237
21238 \series bold
21239
21240 \backslash
21241 let
21242 \backslash
21243 mySection
21244 \backslash
21245 section
21246 \begin_inset Newline newline
21247 \end_inset
21248
21249
21250 \backslash
21251 renewcommand{
21252 \backslash
21253 section}{
21254 \backslash
21255 suppressfloats[t]
21256 \backslash
21257 mySection}
21258 \end_layout
21259
21260 \begin_layout Standard
21261 Se puede hacer lo mismo para todas las cabeceras de sección, capítulos y
21262  subsecciones.
21263  No es recomendable para partes pequeñas de texto como subsubsecciones porque
21264  LaTeX podría tener problemas para encontrar una ubicación adecuada.
21265 \end_layout
21266
21267 \begin_layout Standard
21268 \begin_inset VSpace bigskip
21269 \end_inset
21270
21271 En ciertos casos se quieren tener todas las figuras/tablas al final del
21272  documento.
21273  Para estos casos está el paquete LaTeX 
21274 \series bold
21275 endfloat
21276 \series default
21277
21278 \begin_inset Index idx
21279 status collapsed
21280
21281 \begin_layout Plain Layout
21282 LaTeX-paquetes ! endfloat
21283 \end_layout
21284
21285 \end_inset
21286
21287 .
21288  Pone todas las figuras y tablas flotantes al final del documento en secciones
21289  propias.
21290  En la posición original del flotante se inserta una indicación como «
21291 \family sans
21292 [Figure
21293 \begin_inset space ~
21294 \end_inset
21295
21296 3.2 about here.]
21297 \family default
21298 ».
21299  El paquete 
21300 \series bold
21301 endfloat
21302 \series default
21303  se carga en el preámbulo con la línea
21304 \end_layout
21305
21306 \begin_layout Standard
21307
21308 \series bold
21309
21310 \backslash
21311 usepackage[options]{endfloat}
21312 \end_layout
21313
21314 \begin_layout Standard
21315 Hay varias opciones para diseñar las secciones figura/tabla creadas.
21316  Para más información véase la documentación 
21317 \begin_inset CommandInset citation
21318 LatexCommand cite
21319 key "endfloat"
21320
21321 \end_inset
21322
21323 .
21324 \begin_inset Newline newline
21325 \end_inset
21326
21327
21328 \begin_inset Note Greyedout
21329 status open
21330
21331 \begin_layout Plain Layout
21332
21333 \series bold
21334 Nota: endfloat
21335 \series default
21336  no traduce automáticamente la indicación, hay que hacerlo manualmente,
21337  véase sección
21338 \begin_inset space ~
21339 \end_inset
21340
21341 4 en 
21342 \begin_inset CommandInset citation
21343 LatexCommand cite
21344 key "endfloat"
21345
21346 \end_inset
21347
21348 .
21349 \end_layout
21350
21351 \end_inset
21352
21353
21354 \begin_inset Newline newline
21355 \end_inset
21356
21357
21358 \begin_inset Note Greyedout
21359 status open
21360
21361 \begin_layout Plain Layout
21362
21363 \series bold
21364 Nota:
21365 \series default
21366  Actualmente hay un error en 
21367 \series bold
21368 endfloat
21369 \series default
21370  cuando la leyenda contiene el carácter alemán «ß».
21371  Usa en ese caso el comando «
21372 \series bold
21373
21374 \backslash
21375 ss
21376 \series default
21377 » en código TeX en vez de «ß».
21378 \end_layout
21379
21380 \end_inset
21381
21382
21383 \end_layout
21384
21385 \begin_layout Standard
21386 \begin_inset VSpace bigskip
21387 \end_inset
21388
21389 Más detalles sobre ubicación de flotantes en libros sobre LaTeX como 
21390 \begin_inset CommandInset citation
21391 LatexCommand cite
21392 key "latexcompanion,latexguide,latexbook"
21393
21394 \end_inset
21395
21396 .
21397 \end_layout
21398
21399 \begin_layout Section
21400 Rotación de flotantes
21401 \begin_inset CommandInset label
21402 LatexCommand label
21403 name "sec:Rotación-de-Flotantes"
21404
21405 \end_inset
21406
21407
21408 \begin_inset Index idx
21409 status collapsed
21410
21411 \begin_layout Plain Layout
21412 Flotantes ! Rotación
21413 \end_layout
21414
21415 \end_inset
21416
21417
21418 \end_layout
21419
21420 \begin_layout Standard
21421 Podrías necesitar girar flotantes, especialmente con tablas grandes.
21422  Para girar todo el flotante y su leyenda, pincha sobre su cuadro y marca
21423  la opción 
21424 \family sans
21425 Girar
21426 \begin_inset space ~
21427 \end_inset
21428
21429 a
21430 \begin_inset space ~
21431 \end_inset
21432
21433 un
21434 \begin_inset space ~
21435 \end_inset
21436
21437 lado
21438 \family default
21439 .
21440 \end_layout
21441
21442 \begin_layout Standard
21443 Los flotantes girados son puestos siempre en su propia página (o columna
21444  si el documento es de dos columnas).
21445  Se les puede permitir abarcar varias columnas con la opción de configuración
21446  
21447 \family sans
21448 Extender
21449 \begin_inset space ~
21450 \end_inset
21451
21452 columnas
21453 \family default
21454 .
21455  Se rotan de forma que puedes leerlos desde el margen externo.
21456  Para forzar determinada dirección de rotación para todas las páginas, puedes
21457  añadir una de las opciones 
21458 \series bold
21459 figuresleft
21460 \series default
21461  o 
21462 \series bold
21463 figuresright
21464 \series default
21465  a las opciones de clase del documento.
21466 \end_layout
21467
21468 \begin_layout Standard
21469 Los flotantes girados se refieren igual que los normales, y el formato de
21470  la leyenda también es el mismo: un ejemplo es la tabla
21471 \begin_inset space ~
21472 \end_inset
21473
21474
21475 \begin_inset CommandInset ref
21476 LatexCommand ref
21477 reference "tab:Tabla-girada"
21478
21479 \end_inset
21480
21481 .
21482 \end_layout
21483
21484 \begin_layout Standard
21485 \begin_inset Note Greyedout
21486 status open
21487
21488 \begin_layout Plain Layout
21489
21490 \series bold
21491 Nota:
21492 \series default
21493  No todos los visores DVI pueden mostrar tablas giradas.
21494 \end_layout
21495
21496 \end_inset
21497
21498
21499 \end_layout
21500
21501 \begin_layout Standard
21502 \begin_inset Float table
21503 wide false
21504 sideways true
21505 status open
21506
21507 \begin_layout Plain Layout
21508 \begin_inset Caption
21509
21510 \begin_layout Plain Layout
21511 \begin_inset CommandInset label
21512 LatexCommand label
21513 name "tab:Tabla-girada"
21514
21515 \end_inset
21516
21517 Tabla girada
21518 \end_layout
21519
21520 \end_inset
21521
21522
21523 \end_layout
21524
21525 \begin_layout Plain Layout
21526 \align center
21527 \begin_inset Tabular
21528 <lyxtabular version="3" rows="1" columns="5">
21529 <features tabularvalignment="middle">
21530 <column alignment="center" valignment="top" width="0">
21531 <column alignment="center" valignment="top" width="0">
21532 <column alignment="center" valignment="top" width="0">
21533 <column alignment="center" valignment="top" width="0">
21534 <column alignment="center" valignment="top" width="0">
21535 <row>
21536 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
21537 \begin_inset Text
21538
21539 \begin_layout Plain Layout
21540 test
21541 \end_layout
21542
21543 \end_inset
21544 </cell>
21545 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
21546 \begin_inset Text
21547
21548 \begin_layout Plain Layout
21549 b
21550 \end_layout
21551
21552 \end_inset
21553 </cell>
21554 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
21555 \begin_inset Text
21556
21557 \begin_layout Plain Layout
21558 c
21559 \end_layout
21560
21561 \end_inset
21562 </cell>
21563 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
21564 \begin_inset Text
21565
21566 \begin_layout Plain Layout
21567 d
21568 \end_layout
21569
21570 \end_inset
21571 </cell>
21572 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
21573 \begin_inset Text
21574
21575 \begin_layout Plain Layout
21576 e
21577 \end_layout
21578
21579 \end_inset
21580 </cell>
21581 </row>
21582 </lyxtabular>
21583
21584 \end_inset
21585
21586
21587 \end_layout
21588
21589 \end_inset
21590
21591
21592 \end_layout
21593
21594 \begin_layout Section
21595 Subflotantes
21596 \begin_inset Index idx
21597 status collapsed
21598
21599 \begin_layout Plain Layout
21600 Flotantes ! Subflotantes
21601 \end_layout
21602
21603 \end_inset
21604
21605
21606 \end_layout
21607
21608 \begin_layout Standard
21609 Los subflotantes se usan cuando, por ejemplo, una figura consta de varias
21610  imágenes.
21611  Se crean insertando un flotante dentro de otro.
21612  La colocación de los subflotantes puede controlarse como si fueran párrafos,
21613  como se muestra en las tablas
21614 \begin_inset space ~
21615 \end_inset
21616
21617
21618 \begin_inset CommandInset ref
21619 LatexCommand ref
21620 reference "tab:Dos-subtablas-adosadas"
21621
21622 \end_inset
21623
21624  y
21625 \begin_inset space ~
21626 \end_inset
21627
21628
21629 \begin_inset CommandInset ref
21630 LatexCommand ref
21631 reference "tab:Dos-subtablas-una-sobre"
21632
21633 \end_inset
21634
21635 .
21636 \end_layout
21637
21638 \begin_layout Standard
21639 Las referencias a subflotantes funcionan como en los flotantes normales:
21640  la tabla
21641 \begin_inset space ~
21642 \end_inset
21643
21644
21645 \begin_inset CommandInset ref
21646 LatexCommand ref
21647 reference "tab:Esta-es-la-subtabla-a"
21648
21649 \end_inset
21650
21651  y la tabla
21652 \begin_inset space ~
21653 \end_inset
21654
21655
21656 \begin_inset CommandInset ref
21657 LatexCommand ref
21658 reference "tab:Esta-es-la-subtabla-b"
21659
21660 \end_inset
21661
21662  son subtablas de la tabla
21663 \begin_inset space ~
21664 \end_inset
21665
21666
21667 \begin_inset CommandInset ref
21668 LatexCommand ref
21669 reference "tab:Dos-subtablas-adosadas"
21670
21671 \end_inset
21672
21673 .
21674 \end_layout
21675
21676 \begin_layout Standard
21677 \begin_inset Float table
21678 wide false
21679 sideways false
21680 status open
21681
21682 \begin_layout Plain Layout
21683 \begin_inset Caption
21684
21685 \begin_layout Plain Layout
21686 \begin_inset CommandInset label
21687 LatexCommand label
21688 name "tab:Dos-subtablas-adosadas"
21689
21690 \end_inset
21691
21692 Dos subtablas adosadas
21693 \end_layout
21694
21695 \end_inset
21696
21697
21698 \end_layout
21699
21700 \begin_layout Plain Layout
21701 \begin_inset space \hfill{}
21702 \end_inset
21703
21704
21705 \begin_inset Float table
21706 wide false
21707 sideways false
21708 status collapsed
21709
21710 \begin_layout Plain Layout
21711 \begin_inset Caption
21712
21713 \begin_layout Plain Layout
21714 \begin_inset CommandInset label
21715 LatexCommand label
21716 name "tab:Esta-es-la-subtabla-a"
21717
21718 \end_inset
21719
21720 Esta es la subtabla a
21721 \end_layout
21722
21723 \end_inset
21724
21725
21726 \end_layout
21727
21728 \begin_layout Plain Layout
21729 \align center
21730 \begin_inset Tabular
21731 <lyxtabular version="3" rows="1" columns="5">
21732 <features tabularvalignment="middle">
21733 <column alignment="center" valignment="top" width="0">
21734 <column alignment="center" valignment="top" width="0">
21735 <column alignment="center" valignment="top" width="0">
21736 <column alignment="center" valignment="top" width="0">
21737 <column alignment="center" valignment="top" width="0">
21738 <row>
21739 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
21740 \begin_inset Text
21741
21742 \begin_layout Plain Layout
21743 test 
21744 \end_layout
21745
21746 \end_inset
21747 </cell>
21748 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
21749 \begin_inset Text
21750
21751 \begin_layout Plain Layout
21752 b
21753 \end_layout
21754
21755 \end_inset
21756 </cell>
21757 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
21758 \begin_inset Text
21759
21760 \begin_layout Plain Layout
21761 c
21762 \end_layout
21763
21764 \end_inset
21765 </cell>
21766 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
21767 \begin_inset Text
21768
21769 \begin_layout Plain Layout
21770 d
21771 \end_layout
21772
21773 \end_inset
21774 </cell>
21775 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
21776 \begin_inset Text
21777
21778 \begin_layout Plain Layout
21779 e
21780 \end_layout
21781
21782 \end_inset
21783 </cell>
21784 </row>
21785 </lyxtabular>
21786
21787 \end_inset
21788
21789
21790 \end_layout
21791
21792 \end_inset
21793
21794
21795 \begin_inset space \hfill{}
21796 \end_inset
21797
21798
21799 \begin_inset Float table
21800 wide false
21801 sideways false
21802 status collapsed
21803
21804 \begin_layout Plain Layout
21805 \begin_inset Caption
21806
21807 \begin_layout Plain Layout
21808 \begin_inset CommandInset label
21809 LatexCommand label
21810 name "tab:Esta-es-la-subtabla-b"
21811
21812 \end_inset
21813
21814 Esta es la subtabla b
21815 \end_layout
21816
21817 \end_inset
21818
21819
21820 \end_layout
21821
21822 \begin_layout Plain Layout
21823 \align center
21824 \begin_inset Tabular
21825 <lyxtabular version="3" rows="1" columns="5">
21826 <features tabularvalignment="middle">
21827 <column alignment="center" valignment="top" width="0">
21828 <column alignment="center" valignment="top" width="0">
21829 <column alignment="center" valignment="top" width="0">
21830 <column alignment="center" valignment="top" width="0">
21831 <column alignment="center" valignment="top" width="0">
21832 <row>
21833 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
21834 \begin_inset Text
21835
21836 \begin_layout Plain Layout
21837 e
21838 \end_layout
21839
21840 \end_inset
21841 </cell>
21842 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
21843 \begin_inset Text
21844
21845 \begin_layout Plain Layout
21846 d
21847 \end_layout
21848
21849 \end_inset
21850 </cell>
21851 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
21852 \begin_inset Text
21853
21854 \begin_layout Plain Layout
21855 c
21856 \end_layout
21857
21858 \end_inset
21859 </cell>
21860 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
21861 \begin_inset Text
21862
21863 \begin_layout Plain Layout
21864 b
21865 \end_layout
21866
21867 \end_inset
21868 </cell>
21869 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
21870 \begin_inset Text
21871
21872 \begin_layout Plain Layout
21873 test
21874 \end_layout
21875
21876 \end_inset
21877 </cell>
21878 </row>
21879 </lyxtabular>
21880
21881 \end_inset
21882
21883
21884 \end_layout
21885
21886 \begin_layout Plain Layout
21887
21888 \end_layout
21889
21890 \end_inset
21891
21892
21893 \begin_inset space \hfill{}
21894 \end_inset
21895
21896
21897 \end_layout
21898
21899 \end_inset
21900
21901
21902 \end_layout
21903
21904 \begin_layout Standard
21905 \begin_inset Float table
21906 wide false
21907 sideways false
21908 status open
21909
21910 \begin_layout Plain Layout
21911 \begin_inset Caption
21912
21913 \begin_layout Plain Layout
21914 \begin_inset CommandInset label
21915 LatexCommand label
21916 name "tab:Dos-subtablas-una-sobre"
21917
21918 \end_inset
21919
21920 Dos subtablas colocadas una sobre otra.
21921  La tabla (a) con 4 celdas, la (b) con 5 celdas.
21922 \end_layout
21923
21924 \end_inset
21925
21926
21927 \end_layout
21928
21929 \begin_layout Plain Layout
21930 \noindent
21931 \align center
21932 \begin_inset Float table
21933 wide false
21934 sideways false
21935 status collapsed
21936
21937 \begin_layout Plain Layout
21938 \begin_inset Caption
21939
21940 \begin_layout Plain Layout
21941
21942 \end_layout
21943
21944 \end_inset
21945
21946
21947 \end_layout
21948
21949 \begin_layout Plain Layout
21950 \align center
21951 \begin_inset Tabular
21952 <lyxtabular version="3" rows="1" columns="4">
21953 <features tabularvalignment="middle">
21954 <column alignment="center" valignment="top" width="0">
21955 <column alignment="center" valignment="top" width="0">
21956 <column alignment="center" valignment="top" width="0">
21957 <column alignment="center" valignment="top" width="0">
21958 <row>
21959 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
21960 \begin_inset Text
21961
21962 \begin_layout Plain Layout
21963 test
21964 \end_layout
21965
21966 \end_inset
21967 </cell>
21968 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
21969 \begin_inset Text
21970
21971 \begin_layout Plain Layout
21972 test
21973 \end_layout
21974
21975 \end_inset
21976 </cell>
21977 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
21978 \begin_inset Text
21979
21980 \begin_layout Plain Layout
21981 test
21982 \end_layout
21983
21984 \end_inset
21985 </cell>
21986 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
21987 \begin_inset Text
21988
21989 \begin_layout Plain Layout
21990 test
21991 \end_layout
21992
21993 \end_inset
21994 </cell>
21995 </row>
21996 </lyxtabular>
21997
21998 \end_inset
21999
22000
22001 \end_layout
22002
22003 \begin_layout Plain Layout
22004
22005 \end_layout
22006
22007 \end_inset
22008
22009
22010 \end_layout
22011
22012 \begin_layout Plain Layout
22013 \align center
22014 \begin_inset Float table
22015 wide false
22016 sideways false
22017 status collapsed
22018
22019 \begin_layout Plain Layout
22020
22021 \end_layout
22022
22023 \begin_layout Plain Layout
22024 \begin_inset Caption
22025
22026 \begin_layout Plain Layout
22027
22028 \end_layout
22029
22030 \end_inset
22031
22032
22033 \end_layout
22034
22035 \begin_layout Plain Layout
22036 \align center
22037 \begin_inset Tabular
22038 <lyxtabular version="3" rows="1" columns="5">
22039 <features tabularvalignment="middle">
22040 <column alignment="center" valignment="top" width="0">
22041 <column alignment="center" valignment="top" width="0">
22042 <column alignment="center" valignment="top" width="0">
22043 <column alignment="center" valignment="top" width="0">
22044 <column alignment="center" valignment="top" width="0">
22045 <row>
22046 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
22047 \begin_inset Text
22048
22049 \begin_layout Plain Layout
22050 a
22051 \end_layout
22052
22053 \end_inset
22054 </cell>
22055 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
22056 \begin_inset Text
22057
22058 \begin_layout Plain Layout
22059 b
22060 \end_layout
22061
22062 \end_inset
22063 </cell>
22064 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
22065 \begin_inset Text
22066
22067 \begin_layout Plain Layout
22068 c
22069 \end_layout
22070
22071 \end_inset
22072 </cell>
22073 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
22074 \begin_inset Text
22075
22076 \begin_layout Plain Layout
22077 d
22078 \end_layout
22079
22080 \end_inset
22081 </cell>
22082 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
22083 \begin_inset Text
22084
22085 \begin_layout Plain Layout
22086 e
22087 \end_layout
22088
22089 \end_inset
22090 </cell>
22091 </row>
22092 </lyxtabular>
22093
22094 \end_inset
22095
22096
22097 \end_layout
22098
22099 \begin_layout Plain Layout
22100
22101 \end_layout
22102
22103 \end_inset
22104
22105
22106 \end_layout
22107
22108 \end_inset
22109
22110
22111 \end_layout
22112
22113 \begin_layout Section
22114 Flotantes adosados
22115 \begin_inset Index idx
22116 status collapsed
22117
22118 \begin_layout Plain Layout
22119 Flotantes ! Adosados
22120 \end_layout
22121
22122 \end_inset
22123
22124
22125 \end_layout
22126
22127 \begin_layout Standard
22128 Para colocar flotantes unos junto a otros, como en la figura
22129 \begin_inset space ~
22130 \end_inset
22131
22132
22133 \begin_inset CommandInset ref
22134 LatexCommand ref
22135 reference "fig:Flotante-izquierda"
22136
22137 \end_inset
22138
22139  y 
22140 \begin_inset CommandInset ref
22141 LatexCommand ref
22142 reference "fig:Flotante-derecha"
22143
22144 \end_inset
22145
22146 , se pone 
22147 \emph on
22148 un
22149 \emph default
22150  solo flotante.
22151  En él se insertan dos cuadros tipo minipágina.
22152 \begin_inset Foot
22153 status collapsed
22154
22155 \begin_layout Plain Layout
22156 Las minipáginas se explican en la sección
22157 \begin_inset space ~
22158 \end_inset
22159
22160
22161 \begin_inset CommandInset ref
22162 LatexCommand ref
22163 reference "sec:Minipáginas"
22164
22165 \end_inset
22166
22167 .
22168 \end_layout
22169
22170 \end_inset
22171
22172  La anchura de la columna se establece en 45-50
22173 \begin_inset space \thinspace{}
22174 \end_inset
22175
22176 % y la alineación en 
22177 \family sans
22178 Inferior
22179 \family default
22180  para cada minipágina.
22181  Las minipáginas contienen la imagen y su título, de igual forma que en
22182  los flotantes.
22183  La única diferencia es que el 
22184 \family sans
22185 Ancho
22186 \begin_inset space ~
22187 \end_inset
22188
22189 de
22190 \begin_inset space ~
22191 \end_inset
22192
22193 columna
22194 \begin_inset space ~
22195 \end_inset
22196
22197 %
22198 \family default
22199  de la imagen se calcula en este caso en relación a la anchura de la minipágina.
22200 \end_layout
22201
22202 \begin_layout Standard
22203 \begin_inset Float figure
22204 placement h
22205 wide false
22206 sideways false
22207 status open
22208
22209 \begin_layout Plain Layout
22210 \begin_inset Box Frameless
22211 position "b"
22212 hor_pos "c"
22213 has_inner_box 1
22214 inner_pos "t"
22215 use_parbox 0
22216 use_makebox 0
22217 width "45col%"
22218 special "none"
22219 height "1in"
22220 height_special "totalheight"
22221 status open
22222
22223 \begin_layout Plain Layout
22224 \align center
22225 \begin_inset Graphics
22226         filename ../clipart/mobius.eps
22227         lyxscale 50
22228         width 100col%
22229         scaleBeforeRotation
22230
22231 \end_inset
22232
22233
22234 \end_layout
22235
22236 \begin_layout Plain Layout
22237 \begin_inset Caption
22238
22239 \begin_layout Plain Layout
22240 \begin_inset CommandInset label
22241 LatexCommand label
22242 name "fig:Flotante-izquierda"
22243
22244 \end_inset
22245
22246 Flotante en el lado izquierdo.
22247 \end_layout
22248
22249 \end_inset
22250
22251
22252 \end_layout
22253
22254 \end_inset
22255
22256
22257 \begin_inset space \hfill{}
22258 \end_inset
22259
22260
22261 \begin_inset Box Frameless
22262 position "b"
22263 hor_pos "c"
22264 has_inner_box 1
22265 inner_pos "t"
22266 use_parbox 0
22267 use_makebox 0
22268 width "45col%"
22269 special "none"
22270 height "1in"
22271 height_special "totalheight"
22272 status open
22273
22274 \begin_layout Plain Layout
22275 \align center
22276 \begin_inset Graphics
22277         filename ../clipart/platypus.eps
22278         lyxscale 50
22279         width 100col%
22280         scaleBeforeRotation
22281
22282 \end_inset
22283
22284
22285 \end_layout
22286
22287 \begin_layout Plain Layout
22288 \begin_inset Caption
22289
22290 \begin_layout Plain Layout
22291 \begin_inset CommandInset label
22292 LatexCommand label
22293 name "fig:Flotante-derecha"
22294
22295 \end_inset
22296
22297 Flotante en el lado derecho.
22298 \end_layout
22299
22300 \end_inset
22301
22302
22303 \end_layout
22304
22305 \end_inset
22306
22307
22308 \end_layout
22309
22310 \end_inset
22311
22312
22313 \end_layout
22314
22315 \begin_layout Section
22316 Formato de las leyendas
22317 \begin_inset Index idx
22318 status collapsed
22319
22320 \begin_layout Plain Layout
22321 Leyendas ! Formato
22322 \end_layout
22323
22324 \end_inset
22325
22326
22327 \begin_inset Index idx
22328 status collapsed
22329
22330 \begin_layout Plain Layout
22331 Flotantes ! Formato de las leyendas
22332 \end_layout
22333
22334 \end_inset
22335
22336
22337 \begin_inset CommandInset label
22338 LatexCommand label
22339 name "sec:Formato-de-leyendas"
22340
22341 \end_inset
22342
22343
22344 \end_layout
22345
22346 \begin_layout Standard
22347 El entorno 
22348 \family sans
22349 Leyenda
22350 \family default
22351  es el predeterminado para los 
22352 \family sans
22353 Flotantes
22354 \family default
22355 .
22356  En LyX las leyendas se muestran como etiqueta, p.
22357 \begin_inset space \thinspace{}
22358 \end_inset
22359
22360 e.
22361 \begin_inset space ~
22362 \end_inset
22363
22364 «
22365 \family sans
22366 Figura #
22367 \family default
22368 :» seguida por el texto.
22369  «#» es el número real de referencia.
22370  Por omisión la etiqueta y el número usan la misma fuente que el texto de
22371  la leyenda y el signo dos puntos sigue al número para separar la etiqueta
22372  del texto.
22373  El entorno leyenda no es apropiado para todos los tipos de documento.
22374  
22375 \end_layout
22376
22377 \begin_layout Standard
22378 Para cambiar el formato predeterminado carga el paquete LaTeX 
22379 \series bold
22380 caption
22381 \series default
22382
22383 \begin_inset Index idx
22384 status collapsed
22385
22386 \begin_layout Plain Layout
22387 LaTeX-paquetes ! caption
22388 \end_layout
22389
22390 \end_inset
22391
22392  en el preámbulo del documento con la línea:
22393 \end_layout
22394
22395 \begin_layout Standard
22396
22397 \series bold
22398
22399 \backslash
22400 usepackage[definición de formato]{caption}
22401 \end_layout
22402
22403 \begin_layout Standard
22404 Para poner, por ejemplo, la etiqueta y el número en sans-serif negrita y
22405  las leyendas de tabla siempre sobre ella como en este documento, usa el
22406  comando:
22407 \end_layout
22408
22409 \begin_layout Standard
22410
22411 \series bold
22412
22413 \backslash
22414 usepackage[labelfont={bf,sf}, tableposition=top]{caption}
22415 \end_layout
22416
22417 \begin_layout Standard
22418 También puedes definir distintos formatos de leyenda para los distintos
22419  tipos de flotantes.
22420  En ese caso carga el paquete 
22421 \series bold
22422 caption
22423 \series default
22424  sin opciones específicas y define los distintos formatos con ayuda del
22425  comando
22426 \end_layout
22427
22428 \begin_layout Standard
22429
22430 \series bold
22431
22432 \backslash
22433 captionsetup[tipo de flotante]{definición de formato}
22434 \end_layout
22435
22436 \begin_layout Standard
22437 en el preámbulo del documento.
22438  Por ejemplo las leyendas de la Figura
22439 \begin_inset space ~
22440 \end_inset
22441
22442
22443 \begin_inset CommandInset ref
22444 LatexCommand ref
22445 reference "fig:Esto-es-una-fig"
22446
22447 \end_inset
22448
22449  y la tabla
22450 \begin_inset space ~
22451 \end_inset
22452
22453
22454 \begin_inset CommandInset ref
22455 LatexCommand ref
22456 reference "tab:Esto-es-una-tab"
22457
22458 \end_inset
22459
22460  pueden crearse usando los siguientes comandos en el preámbulo:
22461 \end_layout
22462
22463 \begin_layout Standard
22464
22465 \series bold
22466
22467 \backslash
22468 usepackage[tableposition=top]{caption}
22469 \series default
22470
22471 \begin_inset Newline newline
22472 \end_inset
22473
22474
22475 \series bold
22476
22477 \backslash
22478 captionsetup[figure]{labelfont={tt}, textfont=it, indention=1cm,%
22479 \begin_inset Newline newline
22480 \end_inset
22481
22482
22483 \begin_inset Phantom HPhantom
22484 status open
22485
22486 \begin_layout Plain Layout
22487
22488 \series bold
22489
22490 \backslash
22491 captionsetup[figure]{
22492 \end_layout
22493
22494 \end_inset
22495
22496 labelsep=period}
22497 \begin_inset Newline newline
22498 \end_inset
22499
22500
22501 \backslash
22502 captionsetup[table]{labelfont={bf,sf}}
22503 \end_layout
22504
22505 \begin_layout Standard
22506 \begin_inset Note Greyedout
22507 status open
22508
22509 \begin_layout Plain Layout
22510
22511 \series bold
22512 Nota: 
22513 \series default
22514 La opción 
22515 \series bold
22516 tableposition=top
22517 \series default
22518  no tiene efecto si se usa una clase de documento 
22519 \series bold
22520 KOMA-Script
22521 \series default
22522 .
22523  En este caso debe utilizarse la opción de clase de documento 
22524 \series bold
22525 tablecaptionabove
22526 \series default
22527 .
22528  
22529 \end_layout
22530
22531 \end_inset
22532
22533
22534 \end_layout
22535
22536 \begin_layout Standard
22537 Para más información sobre el paquete 
22538 \series bold
22539 caption
22540 \series default
22541  acude a su documentación 
22542 \begin_inset CommandInset citation
22543 LatexCommand cite
22544 key "caption"
22545
22546 \end_inset
22547
22548 .
22549 \end_layout
22550
22551 \begin_layout Standard
22552 Para cambiar el nombre de la etiqueta de «Figura» a «Imagen», p.
22553 \begin_inset space \thinspace{}
22554 \end_inset
22555
22556 e., usa el siguiente comando de preámbulo:
22557 \end_layout
22558
22559 \begin_layout Standard
22560
22561 \series bold
22562
22563 \backslash
22564 renewcommand{
22565 \backslash
22566 fnum@figure}{Imagen~
22567 \backslash
22568 thefigure}
22569 \end_layout
22570
22571 \begin_layout Standard
22572 donde 
22573 \series bold
22574
22575 \backslash
22576 thefigure
22577 \series default
22578  inserta el número de figura y «~» genera un espacio protegido.
22579
22580 \series bold
22581  
22582 \end_layout
22583
22584 \begin_layout Standard
22585 \begin_inset VSpace bigskip
22586 \end_inset
22587
22588 Si estás usando la clase de documento 
22589 \series bold
22590 KOMA-Script
22591 \series default
22592
22593 \begin_inset Index idx
22594 status collapsed
22595
22596 \begin_layout Plain Layout
22597 LaTeX-paquetes ! KOMA-Script
22598 \end_layout
22599
22600 \end_inset
22601
22602  (
22603 \family sans
22604 article (KOMA-Script)
22605 \family default
22606
22607 \family sans
22608 book (KOMA-Script)
22609 \family default
22610
22611 \family sans
22612 letter (KOMA-Script)
22613 \family default
22614 , o 
22615 \family sans
22616 report (KOMA-Script)
22617 \family default
22618
22619 \begin_inset space \thinspace{}
22620 \end_inset
22621
22622 ), puedes emplear en vez del paquete 
22623 \series bold
22624 caption
22625 \series default
22626  el comando 
22627 \series bold
22628
22629 \backslash
22630 setkomafont
22631 \series default
22632  incluido en 
22633 \series bold
22634 KOMA-Script
22635 \series default
22636 .
22637  Por ejemplo, para poner en negrita la etiqueta de la leyenda añade este
22638  comando en el preámbulo del documento:
22639 \end_layout
22640
22641 \begin_layout Standard
22642
22643 \series bold
22644
22645 \backslash
22646 setkomafont{captionlabel}{
22647 \backslash
22648 bfseries}
22649 \end_layout
22650
22651 \begin_layout Standard
22652 Más información sobre 
22653 \series bold
22654
22655 \backslash
22656 setkomafont
22657 \series default
22658  en la documentación de 
22659 \series bold
22660 KOMA-Script
22661 \series default
22662  
22663 \begin_inset CommandInset citation
22664 LatexCommand cite
22665 key "KOMA-Script"
22666
22667 \end_inset
22668
22669 .
22670 \end_layout
22671
22672 \begin_layout Standard
22673 \begin_inset ERT
22674 status collapsed
22675
22676 \begin_layout Plain Layout
22677
22678
22679 \backslash
22680 captionsetup[figure]{labelfont={tt}, textfont=it, indention=1cm, labelsep=period
22681 }
22682 \end_layout
22683
22684 \end_inset
22685
22686
22687 \begin_inset Note Note
22688 status collapsed
22689
22690 \begin_layout Plain Layout
22691 El formato de la leyenda se ha cambiado sólo para este ejemplo.
22692 \end_layout
22693
22694 \end_inset
22695
22696
22697 \end_layout
22698
22699 \begin_layout Standard
22700 \begin_inset Float figure
22701 placement !p
22702 wide false
22703 sideways false
22704 status open
22705
22706 \begin_layout Plain Layout
22707 \align center
22708 \begin_inset Graphics
22709         filename ../clipart/mobius.eps
22710         lyxscale 50
22711         scale 50
22712
22713 \end_inset
22714
22715
22716 \end_layout
22717
22718 \begin_layout Plain Layout
22719 \begin_inset Caption
22720
22721 \begin_layout Plain Layout
22722 \begin_inset CommandInset label
22723 LatexCommand label
22724 name "fig:Esto-es-una-fig"
22725
22726 \end_inset
22727
22728
22729 \begin_inset Argument
22730 status collapsed
22731
22732 \begin_layout Plain Layout
22733 Figura con leyenda muy larga
22734 \end_layout
22735
22736 \end_inset
22737
22738 Este es un ejemplo de figura con una leyenda que es mayor de una línea para
22739  mostrar el formato diferente.
22740  Aquí se usa una leyenda personalizada.
22741 \end_layout
22742
22743 \end_inset
22744
22745
22746 \end_layout
22747
22748 \end_inset
22749
22750
22751 \end_layout
22752
22753 \begin_layout Standard
22754 \begin_inset ERT
22755 status collapsed
22756
22757 \begin_layout Plain Layout
22758
22759
22760 \backslash
22761 captionsetup[figure]{labelfont={bf,sf}, textfont=rm, indention=0cm, labelsep=col
22762 on}
22763 \end_layout
22764
22765 \end_inset
22766
22767
22768 \end_layout
22769
22770 \begin_layout Standard
22771 \begin_inset Float table
22772 placement !p
22773 wide false
22774 sideways false
22775 status collapsed
22776
22777 \begin_layout Plain Layout
22778 \begin_inset Caption
22779
22780 \begin_layout Plain Layout
22781 \begin_inset CommandInset label
22782 LatexCommand label
22783 name "tab:Esto-es-una-tab"
22784
22785 \end_inset
22786
22787
22788 \begin_inset Argument
22789 status collapsed
22790
22791 \begin_layout Plain Layout
22792 Tabla con leyenda muy larga
22793 \end_layout
22794
22795 \end_inset
22796
22797 Este es un ejemplo de leyenda de tabla mayor que una línea para mostrar
22798  el formato diferente.
22799  Aquí se usa el formato de leyenda estándar para las tablas.
22800 \end_layout
22801
22802 \end_inset
22803
22804
22805 \end_layout
22806
22807 \begin_layout Plain Layout
22808 \align center
22809 \begin_inset Tabular
22810 <lyxtabular version="3" rows="1" columns="5">
22811 <features tabularvalignment="middle">
22812 <column alignment="center" valignment="top" width="0">
22813 <column alignment="center" valignment="top" width="0">
22814 <column alignment="center" valignment="top" width="0">
22815 <column alignment="center" valignment="top" width="0">
22816 <column alignment="center" valignment="top" width="0">
22817 <row>
22818 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
22819 \begin_inset Text
22820
22821 \begin_layout Plain Layout
22822 a
22823 \end_layout
22824
22825 \end_inset
22826 </cell>
22827 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
22828 \begin_inset Text
22829
22830 \begin_layout Plain Layout
22831 b
22832 \end_layout
22833
22834 \end_inset
22835 </cell>
22836 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
22837 \begin_inset Text
22838
22839 \begin_layout Plain Layout
22840 c
22841 \end_layout
22842
22843 \end_inset
22844 </cell>
22845 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
22846 \begin_inset Text
22847
22848 \begin_layout Plain Layout
22849 d
22850 \end_layout
22851
22852 \end_inset
22853 </cell>
22854 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
22855 \begin_inset Text
22856
22857 \begin_layout Plain Layout
22858 e
22859 \end_layout
22860
22861 \end_inset
22862 </cell>
22863 </row>
22864 </lyxtabular>
22865
22866 \end_inset
22867
22868
22869 \end_layout
22870
22871 \end_inset
22872
22873
22874 \end_layout
22875
22876 \begin_layout Section
22877 Colocación de leyendas
22878 \begin_inset Index idx
22879 status collapsed
22880
22881 \begin_layout Plain Layout
22882 Leyendas ! Colocación
22883 \end_layout
22884
22885 \end_inset
22886
22887
22888 \begin_inset Index idx
22889 status collapsed
22890
22891 \begin_layout Plain Layout
22892 Flotantes ! Colocación de leyendas
22893 \end_layout
22894
22895 \end_inset
22896
22897
22898 \begin_inset CommandInset label
22899 LatexCommand label
22900 name "sec:Colocación-de-leyendas"
22901
22902 \end_inset
22903
22904
22905 \end_layout
22906
22907 \begin_layout Standard
22908 La norma habitual para colocar las leyendas es:
22909 \end_layout
22910
22911 \begin_layout Description
22912 Figura: La leyenda al pie de la figura
22913 \end_layout
22914
22915 \begin_layout Description
22916 Tabla: La leyenda sobre la tabla
22917 \end_layout
22918
22919 \begin_layout Standard
22920 Desafortunadamente, las clases estándar de LaTeX no soportan leyendas sobre
22921  la tabla.
22922  Esto implica que si usas las clases de documento 
22923 \family sans
22924 article
22925 \family default
22926
22927 \family sans
22928 book
22929 \family default
22930
22931 \family sans
22932 letter
22933 \family default
22934 , o 
22935 \family sans
22936 report
22937 \family default
22938  no habrá espacio entre la leyenda y la tabla.
22939  Para insertar el espacio adecuado añade la siguiente opción al comando
22940  del paquete LaTeX 
22941 \series bold
22942 caption
22943 \series default
22944  en el preámbulo del documento:
22945 \begin_inset Foot
22946 status collapsed
22947
22948 \begin_layout Plain Layout
22949 Véase la sección
22950 \begin_inset space ~
22951 \end_inset
22952
22953
22954 \begin_inset CommandInset ref
22955 LatexCommand ref
22956 reference "sec:Formato-de-leyendas"
22957
22958 \end_inset
22959
22960  para más información sobre el paquete 
22961 \series bold
22962 caption
22963 \series default
22964 .
22965 \end_layout
22966
22967 \end_inset
22968
22969
22970 \end_layout
22971
22972 \begin_layout Standard
22973
22974 \series bold
22975 tableposition=top
22976 \end_layout
22977
22978 \begin_layout Standard
22979 Si estás usando la clase 
22980 \series bold
22981 KOMA-Script
22982 \series default
22983
22984 \begin_inset Index idx
22985 status collapsed
22986
22987 \begin_layout Plain Layout
22988 LaTeX-paquetes ! KOMA-Script
22989 \end_layout
22990
22991 \end_inset
22992
22993  (
22994 \family sans
22995 article (KOMA-Script)
22996 \family default
22997
22998 \family sans
22999 book (KOMA-Script)
23000 \family default
23001
23002 \family sans
23003 letter (KOMA-Script)
23004 \family default
23005 , o 
23006 \family sans
23007 report (KOMA-Script)
23008 \family default
23009
23010 \begin_inset space \thinspace{}
23011 \end_inset
23012
23013 ), en vez de 
23014 \series bold
23015 caption
23016 \series default
23017  puedes poner la opción 
23018 \series bold
23019 tablecaptionabove
23020 \series default
23021  de la clase de documento.
23022 \end_layout
23023
23024 \begin_layout Standard
23025 \begin_inset VSpace bigskip
23026 \end_inset
23027
23028 También es posible poner la leyenda junto a una figura o tabla.
23029  Para conseguirlo hay que cargar el paquete LaTeX 
23030 \series bold
23031 sidecap
23032 \series default
23033
23034 \begin_inset Index idx
23035 status collapsed
23036
23037 \begin_layout Plain Layout
23038 LaTeX-paquetes ! sidecap
23039 \end_layout
23040
23041 \end_inset
23042
23043  añadiendo en el preámbulo del documento la línea
23044 \end_layout
23045
23046 \begin_layout Standard
23047
23048 \series bold
23049
23050 \backslash
23051 usepackage[option]{sidecap}
23052 \end_layout
23053
23054 \begin_layout Standard
23055 Si no se especifica opción, la leyenda se ubica del lado del margen externo
23056  de la página —a la derecha en páginas impares, a la izquierda en las pares—.
23057  Puedes cambiar la colocación al margen interno con la opción 
23058 \series bold
23059 innercaption
23060 \series default
23061 .
23062  Para forzar la ubicación siempre a la derecha o a la izquierda, usa las
23063  opciones 
23064 \series bold
23065 rightcaption
23066 \series default
23067  o 
23068 \series bold
23069 leftcaption
23070 \series default
23071 , respectivamente.
23072 \end_layout
23073
23074 \begin_layout Standard
23075 \begin_inset ERT
23076 status collapsed
23077
23078 \begin_layout Plain Layout
23079
23080
23081 \backslash
23082 ifsidecap
23083 \end_layout
23084
23085 \end_inset
23086
23087
23088 \begin_inset Note Note
23089 status collapsed
23090
23091 \begin_layout Plain Layout
23092 La siguiente sección sólo se mostrará en pantalla si está instalado el paquete
23093  LaTeX 
23094 \series bold
23095 sidecap
23096 \series default
23097 .
23098 \end_layout
23099
23100 \end_inset
23101
23102
23103 \end_layout
23104
23105 \begin_layout Standard
23106 Para situar en LyX la leyenda de un flotante al lado, es necesario añadir
23107  estos comandos al preámbulo del documento:
23108 \end_layout
23109
23110 \begin_layout Standard
23111 \noindent
23112 \begin_inset CommandInset line
23113 LatexCommand rule
23114 offset "0.5ex"
23115 width "100line%"
23116 height "1pt"
23117
23118 \end_inset
23119
23120
23121 \end_layout
23122
23123 \begin_layout Standard
23124
23125 \series bold
23126
23127 \backslash
23128 newcommand{
23129 \backslash
23130 TabBesBeg}{%
23131 \begin_inset Newline newline
23132 \end_inset
23133
23134
23135 \begin_inset Phantom HPhantom
23136 status open
23137
23138 \begin_layout Plain Layout
23139
23140 \series bold
23141 \begin_inset space ~
23142 \end_inset
23143
23144
23145 \end_layout
23146
23147 \end_inset
23148
23149
23150 \backslash
23151 let
23152 \backslash
23153 MyTable
23154 \backslash
23155 table
23156 \begin_inset Newline newline
23157 \end_inset
23158
23159
23160 \begin_inset Phantom HPhantom
23161 status open
23162
23163 \begin_layout Plain Layout
23164
23165 \series bold
23166 \begin_inset space ~
23167 \end_inset
23168
23169
23170 \end_layout
23171
23172 \end_inset
23173
23174
23175 \backslash
23176 let
23177 \backslash
23178 MyEndtable
23179 \backslash
23180 endtable
23181 \begin_inset Newline newline
23182 \end_inset
23183
23184
23185 \begin_inset Phantom HPhantom
23186 status open
23187
23188 \begin_layout Plain Layout
23189
23190 \series bold
23191 \begin_inset space ~
23192 \end_inset
23193
23194
23195 \end_layout
23196
23197 \end_inset
23198
23199
23200 \backslash
23201 renewenvironment{table}{
23202 \backslash
23203 begin{SCtable}}{
23204 \backslash
23205 end{SCtable}}}
23206 \end_layout
23207
23208 \begin_layout Standard
23209
23210 \series bold
23211
23212 \backslash
23213 newcommand{
23214 \backslash
23215 TabBesEnd}{%
23216 \begin_inset Newline newline
23217 \end_inset
23218
23219
23220 \begin_inset Phantom HPhantom
23221 status open
23222
23223 \begin_layout Plain Layout
23224
23225 \series bold
23226 \begin_inset space ~
23227 \end_inset
23228
23229
23230 \end_layout
23231
23232 \end_inset
23233
23234
23235 \backslash
23236 let
23237 \backslash
23238 table
23239 \backslash
23240 MyTable
23241 \begin_inset Newline newline
23242 \end_inset
23243
23244
23245 \begin_inset Phantom HPhantom
23246 status open
23247
23248 \begin_layout Plain Layout
23249
23250 \series bold
23251 \begin_inset space ~
23252 \end_inset
23253
23254
23255 \end_layout
23256
23257 \end_inset
23258
23259
23260 \backslash
23261 let
23262 \backslash
23263 endtable
23264 \backslash
23265 MyEndtable
23266 \end_layout
23267
23268 \begin_layout Standard
23269
23270 \series bold
23271
23272 \backslash
23273 newcommand{
23274 \backslash
23275 FigBesBeg}{%
23276 \begin_inset Newline newline
23277 \end_inset
23278
23279
23280 \begin_inset Phantom HPhantom
23281 status open
23282
23283 \begin_layout Plain Layout
23284
23285 \series bold
23286 \begin_inset space ~
23287 \end_inset
23288
23289
23290 \end_layout
23291
23292 \end_inset
23293
23294
23295 \backslash
23296 let
23297 \backslash
23298 MyFigure
23299 \backslash
23300 figure
23301 \begin_inset Newline newline
23302 \end_inset
23303
23304
23305 \begin_inset Phantom HPhantom
23306 status open
23307
23308 \begin_layout Plain Layout
23309
23310 \series bold
23311 \begin_inset space ~
23312 \end_inset
23313
23314
23315 \end_layout
23316
23317 \end_inset
23318
23319
23320 \backslash
23321 let
23322 \backslash
23323 MyEndfigure
23324 \backslash
23325 endfigure
23326 \begin_inset Newline newline
23327 \end_inset
23328
23329
23330 \begin_inset Phantom HPhantom
23331 status open
23332
23333 \begin_layout Plain Layout
23334
23335 \series bold
23336 \begin_inset space ~
23337 \end_inset
23338
23339
23340 \end_layout
23341
23342 \end_inset
23343
23344
23345 \backslash
23346 renewenvironment{figure}{
23347 \backslash
23348 begin{SCfigure}}{
23349 \backslash
23350 end{SCfigure}}}
23351 \end_layout
23352
23353 \begin_layout Standard
23354
23355 \series bold
23356
23357 \backslash
23358 newcommand{
23359 \backslash
23360 FigBesEnd}{%
23361 \begin_inset Newline newline
23362 \end_inset
23363
23364
23365 \begin_inset Phantom HPhantom
23366 status open
23367
23368 \begin_layout Plain Layout
23369
23370 \series bold
23371 \begin_inset space ~
23372 \end_inset
23373
23374
23375 \end_layout
23376
23377 \end_inset
23378
23379
23380 \backslash
23381 let
23382 \backslash
23383 figure
23384 \backslash
23385 MyFigure
23386 \begin_inset Newline newline
23387 \end_inset
23388
23389
23390 \begin_inset Phantom HPhantom
23391 status open
23392
23393 \begin_layout Plain Layout
23394
23395 \series bold
23396 \begin_inset space ~
23397 \end_inset
23398
23399
23400 \end_layout
23401
23402 \end_inset
23403
23404
23405 \backslash
23406 let
23407 \backslash
23408 endfigure
23409 \backslash
23410 MyEndfigure}
23411 \end_layout
23412
23413 \begin_layout Standard
23414 \noindent
23415 \begin_inset CommandInset line
23416 LatexCommand rule
23417 offset "0.5ex"
23418 width "100line%"
23419 height "1pt"
23420
23421 \end_inset
23422
23423
23424 \end_layout
23425
23426 \begin_layout Standard
23427 Estos comandos permiten redefinir los flotantes de modo que la leyenda aparezca
23428  en un lado.
23429  Para figuras flotantes usa el comando
23430 \end_layout
23431
23432 \begin_layout Standard
23433
23434 \series bold
23435
23436 \backslash
23437 FigBesBeg
23438 \end_layout
23439
23440 \begin_layout Standard
23441 en código TeX antes del flotante.
23442  Detrás del flotante inserta
23443 \end_layout
23444
23445 \begin_layout Standard
23446
23447 \series bold
23448
23449 \backslash
23450 FigBesEnd
23451 \end_layout
23452
23453 \begin_layout Standard
23454 en código TeX para volver a la definición original de flotantes.
23455 \end_layout
23456
23457 \begin_layout Standard
23458 Para tablas flotantes usa los comandos correspondientes
23459 \end_layout
23460
23461 \begin_layout Standard
23462
23463 \series bold
23464
23465 \backslash
23466 TabBesBeg
23467 \series default
23468  y 
23469 \series bold
23470
23471 \backslash
23472 TabBesEnd
23473 \end_layout
23474
23475 \begin_layout Standard
23476 La figura
23477 \begin_inset space ~
23478 \end_inset
23479
23480
23481 \begin_inset CommandInset ref
23482 LatexCommand ref
23483 reference "fig:encab-al-lado"
23484
23485 \end_inset
23486
23487  y la tabla
23488 \begin_inset space ~
23489 \end_inset
23490
23491
23492 \begin_inset CommandInset ref
23493 LatexCommand ref
23494 reference "tab:encab-al-lado"
23495
23496 \end_inset
23497
23498  son ejemplos en los que el título se sitúa al lado.
23499 \end_layout
23500
23501 \begin_layout Standard
23502 En los ejemplos puedes ver que el texto del título aparece encima del flotante
23503  en tablas flotantes y debajo en las figuras flotantes.
23504  Para cambiarlo, puedes usar el comando
23505 \end_layout
23506
23507 \begin_layout Standard
23508
23509 \series bold
23510
23511 \backslash
23512 sidecaptionvpos{tipo de flotante}{colocación}
23513 \end_layout
23514
23515 \begin_layout Standard
23516 en el preámbulo o en código TeX antes del flotante.
23517  El tipo de flotante es 
23518 \family sans
23519 figure
23520 \family default
23521  o 
23522 \family sans
23523 table
23524 \family default
23525 , la colocación puede ser «
23526 \family sans
23527 t
23528 \family default
23529 » por «top» (arriba), «
23530 \family sans
23531 c
23532 \family default
23533 » por «center» (centro), o «
23534 \family sans
23535 b
23536 \family default
23537 » por «bottom» (abajo).
23538  Para tener, por ejemplo, el título de figuras flotantes verticalmente centrado,
23539  usa el comando
23540 \end_layout
23541
23542 \begin_layout Standard
23543
23544 \series bold
23545
23546 \backslash
23547 sidecaptionvpos{figure}{c}
23548 \end_layout
23549
23550 \begin_layout Standard
23551 Esto se ha hecho en la figura
23552 \begin_inset space ~
23553 \end_inset
23554
23555
23556 \begin_inset CommandInset ref
23557 LatexCommand ref
23558 reference "fig:encab-al-lado-de-fig"
23559
23560 \end_inset
23561
23562 .
23563 \end_layout
23564
23565 \begin_layout Standard
23566 \begin_inset VSpace medskip
23567 \end_inset
23568
23569 Más información sobre el paquete 
23570 \series bold
23571 sidecap
23572 \series default
23573  en su documentación 
23574 \begin_inset CommandInset citation
23575 LatexCommand cite
23576 key "sidecap"
23577
23578 \end_inset
23579
23580 .
23581 \end_layout
23582
23583 \begin_layout Standard
23584 \begin_inset Note Greyedout
23585 status open
23586
23587 \begin_layout Plain Layout
23588
23589 \series bold
23590 Nota:
23591 \series default
23592  El paquete LaTeX 
23593 \series bold
23594 hypcap
23595 \series default
23596
23597 \begin_inset Index idx
23598 status collapsed
23599
23600 \begin_layout Plain Layout
23601 LaTeX-paquetes ! hypcap
23602 \end_layout
23603
23604 \end_inset
23605
23606 , descrito en la sección
23607 \begin_inset space ~
23608 \end_inset
23609
23610
23611 \begin_inset CommandInset ref
23612 LatexCommand ref
23613 reference "sub:Colocación-de-Referencias"
23614
23615 \end_inset
23616
23617 , no afecta a flotantes con la leyenda al lado.
23618 \end_layout
23619
23620 \end_inset
23621
23622
23623 \end_layout
23624
23625 \begin_layout Standard
23626 \begin_inset ERT
23627 status collapsed
23628
23629 \begin_layout Plain Layout
23630
23631
23632 \backslash
23633 FigBesBeg 
23634 \end_layout
23635
23636 \end_inset
23637
23638
23639 \end_layout
23640
23641 \begin_layout Standard
23642 \begin_inset Float figure
23643 wide false
23644 sideways false
23645 status open
23646
23647 \begin_layout Plain Layout
23648 \begin_inset Graphics
23649         filename ../clipart/escher-lsd.eps
23650         scale 75
23651
23652 \end_inset
23653
23654
23655 \end_layout
23656
23657 \begin_layout Plain Layout
23658 \begin_inset Caption
23659
23660 \begin_layout Plain Layout
23661 \begin_inset CommandInset label
23662 LatexCommand label
23663 name "fig:encab-al-lado"
23664
23665 \end_inset
23666
23667 Leyenda al lado de una figura.
23668 \end_layout
23669
23670 \end_inset
23671
23672
23673 \end_layout
23674
23675 \end_inset
23676
23677
23678 \end_layout
23679
23680 \begin_layout Standard
23681 \begin_inset ERT
23682 status collapsed
23683
23684 \begin_layout Plain Layout
23685
23686
23687 \backslash
23688 TabBesBeg 
23689 \end_layout
23690
23691 \end_inset
23692
23693
23694 \end_layout
23695
23696 \begin_layout Standard
23697 \begin_inset Float table
23698 wide false
23699 sideways false
23700 status open
23701
23702 \begin_layout Plain Layout
23703 \begin_inset Caption
23704
23705 \begin_layout Plain Layout
23706 \begin_inset CommandInset label
23707 LatexCommand label
23708 name "tab:encab-al-lado"
23709
23710 \end_inset
23711
23712 Leyenda al lado de una tabla.
23713 \end_layout
23714
23715 \end_inset
23716
23717
23718 \end_layout
23719
23720 \begin_layout Plain Layout
23721 \begin_inset Tabular
23722 <lyxtabular version="3" rows="4" columns="5">
23723 <features tabularvalignment="middle">
23724 <column alignment="center" valignment="top" width="0">
23725 <column alignment="center" valignment="top" width="0">
23726 <column alignment="center" valignment="top" width="0">
23727 <column alignment="center" valignment="top" width="0">
23728 <column alignment="center" valignment="top" width="0">
23729 <row>
23730 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23731 \begin_inset Text
23732
23733 \begin_layout Plain Layout
23734 a
23735 \end_layout
23736
23737 \end_inset
23738 </cell>
23739 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23740 \begin_inset Text
23741
23742 \begin_layout Plain Layout
23743
23744 \end_layout
23745
23746 \end_inset
23747 </cell>
23748 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23749 \begin_inset Text
23750
23751 \begin_layout Plain Layout
23752 b
23753 \end_layout
23754
23755 \end_inset
23756 </cell>
23757 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23758 \begin_inset Text
23759
23760 \begin_layout Plain Layout
23761
23762 \end_layout
23763
23764 \end_inset
23765 </cell>
23766 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23767 \begin_inset Text
23768
23769 \begin_layout Plain Layout
23770 c
23771 \end_layout
23772
23773 \end_inset
23774 </cell>
23775 </row>
23776 <row>
23777 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23778 \begin_inset Text
23779
23780 \begin_layout Plain Layout
23781
23782 \end_layout
23783
23784 \end_inset
23785 </cell>
23786 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23787 \begin_inset Text
23788
23789 \begin_layout Plain Layout
23790 d
23791 \end_layout
23792
23793 \end_inset
23794 </cell>
23795 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23796 \begin_inset Text
23797
23798 \begin_layout Plain Layout
23799
23800 \end_layout
23801
23802 \end_inset
23803 </cell>
23804 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23805 \begin_inset Text
23806
23807 \begin_layout Plain Layout
23808 e
23809 \end_layout
23810
23811 \end_inset
23812 </cell>
23813 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23814 \begin_inset Text
23815
23816 \begin_layout Plain Layout
23817
23818 \end_layout
23819
23820 \end_inset
23821 </cell>
23822 </row>
23823 <row>
23824 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23825 \begin_inset Text
23826
23827 \begin_layout Plain Layout
23828 f
23829 \end_layout
23830
23831 \end_inset
23832 </cell>
23833 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23834 \begin_inset Text
23835
23836 \begin_layout Plain Layout
23837
23838 \end_layout
23839
23840 \end_inset
23841 </cell>
23842 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23843 \begin_inset Text
23844
23845 \begin_layout Plain Layout
23846 g
23847 \end_layout
23848
23849 \end_inset
23850 </cell>
23851 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23852 \begin_inset Text
23853
23854 \begin_layout Plain Layout
23855
23856 \end_layout
23857
23858 \end_inset
23859 </cell>
23860 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23861 \begin_inset Text
23862
23863 \begin_layout Plain Layout
23864 h
23865 \end_layout
23866
23867 \end_inset
23868 </cell>
23869 </row>
23870 <row>
23871 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
23872 \begin_inset Text
23873
23874 \begin_layout Plain Layout
23875
23876 \end_layout
23877
23878 \end_inset
23879 </cell>
23880 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
23881 \begin_inset Text
23882
23883 \begin_layout Plain Layout
23884 i
23885 \end_layout
23886
23887 \end_inset
23888 </cell>
23889 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
23890 \begin_inset Text
23891
23892 \begin_layout Plain Layout
23893
23894 \end_layout
23895
23896 \end_inset
23897 </cell>
23898 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
23899 \begin_inset Text
23900
23901 \begin_layout Plain Layout
23902 j
23903 \end_layout
23904
23905 \end_inset
23906 </cell>
23907 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
23908 \begin_inset Text
23909
23910 \begin_layout Plain Layout
23911
23912 \end_layout
23913
23914 \end_inset
23915 </cell>
23916 </row>
23917 </lyxtabular>
23918
23919 \end_inset
23920
23921
23922 \end_layout
23923
23924 \end_inset
23925
23926
23927 \end_layout
23928
23929 \begin_layout Standard
23930 \begin_inset ERT
23931 status collapsed
23932
23933 \begin_layout Plain Layout
23934
23935
23936 \backslash
23937 TabBesEnd
23938 \end_layout
23939
23940 \end_inset
23941
23942
23943 \end_layout
23944
23945 \begin_layout Standard
23946 \begin_inset ERT
23947 status collapsed
23948
23949 \begin_layout Plain Layout
23950
23951
23952 \backslash
23953 sidecaptionvpos{figure}{c}
23954 \end_layout
23955
23956 \end_inset
23957
23958
23959 \begin_inset Float figure
23960 wide false
23961 sideways false
23962 status open
23963
23964 \begin_layout Plain Layout
23965 \begin_inset Graphics
23966         filename ../clipart/escher-lsd.eps
23967         scale 75
23968
23969 \end_inset
23970
23971
23972 \end_layout
23973
23974 \begin_layout Plain Layout
23975 \begin_inset Caption
23976
23977 \begin_layout Plain Layout
23978 \begin_inset CommandInset label
23979 LatexCommand label
23980 name "fig:encab-al-lado-de-fig"
23981
23982 \end_inset
23983
23984 Leyenda centrada verticalmente junto a una figura.
23985 \end_layout
23986
23987 \end_inset
23988
23989
23990 \end_layout
23991
23992 \end_inset
23993
23994
23995 \end_layout
23996
23997 \begin_layout Standard
23998 \begin_inset ERT
23999 status collapsed
24000
24001 \begin_layout Plain Layout
24002
24003
24004 \backslash
24005 FigBesEnd
24006 \end_layout
24007
24008 \end_inset
24009
24010
24011 \end_layout
24012
24013 \begin_layout Standard
24014 \begin_inset ERT
24015 status collapsed
24016
24017 \begin_layout Plain Layout
24018
24019
24020 \backslash
24021 else
24022 \end_layout
24023
24024 \end_inset
24025
24026
24027 \begin_inset Note Note
24028 status collapsed
24029
24030 \begin_layout Plain Layout
24031 Lo siguiente se mostrará en pantalla si no está instalado el paquete LaTeX
24032  
24033 \series bold
24034 sidecap
24035 \series default
24036 .
24037 \end_layout
24038
24039 \end_inset
24040
24041
24042 \end_layout
24043
24044 \begin_layout Standard
24045 Debes instalar el paquete LaTeX 
24046 \series bold
24047 sidecap
24048 \series default
24049  para ver la parte siguiente en la salida.
24050 \end_layout
24051
24052 \begin_layout Standard
24053 \begin_inset ERT
24054 status collapsed
24055
24056 \begin_layout Plain Layout
24057
24058
24059 \backslash
24060 fi
24061 \end_layout
24062
24063 \end_inset
24064
24065
24066 \end_layout
24067
24068 \begin_layout Section
24069 Índice de flotantes
24070 \begin_inset Index idx
24071 status collapsed
24072
24073 \begin_layout Plain Layout
24074 Flotantes ! Índice de
24075 \end_layout
24076
24077 \end_inset
24078
24079
24080 \end_layout
24081
24082 \begin_layout Standard
24083 Igual que en el índice general se listan las secciones del documento, hay
24084  índices para todos los tipos de flotantes, como las figuras.
24085  Se pueden insertar mediante los submenús 
24086 \family sans
24087 Insertar\SpecialChar \menuseparator
24088 Lista
24089 \begin_inset space \thinspace{}
24090 \end_inset
24091
24092 /
24093 \begin_inset space \thinspace{}
24094 \end_inset
24095
24096 Índice
24097 \family default
24098 .
24099 \end_layout
24100
24101 \begin_layout Standard
24102 Las entradas de los índices son las leyendas del flotante o su título breve,
24103  el número de flotante y el número de la página del documento en la que
24104  aparecen.
24105 \end_layout
24106
24107 \begin_layout Standard
24108 Puedes encontrar los índices de figuras y tablas al final de este documento.
24109 \end_layout
24110
24111 \begin_layout Chapter
24112 Notas
24113 \end_layout
24114
24115 \begin_layout Section
24116 Notas en LyX
24117 \begin_inset Index idx
24118 status collapsed
24119
24120 \begin_layout Plain Layout
24121 Notas ! en LyX
24122 \end_layout
24123
24124 \end_inset
24125
24126
24127 \end_layout
24128
24129 \begin_layout Standard
24130 Las notas se insertan con el botón 
24131 \begin_inset Graphics
24132         filename ../../images/note-insert.png
24133         scale 85
24134
24135 \end_inset
24136
24137  o con el menú 
24138 \family sans
24139 Insertar\SpecialChar \menuseparator
24140 Nota
24141 \family default
24142 .
24143  Hay cinco tipos de notas:
24144 \end_layout
24145
24146 \begin_layout Description
24147 Nota
24148 \begin_inset space ~
24149 \end_inset
24150
24151 LyX Este tipo es para notas internas que no han de aparecer en la salida.
24152  Su cuadro se muestra como este:
24153 \begin_inset Newline newline
24154 \end_inset
24155
24156
24157 \begin_inset Newline newline
24158 \end_inset
24159
24160
24161 \begin_inset Graphics
24162         filename clipart/NotaLyXImagenQt4.png
24163         display false
24164         scale 75
24165
24166 \end_inset
24167
24168  
24169 \begin_inset Note Note
24170 status collapsed
24171
24172 \begin_layout Plain Layout
24173 Este es un texto en un recuadro que no se muestra en la salida.
24174 \end_layout
24175
24176 \end_inset
24177
24178
24179 \end_layout
24180
24181 \begin_layout Description
24182 Comentario Esta nota tampoco se muestra en la salida pero aparece como un
24183  comentario de LaTeX, cuando exportas el documento a LaTeX vía menú 
24184 \family sans
24185 Archivo\SpecialChar \menuseparator
24186 Exportar\SpecialChar \menuseparator
24187 LaTeX (pdflatex) / (plain)
24188 \family default
24189 .
24190  Su recuadro se ve así:
24191 \begin_inset Newline newline
24192 \end_inset
24193
24194
24195 \begin_inset Newline newline
24196 \end_inset
24197
24198
24199 \begin_inset Graphics
24200         filename clipart/ComentNotaImagenQt4.png
24201         display false
24202         scale 75
24203
24204 \end_inset
24205
24206  
24207 \begin_inset Note Comment
24208 status collapsed
24209
24210 \begin_layout Plain Layout
24211 Una nota comentario que sólo aparece como comentario en archivos LaTeX.
24212 \end_layout
24213
24214 \end_inset
24215
24216
24217 \end_layout
24218
24219 \begin_layout Description
24220 Resaltado
24221 \begin_inset space ~
24222 \end_inset
24223
24224 en
24225 \begin_inset space ~
24226 \end_inset
24227
24228 gris Esta nota aparece en la salida como texto resaltado en gris.
24229  Su recuadro se parece a este:
24230 \begin_inset Newline newline
24231 \end_inset
24232
24233
24234 \begin_inset Newline newline
24235 \end_inset
24236
24237
24238 \begin_inset Graphics
24239         filename clipart/GrisNotaImagenQt4.png
24240         display false
24241         scale 75
24242
24243 \end_inset
24244
24245
24246 \begin_inset Newline newline
24247 \end_inset
24248
24249
24250 \begin_inset ERT
24251 status collapsed
24252
24253 \begin_layout Plain Layout
24254
24255
24256 \backslash
24257 renewenvironment{lyxgreyedout}
24258 \end_layout
24259
24260 \begin_layout Plain Layout
24261
24262 {
24263 \backslash
24264 textcolor[gray]{0.8}
24265 \backslash
24266 bgroup}{
24267 \backslash
24268 egroup}
24269 \end_layout
24270
24271 \end_inset
24272
24273
24274 \begin_inset Note Greyedout
24275 status open
24276
24277 \begin_layout Plain Layout
24278 Este es el texto
24279 \begin_inset Foot
24280 status collapsed
24281
24282 \begin_layout Plain Layout
24283 Esto es un ejemplo de nota al pie en una nota resaltada en gris.
24284 \end_layout
24285
24286 \end_inset
24287
24288  de un comentario que se muestra resaltado en gris.
24289 \end_layout
24290
24291 \end_inset
24292
24293
24294 \begin_inset ERT
24295 status collapsed
24296
24297 \begin_layout Plain Layout
24298
24299
24300 \backslash
24301 renewenvironment{lyxgreyedout}
24302 \end_layout
24303
24304 \begin_layout Plain Layout
24305
24306 {
24307 \backslash
24308 textcolor{blue}
24309 \backslash
24310 bgroup}{
24311 \backslash
24312 egroup}
24313 \end_layout
24314
24315 \end_inset
24316
24317
24318 \begin_inset Note Note
24319 status collapsed
24320
24321 \begin_layout Plain Layout
24322 La nota resaltada en gris se ha redefinido aquí para mostrarla con la definición
24323  original de LyX, ya que en el preámbulo de este documento se han redefinido
24324  estas notas para que salgan en azul, como se indica más adelante.
24325 \end_layout
24326
24327 \end_inset
24328
24329
24330 \begin_inset Newline newline
24331 \end_inset
24332
24333
24334 \begin_inset Newline newline
24335 \end_inset
24336
24337 Como se ve en el ejemplo, la primera línea de las notas resaltadas en gris
24338  está un poco sangrada, y por otra parte pueden tener notas al pie.
24339 \end_layout
24340
24341 \begin_layout Standard
24342 \begin_inset VSpace bigskip
24343 \end_inset
24344
24345 Si usas el botón de la barra de herramientas 
24346 \begin_inset Graphics
24347         filename ../../images/note-insert.png
24348         scale 85
24349
24350 \end_inset
24351
24352  para insertar notas, se inserta una 
24353 \family sans
24354 Nota
24355 \begin_inset space ~
24356 \end_inset
24357
24358 LyX
24359 \family default
24360 .
24361  Puedes cambiar entre los cinco tipos de nota con clic derecho sobre el
24362  recuadro.
24363  
24364 \family roman
24365 \series medium
24366 \bar no
24367 Si quieres convertir un texto presente a nota, márcalo y pincha sobre el
24368  botón de herramienta 
24369 \family sans
24370 \series default
24371 \bar default
24372 Nota
24373 \family default
24374 .
24375  Para cambiar una nota a texto, pulsa la tecla 
24376 \family sans
24377 Retroceso
24378 \family default
24379  cuando el cursor está en la primera posición de una nota, o la tecla 
24380 \family sans
24381 Supr
24382 \family default
24383  cuando el cursor está en la última posición de la nota, respectivamente.
24384 \end_layout
24385
24386 \begin_layout Standard
24387 \begin_inset VSpace bigskip
24388 \end_inset
24389
24390 Se puede cambiar el color del 
24391 \family sans
24392 Resaltado en gris
24393 \family default
24394  poniendo en el preámbulo el comando:
24395 \end_layout
24396
24397 \begin_layout Standard
24398
24399 \series bold
24400
24401 \backslash
24402 renewenvironment{lyxgreyedout}
24403 \begin_inset Newline newline
24404 \end_inset
24405
24406
24407 \begin_inset Phantom HPhantom
24408 status open
24409
24410 \begin_layout Plain Layout
24411
24412 \series bold
24413 \begin_inset space ~
24414 \end_inset
24415
24416
24417 \end_layout
24418
24419 \end_inset
24420
24421 {
24422 \backslash
24423 textcolor{color}
24424 \backslash
24425 bgroup}{
24426 \backslash
24427 egroup}
24428 \end_layout
24429
24430 \begin_layout Standard
24431 Los colores disponibles y el método para definir nuestros propios colores
24432  se explica en la sección
24433 \begin_inset space ~
24434 \end_inset
24435
24436
24437 \begin_inset CommandInset ref
24438 LatexCommand ref
24439 reference "sec:Tablas-Coloreadas"
24440
24441 \end_inset
24442
24443 .
24444 \end_layout
24445
24446 \begin_layout Standard
24447 Las notas en azul en este documento se han hecho con notas del tipo 
24448 \family sans
24449 Resaltado en gris
24450 \family default
24451  pero definiendo el color del texto en azul.
24452 \end_layout
24453
24454 \begin_layout Section
24455 Notas al pie
24456 \begin_inset CommandInset label
24457 LatexCommand label
24458 name "sec:Notas-al-pie"
24459
24460 \end_inset
24461
24462
24463 \begin_inset Index idx
24464 status collapsed
24465
24466 \begin_layout Plain Layout
24467 Notas ! al pie
24468 \end_layout
24469
24470 \end_inset
24471
24472
24473 \begin_inset Index idx
24474 status collapsed
24475
24476 \begin_layout Plain Layout
24477 Notas al pie
24478 \end_layout
24479
24480 \end_inset
24481
24482
24483 \end_layout
24484
24485 \begin_layout Standard
24486 Las notas al pie se insertan con el botón 
24487 \begin_inset Graphics
24488         filename ../../images/footnote-insert.png
24489         scale 85
24490
24491 \end_inset
24492
24493  o el menú 
24494 \family sans
24495 Insertar\SpecialChar \menuseparator
24496 Nota
24497 \begin_inset space ~
24498 \end_inset
24499
24500 al
24501 \begin_inset space ~
24502 \end_inset
24503
24504 pie
24505 \family default
24506 .
24507  
24508 \family roman
24509 \series medium
24510 \bar no
24511 Aparece un recuadro como este:
24512 \family default
24513 \series default
24514 \bar default
24515  
24516 \begin_inset Graphics
24517         filename clipart/notapieQt4.png
24518         scale 80
24519
24520 \end_inset
24521
24522  
24523 \family roman
24524 \series medium
24525 \bar no
24526 donde puedes introducir el texto.
24527  Si quieres convertir un texto existente en nota al pie, márcalo y pincha
24528  sobre el
24529 \family default
24530 \series default
24531 \bar default
24532  
24533 \family roman
24534 \series medium
24535 \bar no
24536 botón
24537 \family default
24538 \series default
24539 \bar default
24540 .
24541  Para cambiar una nota al pie a texto, pulsa la tecla 
24542 \family sans
24543 Retroceso
24544 \family default
24545  cuando el cursor está en la primera posición de la nota al pie, o la tecla
24546  
24547 \family sans
24548 Supr
24549 \family default
24550  cuando el cursor está en la última posición de la nota, respectivamente.
24551 \end_layout
24552
24553 \begin_layout Standard
24554 Aquí hay un ejemplo de nota al pie:
24555 \family roman
24556 \series medium
24557 \bar no
24558
24559 \begin_inset Foot
24560 status collapsed
24561
24562 \begin_layout Plain Layout
24563 \begin_inset CommandInset label
24564 LatexCommand label
24565 name "pie:Esto-es-una"
24566
24567 \end_inset
24568
24569 Ejemplo de nota al pie.
24570 \end_layout
24571
24572 \end_inset
24573
24574
24575 \family default
24576 \series default
24577 \bar default
24578
24579 \begin_inset ERT
24580 status collapsed
24581
24582 \begin_layout Plain Layout
24583
24584
24585 \backslash
24586 newcounter{MyRepeatFoot}
24587 \end_layout
24588
24589 \begin_layout Plain Layout
24590
24591
24592 \backslash
24593 setcounter{MyRepeatFoot}{
24594 \backslash
24595 thefootnote}
24596 \end_layout
24597
24598 \end_inset
24599
24600
24601 \end_layout
24602
24603 \begin_layout Standard
24604 En la salida, el pie se muestra como número voladito en el lugar del texto
24605  donde se coloca el recuadro.
24606  El texto se coloca al final de la página actual.
24607  Los números de las notas son calculados por LaTeX, y son consecutivos.
24608  Si comienza o no el recuento en cada capítulo depende de la clase de documento.
24609 \end_layout
24610
24611 \begin_layout Standard
24612 Las notas al pie pueden referenciarse como flotantes: inserta una etiqueta
24613  en la nota y pon una referencia cruzada a esa etiqueta en el texto como
24614  se describe en la sección
24615 \begin_inset space ~
24616 \end_inset
24617
24618
24619 \begin_inset CommandInset ref
24620 LatexCommand ref
24621 reference "sec:Referencias-a-Flotantes"
24622
24623 \end_inset
24624
24625 .
24626 \begin_inset Newline newline
24627 \end_inset
24628
24629 Esto es una referencia cruzada a la Nota al pie
24630 \begin_inset space ~
24631 \end_inset
24632
24633
24634 \begin_inset CommandInset ref
24635 LatexCommand ref
24636 reference "pie:Esto-es-una"
24637
24638 \end_inset
24639
24640 .
24641 \end_layout
24642
24643 \begin_layout Standard
24644 \begin_inset VSpace defskip
24645 \end_inset
24646
24647
24648 \end_layout
24649
24650 \begin_layout Standard
24651 Debido a razones técnicas, LaTeX no imprime las notas al pie en tablas.
24652  No obstante, hay otro método para imprimirlas: en lugar de la nota al pie
24653  se inserta el comando 
24654 \series bold
24655
24656 \backslash
24657 footnotemark{}
24658 \series default
24659  en código TeX.
24660  El texto de la nota se introduce como argumento del comando
24661 \series bold
24662  
24663 \backslash
24664 footnotetext
24665 \series default
24666  después de la tabla.
24667 \begin_inset Newline newline
24668 \end_inset
24669
24670 Esto es lo que se ha hecho para la siguiente tabla con el comando
24671 \end_layout
24672
24673 \begin_layout Standard
24674
24675 \series bold
24676
24677 \backslash
24678 footnotetext{
24679 \series default
24680 Texto de la nota de la tabla.
24681 \series bold
24682 }
24683 \end_layout
24684
24685 \begin_layout Standard
24686 \begin_inset Tabular
24687 <lyxtabular version="3" rows="2" columns="1">
24688 <features tabularvalignment="middle">
24689 <column alignment="center" valignment="top" width="0">
24690 <row>
24691 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24692 \begin_inset Text
24693
24694 \begin_layout Plain Layout
24695 Texto de ejemplo.
24696 \begin_inset Foot
24697 status open
24698
24699 \begin_layout Plain Layout
24700 ¡Esta nota no se imprimirá!
24701 \end_layout
24702
24703 \end_inset
24704
24705
24706 \end_layout
24707
24708 \end_inset
24709 </cell>
24710 </row>
24711 <row>
24712 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
24713 \begin_inset Text
24714
24715 \begin_layout Plain Layout
24716 Texto de ejemplo.
24717 \begin_inset ERT
24718 status collapsed
24719
24720 \begin_layout Plain Layout
24721
24722
24723 \backslash
24724 footnotemark{}
24725 \end_layout
24726
24727 \end_inset
24728
24729
24730 \end_layout
24731
24732 \end_inset
24733 </cell>
24734 </row>
24735 </lyxtabular>
24736
24737 \end_inset
24738
24739
24740 \begin_inset ERT
24741 status collapsed
24742
24743 \begin_layout Plain Layout
24744
24745
24746 \backslash
24747 footnotetext{
24748 \end_layout
24749
24750 \end_inset
24751
24752 Texto de la nota de la tabla.
24753 \begin_inset ERT
24754 status collapsed
24755
24756 \begin_layout Plain Layout
24757
24758 }
24759 \end_layout
24760
24761 \end_inset
24762
24763
24764 \end_layout
24765
24766 \begin_layout Standard
24767 Las notas al pie en tablas largas se describen en la sección
24768 \begin_inset space ~
24769 \end_inset
24770
24771
24772 \begin_inset CommandInset ref
24773 LatexCommand ref
24774 reference "sub:Notas-al-pie-en-Tablas-Largas"
24775
24776 \end_inset
24777
24778 .
24779 \end_layout
24780
24781 \begin_layout Standard
24782 Las notas al pie en cuadros de minipágina se imprimen, pero dentro del cuadro
24783  y con numeración diferente debido a que una minipágina es como una página
24784  dentro de otra.
24785  (Más información sobre minipáginas en la sección
24786 \begin_inset space ~
24787 \end_inset
24788
24789
24790 \begin_inset CommandInset ref
24791 LatexCommand ref
24792 reference "sec:Minipáginas"
24793
24794 \end_inset
24795
24796 ).
24797  Para poner notas en una minipágina que se impriman a pie de página como
24798  las notas al pie normales, se puede usar también el método de 
24799 \series bold
24800
24801 \backslash
24802 footnotemark{}
24803 \series default
24804  y 
24805 \series bold
24806
24807 \backslash
24808 footnotetext
24809 \series default
24810 .
24811 \end_layout
24812
24813 \begin_layout Standard
24814 \begin_inset Box Frameless
24815 position "t"
24816 hor_pos "c"
24817 has_inner_box 1
24818 inner_pos "t"
24819 use_parbox 0
24820 use_makebox 0
24821 width "100col%"
24822 special "none"
24823 height "1in"
24824 height_special "totalheight"
24825 status open
24826
24827 \begin_layout Plain Layout
24828 Muestra de texto en una minipágina.
24829 \begin_inset Foot
24830 status open
24831
24832 \begin_layout Plain Layout
24833 Nota en la minipágina.
24834 \end_layout
24835
24836 \end_inset
24837
24838
24839 \end_layout
24840
24841 \begin_layout Plain Layout
24842 Muestra de texto en una minipágina.
24843 \begin_inset ERT
24844 status collapsed
24845
24846 \begin_layout Plain Layout
24847
24848
24849 \backslash
24850 footnotemark{}
24851 \end_layout
24852
24853 \end_inset
24854
24855
24856 \end_layout
24857
24858 \end_inset
24859
24860
24861 \end_layout
24862
24863 \begin_layout Standard
24864 \begin_inset ERT
24865 status collapsed
24866
24867 \begin_layout Plain Layout
24868
24869
24870 \backslash
24871 footnotetext{
24872 \end_layout
24873
24874 \end_inset
24875
24876 Nota fuera de la minipágina.
24877 \begin_inset ERT
24878 status collapsed
24879
24880 \begin_layout Plain Layout
24881
24882 }
24883 \end_layout
24884
24885 \end_inset
24886
24887
24888 \end_layout
24889
24890 \begin_layout Standard
24891 \begin_inset VSpace defskip
24892 \end_inset
24893
24894
24895 \end_layout
24896
24897 \begin_layout Standard
24898 Para hacer referencia a la misma nota varias veces sin imprimir su texto
24899  cada vez, usa el comando  
24900 \series bold
24901
24902 \backslash
24903 footnotemark[number]
24904 \series default
24905  en código TeX.
24906 \begin_inset Newline newline
24907 \end_inset
24908
24909 Como el número de la nota repetida no se conoce mientras se escribe el texto,
24910  hay que guardarlo.
24911  En el siguiente ejemplo de marca de una nota, se han insertado los siguientes
24912  comandos en código TeX después de la nota al pie
24913 \begin_inset space ~
24914 \end_inset
24915
24916
24917 \begin_inset CommandInset ref
24918 LatexCommand ref
24919 reference "pie:Esto-es-una"
24920
24921 \end_inset
24922
24923  para guardar el número de la nota: 
24924 \end_layout
24925
24926 \begin_layout Standard
24927
24928 \series bold
24929
24930 \backslash
24931 newcounter{MyRepeatFoot}
24932 \begin_inset Newline newline
24933 \end_inset
24934
24935
24936 \backslash
24937 setcounter{MyRepeatFoot}{
24938 \backslash
24939 thefootnote}
24940 \end_layout
24941
24942 \begin_layout Standard
24943 La marca de la nota se ha creado después con el comando:
24944 \end_layout
24945
24946 \begin_layout Standard
24947
24948 \series bold
24949
24950 \backslash
24951 footnotemark[
24952 \backslash
24953 theMyRepeatFoot]
24954 \end_layout
24955
24956 \begin_layout Standard
24957 Aquí hay una nota repetida:
24958 \begin_inset ERT
24959 status collapsed
24960
24961 \begin_layout Plain Layout
24962
24963
24964 \backslash
24965 footnotemark[
24966 \backslash
24967 theMyRepeatFoot]
24968 \end_layout
24969
24970 \end_inset
24971
24972
24973 \end_layout
24974
24975 \begin_layout Standard
24976 Para repetir la nota al pie previa, se puede omitir el guardado del número
24977  de la nota y usar en su lugar el comando:
24978 \end_layout
24979
24980 \begin_layout Standard
24981
24982 \series bold
24983
24984 \backslash
24985 footnotemark[
24986 \backslash
24987 thefootnote]
24988 \end_layout
24989
24990 \begin_layout Standard
24991 Aquí hay otra nota repetida:
24992 \begin_inset ERT
24993 status collapsed
24994
24995 \begin_layout Plain Layout
24996
24997
24998 \backslash
24999 footnotemark[
25000 \backslash
25001 thefootnote]
25002 \end_layout
25003
25004 \end_inset
25005
25006
25007 \end_layout
25008
25009 \begin_layout Subsection
25010 Numeración de notas al pie
25011 \begin_inset CommandInset label
25012 LatexCommand label
25013 name "sub:Numeración-de-Notas-al-Pie"
25014
25015 \end_inset
25016
25017
25018 \begin_inset Index idx
25019 status collapsed
25020
25021 \begin_layout Plain Layout
25022 Notas al pie ! Numeración
25023 \end_layout
25024
25025 \end_inset
25026
25027
25028 \end_layout
25029
25030 \begin_layout Standard
25031 Para reiniciar el número de pie a 1 en cada sección añade
25032 \family roman
25033  en el preámbulo el comando:
25034 \end_layout
25035
25036 \begin_layout Standard
25037
25038 \series bold
25039
25040 \backslash
25041 @addtoreset{footnote}{section}
25042 \end_layout
25043
25044 \begin_layout Standard
25045 \begin_inset VSpace bigskip
25046 \end_inset
25047
25048 El siguiente comando en el preámbulo cambia el estilo de numeración del
25049  pie a números romanos en minúsculas:
25050 \end_layout
25051
25052 \begin_layout Standard
25053
25054 \series bold
25055
25056 \backslash
25057 renewcommand{
25058 \backslash
25059 thefootnote}{
25060 \backslash
25061 roman{footnote}}
25062 \end_layout
25063
25064 \begin_layout Standard
25065 \begin_inset ERT
25066 status collapsed
25067
25068 \begin_layout Plain Layout
25069
25070
25071 \backslash
25072 renewcommand{
25073 \backslash
25074 thefootnote}{
25075 \backslash
25076 roman{footnote}}
25077 \end_layout
25078
25079 \end_inset
25080
25081  Nota al pie en números romanos:
25082 \begin_inset Foot
25083 status collapsed
25084
25085 \begin_layout Plain Layout
25086 Ejemplo de nota al pie en números romanos.
25087 \end_layout
25088
25089 \end_inset
25090
25091
25092 \begin_inset ERT
25093 status collapsed
25094
25095 \begin_layout Plain Layout
25096
25097
25098 \backslash
25099 renewcommand{
25100 \backslash
25101 thefootnote}{
25102 \backslash
25103 arabic{footnote}}
25104 \end_layout
25105
25106 \end_inset
25107
25108
25109 \end_layout
25110
25111 \begin_layout Standard
25112 Para cambiar el estilo de número a romanos en mayúscula cambia el comando
25113  
25114 \series bold
25115
25116 \backslash
25117 roman
25118 \series default
25119  por 
25120 \series bold
25121
25122 \backslash
25123 Roman
25124 \series default
25125 .
25126  Para ordenar las notas al pie con letras mayúsculas o minúsculas usa 
25127 \series bold
25128
25129 \backslash
25130 Alph
25131 \series default
25132  o 
25133 \series bold
25134
25135 \backslash
25136 alph
25137 \series default
25138 , respectivamente.
25139  Para ordenar las notas al pie con símbolos usa 
25140 \series bold
25141
25142 \backslash
25143 fnsymbol
25144 \series default
25145 .
25146 \end_layout
25147
25148 \begin_layout Standard
25149 \begin_inset Note Greyedout
25150 status open
25151
25152 \begin_layout Plain Layout
25153
25154 \series bold
25155 Nota:
25156 \series default
25157  sólo puedes ordenar hasta 26 pies con letras, porque está limitado a letras
25158  simples.
25159 \end_layout
25160
25161 \end_inset
25162
25163
25164 \begin_inset Newline newline
25165 \end_inset
25166
25167
25168 \begin_inset Note Greyedout
25169 status open
25170
25171 \begin_layout Plain Layout
25172
25173 \series bold
25174 Nota:
25175 \series default
25176  sólo puedes ordenar hasta 9 pies con símbolos.
25177 \end_layout
25178
25179 \end_inset
25180
25181
25182 \end_layout
25183
25184 \begin_layout Standard
25185 Para volver al estilo de numeración predeterminado cuando has cambiado a
25186  otro estilo, usa 
25187 \series bold
25188
25189 \backslash
25190 arabic
25191 \series default
25192  en vez de 
25193 \series bold
25194
25195 \backslash
25196 roman
25197 \series default
25198  en el comando anterior.
25199 \begin_inset ERT
25200 status collapsed
25201
25202 \begin_layout Plain Layout
25203
25204
25205 \backslash
25206 renewcommand{
25207 \backslash
25208 thefootnote}{
25209 \backslash
25210 arabic{footnote}}
25211 \end_layout
25212
25213 \end_inset
25214
25215
25216 \end_layout
25217
25218 \begin_layout Standard
25219 \begin_inset VSpace bigskip
25220 \end_inset
25221
25222
25223 \end_layout
25224
25225 \begin_layout Standard
25226 Si quieres numerar notas al pie en el esquema «capítulo.nota», añade el siguiente
25227  comando al preámbulo del documento:
25228 \end_layout
25229
25230 \begin_layout Standard
25231
25232 \series bold
25233
25234 \backslash
25235 numberwithin{footnote}{chapter}
25236 \end_layout
25237
25238 \begin_layout Standard
25239 Para poder usar el comando 
25240 \series bold
25241
25242 \backslash
25243 numberwithin
25244 \series default
25245 , marca la opción 
25246 \family sans
25247 Usar
25248 \family default
25249
25250 \begin_inset space ~
25251 \end_inset
25252
25253
25254 \family sans
25255 el
25256 \family default
25257
25258 \begin_inset space ~
25259 \end_inset
25260
25261
25262 \family sans
25263 paquete
25264 \family default
25265
25266 \begin_inset space ~
25267 \end_inset
25268
25269
25270 \family sans
25271 AMS
25272 \family default
25273  en la sección 
25274 \family sans
25275 Opciones para ecuaciones
25276 \family default
25277  de la configuración del documento.
25278 \end_layout
25279
25280 \begin_layout Standard
25281 \begin_inset ERT
25282 status collapsed
25283
25284 \begin_layout Plain Layout
25285
25286
25287 \backslash
25288 numberwithin{footnote}{chapter}
25289 \end_layout
25290
25291 \end_inset
25292
25293 Esto es otro ejemplo de nota al pie:
25294 \series bold
25295
25296 \begin_inset Foot
25297 status collapsed
25298
25299 \begin_layout Plain Layout
25300 Nota al pie numerada en el esquema 
25301 \begin_inset Quotes eld
25302 \end_inset
25303
25304 capítulo.nota
25305 \begin_inset Quotes erd
25306 \end_inset
25307
25308 .
25309 \end_layout
25310
25311 \end_inset
25312
25313
25314 \series default
25315
25316 \begin_inset ERT
25317 status collapsed
25318
25319 \begin_layout Plain Layout
25320
25321
25322 \backslash
25323 renewcommand{
25324 \backslash
25325 thefootnote}{
25326 \backslash
25327 arabic{footnote}}
25328 \end_layout
25329
25330 \end_inset
25331
25332
25333 \end_layout
25334
25335 \begin_layout Standard
25336 \begin_inset Note Greyedout
25337 status open
25338
25339 \begin_layout Plain Layout
25340
25341 \series bold
25342 Nota: 
25343 \backslash
25344 numberwithin 
25345 \series default
25346 siempre imprime el número de nota al pie en números arábigos; las redefiniciones
25347  previas para obtener números no arábigos se sobreescriben.
25348 \end_layout
25349
25350 \end_inset
25351
25352
25353 \end_layout
25354
25355 \begin_layout Standard
25356 Así, para obtener por ejemplo el esquema «capítulo.
25357 \backslash
25358 Roman{footnote}», usa este comando en vez de 
25359 \series bold
25360
25361 \backslash
25362 numberwithin
25363 \series default
25364 :
25365 \end_layout
25366
25367 \begin_layout Standard
25368
25369 \series bold
25370
25371 \backslash
25372 renewcommand{
25373 \backslash
25374 thefootnote}{
25375 \backslash
25376 thechapter.
25377 \backslash
25378 Roman{footnote}}
25379 \end_layout
25380
25381 \begin_layout Subsection
25382 Colocación de notas al pie
25383 \begin_inset Index idx
25384 status collapsed
25385
25386 \begin_layout Plain Layout
25387 Notas al pie ! Colocación
25388 \end_layout
25389
25390 \end_inset
25391
25392
25393 \end_layout
25394
25395 \begin_layout Standard
25396 Si tienes varias notas al pie de una página, se muestran sin espacio vertical
25397  entre ellas al final de la página.
25398  Para hacerlas más legibles puedes añadir 1.5
25399 \begin_inset space \thinspace{}
25400 \end_inset
25401
25402 mm, p.
25403 \begin_inset space \thinspace{}
25404 \end_inset
25405
25406 e., con el comando siguiente en el preámbulo:
25407 \end_layout
25408
25409 \begin_layout Standard
25410
25411 \series bold
25412
25413 \backslash
25414 let
25415 \backslash
25416 myFoot
25417 \backslash
25418 footnote
25419 \begin_inset Newline newline
25420 \end_inset
25421
25422
25423 \backslash
25424 renewcommand{
25425 \backslash
25426 footnote}[1]{
25427 \backslash
25428 myFoot{#1
25429 \backslash
25430 vspace{1.5mm}}}
25431 \end_layout
25432
25433 \begin_layout Standard
25434 \begin_inset VSpace bigskip
25435 \end_inset
25436
25437 En documentos a dos columnas la nota al pie aparece al final de cada columna,
25438  véase la figura
25439 \begin_inset space ~
25440 \end_inset
25441
25442
25443 \begin_inset CommandInset ref
25444 LatexCommand ref
25445 reference "fig:Colocación-standard-del-pie"
25446
25447 \end_inset
25448
25449 .
25450  Si las notas debieran mostrarse sólo al final de la columna derecha, como
25451  en la figura
25452 \begin_inset space ~
25453 \end_inset
25454
25455
25456 \begin_inset CommandInset ref
25457 LatexCommand ref
25458 reference "fig:Colocación-del-pie-en"
25459
25460 \end_inset
25461
25462 , usa el paquete LaTeX 
25463 \series bold
25464 ftnright
25465 \series default
25466
25467 \begin_inset Index idx
25468 status collapsed
25469
25470 \begin_layout Plain Layout
25471 LaTeX-paquetes ! ftnright
25472 \end_layout
25473
25474 \end_inset
25475
25476  con este comando en el preámbulo:
25477 \end_layout
25478
25479 \begin_layout Standard
25480
25481 \series bold
25482
25483 \backslash
25484 usepackage{ftnright}
25485 \end_layout
25486
25487 \begin_layout Standard
25488 \begin_inset Float figure
25489 placement !h
25490 wide false
25491 sideways false
25492 status open
25493
25494 \begin_layout Plain Layout
25495 \begin_inset ERT
25496 status collapsed
25497
25498 \begin_layout Plain Layout
25499
25500
25501 \backslash
25502 framebox{
25503 \end_layout
25504
25505 \end_inset
25506
25507
25508 \begin_inset Graphics
25509         filename ../clipart/without_fntright.pdf
25510         width 100col%
25511
25512 \end_inset
25513
25514
25515 \begin_inset ERT
25516 status collapsed
25517
25518 \begin_layout Plain Layout
25519
25520 }
25521 \end_layout
25522
25523 \end_inset
25524
25525
25526 \end_layout
25527
25528 \begin_layout Plain Layout
25529 \begin_inset Caption
25530
25531 \begin_layout Plain Layout
25532 \begin_inset CommandInset label
25533 LatexCommand label
25534 name "fig:Colocación-standard-del-pie"
25535
25536 \end_inset
25537
25538 Colocación estándar de notas al pie en documentos a dos columnas.
25539 \end_layout
25540
25541 \end_inset
25542
25543
25544 \end_layout
25545
25546 \end_inset
25547
25548
25549 \end_layout
25550
25551 \begin_layout Standard
25552 \begin_inset Float figure
25553 placement !h
25554 wide false
25555 sideways false
25556 status open
25557
25558 \begin_layout Plain Layout
25559 \begin_inset ERT
25560 status collapsed
25561
25562 \begin_layout Plain Layout
25563
25564
25565 \backslash
25566 framebox{
25567 \end_layout
25568
25569 \end_inset
25570
25571
25572 \begin_inset Graphics
25573         filename ../clipart/with_fntright.pdf
25574         width 100col%
25575
25576 \end_inset
25577
25578
25579 \begin_inset ERT
25580 status collapsed
25581
25582 \begin_layout Plain Layout
25583
25584 }
25585 \end_layout
25586
25587 \end_inset
25588
25589
25590 \end_layout
25591
25592 \begin_layout Plain Layout
25593 \begin_inset Caption
25594
25595 \begin_layout Plain Layout
25596 \begin_inset CommandInset label
25597 LatexCommand label
25598 name "fig:Colocación-del-pie-en"
25599
25600 \end_inset
25601
25602 Colocación de la nota al pie en documentos a dos columnas cuando se usa
25603  el paquete LaTeX 
25604 \series bold
25605 ftnright
25606 \series default
25607 .
25608 \end_layout
25609
25610 \end_inset
25611
25612
25613 \end_layout
25614
25615 \end_inset
25616
25617
25618 \end_layout
25619
25620 \begin_layout Standard
25621 \begin_inset VSpace bigskip
25622 \end_inset
25623
25624 En alguna literatura científica es habitual reunir las notas para imprimirlas
25625  en un párrafo separado al final de la sección, como en la figura
25626 \begin_inset space ~
25627 \end_inset
25628
25629
25630 \begin_inset CommandInset ref
25631 LatexCommand ref
25632 reference "fig:Notas-al-pie-al-final"
25633
25634 \end_inset
25635
25636 .
25637  Para reunir las notas al final
25638 \begin_inset Index idx
25639 status collapsed
25640
25641 \begin_layout Plain Layout
25642 Notas ! al final
25643 \end_layout
25644
25645 \end_inset
25646
25647  en vez de a pie de página, carga en el menú 
25648 \family sans
25649 Documento\SpecialChar \menuseparator
25650 Configuratión\SpecialChar \menuseparator
25651 Módulos
25652 \family default
25653  el módulo 
25654 \family sans
25655 Pie
25656 \begin_inset space ~
25657 \end_inset
25658
25659 al
25660 \begin_inset space ~
25661 \end_inset
25662
25663 final
25664 \family default
25665 .
25666  Para insertar la colección de notas, escribe el comando
25667 \end_layout
25668
25669 \begin_layout Standard
25670
25671 \series bold
25672
25673 \backslash
25674 theendnotes
25675 \end_layout
25676
25677 \begin_layout Standard
25678 en código TeX al final de una sección o capítulo.
25679 \end_layout
25680
25681 \begin_layout Standard
25682 \begin_inset Float figure
25683 wide false
25684 sideways false
25685 status open
25686
25687 \begin_layout Plain Layout
25688 \align center
25689 \begin_inset ERT
25690 status collapsed
25691
25692 \begin_layout Plain Layout
25693
25694
25695 \backslash
25696 framebox{
25697 \end_layout
25698
25699 \end_inset
25700
25701
25702 \begin_inset Graphics
25703         filename ../clipart/endnotes.pdf
25704
25705 \end_inset
25706
25707
25708 \begin_inset ERT
25709 status collapsed
25710
25711 \begin_layout Plain Layout
25712
25713 }
25714 \end_layout
25715
25716 \end_inset
25717
25718
25719 \end_layout
25720
25721 \begin_layout Plain Layout
25722 \begin_inset Caption
25723
25724 \begin_layout Plain Layout
25725 \begin_inset CommandInset label
25726 LatexCommand label
25727 name "fig:Notas-al-pie-al-final"
25728
25729 \end_inset
25730
25731 Notas al final: notas impresas en párrafo separado al final de la sección
25732  o del capítulo.
25733 \end_layout
25734
25735 \end_inset
25736
25737
25738 \end_layout
25739
25740 \end_inset
25741
25742
25743 \end_layout
25744
25745 \begin_layout Standard
25746 \begin_inset VSpace medskip
25747 \end_inset
25748
25749 La cabecera de párrafo para las notas finales no se traduce automáticamente
25750  al lenguaje del documento, hay que hacerlo manualmente.
25751   El siguiente comando de preámbulo traduce el nombre en inglés «Notes»
25752  al español «Notas»:
25753 \end_layout
25754
25755 \begin_layout Standard
25756
25757 \series bold
25758
25759 \backslash
25760 renewcommand{
25761 \backslash
25762 notesname}{Notas}
25763 \end_layout
25764
25765 \begin_layout Standard
25766 \begin_inset VSpace medskip
25767 \end_inset
25768
25769 La numeración de notas finales puede cambiarse como la de las notas al pie,
25770  como se describe en la sección
25771 \begin_inset space ~
25772 \end_inset
25773
25774
25775 \begin_inset CommandInset ref
25776 LatexCommand ref
25777 reference "sub:Numeración-de-Notas-al-Pie"
25778
25779 \end_inset
25780
25781 ; sólo hay que reemplazar el comando 
25782 \series bold
25783
25784 \backslash
25785 thefootnote
25786 \series default
25787  por 
25788 \series bold
25789
25790 \backslash
25791 theendnote
25792 \series default
25793 .
25794  Para restablecer la numeración usa el comando 
25795 \series bold
25796
25797 \backslash
25798 @addtoreset
25799 \series default
25800  como se describe en la sección
25801 \begin_inset space ~
25802 \end_inset
25803
25804
25805 \begin_inset CommandInset ref
25806 LatexCommand ref
25807 reference "sub:Numeración-de-Notas-al-Pie"
25808
25809 \end_inset
25810
25811  y sustituye el parámetro de comando 
25812 \series bold
25813 footnote
25814 \series default
25815  por 
25816 \series bold
25817 endnote
25818 \series default
25819 .
25820 \end_layout
25821
25822 \begin_layout Standard
25823 Para notas al final hay el comando  el comando 
25824 \series bold
25825
25826 \backslash
25827 endnotemark[número]
25828 \series default
25829  similar al comando 
25830 \series bold
25831
25832 \backslash
25833 footnotemark
25834 \series default
25835 , descrito en la sección
25836 \begin_inset space ~
25837 \end_inset
25838
25839
25840 \begin_inset CommandInset ref
25841 LatexCommand ref
25842 reference "sec:Notas-al-pie"
25843
25844 \end_inset
25845
25846 .
25847 \end_layout
25848
25849 \begin_layout Standard
25850 \begin_inset VSpace bigskip
25851 \end_inset
25852
25853 Las notas al pie también pueden colocarse al margen de la página y la alineación
25854  del texto del pie también puede cambiarse, véase el paquete LaTeX 
25855 \series bold
25856 footmisc
25857 \series default
25858
25859 \begin_inset Index idx
25860 status collapsed
25861
25862 \begin_layout Plain Layout
25863 LaTeX-paquetes ! footmisc
25864 \end_layout
25865
25866 \end_inset
25867
25868  
25869 \begin_inset CommandInset citation
25870 LatexCommand cite
25871 key "footmisc"
25872
25873 \end_inset
25874
25875  para más información.
25876 \end_layout
25877
25878 \begin_layout Standard
25879 Para otras posibilidades de diseño de notas al pie mira en libros de LaTeX,
25880  
25881 \begin_inset CommandInset citation
25882 LatexCommand cite
25883 key "latexcompanion,latexguide,latexbook"
25884
25885 \end_inset
25886
25887 .
25888 \end_layout
25889
25890 \begin_layout Section
25891 Notas al margen
25892 \begin_inset Index idx
25893 status collapsed
25894
25895 \begin_layout Plain Layout
25896 Notas ! al margen
25897 \end_layout
25898
25899 \end_inset
25900
25901
25902 \end_layout
25903
25904 \begin_layout Standard
25905 Las notas al margen se ven y se comportan en LyX como notas al pie.
25906  Se insertan con el menú 
25907 \family sans
25908 Insertar\SpecialChar \menuseparator
25909 Nota
25910 \begin_inset space ~
25911 \end_inset
25912
25913 al
25914 \begin_inset space ~
25915 \end_inset
25916
25917 margen
25918 \family default
25919  o con el botón 
25920 \begin_inset Graphics
25921         filename ../../images/marginalnote-insert.png
25922         scale 85
25923
25924 \end_inset
25925
25926 .
25927  Aparece un cuadro gris con la etiqueta 
25928 \family roman
25929 \series medium
25930 «margen» en rojo y un marco en el que puedes escribir el texto de la nota.
25931 \end_layout
25932
25933 \begin_layout Standard
25934 Al lado hay un ejemplo de nota al margen.
25935
25936 \family roman
25937 \series medium
25938  
25939 \begin_inset Marginal
25940 status open
25941
25942 \begin_layout Plain Layout
25943 Esto es una nota al margen.
25944 \end_layout
25945
25946 \end_inset
25947
25948
25949 \end_layout
25950
25951 \begin_layout Standard
25952 Estas notas salen en el margen derecho en documentos a una cara.
25953  En documentos a doble cara se muestran en el margen externo —margen izquierdo
25954  en páginas pares, derecho en páginas impares—.
25955  El texto de las notas se ajusta a la parte opuesta al margen —se ajusta
25956  a la derecha si la nota aparece en el margen izquierdo—.
25957  La primera línea de la nota se sitúa en la posición de la línea del texto
25958  en la que se inserta en el documento.
25959 \end_layout
25960
25961 \begin_layout Standard
25962 \begin_inset VSpace bigskip
25963 \end_inset
25964
25965 Para colocar la nota en el margen interno añade el comando
25966 \end_layout
25967
25968 \begin_layout Standard
25969
25970 \series bold
25971
25972 \backslash
25973 reversemarginpar
25974 \end_layout
25975
25976 \begin_layout Standard
25977 en código TeX antes de la nota.
25978  La nueva colocación es válida para todas las siguientes notas al margen.
25979  
25980 \begin_inset ERT
25981 status collapsed
25982
25983 \begin_layout Plain Layout
25984
25985
25986 \backslash
25987 reversemarginpar 
25988 \end_layout
25989
25990 \end_inset
25991
25992
25993 \begin_inset Marginal
25994 status open
25995
25996 \begin_layout Plain Layout
25997 Esto es una nota en el margen interno.
25998 \end_layout
25999
26000 \end_inset
26001
26002
26003 \series bold
26004
26005 \begin_inset Newline newline
26006 \end_inset
26007
26008
26009 \series default
26010
26011 \begin_inset Note Greyedout
26012 status open
26013
26014 \begin_layout Plain Layout
26015
26016 \series bold
26017 Nota:
26018 \series default
26019  A veces no hay espacio suficiente en el margen interno, por lo que la nota
26020  no se mostrará correctamente en la salida.
26021 \end_layout
26022
26023 \end_inset
26024
26025
26026 \end_layout
26027
26028 \begin_layout Standard
26029 Para volver a la ubicación predeterminada inserta en código TeX el comando
26030 \begin_inset ERT
26031 status collapsed
26032
26033 \begin_layout Plain Layout
26034
26035
26036 \backslash
26037 normalmarginpar 
26038 \end_layout
26039
26040 \end_inset
26041
26042
26043 \end_layout
26044
26045 \begin_layout Standard
26046
26047 \series bold
26048
26049 \backslash
26050 normalmarginpar
26051 \end_layout
26052
26053 \begin_layout Standard
26054 \begin_inset Note Greyedout
26055 status open
26056
26057 \begin_layout Plain Layout
26058
26059 \series bold
26060 Nota:
26061 \series default
26062  El comando se ignora si en el mismo párrafo está también presente el comando
26063  
26064 \series bold
26065
26066 \backslash
26067 reversemarginpar
26068 \series default
26069 .
26070 \end_layout
26071
26072 \end_inset
26073
26074
26075 \end_layout
26076
26077 \begin_layout Standard
26078 \begin_inset VSpace bigskip
26079 \end_inset
26080
26081
26082 \family roman
26083 \series medium
26084
26085 \begin_inset Marginal
26086 status open
26087
26088 \begin_layout Plain Layout
26089 PalabraMuyLargaAlMargen no partida con guión.
26090 \end_layout
26091
26092 \end_inset
26093
26094
26095 \family default
26096 \series default
26097  Como en el caso descrito en la sección
26098 \begin_inset space ~
26099 \end_inset
26100
26101
26102 \begin_inset CommandInset ref
26103 LatexCommand ref
26104 reference "sub:Líneas-Múltiples-en"
26105
26106 \end_inset
26107
26108 , una palabra larga no puede partirse con guión cuando es la primera en
26109  la nota al margen.
26110  Para evitar esto, inserta un espacio horizontal de 0
26111 \begin_inset space \thinspace{}
26112 \end_inset
26113
26114 pt antes de la palabra
26115 \family roman
26116 \series medium
26117 .
26118 \end_layout
26119
26120 \begin_layout Standard
26121
26122 \family roman
26123 \series medium
26124 \begin_inset Marginal
26125 status open
26126
26127 \begin_layout Plain Layout
26128 \begin_inset ERT
26129 status collapsed
26130
26131 \begin_layout Plain Layout
26132
26133
26134 \backslash
26135 hspace{0pt}
26136 \end_layout
26137
26138 \end_inset
26139
26140 PalabraMuyLargaAlMargen partida con guión.
26141 \end_layout
26142
26143 \end_inset
26144
26145
26146 \end_layout
26147
26148 \begin_layout Standard
26149 \begin_inset VSpace bigskip
26150 \end_inset
26151
26152
26153 \end_layout
26154
26155 \begin_layout Standard
26156 \begin_inset Note Greyedout
26157 status open
26158
26159 \begin_layout Plain Layout
26160
26161 \series bold
26162 Nota:
26163 \series default
26164  Normalmente no pueden utilizarse notas al margen en tablas, flotantes y
26165  notas al pie.
26166 \end_layout
26167
26168 \end_inset
26169
26170
26171 \end_layout
26172
26173 \begin_layout Standard
26174 \begin_inset VSpace bigskip
26175 \end_inset
26176
26177
26178 \end_layout
26179
26180 \begin_layout Standard
26181 \begin_inset ERT
26182 status collapsed
26183
26184 \begin_layout Plain Layout
26185
26186
26187 \backslash
26188 ifmarginnote
26189 \end_layout
26190
26191 \end_inset
26192
26193
26194 \begin_inset Note Note
26195 status collapsed
26196
26197 \begin_layout Plain Layout
26198 La siguiente sección sólo se mostrará en pantalla si está instalado el paquete
26199  LaTeX 
26200 \series bold
26201 marginnote
26202 \series default
26203 .
26204 \end_layout
26205
26206 \end_inset
26207
26208
26209 \end_layout
26210
26211 \begin_layout Standard
26212 Esta restricción se puede salvar con el paquete LaTeX 
26213 \series bold
26214 marginnote
26215 \series default
26216
26217 \begin_inset Index idx
26218 status collapsed
26219
26220 \begin_layout Plain Layout
26221 LaTeX-paquetes ! marginnote
26222 \end_layout
26223
26224 \end_inset
26225
26226 .
26227  Poniendo estas dos líneas en el preámbulo, el comando usado por LyX para
26228  notas al margen es redefinido para usar el comando proporcionado por el
26229  paquete 
26230 \series bold
26231 marginnote
26232 \series default
26233 :
26234 \end_layout
26235
26236 \begin_layout Standard
26237
26238 \series bold
26239
26240 \backslash
26241 usepackage{marginnote}
26242 \begin_inset Newline newline
26243 \end_inset
26244
26245
26246 \backslash
26247 let
26248 \backslash
26249 marginpar
26250 \backslash
26251 marginnote
26252 \end_layout
26253
26254 \begin_layout Standard
26255 Esto se ha utilizado en el presente documento porque 
26256 \series bold
26257 marginnote
26258 \series default
26259  tiene una característica adicional útil: Puedes establecer un desplazamiento
26260  vertical a la nota.
26261  A veces esto hace falta si hay demasiadas notas juntas o para mejorar el
26262  diseño de la página.
26263  En LyX, el desplazamiento se escribe directamente tras la nota al margen,
26264  en código TeX
26265 \end_layout
26266
26267 \begin_layout Standard
26268
26269 \series bold
26270 [desplazamiento]
26271 \end_layout
26272
26273 \begin_layout Standard
26274 donde desplazamiento es una longitud en una de las unidades de la tabla
26275 \begin_inset space ~
26276 \end_inset
26277
26278
26279 \begin_inset CommandInset ref
26280 LatexCommand ref
26281 reference "tab:Unidades"
26282
26283 \end_inset
26284
26285 .
26286  Un valor negativo desplaza la nota hacia arriba, un valor positivo hacia
26287  abajo.
26288  
26289 \family roman
26290 \series medium
26291 Por ejemplo la nota adjunta a esta línea de texto está desplazada 1.5
26292 \begin_inset space \thinspace{}
26293 \end_inset
26294
26295 cm arriba con el comando en código TeX 
26296 \begin_inset Quotes eld
26297 \end_inset
26298
26299
26300 \family default
26301 \series bold
26302 [-1.5cm]
26303 \family roman
26304 \series medium
26305
26306 \begin_inset Quotes erd
26307 \end_inset
26308
26309
26310 \begin_inset Marginal
26311 status collapsed
26312
26313 \begin_layout Plain Layout
26314 Esta nota está 1.5
26315 \begin_inset space \thinspace{}
26316 \end_inset
26317
26318 cm por encima de su posición original.
26319 \end_layout
26320
26321 \end_inset
26322
26323
26324 \family default
26325 \series default
26326
26327 \begin_inset ERT
26328 status collapsed
26329
26330 \begin_layout Plain Layout
26331
26332 [-1.5cm]
26333 \end_layout
26334
26335 \end_inset
26336
26337
26338 \end_layout
26339
26340 \begin_layout Standard
26341 \begin_inset VSpace medskip
26342 \end_inset
26343
26344 Con 
26345 \series bold
26346 marginnote
26347 \series default
26348  también puedes cambiar la alineación del texto en el margen.
26349  Por ejemplo los comandos
26350 \end_layout
26351
26352 \begin_layout Standard
26353
26354 \series bold
26355
26356 \backslash
26357 renewcommand*{
26358 \backslash
26359 raggedleftmarginnote}{
26360 \backslash
26361 centering}
26362 \begin_inset Newline newline
26363 \end_inset
26364
26365
26366 \backslash
26367 renewcommand*{
26368 \backslash
26369 raggedrightmarginnote}{
26370 \backslash
26371 centering}
26372 \end_layout
26373
26374 \begin_layout Standard
26375 producen alineación centrada.
26376  
26377 \series bold
26378
26379 \backslash
26380 raggedleftmarginnote
26381 \series default
26382  identifica las notas que aparecen al lado izquierdo.
26383 \family roman
26384 \series medium
26385
26386 \begin_inset ERT
26387 status collapsed
26388
26389 \begin_layout Plain Layout
26390
26391
26392 \backslash
26393 renewcommand*{
26394 \backslash
26395 raggedleftmarginnote}{
26396 \backslash
26397 centering}
26398 \end_layout
26399
26400 \begin_layout Plain Layout
26401
26402
26403 \backslash
26404 renewcommand*{
26405 \backslash
26406 raggedrightmarginnote}{
26407 \backslash
26408 centering}
26409 \end_layout
26410
26411 \end_inset
26412
26413
26414 \begin_inset Marginal
26415 status open
26416
26417 \begin_layout Plain Layout
26418 El texto de esta nota está centrado.
26419 \end_layout
26420
26421 \end_inset
26422
26423
26424 \family default
26425 \series default
26426  El valor predeterminado es 
26427 \end_layout
26428
26429 \begin_layout Standard
26430
26431 \series bold
26432
26433 \backslash
26434 renewcommand*{
26435 \backslash
26436 raggedleftmarginnote}{
26437 \backslash
26438 raggedleft}
26439 \begin_inset Newline newline
26440 \end_inset
26441
26442
26443 \backslash
26444 renewcommand*{
26445 \backslash
26446 raggedrightmarginnote}{
26447 \backslash
26448 raggedright}
26449 \family roman
26450 \series medium
26451
26452 \begin_inset ERT
26453 status collapsed
26454
26455 \begin_layout Plain Layout
26456
26457
26458 \backslash
26459 renewcommand*{
26460 \backslash
26461 raggedleftmarginnote}{
26462 \backslash
26463 raggedleft}
26464 \end_layout
26465
26466 \begin_layout Plain Layout
26467
26468
26469 \backslash
26470 renewcommand*{
26471 \backslash
26472 raggedrightmarginnote}{
26473 \backslash
26474 raggedright}
26475 \end_layout
26476
26477 \end_inset
26478
26479
26480 \end_layout
26481
26482 \begin_layout Standard
26483 \begin_inset VSpace medskip
26484 \end_inset
26485
26486 Para otras características de 
26487 \series bold
26488 marginnote
26489 \series default
26490  mira en su documentación 
26491 \begin_inset CommandInset citation
26492 LatexCommand cite
26493 key "marginnote"
26494
26495 \end_inset
26496
26497 .
26498 \end_layout
26499
26500 \begin_layout Standard
26501 \begin_inset VSpace bigskip
26502 \end_inset
26503
26504 El diseño de las notas al margen puede ser redefinido.
26505  Por ejemplo, para crear una cabecera para todas las notas con el texto
26506  
26507 \begin_inset Quotes eld
26508 \end_inset
26509
26510
26511 \series bold
26512 \bar under
26513 ¡
26514 \family sans
26515 Atención
26516 \family default
26517 !
26518 \series default
26519 \bar default
26520
26521 \begin_inset Quotes erd
26522 \end_inset
26523
26524 , subrayado, sans-serif en negrita, añade lo siguiente en el preámbulo:
26525 \end_layout
26526
26527 \begin_layout Standard
26528
26529 \series bold
26530
26531 \backslash
26532 let
26533 \backslash
26534 myMarginpar
26535 \backslash
26536 marginpar
26537 \begin_inset Newline newline
26538 \end_inset
26539
26540
26541 \backslash
26542 renewcommand{
26543 \backslash
26544 marginpar}[1]{
26545 \backslash
26546 myMarginpar{%
26547 \begin_inset Newline newline
26548 \end_inset
26549
26550
26551 \begin_inset Phantom HPhantom
26552 status open
26553
26554 \begin_layout Plain Layout
26555
26556 \series bold
26557 \begin_inset space ~
26558 \end_inset
26559
26560
26561 \end_layout
26562
26563 \end_inset
26564
26565
26566 \backslash
26567 hspace{0pt}
26568 \backslash
26569 textsf{
26570 \backslash
26571 textbf{
26572 \backslash
26573 underbar{¡Atención!}}}%
26574 \begin_inset Newline newline
26575 \end_inset
26576
26577
26578 \begin_inset Phantom HPhantom
26579 status open
26580
26581 \begin_layout Plain Layout
26582
26583 \series bold
26584 \begin_inset space ~
26585 \end_inset
26586
26587
26588 \end_layout
26589
26590 \end_inset
26591
26592
26593 \backslash
26594 vspace{1.5mm}
26595 \backslash
26596
26597 \backslash
26598 #1}}
26599 \end_layout
26600
26601 \begin_layout Standard
26602
26603 \family roman
26604 \series medium
26605 \begin_inset ERT
26606 status collapsed
26607
26608 \begin_layout Plain Layout
26609
26610
26611 \backslash
26612 let
26613 \backslash
26614 myMarginpar
26615 \backslash
26616 marginpar
26617 \end_layout
26618
26619 \begin_layout Plain Layout
26620
26621
26622 \backslash
26623 renewcommand{
26624 \backslash
26625 marginpar}[1]{
26626 \backslash
26627 myMarginpar{%
26628 \end_layout
26629
26630 \begin_layout Plain Layout
26631
26632    
26633 \backslash
26634 textsf{
26635 \backslash
26636 textbf{
26637 \backslash
26638 underbar{¡Atención!}}}%
26639 \end_layout
26640
26641 \begin_layout Plain Layout
26642
26643    
26644 \backslash
26645 vspace{1.5mm}
26646 \backslash
26647
26648 \backslash
26649 #1}}
26650 \end_layout
26651
26652 \end_inset
26653
26654
26655 \begin_inset Marginal
26656 status open
26657
26658 \begin_layout Plain Layout
26659 Esta es una nota con una cabecera definida.
26660 \end_layout
26661
26662 \end_inset
26663
26664
26665 \family default
26666 \series default
26667
26668 \begin_inset ERT
26669 status collapsed
26670
26671 \begin_layout Plain Layout
26672
26673 [-1.5cm]
26674 \end_layout
26675
26676 \end_inset
26677
26678
26679 \family roman
26680 \series medium
26681
26682 \begin_inset ERT
26683 status collapsed
26684
26685 \begin_layout Plain Layout
26686
26687
26688 \backslash
26689 renewcommand{
26690 \backslash
26691 marginpar}[1]{
26692 \backslash
26693 myMarginpar{#1}}
26694 \end_layout
26695
26696 \end_inset
26697
26698
26699 \family default
26700 \series default
26701
26702 \begin_inset Note Note
26703 status collapsed
26704
26705 \begin_layout Plain Layout
26706 El formato de la nota al margen se ha cambiado sólo para este ejemplo.
26707 \end_layout
26708
26709 \end_inset
26710
26711
26712 \end_layout
26713
26714 \begin_layout Standard
26715 \begin_inset ERT
26716 status collapsed
26717
26718 \begin_layout Plain Layout
26719
26720
26721 \backslash
26722 else
26723 \end_layout
26724
26725 \end_inset
26726
26727
26728 \begin_inset Note Note
26729 status collapsed
26730
26731 \begin_layout Plain Layout
26732 Lo siguiente se mostrará en pantalla si no está instalado el paquete LaTeX
26733  
26734 \series bold
26735 marginnote
26736 \series default
26737 .
26738 \end_layout
26739
26740 \end_inset
26741
26742
26743 \end_layout
26744
26745 \begin_layout Standard
26746 Debes instalar el paquete LaTeX 
26747 \series bold
26748 marginnote
26749 \series default
26750  para ver la parte siguiente en la salida.
26751 \end_layout
26752
26753 \begin_layout Standard
26754 \begin_inset ERT
26755 status collapsed
26756
26757 \begin_layout Plain Layout
26758
26759
26760 \backslash
26761 fi
26762 \end_layout
26763
26764 \end_inset
26765
26766
26767 \end_layout
26768
26769 \begin_layout Chapter
26770 Cuadros
26771 \end_layout
26772
26773 \begin_layout Section
26774 Introducción
26775 \begin_inset Index idx
26776 status collapsed
26777
26778 \begin_layout Plain Layout
26779 Cuadros ! Introducción
26780 \end_layout
26781
26782 \end_inset
26783
26784
26785 \end_layout
26786
26787 \begin_layout Standard
26788 Los cuadros se emplean para dar formato a bloques de texto.
26789  Se pueden usar para escribir documentos con varios idiomas, véase sección
26790 \begin_inset space ~
26791 \end_inset
26792
26793
26794 \begin_inset CommandInset ref
26795 LatexCommand ref
26796 reference "sec:Minipáginas"
26797
26798 \end_inset
26799
26800 , enmarcar textos, véase sección
26801 \begin_inset space ~
26802 \end_inset
26803
26804
26805 \begin_inset CommandInset ref
26806 LatexCommand ref
26807 reference "sec:Decoración"
26808
26809 \end_inset
26810
26811 , evitar la división de palabras, véase sección
26812 \begin_inset space ~
26813 \end_inset
26814
26815
26816 \begin_inset CommandInset ref
26817 LatexCommand ref
26818 reference "sec:Evitar-la-Partición"
26819
26820 \end_inset
26821
26822 , alinear texto, véase sección
26823 \begin_inset space ~
26824 \end_inset
26825
26826
26827 \begin_inset CommandInset ref
26828 LatexCommand ref
26829 reference "sub:Alineación-Vertical"
26830
26831 \end_inset
26832
26833 , o para poner color de fondo a un texto, véase sección
26834 \begin_inset space ~
26835 \end_inset
26836
26837
26838 \begin_inset CommandInset ref
26839 LatexCommand ref
26840 reference "sec:Cuadros-Coloreados"
26841
26842 \end_inset
26843
26844 .
26845 \end_layout
26846
26847 \begin_layout Standard
26848 Se insertan con el menú 
26849 \family sans
26850 Insertar\SpecialChar \menuseparator
26851 Cuadro
26852 \family default
26853  o con el botón 
26854 \begin_inset Graphics
26855         filename ../../images/box-insert.png
26856         scale 85
26857
26858 \end_inset
26859
26860 .
26861  Surge un recuadro gris con la etiqueta 
26862 \family sans
26863 Cuadro (Minipágina)
26864 \family default
26865
26866 \begin_inset Graphics
26867         filename clipart/CuadroMinipagQt4.png
26868         scale 75
26869         keepAspectRatio
26870
26871 \end_inset
26872
26873 .
26874  El tipo de cuadro se puede elegir al hacer clic derecho sobre él y 
26875 \lang english
26876 selecting 
26877 \family sans
26878 Settings
26879 \family default
26880 \lang spanish
26881 .
26882  Sale un diálogo en el que 
26883 \family sans
26884 Cuadro
26885 \family default
26886
26887 \begin_inset space ~
26888 \end_inset
26889
26890
26891 \family sans
26892 interior
26893 \family default
26894  permite escoger los tipos 
26895 \family sans
26896 Párrafo
26897 \family default
26898  y 
26899 \family sans
26900 Minipágina
26901 \family default
26902 .
26903  
26904 \family sans
26905 Minipágina
26906 \family default
26907  es el predeterminado para nuevos cuadros y se explica en la sección
26908 \begin_inset space ~
26909 \end_inset
26910
26911
26912 \begin_inset CommandInset ref
26913 LatexCommand ref
26914 reference "sec:Minipáginas"
26915
26916 \end_inset
26917
26918 ; el tipo 
26919 \family sans
26920 Párrafo
26921 \family default
26922  se describe en la sección
26923 \begin_inset space ~
26924 \end_inset
26925
26926
26927 \begin_inset CommandInset ref
26928 LatexCommand ref
26929 reference "sec:Cuadros-de-Párrafo"
26930
26931 \end_inset
26932
26933 .
26934 \end_layout
26935
26936 \begin_layout Standard
26937 Los cuadros no se numeran y por tanto no se pueden referenciar como los
26938  flotantes o las notas al pie.
26939 \end_layout
26940
26941 \begin_layout Standard
26942 \begin_inset Note Greyedout
26943 status open
26944
26945 \begin_layout Plain Layout
26946
26947 \series bold
26948 Nota:
26949 \series default
26950  Los cuadros no deben ser el ítem en un entorno 
26951 \family sans
26952 Enumeración*
26953 \family default
26954  o 
26955 \family sans
26956 Descripción
26957 \family default
26958 .
26959 \end_layout
26960
26961 \end_inset
26962
26963
26964 \end_layout
26965
26966 \begin_layout Standard
26967 \begin_inset Note Greyedout
26968 status open
26969
26970 \begin_layout Plain Layout
26971
26972 \series bold
26973 Nota:
26974 \series default
26975  Por razones desconocidas sólo se puede poner el tipo 
26976 \family sans
26977 Cuadro
26978 \begin_inset space ~
26979 \end_inset
26980
26981 interior
26982 \family default
26983  en 
26984 \family sans
26985 Ninguno
26986 \family default
26987  cuando se emplea un cuadro enmarcado.
26988  Los cuadros sin ningún tipo de 
26989 \family sans
26990 Cuadro
26991 \begin_inset space ~
26992 \end_inset
26993
26994 interior
26995 \family default
26996  y sin marcos se explican en la sección
26997 \begin_inset space ~
26998 \end_inset
26999
27000
27001 \begin_inset CommandInset ref
27002 LatexCommand ref
27003 reference "sec:Evitar-la-Partición"
27004
27005 \end_inset
27006
27007 .
27008 \end_layout
27009
27010 \end_inset
27011
27012
27013 \end_layout
27014
27015 \begin_layout Section
27016 Diálogo de cuadros
27017 \begin_inset CommandInset label
27018 LatexCommand label
27019 name "sec:Diálogo-Cuadros"
27020
27021 \end_inset
27022
27023
27024 \begin_inset Index idx
27025 status collapsed
27026
27027 \begin_layout Plain Layout
27028 Cuadros ! Configuración
27029 \end_layout
27030
27031 \end_inset
27032
27033
27034 \end_layout
27035
27036 \begin_layout Subsection
27037 Tamaño
27038 \begin_inset Index idx
27039 status collapsed
27040
27041 \begin_layout Plain Layout
27042 Cuadros ! Tamaño
27043 \end_layout
27044
27045 \end_inset
27046
27047
27048 \end_layout
27049
27050 \begin_layout Standard
27051 En el diálogo puedes ajustar la geometría del cuadro en los campos 
27052 \family sans
27053 Ancho
27054 \family default
27055  y 
27056 \family sans
27057 Alto
27058 \family default
27059 .
27060  Las unidades disponibles para la geometría se describen en la tabla
27061 \begin_inset space ~
27062 \end_inset
27063
27064
27065 \begin_inset CommandInset ref
27066 LatexCommand ref
27067 reference "tab:Unidades"
27068
27069 \end_inset
27070
27071 .
27072  El campo 
27073 \family sans
27074 Alto
27075 \family default
27076  ofrece los siguientes tamaños adicionales:
27077 \end_layout
27078
27079 \begin_layout Description
27080 Profundidad Este es el texto plano «alto».
27081  Ignora la profundidad total cuando hay múltiples líneas de texto en el
27082  cuadro:
27083 \begin_inset Newline newline
27084 \end_inset
27085
27086
27087 \begin_inset Newline newline
27088 \end_inset
27089
27090
27091 \begin_inset Newline newline
27092 \end_inset
27093
27094
27095 \begin_inset Box Boxed
27096 position "c"
27097 hor_pos "c"
27098 has_inner_box 1
27099 inner_pos "c"
27100 use_parbox 0
27101 use_makebox 0
27102 width "12col%"
27103 special "none"
27104 height "1in"
27105 height_special "depth"
27106 status open
27107
27108 \begin_layout Plain Layout
27109 \align center
27110 Cuadro con altura establecida en 1
27111 \begin_inset space \thinspace{}
27112 \end_inset
27113
27114 Profundidad
27115 \end_layout
27116
27117 \end_inset
27118
27119
27120 \begin_inset Newline newline
27121 \end_inset
27122
27123
27124 \begin_inset Newline newline
27125 \end_inset
27126
27127
27128 \end_layout
27129
27130 \begin_layout Description
27131 Alto Es la altura del texto que está dentro del cuadro.
27132  Un valor de, p.
27133 \begin_inset space \thinspace{}
27134 \end_inset
27135
27136 e.
27137 \begin_inset space ~
27138 \end_inset
27139
27140 2 para este tamaño fijará la altura del cuadro a 2 veces la altura del texto:
27141  
27142 \begin_inset Box Boxed
27143 position "c"
27144 hor_pos "c"
27145 has_inner_box 1
27146 inner_pos "c"
27147 use_parbox 0
27148 use_makebox 0
27149 width "20col%"
27150 special "none"
27151 height "2in"
27152 height_special "height"
27153 status open
27154
27155 \begin_layout Plain Layout
27156 \align center
27157 Cuadro con altura puesta en 2
27158 \begin_inset space \thinspace{}
27159 \end_inset
27160
27161 Alto
27162 \end_layout
27163
27164 \end_inset
27165
27166
27167 \end_layout
27168
27169 \begin_layout Description
27170 Alto
27171 \begin_inset space ~
27172 \end_inset
27173
27174 total Esto es el Alto
27175 \begin_inset space \thinspace{}
27176 \end_inset
27177
27178 +
27179 \begin_inset space \thinspace{}
27180 \end_inset
27181
27182 Profundidad: 
27183 \begin_inset Box Boxed
27184 position "c"
27185 hor_pos "c"
27186 has_inner_box 1
27187 inner_pos "c"
27188 use_parbox 0
27189 use_makebox 0
27190 width "20col%"
27191 special "none"
27192 height "1in"
27193 height_special "totalheight"
27194 status open
27195
27196 \begin_layout Plain Layout
27197 \align center
27198 Cuadro con altura puesta a 1
27199 \begin_inset space \thinspace{}
27200 \end_inset
27201
27202 Alto
27203 \begin_inset space ~
27204 \end_inset
27205
27206 total
27207 \end_layout
27208
27209 \end_inset
27210
27211
27212 \end_layout
27213
27214 \begin_layout Description
27215 Ancho Esto determina al ancho del cuadro como altura: 
27216 \begin_inset Box Boxed
27217 position "c"
27218 hor_pos "c"
27219 has_inner_box 1
27220 inner_pos "c"
27221 use_parbox 0
27222 use_makebox 0
27223 width "12col%"
27224 special "none"
27225 height "1in"
27226 height_special "width"
27227 status open
27228
27229 \begin_layout Plain Layout
27230 \align center
27231 Cuadro con altura puesta en 1
27232 \begin_inset space \thinspace{}
27233 \end_inset
27234
27235 Ancho
27236 \end_layout
27237
27238 \end_inset
27239
27240
27241 \end_layout
27242
27243 \begin_layout Subsection
27244 Alineación
27245 \begin_inset Index idx
27246 status collapsed
27247
27248 \begin_layout Plain Layout
27249 Cuadros ! Alineación
27250 \end_layout
27251
27252 \end_inset
27253
27254
27255 \end_layout
27256
27257 \begin_layout Standard
27258 Si has elegido un 
27259 \family sans
27260 Cuadro
27261 \begin_inset space ~
27262 \end_inset
27263
27264 interior
27265 \family default
27266 , la alineación vertical del cuadro puede ser:
27267 \end_layout
27268
27269 \begin_layout Description
27270 Superior Ejemplo de línea de texto.
27271  
27272 \begin_inset Box Boxed
27273 position "t"
27274 hor_pos "c"
27275 has_inner_box 1
27276 inner_pos "c"
27277 use_parbox 0
27278 use_makebox 0
27279 width "12col%"
27280 special "none"
27281 height "1in"
27282 height_special "totalheight"
27283 status collapsed
27284
27285 \begin_layout Plain Layout
27286 \align center
27287 Cuadro alineado arriba.
27288 \end_layout
27289
27290 \end_inset
27291
27292  Ejemplo de línea de texto.
27293 \end_layout
27294
27295 \begin_layout Description
27296 Medio Ejemplo de línea de texto.
27297  
27298 \begin_inset Box Boxed
27299 position "c"
27300 hor_pos "c"
27301 has_inner_box 1
27302 inner_pos "c"
27303 use_parbox 0
27304 use_makebox 0
27305 width "12col%"
27306 special "none"
27307 height "1in"
27308 height_special "totalheight"
27309 status collapsed
27310
27311 \begin_layout Plain Layout
27312 \align center
27313 Cuadro alineado en medio.
27314 \end_layout
27315
27316 \end_inset
27317
27318  Ejemplo de línea de texto.
27319 \end_layout
27320
27321 \begin_layout Description
27322 Inferior Ejemplo de línea de texto.
27323  
27324 \begin_inset Box Boxed
27325 position "b"
27326 hor_pos "c"
27327 has_inner_box 1
27328 inner_pos "c"
27329 use_parbox 0
27330 use_makebox 0
27331 width "12col%"
27332 special "none"
27333 height "1in"
27334 height_special "totalheight"
27335 status collapsed
27336
27337 \begin_layout Plain Layout
27338 \align center
27339 Cuadro alineado abajo.
27340 \end_layout
27341
27342 \end_inset
27343
27344  Ejemplo de línea de texto.
27345 \end_layout
27346
27347 \begin_layout Standard
27348 \begin_inset Note Greyedout
27349 status open
27350
27351 \begin_layout Plain Layout
27352
27353 \series bold
27354 Nota:
27355 \series default
27356  La alineación vertical puede desaparecer en la salida si hay dos cuadros
27357  en una línea y, p.
27358 \begin_inset space \thinspace{}
27359 \end_inset
27360
27361 e., uno de ellos tiene sombreado y el otro no.
27362 \end_layout
27363
27364 \end_inset
27365
27366
27367 \end_layout
27368
27369 \begin_layout Standard
27370 La alineación horizontal del cuadro puede establecerse en el diálogo de
27371  configuración de párrafo de LyX si colocas el cuadro en su propio párrafo.
27372 \end_layout
27373
27374 \begin_layout Standard
27375 \begin_inset VSpace bigskip
27376 \end_inset
27377
27378 Si has escogido un 
27379 \family sans
27380 Cuadro
27381 \begin_inset space ~
27382 \end_inset
27383
27384 interior
27385 \family default
27386 , el contenido puede alinearse verticalmente a:
27387 \end_layout
27388
27389 \begin_layout Description
27390 Superior Ejemplo de línea de texto.
27391  
27392 \begin_inset Box Boxed
27393 position "c"
27394 hor_pos "c"
27395 has_inner_box 1
27396 inner_pos "t"
27397 use_parbox 0
27398 use_makebox 0
27399 width "12col%"
27400 special "none"
27401 height "1.5in"
27402 height_special "totalheight"
27403 status collapsed
27404
27405 \begin_layout Plain Layout
27406 \align center
27407 Cuadro con texto alineado arriba.
27408 \end_layout
27409
27410 \end_inset
27411
27412  Ejemplo de línea de texto.
27413 \end_layout
27414
27415 \begin_layout Description
27416 Medio Ejemplo de línea de texto.
27417  
27418 \begin_inset Box Boxed
27419 position "c"
27420 hor_pos "c"
27421 has_inner_box 1
27422 inner_pos "c"
27423 use_parbox 0
27424 use_makebox 0
27425 width "12col%"
27426 special "none"
27427 height "1.5in"
27428 height_special "totalheight"
27429 status collapsed
27430
27431 \begin_layout Plain Layout
27432 \align center
27433 Cuadro con texto alineado en medio.
27434 \end_layout
27435
27436 \end_inset
27437
27438  Ejemplo de línea de texto.
27439 \end_layout
27440
27441 \begin_layout Description
27442 Inferior Ejemplo de línea de texto.
27443  
27444 \begin_inset Box Boxed
27445 position "c"
27446 hor_pos "c"
27447 has_inner_box 1
27448 inner_pos "b"
27449 use_parbox 0
27450 use_makebox 0
27451 width "12col%"
27452 special "none"
27453 height "1.5in"
27454 height_special "totalheight"
27455 status collapsed
27456
27457 \begin_layout Plain Layout
27458 \align center
27459 Cuadro con texto alineado abajo.
27460 \end_layout
27461
27462 \end_inset
27463
27464  Ejemplo de línea de texto.
27465 \end_layout
27466
27467 \begin_layout Description
27468 Estirado Ejemplo de línea de texto.
27469  
27470 \begin_inset Box Boxed
27471 position "c"
27472 hor_pos "c"
27473 has_inner_box 1
27474 inner_pos "s"
27475 use_parbox 0
27476 use_makebox 0
27477 width "12col%"
27478 special "none"
27479 height "1.5in"
27480 height_special "totalheight"
27481 status collapsed
27482
27483 \begin_layout Plain Layout
27484 \align center
27485 Este texto
27486 \end_layout
27487
27488 \begin_layout Plain Layout
27489 \align center
27490 está
27491 \end_layout
27492
27493 \begin_layout Plain Layout
27494 \align center
27495 estirado.
27496 \end_layout
27497
27498 \end_inset
27499
27500  Ejemplo de línea de texto.
27501 \end_layout
27502
27503 \begin_layout Standard
27504 Para estirar el contenido debe tener más de un párrafo.
27505  En el ejemplo anterior cada línea de texto está en un párrafo propio.
27506 \end_layout
27507
27508 \begin_layout Standard
27509 \begin_inset VSpace bigskip
27510 \end_inset
27511
27512 Para estirar horizontalmente el contenido usa el diálogo de párrafos de
27513  LyX cuando hayas escogido un 
27514 \family sans
27515 Cuadro
27516 \begin_inset space ~
27517 \end_inset
27518
27519 interior
27520 \family default
27521 .
27522 \end_layout
27523
27524 \begin_layout Standard
27525 \align center
27526 \begin_inset Box Boxed
27527 position "c"
27528 hor_pos "c"
27529 has_inner_box 1
27530 inner_pos "s"
27531 use_parbox 0
27532 use_makebox 0
27533 width "15col%"
27534 special "none"
27535 height "1.25in"
27536 height_special "totalheight"
27537 status collapsed
27538
27539 \begin_layout Plain Layout
27540 \align left
27541 Cuadro
27542 \end_layout
27543
27544 \begin_layout Plain Layout
27545 \align center
27546 con texto
27547 \end_layout
27548
27549 \begin_layout Plain Layout
27550 \align right
27551 estirado
27552 \end_layout
27553
27554 \end_inset
27555
27556
27557 \end_layout
27558
27559 \begin_layout Standard
27560 Si no has establecido un 
27561 \family sans
27562 Cuadro
27563 \begin_inset space ~
27564 \end_inset
27565
27566 interior
27567 \family default
27568 , puedes alinear horizontalmente el contenido del cuadro en el diálogo de
27569  cuadro.
27570 \end_layout
27571
27572 \begin_layout Standard
27573 \align center
27574 \begin_inset Box Boxed
27575 position "c"
27576 hor_pos "s"
27577 has_inner_box 0
27578 inner_pos "s"
27579 use_parbox 0
27580 use_makebox 0
27581 width "90col%"
27582 special "none"
27583 height "1.25in"
27584 height_special "totalheight"
27585 status collapsed
27586
27587 \begin_layout Plain Layout
27588 \align left
27589 Texto estirado horizontalmente.
27590 \end_layout
27591
27592 \end_inset
27593
27594
27595 \end_layout
27596
27597 \begin_layout Subsection
27598 Decoración
27599 \begin_inset CommandInset label
27600 LatexCommand label
27601 name "sec:Decoración"
27602
27603 \end_inset
27604
27605
27606 \begin_inset Index idx
27607 status collapsed
27608
27609 \begin_layout Plain Layout
27610 Cuadros ! Decoración
27611 \end_layout
27612
27613 \end_inset
27614
27615
27616 \end_layout
27617
27618 \begin_layout Standard
27619 El estilo de marco del cuadro se puede determinar en la lista desplegable
27620  
27621 \family sans
27622 Tipo
27623 \family default
27624  del diálogo de cuadros.
27625  Son posibles los siguientes marcos:
27626 \end_layout
27627
27628 \begin_layout Description
27629 Marco
27630 \begin_inset space ~
27631 \end_inset
27632
27633 sencillo Dibuja un marco rectangular alrededor del cuadro.
27634  El grosor del marco depende de 
27635 \series bold
27636
27637 \backslash
27638 fboxrule
27639 \series default
27640 .
27641  
27642 \begin_inset Box Boxed
27643 position "c"
27644 hor_pos "c"
27645 has_inner_box 1
27646 inner_pos "c"
27647 use_parbox 0
27648 use_makebox 0
27649 width "25col%"
27650 special "none"
27651 height "1in"
27652 height_special "totalheight"
27653 status open
27654
27655 \begin_layout Plain Layout
27656 \align center
27657 Cuadro rectangular
27658 \end_layout
27659
27660 \end_inset
27661
27662
27663 \end_layout
27664
27665 \begin_layout Description
27666 Marco
27667 \begin_inset space ~
27668 \end_inset
27669
27670 sencillo
27671 \begin_inset space ~
27672 \end_inset
27673
27674 con
27675 \begin_inset space ~
27676 \end_inset
27677
27678 salto
27679 \begin_inset space ~
27680 \end_inset
27681
27682 de
27683 \begin_inset space ~
27684 \end_inset
27685
27686 página Si usas la decoración 
27687 \family sans
27688 marco sencillo rectangular
27689 \family default
27690  sin cuadro interior, puedes permitir saltos de página dentro del cuadro.
27691  Ten en cuenta que en ese caso, al contrario que otros cuadros enmarcados,
27692  el marco usa siempre todo el ancho de columna, el cuadro va en un párrafo
27693  propio y 
27694 \series bold
27695
27696 \backslash
27697 fboxrule
27698 \series default
27699  y 
27700 \series bold
27701
27702 \backslash
27703 fboxsep
27704 \series default
27705  no funcionan.
27706  El grosor del marco tiene el tamaño de 
27707 \series bold
27708
27709 \backslash
27710 FrameRule
27711 \series default
27712 .
27713 \begin_inset Box Framed
27714 position "t"
27715 hor_pos "c"
27716 has_inner_box 0
27717 inner_pos "t"
27718 use_parbox 0
27719 use_makebox 0
27720 width "100col%"
27721 special "none"
27722 height "1in"
27723 height_special "totalheight"
27724 status collapsed
27725
27726 \begin_layout Plain Layout
27727 Cuadro que permite saltos de página
27728 \end_layout
27729
27730 \end_inset
27731
27732
27733 \end_layout
27734
27735 \begin_layout Description
27736 Marco
27737 \begin_inset space ~
27738 \end_inset
27739
27740 ovalado,
27741 \begin_inset space ~
27742 \end_inset
27743
27744 fino Dibuja un marco ovalado cuya línea tiene un grosor de 0.4
27745 \begin_inset space \thinspace{}
27746 \end_inset
27747
27748 pt.
27749  
27750 \begin_inset Box ovalbox
27751 position "c"
27752 hor_pos "c"
27753 has_inner_box 1
27754 inner_pos "c"
27755 use_parbox 0
27756 use_makebox 0
27757 width "25col%"
27758 special "none"
27759 height "1in"
27760 height_special "totalheight"
27761 status open
27762
27763 \begin_layout Plain Layout
27764 \align center
27765 Marco ovalado, fino
27766 \end_layout
27767
27768 \end_inset
27769
27770
27771 \end_layout
27772
27773 \begin_layout Description
27774 Marco
27775 \begin_inset space ~
27776 \end_inset
27777
27778 ovalado,
27779 \begin_inset space ~
27780 \end_inset
27781
27782 grueso Dibuja un marco ovalado cuya línea tiene un grosor de 0.8
27783 \begin_inset space \thinspace{}
27784 \end_inset
27785
27786 pt.
27787  
27788 \begin_inset Box Ovalbox
27789 position "c"
27790 hor_pos "c"
27791 has_inner_box 1
27792 inner_pos "c"
27793 use_parbox 0
27794 use_makebox 0
27795 width "30col%"
27796 special "none"
27797 height "1in"
27798 height_special "totalheight"
27799 status open
27800
27801 \begin_layout Plain Layout
27802 \align center
27803 Cuadro ovalado, grueso
27804 \end_layout
27805
27806 \end_inset
27807
27808
27809 \end_layout
27810
27811 \begin_layout Description
27812 Marco
27813 \begin_inset space ~
27814 \end_inset
27815
27816 sombreado Dibuja un marco rectangular de sombra alrededor del cuadro.
27817  El grosor de la línea tiene el tamaño dado por 
27818 \series bold
27819
27820 \backslash
27821 fboxrule
27822 \series default
27823 , la sombra tiene una anchura de 4
27824 \begin_inset space \thinspace{}
27825 \end_inset
27826
27827 pt.
27828  
27829 \begin_inset Box Shadowbox
27830 position "c"
27831 hor_pos "c"
27832 has_inner_box 1
27833 inner_pos "c"
27834 use_parbox 0
27835 use_makebox 0
27836 width "20col%"
27837 special "none"
27838 height "1in"
27839 height_special "totalheight"
27840 status open
27841
27842 \begin_layout Plain Layout
27843 \align center
27844 Marco sombrado
27845 \end_layout
27846
27847 \end_inset
27848
27849
27850 \end_layout
27851
27852 \begin_layout Description
27853 Fondo
27854 \begin_inset space ~
27855 \end_inset
27856
27857 sombreado Dibuja un cuadro con fondo de color rojo.
27858  A diferencia de los cuadros coloreados,
27859 \begin_inset Foot
27860 status collapsed
27861
27862 \begin_layout Plain Layout
27863 véase sec.
27864  
27865 \begin_inset CommandInset ref
27866 LatexCommand ref
27867 reference "sec:Cuadros-Coloreados"
27868
27869 \end_inset
27870
27871
27872 \end_layout
27873
27874 \end_inset
27875
27876  siempre usa el ancho total de columna y el cuadro va en su propio párrafo.
27877 \begin_inset Box Shaded
27878 position "t"
27879 hor_pos "c"
27880 has_inner_box 0
27881 inner_pos "t"
27882 use_parbox 0
27883 use_makebox 0
27884 width "50col%"
27885 special "none"
27886 height "1in"
27887 height_special "totalheight"
27888 status open
27889
27890 \begin_layout Plain Layout
27891 Cuadro con fondo sombreado
27892 \end_layout
27893
27894 \end_inset
27895
27896
27897 \end_layout
27898
27899 \begin_layout Description
27900 Marco
27901 \begin_inset space ~
27902 \end_inset
27903
27904 doble Dibuja un rectángulo de línea doble alrededor del cuadro.
27905  El grosor de la línea interior es 0.75
27906 \begin_inset space \thinspace{}
27907 \end_inset
27908
27909
27910 \series bold
27911
27912 \backslash
27913 fboxrule
27914 \series default
27915 , el de la línea exterior es 1.5
27916 \begin_inset space \thinspace{}
27917 \end_inset
27918
27919
27920 \series bold
27921
27922 \backslash
27923 fboxrule
27924 \series default
27925 .
27926  La distancia entre líneas es 1.5
27927 \begin_inset space \thinspace{}
27928 \end_inset
27929
27930
27931 \series bold
27932
27933 \backslash
27934 fboxrule
27935 \series default
27936
27937 \begin_inset space \thinspace{}
27938 \end_inset
27939
27940 +
27941 \begin_inset space \thinspace{}
27942 \end_inset
27943
27944 0.5
27945 \begin_inset space \thinspace{}
27946 \end_inset
27947
27948 pt.
27949  
27950 \begin_inset Box Doublebox
27951 position "c"
27952 hor_pos "c"
27953 has_inner_box 1
27954 inner_pos "c"
27955 use_parbox 0
27956 use_makebox 0
27957 width "20col%"
27958 special "none"
27959 height "1in"
27960 height_special "totalheight"
27961 status open
27962
27963 \begin_layout Plain Layout
27964 \align center
27965 Marco doble
27966 \end_layout
27967
27968 \end_inset
27969
27970
27971 \end_layout
27972
27973 \begin_layout Standard
27974 \begin_inset VSpace bigskip
27975 \end_inset
27976
27977 La etiqueta del cuadro en LyX reflejará el estilo de marco elegido.
27978  Para poder utilizar los distintos marcos, debe estar instalado el paquete
27979  LaTeX 
27980 \series bold
27981 fancybox
27982 \series default
27983
27984 \begin_inset Index idx
27985 status collapsed
27986
27987 \begin_layout Plain Layout
27988 LaTeX-paquetes ! fancybox
27989 \end_layout
27990
27991 \end_inset
27992
27993 .
27994 \end_layout
27995
27996 \begin_layout Section
27997 Personalización de cuadros
27998 \begin_inset Index idx
27999 status collapsed
28000
28001 \begin_layout Plain Layout
28002 Cuadros ! Personalizar
28003 \end_layout
28004
28005 \end_inset
28006
28007
28008 \end_layout
28009
28010 \begin_layout Standard
28011 El valor predeterminado por 
28012 \series bold
28013
28014 \backslash
28015 fboxrule
28016 \series default
28017  es 0.4
28018 \begin_inset space \thinspace{}
28019 \end_inset
28020
28021 pt.
28022  Puede cambiarse con el siguiente comando en código TeX, p.
28023 \begin_inset space \thinspace{}
28024 \end_inset
28025
28026 e.
28027 \begin_inset space ~
28028 \end_inset
28029
28030 a
28031 \begin_inset space ~
28032 \end_inset
28033
28034 2
28035 \begin_inset space \thinspace{}
28036 \end_inset
28037
28038 pt:
28039 \end_layout
28040
28041 \begin_layout Standard
28042
28043 \series bold
28044
28045 \backslash
28046 setlength{
28047 \backslash
28048 fboxrule}{2pt}
28049 \end_layout
28050
28051 \begin_layout Standard
28052 \begin_inset ERT
28053 status collapsed
28054
28055 \begin_layout Plain Layout
28056
28057
28058 \backslash
28059 setlength{
28060 \backslash
28061 fboxrule}{2pt}
28062 \end_layout
28063
28064 \end_inset
28065
28066
28067 \begin_inset Box Boxed
28068 position "c"
28069 hor_pos "c"
28070 has_inner_box 1
28071 inner_pos "c"
28072 use_parbox 0
28073 use_makebox 0
28074 width "25col%"
28075 special "none"
28076 height "1in"
28077 height_special "totalheight"
28078 status open
28079
28080 \begin_layout Plain Layout
28081 \align center
28082 Cuadro rectangular con 
28083 \series bold
28084
28085 \backslash
28086 fboxrule
28087 \series default
28088
28089 \begin_inset space \thinspace{}
28090 \end_inset
28091
28092 =
28093 \begin_inset space \thinspace{}
28094 \end_inset
28095
28096 2
28097 \begin_inset space \thinspace{}
28098 \end_inset
28099
28100 pt
28101 \end_layout
28102
28103 \end_inset
28104
28105
28106 \begin_inset ERT
28107 status collapsed
28108
28109 \begin_layout Plain Layout
28110
28111
28112 \backslash
28113 setlength{
28114 \backslash
28115 fboxrule}{0.4pt}
28116 \end_layout
28117
28118 \end_inset
28119
28120
28121 \end_layout
28122
28123 \begin_layout Standard
28124 \begin_inset VSpace bigskip
28125 \end_inset
28126
28127 El espacio entre el marco y el contenido del cuadro es 3
28128 \begin_inset space \thinspace{}
28129 \end_inset
28130
28131 pt por omisión para todos los estilos.
28132  Se puede cambiar mediante la longitud 
28133 \series bold
28134
28135 \backslash
28136 fboxsep
28137 \series default
28138 .
28139  Por ejemplo el comando
28140 \end_layout
28141
28142 \begin_layout Standard
28143
28144 \series bold
28145
28146 \backslash
28147 setlength{
28148 \backslash
28149 fboxsep}{10pt}
28150 \end_layout
28151
28152 \begin_layout Standard
28153 determina un valor de 10
28154 \begin_inset space \thinspace{}
28155 \end_inset
28156
28157 pt, como en el siguiente cuadro:
28158 \end_layout
28159
28160 \begin_layout Standard
28161 \begin_inset ERT
28162 status collapsed
28163
28164 \begin_layout Plain Layout
28165
28166
28167 \backslash
28168 setlength{
28169 \backslash
28170 fboxsep}{10pt}
28171 \end_layout
28172
28173 \end_inset
28174
28175
28176 \begin_inset Box Boxed
28177 position "c"
28178 hor_pos "c"
28179 has_inner_box 1
28180 inner_pos "c"
28181 use_parbox 0
28182 use_makebox 0
28183 width "25col%"
28184 special "none"
28185 height "1in"
28186 height_special "totalheight"
28187 status open
28188
28189 \begin_layout Plain Layout
28190 \align center
28191 Cuadro rectangular con 
28192 \series bold
28193
28194 \backslash
28195 fboxsep
28196 \series default
28197
28198 \begin_inset space \thinspace{}
28199 \end_inset
28200
28201 =
28202 \begin_inset space \thinspace{}
28203 \end_inset
28204
28205 10
28206 \begin_inset space \thinspace{}
28207 \end_inset
28208
28209 pt
28210 \end_layout
28211
28212 \end_inset
28213
28214
28215 \begin_inset ERT
28216 status collapsed
28217
28218 \begin_layout Plain Layout
28219
28220
28221 \backslash
28222 setlength{
28223 \backslash
28224 fboxsep}{3pt}
28225 \end_layout
28226
28227 \end_inset
28228
28229
28230 \end_layout
28231
28232 \begin_layout Standard
28233 \begin_inset VSpace bigskip
28234 \end_inset
28235
28236 El diámetro de las esquinas de los cuadros ovalados se puede modificar con
28237  el comando 
28238 \series bold
28239
28240 \backslash
28241 cornersize
28242 \series default
28243 .
28244  El comando
28245 \end_layout
28246
28247 \begin_layout Standard
28248
28249 \series bold
28250
28251 \backslash
28252 cornersize*{1cm}
28253 \end_layout
28254
28255 \begin_layout Standard
28256 establece un diámetro de 1
28257 \begin_inset space \thinspace{}
28258 \end_inset
28259
28260 cm.
28261  El comando
28262 \end_layout
28263
28264 \begin_layout Standard
28265
28266 \series bold
28267
28268 \backslash
28269 cornersize{num}
28270 \end_layout
28271
28272 \begin_layout Standard
28273 fija el diámetro en 
28274 \family sans
28275 num
28276 \begin_inset space \thinspace{}
28277 \end_inset
28278
28279 ×
28280 \begin_inset space \thinspace{}
28281 \end_inset
28282
28283 mínimo
28284 \family default
28285  
28286 \family sans
28287 (ancho y alto del cuadro)
28288 \family default
28289 .
28290  Por omisión es 
28291 \series bold
28292
28293 \backslash
28294 cornersize{0.5}
28295 \series default
28296 .
28297 \end_layout
28298
28299 \begin_layout Standard
28300 \begin_inset ERT
28301 status collapsed
28302
28303 \begin_layout Plain Layout
28304
28305
28306 \backslash
28307 cornersize*{1.5cm}
28308 \end_layout
28309
28310 \end_inset
28311
28312
28313 \begin_inset Box Ovalbox
28314 position "c"
28315 hor_pos "c"
28316 has_inner_box 1
28317 inner_pos "c"
28318 use_parbox 0
28319 use_makebox 0
28320 width "28col%"
28321 special "none"
28322 height "1in"
28323 height_special "totalheight"
28324 status open
28325
28326 \begin_layout Plain Layout
28327 \align center
28328 Cuadro ovalado con 
28329 \series bold
28330
28331 \backslash
28332 cornersize
28333 \series default
28334
28335 \begin_inset space \thinspace{}
28336 \end_inset
28337
28338 =
28339 \begin_inset space \thinspace{}
28340 \end_inset
28341
28342 1.5
28343 \begin_inset space \thinspace{}
28344 \end_inset
28345
28346 cm
28347 \end_layout
28348
28349 \end_inset
28350
28351
28352 \begin_inset ERT
28353 status collapsed
28354
28355 \begin_layout Plain Layout
28356
28357
28358 \backslash
28359 cornersize{0.5}
28360 \end_layout
28361
28362 \end_inset
28363
28364
28365 \end_layout
28366
28367 \begin_layout Standard
28368 \begin_inset VSpace bigskip
28369 \end_inset
28370
28371 El tamaño de la sombra se puede ajustar cambiando la longitud 
28372 \series bold
28373
28374 \backslash
28375 shadowsize
28376 \series default
28377 .
28378  Este comando la ajusta a 2
28379 \begin_inset space \thinspace{}
28380 \end_inset
28381
28382 pt en el cuadro siguiente:
28383 \end_layout
28384
28385 \begin_layout Standard
28386
28387 \series bold
28388
28389 \backslash
28390 setlength{
28391 \backslash
28392 shadowsize}{2pt}
28393 \end_layout
28394
28395 \begin_layout Standard
28396 \begin_inset ERT
28397 status collapsed
28398
28399 \begin_layout Plain Layout
28400
28401
28402 \backslash
28403 setlength{
28404 \backslash
28405 shadowsize}{2pt}
28406 \end_layout
28407
28408 \end_inset
28409
28410
28411 \begin_inset Box Shadowbox
28412 position "c"
28413 hor_pos "c"
28414 has_inner_box 1
28415 inner_pos "c"
28416 use_parbox 0
28417 use_makebox 0
28418 width "28col%"
28419 special "none"
28420 height "1in"
28421 height_special "totalheight"
28422 status open
28423
28424 \begin_layout Plain Layout
28425 \align center
28426 Cuadro sombreado con 
28427 \series bold
28428
28429 \backslash
28430 shadowsize
28431 \series default
28432
28433 \begin_inset space \thinspace{}
28434 \end_inset
28435
28436 =
28437 \begin_inset space \thinspace{}
28438 \end_inset
28439
28440 2
28441 \begin_inset space \thinspace{}
28442 \end_inset
28443
28444 pt
28445 \end_layout
28446
28447 \end_inset
28448
28449
28450 \begin_inset ERT
28451 status collapsed
28452
28453 \begin_layout Plain Layout
28454
28455
28456 \backslash
28457 setlength{
28458 \backslash
28459 shadowsize}{4pt}
28460 \end_layout
28461
28462 \end_inset
28463
28464
28465 \end_layout
28466
28467 \begin_layout Standard
28468 \begin_inset VSpace bigskip
28469 \end_inset
28470
28471
28472 \end_layout
28473
28474 \begin_layout Standard
28475 Por omisión, el tamaño 
28476 \series bold
28477
28478 \backslash
28479 FrameRule
28480 \series default
28481  es 0,4
28482 \begin_inset space \thinspace{}
28483 \end_inset
28484
28485 pt.
28486  El espacio por omisión entre el contenido de la nota y el marco es 9
28487 \begin_inset space \thinspace{}
28488 \end_inset
28489
28490 pt; puede cambiarse con el valor de 
28491 \series bold
28492
28493 \backslash
28494 FrameSep
28495 \series default
28496 .
28497  Por ejemplo, el marco del cuadro siguiente se establece con los comandos
28498  en código TeX
28499 \end_layout
28500
28501 \begin_layout Standard
28502
28503 \series bold
28504
28505 \backslash
28506 setlength{
28507 \backslash
28508 FrameRule}{5pt}
28509 \begin_inset Newline newline
28510 \end_inset
28511
28512
28513 \backslash
28514 setlength{
28515 \backslash
28516 FrameSep}{0.5cm}
28517 \end_layout
28518
28519 \begin_layout Standard
28520 \begin_inset ERT
28521 status collapsed
28522
28523 \begin_layout Plain Layout
28524
28525
28526 \backslash
28527 setlength{
28528 \backslash
28529 FrameRule}{5pt}
28530 \end_layout
28531
28532 \begin_layout Plain Layout
28533
28534
28535 \backslash
28536 setlength{
28537 \backslash
28538 FrameSep}{0.5cm}
28539 \end_layout
28540
28541 \end_inset
28542
28543
28544 \begin_inset Box Framed
28545 position "t"
28546 hor_pos "c"
28547 has_inner_box 0
28548 inner_pos "t"
28549 use_parbox 0
28550 use_makebox 0
28551 width "100col%"
28552 special "none"
28553 height "1in"
28554 height_special "totalheight"
28555 status open
28556
28557 \begin_layout Plain Layout
28558 Texto en un 
28559 \family sans
28560 marco
28561 \begin_inset space ~
28562 \end_inset
28563
28564 sencillo
28565 \begin_inset space ~
28566 \end_inset
28567
28568 con
28569 \begin_inset space ~
28570 \end_inset
28571
28572 salto
28573 \begin_inset space ~
28574 \end_inset
28575
28576 de
28577 \begin_inset space ~
28578 \end_inset
28579
28580 página
28581 \family default
28582 .
28583 \end_layout
28584
28585 \end_inset
28586
28587
28588 \begin_inset ERT
28589 status collapsed
28590
28591 \begin_layout Plain Layout
28592
28593
28594 \backslash
28595 setlength{
28596 \backslash
28597 FrameRule}{0.4pt}
28598 \end_layout
28599
28600 \begin_layout Plain Layout
28601
28602
28603 \backslash
28604 setlength{
28605 \backslash
28606 FrameSep}{9pt}
28607 \end_layout
28608
28609 \end_inset
28610
28611
28612 \end_layout
28613
28614 \begin_layout Standard
28615 \begin_inset VSpace bigskip
28616 \end_inset
28617
28618
28619 \end_layout
28620
28621 \begin_layout Standard
28622 Para los cuadros con 
28623 \family sans
28624 fondo
28625 \begin_inset space ~
28626 \end_inset
28627
28628 sombreado
28629 \family default
28630  el espacio por omisión entre el contenido y el marco es 3
28631 \begin_inset space \thinspace{}
28632 \end_inset
28633
28634 pt; se puede cambiar con el valor de 
28635 \series bold
28636
28637 \backslash
28638 fboxsep
28639 \series default
28640 .
28641  El color rojo predeterminado se puede cambiar en el sitio con el comando
28642  
28643 \series bold
28644
28645 \backslash
28646 definecolor{shadecolor}
28647 \series default
28648  o globalmente con el menú 
28649 \family sans
28650 Herramientas
28651 \family default
28652 \SpecialChar \menuseparator
28653
28654 \family sans
28655 Preferencias
28656 \family default
28657 \SpecialChar \menuseparator
28658
28659 \family sans
28660 Colores
28661 \family default
28662 \SpecialChar \menuseparator
28663
28664 \family sans
28665 cuadro
28666 \begin_inset space ~
28667 \end_inset
28668
28669 sombreado
28670 \family default
28671 .
28672  El esquema del comando 
28673 \series bold
28674
28675 \backslash
28676 definecolor
28677 \series default
28678  se explica en la sección
28679 \begin_inset space ~
28680 \end_inset
28681
28682
28683 \begin_inset CommandInset ref
28684 LatexCommand ref
28685 reference "sec:Tablas-Coloreadas"
28686
28687 \end_inset
28688
28689 .
28690 \begin_inset Foot
28691 status collapsed
28692
28693 \begin_layout Plain Layout
28694 El comando 
28695 \series bold
28696
28697 \backslash
28698 definecolor
28699 \series default
28700  requiere el paquete LaTeX 
28701 \series bold
28702 color
28703 \series default
28704  en el preámbulo, véase la sección
28705 \begin_inset space ~
28706 \end_inset
28707
28708
28709 \begin_inset CommandInset ref
28710 LatexCommand ref
28711 reference "sec:Cuadros-Coloreados"
28712
28713 \end_inset
28714
28715 .
28716 \end_layout
28717
28718 \end_inset
28719
28720  Por ejemplo, la nota siguiente se define con los comandos en código TeX
28721 \end_layout
28722
28723 \begin_layout Standard
28724
28725 \series bold
28726
28727 \backslash
28728 setlength{
28729 \backslash
28730 fboxsep}{0.5cm}
28731 \series default
28732
28733 \begin_inset Newline newline
28734 \end_inset
28735
28736
28737 \series bold
28738
28739 \backslash
28740 definecolor{shadecolor}{cmyk}{0.5,0,1,0.5}
28741 \end_layout
28742
28743 \begin_layout Standard
28744 \begin_inset ERT
28745 status collapsed
28746
28747 \begin_layout Plain Layout
28748
28749
28750 \backslash
28751 setlength{
28752 \backslash
28753 fboxsep}{0.5cm}
28754 \end_layout
28755
28756 \begin_layout Plain Layout
28757
28758
28759 \backslash
28760 definecolor{shadecolor}{cmyk}{0.5,0,1,0.5}
28761 \end_layout
28762
28763 \end_inset
28764
28765
28766 \begin_inset Box Shaded
28767 position "t"
28768 hor_pos "c"
28769 has_inner_box 0
28770 inner_pos "t"
28771 use_parbox 0
28772 use_makebox 0
28773 width "100col%"
28774 special "none"
28775 height "1in"
28776 height_special "totalheight"
28777 status open
28778
28779 \begin_layout Plain Layout
28780
28781 \color yellow
28782 Texto amarillo en un cuadro con 
28783 \family sans
28784 fondo sombreado 
28785 \family default
28786  en color verde oscuro.
28787 \end_layout
28788
28789 \end_inset
28790
28791
28792 \begin_inset ERT
28793 status collapsed
28794
28795 \begin_layout Plain Layout
28796
28797
28798 \backslash
28799 setlength{
28800 \backslash
28801 fboxsep}{3pt}
28802 \end_layout
28803
28804 \begin_layout Plain Layout
28805
28806
28807 \backslash
28808 definecolor{shadecolor}{rgb}{1,0,0}
28809 \end_layout
28810
28811 \end_inset
28812
28813
28814 \end_layout
28815
28816 \begin_layout Standard
28817 \begin_inset VSpace bigskip
28818 \end_inset
28819
28820 Los cambios en las dimensiones son válidos para todos los cuadros que siguen
28821  a los comandos.
28822 \end_layout
28823
28824 \begin_layout Section
28825 Minipáginas
28826 \begin_inset CommandInset label
28827 LatexCommand label
28828 name "sec:Minipáginas"
28829
28830 \end_inset
28831
28832
28833 \begin_inset Index idx
28834 status collapsed
28835
28836 \begin_layout Plain Layout
28837 Cuadros ! Minipáginas
28838 \end_layout
28839
28840 \end_inset
28841
28842
28843 \end_layout
28844
28845 \begin_layout Standard
28846 Las minipáginas son tratadas por LaTeX como páginas dentro de páginas y
28847  por tanto pueden tener, por ejemplo, sus propias notas al pie.
28848 \end_layout
28849
28850 \begin_layout Standard
28851 Las minipáginas son útiles para escribir documentos en distintas lenguas.
28852 \end_layout
28853
28854 \begin_layout Standard
28855 A continuación hay dos ejemplos de minipáginas adosadas.
28856  Su anchura está puesta en 45
28857 \begin_inset space \thinspace{}
28858 \end_inset
28859
28860 % y separadas por un relleno horizontal, insertado vía el menú 
28861 \family sans
28862 Insertar\SpecialChar \menuseparator
28863 Formato\SpecialChar \menuseparator
28864 Relleno
28865 \begin_inset space ~
28866 \end_inset
28867
28868 horizontal
28869 \family default
28870 .
28871 \end_layout
28872
28873 \begin_layout Standard
28874 \begin_inset Box Frameless
28875 position "t"
28876 hor_pos "c"
28877 has_inner_box 1
28878 inner_pos "c"
28879 use_parbox 0
28880 use_makebox 0
28881 width "45col%"
28882 special "none"
28883 height "1in"
28884 height_special "totalheight"
28885 status open
28886
28887 \begin_layout Plain Layout
28888
28889 \lang german
28890 Dies ist ein deutscher Text.
28891  Dies ist ein deutscher Text.
28892  Dies ist ein deutscher Text.
28893  Dies ist ein deutscher Text.
28894  Dies ist ein deutscher Text.
28895  Dies ist ein deutscher Text.
28896  Dies ist ein deutscher Text.
28897  Dies ist ein deutscher Text.
28898  Dies ist ein deutscher Text.
28899  Dies ist ein deutscher Text.
28900  Dies ist ein deutscher Text.
28901  Dies ist ein deutscher Text.
28902  Dies ist ein deutscher Text
28903 \begin_inset Foot
28904 status collapsed
28905
28906 \begin_layout Plain Layout
28907
28908 \lang german
28909 Dies ist eine deutsche Fußnote.
28910 \end_layout
28911
28912 \end_inset
28913
28914 .
28915  Dies ist ein deutscher Text.
28916  Dies ist ein deutscher Text.
28917 \end_layout
28918
28919 \end_inset
28920
28921
28922 \begin_inset space \hfill{}
28923 \end_inset
28924
28925
28926 \begin_inset Box Frameless
28927 position "t"
28928 hor_pos "c"
28929 has_inner_box 1
28930 inner_pos "c"
28931 use_parbox 0
28932 use_makebox 0
28933 width "45col%"
28934 special "none"
28935 height "1in"
28936 height_special "totalheight"
28937 status open
28938
28939 \begin_layout Plain Layout
28940
28941 \lang english
28942 This is an English Text.
28943  This is an English Text.
28944  This is an English Text.
28945  This is an English Text.
28946  This is an English Text.
28947  This is an English Text.
28948  This is an English Text.
28949  This is an English Text.
28950  This is an English Text.
28951  This is an English Text.
28952  This is an English Text.
28953  This is an English Text.
28954  This is an English Text.
28955  This is an English Text.
28956  This is an English Text.
28957  This is an English Text.
28958 \begin_inset Foot
28959 status collapsed
28960
28961 \begin_layout Plain Layout
28962
28963 \lang english
28964 This is an English footnote.
28965 \end_layout
28966
28967 \end_inset
28968
28969  This is an English Text.
28970  
28971 \end_layout
28972
28973 \end_inset
28974
28975
28976 \end_layout
28977
28978 \begin_layout Standard
28979 \begin_inset VSpace bigskip
28980 \end_inset
28981
28982 La configuración global de párrafos se ignora en las minipáginas.
28983  Esto significa que en las mismas no habrá espacio entre párrafos aunque
28984  pongas p.
28985 \begin_inset space \thinspace{}
28986 \end_inset
28987
28988 e.
28989 \begin_inset space ~
28990 \end_inset
28991
28992
28993 \family sans
28994 Salto
28995 \begin_inset space ~
28996 \end_inset
28997
28998 medio
28999 \family default
29000  en la configuración del documento.
29001 \end_layout
29002
29003 \begin_layout Standard
29004 Las minipáginas también sirven para poner un color de fondo para partes
29005  de texto, véase sección
29006 \begin_inset space ~
29007 \end_inset
29008
29009
29010 \begin_inset CommandInset ref
29011 LatexCommand ref
29012 reference "sub:Color-en-Párrafos"
29013
29014 \end_inset
29015
29016 .
29017 \end_layout
29018
29019 \begin_layout Standard
29020 \begin_inset Note Greyedout
29021 status open
29022
29023 \begin_layout Plain Layout
29024
29025 \series bold
29026 Nota:
29027 \series default
29028  No puedes tener flotantes o notas al margen en minipáginas pero sí puedes
29029  tener minipáginas en tablas, flotantes, y otros cuadros.
29030 \end_layout
29031
29032 \end_inset
29033
29034
29035 \end_layout
29036
29037 \begin_layout Section
29038 Cuadros de párrafo
29039 \begin_inset CommandInset label
29040 LatexCommand label
29041 name "sec:Cuadros-de-Párrafo"
29042
29043 \end_inset
29044
29045
29046 \begin_inset Index idx
29047 status collapsed
29048
29049 \begin_layout Plain Layout
29050 Cuadros ! de párrafo
29051 \end_layout
29052
29053 \end_inset
29054
29055
29056 \end_layout
29057
29058 \begin_layout Standard
29059 Los cuadros de párrafo son similares a las minipáginas con la diferencia
29060  de que no pueden contener notas al pie.
29061   La diferencia principal es que las minipáginas no son verdaderos cuadros
29062  sino entornos de LaTeX.
29063 \end_layout
29064
29065 \begin_layout Standard
29066 \align center
29067 \begin_inset Box Frameless
29068 position "t"
29069 hor_pos "c"
29070 has_inner_box 1
29071 inner_pos "t"
29072 use_parbox 1
29073 use_makebox 0
29074 width "33col%"
29075 special "none"
29076 height "1in"
29077 height_special "totalheight"
29078 status collapsed
29079
29080 \begin_layout Plain Layout
29081 Texto en un cuadro de párrafo.
29082  Texto en un cuadro de párrafo.
29083  Esta nota no aparece:
29084 \begin_inset Foot
29085 status collapsed
29086
29087 \begin_layout Plain Layout
29088 Esta es una nota en cuadro de párrafo y por eso no aparecerá.
29089 \end_layout
29090
29091 \end_inset
29092
29093
29094 \end_layout
29095
29096 \end_inset
29097
29098
29099 \end_layout
29100
29101 \begin_layout Section
29102 Cuadros para palabras y caracteres
29103 \begin_inset Index idx
29104 status collapsed
29105
29106 \begin_layout Plain Layout
29107 Cuadros ! para palabras y caracteres
29108 \end_layout
29109
29110 \end_inset
29111
29112
29113 \end_layout
29114
29115 \begin_layout Subsection
29116 Evitar la partición de palabras
29117 \begin_inset CommandInset label
29118 LatexCommand label
29119 name "sec:Evitar-la-Partición"
29120
29121 \end_inset
29122
29123
29124 \begin_inset Index idx
29125 status collapsed
29126
29127 \begin_layout Plain Layout
29128 Cuadros ! para evitar la partición de palabras
29129 \end_layout
29130
29131 \end_inset
29132
29133
29134 \end_layout
29135
29136 \begin_layout Standard
29137 Hay un tipo especial de cuadro para impedir que una palabra sea partida
29138  con guión.
29139 \begin_inset Newline newline
29140 \end_inset
29141
29142 He aquí un ejemplo:
29143 \end_layout
29144
29145 \begin_layout Standard
29146 Esta línea es un ejemplo para mostrar cómo evitar la división de «estalarguísima
29147 palabra».
29148 \end_layout
29149
29150 \begin_layout Standard
29151 Para evitar su división usa el comando
29152 \end_layout
29153
29154 \begin_layout Standard
29155
29156 \series bold
29157
29158 \backslash
29159 mbox{
29160 \end_layout
29161
29162 \begin_layout Standard
29163 en código TeX antes de la palabra.
29164  Tras ella inserta una llave de cierre «
29165 \series bold
29166 }
29167 \series default
29168 » en código TeX.
29169 \end_layout
29170
29171 \begin_layout Standard
29172 Este es el resultado:
29173 \end_layout
29174
29175 \begin_layout Standard
29176 Esta línea es un ejemplo para mostrar cómo evitar la división de 
29177 \begin_inset ERT
29178 status collapsed
29179
29180 \begin_layout Plain Layout
29181
29182
29183 \backslash
29184 mbox{
29185 \end_layout
29186
29187 \end_inset
29188
29189 «estalarguísimapalabra».
29190 \begin_inset ERT
29191 status collapsed
29192
29193 \begin_layout Plain Layout
29194
29195 }
29196 \end_layout
29197
29198 \end_inset
29199
29200
29201 \end_layout
29202
29203 \begin_layout Standard
29204 Como alternativa puedes poner el comando «
29205 \series bold
29206
29207 \backslash
29208 -
29209 \series default
29210 » en código TeX directamente antes de la palabra:
29211 \end_layout
29212
29213 \begin_layout Standard
29214 Esta línea es un ejemplo para mostrar cómo evitar la división de «
29215 \begin_inset ERT
29216 status collapsed
29217
29218 \begin_layout Plain Layout
29219
29220
29221 \backslash
29222 -
29223 \end_layout
29224
29225 \end_inset
29226
29227 estalarguísimapalabra».
29228 \end_layout
29229
29230 \begin_layout Standard
29231 Por supuesto, la palabra sobresale del margen.
29232  Para evitarlo añade, con el menú 
29233 \family sans
29234 Insertar\SpecialChar \menuseparator
29235 Formato\SpecialChar \menuseparator
29236 Salto
29237 \begin_inset space ~
29238 \end_inset
29239
29240 de
29241 \begin_inset space ~
29242 \end_inset
29243
29244
29245 \family default
29246 línea (atajo 
29247 \family sans
29248 Ctrl+Retorno
29249 \family default
29250 ), un salto de línea antes de la palabra:
29251 \end_layout
29252
29253 \begin_layout Standard
29254 Esta línea es un ejemplo para mostrar cómo prevenir la división de 
29255 \begin_inset Newline newline
29256 \end_inset
29257
29258
29259 \begin_inset ERT
29260 status collapsed
29261
29262 \begin_layout Plain Layout
29263
29264
29265 \backslash
29266 mbox{
29267 \end_layout
29268
29269 \end_inset
29270
29271 «estalarguísimapalabra».
29272 \begin_inset ERT
29273 status collapsed
29274
29275 \begin_layout Plain Layout
29276
29277 }
29278 \end_layout
29279
29280 \end_inset
29281
29282
29283 \end_layout
29284
29285 \begin_layout Subsection
29286 Alineación vertical
29287 \begin_inset CommandInset label
29288 LatexCommand label
29289 name "sub:Alineación-Vertical"
29290
29291 \end_inset
29292
29293
29294 \begin_inset Index idx
29295 status collapsed
29296
29297 \begin_layout Plain Layout
29298 Cuadros ! para alineación vertical
29299 \end_layout
29300
29301 \end_inset
29302
29303
29304 \end_layout
29305
29306 \begin_layout Standard
29307 Con ayuda del comando 
29308 \series bold
29309
29310 \backslash
29311 raisebox
29312 \series default
29313  puedes alinear verticalmente con el texto circundante palabras o caracteres.
29314  
29315 \series bold
29316
29317 \backslash
29318 raisebox
29319 \series default
29320  se utiliza según el esquema:
29321 \end_layout
29322
29323 \begin_layout Standard
29324
29325 \series bold
29326
29327 \backslash
29328 raisebox{elevación}[altura][profundidad]{contenido del cuadro}
29329 \end_layout
29330
29331 \begin_layout Standard
29332 La elevación puede ser un valor positivo para subir el cuadro o negativo
29333  para bajarlo.
29334 \end_layout
29335
29336 \begin_layout Standard
29337 Para alinear una palabra, p.
29338 \begin_inset space \thinspace{}
29339 \end_inset
29340
29341 e
29342 \begin_inset space ~
29343 \end_inset
29344
29345 «prevención» para que la parte inferior de la letra más «profunda» «p» esté
29346  en la línea de base, inserta el comando
29347 \end_layout
29348
29349 \begin_layout Standard
29350
29351 \series bold
29352
29353 \backslash
29354 raisebox{
29355 \backslash
29356 depth}{
29357 \end_layout
29358
29359 \begin_layout Standard
29360 en código TeX antes de la palabra.
29361  Detrás de la palabra inserta una llave de cierre «
29362 \series bold
29363 }
29364 \series default
29365 » en código TeX.
29366 \begin_inset Newline newline
29367 \end_inset
29368
29369 Este es el resultado:
29370 \end_layout
29371
29372 \begin_layout Standard
29373 Esto es una línea de texto con la palabra 
29374 \begin_inset ERT
29375 status collapsed
29376
29377 \begin_layout Plain Layout
29378
29379
29380 \backslash
29381 raisebox{
29382 \backslash
29383 depth}{
29384 \end_layout
29385
29386 \end_inset
29387
29388 «prevención»
29389 \begin_inset ERT
29390 status collapsed
29391
29392 \begin_layout Plain Layout
29393
29394 }
29395 \end_layout
29396
29397 \end_inset
29398
29399  elevada.
29400 \end_layout
29401
29402 \begin_layout Standard
29403 \begin_inset VSpace bigskip
29404 \end_inset
29405
29406 Al subir o bajar caracteres en una línea, se modifica el espacio entre líneas:
29407 \end_layout
29408
29409 \begin_layout Standard
29410 Esto es una línea de texto con la palabra 
29411 \begin_inset ERT
29412 status collapsed
29413
29414 \begin_layout Plain Layout
29415
29416
29417 \backslash
29418 raisebox{-
29419 \backslash
29420 depth}{
29421 \end_layout
29422
29423 \end_inset
29424
29425 «prevención»
29426 \begin_inset ERT
29427 status collapsed
29428
29429 \begin_layout Plain Layout
29430
29431 }
29432 \end_layout
29433
29434 \end_inset
29435
29436  bajada.
29437 \begin_inset Newline newline
29438 \end_inset
29439
29440 Esto es una línea de texto con la palabra 
29441 \begin_inset ERT
29442 status collapsed
29443
29444 \begin_layout Plain Layout
29445
29446
29447 \backslash
29448 raisebox{0.5cm}{
29449 \end_layout
29450
29451 \end_inset
29452
29453 «testigo»
29454 \begin_inset ERT
29455 status collapsed
29456
29457 \begin_layout Plain Layout
29458
29459 }
29460 \end_layout
29461
29462 \end_inset
29463
29464  elevada.
29465 \end_layout
29466
29467 \begin_layout Standard
29468 Si por alguna razón quieres impedir esto, pon la altura de cuadro a cero.
29469  Por ejemplo
29470 \end_layout
29471
29472 \begin_layout Standard
29473
29474 \series bold
29475
29476 \backslash
29477 raisebox{-
29478 \backslash
29479 depth}[0pt]{
29480 \end_layout
29481
29482 \begin_layout Standard
29483 Esto es una línea de texto con la palabra 
29484 \begin_inset ERT
29485 status collapsed
29486
29487 \begin_layout Plain Layout
29488
29489
29490 \backslash
29491 raisebox{-
29492 \backslash
29493 depth}[0pt]{
29494 \end_layout
29495
29496 \end_inset
29497
29498 «prevención»
29499 \begin_inset ERT
29500 status collapsed
29501
29502 \begin_layout Plain Layout
29503
29504 }
29505 \end_layout
29506
29507 \end_inset
29508
29509  bajada.
29510 \begin_inset Newline newline
29511 \end_inset
29512
29513 Esto es una línea de texto con la palabra 
29514 \begin_inset ERT
29515 status collapsed
29516
29517 \begin_layout Plain Layout
29518
29519
29520 \backslash
29521 raisebox{0.5cm}[0pt]{
29522 \end_layout
29523
29524 \end_inset
29525
29526 «testigo»
29527 \begin_inset ERT
29528 status collapsed
29529
29530 \begin_layout Plain Layout
29531
29532 }
29533 \end_layout
29534
29535 \end_inset
29536
29537  elevada.
29538 \end_layout
29539
29540 \begin_layout Section
29541 Cuadros coloreados
29542 \begin_inset CommandInset label
29543 LatexCommand label
29544 name "sec:Cuadros-Coloreados"
29545
29546 \end_inset
29547
29548
29549 \begin_inset Index idx
29550 status collapsed
29551
29552 \begin_layout Plain Layout
29553 Cuadros ! Color
29554 \end_layout
29555
29556 \end_inset
29557
29558
29559 \end_layout
29560
29561 \begin_layout Subsection
29562 Color en texto
29563 \begin_inset Index idx
29564 status collapsed
29565
29566 \begin_layout Plain Layout
29567 Color ! en texto
29568 \end_layout
29569
29570 \end_inset
29571
29572
29573 \end_layout
29574
29575 \begin_layout Standard
29576 Para colorear el fondo de un texto, éste debe ponerse en un cuadro coloreado.
29577  Esto requiere cargar el paquete LaTeX 
29578 \series bold
29579 color
29580 \series default
29581
29582 \begin_inset Index idx
29583 status collapsed
29584
29585 \begin_layout Plain Layout
29586 LaTeX-paquetes ! color
29587 \end_layout
29588
29589 \end_inset
29590
29591  en el preámbulo del documento con
29592 \end_layout
29593
29594 \begin_layout Standard
29595
29596 \series bold
29597
29598 \backslash
29599 @ifundef\SpecialChar \textcompwordmark{}
29600 ined{textcolor}
29601 \begin_inset Newline newline
29602 \end_inset
29603
29604
29605 \begin_inset Phantom HPhantom
29606 status open
29607
29608 \begin_layout Plain Layout
29609
29610 \series bold
29611 \begin_inset space ~
29612 \end_inset
29613
29614
29615 \end_layout
29616
29617 \end_inset
29618
29619 {
29620 \backslash
29621 usepackage{color}}{}
29622 \end_layout
29623
29624 \begin_layout Standard
29625 LyX cargará automáticamente el paquete 
29626 \series bold
29627 color
29628 \series default
29629  cuando colorees texto.
29630 \begin_inset Foot
29631 status collapsed
29632
29633 \begin_layout Plain Layout
29634 Para evitar cargarlo dos veces se usa el comando 
29635 \series bold
29636
29637 \backslash
29638 @ifundef\SpecialChar \textcompwordmark{}
29639 ined
29640 \series default
29641 .
29642 \end_layout
29643
29644 \end_inset
29645
29646
29647 \end_layout
29648
29649 \begin_layout Standard
29650 \begin_inset VSpace medskip
29651 \end_inset
29652
29653 Los cuadros coloreados se crean con el comando 
29654 \series bold
29655
29656 \backslash
29657 colorbox
29658 \series default
29659 , de acuerdo con el siguiente esquema:
29660 \end_layout
29661
29662 \begin_layout Standard
29663
29664 \series bold
29665
29666 \backslash
29667 colorbox{color}{contenido del cuadro}
29668 \end_layout
29669
29670 \begin_layout Standard
29671 El contenido también puede ser un cuadro y los cuadros coloreados también
29672  pueden estar en otros cuadros.
29673 \end_layout
29674
29675 \begin_layout Standard
29676 Los siguientes colores están predefinidos:
29677 \begin_inset Newline newline
29678 \end_inset
29679
29680
29681 \family sans
29682 red
29683 \family default
29684
29685 \family sans
29686 green
29687 \family default
29688
29689 \family sans
29690 yellow, blue
29691 \family default
29692
29693 \family sans
29694 cyan
29695 \family default
29696 \series bold
29697 ,
29698 \series default
29699  
29700 \family sans
29701 magenta, black
29702 \family default
29703
29704 \family sans
29705 white
29706 \family default
29707 .
29708 \begin_inset Newline newline
29709 \end_inset
29710
29711 También puedes definir tus propios colores según se explica en la sección
29712 \begin_inset space ~
29713 \end_inset
29714
29715
29716 \begin_inset CommandInset ref
29717 LatexCommand ref
29718 reference "sec:Tablas-Coloreadas"
29719
29720 \end_inset
29721
29722 .
29723 \end_layout
29724
29725 \begin_layout Standard
29726 Por ejemplo, para poner fondo rojo a una palabra, inserta el comando
29727 \end_layout
29728
29729 \begin_layout Standard
29730
29731 \series bold
29732
29733 \backslash
29734 colorbox{red}{
29735 \end_layout
29736
29737 \begin_layout Standard
29738 en código TeX antes de la palabra.
29739  Tras la palabra inserta una llave de cierre «
29740 \series bold
29741 }
29742 \series default
29743 » en código TeX.
29744 \begin_inset Newline newline
29745 \end_inset
29746
29747 Este es el resultado:
29748 \end_layout
29749
29750 \begin_layout Standard
29751 Línea en la que la palabra 
29752 \begin_inset ERT
29753 status collapsed
29754
29755 \begin_layout Plain Layout
29756
29757
29758 \backslash
29759 colorbox{red}{
29760 \end_layout
29761
29762 \end_inset
29763
29764 «¡Atención!»
29765 \begin_inset ERT
29766 status collapsed
29767
29768 \begin_layout Plain Layout
29769
29770 }
29771 \end_layout
29772
29773 \end_inset
29774
29775  tiene fondo rojo.
29776 \end_layout
29777
29778 \begin_layout Standard
29779 \begin_inset VSpace bigskip
29780 \end_inset
29781
29782 Si quieres un marco de distinto color, puedes emplear el comando 
29783 \series bold
29784
29785 \backslash
29786 fcolorbox
29787 \series default
29788  con el esquema siguiente:
29789 \end_layout
29790
29791 \begin_layout Standard
29792
29793 \series bold
29794
29795 \backslash
29796 fcolorbox{color del marco}{color del cuadro}{contenido del cuadro}
29797 \end_layout
29798
29799 \begin_layout Standard
29800
29801 \series bold
29802
29803 \backslash
29804 fcolorbox
29805 \series default
29806  es una extensión de 
29807 \series bold
29808
29809 \backslash
29810 colorbox
29811 \series default
29812 .
29813  El grosor del marco y el espacio entre él y el contenido se puede ajustar
29814  con las longitudes 
29815 \series bold
29816
29817 \backslash
29818 fboxrule
29819 \series default
29820  y 
29821 \series bold
29822
29823 \backslash
29824 fboxsep
29825 \series default
29826 , respectivamente, como se describe en la sección
29827 \begin_inset space ~
29828 \end_inset
29829
29830
29831 \begin_inset CommandInset ref
29832 LatexCommand ref
29833 reference "sec:Decoración"
29834
29835 \end_inset
29836
29837 .
29838 \end_layout
29839
29840 \begin_layout Standard
29841 Para el ejemplo siguiente se ha utilizado el comando
29842 \end_layout
29843
29844 \begin_layout Standard
29845
29846 \series bold
29847
29848 \backslash
29849 fcolorbox{cyan}{magenta}{
29850 \end_layout
29851
29852 \begin_layout Standard
29853 Este es un ejemplo en el que se ha puesto un grosor de 1
29854 \begin_inset space \thinspace{}
29855 \end_inset
29856
29857 mm para la línea del marco:
29858 \begin_inset Newline newline
29859 \end_inset
29860
29861
29862 \begin_inset ERT
29863 status collapsed
29864
29865 \begin_layout Plain Layout
29866
29867
29868 \backslash
29869 fboxrule 1mm 
29870 \backslash
29871 fboxsep 1mm
29872 \end_layout
29873
29874 \end_inset
29875
29876
29877 \begin_inset ERT
29878 status collapsed
29879
29880 \begin_layout Plain Layout
29881
29882
29883 \backslash
29884 fcolorbox{cyan}{magenta}{
29885 \end_layout
29886
29887 \end_inset
29888
29889 Texto en un marco coloreado y enmarcado.
29890 \begin_inset ERT
29891 status collapsed
29892
29893 \begin_layout Plain Layout
29894
29895 }
29896 \end_layout
29897
29898 \end_inset
29899
29900
29901 \end_layout
29902
29903 \begin_layout Standard
29904 \begin_inset VSpace bigskip
29905 \end_inset
29906
29907 Por supuesto también puedes colorear el texto en un marco coloreado:
29908 \begin_inset Newline newline
29909 \end_inset
29910
29911
29912 \begin_inset ERT
29913 status collapsed
29914
29915 \begin_layout Plain Layout
29916
29917
29918 \backslash
29919 fcolorbox{cyan}{magenta}{
29920 \end_layout
29921
29922 \end_inset
29923
29924
29925 \color yellow
29926 Texto coloreado en un marco sombreado y coloreado.
29927 \color none
29928
29929 \begin_inset ERT
29930 status collapsed
29931
29932 \begin_layout Plain Layout
29933
29934 }
29935 \end_layout
29936
29937 \end_inset
29938
29939
29940 \begin_inset ERT
29941 status collapsed
29942
29943 \begin_layout Plain Layout
29944
29945
29946 \backslash
29947 fboxrule 0.4pt 
29948 \backslash
29949 fboxsep 3pt
29950 \end_layout
29951
29952 \end_inset
29953
29954
29955 \end_layout
29956
29957 \begin_layout Standard
29958
29959 \series bold
29960 \begin_inset VSpace medskip
29961 \end_inset
29962
29963
29964 \end_layout
29965
29966 \begin_layout Standard
29967 \begin_inset Note Greyedout
29968 status open
29969
29970 \begin_layout Plain Layout
29971
29972 \series bold
29973 Nota:
29974 \series default
29975  El texto en cuadros coloreados no puede tener saltos de línea.
29976  Para colorear líneas o párrafos múltiples, usa un cuadro dentro de un cuadro
29977  coloreado como se describe a continuación.
29978 \end_layout
29979
29980 \end_inset
29981
29982
29983 \end_layout
29984
29985 \begin_layout Subsection
29986 Color en párrafos
29987 \begin_inset CommandInset label
29988 LatexCommand label
29989 name "sub:Color-en-Párrafos"
29990
29991 \end_inset
29992
29993
29994 \begin_inset Index idx
29995 status collapsed
29996
29997 \begin_layout Plain Layout
29998 Color ! en párrafos
29999 \end_layout
30000
30001 \end_inset
30002
30003
30004 \end_layout
30005
30006 \begin_layout Standard
30007 Para poner color de fondo en más de una línea, pon el texto en una minipágina.
30008  Antes de la minipágina inserta el comando 
30009 \series bold
30010
30011 \backslash
30012 colorbox
30013 \series default
30014  en código TeX
30015 \end_layout
30016
30017 \begin_layout Standard
30018
30019 \series bold
30020
30021 \backslash
30022 colorbox{color}{
30023 \end_layout
30024
30025 \begin_layout Standard
30026  Detrás de la minipágina inserta una llave de cierre «
30027 \series bold
30028 }
30029 \series default
30030 », también en código TeX.
30031 \end_layout
30032
30033 \begin_layout Standard
30034 \begin_inset ERT
30035 status collapsed
30036
30037 \begin_layout Plain Layout
30038
30039
30040 \backslash
30041 colorbox{grisclaro}{
30042 \end_layout
30043
30044 \end_inset
30045
30046
30047 \begin_inset Box Frameless
30048 position "t"
30049 hor_pos "c"
30050 has_inner_box 1
30051 inner_pos "t"
30052 use_parbox 0
30053 use_makebox 0
30054 width "100col%"
30055 special "none"
30056 height "1in"
30057 height_special "totalheight"
30058 status collapsed
30059
30060 \begin_layout Plain Layout
30061 Texto con color de fondo.
30062  Texto con color de fondo.
30063 \end_layout
30064
30065 \begin_layout Plain Layout
30066 \begin_inset VSpace defskip
30067 \end_inset
30068
30069 El texto puede tener notas al pie
30070 \begin_inset Foot
30071 status collapsed
30072
30073 \begin_layout Plain Layout
30074 Otro ejemplo de nota
30075 \end_layout
30076
30077 \end_inset
30078
30079  y puede incluir tablas y figuras.
30080 \end_layout
30081
30082 \begin_layout Plain Layout
30083 \align center
30084 \begin_inset Tabular
30085 <lyxtabular version="3" rows="3" columns="3">
30086 <features tabularvalignment="middle">
30087 <column alignment="center" valignment="top" width="0">
30088 <column alignment="center" valignment="top" width="0">
30089 <column alignment="center" valignment="top" width="0">
30090 <row>
30091 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
30092 \begin_inset Text
30093
30094 \begin_layout Plain Layout
30095 a
30096 \end_layout
30097
30098 \end_inset
30099 </cell>
30100 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
30101 \begin_inset Text
30102
30103 \begin_layout Plain Layout
30104 !
30105 \end_layout
30106
30107 \end_inset
30108 </cell>
30109 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
30110 \begin_inset Text
30111
30112 \begin_layout Plain Layout
30113 3
30114 \end_layout
30115
30116 \end_inset
30117 </cell>
30118 </row>
30119 <row>
30120 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
30121 \begin_inset Text
30122
30123 \begin_layout Plain Layout
30124 <
30125 \end_layout
30126
30127 \end_inset
30128 </cell>
30129 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
30130 \begin_inset Text
30131
30132 \begin_layout Plain Layout
30133 b2
30134 \begin_inset Quotes erd
30135 \end_inset
30136
30137 |
30138 \end_layout
30139
30140 \end_inset
30141 </cell>
30142 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
30143 \begin_inset Text
30144
30145 \begin_layout Plain Layout
30146 >
30147 \end_layout
30148
30149 \end_inset
30150 </cell>
30151 </row>
30152 <row>
30153 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
30154 \begin_inset Text
30155
30156 \begin_layout Plain Layout
30157 1
30158 \end_layout
30159
30160 \end_inset
30161 </cell>
30162 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
30163 \begin_inset Text
30164
30165 \begin_layout Plain Layout
30166 §
30167 \end_layout
30168
30169 \end_inset
30170 </cell>
30171 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
30172 \begin_inset Text
30173
30174 \begin_layout Plain Layout
30175 c
30176 \end_layout
30177
30178 \end_inset
30179 </cell>
30180 </row>
30181 </lyxtabular>
30182
30183 \end_inset
30184
30185
30186 \end_layout
30187
30188 \end_inset
30189
30190
30191 \begin_inset ERT
30192 status collapsed
30193
30194 \begin_layout Plain Layout
30195
30196 }
30197 \end_layout
30198
30199 \end_inset
30200
30201
30202 \end_layout
30203
30204 \begin_layout Section
30205 Cuadros rotados y escalados
30206 \end_layout
30207
30208 \begin_layout Standard
30209 Para poder usar los comandos descritos en esta sección hay que cargar el
30210  paquete LaTeX 
30211 \series bold
30212 graphicx
30213 \series default
30214
30215 \begin_inset Index idx
30216 status collapsed
30217
30218 \begin_layout Plain Layout
30219 LaTeX-paquetes ! graphicx
30220 \end_layout
30221
30222 \end_inset
30223
30224  en el preámbulo del documento, con el comando
30225 \end_layout
30226
30227 \begin_layout Standard
30228
30229 \series bold
30230
30231 \backslash
30232 @ifundefined{rotatebox}
30233 \begin_inset Newline newline
30234 \end_inset
30235
30236
30237 \begin_inset Phantom HPhantom
30238 status open
30239
30240 \begin_layout Plain Layout
30241
30242 \series bold
30243 \begin_inset space ~
30244 \end_inset
30245
30246
30247 \end_layout
30248
30249 \end_inset
30250
30251 {
30252 \backslash
30253 usepackage{graphicx}}{}
30254 \end_layout
30255
30256 \begin_layout Standard
30257 \begin_inset Note Greyedout
30258 status open
30259
30260 \begin_layout Plain Layout
30261
30262 \series bold
30263 Nota: 
30264 \series default
30265 Algunos visores DVI no pueden mostrar material rotado o escalado.
30266 \end_layout
30267
30268 \end_inset
30269
30270
30271 \end_layout
30272
30273 \begin_layout Standard
30274 \begin_inset Note Greyedout
30275 status open
30276
30277 \begin_layout Plain Layout
30278
30279 \series bold
30280 Nota:
30281 \series default
30282  Los cuadros rotados o escalados no pueden contener flotantes.
30283 \end_layout
30284
30285 \end_inset
30286
30287
30288 \end_layout
30289
30290 \begin_layout Subsection
30291 Cuadros rotados
30292 \begin_inset Index idx
30293 status collapsed
30294
30295 \begin_layout Plain Layout
30296 Cuadros ! Rotar
30297 \end_layout
30298
30299 \end_inset
30300
30301
30302 \begin_inset Index idx
30303 status collapsed
30304
30305 \begin_layout Plain Layout
30306 Material rotado
30307 \end_layout
30308
30309 \end_inset
30310
30311
30312 \begin_inset Index idx
30313 status collapsed
30314
30315 \begin_layout Plain Layout
30316 Figuras ! Rotar
30317 \end_layout
30318
30319 \end_inset
30320
30321
30322 \begin_inset Index idx
30323 status collapsed
30324
30325 \begin_layout Plain Layout
30326 Tablas ! Rotar
30327 \end_layout
30328
30329 \end_inset
30330
30331
30332 \end_layout
30333
30334 \begin_layout Standard
30335 Para rotar material debes ponerlo en un cuadro rotado.
30336  Los cuadros rotados se crean con el comando 
30337 \series bold
30338
30339 \backslash
30340 rotatebox
30341 \series default
30342  en código TeX, según el esquema:
30343 \end_layout
30344
30345 \begin_layout Standard
30346
30347 \series bold
30348
30349 \backslash
30350 rotatebox[origen de rotación]{ángulo de rotación}{contenido del cuadro}
30351 \end_layout
30352
30353 \begin_layout Standard
30354 El origen de rotación se especifica en la forma 
30355 \series bold
30356 origin=position
30357 \series default
30358 .
30359  Son posibles las posiciones siguientes: 
30360 \emph on
30361 c
30362 \emph default
30363  (center), 
30364 \emph on
30365 l
30366 \emph default
30367  (left), 
30368 \emph on
30369 r
30370 \emph default
30371  (right), 
30372 \emph on
30373 b
30374 \emph default
30375  (bottom), 
30376 \emph on
30377 t
30378 \emph default
30379  (top), así como combinaciones adecuadas de las posiciones básicas.
30380  Por ejemplo, 
30381 \emph on
30382 lt
30383 \emph default
30384  significa que el origen de rotación es la esquina superior izquierda del
30385  cuadro.
30386  Si no se especifica origen de rotación se usará la posición 
30387 \emph on
30388 l
30389 \emph default
30390 .
30391  El ángulo de rotación es un número de grados, y puede ser negativo.
30392  El sentido de giro es contrario al de las agujas del reloj.
30393 \end_layout
30394
30395 \begin_layout Standard
30396 En el siguiente ejemplo se ha insertado el comando 
30397 \series bold
30398
30399 \backslash
30400 rotatebox[origin=c]{60}{ 
30401 \series default
30402 como código TeX delante del texto «con rotación»; después del texto, el
30403  cuadro se ha cerrado con llave de cierre en código TeX.
30404 \end_layout
30405
30406 \begin_layout Standard
30407 Esta línea contiene texto 
30408 \begin_inset ERT
30409 status collapsed
30410
30411 \begin_layout Plain Layout
30412
30413
30414 \backslash
30415 rotatebox[origin=c]{60}{
30416 \end_layout
30417
30418 \end_inset
30419
30420 con rotación
30421 \begin_inset ERT
30422 status collapsed
30423
30424 \begin_layout Plain Layout
30425
30426 }
30427 \end_layout
30428
30429 \end_inset
30430
30431 .
30432 \end_layout
30433
30434 \begin_layout Standard
30435 El contenido del cuadro puede ser también otro cuadro o una ecuación en
30436  línea:
30437 \end_layout
30438
30439 \begin_layout Standard
30440 En esta línea hay texto enmarcado 
30441 \begin_inset ERT
30442 status collapsed
30443
30444 \begin_layout Plain Layout
30445
30446
30447 \backslash
30448 rotatebox[origin=r]{-60}{
30449 \end_layout
30450
30451 \end_inset
30452
30453
30454 \begin_inset Box Doublebox
30455 position "c"
30456 hor_pos "c"
30457 has_inner_box 0
30458 inner_pos "c"
30459 use_parbox 0
30460 use_makebox 0
30461 width "1in"
30462 special "width"
30463 height "1in"
30464 height_special "totalheight"
30465 status open
30466
30467 \begin_layout Plain Layout
30468 con rotación
30469 \end_layout
30470
30471 \end_inset
30472
30473
30474 \begin_inset ERT
30475 status collapsed
30476
30477 \begin_layout Plain Layout
30478
30479 }
30480 \end_layout
30481
30482 \end_inset
30483
30484  y 
30485 \begin_inset ERT
30486 status collapsed
30487
30488 \begin_layout Plain Layout
30489
30490
30491 \backslash
30492 rotatebox[origin=lb]{60}{
30493 \end_layout
30494
30495 \end_inset
30496
30497
30498 \begin_inset Formula $\int A\,\mathrm{d}x=B$
30499 \end_inset
30500
30501
30502 \begin_inset ERT
30503 status collapsed
30504
30505 \begin_layout Plain Layout
30506
30507 }
30508 \end_layout
30509
30510 \end_inset
30511
30512  una ecuación.
30513 \end_layout
30514
30515 \begin_layout Standard
30516 O una imagen o una tabla:
30517 \end_layout
30518
30519 \begin_layout Standard
30520 Aquí hay una imagen girada 
30521 \begin_inset ERT
30522 status collapsed
30523
30524 \begin_layout Plain Layout
30525
30526
30527 \backslash
30528 rotatebox[origin=lb]{90}{
30529 \end_layout
30530
30531 \end_inset
30532
30533
30534 \begin_inset Graphics
30535         filename ../clipart/platypus.eps
30536         lyxscale 50
30537         width 25col%
30538
30539 \end_inset
30540
30541
30542 \begin_inset ERT
30543 status collapsed
30544
30545 \begin_layout Plain Layout
30546
30547 }
30548 \end_layout
30549
30550 \end_inset
30551
30552  y una tabla girada 
30553 \begin_inset ERT
30554 status collapsed
30555
30556 \begin_layout Plain Layout
30557
30558
30559 \backslash
30560 rotatebox[origin=l]{-90}{
30561 \end_layout
30562
30563 \end_inset
30564
30565
30566 \begin_inset Tabular
30567 <lyxtabular version="3" rows="2" columns="2">
30568 <features tabularvalignment="middle">
30569 <column alignment="center" valignment="top" width="0">
30570 <column alignment="center" valignment="top" width="0">
30571 <row>
30572 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
30573 \begin_inset Text
30574
30575 \begin_layout Plain Layout
30576 q
30577 \end_layout
30578
30579 \end_inset
30580 </cell>
30581 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
30582 \begin_inset Text
30583
30584 \begin_layout Plain Layout
30585 w
30586 \end_layout
30587
30588 \end_inset
30589 </cell>
30590 </row>
30591 <row>
30592 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
30593 \begin_inset Text
30594
30595 \begin_layout Plain Layout
30596 e
30597 \end_layout
30598
30599 \end_inset
30600 </cell>
30601 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
30602 \begin_inset Text
30603
30604 \begin_layout Plain Layout
30605 r
30606 \end_layout
30607
30608 \end_inset
30609 </cell>
30610 </row>
30611 </lyxtabular>
30612
30613 \end_inset
30614
30615
30616 \begin_inset ERT
30617 status collapsed
30618
30619 \begin_layout Plain Layout
30620
30621 }
30622 \end_layout
30623
30624 \end_inset
30625
30626
30627 \end_layout
30628
30629 \begin_layout Subsection
30630 Cuadros escalados
30631 \begin_inset Index idx
30632 status collapsed
30633
30634 \begin_layout Plain Layout
30635 Cuadros ! Escalar
30636 \end_layout
30637
30638 \end_inset
30639
30640
30641 \begin_inset Index idx
30642 status collapsed
30643
30644 \begin_layout Plain Layout
30645 Material escalado
30646 \end_layout
30647
30648 \end_inset
30649
30650
30651 \begin_inset Index idx
30652 status collapsed
30653
30654 \begin_layout Plain Layout
30655 Figuras ! Escalar
30656 \end_layout
30657
30658 \end_inset
30659
30660
30661 \begin_inset Index idx
30662 status collapsed
30663
30664 \begin_layout Plain Layout
30665 Tablas ! Escalar
30666 \end_layout
30667
30668 \end_inset
30669
30670
30671 \end_layout
30672
30673 \begin_layout Standard
30674 Para escalar material se pueden usar los comandos 
30675 \series bold
30676
30677 \backslash
30678 scalebox
30679 \series default
30680  y 
30681 \series bold
30682
30683 \backslash
30684 resizebox 
30685 \series default
30686 en código TeX.
30687 \end_layout
30688
30689 \begin_layout Standard
30690
30691 \series bold
30692
30693 \backslash
30694 scalebox
30695 \series default
30696  se usa con el esquema siguiente:
30697 \end_layout
30698
30699 \begin_layout Standard
30700
30701 \series bold
30702
30703 \backslash
30704 scalebox{horizontal}[vertical]{contenido del cuadro}
30705 \end_layout
30706
30707 \begin_layout Standard
30708 Horizontal y vertical son los factores de escala correspondientes.
30709  Si no se especifica factor vertical, su valor será el mismo que el factor
30710  de escala horizontal.
30711  
30712 \end_layout
30713
30714 \begin_layout Standard
30715 Por ejemplo, el comando 
30716 \series bold
30717
30718 \backslash
30719 scalebox{2}{Hola} 
30720 \series default
30721 crea un 
30722 \begin_inset ERT
30723 status collapsed
30724
30725 \begin_layout Plain Layout
30726
30727
30728 \backslash
30729 scalebox{2}{
30730 \end_layout
30731
30732 \end_inset
30733
30734 Hola
30735 \begin_inset ERT
30736 status collapsed
30737
30738 \begin_layout Plain Layout
30739
30740 }
30741 \end_layout
30742
30743 \end_inset
30744
30745  de doble tamaño que el texto normal del documento.
30746 \end_layout
30747
30748 \begin_layout Standard
30749 El comando 
30750 \series bold
30751
30752 \backslash
30753 scalebox{2}[1]{Hola} 
30754 \series default
30755 distorsiona el 
30756 \begin_inset ERT
30757 status collapsed
30758
30759 \begin_layout Plain Layout
30760
30761
30762 \backslash
30763 scalebox{2}[1]{
30764 \end_layout
30765
30766 \end_inset
30767
30768 Hola
30769 \begin_inset ERT
30770 status collapsed
30771
30772 \begin_layout Plain Layout
30773
30774 }
30775 \end_layout
30776
30777 \end_inset
30778
30779 .
30780 \end_layout
30781
30782 \begin_layout Standard
30783 Si un factor de escala es negativo el contenido del cuadro es reflejado.
30784  Por eso el comando 
30785 \series bold
30786
30787 \backslash
30788 scalebox{-1}[1]{Hola} 
30789 \series default
30790 puede usarse para reflejar un texto: 
30791 \begin_inset ERT
30792 status collapsed
30793
30794 \begin_layout Plain Layout
30795
30796
30797 \backslash
30798 scalebox{-1}[1]{
30799 \end_layout
30800
30801 \end_inset
30802
30803 Hola
30804 \begin_inset ERT
30805 status collapsed
30806
30807 \begin_layout Plain Layout
30808
30809 }
30810 \end_layout
30811
30812 \end_inset
30813
30814 .
30815 \end_layout
30816
30817 \begin_layout Standard
30818
30819 \series bold
30820
30821 \backslash
30822 scalebox{1}[-1]{Hola} 
30823 \series default
30824 refleja el 
30825 \begin_inset ERT
30826 status collapsed
30827
30828 \begin_layout Plain Layout
30829
30830
30831 \backslash
30832 scalebox{1}[-1]{
30833 \end_layout
30834
30835 \end_inset
30836
30837 Hola
30838 \begin_inset ERT
30839 status collapsed
30840
30841 \begin_layout Plain Layout
30842
30843 }
30844 \end_layout
30845
30846 \end_inset
30847
30848  sobre la base.
30849 \end_layout
30850
30851 \begin_layout Standard
30852 El comando 
30853 \series bold
30854
30855 \backslash
30856 scalebox{-1}[1]{contenido del cuadro} 
30857 \series default
30858 puede sustituirse por 
30859 \series bold
30860
30861 \begin_inset Newline newline
30862 \end_inset
30863
30864
30865 \backslash
30866 reflectbox{contenido del cuadro}
30867 \begin_inset VSpace defskip
30868 \end_inset
30869
30870
30871 \end_layout
30872
30873 \begin_layout Standard
30874 El comando 
30875 \series bold
30876
30877 \backslash
30878 resizebox
30879 \series default
30880  sirve para escalar el cuadro a una altura y anchura definidas, según el
30881  esquema:
30882 \end_layout
30883
30884 \begin_layout Standard
30885
30886 \series bold
30887
30888 \backslash
30889 resizebox{anchura}{altura}{contenido del cuadro}
30890 \end_layout
30891
30892 \begin_layout Standard
30893 Si uno de los argumentos del comando es un signo de exclamación, 
30894 \series bold
30895 !
30896 \series default
30897 , la escala se produce de forma que se mantiene la relación de las dimensiones
30898  originales del contenido del cuadro.
30899  
30900 \end_layout
30901
30902 \begin_layout Standard
30903 El comando 
30904 \series bold
30905
30906 \backslash
30907 resizebox{2cm}{1cm}{Hola}
30908 \series default
30909  genera: 
30910 \begin_inset ERT
30911 status collapsed
30912
30913 \begin_layout Plain Layout
30914
30915
30916 \backslash
30917 resizebox{2cm}{1cm}{
30918 \end_layout
30919
30920 \end_inset
30921
30922 Hola
30923 \begin_inset ERT
30924 status collapsed
30925
30926 \begin_layout Plain Layout
30927
30928 }
30929 \end_layout
30930
30931 \end_inset
30932
30933
30934 \begin_inset Newline newline
30935 \end_inset
30936
30937 El comando 
30938 \series bold
30939
30940 \backslash
30941 resizebox{2cm}{!}{Hola}
30942 \series default
30943  genera: 
30944 \begin_inset ERT
30945 status collapsed
30946
30947 \begin_layout Plain Layout
30948
30949
30950 \backslash
30951 resizebox{2cm}{!}{
30952 \end_layout
30953
30954 \end_inset
30955
30956 Hola
30957 \begin_inset ERT
30958 status collapsed
30959
30960 \begin_layout Plain Layout
30961
30962 }
30963 \end_layout
30964
30965 \end_inset
30966
30967
30968 \end_layout
30969
30970 \begin_layout Standard
30971 \begin_inset VSpace defskip
30972 \end_inset
30973
30974
30975 \end_layout
30976
30977 \begin_layout Standard
30978 \begin_inset Note Greyedout
30979 status open
30980
30981 \begin_layout Plain Layout
30982
30983 \series bold
30984 Nota: 
30985 \series default
30986 Si los argumentos de 
30987 \series bold
30988
30989 \backslash
30990 scalebox
30991 \series default
30992  o 
30993 \series bold
30994
30995 \backslash
30996 resizebox
30997 \series default
30998  son cero, no se generan errores de LaTeX al exportar el documento, pero
30999  puede suceder que la salida no se muestre o que sea incompleta.
31000  
31001 \end_layout
31002
31003 \end_inset
31004
31005
31006 \begin_inset VSpace defskip
31007 \end_inset
31008
31009
31010 \end_layout
31011
31012 \begin_layout Standard
31013 Los cuadros se pueden combinar en cualquier orden.
31014  Por ejemplo, el comando
31015 \series bold
31016
31017 \begin_inset Newline newline
31018 \end_inset
31019
31020
31021 \backslash
31022 rotatebox[origin=c]{-45}{
31023 \backslash
31024 resizebox{2cm}{!}{
31025 \backslash
31026 reflectbox{Hola}}}
31027 \begin_inset Newline newline
31028 \end_inset
31029
31030
31031 \series default
31032 genera:
31033 \end_layout
31034
31035 \begin_layout Standard
31036 \noindent
31037 \align center
31038 \begin_inset ERT
31039 status collapsed
31040
31041 \begin_layout Plain Layout
31042
31043
31044 \backslash
31045 rotatebox[origin=c]{-45}{
31046 \backslash
31047 resizebox{2cm}{!}{
31048 \backslash
31049 reflectbox{
31050 \end_layout
31051
31052 \end_inset
31053
31054 Hola
31055 \begin_inset ERT
31056 status collapsed
31057
31058 \begin_layout Plain Layout
31059
31060 }}}
31061 \end_layout
31062
31063 \end_inset
31064
31065
31066 \end_layout
31067
31068 \begin_layout Standard
31069 \noindent
31070 Un cuadro puede contener imágenes, tablas y ecuaciones en línea:
31071 \end_layout
31072
31073 \begin_layout Standard
31074 \noindent
31075
31076 \end_layout
31077
31078 \begin_layout Standard
31079 \align center
31080 \begin_inset ERT
31081 status collapsed
31082
31083 \begin_layout Plain Layout
31084
31085
31086 \backslash
31087 rotatebox[origin=c]{-30}{
31088 \backslash
31089 resizebox{2cm}{!}{
31090 \backslash
31091 reflectbox{
31092 \end_layout
31093
31094 \end_inset
31095
31096
31097 \begin_inset Graphics
31098         filename ../clipart/platypus.eps
31099         lyxscale 50
31100         width 25col%
31101
31102 \end_inset
31103
31104
31105 \begin_inset ERT
31106 status collapsed
31107
31108 \begin_layout Plain Layout
31109
31110 }}}
31111 \end_layout
31112
31113 \end_inset
31114
31115
31116 \begin_inset ERT
31117 status collapsed
31118
31119 \begin_layout Plain Layout
31120
31121
31122 \backslash
31123 rotatebox[origin=c]{-45}{
31124 \backslash
31125 resizebox{2cm}{!}{
31126 \backslash
31127 reflectbox{
31128 \end_layout
31129
31130 \end_inset
31131
31132
31133 \begin_inset Tabular
31134 <lyxtabular version="3" rows="2" columns="2">
31135 <features tabularvalignment="middle">
31136 <column alignment="center" valignment="top" width="0">
31137 <column alignment="center" valignment="top" width="0">
31138 <row>
31139 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
31140 \begin_inset Text
31141
31142 \begin_layout Plain Layout
31143 q
31144 \end_layout
31145
31146 \end_inset
31147 </cell>
31148 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
31149 \begin_inset Text
31150
31151 \begin_layout Plain Layout
31152 w
31153 \end_layout
31154
31155 \end_inset
31156 </cell>
31157 </row>
31158 <row>
31159 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
31160 \begin_inset Text
31161
31162 \begin_layout Plain Layout
31163 e
31164 \end_layout
31165
31166 \end_inset
31167 </cell>
31168 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
31169 \begin_inset Text
31170
31171 \begin_layout Plain Layout
31172 r
31173 \end_layout
31174
31175 \end_inset
31176 </cell>
31177 </row>
31178 </lyxtabular>
31179
31180 \end_inset
31181
31182
31183 \begin_inset ERT
31184 status collapsed
31185
31186 \begin_layout Plain Layout
31187
31188 }}}
31189 \end_layout
31190
31191 \end_inset
31192
31193
31194 \begin_inset ERT
31195 status collapsed
31196
31197 \begin_layout Plain Layout
31198
31199
31200 \backslash
31201 rotatebox[origin=c]{-45}{
31202 \backslash
31203 resizebox{2cm}{!}{
31204 \backslash
31205 reflectbox{
31206 \end_layout
31207
31208 \end_inset
31209
31210
31211 \begin_inset Formula $\int A\,\mathrm{d}x=B$
31212 \end_inset
31213
31214
31215 \begin_inset ERT
31216 status collapsed
31217
31218 \begin_layout Plain Layout
31219
31220 }}}
31221 \end_layout
31222
31223 \end_inset
31224
31225
31226 \end_layout
31227
31228 \begin_layout Standard
31229 Si se usa el estilo global 
31230 \series bold
31231 fleqn
31232 \series default
31233  para las ecuaciones del documento,
31234 \begin_inset Foot
31235 status collapsed
31236
31237 \begin_layout Plain Layout
31238 Si «fleqn» se añade a las opciones de clase del documento.
31239 \end_layout
31240
31241 \end_inset
31242
31243  también pueden escalarse las ecuaciones en estilo presentación.
31244 \end_layout
31245
31246 \begin_layout Chapter
31247 Archivos externos
31248 \begin_inset Index idx
31249 status collapsed
31250
31251 \begin_layout Plain Layout
31252 Archivos externos
31253 \end_layout
31254
31255 \end_inset
31256
31257
31258 \end_layout
31259
31260 \begin_layout Standard
31261 Con el menú 
31262 \family sans
31263 Insertar\SpecialChar \menuseparator
31264 Archivo 
31265 \family default
31266 se pueden insertar archivos externos en un documento.
31267  Estos pueden ser:
31268 \end_layout
31269
31270 \begin_layout Description
31271 Documento
31272 \begin_inset space ~
31273 \end_inset
31274
31275 LyX Otro documento LyX; su contenido se inserta directamente en tu documento.
31276 \end_layout
31277
31278 \begin_layout Description
31279 Texto
31280 \begin_inset space ~
31281 \end_inset
31282
31283 simple Un documento de texto; cada línea del mismo se inserta en tu documento
31284  como párrafo propio.
31285 \end_layout
31286
31287 \begin_layout Description
31288 Texto
31289 \begin_inset space ~
31290 \end_inset
31291
31292 simple,
31293 \begin_inset space ~
31294 \end_inset
31295
31296 unir
31297 \begin_inset space ~
31298 \end_inset
31299
31300 líneas Un documento de texto; sus líneas de texto se insertan tal como son.
31301  Las líneas vacías generan un nuevo párrafo en tu documento.
31302 \end_layout
31303
31304 \begin_layout Description
31305 Material
31306 \begin_inset space ~
31307 \end_inset
31308
31309 externo Archivos en diversos formatos.
31310 \end_layout
31311
31312 \begin_layout Description
31313 Documento
31314 \begin_inset space ~
31315 \end_inset
31316
31317 hijo Documentos LyX, LaTeX o texto simple.
31318 \end_layout
31319
31320 \begin_layout Section
31321 Material externo
31322 \begin_inset Index idx
31323 status collapsed
31324
31325 \begin_layout Plain Layout
31326 Material externo
31327 \end_layout
31328
31329 \end_inset
31330
31331
31332 \end_layout
31333
31334 \begin_layout Standard
31335 Esta característica te permite insertar archivos en tu documento sin convertirlo
31336 s previamente a un formato legible en la salida, ya que LyX se ocupa de
31337  las necesarias conversiones.
31338  Esto es parecido a la inserción de imágenes en diversos formatos en los
31339  documentos LyX.
31340  Si has activado la Vista preliminar inmediata en las preferencias de LyX,
31341  en 
31342 \family sans
31343 Apariencia
31344 \family default
31345 \SpecialChar \menuseparator
31346 Gráficos, los tipos de material externo Dia y Xfig se muestran directamente
31347  en LyX.
31348 \end_layout
31349
31350 \begin_layout Standard
31351 El material externo se puede insertar mediante el diálogo que surge a partir
31352  del menú 
31353 \family sans
31354 Insertar\SpecialChar \menuseparator
31355 Archivo\SpecialChar \menuseparator
31356 Material
31357 \begin_inset space ~
31358 \end_inset
31359
31360 externo
31361 \family default
31362 .
31363  Actualmente se permiten los siguientes tipos de archivo (
31364 \family sans
31365 Plantillas
31366 \family default
31367 ):
31368 \end_layout
31369
31370 \begin_layout Description
31371 Diagrama
31372 \begin_inset space ~
31373 \end_inset
31374
31375 de
31376 \begin_inset space ~
31377 \end_inset
31378
31379 ajedrez Esta plantilla soporta diagramas posicionales de ajedrez hechos
31380  con el programa 
31381 \series bold
31382
31383 \begin_inset CommandInset href
31384 LatexCommand href
31385 name "XBoard"
31386 target "http://en.wikipedia.org/wiki/XBoard"
31387
31388 \end_inset
31389
31390
31391 \series default
31392 .
31393 \end_layout
31394
31395 \begin_layout Description
31396 Dia Esta plantilla soporta diagramas creados con el programa 
31397 \series bold
31398
31399 \begin_inset CommandInset href
31400 LatexCommand href
31401 name "Dia"
31402 target "http://en.wikipedia.org/wiki/Dia_(software)"
31403
31404 \end_inset
31405
31406
31407 \series default
31408 .
31409 \end_layout
31410
31411 \begin_layout Description
31412 Fecha Esta inserta la fecha en el formato 
31413 \emph on
31414 Día-Mes-Año.
31415
31416 \emph default
31417  A continuación hay una fecha insertada como material externo: 
31418 \begin_inset External
31419         template Date
31420         filename ...
31421
31422 \end_inset
31423
31424
31425 \begin_inset space ~
31426 \end_inset
31427
31428
31429 \begin_inset Note Note
31430 status collapsed
31431
31432 \begin_layout Plain Layout
31433 ¡Quitar el espacio protegido cuando se arregle el fallo 4398!
31434 \end_layout
31435
31436 \end_inset
31437
31438
31439 \begin_inset Newline newline
31440 \end_inset
31441
31442 La fecha no se muestra en LyX, sólo en la salida.
31443  Hay otros dos métodos de insertar una fecha, con el menú 
31444 \family sans
31445 Insertar\SpecialChar \menuseparator
31446 Fecha
31447 \family default
31448  y con el comando LaTeX 
31449 \series bold
31450
31451 \backslash
31452 today
31453 \series default
31454  en código TeX.
31455  Los distintos métodos se comparan en la tabla
31456 \begin_inset space ~
31457 \end_inset
31458
31459
31460 \begin_inset CommandInset ref
31461 LatexCommand ref
31462 reference "tab:Comparación-de"
31463
31464 \end_inset
31465
31466 .
31467 \end_layout
31468
31469 \begin_layout Description
31470 LilyPond Esta plantilla sirve para tipografiar notación musical con el programa
31471 \begin_inset Newline linebreak
31472 \end_inset
31473
31474
31475 \series bold
31476
31477 \begin_inset CommandInset href
31478 LatexCommand href
31479 name "LilyPond"
31480 target "http://en.wikipedia.org/wiki/LilyPond"
31481
31482 \end_inset
31483
31484
31485 \series default
31486 .
31487 \end_layout
31488
31489 \begin_layout Description
31490 PDFPages Con esta plantilla puedes insertar documentos PDF en tu documento.
31491  Para insertar algunas o todas las páginas de un documento PDF, utiliza
31492  la opción 
31493 \emph on
31494 pages
31495 \emph default
31496  en el campo 
31497 \family sans
31498 Opción
31499 \family default
31500  de la pestaña 
31501 \family sans
31502 Opciones de LaTeX y LyX
31503 \family default
31504 , según la descripción de la plantilla en el diálogo.
31505  Si no se usa la opción 
31506 \emph on
31507 pages
31508 \emph default
31509 , sólo se inserta la primera página del PDF.
31510 \end_layout
31511
31512 \begin_layout Description
31513 RasterImage Sirve para insertar imágenes bitmap.
31514  Casi todos los formatos populares de imágenes están soportados.
31515  Las imágenes se pueden tratar en el diálogo 
31516 \family sans
31517 Material Externo
31518 \family default
31519  como las que habitualmente se incluyen mediante el diálogo 
31520 \family sans
31521 Gráficos
31522 \family default
31523 , tal como se explica en la sección
31524 \begin_inset space ~
31525 \end_inset
31526
31527
31528 \begin_inset CommandInset ref
31529 LatexCommand ref
31530 reference "sec:Diálogo-Gráficos"
31531
31532 \end_inset
31533
31534 .
31535  La diferencia es que sólo se permiten imágenes bitmap, por tanto las imágenes
31536  PDF y EPS no están soportadas.
31537 \end_layout
31538
31539 \begin_layout Description
31540 XFig Esta plantilla soporta imágenes creadas con el programa 
31541 \series bold
31542
31543 \begin_inset CommandInset href
31544 LatexCommand href
31545 name "Xfig"
31546 target "http://en.wikipedia.org/wiki/Xfig"
31547
31548 \end_inset
31549
31550
31551 \series default
31552 .
31553 \end_layout
31554
31555 \begin_layout Standard
31556 \begin_inset Float table
31557 placement h
31558 wide false
31559 sideways false
31560 status open
31561
31562 \begin_layout Plain Layout
31563 \begin_inset Caption
31564
31565 \begin_layout Plain Layout
31566 \begin_inset CommandInset label
31567 LatexCommand label
31568 name "tab:Comparación-de"
31569
31570 \end_inset
31571
31572 Comparación de los métodos de inserción de fecha.
31573 \end_layout
31574
31575 \end_inset
31576
31577
31578 \end_layout
31579
31580 \begin_layout Plain Layout
31581 \align center
31582 \begin_inset Tabular
31583 <lyxtabular version="3" rows="4" columns="4">
31584 <features tabularvalignment="middle">
31585 <column alignment="center" valignment="top" width="0">
31586 <column alignment="center" valignment="top" width="0">
31587 <column alignment="center" valignment="top" width="0">
31588 <column alignment="center" valignment="top" width="0">
31589 <row>
31590 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
31591 \begin_inset Text
31592
31593 \begin_layout Plain Layout
31594 Documento
31595 \end_layout
31596
31597 \end_inset
31598 </cell>
31599 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
31600 \begin_inset Text
31601
31602 \begin_layout Plain Layout
31603
31604 \family sans
31605 Material externo\SpecialChar \menuseparator
31606 Fecha
31607 \end_layout
31608
31609 \end_inset
31610 </cell>
31611 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
31612 \begin_inset Text
31613
31614 \begin_layout Plain Layout
31615
31616 \family sans
31617 Insertar\SpecialChar \menuseparator
31618 Fecha
31619 \end_layout
31620
31621 \end_inset
31622 </cell>
31623 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
31624 \begin_inset Text
31625
31626 \begin_layout Plain Layout
31627 comando 
31628 \series bold
31629
31630 \backslash
31631 today
31632 \end_layout
31633
31634 \end_inset
31635 </cell>
31636 </row>
31637 <row>
31638 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
31639 \begin_inset Text
31640
31641 \begin_layout Plain Layout
31642 LyX
31643 \end_layout
31644
31645 \end_inset
31646 </cell>
31647 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
31648 \begin_inset Text
31649
31650 \begin_layout Plain Layout
31651 como cuadro
31652 \end_layout
31653
31654 \end_inset
31655 </cell>
31656 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
31657 \begin_inset Text
31658
31659 \begin_layout Plain Layout
31660 como fecha
31661 \end_layout
31662
31663 \end_inset
31664 </cell>
31665 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
31666 \begin_inset Text
31667
31668 \begin_layout Plain Layout
31669 como cuadro código TeX
31670 \end_layout
31671
31672 \end_inset
31673 </cell>
31674 </row>
31675 <row>
31676 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
31677 \begin_inset Text
31678
31679 \begin_layout Plain Layout
31680 LaTeX
31681 \end_layout
31682
31683 \end_inset
31684 </cell>
31685 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
31686 \begin_inset Text
31687
31688 \begin_layout Plain Layout
31689 como fecha
31690 \end_layout
31691
31692 \end_inset
31693 </cell>
31694 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
31695 \begin_inset Text
31696
31697 \begin_layout Plain Layout
31698 como fecha
31699 \end_layout
31700
31701 \end_inset
31702 </cell>
31703 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
31704 \begin_inset Text
31705
31706 \begin_layout Plain Layout
31707 como comando
31708 \end_layout
31709
31710 \end_inset
31711 </cell>
31712 </row>
31713 <row>
31714 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
31715 \begin_inset Text
31716
31717 \begin_layout Plain Layout
31718 DVI, PDF, PS
31719 \end_layout
31720
31721 \end_inset
31722 </cell>
31723 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
31724 \begin_inset Text
31725
31726 \begin_layout Plain Layout
31727 como fecha
31728 \end_layout
31729
31730 \end_inset
31731 </cell>
31732 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
31733 \begin_inset Text
31734
31735 \begin_layout Plain Layout
31736 como fecha
31737 \end_layout
31738
31739 \end_inset
31740 </cell>
31741 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="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 </row>
31751 </lyxtabular>
31752
31753 \end_inset
31754
31755
31756 \end_layout
31757
31758 \end_inset
31759
31760
31761 \end_layout
31762
31763 \begin_layout Standard
31764 Si utilizas la opción 
31765 \family sans
31766 Borrador
31767 \family default
31768  en la solapa 
31769 \family sans
31770 Archivo
31771 \family default
31772  del diálogo 
31773 \family sans
31774 Material Externo
31775 \family default
31776 , en el documento de salida sólo se muestra la ruta al archivo insertado.
31777 \family sans
31778
31779 \begin_inset Newline newline
31780 \end_inset
31781
31782
31783 \family default
31784 El material externo se muestra en LyX como un cuadro del tipo:
31785 \family sans
31786  
31787 \family default
31788
31789 \begin_inset Graphics
31790         filename clipart/MaterialExternoQt4.png
31791         scale 80
31792
31793 \end_inset
31794
31795  o como imagen, dependiendo de si se marca la opción 
31796 \family sans
31797 Mostrar en LyX 
31798 \family default
31799 de la pestaña 
31800 \family sans
31801 Opciones de LaTeX y LyX
31802 \family default
31803  del diálogo
31804 \family sans
31805 .
31806 \end_layout
31807
31808 \begin_layout Standard
31809 En el manual 
31810 \emph on
31811 Personalización
31812 \emph default
31813  se explica cómo definir tus propias plantillas.
31814 \end_layout
31815
31816 \begin_layout Section
31817 Documento hijo
31818 \begin_inset CommandInset label
31819 LatexCommand label
31820 name "sec:Documento-Hijo"
31821
31822 \end_inset
31823
31824
31825 \begin_inset Index idx
31826 status collapsed
31827
31828 \begin_layout Plain Layout
31829 Documento hijo
31830 \end_layout
31831
31832 \end_inset
31833
31834
31835 \end_layout
31836
31837 \begin_layout Standard
31838 Los documentos hijos se emplean en el caso de tener un documento extenso
31839  compuesto por varias partes o secciones más grandes.
31840  Para trabajar en este tipo de documentos es útil, y a veces obligado, dividirlo
31841  en varios archivos que pueden ser revisados por separado.
31842  Estos archivos se conocen como documentos hijos, y el llamado documento
31843  maestro los conecta con el fin de imprimirlos como un todo o por partes.
31844  Un documento hijo hereda contenidos de su maestro, por ejemplo el preámbulo
31845  LaTeX, la bibliografía y las etiquetas de las referencias cruzadas.
31846 \end_layout
31847
31848 \begin_layout Standard
31849 Para poder trabajar en documentos hijos sin necesidad de abrir el maestro,
31850  en el menú 
31851 \family sans
31852 Documento\SpecialChar \menuseparator
31853 Configuración\SpecialChar \menuseparator
31854 Clase del documento
31855 \family default
31856  del documento hijo especifica el documento maestro predeterminado.
31857  Este maestro será usado entonces por LyX en un segundo plano cuando edites
31858  el documento hijo.
31859 \end_layout
31860
31861 \begin_layout Standard
31862 Los documentos incluidos como hijos se muestran en la pantalla de LyX como
31863  cuadros del tipo: 
31864 \begin_inset Graphics
31865         filename clipart/DocumentoHijoQt4.png
31866         scale 80
31867
31868 \end_inset
31869
31870 .
31871  Para incluir documentos hijos en un documento maestro utiliza el menú 
31872 \family sans
31873 Insertar
31874 \family default
31875 \SpecialChar \menuseparator
31876
31877 \family sans
31878 Archivo
31879 \family default
31880 \SpecialChar \menuseparator
31881
31882 \family sans
31883 Documento
31884 \begin_inset space ~
31885 \end_inset
31886
31887 hijo
31888 \family default
31889 .
31890  Surge un diálogo en el que puedes elegir entre cuatro métodos de inclusión:
31891 \end_layout
31892
31893 \begin_layout Description
31894 Incluir Puedes incluir documentos LyX y documentos LaTeX.
31895  Al pulsar el botón 
31896 \family sans
31897 Cargar
31898 \family default
31899  en el diálogo 
31900 \family sans
31901 Documento hijo
31902 \family default
31903 , los documentos incluidos se abrirán en una nueva solapa de archivo en
31904  la ventana de LyX y así puedes modificarlos si quieres.
31905 \end_layout
31906
31907 \begin_layout Standard
31908 Aquí hay un archivo insertado con el método 
31909 \family sans
31910 Incluir
31911 \family default
31912
31913 \begin_inset CommandInset include
31914 LatexCommand include
31915 filename "DocumentoPostizo1.lyx"
31916
31917 \end_inset
31918
31919
31920 \end_layout
31921
31922 \begin_layout Standard
31923 La numeración de secciones tiene en cuenta las secciones de los archivos
31924  incluidos en el orden en que están insertados en el documento maestro.
31925  El documento incluido de ejemplo tiene una subsección que se numera como
31926  subsección de la presente sección.
31927  Las etiquetas de los documentos incluidos se pueden referenciar: Subsección
31928 \begin_inset space ~
31929 \end_inset
31930
31931
31932 \begin_inset CommandInset ref
31933 LatexCommand ref
31934 reference "sub:Subsección-Externa-1"
31935
31936 \end_inset
31937
31938 .
31939 \end_layout
31940
31941 \begin_layout Standard
31942 El preámbulo del documento hijo se ignora, sólo se utiliza el preámbulo
31943  del documento maestro.
31944  Las ramas en los documentos hijos serán ignoradas por el documento maestro
31945  si éste no tiene una rama con el mismo nombre.
31946  Los documentos incluidos se insertan comenzando una página nueva y acabando
31947  con un salto de página.
31948 \end_layout
31949
31950 \begin_layout Standard
31951 En caso de estar trabajando solo en un capítulo determinado de un documento
31952  extenso, y con el fin de ahorrar tiempo de compilación, se puede poner
31953  cada archivo incluido en una rama.
31954 \begin_inset Foot
31955 status collapsed
31956
31957 \begin_layout Plain Layout
31958 Las ramas se describen en la sección
31959 \emph on
31960  Ramas
31961 \emph default
31962  de la  
31963 \emph on
31964 Guía del usuario
31965 \emph default
31966  de LyX.
31967 \end_layout
31968
31969 \end_inset
31970
31971  Habilitando/deshabilitando las ramas puedes decidir qué archivos incluidos
31972  aparecerán en la salida.
31973 \end_layout
31974
31975 \begin_layout Standard
31976 \begin_inset Note Greyedout
31977 status open
31978
31979 \begin_layout Plain Layout
31980
31981 \series bold
31982 Nota:
31983 \series default
31984  Debido a un fallo de LyX, el comando LaTeX 
31985 \series bold
31986
31987 \backslash
31988 includeonly
31989 \series default
31990  no se puede usar por el momento como alternativa para decidir qué archivos
31991  deberían ser incluidos.
31992 \end_layout
31993
31994 \end_inset
31995
31996
31997 \end_layout
31998
31999 \begin_layout Standard
32000 \begin_inset Note Greyedout
32001 status open
32002
32003 \begin_layout Plain Layout
32004
32005 \series bold
32006 Nota:
32007 \series default
32008  Si has incluido un archivo LyX o LaTeX cuya clase de documento es distinta
32009  a la del documento maestro, recibirás una advertencia al exportar/ver el
32010  documento, ya que esto podría dar resultados inesperados.
32011 \end_layout
32012
32013 \end_inset
32014
32015
32016 \end_layout
32017
32018 \begin_layout Description
32019 Entrada Este método es muy parecido al método 
32020 \family sans
32021 Incluir
32022 \family default
32023 .
32024  Las diferencias son:
32025 \end_layout
32026
32027 \begin_deeper
32028 \begin_layout Itemize
32029 Los archivos del tipo Entrada no comienzan en página nueva ni acaban con
32030  un salto de página.
32031 \end_layout
32032
32033 \begin_layout Itemize
32034 Los archivos del tipo Entrada se pueden visualizar en LyX si la 
32035 \family sans
32036 Vista
32037 \begin_inset space ~
32038 \end_inset
32039
32040 preliminar
32041 \begin_inset space ~
32042 \end_inset
32043
32044 inmediata 
32045 \family default
32046 está activada en el diálogo 
32047 \family sans
32048 Herramientas\SpecialChar \menuseparator
32049 Preferencias
32050 \family default
32051 , apartado 
32052 \family sans
32053 Apariencia\SpecialChar \menuseparator
32054 Gráficos
32055 \family default
32056 .
32057 \end_layout
32058
32059 \begin_layout Itemize
32060 No se puede utilizar el comando LaTeX 
32061 \series bold
32062
32063 \backslash
32064 includeonly
32065 \series default
32066 .
32067 \end_layout
32068
32069 \end_deeper
32070 \begin_layout Standard
32071 Aquí hay un documento hijo insertado con el método 
32072 \family sans
32073 Entrada
32074 \family default
32075 :
32076 \end_layout
32077
32078 \begin_layout Standard
32079 \begin_inset CommandInset include
32080 LatexCommand input
32081 filename "DocumentoPostizo2.lyx"
32082
32083 \end_inset
32084
32085
32086 \end_layout
32087
32088 \begin_layout Description
32089 Literal Con este método se puede incluir todo archivo de texto.
32090  El archivo aparece en la salida con su código fuente, y si contiene comandos
32091  no se ejecutan.
32092  Con la opción 
32093 \family sans
32094 Marcar espacios en la salida
32095 \family default
32096  cada espacio en el código fuente se muestra en la salida con el carácter
32097  «
32098 \begin_inset ERT
32099 status collapsed
32100
32101 \begin_layout Plain Layout
32102
32103
32104 \backslash
32105 textvisiblespace
32106 \end_layout
32107
32108 \end_inset
32109
32110 ».
32111  La diferencia con el método de inserción mediante el menú 
32112 \family sans
32113 Insertar
32114 \family default
32115 \SpecialChar \menuseparator
32116
32117 \family sans
32118 Archivo
32119 \family default
32120 \SpecialChar \menuseparator
32121
32122 \family sans
32123 Texto
32124 \begin_inset space ~
32125 \end_inset
32126
32127 simple
32128 \family default
32129  es que en este caso el contenido del archivo se ve en LyX, mientras que
32130  en modo 
32131 \family sans
32132 Literal 
32133 \family default
32134 no se muestra el contenido, sino un recuadro con el nombre.
32135
32136 \family sans
32137  
32138 \end_layout
32139
32140 \begin_layout Standard
32141 Aquí se inserta un documento hijo en modo Literal:
32142 \begin_inset CommandInset include
32143 LatexCommand verbatiminput
32144 filename "DocumentoTextoPostizo.txt"
32145
32146 \end_inset
32147
32148
32149 \begin_inset VSpace bigskip
32150 \end_inset
32151
32152
32153 \end_layout
32154
32155 \begin_layout Standard
32156 Aquí se inserta un documento hijo en modo Literal con la opción 
32157 \family sans
32158 Marcar espacios en la salida
32159 \family default
32160 :
32161 \begin_inset CommandInset include
32162 LatexCommand verbatiminput*
32163 filename "DocumentoTextoPostizo.txt"
32164
32165 \end_inset
32166
32167
32168 \begin_inset VSpace bigskip
32169 \end_inset
32170
32171
32172 \end_layout
32173
32174 \begin_layout Standard
32175 \begin_inset Note Greyedout
32176 status open
32177
32178 \begin_layout Plain Layout
32179
32180 \series bold
32181 Nota:
32182 \series default
32183  Como puedes ver en los ejemplos anteriores, el texto de los documentos
32184  incluidos en modo 
32185 \family sans
32186 literal
32187 \family default
32188  no contiene saltos de línea, a no ser que se incluyan expresamente en el
32189  archivo de texto.
32190 \end_layout
32191
32192 \end_inset
32193
32194
32195 \end_layout
32196
32197 \begin_layout Description
32198 Listado
32199 \begin_inset space ~
32200 \end_inset
32201
32202 de
32203 \begin_inset space ~
32204 \end_inset
32205
32206 programa Este tipo se describe en el capítulo
32207 \begin_inset space ~
32208 \end_inset
32209
32210
32211 \begin_inset CommandInset ref
32212 LatexCommand ref
32213 reference "cap:Listado-de-programa"
32214
32215 \end_inset
32216
32217 .
32218 \end_layout
32219
32220 \begin_layout Standard
32221 \begin_inset Note Greyedout
32222 status open
32223
32224 \begin_layout Plain Layout
32225
32226 \series bold
32227 Nota:
32228 \series default
32229  Incluir el mismo documento dos veces  con métodos diferentes podría causar
32230  problemas en LaTeX.
32231 \end_layout
32232
32233 \end_inset
32234
32235
32236 \end_layout
32237
32238 \begin_layout Chapter
32239 Listado de programa
32240 \begin_inset CommandInset label
32241 LatexCommand label
32242 name "cap:Listado-de-programa"
32243
32244 \end_inset
32245
32246
32247 \begin_inset Index idx
32248 status collapsed
32249
32250 \begin_layout Plain Layout
32251 Listado de programa
32252 \end_layout
32253
32254 \end_inset
32255
32256
32257 \begin_inset Index idx
32258 status collapsed
32259
32260 \begin_layout Plain Layout
32261 Código de programa
32262 \end_layout
32263
32264 \end_inset
32265
32266
32267 \begin_inset Index idx
32268 status collapsed
32269
32270 \begin_layout Plain Layout
32271 Flotantes ! Listado de programa
32272 \end_layout
32273
32274 \end_inset
32275
32276
32277 \end_layout
32278
32279 \begin_layout Standard
32280 Para incluir y tipografiar código de programación puedes usar la opción
32281  de menú disponible en 
32282 \family sans
32283 Insertar\SpecialChar \menuseparator
32284 Listado
32285 \begin_inset space ~
32286 \end_inset
32287
32288 de
32289 \begin_inset space ~
32290 \end_inset
32291
32292 programa.
32293  
32294 \family default
32295 El paquete LaTeX 
32296 \series bold
32297 listings
32298 \series default
32299
32300 \begin_inset Index idx
32301 status collapsed
32302
32303 \begin_layout Plain Layout
32304 LaTeX-paquetes ! listings
32305 \end_layout
32306
32307 \end_inset
32308
32309  provee un mecanismo potente y flexible para insertar código fuente en tu
32310  documento.
32311 \end_layout
32312
32313 \begin_layout Standard
32314 Al hacer clic derecho sobre un recuadro de listado se abre el menú contextual
32315  incorporado en el que puedes configurar su formato.
32316 \end_layout
32317
32318 \begin_layout Standard
32319 Por omisión, al insertar un listado de programa se inicia un párrafo nuevo.
32320  La opción de ubicación 
32321 \family sans
32322 Listado
32323 \begin_inset space ~
32324 \end_inset
32325
32326 en
32327 \begin_inset space ~
32328 \end_inset
32329
32330 línea
32331 \family default
32332  lo imprime en la línea, como este ejemplo: 
32333 \begin_inset listings
32334 lstparams "language={C++}"
32335 inline true
32336 status open
32337
32338 \begin_layout Plain Layout
32339
32340 int a=5;
32341 \end_layout
32342
32343 \end_inset
32344
32345
32346 \family sans
32347
32348 \begin_inset Newline newline
32349 \end_inset
32350
32351
32352 \family default
32353 La opción 
32354 \family sans
32355 Flotante
32356 \family default
32357  crea un listado flotante cuya colocación se puede especificar mediante
32358  las opciones «
32359 \family sans
32360 h
32361 \family default
32362 », «
32363 \family sans
32364 t
32365 \family default
32366 », «
32367 \family sans
32368 b
32369 \family default
32370 » y «
32371 \family sans
32372 p
32373 \family default
32374 », correspondientes a las opciones de colocación de flotantes descritas
32375  en la sección
32376 \family sans
32377
32378 \begin_inset space ~
32379 \end_inset
32380
32381
32382 \begin_inset CommandInset ref
32383 LatexCommand ref
32384 reference "sec:Colocación-de-Flotantes"
32385
32386 \end_inset
32387
32388
32389 \family default
32390 .
32391  Las opciones de colocación se pueden mezclar y se escriben sin separación,
32392  p.
32393 \family sans
32394
32395 \begin_inset space \thinspace{}
32396 \end_inset
32397
32398
32399 \family default
32400 e.
32401 \begin_inset space ~
32402 \end_inset
32403
32404 «
32405 \family sans
32406 htbp
32407 \family default
32408 ».
32409  La opción «
32410 \family sans
32411 h
32412 \family default
32413 » a veces no tiene efecto, pero no necesitas usar la opción 
32414 \family sans
32415 Flotante
32416 \family default
32417  en ese caso puesto que los listados de programa no flotantes también pueden
32418  tener leyendas y ser referenciadas.
32419 \end_layout
32420
32421 \begin_layout Standard
32422 Se puede añadir una leyenda a un listado de programa con el menú 
32423 \family sans
32424 Insertar\SpecialChar \menuseparator
32425 Leyenda
32426 \family default
32427
32428 \begin_inset Foot
32429 status collapsed
32430
32431 \begin_layout Plain Layout
32432 Para traducir la etiqueta 
32433 \begin_inset Quotes eld
32434 \end_inset
32435
32436 Listado
32437 \begin_inset Quotes erd
32438 \end_inset
32439
32440  de la leyenda, se añade al preámbulo del documento el comando 
32441 \series bold
32442
32443 \backslash
32444 renewcommand{
32445 \backslash
32446 lstlistingname}{Listado}
32447 \series default
32448 .
32449  (
32450 \emph on
32451 N.
32452 \begin_inset space \thinspace{}
32453 \end_inset
32454
32455 del t.
32456 \emph default
32457 )
32458 \end_layout
32459
32460 \end_inset
32461
32462 .
32463  Los listados de programa se pueden referenciar como los flotantes: Listado
32464 \begin_inset space ~
32465 \end_inset
32466
32467
32468 \begin_inset CommandInset ref
32469 LatexCommand ref
32470 reference "lst:Ejemplo-de-listado-de-programa"
32471
32472 \end_inset
32473
32474
32475 \end_layout
32476
32477 \begin_layout Standard
32478 \begin_inset listings
32479 lstparams "language=Python"
32480 inline false
32481 status open
32482
32483 \begin_layout Plain Layout
32484
32485 \begin_inset Caption
32486
32487 \begin_layout Plain Layout
32488 \begin_inset CommandInset label
32489 LatexCommand label
32490 name "lst:Ejemplo-de-listado-de-programa"
32491
32492 \end_inset
32493
32494 Ejemplo de listado de programa flotante
32495 \end_layout
32496
32497 \end_inset
32498
32499 # Ejemplo de listado flotante
32500 \end_layout
32501
32502 \begin_layout Plain Layout
32503
32504 def func(param):
32505 \end_layout
32506
32507 \begin_layout Plain Layout
32508
32509     'this is a python function'
32510 \end_layout
32511
32512 \begin_layout Plain Layout
32513
32514     pass
32515 \end_layout
32516
32517 \end_inset
32518
32519
32520 \end_layout
32521
32522 \begin_layout Standard
32523 Una vez que has escogido un lenguaje de programación en el cuadro de diálogo
32524  de listado de programa, las palabras clave de ese lenguaje serán reconocidas
32525  y tipografiadas de manera especial en la salida.
32526  En el ejemplo, la clave de Python «def» es reconocida y se imprimirá en
32527  negrita.
32528 \end_layout
32529
32530 \begin_layout Standard
32531 \begin_inset Note Greyedout
32532 status open
32533
32534 \begin_layout Plain Layout
32535
32536 \series bold
32537 Nota:
32538 \series default
32539  Si no consigues caracteres en negrita cuando usas fuentes typewriter, se
32540  debe probablemente a que dicha fuente no suministra negritas.
32541  En este caso selecciona una fuente distinta en el menú 
32542 \family sans
32543 Documento
32544 \family default
32545 \SpecialChar \menuseparator
32546
32547 \family sans
32548 Configuración
32549 \family default
32550 \SpecialChar \menuseparator
32551
32552 \family sans
32553 Fuentes.
32554  
32555 \family default
32556 (Las fuentes 
32557 \emph on
32558 LuxiMono, BeraMono
32559 \emph default
32560  y 
32561 \emph on
32562 Courier 
32563 \emph default
32564 suministran negritas.)
32565 \end_layout
32566
32567 \end_inset
32568
32569
32570 \end_layout
32571
32572 \begin_layout Standard
32573 En la sección 
32574 \family sans
32575 Numeración
32576 \begin_inset space ~
32577 \end_inset
32578
32579 de
32580 \begin_inset space ~
32581 \end_inset
32582
32583 líneas
32584 \family default
32585  del diálogo puedes elegir el estilo de numeración de las líneas.
32586  En el campo 
32587 \family sans
32588 Paso 
32589 \family default
32590 puedes insertar un número para determinar qué líneas se numeran.
32591  Por ejemplo, si pones «3», se numera sólo una de cada tres líneas.
32592  
32593 \end_layout
32594
32595 \begin_layout Standard
32596 Además, puedes especificar un rango de líneas para que sólo éstas aparezcan
32597  en la salida.
32598  La opción 
32599 \family sans
32600 Tabla
32601 \begin_inset space ~
32602 \end_inset
32603
32604 de
32605 \begin_inset space ~
32606 \end_inset
32607
32608 caracteres
32609 \begin_inset space ~
32610 \end_inset
32611
32612 extendida
32613 \family default
32614  debería emplearse si se usan en el código caracteres nacionales como la
32615  diéresis alemana.
32616 \begin_inset Newline newline
32617 \end_inset
32618
32619 A continuación hay un ejemplo con numeración de líneas a la izquierda, paso
32620  «3», lenguaje «Python», opciones de estilo «Tabla de caracteres extendida»
32621  y «Espacio como símbolo», rango de líneas 3-8:
32622 \begin_inset listings
32623 lstparams "extendedchars=true,firstline=3,language=Python,lastline=8,numbers=left,showspaces=true,stepnumber=3"
32624 inline false
32625 status open
32626
32627 \begin_layout Plain Layout
32628
32629 def func(param):
32630 \end_layout
32631
32632 \begin_layout Plain Layout
32633
32634     'this is a python function'
32635 \end_layout
32636
32637 \begin_layout Plain Layout
32638
32639     pass
32640 \end_layout
32641
32642 \begin_layout Plain Layout
32643
32644 def func(param):
32645 \end_layout
32646
32647 \begin_layout Plain Layout
32648
32649 'This is a German word: Tschüß'
32650 \end_layout
32651
32652 \begin_layout Plain Layout
32653
32654 pass
32655 \end_layout
32656
32657 \begin_layout Plain Layout
32658
32659 def func(param):
32660 \end_layout
32661
32662 \begin_layout Plain Layout
32663
32664 'this is a python function'
32665 \end_layout
32666
32667 \begin_layout Plain Layout
32668
32669 pass
32670 \end_layout
32671
32672 \end_inset
32673
32674
32675 \end_layout
32676
32677 \begin_layout Standard
32678 \begin_inset Note Greyedout
32679 status open
32680
32681 \begin_layout Plain Layout
32682
32683 \series bold
32684 Nota:
32685 \series default
32686  Debido a un error en el paquete 
32687 \series bold
32688 listings
32689 \series default
32690  la numeración de líneas cambia en una línea por cada listado previo.
32691  Por esto en el ejemplo de arriba se numeran las líneas 2 y 5 y no las líneas
32692  3 y 6.
32693 \end_layout
32694
32695 \end_inset
32696
32697
32698 \end_layout
32699
32700 \begin_layout Standard
32701 \begin_inset VSpace bigskip
32702 \end_inset
32703
32704
32705 \end_layout
32706
32707 \begin_layout Standard
32708 También es posible imprimir como listado de programa líneas de un archivo.
32709  Para hacer esto, usa el menú 
32710 \family sans
32711 Insertar\SpecialChar \menuseparator
32712 Archivo\SpecialChar \menuseparator
32713 Documento
32714 \begin_inset space ~
32715 \end_inset
32716
32717 hijo 
32718 \family default
32719 y elige el tipo 
32720 \family sans
32721 Listado de programa
32722 \family default
32723 .
32724 \begin_inset Foot
32725 status collapsed
32726
32727 \begin_layout Plain Layout
32728 Los restantes tipos de documento hijo se describen en la sección
32729 \begin_inset space ~
32730 \end_inset
32731
32732
32733 \begin_inset CommandInset ref
32734 LatexCommand ref
32735 reference "sec:Documento-Hijo"
32736
32737 \end_inset
32738
32739 .
32740 \end_layout
32741
32742 \end_inset
32743
32744  En el diálogo de documento hijo puedes especificar los parámetros del listado
32745  en el cuadro de texto.
32746  Para ver una lista de los parámetros disponibles teclea una interrogación
32747  «?» en el cuadro.
32748 \end_layout
32749
32750 \begin_layout Standard
32751 Para referenciar un documento hijo tipo listado, escribe el texto de la
32752  etiqueta en el campo correspondiente del diálogo de documento hijo.
32753  Después se puede referenciar la etiqueta con el menú 
32754 \family sans
32755 Insertar\SpecialChar \menuseparator
32756 Referencia cruzada.
32757 \end_layout
32758
32759 \begin_layout Standard
32760 A continuación hay un ejemplo, Listado
32761 \begin_inset space ~
32762 \end_inset
32763
32764
32765 \begin_inset CommandInset ref
32766 LatexCommand ref
32767 reference "lst:archivo-listado"
32768
32769 \end_inset
32770
32771 , de inserción de líneas de un archivo; en él se incluye el rango de las
32772  líneas 10
32773 \begin_inset space \thinspace{}
32774 \end_inset
32775
32776 -
32777 \begin_inset space \thinspace{}
32778 \end_inset
32779
32780 15 de este archivo LyX.
32781 \end_layout
32782
32783 \begin_layout Standard
32784 \begin_inset CommandInset include
32785 LatexCommand lstinputlisting
32786 filename "EmbeddedObjects.lyx"
32787 lstparams "breaklines=true,caption={Líneas  10 - 15 de este archivo LyX},firstline=10,label={lst:archivo-listado},language={[LaTeX]TeX},lastline=15"
32788
32789 \end_inset
32790
32791
32792 \begin_inset VSpace bigskip
32793 \end_inset
32794
32795
32796 \end_layout
32797
32798 \begin_layout Standard
32799 Las preferencias globales se pueden establecer en el diálogo 
32800 \family sans
32801 Documento\SpecialChar \menuseparator
32802 Configuración\SpecialChar \menuseparator
32803 Diseño
32804 \begin_inset space ~
32805 \end_inset
32806
32807 del
32808 \begin_inset space ~
32809 \end_inset
32810
32811 texto.
32812  
32813 \family default
32814 Para ver ahí una lista de las opciones disponibles, escribe una interrogación
32815  «?» en el campo de texto.
32816 \end_layout
32817
32818 \begin_layout Standard
32819 Para más información sobre el paquete 
32820 \series bold
32821 listings
32822 \series default
32823 , consulta su documentación
32824 \begin_inset space ~
32825 \end_inset
32826
32827
32828 \begin_inset CommandInset citation
32829 LatexCommand cite
32830 key "listings"
32831
32832 \end_inset
32833
32834 .
32835 \end_layout
32836
32837 \begin_layout Standard
32838 \begin_inset Newpage newpage
32839 \end_inset
32840
32841
32842 \end_layout
32843
32844 \begin_layout Chapter
32845 \start_of_appendix
32846 Unidades disponibles en LyX
32847 \begin_inset Index idx
32848 status collapsed
32849
32850 \begin_layout Plain Layout
32851 Unidades
32852 \end_layout
32853
32854 \end_inset
32855
32856
32857 \begin_inset CommandInset label
32858 LatexCommand label
32859 name "cap:Unidades-disponibles-en"
32860
32861 \end_inset
32862
32863
32864 \end_layout
32865
32866 \begin_layout Standard
32867 Para comprender las unidades utilizadas en este manual, el cuadro
32868 \begin_inset space ~
32869 \end_inset
32870
32871
32872 \begin_inset CommandInset ref
32873 LatexCommand ref
32874 reference "tab:Unidades"
32875
32876 \end_inset
32877
32878  describe todas las unidades disponibles en LyX.
32879 \end_layout
32880
32881 \begin_layout Standard
32882 \begin_inset Float table
32883 placement h
32884 wide false
32885 sideways false
32886 status open
32887
32888 \begin_layout Plain Layout
32889 \begin_inset Caption
32890
32891 \begin_layout Plain Layout
32892 \begin_inset CommandInset label
32893 LatexCommand label
32894 name "tab:Unidades"
32895
32896 \end_inset
32897
32898 Unidades
32899 \end_layout
32900
32901 \end_inset
32902
32903
32904 \end_layout
32905
32906 \begin_layout Plain Layout
32907 \begin_inset VSpace medskip
32908 \end_inset
32909
32910
32911 \end_layout
32912
32913 \begin_layout Plain Layout
32914 \align center
32915 \begin_inset Tabular
32916 <lyxtabular version="3" rows="20" columns="2">
32917 <features tabularvalignment="middle">
32918 <column alignment="center" valignment="top" width="0">
32919 <column alignment="center" valignment="top" width="0">
32920 <row>
32921 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
32922 \begin_inset Text
32923
32924 \begin_layout Plain Layout
32925 unidad
32926 \end_layout
32927
32928 \end_inset
32929 </cell>
32930 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
32931 \begin_inset Text
32932
32933 \begin_layout Plain Layout
32934 nombre/descripción
32935 \end_layout
32936
32937 \end_inset
32938 </cell>
32939 </row>
32940 <row>
32941 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
32942 \begin_inset Text
32943
32944 \begin_layout Plain Layout
32945 mm
32946 \end_layout
32947
32948 \end_inset
32949 </cell>
32950 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
32951 \begin_inset Text
32952
32953 \begin_layout Plain Layout
32954 milímetro
32955 \end_layout
32956
32957 \end_inset
32958 </cell>
32959 </row>
32960 <row>
32961 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
32962 \begin_inset Text
32963
32964 \begin_layout Plain Layout
32965 cm
32966 \end_layout
32967
32968 \end_inset
32969 </cell>
32970 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
32971 \begin_inset Text
32972
32973 \begin_layout Plain Layout
32974 centímetro
32975 \end_layout
32976
32977 \end_inset
32978 </cell>
32979 </row>
32980 <row>
32981 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
32982 \begin_inset Text
32983
32984 \begin_layout Plain Layout
32985 in
32986 \end_layout
32987
32988 \end_inset
32989 </cell>
32990 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
32991 \begin_inset Text
32992
32993 \begin_layout Plain Layout
32994 pulgada
32995 \end_layout
32996
32997 \end_inset
32998 </cell>
32999 </row>
33000 <row>
33001 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
33002 \begin_inset Text
33003
33004 \begin_layout Plain Layout
33005 pt
33006 \end_layout
33007
33008 \end_inset
33009 </cell>
33010 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
33011 \begin_inset Text
33012
33013 \begin_layout Plain Layout
33014 punto (72.27
33015 \begin_inset space \thinspace{}
33016 \end_inset
33017
33018 pt = 1
33019 \begin_inset space \thinspace{}
33020 \end_inset
33021
33022 in)
33023 \end_layout
33024
33025 \end_inset
33026 </cell>
33027 </row>
33028 <row>
33029 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
33030 \begin_inset Text
33031
33032 \begin_layout Plain Layout
33033 pc
33034 \end_layout
33035
33036 \end_inset
33037 </cell>
33038 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
33039 \begin_inset Text
33040
33041 \begin_layout Plain Layout
33042 pica (1
33043 \begin_inset space \thinspace{}
33044 \end_inset
33045
33046 pc = 12
33047 \begin_inset space \thinspace{}
33048 \end_inset
33049
33050 pt)
33051 \end_layout
33052
33053 \end_inset
33054 </cell>
33055 </row>
33056 <row>
33057 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
33058 \begin_inset Text
33059
33060 \begin_layout Plain Layout
33061 sp
33062 \end_layout
33063
33064 \end_inset
33065 </cell>
33066 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
33067 \begin_inset Text
33068
33069 \begin_layout Plain Layout
33070 punto escalado (65536
33071 \begin_inset space \thinspace{}
33072 \end_inset
33073
33074 sp = 1
33075 \begin_inset space \thinspace{}
33076 \end_inset
33077
33078 pt)
33079 \end_layout
33080
33081 \end_inset
33082 </cell>
33083 </row>
33084 <row>
33085 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
33086 \begin_inset Text
33087
33088 \begin_layout Plain Layout
33089 bp
33090 \end_layout
33091
33092 \end_inset
33093 </cell>
33094 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
33095 \begin_inset Text
33096
33097 \begin_layout Plain Layout
33098 punto grande (72
33099 \begin_inset space \thinspace{}
33100 \end_inset
33101
33102 bp = 1
33103 \begin_inset space \thinspace{}
33104 \end_inset
33105
33106 in)
33107 \end_layout
33108
33109 \end_inset
33110 </cell>
33111 </row>
33112 <row>
33113 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
33114 \begin_inset Text
33115
33116 \begin_layout Plain Layout
33117 dd
33118 \end_layout
33119
33120 \end_inset
33121 </cell>
33122 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
33123 \begin_inset Text
33124
33125 \begin_layout Plain Layout
33126 didot (1
33127 \begin_inset space \thinspace{}
33128 \end_inset
33129
33130 dd 
33131 \begin_inset Formula $\approx$
33132 \end_inset
33133
33134  0.376
33135 \begin_inset space \thinspace{}
33136 \end_inset
33137
33138 mm)
33139 \end_layout
33140
33141 \end_inset
33142 </cell>
33143 </row>
33144 <row>
33145 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
33146 \begin_inset Text
33147
33148 \begin_layout Plain Layout
33149 cc
33150 \end_layout
33151
33152 \end_inset
33153 </cell>
33154 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
33155 \begin_inset Text
33156
33157 \begin_layout Plain Layout
33158 cicero (1
33159 \begin_inset space \thinspace{}
33160 \end_inset
33161
33162 cc = 12
33163 \begin_inset space \thinspace{}
33164 \end_inset
33165
33166 dd)
33167 \end_layout
33168
33169 \end_inset
33170 </cell>
33171 </row>
33172 <row>
33173 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
33174 \begin_inset Text
33175
33176 \begin_layout Plain Layout
33177 escala
33178 \begin_inset space \thinspace{}
33179 \end_inset
33180
33181 %
33182 \end_layout
33183
33184 \end_inset
33185 </cell>
33186 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
33187 \begin_inset Text
33188
33189 \begin_layout Plain Layout
33190 % del tamaño original de la imagen
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 texto
33202 \begin_inset space \thinspace{}
33203 \end_inset
33204
33205 %
33206 \end_layout
33207
33208 \end_inset
33209 </cell>
33210 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
33211 \begin_inset Text
33212
33213 \begin_layout Plain Layout
33214 % de anchura de texto
33215 \end_layout
33216
33217 \end_inset
33218 </cell>
33219 </row>
33220 <row>
33221 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
33222 \begin_inset Text
33223
33224 \begin_layout Plain Layout
33225 columna
33226 \begin_inset space \thinspace{}
33227 \end_inset
33228
33229 %
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 % de anchura de columna
33239 \end_layout
33240
33241 \end_inset
33242 </cell>
33243 </row>
33244 <row>
33245 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
33246 \begin_inset Text
33247
33248 \begin_layout Plain Layout
33249 página
33250 \begin_inset space \thinspace{}
33251 \end_inset
33252
33253 %
33254 \end_layout
33255
33256 \end_inset
33257 </cell>
33258 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
33259 \begin_inset Text
33260
33261 \begin_layout Plain Layout
33262 % de anchura de página
33263 \end_layout
33264
33265 \end_inset
33266 </cell>
33267 </row>
33268 <row>
33269 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
33270 \begin_inset Text
33271
33272 \begin_layout Plain Layout
33273 línea
33274 \begin_inset space \thinspace{}
33275 \end_inset
33276
33277 %
33278 \end_layout
33279
33280 \end_inset
33281 </cell>
33282 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
33283 \begin_inset Text
33284
33285 \begin_layout Plain Layout
33286 % de anchura de línea
33287 \end_layout
33288
33289 \end_inset
33290 </cell>
33291 </row>
33292 <row>
33293 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
33294 \begin_inset Text
33295
33296 \begin_layout Plain Layout
33297 alt.
33298  texto
33299 \begin_inset space \thinspace{}
33300 \end_inset
33301
33302 %
33303 \end_layout
33304
33305 \end_inset
33306 </cell>
33307 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
33308 \begin_inset Text
33309
33310 \begin_layout Plain Layout
33311 % de altura de texto
33312 \end_layout
33313
33314 \end_inset
33315 </cell>
33316 </row>
33317 <row>
33318 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
33319 \begin_inset Text
33320
33321 \begin_layout Plain Layout
33322 alt.
33323  pág.
33324 \begin_inset space \thinspace{}
33325 \end_inset
33326
33327 %
33328 \end_layout
33329
33330 \end_inset
33331 </cell>
33332 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
33333 \begin_inset Text
33334
33335 \begin_layout Plain Layout
33336 % de altura de página
33337 \end_layout
33338
33339 \end_inset
33340 </cell>
33341 </row>
33342 <row>
33343 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
33344 \begin_inset Text
33345
33346 \begin_layout Plain Layout
33347 ex
33348 \end_layout
33349
33350 \end_inset
33351 </cell>
33352 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
33353 \begin_inset Text
33354
33355 \begin_layout Plain Layout
33356 altura de la letra 
33357 \emph on
33358 x
33359 \emph default
33360  en la fuente actual
33361 \end_layout
33362
33363 \end_inset
33364 </cell>
33365 </row>
33366 <row>
33367 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
33368 \begin_inset Text
33369
33370 \begin_layout Plain Layout
33371 em
33372 \end_layout
33373
33374 \end_inset
33375 </cell>
33376 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
33377 \begin_inset Text
33378
33379 \begin_layout Plain Layout
33380 anchura de la letra 
33381 \emph on
33382 M
33383 \emph default
33384  en la fuente actual
33385 \end_layout
33386
33387 \end_inset
33388 </cell>
33389 </row>
33390 <row>
33391 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
33392 \begin_inset Text
33393
33394 \begin_layout Plain Layout
33395 mu
33396 \end_layout
33397
33398 \end_inset
33399 </cell>
33400 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
33401 \begin_inset Text
33402
33403 \begin_layout Plain Layout
33404 unidad matemática (1
33405 \begin_inset space \thinspace{}
33406 \end_inset
33407
33408 mu = 1/18
33409 \begin_inset space \thinspace{}
33410 \end_inset
33411
33412 em)
33413 \end_layout
33414
33415 \end_inset
33416 </cell>
33417 </row>
33418 </lyxtabular>
33419
33420 \end_inset
33421
33422
33423 \end_layout
33424
33425 \end_inset
33426
33427
33428 \end_layout
33429
33430 \begin_layout Chapter
33431 Formatos de archivos de salida con gráficos
33432 \begin_inset CommandInset label
33433 LatexCommand label
33434 name "cap:Formatos-de-Archivos-de-Salida"
33435
33436 \end_inset
33437
33438
33439 \end_layout
33440
33441 \begin_layout Section
33442 DVI
33443 \begin_inset Index idx
33444 status collapsed
33445
33446 \begin_layout Plain Layout
33447 Formatos de archivo ! DVI
33448 \end_layout
33449
33450 \end_inset
33451
33452
33453 \begin_inset Index idx
33454 status collapsed
33455
33456 \begin_layout Plain Layout
33457 DVI|see
33458 \begin_inset ERT
33459 status collapsed
33460
33461 \begin_layout Plain Layout
33462
33463 {
33464 \end_layout
33465
33466 \end_inset
33467
33468 Formatos de archivo
33469 \begin_inset ERT
33470 status collapsed
33471
33472 \begin_layout Plain Layout
33473
33474 }
33475 \end_layout
33476
33477 \end_inset
33478
33479
33480 \end_layout
33481
33482 \end_inset
33483
33484
33485 \end_layout
33486
33487 \begin_layout Standard
33488 Este tipo de archivo tiene la extensión «
33489 \family typewriter
33490 .dvi
33491 \family default
33492 ».
33493  Se denomina «device-independent» (DVI), porque es completamente portable;
33494  se pueden mover de una máquina a otra sin necesidad de conversión alguna.
33495  En la época en que se desarrolló este formato, esto no era un asunto baladí.
33496  Los DVI se usan para vistas preliminares rápidas y como preparación para
33497  otros formatos de salida como PostScript.
33498 \end_layout
33499
33500 \begin_layout Standard
33501 \begin_inset Note Greyedout
33502 status open
33503
33504 \begin_layout Plain Layout
33505
33506 \series bold
33507 Nota:
33508 \series default
33509  Los archivos DVI no contienen imágenes, sino enlaces a ellas.
33510 \end_layout
33511
33512 \end_inset
33513
33514  Por tanto no debes olvidar esto si mueves archivos 
33515 \family typewriter
33516 .dvi
33517 \family default
33518  a otro ordenador.
33519  Esta característica también puede retardar la visualización del archivo,
33520  porque el visor DVI tiene que convertir la imagen en segundo plano para
33521  hacerla visible al deslizar el visor.
33522  Así pues recomendamos usar PDF para archivos con muchas imágenes.
33523 \end_layout
33524
33525 \begin_layout Standard
33526 Un documento se exporta a DVI con el menú 
33527 \family sans
33528 Archivo\SpecialChar \menuseparator
33529 Exportar\SpecialChar \menuseparator
33530 DVI
33531 \family default
33532 .
33533  Puedes ver la salida del documento en DVI con el menú 
33534 \family sans
33535 Ver\SpecialChar \menuseparator
33536 DVI 
33537 \family default
33538 o con el botón
33539 \begin_inset space ~
33540 \end_inset
33541
33542
33543 \begin_inset Graphics
33544         filename ../../images/buffer-view_dvi.png
33545         scale 85
33546
33547 \end_inset
33548
33549 .
33550 \end_layout
33551
33552 \begin_layout Section
33553 PostScript
33554 \begin_inset CommandInset label
33555 LatexCommand label
33556 name "sec:PostScript"
33557
33558 \end_inset
33559
33560
33561 \begin_inset Index idx
33562 status collapsed
33563
33564 \begin_layout Plain Layout
33565 Formatos de archivo ! PostScript
33566 \end_layout
33567
33568 \end_inset
33569
33570
33571 \begin_inset Index idx
33572 status collapsed
33573
33574 \begin_layout Plain Layout
33575 PostScript|see
33576 \begin_inset ERT
33577 status collapsed
33578
33579 \begin_layout Plain Layout
33580
33581 {
33582 \end_layout
33583
33584 \end_inset
33585
33586 Formatos de archivo
33587 \begin_inset ERT
33588 status collapsed
33589
33590 \begin_layout Plain Layout
33591
33592 }
33593 \end_layout
33594
33595 \end_inset
33596
33597
33598 \end_layout
33599
33600 \end_inset
33601
33602
33603 \end_layout
33604
33605 \begin_layout Standard
33606 Este tipo de archivo tiene la extensión «
33607 \family typewriter
33608 .ps
33609 \family default
33610 ».
33611  PostScript fue desarrollado por la compañía 
33612 \family typewriter
33613 Adobe
33614 \family default
33615  como lenguaje para impresoras.
33616  Por eso estos archivos contienen comandos que usa la impresora para imprimirlos.
33617  PostScript puede considerarse como un «lenguaje de programación»; con él
33618  puedes calcular y dibujar imágenes y diagramas.
33619 \begin_inset Foot
33620 status collapsed
33621
33622 \begin_layout Plain Layout
33623 Si estás interesado en este tema acude al paquete LaTeX 
33624 \series bold
33625 PSTricks
33626 \series default
33627  
33628 \begin_inset CommandInset citation
33629 LatexCommand cite
33630 key "pstricks"
33631
33632 \end_inset
33633
33634 .
33635 \end_layout
33636
33637 \end_inset
33638
33639  Por esto los archivos suelen ser más grandes que los PDF.
33640 \end_layout
33641
33642 \begin_layout Standard
33643 Los archivos PostScript sólo pueden contener imágenes en el formato «Encapsulate
33644 d PostScript» (EPS, extensión «
33645 \family typewriter
33646 .eps
33647 \family default
33648 »).
33649  Como LyX permite usar cualquier formato de imagen conocido, tiene que trabajar
33650  en segundo plano para convertir las imágenes a EPS.
33651  Si por ejemplo, el documento tiene 50 imágenes, LyX ha de hacer 50 conversiones
33652  cada vez que veas o exportes el documento.
33653  Esto ralentizará mucho el trabajo, así que si piensas usar PostScript,
33654  puedes evitar el problema insertando las imágenes directamente en EPS.
33655 \end_layout
33656
33657 \begin_layout Standard
33658 El documento se puede exportar a PostScript con el menú 
33659 \family sans
33660 Archivo\SpecialChar \menuseparator
33661 Exportar\SpecialChar \menuseparator
33662 Postscript
33663 \family default
33664 .
33665  Se puede ver la salida en PostScript con el menú 
33666 \family sans
33667 Ver\SpecialChar \menuseparator
33668 Postscript 
33669 \family default
33670 o con el botón
33671 \begin_inset space ~
33672 \end_inset
33673
33674
33675 \begin_inset Graphics
33676         filename ../../images/buffer-view_ps.png
33677
33678 \end_inset
33679
33680 .
33681 \end_layout
33682
33683 \begin_layout Section
33684 PDF
33685 \begin_inset Index idx
33686 status collapsed
33687
33688 \begin_layout Plain Layout
33689 Formatos de archivo ! PDF
33690 \end_layout
33691
33692 \end_inset
33693
33694
33695 \begin_inset Index idx
33696 status collapsed
33697
33698 \begin_layout Plain Layout
33699 PDF
33700 \end_layout
33701
33702 \end_inset
33703
33704
33705 \end_layout
33706
33707 \begin_layout Standard
33708 Este tipo de archivo tiene la extensión «
33709 \family typewriter
33710 .pdf
33711 \family default
33712 ».
33713  El formato «Portable Document Format» (PDF) fue desarrollado por 
33714 \family typewriter
33715 Adobe
33716 \family default
33717  como derivado de PostScript.
33718  Es más comprimido y utiliza muchos menos comandos que PostScript.
33719  Como su nombre «portable» indica, puede ser procesado por cualquier sistema
33720  operativo y la salida impresa se muestra exactamente igual.
33721 \end_layout
33722
33723 \begin_layout Standard
33724 PDF puede contener imágenes en su propio formato PDF, en el formato «Joint
33725  Photographic Experts Group» (JPG, extensión «
33726 \family typewriter
33727 .jpg
33728 \family default
33729 » o «
33730 \family typewriter
33731 .jpeg
33732 \family default
33733 »), y en el formato «Portable Network Graphics» (PNG, extensión «
33734 \family typewriter
33735 .png
33736 \family default
33737 »).
33738  Aunque puedes poner cualquier otro formato de imagen, porque LyX los convierte
33739  en segundo plano a alguno de los anteriores.
33740  Pero como se ha comentado en la sección sobre PostScript, la conversión
33741  de gráficos ralentiza el trabajo.
33742  Por tanto se recomienda utilizar alguno de los tres formatos de imagen
33743  mencionados.
33744 \end_layout
33745
33746 \begin_layout Standard
33747 Un documento se puede exportar a PDF con el menú 
33748 \family sans
33749 Archivo\SpecialChar \menuseparator
33750 Exportar
33751 \family default
33752  en tres modos diferentes:
33753 \end_layout
33754
33755 \begin_layout Description
33756 PDF
33757 \begin_inset space ~
33758 \end_inset
33759
33760 (ps2pdf) Este utiliza el programa 
33761 \family typewriter
33762 ps2pdf
33763 \family default
33764  que crea un PDF a partir de una versión PostScript del archivo.
33765  La versión PostScript es producida por el programa 
33766 \family typewriter
33767 dvips
33768 \family default
33769  que usa una versión DVI como paso intermedio.
33770  Así que este modo de exportación consta de tres conversiones.
33771 \end_layout
33772
33773 \begin_layout Description
33774 PDF
33775 \begin_inset space ~
33776 \end_inset
33777
33778 (dvipdfm) Este utiliza el programa 
33779 \family typewriter
33780 dvipdfm
33781 \family default
33782  que convierte el archivo a DVI en segundo plano y en un segundo paso a
33783  PDF.
33784 \end_layout
33785
33786 \begin_layout Description
33787 PDF
33788 \begin_inset space ~
33789 \end_inset
33790
33791 (pdflatex) Este utiliza el programa 
33792 \family typewriter
33793 pdftex
33794 \family default
33795  que convierte directamente el archivo a PDF.
33796 \end_layout
33797
33798 \begin_layout Standard
33799 Se recomienda usar 
33800 \family sans
33801 PDF
33802 \begin_inset space ~
33803 \end_inset
33804
33805 (pdflatex)
33806 \family default
33807  porque 
33808 \family typewriter
33809 pdftex
33810 \family default
33811  soporta todas las características de las versiones actuales de PDF, es
33812  rápido y estable.
33813  El programa 
33814 \family typewriter
33815 dvipdfm
33816 \family default
33817  ya no se desarrolla y está un poco obsoleto.
33818 \end_layout
33819
33820 \begin_layout Standard
33821 La salida en formato PDF se puede ver con el menú 
33822 \family sans
33823 Ver 
33824 \family default
33825 o con el botón
33826 \begin_inset space ~
33827 \end_inset
33828
33829
33830 \begin_inset Graphics
33831         filename ../../images/buffer-view_pdf2.png
33832         scale 85
33833
33834 \end_inset
33835
33836  (que usa 
33837 \family sans
33838 PDF
33839 \begin_inset space ~
33840 \end_inset
33841
33842 (pdflatex)
33843 \family default
33844 ).
33845 \end_layout
33846
33847 \begin_layout Chapter
33848 Explicación de la ecuación
33849 \begin_inset space ~
33850 \end_inset
33851
33852
33853 \begin_inset CommandInset ref
33854 LatexCommand eqref
33855 reference "eq:Wgn"
33856
33857 \end_inset
33858
33859
33860 \begin_inset CommandInset label
33861 LatexCommand label
33862 name "cap:Explicación-de-la-Ecuación"
33863
33864 \end_inset
33865
33866
33867 \end_layout
33868
33869 \begin_layout Standard
33870 La anchura total de 
33871 \emph on
33872 n
33873 \emph default
33874  celdas de una tabla 
33875 \begin_inset Formula $W_{\mathrm{tot\, n}}$
33876 \end_inset
33877
33878  puede calcularse con
33879 \end_layout
33880
33881 \begin_layout Standard
33882 \begin_inset Formula \begin{equation}
33883 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}
33884
33885 \end_inset
33886
33887
33888 \end_layout
33889
33890 \begin_layout Standard
33891 donde 
33892 \begin_inset Formula $W_{g\, n}$
33893 \end_inset
33894
33895  es el ancho dado de todas las celdas.
33896  
33897 \series bold
33898
33899 \backslash
33900 tabcolsep
33901 \series default
33902  es la longitud LaTeX entre el texto y el borde de la celda, 6
33903 \begin_inset space \thinspace{}
33904 \end_inset
33905
33906 pt por omisión.
33907  
33908 \series bold
33909
33910 \backslash
33911 arrayrulewidth
33912 \series default
33913  es el grosor de línea del borde, 0.4
33914 \begin_inset space \thinspace{}
33915 \end_inset
33916
33917 pt por omisión.
33918 \end_layout
33919
33920 \begin_layout Standard
33921 Procediendo como en la ecuación
33922 \begin_inset space ~
33923 \end_inset
33924
33925
33926 \begin_inset CommandInset ref
33927 LatexCommand eqref
33928 reference "eq:Wtot_n"
33929
33930 \end_inset
33931
33932 , el ancho total de una multicolumna, 
33933 \begin_inset Formula $W_{\mathrm{tot\, mult}}$
33934 \end_inset
33935
33936  es
33937 \end_layout
33938
33939 \begin_layout Standard
33940 \begin_inset Formula \begin{equation}
33941 W_{\mathrm{tot\, mult}}=W_{g\,\mathrm{mult}}+2\cdot\backslash\mbox{tabcolsep}+2\cdot\backslash\mbox{arrayrulewidth}\label{eq:Wtot_mult}\end{equation}
33942
33943 \end_inset
33944
33945
33946 \end_layout
33947
33948 \begin_layout Standard
33949 Igualando las ecuaciones
33950 \begin_inset space ~
33951 \end_inset
33952
33953
33954 \begin_inset CommandInset ref
33955 LatexCommand eqref
33956 reference "eq:Wtot_n"
33957
33958 \end_inset
33959
33960  y 
33961 \begin_inset CommandInset ref
33962 LatexCommand eqref
33963 reference "eq:Wtot_mult"
33964
33965 \end_inset
33966
33967  podemos calcular el ancho dado necesario 
33968 \begin_inset Formula $W_{g\, n}$
33969 \end_inset
33970
33971  cuando se expanden 
33972 \emph on
33973 n
33974 \emph default
33975  columnas, de forma que cada una de ellas tiene una anchura total  
33976 \begin_inset Formula $W_{\mathrm{tot\, mult}}/n$
33977 \end_inset
33978
33979 :
33980 \end_layout
33981
33982 \begin_layout Standard
33983 \begin_inset Formula \begin{equation}
33984 W_{g\, n}=(W_{g\,\mathrm{mult}}+(1-n)\cdot(2\cdot\backslash\mbox{tabcolsep}+\backslash\mbox{arrayrulewidth}))/n\end{equation}
33985
33986 \end_inset
33987
33988
33989 \end_layout
33990
33991 \begin_layout Bibliography
33992 \labelwidthstring Bibliografía
33993 \begin_inset CommandInset bibitem
33994 LatexCommand bibitem
33995 key "latexcompanion"
33996
33997 \end_inset
33998
33999 Frank Mittelbach and Michel Goossens: 
34000 \emph on
34001 The LaTeX Companion Second Edition.
34002
34003 \emph default
34004  Addison-Wesley, 2004
34005 \end_layout
34006
34007 \begin_layout Bibliography
34008 \labelwidthstring Bibliografía
34009 \begin_inset CommandInset bibitem
34010 LatexCommand bibitem
34011 key "latexguide"
34012
34013 \end_inset
34014
34015 Helmut Kopka and Patrick W.
34016  Daly: 
34017 \emph on
34018 A Guide to LaTeX Fourth Edition.
34019
34020 \emph default
34021  Addison-Wesley, 2003
34022 \end_layout
34023
34024 \begin_layout Bibliography
34025 \labelwidthstring Bibliografía
34026 \begin_inset CommandInset bibitem
34027 LatexCommand bibitem
34028 key "latexbook"
34029
34030 \end_inset
34031
34032 Leslie Lamport: 
34033 \emph on
34034 LaTeX: A Document Preparation System.
34035
34036 \emph default
34037  Addison-Wesley, second edition, 1994
34038 \end_layout
34039
34040 \begin_layout Bibliography
34041 \labelwidthstring Bibliografía
34042 \begin_inset CommandInset bibitem
34043 LatexCommand bibitem
34044 key "booktabs"
34045
34046 \end_inset
34047
34048 Documentación del paquete LaTeX 
34049 \series bold
34050
34051 \begin_inset CommandInset href
34052 LatexCommand href
34053 name "booktabs"
34054 target "ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/booktabs/booktabs.pdf"
34055
34056 \end_inset
34057
34058
34059 \series default
34060
34061 \begin_inset Index idx
34062 status collapsed
34063
34064 \begin_layout Plain Layout
34065 LaTeX-paquetes ! booktabs
34066 \end_layout
34067
34068 \end_inset
34069
34070
34071 \end_layout
34072
34073 \begin_layout Bibliography
34074 \labelwidthstring Bibliografía
34075 \begin_inset CommandInset bibitem
34076 LatexCommand bibitem
34077 key "caption"
34078
34079 \end_inset
34080
34081 Documentación del paquete LaTeX 
34082 \series bold
34083
34084 \begin_inset CommandInset href
34085 LatexCommand href
34086 name "caption"
34087 target "ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/caption/caption.pdf"
34088
34089 \end_inset
34090
34091
34092 \series default
34093
34094 \begin_inset Index idx
34095 status collapsed
34096
34097 \begin_layout Plain Layout
34098 LaTeX-paquetes ! caption
34099 \end_layout
34100
34101 \end_inset
34102
34103
34104 \end_layout
34105
34106 \begin_layout Bibliography
34107 \labelwidthstring Bibliografía
34108 \begin_inset CommandInset bibitem
34109 LatexCommand bibitem
34110 key "endfloat"
34111
34112 \end_inset
34113
34114 Documentación del paquete LaTeX 
34115 \series bold
34116
34117 \begin_inset CommandInset href
34118 LatexCommand href
34119 name "endfloat"
34120 target "ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/endfloat/endfloat.pdf"
34121
34122 \end_inset
34123
34124
34125 \series default
34126
34127 \begin_inset Index idx
34128 status collapsed
34129
34130 \begin_layout Plain Layout
34131 LaTeX-paquetes ! endfloat
34132 \end_layout
34133
34134 \end_inset
34135
34136
34137 \end_layout
34138
34139 \begin_layout Bibliography
34140 \labelwidthstring Bibliografía
34141 \begin_inset CommandInset bibitem
34142 LatexCommand bibitem
34143 key "wrapfig"
34144
34145 \end_inset
34146
34147 Documentación del paquete LaTeX 
34148 \series bold
34149
34150 \begin_inset CommandInset href
34151 LatexCommand href
34152 name "wrapfig"
34153 target "ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/wrapfig/wrapfig.sty"
34154
34155 \end_inset
34156
34157
34158 \series default
34159
34160 \begin_inset Index idx
34161 status collapsed
34162
34163 \begin_layout Plain Layout
34164 LaTeX-paquetes ! wrapfig
34165 \begin_inset ERT
34166 status collapsed
34167
34168 \begin_layout Plain Layout
34169
34170
34171 \backslash
34172 vspace{4mm}
34173 \end_layout
34174
34175 \end_inset
34176
34177
34178 \end_layout
34179
34180 \end_inset
34181
34182
34183 \end_layout
34184
34185 \begin_layout Bibliography
34186 \labelwidthstring Bibliografía
34187 \begin_inset CommandInset bibitem
34188 LatexCommand bibitem
34189 key "footmisc"
34190
34191 \end_inset
34192
34193 Documentación del paquete LaTeX 
34194 \series bold
34195
34196 \begin_inset CommandInset href
34197 LatexCommand href
34198 name "footmisc"
34199 target "ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/footmisc/footmisc.pdf"
34200
34201 \end_inset
34202
34203
34204 \series default
34205
34206 \begin_inset Index idx
34207 status collapsed
34208
34209 \begin_layout Plain Layout
34210 LaTeX-paquetes ! footmisc
34211 \end_layout
34212
34213 \end_inset
34214
34215
34216 \end_layout
34217
34218 \begin_layout Bibliography
34219 \labelwidthstring Bibliografía
34220 \begin_inset CommandInset bibitem
34221 LatexCommand bibitem
34222 key "hypcap"
34223
34224 \end_inset
34225
34226 Documentación del paquete LaTeX 
34227 \series bold
34228
34229 \begin_inset CommandInset href
34230 LatexCommand href
34231 name "hypcap"
34232 target "http://www.ctan.org/tex-archive/macros/latex/contrib/oberdiek/hypcap.pdf"
34233
34234 \end_inset
34235
34236
34237 \series default
34238
34239 \begin_inset Index idx
34240 status collapsed
34241
34242 \begin_layout Plain Layout
34243 LaTeX-paquetes ! hyperref
34244 \end_layout
34245
34246 \end_inset
34247
34248
34249 \end_layout
34250
34251 \begin_layout Bibliography
34252 \labelwidthstring Bibliografía
34253 \begin_inset CommandInset bibitem
34254 LatexCommand bibitem
34255 key "hyperref"
34256
34257 \end_inset
34258
34259 Documentación del paquete LaTeX 
34260 \series bold
34261
34262 \begin_inset CommandInset href
34263 LatexCommand href
34264 name "hyperref"
34265 target "ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/hyperref/hyperref.pdf"
34266
34267 \end_inset
34268
34269
34270 \series default
34271
34272 \begin_inset Index idx
34273 status collapsed
34274
34275 \begin_layout Plain Layout
34276 LaTeX-paquetes ! hyperref
34277 \end_layout
34278
34279 \end_inset
34280
34281
34282 \end_layout
34283
34284 \begin_layout Bibliography
34285 \labelwidthstring Bibliografía
34286 \begin_inset CommandInset bibitem
34287 LatexCommand bibitem
34288 key "KOMA-Script"
34289
34290 \end_inset
34291
34292 Documentación del paquete LaTeX 
34293 \series bold
34294
34295 \begin_inset CommandInset href
34296 LatexCommand href
34297 name "KOMA-Script"
34298 target "ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/koma-script/scrguien.pdf"
34299
34300 \end_inset
34301
34302
34303 \series default
34304
34305 \begin_inset Index idx
34306 status collapsed
34307
34308 \begin_layout Plain Layout
34309 LaTeX-paquetes ! KOMA-Script
34310 \end_layout
34311
34312 \end_inset
34313
34314
34315 \end_layout
34316
34317 \begin_layout Bibliography
34318 \labelwidthstring Bibliografía
34319 \begin_inset CommandInset bibitem
34320 LatexCommand bibitem
34321 key "listings"
34322
34323 \end_inset
34324
34325 Documentación del paquete LaTeX 
34326 \series bold
34327
34328 \begin_inset CommandInset href
34329 LatexCommand href
34330 name "listings"
34331 target "ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/listings/listings.pdf"
34332
34333 \end_inset
34334
34335
34336 \series default
34337
34338 \begin_inset Index idx
34339 status collapsed
34340
34341 \begin_layout Plain Layout
34342 LaTeX-paquetes ! listings
34343 \end_layout
34344
34345 \end_inset
34346
34347
34348 \end_layout
34349
34350 \begin_layout Bibliography
34351 \labelwidthstring Bibliografía
34352 \begin_inset CommandInset bibitem
34353 LatexCommand bibitem
34354 key "marginnote"
34355
34356 \end_inset
34357
34358 Documentación del paquete LaTeX 
34359 \series bold
34360
34361 \begin_inset CommandInset href
34362 LatexCommand href
34363 name "marginnote"
34364 target "ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/marginnote/marginnote.pdf"
34365
34366 \end_inset
34367
34368
34369 \series default
34370
34371 \begin_inset Index idx
34372 status collapsed
34373
34374 \begin_layout Plain Layout
34375 LaTeX-paquetes ! marginnote
34376 \end_layout
34377
34378 \end_inset
34379
34380
34381 \end_layout
34382
34383 \begin_layout Bibliography
34384 \labelwidthstring Bibliografía
34385 \begin_inset CommandInset bibitem
34386 LatexCommand bibitem
34387 key "pstricks"
34388
34389 \end_inset
34390
34391 Página web del paquete LaTeX 
34392 \series bold
34393
34394 \begin_inset CommandInset href
34395 LatexCommand href
34396 name "PSTricks"
34397 target "http://tug.org/PSTricks/"
34398
34399 \end_inset
34400
34401
34402 \series default
34403
34404 \begin_inset Index idx
34405 status collapsed
34406
34407 \begin_layout Plain Layout
34408 LaTeX-paquetes ! PSTricks
34409 \end_layout
34410
34411 \end_inset
34412
34413
34414 \end_layout
34415
34416 \begin_layout Bibliography
34417 \labelwidthstring Bibliografía
34418 \begin_inset CommandInset bibitem
34419 LatexCommand bibitem
34420 key "sidecap"
34421
34422 \end_inset
34423
34424 Documentación del paquete LaTeX 
34425 \series bold
34426
34427 \begin_inset CommandInset href
34428 LatexCommand href
34429 name "sidecap"
34430 target "ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/sidecap/sidecap.pdf"
34431
34432 \end_inset
34433
34434
34435 \series default
34436
34437 \begin_inset Index idx
34438 status collapsed
34439
34440 \begin_layout Plain Layout
34441 LaTeX-paquetes ! sidecap
34442 \end_layout
34443
34444 \end_inset
34445
34446
34447 \end_layout
34448
34449 \begin_layout Bibliography
34450 \labelwidthstring Bibliografía
34451 \begin_inset CommandInset bibitem
34452 LatexCommand bibitem
34453 key "prettyref"
34454
34455 \end_inset
34456
34457 Documentación del paquete LaTeX 
34458 \series bold
34459
34460 \begin_inset CommandInset href
34461 LatexCommand href
34462 name "prettyref"
34463 target "http://www.ctan.org/tex-archive/macros/latex/contrib/prettyref/prettyref.pdf"
34464
34465 \end_inset
34466
34467
34468 \series default
34469
34470 \begin_inset Index idx
34471 status collapsed
34472
34473 \begin_layout Plain Layout
34474 LaTeX-paquetes ! prettyref
34475 \end_layout
34476
34477 \end_inset
34478
34479
34480 \end_layout
34481
34482 \begin_layout Bibliography
34483 \labelwidthstring Bibliografía
34484 \begin_inset CommandInset bibitem
34485 LatexCommand bibitem
34486 key "NewInLyX16"
34487
34488 \end_inset
34489
34490
34491 \begin_inset CommandInset href
34492 LatexCommand href
34493 name "Página wiki"
34494 target "http://wiki.lyx.org/LyX/NewInLyX16"
34495
34496 \end_inset
34497
34498  sobre características nuevas para la versión 
34499 \family sans
34500 LyX
34501 \begin_inset space ~
34502 \end_inset
34503
34504 1.6.0
34505 \family default
34506 .
34507 \end_layout
34508
34509 \begin_layout Standard
34510 \begin_inset CommandInset index_print
34511 LatexCommand printindex
34512 type "idx"
34513
34514 \end_inset
34515
34516
34517 \end_layout
34518
34519 \begin_layout Standard
34520 \begin_inset FloatList figure
34521
34522 \end_inset
34523
34524
34525 \end_layout
34526
34527 \begin_layout Standard
34528 \begin_inset FloatList table
34529
34530 \end_inset
34531
34532
34533 \end_layout
34534
34535 \begin_layout Standard
34536 \begin_inset FloatList algorithm
34537
34538 \end_inset
34539
34540
34541 \end_layout
34542
34543 \end_body
34544 \end_document