]> git.lyx.org Git - lyx.git/blob - lib/doc/es/EmbeddedObjects.lyx
EmbeddedObjects.lyx: - convert all \xxxphantom TeX code insets to the new phantom...
[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 % redefine the greyed out note
130 \renewenvironment{lyxgreyedout}
131  {\textcolor{blue}\bgroup}{\egroup}
132
133 % ------------------------------------
134 % used to check for needed LaTeX packages
135 \usepackage{ifthen}
136
137 % check for package arydshln
138 % used for tables with dashed lines
139 \newboolean{arydshln}
140 \IfFileExists{arydshln.sty}
141  {\usepackage{arydshln}
142   \setboolean{arydshln}{true}}
143  {\setboolean{arydshln}{false}}
144
145 % check for package marginnote
146 % used for margin notes
147 \newboolean{marginnote}
148 \IfFileExists{marginnote.sty}
149  {\usepackage{marginnote}
150   \let\marginpar\marginnote
151   \setboolean{marginnote}{true}}
152  {\setboolean{marginnote}{false}}
153
154 % check for package sidecap
155 % used for captions on the side
156 \newboolean{sidecap}
157 \IfFileExists{sidecap.sty}
158  {\usepackage{sidecap}
159   \setboolean{sidecap}{true}}
160  {\setboolean{sidecap}{false}}
161
162 % redefine the \LyX macro for PDF bookmarks
163 \def\LyX{\texorpdfstring{%
164   L\kern-.1667em\lower.25em\hbox{Y}\kern-.125emX\@}
165   {LyX}}
166
167 % to translate the listing label
168 % para traducir la etiqueta listing
169 \renewcommand{\lstlistingname}{Listado}
170 \end_preamble
171 \options fleqn,liststotoc,bibtotoc,idxtotoc,BCOR7.5mm,titlepage,tablecaptionabove
172 \use_default_options false
173 \maintain_unincluded_children false
174 \language spanish
175 \inputencoding auto
176 \fontencoding global
177 \font_roman default
178 \font_sans default
179 \font_typewriter default
180 \font_default_family default
181 \use_xetex false
182 \font_sc false
183 \font_osf false
184 \font_sf_scale 100
185 \font_tt_scale 100
186
187 \graphics default
188 \default_output_format default
189 \output_sync 0
190 \bibtex_command default
191 \index_command default
192 \paperfontsize 12
193 \spacing single
194 \use_hyperref true
195 \pdf_title "Manual detallado de Figuras, Tablas, Flotantes, Notas, Cuadros y Archivos en LyX"
196 \pdf_author "LyX Team, Uwe Stöhr, Spanish translation: Ignacio García"
197 \pdf_subject "LyX-documentation about figures, tables, floats, notes, and boxes"
198 \pdf_keywords "LyX, Tables, Figures, Floats, Boxes, Notes"
199 \pdf_bookmarks true
200 \pdf_bookmarksnumbered true
201 \pdf_bookmarksopen true
202 \pdf_bookmarksopenlevel 1
203 \pdf_breaklinks false
204 \pdf_pdfborder false
205 \pdf_colorlinks true
206 \pdf_backref false
207 \pdf_pdfusetitle false
208 \pdf_quoted_options "linkcolor=black, citecolor=black, urlcolor=blue, filecolor=blue, pdfpagelayout=OneColumn, pdfnewwindow=true, pdfstartview=XYZ, plainpages=false"
209 \papersize default
210 \use_geometry false
211 \use_amsmath 2
212 \use_esint 0
213 \use_mhchem 1
214 \use_mathdots 1
215 \cite_engine basic
216 \use_bibtopic false
217 \use_indices false
218 \paperorientation portrait
219 \suppress_date false
220 \index Índice
221 \shortcut idx
222 \color #008000
223 \end_index
224 \secnumdepth 3
225 \tocdepth 3
226 \paragraph_separation skip
227 \defskip medskip
228 \quotes_language french
229 \papercolumns 1
230 \papersides 2
231 \paperpagestyle default
232 \bullet 1 1 34 -1
233 \bullet 2 2 35 -1
234 \bullet 3 2 7 -1
235 \tracking_changes false
236 \output_changes false
237 \html_math_output 0
238 \html_be_strict false
239 \end_header
240
241 \begin_body
242
243 \begin_layout Title
244 Manual detallado de Figuras, Tablas, Flotantes, Notas, Cuadros y Archivos
245  en LyX
246 \end_layout
247
248 \begin_layout Author
249 por el Equipo LyX
250 \begin_inset Foot
251 status collapsed
252
253 \begin_layout Plain Layout
254 \noindent
255 Si tienes comentarios o correcciones, por favor, escribe a la lista de correo
256  de Documentación de LyX: 
257 \begin_inset CommandInset href
258 LatexCommand href
259 name "lyx-docs@lists.lyx.org"
260 target "lyx-docs@lists.lyx.org?subject=EmbeddedObjects manual"
261 type "mailto:"
262
263 \end_inset
264
265
266 \end_layout
267
268 \end_inset
269
270
271 \begin_inset Note Note
272 status collapsed
273
274 \begin_layout Plain Layout
275 Autor: Uwe Stöhr
276 \end_layout
277
278 \end_inset
279
280
281 \begin_inset Note Note
282 status collapsed
283
284 \begin_layout Plain Layout
285 Traducción de: Ignacio García
286 \end_layout
287
288 \end_inset
289
290
291 \begin_inset Newline newline
292 \end_inset
293
294
295 \begin_inset Newline newline
296 \end_inset
297
298
299 \family sans
300 Versión 2.0.x
301 \end_layout
302
303 \begin_layout Standard
304 \begin_inset CommandInset toc
305 LatexCommand tableofcontents
306
307 \end_inset
308
309
310 \end_layout
311
312 \begin_layout Standard
313 \begin_inset Note Note
314 status collapsed
315
316 \begin_layout Plain Layout
317 Para exportar todas las partes de este documento a PDF, PS, o DVI, deben
318  estar instalados los paquetes LaTeX 
319 \series bold
320 arydshln
321 \series default
322
323 \series bold
324 colortbl
325 \series default
326
327 \series bold
328 marginnote
329 \series default
330  y 
331 \series bold
332 sidecap
333 \series default
334 .
335  Si no están instalados, también podrás exportar el documento, pero las
336  secciones en que dichos paquetes son necesarios no aparecen en la salida.
337 \end_layout
338
339 \begin_layout Plain Layout
340 La última versión en PDF de este documento puede encontrarse aquí:
341 \series bold
342
343 \begin_inset Newline newline
344 \end_inset
345
346 http://wiki.lyx.org/LyX/DocumentationDevelopment#EmbeddedObjects
347 \end_layout
348
349 \end_inset
350
351
352 \end_layout
353
354 \begin_layout Chapter
355 Figuras
356 \begin_inset Index idx
357 status collapsed
358
359 \begin_layout Plain Layout
360 Figuras
361 \end_layout
362
363 \end_inset
364
365
366 \begin_inset Index idx
367 status collapsed
368
369 \begin_layout Plain Layout
370 Gráficos|see
371 \begin_inset ERT
372 status collapsed
373
374 \begin_layout Plain Layout
375
376 {
377 \end_layout
378
379 \end_inset
380
381 Figuras
382 \begin_inset ERT
383 status collapsed
384
385 \begin_layout Plain Layout
386
387 }
388 \end_layout
389
390 \end_inset
391
392
393 \end_layout
394
395 \end_inset
396
397
398 \end_layout
399
400 \begin_layout Section
401 Diálogo de gráficos
402 \begin_inset CommandInset label
403 LatexCommand label
404 name "sec:Diálogo-Gráficos"
405
406 \end_inset
407
408
409 \begin_inset Index idx
410 status collapsed
411
412 \begin_layout Plain Layout
413 Figuras ! Diálogo de gráficos
414 \end_layout
415
416 \end_inset
417
418
419 \end_layout
420
421 \begin_layout Standard
422 Para insertar una imagen en un documento, sitúa el cursor en el lugar del
423  texto que desees y haz clic en el icono 
424 \begin_inset Graphics
425         filename ../../images/dialog-show-new-inset_graphics.png
426         scale 85
427
428 \end_inset
429
430  o en el menú 
431 \family sans
432 Insertar\SpecialChar \menuseparator
433 Imagen
434 \family default
435 .
436  Aparecerá un diálogo para escoger el archivo a cargar.
437  La imagen aparecerá en el archivo de salida exactamente en la misma posición
438  en la que la has colocado.
439 \end_layout
440
441 \begin_layout Standard
442 El diálogo Gráficos puede abrirse en cualquier momento haciendo clic sobre
443  una imagen.
444  Este diálogo tiene tres pestañas:
445 \end_layout
446
447 \begin_layout Description
448 Gráficos Aquí puedes elegir tu archivo gráfico y ajustar separadamente su
449  presentación en LyX y en la salida.
450  En el apéndice
451 \begin_inset space ~
452 \end_inset
453
454
455 \begin_inset CommandInset ref
456 LatexCommand ref
457 reference "cap:Unidades-disponibles-en"
458
459 \end_inset
460
461  se detallan las unidades disponibles para el tamaño del gráfico.
462 \begin_inset Newline newline
463 \end_inset
464
465
466 \begin_inset Index idx
467 status collapsed
468
469 \begin_layout Plain Layout
470 Figuras ! Rotar
471 \end_layout
472
473 \end_inset
474
475 Puedes girar los gráficos en el sentido de las agujas de reloj estableciendo
476  un ángulo y un origen de rotación.
477  La imagen también gira en LyX.
478 \begin_inset Newline newline
479 \end_inset
480
481
482 \begin_inset Index idx
483 status collapsed
484
485 \begin_layout Plain Layout
486 Figuras ! Escalar
487 \end_layout
488
489 \end_inset
490
491 Las imágenes se pueden escalar mediante un porcentaje o fijando explícitamente
492  la altura y la anchura.
493  Si fijas sólo la anchura o sólo la altura, la otra dimensión se establece
494  automáticamente.
495  Si fijas ambas dimensiones
496 \family sans
497 ,
498 \family default
499  la imagen se adaptará a ellas, posiblemente distorsionada.
500  Para evitar distorsión en la imagen marca la opción 
501 \family sans
502 Mantener
503 \begin_inset space ~
504 \end_inset
505
506 proporción
507 \family default
508 .
509  En ese caso la imagen será escalada de forma que su anchura y su altura
510  no excedan de las dimensiones especificadas.
511 \begin_inset Newline newline
512 \end_inset
513
514 Las imágenes se pueden abrir en el programa de tu elección con la entrada
515  
516 \family sans
517  Editar
518 \begin_inset space ~
519 \end_inset
520
521  externamente
522 \family default
523  del menú contextual que aparece al hacer clic derecho sobre la imagen.
524  Los programas visor y editor para cada formato de imagen se pueden establecer
525  en la configuración de formatos de archivo de las preferencias de LyX.
526 \end_layout
527
528 \begin_layout Description
529 Recorte Alternativamente al escalado, es posible establecer las coordenadas
530  de la imagen para ajustar su altura y anchura en la salida.
531  Además, las coordenadas se pueden calcular automáticamente pinchando el
532  botón 
533 \family sans
534 Obtener
535 \begin_inset space ~
536 \end_inset
537
538 de
539 \begin_inset space ~
540 \end_inset
541
542 archivo
543 \family default
544 .
545  El botón 
546 \family sans
547 Recortar
548 \begin_inset space ~
549 \end_inset
550
551 al
552 \begin_inset space ~
553 \end_inset
554
555 cuadro
556 \begin_inset space ~
557 \end_inset
558
559 delimitador
560 \family default
561  imprimirá sólo la región de la imagen comprendida en las coordenadas introducid
562 as.
563  Normalmente no necesitarás preocuparte por esto y puedes ignorar esta solapa.
564 \end_layout
565
566 \begin_layout Description
567 Opciones
568 \begin_inset space ~
569 \end_inset
570
571 de
572 \begin_inset space ~
573 \end_inset
574
575 LaTeX
576 \begin_inset space ~
577 \end_inset
578
579 y
580 \begin_inset space ~
581 \end_inset
582
583 LyX En esta solapa puedes modificar la apariencia de la imagen en LyX y,
584  si eres experto en LaTeX, especificar opciones LaTeX adicionales.
585 \begin_inset Newline newline
586 \end_inset
587
588 La opción 
589 \family sans
590 Modo
591 \begin_inset space ~
592 \end_inset
593
594 borrador
595 \family default
596  hace que en la salida se muestre sólo un marco con el tamaño de la imagen.
597 \begin_inset Newline newline
598 \end_inset
599
600 La opción 
601 \family sans
602 No
603 \begin_inset space ~
604 \end_inset
605
606 descomprimir
607 \begin_inset space ~
608 \end_inset
609
610 al
611 \begin_inset space ~
612 \end_inset
613
614 exportar
615 \family default
616  sólo afecta a los gráficos EPS comprimidos, p.
617 \begin_inset space \thinspace{}
618 \end_inset
619
620 e.
621 \begin_inset space ~
622 \end_inset
623
624
625 \emph on
626 x.eps.gz
627 \emph default
628 .
629  Si se usa esta opción, las imágenes no serán descomprimidas al exportar,
630  puesto que LaTeX puede manejarlas como están.
631 \begin_inset Newline newline
632 \end_inset
633
634 Los gráficos EPS comprimidos sirven para ahorrar espacio de disco si se
635  utiliza PostScript como formato de salida, véase apéndice
636 \begin_inset space ~
637 \end_inset
638
639
640 \begin_inset CommandInset ref
641 LatexCommand ref
642 reference "sec:PostScript"
643
644 \end_inset
645
646 .
647  Para comprimir gráficos EPS, usa los siguientes comandos en un UNIX-shell
648  o en consola de Windows:
649 \begin_inset Newline newline
650 \end_inset
651
652
653 \series bold
654 gzip x.eps
655 \series default
656
657 \begin_inset Newline newline
658 \end_inset
659
660
661 \series bold
662 zgrep %%Bounding x.eps.gz > x.eps.bb
663 \series default
664
665 \begin_inset Newline newline
666 \end_inset
667
668 El segundo comando crea un archivo de cuadro delimitador «x.eps.bb» que necesita
669  LaTeX para gráficos comprimidos.
670 \begin_inset Newline newline
671 \end_inset
672
673 El campo 
674 \family sans
675 Nombre
676 \begin_inset space ~
677 \end_inset
678
679 de
680 \begin_inset space ~
681 \end_inset
682
683 grupo
684 \family default
685  permite definir un conjunto de ajustes de imagen.
686 \begin_inset Index idx
687 status collapsed
688
689 \begin_layout Plain Layout
690 Figuras ! Agrupación de ajustes
691 \end_layout
692
693 \end_inset
694
695  Las imágenes incluidas en un grupo comparten sus características, de modo
696  que al modificar las de una imagen del grupo se modifican igualmente las
697  de las demás imágenes del grupo.
698  Así, por ejemplo, puedes cambiar el tamaño de un grupo de imágenes sin
699  necesidad de hacerlo individualmente para cada una de ellas.
700  Además se puede integrar una imagen en un grupo existente marcando el nombre
701  del mismo en el menú contextual de la imagen.
702  
703 \end_layout
704
705 \begin_layout Standard
706 \begin_inset VSpace bigskip
707 \end_inset
708
709
710 \end_layout
711
712 \begin_layout Standard
713 Esto es un ejemplo de imagen en formato EPS
714 \begin_inset Foot
715 status collapsed
716
717 \begin_layout Plain Layout
718 Los formatos de imagen se explican en el sección
719 \begin_inset space ~
720 \end_inset
721
722
723 \begin_inset CommandInset ref
724 LatexCommand ref
725 reference "sec:Formatos-de-imagen"
726
727 \end_inset
728
729 .
730 \end_layout
731
732 \end_inset
733
734  en un párrafo separado centrado horizontalmente:
735 \end_layout
736
737 \begin_layout Standard
738 \align center
739 \begin_inset Graphics
740         filename ../clipart/mobius.eps
741         scale 70
742         clip
743         rotateOrigin center
744
745 \end_inset
746
747
748 \end_layout
749
750 \begin_layout Standard
751 Esta es la misma imagen pero en modo borrador:
752 \end_layout
753
754 \begin_layout Standard
755 \align center
756 \begin_inset Graphics
757         filename ../clipart/mobius.eps
758         scale 70
759         draft
760         rotateOrigin center
761
762 \end_inset
763
764
765 \begin_inset Newpage newpage
766 \end_inset
767
768
769 \end_layout
770
771 \begin_layout Section
772 Figuras flotantes
773 \begin_inset CommandInset label
774 LatexCommand label
775 name "sec:Figuras-Flotantes"
776
777 \end_inset
778
779
780 \begin_inset Index idx
781 status collapsed
782
783 \begin_layout Plain Layout
784 Flotantes ! Figuras
785 \end_layout
786
787 \end_inset
788
789
790 \begin_inset Index idx
791 status collapsed
792
793 \begin_layout Plain Layout
794 Figuras ! Flotantes
795 \end_layout
796
797 \end_inset
798
799
800 \end_layout
801
802 \begin_layout Standard
803 Para información general sobre flotantes, echa una ojeada a la sección
804 \begin_inset space ~
805 \end_inset
806
807
808 \begin_inset CommandInset ref
809 LatexCommand ref
810 reference "sec:Introducción-Flotantes"
811
812 \end_inset
813
814 .
815 \end_layout
816
817 \begin_layout Standard
818 El botón 
819 \begin_inset Graphics
820         filename ../../images/float-insert_figure.png
821         scale 85
822
823 \end_inset
824
825  y el menú 
826 \family sans
827 Insertar\SpecialChar \menuseparator
828 Flotante\SpecialChar \menuseparator
829 Figura
830 \family default
831  insertan un flotante con la etiqueta «Figura #:» (# es el número actual).
832  La imagen se puede insertar sobre la leyenda, como en la figura
833 \begin_inset space ~
834 \end_inset
835
836
837 \begin_inset CommandInset ref
838 LatexCommand ref
839 reference "fig:kill-plat"
840
841 \end_inset
842
843 , o bajo ella, como en la figura
844 \begin_inset space ~
845 \end_inset
846
847
848 \begin_inset CommandInset ref
849 LatexCommand ref
850 reference "fig:escher"
851
852 \end_inset
853
854 .
855  Más información sobre ubicación de leyendas en la sección
856 \begin_inset space ~
857 \end_inset
858
859
860 \begin_inset CommandInset ref
861 LatexCommand ref
862 reference "sec:Colocación-de-leyendas"
863
864 \end_inset
865
866 .
867 \end_layout
868
869 \begin_layout Standard
870 \begin_inset Float figure
871 wide false
872 sideways false
873 status open
874
875 \begin_layout Plain Layout
876 \align center
877 \begin_inset Graphics
878         filename ../clipart/platypus.eps
879         width 50col%
880         rotateOrigin center
881
882 \end_inset
883
884
885 \end_layout
886
887 \begin_layout Plain Layout
888 \begin_inset Caption
889
890 \begin_layout Plain Layout
891 \begin_inset CommandInset label
892 LatexCommand label
893 name "fig:kill-plat"
894
895 \end_inset
896
897 Un ornitorrinco muy distorsionado en un flotante.
898 \end_layout
899
900 \end_inset
901
902
903 \end_layout
904
905 \end_inset
906
907
908 \end_layout
909
910 \begin_layout Standard
911 \begin_inset Float figure
912 wide false
913 sideways false
914 status open
915
916 \begin_layout Plain Layout
917 \begin_inset Caption
918
919 \begin_layout Plain Layout
920 \begin_inset CommandInset label
921 LatexCommand label
922 name "fig:escher"
923
924 \end_inset
925
926 M.C.
927  Escher en ácido.
928 \end_layout
929
930 \end_inset
931
932
933 \end_layout
934
935 \begin_layout Plain Layout
936 \align center
937 \begin_inset Graphics
938         filename ../clipart/escher-lsd.eps
939         scale 80
940         rotateOrigin center
941
942 \end_inset
943
944
945 \end_layout
946
947 \end_inset
948
949
950 \end_layout
951
952 \begin_layout Standard
953 \begin_inset Index idx
954 status collapsed
955
956 \begin_layout Plain Layout
957 Referencias ! a figuras
958 \end_layout
959
960 \end_inset
961
962 Las figuras
963 \begin_inset space ~
964 \end_inset
965
966
967 \begin_inset CommandInset ref
968 LatexCommand ref
969 reference "fig:kill-plat"
970
971 \end_inset
972
973  y 
974 \begin_inset CommandInset ref
975 LatexCommand ref
976 reference "fig:escher"
977
978 \end_inset
979
980  son ejemplos de figuras con referencias cruzadas.
981  Las figuras pueden tener referencias cruzadas en el documento mediante
982  referencia a su etiqueta.
983  Para hacerlo inserta una etiqueta en la leyenda usando el menú 
984 \family sans
985 Insertar\SpecialChar \menuseparator
986 Etiqueta
987 \family default
988  o el botón 
989 \begin_inset Graphics
990         filename ../../images/label-insert.png
991         scale 85
992
993 \end_inset
994
995 .
996  Ahora puedes referirte a la etiqueta usando el menú 
997 \family sans
998 Insertar\SpecialChar \menuseparator
999 Referencia
1000 \begin_inset space ~
1001 \end_inset
1002
1003 cruzada
1004 \family default
1005  o el botón 
1006 \begin_inset Graphics
1007         filename ../../images/dialog-show-new-inset_ref.png
1008         scale 85
1009
1010 \end_inset
1011
1012 .
1013  Es importante emplear referencias a flotantes, mejor que alusiones vagas
1014  como «la figura de arriba», porque como LaTeX recolocará los flotantes
1015  en el documento final, podría no quedar «arriba» precisamente.
1016 \begin_inset Newline newline
1017 \end_inset
1018
1019 Las referencias se explican con detalle en la sección
1020 \begin_inset space ~
1021 \end_inset
1022
1023
1024 \begin_inset CommandInset ref
1025 LatexCommand ref
1026 reference "sec:Referencias-a-Flotantes"
1027
1028 \end_inset
1029
1030 .
1031 \end_layout
1032
1033 \begin_layout Standard
1034 Normalmente sólo se inserta una imagen en un flotante, pero es posible que
1035  en alguna ocasión queramos poner dos imágenes cada una con su leyenda.
1036  Esto se puede hacer insertando imágenes flotantes dentro de un flotante
1037  existente.
1038  La figura
1039 \begin_inset space ~
1040 \end_inset
1041
1042
1043 \begin_inset CommandInset ref
1044 LatexCommand ref
1045 reference "fig:Dos-imágenes-distorsionadas"
1046
1047 \end_inset
1048
1049  es un ejemplo de figura flotante con dos imágenes adosadas.
1050  También se pueden poner una sobre otra.
1051  Las subfiguras son
1052 \begin_inset space ~
1053 \end_inset
1054
1055
1056 \begin_inset CommandInset ref
1057 LatexCommand ref
1058 reference "fig:Estructura-indefinible"
1059
1060 \end_inset
1061
1062  y
1063 \begin_inset space ~
1064 \end_inset
1065
1066
1067 \begin_inset CommandInset ref
1068 LatexCommand ref
1069 reference "fig:Ornitorrinco"
1070
1071 \end_inset
1072
1073 .
1074 \end_layout
1075
1076 \begin_layout Standard
1077 \begin_inset Float figure
1078 wide false
1079 sideways false
1080 status open
1081
1082 \begin_layout Plain Layout
1083 \begin_inset space \hfill{}
1084 \end_inset
1085
1086
1087 \begin_inset Float figure
1088 wide false
1089 sideways false
1090 status open
1091
1092 \begin_layout Plain Layout
1093 \begin_inset Caption
1094
1095 \begin_layout Plain Layout
1096 \begin_inset CommandInset label
1097 LatexCommand label
1098 name "fig:Estructura-indefinible"
1099
1100 \end_inset
1101
1102 Estructura indefinible
1103 \end_layout
1104
1105 \end_inset
1106
1107
1108 \end_layout
1109
1110 \begin_layout Plain Layout
1111 \begin_inset Graphics
1112         filename ../clipart/escher-lsd.eps
1113         width 45col%
1114         groupId distorsionadas
1115
1116 \end_inset
1117
1118
1119 \end_layout
1120
1121 \end_inset
1122
1123
1124 \begin_inset space \hfill{}
1125 \end_inset
1126
1127
1128 \begin_inset Float figure
1129 wide false
1130 sideways false
1131 status open
1132
1133 \begin_layout Plain Layout
1134 \begin_inset Caption
1135
1136 \begin_layout Plain Layout
1137 \begin_inset CommandInset label
1138 LatexCommand label
1139 name "fig:Ornitorrinco"
1140
1141 \end_inset
1142
1143 Ornitorrinco
1144 \end_layout
1145
1146 \end_inset
1147
1148
1149 \end_layout
1150
1151 \begin_layout Plain Layout
1152 \begin_inset Graphics
1153         filename ../clipart/platypus.eps
1154         width 45col%
1155         groupId distorsionadas
1156
1157 \end_inset
1158
1159
1160 \end_layout
1161
1162 \end_inset
1163
1164
1165 \begin_inset space \hfill{}
1166 \end_inset
1167
1168
1169 \end_layout
1170
1171 \begin_layout Plain Layout
1172 \begin_inset Caption
1173
1174 \begin_layout Plain Layout
1175 \begin_inset CommandInset label
1176 LatexCommand label
1177 name "fig:Dos-imágenes-distorsionadas"
1178
1179 \end_inset
1180
1181 Dos imágenes distorsionadas.
1182  Ambas están en el grupo llamado «distorsionadas».
1183 \end_layout
1184
1185 \end_inset
1186
1187
1188 \end_layout
1189
1190 \end_inset
1191
1192
1193 \begin_inset Newpage newpage
1194 \end_inset
1195
1196
1197 \end_layout
1198
1199 \begin_layout Section
1200 Formatos de imagen
1201 \begin_inset CommandInset label
1202 LatexCommand label
1203 name "sec:Formatos-de-imagen"
1204
1205 \end_inset
1206
1207
1208 \begin_inset Index idx
1209 status collapsed
1210
1211 \begin_layout Plain Layout
1212 Formatos de imagen
1213 \end_layout
1214
1215 \end_inset
1216
1217
1218 \begin_inset Index idx
1219 status collapsed
1220
1221 \begin_layout Plain Layout
1222 Figuras ! Formatos de imagen
1223 \end_layout
1224
1225 \end_inset
1226
1227
1228 \end_layout
1229
1230 \begin_layout Standard
1231 Puedes insertar imágenes en cualquier formato.
1232  Pero como se explica en el apéndice
1233 \begin_inset space ~
1234 \end_inset
1235
1236
1237 \begin_inset CommandInset ref
1238 LatexCommand ref
1239 reference "cap:Formatos-de-Archivos-de-Salida"
1240
1241 \end_inset
1242
1243 , cada formato de archivo del documento de salida permite sólo ciertos formatos
1244  de archivo de imagen.
1245  Por eso LyX usa el programa 
1246 \family typewriter
1247 ImageMagick
1248 \family default
1249  en segundo plano para convertir imágenes al formato adecuado.
1250  Para aumentar el rendimiento evitando estas conversiones, puedes usar sólo
1251  los formatos de imagen admitidos en el formato de archivo de salida.
1252  Los formatos de salida se explican en el apéndice
1253 \begin_inset space ~
1254 \end_inset
1255
1256
1257 \begin_inset CommandInset ref
1258 LatexCommand ref
1259 reference "cap:Formatos-de-Archivos-de-Salida"
1260
1261 \end_inset
1262
1263 .
1264 \end_layout
1265
1266 \begin_layout Standard
1267 Como en el caso de las fuentes, hay dos tipos de formatos de imagen:
1268 \end_layout
1269
1270 \begin_layout Description
1271 Imágenes
1272 \begin_inset space ~
1273 \end_inset
1274
1275 mapa
1276 \begin_inset space ~
1277 \end_inset
1278
1279 de
1280 \begin_inset space ~
1281 \end_inset
1282
1283 bits
1284 \begin_inset space ~
1285 \end_inset
1286
1287 (Bitmap) formadas por mapas de puntos (píxeles), generalmente comprimidos.
1288  Por tanto no son totalmente escalables y se ven pixeladas a valores altos
1289  de zoom.
1290  Formatos de imágenes en bitmap bien conocidos son «Graphics Interchange
1291  Format» (GIF, extensión «
1292 \family typewriter
1293 .gif
1294 \family default
1295 »)
1296 \begin_inset Index idx
1297 status collapsed
1298
1299 \begin_layout Plain Layout
1300 GIF|see
1301 \begin_inset ERT
1302 status collapsed
1303
1304 \begin_layout Plain Layout
1305
1306 {
1307 \end_layout
1308
1309 \end_inset
1310
1311 Formatos de imagen
1312 \begin_inset ERT
1313 status collapsed
1314
1315 \begin_layout Plain Layout
1316
1317 }
1318 \end_layout
1319
1320 \end_inset
1321
1322
1323 \end_layout
1324
1325 \end_inset
1326
1327 , «Portable Network Graphics» (PNG, extensión «
1328 \family typewriter
1329 .png
1330 \family default
1331 »)
1332 \begin_inset Index idx
1333 status collapsed
1334
1335 \begin_layout Plain Layout
1336 PNG|see
1337 \begin_inset ERT
1338 status collapsed
1339
1340 \begin_layout Plain Layout
1341
1342 {
1343 \end_layout
1344
1345 \end_inset
1346
1347 Formatos de imagen
1348 \begin_inset ERT
1349 status collapsed
1350
1351 \begin_layout Plain Layout
1352
1353 }
1354 \end_layout
1355
1356 \end_inset
1357
1358
1359 \end_layout
1360
1361 \end_inset
1362
1363 , y «Joint Photographic Experts Group» (JPG, extensión «
1364 \family typewriter
1365 .jpg
1366 \family default
1367 » o «
1368 \family typewriter
1369 .jpeg
1370 \family default
1371 »)
1372 \begin_inset Index idx
1373 status collapsed
1374
1375 \begin_layout Plain Layout
1376 JPG|see
1377 \begin_inset ERT
1378 status collapsed
1379
1380 \begin_layout Plain Layout
1381
1382 {
1383 \end_layout
1384
1385 \end_inset
1386
1387 Formatos de imagen
1388 \begin_inset ERT
1389 status collapsed
1390
1391 \begin_layout Plain Layout
1392
1393 }
1394 \end_layout
1395
1396 \end_inset
1397
1398
1399 \end_layout
1400
1401 \end_inset
1402
1403 .
1404 \end_layout
1405
1406 \begin_layout Description
1407 Imágenes
1408 \begin_inset space ~
1409 \end_inset
1410
1411 vectoriales se generan mediante una descripción de una serie de trazos (vectores
1412 ) y por tanto pueden escalarse a cualquier tamaño sin pérdidas.
1413  La posibilidad de escalado hace falta para crear presentaciones, porque
1414  éstas siempre son escaladas por el proyector.
1415  El escalado también es útil en los documentos en línea para permitir el
1416  zoom en diagramas.
1417 \begin_inset Newline newline
1418 \end_inset
1419
1420 Formatos de imagen escalables pueden ser «Scalable Vector Graphics» (SVG,
1421  extensión «
1422 \family typewriter
1423 .svg
1424 \family default
1425 »)
1426 \begin_inset Index idx
1427 status collapsed
1428
1429 \begin_layout Plain Layout
1430 SVG|see
1431 \begin_inset ERT
1432 status collapsed
1433
1434 \begin_layout Plain Layout
1435
1436 {
1437 \end_layout
1438
1439 \end_inset
1440
1441 Formatos de imagen
1442 \begin_inset ERT
1443 status collapsed
1444
1445 \begin_layout Plain Layout
1446
1447 }
1448 \end_layout
1449
1450 \end_inset
1451
1452
1453 \end_layout
1454
1455 \end_inset
1456
1457 , «Encapsulated PostScript» (EPS, extensión «
1458 \family typewriter
1459 .eps
1460 \family default
1461 »)
1462 \begin_inset Index idx
1463 status collapsed
1464
1465 \begin_layout Plain Layout
1466 EPS|see
1467 \begin_inset ERT
1468 status collapsed
1469
1470 \begin_layout Plain Layout
1471
1472 {
1473 \end_layout
1474
1475 \end_inset
1476
1477 Formatos de imagen
1478 \begin_inset ERT
1479 status collapsed
1480
1481 \begin_layout Plain Layout
1482
1483 }
1484 \end_layout
1485
1486 \end_inset
1487
1488
1489 \end_layout
1490
1491 \end_inset
1492
1493 , «Portable Document Format» (PDF, extensión «
1494 \family typewriter
1495 .pdf
1496 \family default
1497 »)
1498 \begin_inset Index idx
1499 status collapsed
1500
1501 \begin_layout Plain Layout
1502 PDF|see
1503 \begin_inset ERT
1504 status collapsed
1505
1506 \begin_layout Plain Layout
1507
1508 {
1509 \end_layout
1510
1511 \end_inset
1512
1513 Formatos de imagen
1514 \begin_inset ERT
1515 status collapsed
1516
1517 \begin_layout Plain Layout
1518
1519 }
1520 \end_layout
1521
1522 \end_inset
1523
1524
1525 \end_layout
1526
1527 \end_inset
1528
1529 , y «Windows Metafile» (WMF, extensión «
1530 \family typewriter
1531 .wmf
1532 \family default
1533 »)
1534 \begin_inset Index idx
1535 status collapsed
1536
1537 \begin_layout Plain Layout
1538 WMF|see
1539 \begin_inset ERT
1540 status collapsed
1541
1542 \begin_layout Plain Layout
1543
1544 {
1545 \end_layout
1546
1547 \end_inset
1548
1549 Formatos de imagen
1550 \begin_inset ERT
1551 status collapsed
1552
1553 \begin_layout Plain Layout
1554
1555 }
1556 \end_layout
1557
1558 \end_inset
1559
1560
1561 \end_layout
1562
1563 \end_inset
1564
1565 .
1566  Escribimos «pueden ser» porque se puede convertir cualquier imagen bitmap
1567  a PDF o EPS y el resultado será todavía una imagen bitmap.
1568  En estos casos sólo se añade una cabecera con las propiedades de la imagen
1569  a la imagen original.
1570 \begin_inset Foot
1571 status collapsed
1572
1573 \begin_layout Plain Layout
1574 En el caso de PDF, además se comprime la imagen original.
1575 \end_layout
1576
1577 \end_inset
1578
1579  Por ejemplo, los archivos PDF generados por 
1580 \family typewriter
1581 Adobe Photoshop
1582 \family default
1583  son imágenes bitmap.
1584 \end_layout
1585
1586 \begin_layout Standard
1587 Normalmente no es posible convertir una imagen bitmap a escalable pero sí
1588  al contrario.
1589  Sólo los formatos de imagen PDF y EPS pueden empotrarse directamente en
1590  archivos de salida PDF y PostScript, respectivamente.
1591  Las imágenes SVG y WMF son recalculadas a bitmaps cuando se genera el archivo
1592  de salida porque actualmente no hay convertidores adecuados WMF/SVG 
1593 \begin_inset Formula $\to$
1594 \end_inset
1595
1596  PDF/EPS.
1597 \end_layout
1598
1599 \begin_layout Chapter
1600 Tablas
1601 \begin_inset Index idx
1602 status collapsed
1603
1604 \begin_layout Plain Layout
1605 Tablas
1606 \end_layout
1607
1608 \end_inset
1609
1610
1611 \end_layout
1612
1613 \begin_layout Section
1614 Introducción
1615 \begin_inset Index idx
1616 status collapsed
1617
1618 \begin_layout Plain Layout
1619 Tablas ! Introducción
1620 \end_layout
1621
1622 \end_inset
1623
1624
1625 \end_layout
1626
1627 \begin_layout Standard
1628 Puede insertarse una tabla mediante el botón 
1629 \begin_inset Graphics
1630         filename ../../images/tabular-insert.png
1631         scale 85
1632
1633 \end_inset
1634
1635  o el menú 
1636 \family sans
1637 Insertar\SpecialChar \menuseparator
1638 Tabla
1639 \family default
1640 .
1641  El botón ofrece una selección gráfica: moviendo el puntero se puede definir
1642  el número de filas y de columnas de la tabla.
1643  Si usas el menú aparece un diálogo en el que se pide el número de filas
1644  y columnas.
1645  
1646 \begin_inset Newline newline
1647 \end_inset
1648
1649 Por omisión, la tabla tiene líneas que enmarcan cada celda y la primera
1650  fila aparece separada por una línea doble: la línea inferior de la primera
1651  fila y la línea superior de la segunda fila.
1652  Ejemplo de tabla:
1653 \end_layout
1654
1655 \begin_layout Standard
1656 \align center
1657 \begin_inset Tabular
1658 <lyxtabular version="3" rows="4" columns="4">
1659 <features tabularvalignment="middle">
1660 <column alignment="center" valignment="top" width="0">
1661 <column alignment="center" valignment="top" width="0pt">
1662 <column alignment="center" valignment="top" width="0in">
1663 <column alignment="center" valignment="top" width="0pt">
1664 <row>
1665 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
1666 \begin_inset Text
1667
1668 \begin_layout Plain Layout
1669
1670 \end_layout
1671
1672 \end_inset
1673 </cell>
1674 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
1675 \begin_inset Text
1676
1677 \begin_layout Plain Layout
1678
1679 \family roman
1680 \series medium
1681 \shape up
1682 \size normal
1683 \emph off
1684 \bar no
1685 \noun off
1686 \color none
1687 1
1688 \end_layout
1689
1690 \end_inset
1691 </cell>
1692 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
1693 \begin_inset Text
1694
1695 \begin_layout Plain Layout
1696 2
1697 \end_layout
1698
1699 \end_inset
1700 </cell>
1701 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
1702 \begin_inset Text
1703
1704 \begin_layout Plain Layout
1705 3
1706 \end_layout
1707
1708 \end_inset
1709 </cell>
1710 </row>
1711 <row>
1712 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1713 \begin_inset Text
1714
1715 \begin_layout Plain Layout
1716
1717 \family roman
1718 \series medium
1719 \shape up
1720 \size normal
1721 \emph off
1722 \bar no
1723 \noun off
1724 \color none
1725 A
1726 \end_layout
1727
1728 \end_inset
1729 </cell>
1730 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1731 \begin_inset Text
1732
1733 \begin_layout Plain Layout
1734
1735 \end_layout
1736
1737 \end_inset
1738 </cell>
1739 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1740 \begin_inset Text
1741
1742 \begin_layout Plain Layout
1743
1744 \end_layout
1745
1746 \end_inset
1747 </cell>
1748 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
1749 \begin_inset Text
1750
1751 \begin_layout Plain Layout
1752
1753 \end_layout
1754
1755 \end_inset
1756 </cell>
1757 </row>
1758 <row>
1759 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1760 \begin_inset Text
1761
1762 \begin_layout Plain Layout
1763
1764 \family roman
1765 \series medium
1766 \shape up
1767 \size normal
1768 \emph off
1769 \bar no
1770 \noun off
1771 \color none
1772 B
1773 \end_layout
1774
1775 \end_inset
1776 </cell>
1777 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1778 \begin_inset Text
1779
1780 \begin_layout Plain Layout
1781
1782 \end_layout
1783
1784 \end_inset
1785 </cell>
1786 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1787 \begin_inset Text
1788
1789 \begin_layout Plain Layout
1790
1791 \size normal
1792 \noun off
1793 \color none
1794  
1795 \end_layout
1796
1797 \end_inset
1798 </cell>
1799 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
1800 \begin_inset Text
1801
1802 \begin_layout Plain Layout
1803
1804 \end_layout
1805
1806 \end_inset
1807 </cell>
1808 </row>
1809 <row>
1810 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
1811 \begin_inset Text
1812
1813 \begin_layout Plain Layout
1814
1815 \family roman
1816 \series medium
1817 \shape up
1818 \size normal
1819 \emph off
1820 \bar no
1821 \noun off
1822 \color none
1823 C
1824 \end_layout
1825
1826 \end_inset
1827 </cell>
1828 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
1829 \begin_inset Text
1830
1831 \begin_layout Plain Layout
1832
1833 \end_layout
1834
1835 \end_inset
1836 </cell>
1837 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
1838 \begin_inset Text
1839
1840 \begin_layout Plain Layout
1841
1842 \end_layout
1843
1844 \end_inset
1845 </cell>
1846 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
1847 \begin_inset Text
1848
1849 \begin_layout Plain Layout
1850
1851 \end_layout
1852
1853 \end_inset
1854 </cell>
1855 </row>
1856 </lyxtabular>
1857
1858 \end_inset
1859
1860
1861 \end_layout
1862
1863 \begin_layout Section
1864 Diálogo de tablas
1865 \begin_inset Index idx
1866 status collapsed
1867
1868 \begin_layout Plain Layout
1869 Tablas ! Diálogo
1870 \end_layout
1871
1872 \end_inset
1873
1874
1875 \end_layout
1876
1877 \begin_layout Standard
1878 Una tabla se puede cambiar mediante el cuadro de diálogo que aparece al
1879  pinchar sobre ella con el botón derecho del ratón.
1880  Se pueden ajustar los parámetros de la celda y fila/columna en la que se
1881  encuentra el cursor.
1882  La mayoría de opciones también trabajan sobre una selección de celdas,
1883  de filas o de columnas.
1884  Observa que hay que diferenciar entre seleccionar una celda o seleccionar
1885  su 
1886 \emph on
1887 contenido
1888 \emph default
1889 .
1890  En el cuadro de diálogo aparecen las siguientes solapas:
1891 \end_layout
1892
1893 \begin_layout Description
1894
1895 \family sans
1896 Configuración
1897 \begin_inset space ~
1898 \end_inset
1899
1900 de
1901 \begin_inset space ~
1902 \end_inset
1903
1904 la
1905 \begin_inset space ~
1906 \end_inset
1907
1908 tabla
1909 \family default
1910  Aquí puedes establecer la alineación horizontal y la anchura de la columna
1911  actual.
1912  Una vez puesta la anchura puedes ajustar también el alineamiento vertical.
1913  Una anchura determinada permite tener saltos de línea y distintos párrafos
1914  de texto, véase sección 
1915 \begin_inset space ~
1916 \end_inset
1917
1918
1919 \begin_inset CommandInset ref
1920 LatexCommand ref
1921 reference "sub:Líneas-Múltiples-en"
1922
1923 \end_inset
1924
1925 .
1926  Si no estableces anchura, la columna será tan ancha como el contenido de
1927  la celda más ancha.
1928 \begin_inset Newline newline
1929 \end_inset
1930
1931 Además, puedes marcar una o más celdas de una fila como una celda multicolumna,
1932  véase sección
1933 \begin_inset space ~
1934 \end_inset
1935
1936
1937 \begin_inset CommandInset ref
1938 LatexCommand ref
1939 reference "sub:Multicolumnas"
1940
1941 \end_inset
1942
1943 .
1944 \begin_inset Newline newline
1945 \end_inset
1946
1947 Las casillas de giro rotan la celda actual, una selección o toda la tabla
1948  90º en el sentido de las agujas del reloj.
1949  La rotación no se ve en LyX, sí en la salida.
1950 \begin_inset Newline newline
1951 \end_inset
1952
1953
1954 \begin_inset Note Greyedout
1955 status open
1956
1957 \begin_layout Plain Layout
1958
1959 \series bold
1960 Nota:
1961 \series default
1962  no todos los visores DVI pueden mostrar rotaciones.
1963 \end_layout
1964
1965 \end_inset
1966
1967
1968 \begin_inset Newline newline
1969 \end_inset
1970
1971 También es posible introducir argumentos LaTeX necesarios para formatos
1972  especiales, véanse las secciones
1973 \begin_inset space ~
1974 \end_inset
1975
1976
1977 \begin_inset CommandInset ref
1978 LatexCommand ref
1979 reference "sub:Cálculos-en-Multicolumnas"
1980
1981 \end_inset
1982
1983  y
1984 \begin_inset space ~
1985 \end_inset
1986
1987
1988 \begin_inset CommandInset ref
1989 LatexCommand ref
1990 reference "sec:Tablas-Coloreadas"
1991
1992 \end_inset
1993
1994 .
1995 \end_layout
1996
1997 \begin_layout Description
1998
1999 \family sans
2000 Bordes
2001 \family default
2002  En esta solapa puedes añadir y quitar bordes para la fila/columna actual.
2003  Puedes elegir para la tabla un estilo 
2004 \family sans
2005 Formal
2006 \family default
2007 , como se describe en la sección
2008 \begin_inset space ~
2009 \end_inset
2010
2011
2012 \begin_inset CommandInset ref
2013 LatexCommand ref
2014 reference "sec:Tablas-Formales"
2015
2016 \end_inset
2017
2018 .
2019 \begin_inset Newline newline
2020 \end_inset
2021
2022 Además, aquí puedes añadir espacio adicional en las filas de la tabla, como
2023  se describe en la sección
2024 \begin_inset space ~
2025 \end_inset
2026
2027
2028 \begin_inset CommandInset ref
2029 LatexCommand ref
2030 reference "sub:Espacio-adicional"
2031
2032 \end_inset
2033
2034
2035 \end_layout
2036
2037 \begin_layout Description
2038
2039 \family sans
2040 Tabla
2041 \begin_inset space ~
2042 \end_inset
2043
2044 larga
2045 \family default
2046  Para hacer 
2047 \emph on
2048 tablas largas
2049 \emph default
2050  que pueden extenderse por varias páginas.
2051  Las secciones
2052 \begin_inset space ~
2053 \end_inset
2054
2055
2056 \begin_inset CommandInset ref
2057 LatexCommand ref
2058 reference "sec:Tablas-Largas"
2059
2060 \end_inset
2061
2062  y 
2063 \begin_inset CommandInset ref
2064 LatexCommand ref
2065 reference "sec:Particularidades-tablas-largas"
2066
2067 \end_inset
2068
2069  describen sus características en detalle.
2070 \end_layout
2071
2072 \begin_layout Standard
2073 Si la barra de herramientas de tabla está abierta, puedes mover el cursor
2074  con las teclas de flecha de celda en celda y la propiedad de la celda actual
2075  aparecerá inmediatamente en el diálogo.
2076 \end_layout
2077
2078 \begin_layout Section
2079 Barra de herramientas de tabla
2080 \begin_inset Index idx
2081 status collapsed
2082
2083 \begin_layout Plain Layout
2084 Tablas ! Barra de herramientas
2085 \end_layout
2086
2087 \end_inset
2088
2089
2090 \end_layout
2091
2092 \begin_layout Standard
2093 La barra de herramientas de tabla es una alternativa al cuadro de diálogo
2094  para cambiar las tablas de manera más rápida.
2095  Normalmente debería aparecer en la parte inferior de la ventana principal
2096  de LyX cuando el cursor está dentro de una tabla.
2097  En cualquier momento se puede presentar esta barra pinchando con el botón
2098  derecho del ratón en cualquier punto de la barra principal de menú.
2099 \end_layout
2100
2101 \begin_layout Standard
2102 La barra de herramientas tiene los siguientes iconos:
2103 \end_layout
2104
2105 \begin_layout Labeling
2106 \labelwidthstring 00.00.0000
2107 \begin_inset Graphics
2108         filename ../../images/tabular-feature_append-row.png
2109
2110 \end_inset
2111
2112  añade una fila bajo la celda actual o selección
2113 \end_layout
2114
2115 \begin_layout Labeling
2116 \labelwidthstring 00.00.0000
2117 \begin_inset Graphics
2118         filename ../../images/tabular-feature_append-column.png
2119
2120 \end_inset
2121
2122  añade una columna a la derecha de la celda actual o selección
2123 \end_layout
2124
2125 \begin_layout Labeling
2126 \labelwidthstring 00.00.0000
2127 \begin_inset Graphics
2128         filename ../../images/tabular-feature_delete-row.png
2129
2130 \end_inset
2131
2132  borra la fila actual o selección
2133 \end_layout
2134
2135 \begin_layout Labeling
2136 \labelwidthstring 00.00.0000
2137 \begin_inset Graphics
2138         filename ../../images/tabular-feature_delete-column.png
2139
2140 \end_inset
2141
2142  borra la columna actual o selección
2143 \end_layout
2144
2145 \begin_layout Labeling
2146 \labelwidthstring 00.00.0000
2147 \begin_inset Graphics
2148         filename ../../images/tabular-feature_toggle-line-top.png
2149
2150 \end_inset
2151
2152  añade una línea sobre la celda/fila actual o la selección
2153 \end_layout
2154
2155 \begin_layout Labeling
2156 \labelwidthstring 00.00.0000
2157 \begin_inset Graphics
2158         filename ../../images/tabular-feature_toggle-line-bottom.png
2159
2160 \end_inset
2161
2162  añade una línea bajo la celda/fila actual o la selección
2163 \end_layout
2164
2165 \begin_layout Labeling
2166 \labelwidthstring 00.00.0000
2167 \begin_inset Graphics
2168         filename ../../images/tabular-feature_toggle-line-left.png
2169
2170 \end_inset
2171
2172  añade una línea a la izquierda de la celda/fila actual o la selección
2173 \end_layout
2174
2175 \begin_layout Labeling
2176 \labelwidthstring 00.00.0000
2177 \begin_inset Graphics
2178         filename ../../images/tabular-feature_toggle-line-right.png
2179
2180 \end_inset
2181
2182  añade una línea a la derecha de la celda/fila actual o la selección
2183 \end_layout
2184
2185 \begin_layout Labeling
2186 \labelwidthstring 00.00.0000
2187 \begin_inset Graphics
2188         filename ../../images/tabular-feature_set-all-lines.png
2189
2190 \end_inset
2191
2192  añade líneas alrededor de la celda actual o seleccionadas (si la celda
2193  actual no es multicolumna esto afecta también a la fila y a la columna)
2194 \end_layout
2195
2196 \begin_layout Labeling
2197 \labelwidthstring 00.00.0000
2198 \begin_inset Graphics
2199         filename ../../images/tabular-feature_unset-all-lines.png
2200
2201 \end_inset
2202
2203  borra todas las líneas de la celda o celdas seleccionadas (si la celda
2204  actual no es multicolumna esto afecta también a la fila y a la columna)
2205 \end_layout
2206
2207 \begin_layout Labeling
2208 \labelwidthstring 00.00.0000
2209 \begin_inset Graphics
2210         filename ../../images/tabular-feature_m-align-left.png
2211
2212 \end_inset
2213
2214  alinea a la izquierda el contenido de la celda/columna
2215 \end_layout
2216
2217 \begin_layout Labeling
2218 \labelwidthstring 00.00.0000
2219 \begin_inset Graphics
2220         filename ../../images/tabular-feature_m-align-center.png
2221
2222 \end_inset
2223
2224  centra el contenido de la celda/columna horizontalmente
2225 \end_layout
2226
2227 \begin_layout Labeling
2228 \labelwidthstring 00.00.0000
2229 \begin_inset Graphics
2230         filename ../../images/tabular-feature_m-align-right.png
2231
2232 \end_inset
2233
2234  alinea a la derecha el contenido de la celda/columna
2235 \end_layout
2236
2237 \begin_layout Labeling
2238 \labelwidthstring 00.00.0000
2239 \begin_inset Graphics
2240         filename ../../images/tabular-feature_m-valign-top.png
2241
2242 \end_inset
2243
2244  alinea arriba el contenido de la celda
2245 \end_layout
2246
2247 \begin_layout Labeling
2248 \labelwidthstring 00.00.0000
2249 \begin_inset Graphics
2250         filename ../../images/tabular-feature_m-valign-middle.png
2251
2252 \end_inset
2253
2254  centra verticalmente el contenido de la celda
2255 \end_layout
2256
2257 \begin_layout Labeling
2258 \labelwidthstring 00.00.0000
2259 \begin_inset Graphics
2260         filename ../../images/tabular-feature_m-valign-bottom.png
2261
2262 \end_inset
2263
2264  alinea abajo el contenido de la celda
2265 \end_layout
2266
2267 \begin_layout Labeling
2268 \labelwidthstring 00.00.0000
2269 \begin_inset Graphics
2270         filename ../../images/tabular-feature_set-rotate-cell.png
2271
2272 \end_inset
2273
2274  gira la celda o selección 90° como las agujas de reloj
2275 \end_layout
2276
2277 \begin_layout Labeling
2278 \labelwidthstring 00.00.0000
2279 \begin_inset Graphics
2280         filename ../../images/tabular-feature_set-rotate-tabular.png
2281
2282 \end_inset
2283
2284  gira toda la tabla 90° como agujas del reloj
2285 \end_layout
2286
2287 \begin_layout Labeling
2288 \labelwidthstring 00.00.0000
2289 \begin_inset Graphics
2290         filename ../../images/tabular-feature_multicolumn.png
2291
2292 \end_inset
2293
2294  establece la celda actual o selección como multicolumna
2295 \end_layout
2296
2297 \begin_layout Standard
2298 \begin_inset Note Greyedout
2299 status open
2300
2301 \begin_layout Plain Layout
2302
2303 \series bold
2304 Nota:
2305 \series default
2306  En la salida se emplea la alineación vertical de la primera celda de una
2307  fila para todas las celdas restantes de la fila.
2308 \end_layout
2309
2310 \end_inset
2311
2312
2313 \end_layout
2314
2315 \begin_layout Section
2316 Menú Editar Tabla
2317 \begin_inset Index idx
2318 status collapsed
2319
2320 \begin_layout Plain Layout
2321 Tablas ! Editar
2322 \end_layout
2323
2324 \end_inset
2325
2326
2327 \end_layout
2328
2329 \begin_layout Standard
2330 Además del diálogo y la barra de herramientas, el menú 
2331 \family sans
2332 Editar\SpecialChar \menuseparator
2333 Tabla
2334 \family default
2335  permite añadir y borrar bordes para la fila/columna actual y establecer
2336  la selección como multicolumna.
2337  El menú sólo está disponible si el cursor está en la tabla.
2338 \end_layout
2339
2340 \begin_layout Section
2341 Tablas flotantes
2342 \begin_inset CommandInset label
2343 LatexCommand label
2344 name "sec:Tablas-Flotantes"
2345
2346 \end_inset
2347
2348
2349 \begin_inset Index idx
2350 status collapsed
2351
2352 \begin_layout Plain Layout
2353 Flotantes ! Tablas
2354 \end_layout
2355
2356 \end_inset
2357
2358
2359 \begin_inset Index idx
2360 status collapsed
2361
2362 \begin_layout Plain Layout
2363 Tablas ! Flotantes
2364 \end_layout
2365
2366 \end_inset
2367
2368
2369 \end_layout
2370
2371 \begin_layout Standard
2372 Para una explicación general sobre flotantes, echa un vistazo a la sección
2373 \begin_inset space ~
2374 \end_inset
2375
2376
2377 \begin_inset CommandInset ref
2378 LatexCommand ref
2379 reference "sec:Introducción-Flotantes"
2380
2381 \end_inset
2382
2383 .
2384 \end_layout
2385
2386 \begin_layout Standard
2387 \begin_inset Float table
2388 placement h
2389 wide false
2390 sideways false
2391 status collapsed
2392
2393 \begin_layout Plain Layout
2394 \begin_inset Caption
2395
2396 \begin_layout Plain Layout
2397 \begin_inset CommandInset label
2398 LatexCommand label
2399 name "tab:una tabla flotante"
2400
2401 \end_inset
2402
2403 Una tabla flotante.
2404 \end_layout
2405
2406 \end_inset
2407
2408
2409 \end_layout
2410
2411 \begin_layout Plain Layout
2412 \align center
2413 \begin_inset Tabular
2414 <lyxtabular version="3" rows="3" columns="3">
2415 <features tabularvalignment="middle">
2416 <column alignment="center" valignment="top" width="0pt">
2417 <column alignment="center" valignment="top" width="0pt">
2418 <column alignment="center" valignment="top" width="0pt">
2419 <row>
2420 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
2421 \begin_inset Text
2422
2423 \begin_layout Plain Layout
2424
2425 \family roman
2426 \series medium
2427 \shape up
2428 \size normal
2429 \emph off
2430 \bar no
2431 \noun off
2432 \color none
2433 1
2434 \end_layout
2435
2436 \end_inset
2437 </cell>
2438 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
2439 \begin_inset Text
2440
2441 \begin_layout Plain Layout
2442
2443 \family roman
2444 \series medium
2445 \shape up
2446 \size normal
2447 \emph off
2448 \bar no
2449 \noun off
2450 \color none
2451 2
2452 \end_layout
2453
2454 \end_inset
2455 </cell>
2456 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
2457 \begin_inset Text
2458
2459 \begin_layout Plain Layout
2460
2461 \family roman
2462 \series medium
2463 \shape up
2464 \size normal
2465 \emph off
2466 \bar no
2467 \noun off
2468 \color none
2469 3
2470 \end_layout
2471
2472 \end_inset
2473 </cell>
2474 </row>
2475 <row>
2476 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
2477 \begin_inset Text
2478
2479 \begin_layout Plain Layout
2480
2481 \family roman
2482 \series medium
2483 \shape up
2484 \size normal
2485 \emph off
2486 \bar no
2487 \noun off
2488 \color none
2489 Pepe
2490 \end_layout
2491
2492 \end_inset
2493 </cell>
2494 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
2495 \begin_inset Text
2496
2497 \begin_layout Plain Layout
2498
2499 \family roman
2500 \series medium
2501 \shape up
2502 \size normal
2503 \emph off
2504 \bar no
2505 \noun off
2506 \color none
2507 Mari
2508 \end_layout
2509
2510 \end_inset
2511 </cell>
2512 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
2513 \begin_inset Text
2514
2515 \begin_layout Plain Layout
2516
2517 \family roman
2518 \series medium
2519 \shape up
2520 \size normal
2521 \emph off
2522 \bar no
2523 \noun off
2524 \color none
2525 Teo
2526 \end_layout
2527
2528 \end_inset
2529 </cell>
2530 </row>
2531 <row>
2532 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
2533 \begin_inset Text
2534
2535 \begin_layout Plain Layout
2536
2537 \family roman
2538 \series medium
2539 \shape up
2540 \size normal
2541 \emph off
2542 \bar no
2543 \noun off
2544 \color none
2545 \begin_inset Formula $\int x^{2}dx$
2546 \end_inset
2547
2548
2549 \end_layout
2550
2551 \end_inset
2552 </cell>
2553 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
2554 \begin_inset Text
2555
2556 \begin_layout Plain Layout
2557
2558 \family roman
2559 \series medium
2560 \shape up
2561 \size normal
2562 \emph off
2563 \bar no
2564 \noun off
2565 \color none
2566 \begin_inset Formula $\left[\begin{array}{cc}
2567 a & b\\
2568 c & d
2569 \end{array}\right]$
2570 \end_inset
2571
2572
2573 \end_layout
2574
2575 \end_inset
2576 </cell>
2577 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
2578 \begin_inset Text
2579
2580 \begin_layout Plain Layout
2581
2582 \family roman
2583 \series medium
2584 \shape up
2585 \size normal
2586 \emph off
2587 \bar no
2588 \noun off
2589 \color none
2590 \begin_inset Formula $1+1=2$
2591 \end_inset
2592
2593
2594 \end_layout
2595
2596 \end_inset
2597 </cell>
2598 </row>
2599 </lyxtabular>
2600
2601 \end_inset
2602
2603
2604 \end_layout
2605
2606 \end_inset
2607
2608
2609 \end_layout
2610
2611 \begin_layout Standard
2612 Las tablas flotantes pueden insertarse con el menú 
2613 \family sans
2614 Insertar\SpecialChar \menuseparator
2615 Flotante\SpecialChar \menuseparator
2616 Tabla
2617 \family default
2618  o con el botón 
2619 \begin_inset Graphics
2620         filename ../../images/float-insert_table.png
2621         scale 85
2622
2623 \end_inset
2624
2625 .
2626 \end_layout
2627
2628 \begin_layout Standard
2629 El flotante se muestra como un cuadro desplegable con la etiqueta «Tabla
2630 \begin_inset space ~
2631 \end_inset
2632
2633 #:» (# es el número actual).
2634  El texto que sigue a dicha etiqueta es la leyenda de la tabla.
2635  Para insertar una tabla en el flotante se sitúa el cursor al final del
2636  texto del encabezado y se pulsa 
2637 \family sans
2638 Retorno
2639 \family default
2640 .
2641  La leyenda se imprime encima de la tabla.
2642 \end_layout
2643
2644 \begin_layout Standard
2645 La tabla
2646 \begin_inset space ~
2647 \end_inset
2648
2649
2650 \begin_inset CommandInset ref
2651 LatexCommand ref
2652 reference "tab:una tabla flotante"
2653
2654 \end_inset
2655
2656  es un ejemplo de tabla flotante.
2657 \end_layout
2658
2659 \begin_layout Standard
2660 Lo habitual es poner la leyenda sobre la tabla, lo que desafortunadamente
2661  no es soportado en las clases estándar de LaTeX.
2662  Esto significa que si estás usando las clases de documento 
2663 \family sans
2664 article
2665 \family default
2666
2667 \family sans
2668 book
2669 \family default
2670
2671 \family sans
2672 letter
2673 \family default
2674  o 
2675 \family sans
2676 report
2677 \family default
2678  no habrá espacio entre la leyenda y la tabla.
2679  Para añadir un espacio entre ellos hay que poner en el preámbulo LaTeX
2680  del documento la siguiente opción al comando del paquete LaTeX 
2681 \series bold
2682 caption
2683 \series default
2684
2685 \begin_inset Index idx
2686 status collapsed
2687
2688 \begin_layout Plain Layout
2689 LaTeX-paquetes ! caption
2690 \end_layout
2691
2692 \end_inset
2693
2694 :
2695 \begin_inset Foot
2696 status collapsed
2697
2698 \begin_layout Plain Layout
2699 Para más información ve a la sección
2700 \begin_inset space ~
2701 \end_inset
2702
2703
2704 \begin_inset CommandInset ref
2705 LatexCommand ref
2706 reference "sec:Colocación-de-leyendas"
2707
2708 \end_inset
2709
2710 .
2711 \end_layout
2712
2713 \end_inset
2714
2715
2716 \end_layout
2717
2718 \begin_layout Standard
2719
2720 \series bold
2721 tableposition=top
2722 \end_layout
2723
2724 \begin_layout Standard
2725 El formato de la leyenda se puede controlar mediante el paquete LaTeX 
2726 \series bold
2727 caption
2728 \series default
2729  como se describe en la sección
2730 \begin_inset space ~
2731 \end_inset
2732
2733
2734 \begin_inset CommandInset ref
2735 LatexCommand ref
2736 reference "sec:Formato-de-leyendas"
2737
2738 \end_inset
2739
2740 .
2741  
2742 \end_layout
2743
2744 \begin_layout Standard
2745 \begin_inset Index idx
2746 status collapsed
2747
2748 \begin_layout Plain Layout
2749 Referencias ! a tablas
2750 \end_layout
2751
2752 \end_inset
2753
2754 Las tablas pueden tener referencias cruzadas en el texto referenciando su
2755  etiqueta.
2756  Para hacerlo inserta una etiqueta en la leyenda con el menú 
2757 \family sans
2758 Insertar\SpecialChar \menuseparator
2759 Etiqueta
2760 \family default
2761  o con el botón 
2762 \begin_inset Graphics
2763         filename ../../images/label-insert.png
2764         scale 85
2765
2766 \end_inset
2767
2768 .
2769  Ahora puedes referenciar la etiqueta con el menú 
2770 \family sans
2771 Insertar\SpecialChar \menuseparator
2772 Referencia
2773 \begin_inset space ~
2774 \end_inset
2775
2776 cruzada
2777 \family default
2778  o con el botón 
2779 \begin_inset Graphics
2780         filename ../../images/dialog-show-new-inset_ref.png
2781         scale 85
2782
2783 \end_inset
2784
2785 .
2786 \begin_inset Newline newline
2787 \end_inset
2788
2789 Las referencias se explican con detalle en la sección
2790 \begin_inset space ~
2791 \end_inset
2792
2793
2794 \begin_inset CommandInset ref
2795 LatexCommand ref
2796 reference "sec:Referencias-a-Flotantes"
2797
2798 \end_inset
2799
2800 .
2801 \end_layout
2802
2803 \begin_layout Section
2804 Tablas largas
2805 \begin_inset CommandInset label
2806 LatexCommand label
2807 name "sec:Tablas-Largas"
2808
2809 \end_inset
2810
2811
2812 \begin_inset Index idx
2813 status collapsed
2814
2815 \begin_layout Plain Layout
2816 Tablas largas
2817 \end_layout
2818
2819 \end_inset
2820
2821
2822 \begin_inset Index idx
2823 status collapsed
2824
2825 \begin_layout Plain Layout
2826 Tablas ! Largas|see
2827 \begin_inset ERT
2828 status collapsed
2829
2830 \begin_layout Plain Layout
2831
2832 {
2833 \end_layout
2834
2835 \end_inset
2836
2837 Tablas largas
2838 \begin_inset ERT
2839 status collapsed
2840
2841 \begin_layout Plain Layout
2842
2843 }
2844 \end_layout
2845
2846 \end_inset
2847
2848
2849 \end_layout
2850
2851 \end_inset
2852
2853
2854 \end_layout
2855
2856 \begin_layout Standard
2857 Si la tabla es demasiado larga para una página, puedes usar la opción 
2858 \family sans
2859 Usar
2860 \begin_inset space ~
2861 \end_inset
2862
2863 tabla
2864 \begin_inset space ~
2865 \end_inset
2866
2867 larga
2868 \family default
2869  en la solapa 
2870 \family sans
2871 Tabla
2872 \begin_inset space ~
2873 \end_inset
2874
2875 larga
2876 \family default
2877  del diálogo de tablas, para repartir automáticamente la tabla en varias
2878  páginas.
2879  Al hacerlo se habilitan las siguientes opciones:
2880 \end_layout
2881
2882 \begin_layout Description
2883 Encabezado: La fila actual se define como encabezado que aparecerá en todas
2884  las páginas de la tabla, excepto para la primera página si 
2885 \family sans
2886 Primer
2887 \begin_inset space ~
2888 \end_inset
2889
2890 encabezado
2891 \family default
2892  está definido.
2893  Este se denomina encabezado principal.
2894 \end_layout
2895
2896 \begin_layout Description
2897 Primer
2898 \begin_inset space ~
2899 \end_inset
2900
2901 encabezado: La fila actual se define como encabezado de la primera página
2902  de la tabla.
2903 \end_layout
2904
2905 \begin_layout Description
2906 Pie: La fila actual se define como pie que aparecerá en todas las páginas
2907  de la tabla, excepto para la última página si se define 
2908 \family sans
2909 Último
2910 \begin_inset space ~
2911 \end_inset
2912
2913 pie.
2914 \end_layout
2915
2916 \begin_layout Description
2917 Último
2918 \begin_inset space ~
2919 \end_inset
2920
2921 pie:
2922 \family sans
2923  
2924 \family default
2925 La fila actual se define como pie de la última página de la tabla.
2926 \end_layout
2927
2928 \begin_layout Description
2929 Leyenda: La fila actual contiene la leyenda de la tabla.
2930  La primera fila se reajusta como columna única y se inserta una leyenda.
2931  Más detalles sobre leyendas en tablas largas en la sec.
2932 \begin_inset space \thinspace{}
2933 \end_inset
2934
2935
2936 \begin_inset CommandInset ref
2937 LatexCommand ref
2938 reference "sub:Leyendas-en-Tablas"
2939
2940 \end_inset
2941
2942 .
2943 \end_layout
2944
2945 \begin_layout Standard
2946 También se puede especificar en el diálogo en qué fila se ha de cortar la
2947  tabla.
2948  La siguiente tabla muestra cómo funciona:
2949 \end_layout
2950
2951 \begin_layout Standard
2952
2953 \end_layout
2954
2955 \begin_layout Standard
2956 \align center
2957 \begin_inset Tabular
2958 <lyxtabular version="3" rows="69" columns="3">
2959 <features islongtable="true" longtabularalignment="center">
2960 <column alignment="left" valignment="top" width="0cm">
2961 <column alignment="left" valignment="top" width="0pt">
2962 <column alignment="right" valignment="top" width="0pt">
2963 <row endfirsthead="true">
2964 <cell multicolumn="1" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
2965 \begin_inset Text
2966
2967 \begin_layout Plain Layout
2968
2969 \series bold
2970 Ejemplo de lista telefónica (ignore los nombres)
2971 \end_layout
2972
2973 \end_inset
2974 </cell>
2975 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
2976 \begin_inset Text
2977
2978 \begin_layout Plain Layout
2979
2980 \end_layout
2981
2982 \end_inset
2983 </cell>
2984 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
2985 \begin_inset Text
2986
2987 \begin_layout Plain Layout
2988
2989 \end_layout
2990
2991 \end_inset
2992 </cell>
2993 </row>
2994 <row endfirsthead="true">
2995 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
2996 \begin_inset Text
2997
2998 \begin_layout Plain Layout
2999
3000 \series bold
3001 NOMBRE
3002 \end_layout
3003
3004 \end_inset
3005 </cell>
3006 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
3007 \begin_inset Text
3008
3009 \begin_layout Plain Layout
3010
3011 \end_layout
3012
3013 \end_inset
3014 </cell>
3015 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
3016 \begin_inset Text
3017
3018 \begin_layout Plain Layout
3019
3020 \series bold
3021 TEL.
3022 \end_layout
3023
3024 \end_inset
3025 </cell>
3026 </row>
3027 <row endhead="true">
3028 <cell multicolumn="1" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
3029 \begin_inset Text
3030
3031 \begin_layout Plain Layout
3032
3033 \series bold
3034 Ejemplo de lista telefónica
3035 \end_layout
3036
3037 \end_inset
3038 </cell>
3039 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
3040 \begin_inset Text
3041
3042 \begin_layout Plain Layout
3043
3044 \end_layout
3045
3046 \end_inset
3047 </cell>
3048 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
3049 \begin_inset Text
3050
3051 \begin_layout Plain Layout
3052
3053 \end_layout
3054
3055 \end_inset
3056 </cell>
3057 </row>
3058 <row endhead="true">
3059 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
3060 \begin_inset Text
3061
3062 \begin_layout Plain Layout
3063
3064 \series bold
3065 NOMBRE
3066 \end_layout
3067
3068 \end_inset
3069 </cell>
3070 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
3071 \begin_inset Text
3072
3073 \begin_layout Plain Layout
3074
3075 \end_layout
3076
3077 \end_inset
3078 </cell>
3079 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
3080 \begin_inset Text
3081
3082 \begin_layout Plain Layout
3083
3084 \series bold
3085 TEL.
3086 \end_layout
3087
3088 \end_inset
3089 </cell>
3090 </row>
3091 <row endfoot="true">
3092 <cell multicolumn="1" alignment="right" valignment="top" usebox="none">
3093 \begin_inset Text
3094
3095 \begin_layout Plain Layout
3096  continúa en la página siguiente
3097 \end_layout
3098
3099 \end_inset
3100 </cell>
3101 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
3102 \begin_inset Text
3103
3104 \begin_layout Plain Layout
3105
3106 \end_layout
3107
3108 \end_inset
3109 </cell>
3110 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
3111 \begin_inset Text
3112
3113 \begin_layout Plain Layout
3114
3115 \end_layout
3116
3117 \end_inset
3118 </cell>
3119 </row>
3120 <row>
3121 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3122 \begin_inset Text
3123
3124 \begin_layout Plain Layout
3125
3126 \series bold
3127 Annovi
3128 \end_layout
3129
3130 \end_inset
3131 </cell>
3132 <cell alignment="center" valignment="top" usebox="none">
3133 \begin_inset Text
3134
3135 \begin_layout Plain Layout
3136 Silvia
3137 \end_layout
3138
3139 \end_inset
3140 </cell>
3141 <cell alignment="right" valignment="top" leftline="true" rightline="true" usebox="none">
3142 \begin_inset Text
3143
3144 \begin_layout Plain Layout
3145 111
3146 \end_layout
3147
3148 \end_inset
3149 </cell>
3150 </row>
3151 <row>
3152 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3153 \begin_inset Text
3154
3155 \begin_layout Plain Layout
3156
3157 \series bold
3158 Bertoli
3159 \end_layout
3160
3161 \end_inset
3162 </cell>
3163 <cell alignment="center" valignment="top" usebox="none">
3164 \begin_inset Text
3165
3166 \begin_layout Plain Layout
3167 Stefano
3168 \end_layout
3169
3170 \end_inset
3171 </cell>
3172 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3173 \begin_inset Text
3174
3175 \begin_layout Plain Layout
3176 111
3177 \end_layout
3178
3179 \end_inset
3180 </cell>
3181 </row>
3182 <row>
3183 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3184 \begin_inset Text
3185
3186 \begin_layout Plain Layout
3187
3188 \series bold
3189 Bozzi
3190 \end_layout
3191
3192 \end_inset
3193 </cell>
3194 <cell alignment="center" valignment="top" usebox="none">
3195 \begin_inset Text
3196
3197 \begin_layout Plain Layout
3198 Walter
3199 \end_layout
3200
3201 \end_inset
3202 </cell>
3203 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3204 \begin_inset Text
3205
3206 \begin_layout Plain Layout
3207 111
3208 \end_layout
3209
3210 \end_inset
3211 </cell>
3212 </row>
3213 <row>
3214 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3215 \begin_inset Text
3216
3217 \begin_layout Plain Layout
3218
3219 \series bold
3220 Cachia
3221 \end_layout
3222
3223 \end_inset
3224 </cell>
3225 <cell alignment="center" valignment="top" usebox="none">
3226 \begin_inset Text
3227
3228 \begin_layout Plain Layout
3229 Maria
3230 \end_layout
3231
3232 \end_inset
3233 </cell>
3234 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3235 \begin_inset Text
3236
3237 \begin_layout Plain Layout
3238 111
3239 \end_layout
3240
3241 \end_inset
3242 </cell>
3243 </row>
3244 <row>
3245 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3246 \begin_inset Text
3247
3248 \begin_layout Plain Layout
3249
3250 \series bold
3251 Cachia
3252 \end_layout
3253
3254 \end_inset
3255 </cell>
3256 <cell alignment="center" valignment="top" usebox="none">
3257 \begin_inset Text
3258
3259 \begin_layout Plain Layout
3260 Maurizio
3261 \end_layout
3262
3263 \end_inset
3264 </cell>
3265 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3266 \begin_inset Text
3267
3268 \begin_layout Plain Layout
3269 111
3270 \end_layout
3271
3272 \end_inset
3273 </cell>
3274 </row>
3275 <row>
3276 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3277 \begin_inset Text
3278
3279 \begin_layout Plain Layout
3280
3281 \series bold
3282 Cinquemani
3283 \end_layout
3284
3285 \end_inset
3286 </cell>
3287 <cell alignment="center" valignment="top" usebox="none">
3288 \begin_inset Text
3289
3290 \begin_layout Plain Layout
3291 Giusi
3292 \end_layout
3293
3294 \end_inset
3295 </cell>
3296 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3297 \begin_inset Text
3298
3299 \begin_layout Plain Layout
3300 111
3301 \end_layout
3302
3303 \end_inset
3304 </cell>
3305 </row>
3306 <row>
3307 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3308 \begin_inset Text
3309
3310 \begin_layout Plain Layout
3311
3312 \series bold
3313 Colin
3314 \end_layout
3315
3316 \end_inset
3317 </cell>
3318 <cell alignment="center" valignment="top" usebox="none">
3319 \begin_inset Text
3320
3321 \begin_layout Plain Layout
3322 Bernard
3323 \end_layout
3324
3325 \end_inset
3326 </cell>
3327 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3328 \begin_inset Text
3329
3330 \begin_layout Plain Layout
3331 111
3332 \end_layout
3333
3334 \end_inset
3335 </cell>
3336 </row>
3337 <row>
3338 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3339 \begin_inset Text
3340
3341 \begin_layout Plain Layout
3342
3343 \series bold
3344 Concli
3345 \end_layout
3346
3347 \end_inset
3348 </cell>
3349 <cell alignment="center" valignment="top" usebox="none">
3350 \begin_inset Text
3351
3352 \begin_layout Plain Layout
3353 Gianfranco
3354 \end_layout
3355
3356 \end_inset
3357 </cell>
3358 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3359 \begin_inset Text
3360
3361 \begin_layout Plain Layout
3362 111
3363 \end_layout
3364
3365 \end_inset
3366 </cell>
3367 </row>
3368 <row>
3369 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3370 \begin_inset Text
3371
3372 \begin_layout Plain Layout
3373
3374 \series bold
3375 Dal Bosco
3376 \end_layout
3377
3378 \end_inset
3379 </cell>
3380 <cell alignment="center" valignment="top" usebox="none">
3381 \begin_inset Text
3382
3383 \begin_layout Plain Layout
3384 Carolina
3385 \end_layout
3386
3387 \end_inset
3388 </cell>
3389 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3390 \begin_inset Text
3391
3392 \begin_layout Plain Layout
3393 111
3394 \end_layout
3395
3396 \end_inset
3397 </cell>
3398 </row>
3399 <row>
3400 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3401 \begin_inset Text
3402
3403 \begin_layout Plain Layout
3404
3405 \series bold
3406 Dalpiaz
3407 \end_layout
3408
3409 \end_inset
3410 </cell>
3411 <cell alignment="center" valignment="top" usebox="none">
3412 \begin_inset Text
3413
3414 \begin_layout Plain Layout
3415 Annamaria
3416 \end_layout
3417
3418 \end_inset
3419 </cell>
3420 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3421 \begin_inset Text
3422
3423 \begin_layout Plain Layout
3424 111
3425 \end_layout
3426
3427 \end_inset
3428 </cell>
3429 </row>
3430 <row>
3431 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3432 \begin_inset Text
3433
3434 \begin_layout Plain Layout
3435
3436 \series bold
3437 Feliciello
3438 \end_layout
3439
3440 \end_inset
3441 </cell>
3442 <cell alignment="center" valignment="top" usebox="none">
3443 \begin_inset Text
3444
3445 \begin_layout Plain Layout
3446 Domenico
3447 \end_layout
3448
3449 \end_inset
3450 </cell>
3451 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3452 \begin_inset Text
3453
3454 \begin_layout Plain Layout
3455 111
3456 \end_layout
3457
3458 \end_inset
3459 </cell>
3460 </row>
3461 <row>
3462 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3463 \begin_inset Text
3464
3465 \begin_layout Plain Layout
3466
3467 \series bold
3468 Focarelli
3469 \end_layout
3470
3471 \end_inset
3472 </cell>
3473 <cell alignment="center" valignment="top" usebox="none">
3474 \begin_inset Text
3475
3476 \begin_layout Plain Layout
3477 Paola
3478 \end_layout
3479
3480 \end_inset
3481 </cell>
3482 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3483 \begin_inset Text
3484
3485 \begin_layout Plain Layout
3486 111
3487 \end_layout
3488
3489 \end_inset
3490 </cell>
3491 </row>
3492 <row>
3493 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3494 \begin_inset Text
3495
3496 \begin_layout Plain Layout
3497
3498 \series bold
3499 Galletti
3500 \end_layout
3501
3502 \end_inset
3503 </cell>
3504 <cell alignment="center" valignment="top" usebox="none">
3505 \begin_inset Text
3506
3507 \begin_layout Plain Layout
3508 Oreste
3509 \end_layout
3510
3511 \end_inset
3512 </cell>
3513 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3514 \begin_inset Text
3515
3516 \begin_layout Plain Layout
3517 111
3518 \end_layout
3519
3520 \end_inset
3521 </cell>
3522 </row>
3523 <row>
3524 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3525 \begin_inset Text
3526
3527 \begin_layout Plain Layout
3528
3529 \series bold
3530 Gasparini
3531 \end_layout
3532
3533 \end_inset
3534 </cell>
3535 <cell alignment="center" valignment="top" usebox="none">
3536 \begin_inset Text
3537
3538 \begin_layout Plain Layout
3539 Franca
3540 \end_layout
3541
3542 \end_inset
3543 </cell>
3544 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3545 \begin_inset Text
3546
3547 \begin_layout Plain Layout
3548 111
3549 \end_layout
3550
3551 \end_inset
3552 </cell>
3553 </row>
3554 <row>
3555 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3556 \begin_inset Text
3557
3558 \begin_layout Plain Layout
3559
3560 \series bold
3561 Rizzardi
3562 \end_layout
3563
3564 \end_inset
3565 </cell>
3566 <cell alignment="center" valignment="top" usebox="none">
3567 \begin_inset Text
3568
3569 \begin_layout Plain Layout
3570 Paola
3571 \end_layout
3572
3573 \end_inset
3574 </cell>
3575 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3576 \begin_inset Text
3577
3578 \begin_layout Plain Layout
3579 111
3580 \end_layout
3581
3582 \end_inset
3583 </cell>
3584 </row>
3585 <row>
3586 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3587 \begin_inset Text
3588
3589 \begin_layout Plain Layout
3590
3591 \series bold
3592 Lassini
3593 \end_layout
3594
3595 \end_inset
3596 </cell>
3597 <cell alignment="center" valignment="top" usebox="none">
3598 \begin_inset Text
3599
3600 \begin_layout Plain Layout
3601 Giancarlo
3602 \end_layout
3603
3604 \end_inset
3605 </cell>
3606 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3607 \begin_inset Text
3608
3609 \begin_layout Plain Layout
3610 111
3611 \end_layout
3612
3613 \end_inset
3614 </cell>
3615 </row>
3616 <row>
3617 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3618 \begin_inset Text
3619
3620 \begin_layout Plain Layout
3621
3622 \series bold
3623 Malfatti
3624 \end_layout
3625
3626 \end_inset
3627 </cell>
3628 <cell alignment="center" valignment="top" usebox="none">
3629 \begin_inset Text
3630
3631 \begin_layout Plain Layout
3632 Luciano
3633 \end_layout
3634
3635 \end_inset
3636 </cell>
3637 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3638 \begin_inset Text
3639
3640 \begin_layout Plain Layout
3641 111
3642 \end_layout
3643
3644 \end_inset
3645 </cell>
3646 </row>
3647 <row>
3648 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3649 \begin_inset Text
3650
3651 \begin_layout Plain Layout
3652
3653 \series bold
3654 Malfatti
3655 \end_layout
3656
3657 \end_inset
3658 </cell>
3659 <cell alignment="center" valignment="top" usebox="none">
3660 \begin_inset Text
3661
3662 \begin_layout Plain Layout
3663 Valeriano
3664 \end_layout
3665
3666 \end_inset
3667 </cell>
3668 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3669 \begin_inset Text
3670
3671 \begin_layout Plain Layout
3672 111
3673 \end_layout
3674
3675 \end_inset
3676 </cell>
3677 </row>
3678 <row>
3679 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3680 \begin_inset Text
3681
3682 \begin_layout Plain Layout
3683
3684 \series bold
3685 Meneguzzo
3686 \end_layout
3687
3688 \end_inset
3689 </cell>
3690 <cell alignment="center" valignment="top" usebox="none">
3691 \begin_inset Text
3692
3693 \begin_layout Plain Layout
3694 Roberto
3695 \end_layout
3696
3697 \end_inset
3698 </cell>
3699 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3700 \begin_inset Text
3701
3702 \begin_layout Plain Layout
3703 111
3704 \end_layout
3705
3706 \end_inset
3707 </cell>
3708 </row>
3709 <row>
3710 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3711 \begin_inset Text
3712
3713 \begin_layout Plain Layout
3714
3715 \series bold
3716 Mezzadra
3717 \end_layout
3718
3719 \end_inset
3720 </cell>
3721 <cell alignment="center" valignment="top" usebox="none">
3722 \begin_inset Text
3723
3724 \begin_layout Plain Layout
3725 Roberto
3726 \end_layout
3727
3728 \end_inset
3729 </cell>
3730 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3731 \begin_inset Text
3732
3733 \begin_layout Plain Layout
3734 111
3735 \end_layout
3736
3737 \end_inset
3738 </cell>
3739 </row>
3740 <row>
3741 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3742 \begin_inset Text
3743
3744 \begin_layout Plain Layout
3745
3746 \series bold
3747 Pirpamer
3748 \end_layout
3749
3750 \end_inset
3751 </cell>
3752 <cell alignment="center" valignment="top" usebox="none">
3753 \begin_inset Text
3754
3755 \begin_layout Plain Layout
3756 Erich
3757 \end_layout
3758
3759 \end_inset
3760 </cell>
3761 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3762 \begin_inset Text
3763
3764 \begin_layout Plain Layout
3765 111
3766 \end_layout
3767
3768 \end_inset
3769 </cell>
3770 </row>
3771 <row>
3772 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3773 \begin_inset Text
3774
3775 \begin_layout Plain Layout
3776
3777 \series bold
3778 Pochiesa
3779 \end_layout
3780
3781 \end_inset
3782 </cell>
3783 <cell alignment="center" valignment="top" usebox="none">
3784 \begin_inset Text
3785
3786 \begin_layout Plain Layout
3787 Paolo
3788 \end_layout
3789
3790 \end_inset
3791 </cell>
3792 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3793 \begin_inset Text
3794
3795 \begin_layout Plain Layout
3796 111, 222
3797 \end_layout
3798
3799 \end_inset
3800 </cell>
3801 </row>
3802 <row>
3803 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3804 \begin_inset Text
3805
3806 \begin_layout Plain Layout
3807
3808 \series bold
3809 Radina
3810 \end_layout
3811
3812 \end_inset
3813 </cell>
3814 <cell alignment="center" valignment="top" usebox="none">
3815 \begin_inset Text
3816
3817 \begin_layout Plain Layout
3818 Claudio
3819 \end_layout
3820
3821 \end_inset
3822 </cell>
3823 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3824 \begin_inset Text
3825
3826 \begin_layout Plain Layout
3827 111
3828 \end_layout
3829
3830 \end_inset
3831 </cell>
3832 </row>
3833 <row>
3834 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3835 \begin_inset Text
3836
3837 \begin_layout Plain Layout
3838
3839 \series bold
3840 Stuffer
3841 \end_layout
3842
3843 \end_inset
3844 </cell>
3845 <cell alignment="center" valignment="top" usebox="none">
3846 \begin_inset Text
3847
3848 \begin_layout Plain Layout
3849 Oskar
3850 \end_layout
3851
3852 \end_inset
3853 </cell>
3854 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3855 \begin_inset Text
3856
3857 \begin_layout Plain Layout
3858 111
3859 \end_layout
3860
3861 \end_inset
3862 </cell>
3863 </row>
3864 <row>
3865 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3866 \begin_inset Text
3867
3868 \begin_layout Plain Layout
3869
3870 \series bold
3871 Tacchelli
3872 \end_layout
3873
3874 \end_inset
3875 </cell>
3876 <cell alignment="center" valignment="top" usebox="none">
3877 \begin_inset Text
3878
3879 \begin_layout Plain Layout
3880 Ugo
3881 \end_layout
3882
3883 \end_inset
3884 </cell>
3885 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3886 \begin_inset Text
3887
3888 \begin_layout Plain Layout
3889 111
3890 \end_layout
3891
3892 \end_inset
3893 </cell>
3894 </row>
3895 <row>
3896 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3897 \begin_inset Text
3898
3899 \begin_layout Plain Layout
3900
3901 \series bold
3902 Tezzele
3903 \end_layout
3904
3905 \end_inset
3906 </cell>
3907 <cell alignment="center" valignment="top" usebox="none">
3908 \begin_inset Text
3909
3910 \begin_layout Plain Layout
3911 Margit
3912 \end_layout
3913
3914 \end_inset
3915 </cell>
3916 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3917 \begin_inset Text
3918
3919 \begin_layout Plain Layout
3920 111
3921 \end_layout
3922
3923 \end_inset
3924 </cell>
3925 </row>
3926 <row>
3927 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3928 \begin_inset Text
3929
3930 \begin_layout Plain Layout
3931
3932 \series bold
3933 Unterkalmsteiner
3934 \end_layout
3935
3936 \end_inset
3937 </cell>
3938 <cell alignment="center" valignment="top" usebox="none">
3939 \begin_inset Text
3940
3941 \begin_layout Plain Layout
3942 Frieda
3943 \end_layout
3944
3945 \end_inset
3946 </cell>
3947 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3948 \begin_inset Text
3949
3950 \begin_layout Plain Layout
3951 111
3952 \end_layout
3953
3954 \end_inset
3955 </cell>
3956 </row>
3957 <row>
3958 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3959 \begin_inset Text
3960
3961 \begin_layout Plain Layout
3962
3963 \series bold
3964 Vieider
3965 \end_layout
3966
3967 \end_inset
3968 </cell>
3969 <cell alignment="center" valignment="top" usebox="none">
3970 \begin_inset Text
3971
3972 \begin_layout Plain Layout
3973 Hilde
3974 \end_layout
3975
3976 \end_inset
3977 </cell>
3978 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3979 \begin_inset Text
3980
3981 \begin_layout Plain Layout
3982 111
3983 \end_layout
3984
3985 \end_inset
3986 </cell>
3987 </row>
3988 <row>
3989 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3990 \begin_inset Text
3991
3992 \begin_layout Plain Layout
3993
3994 \series bold
3995 Vigna
3996 \end_layout
3997
3998 \end_inset
3999 </cell>
4000 <cell alignment="center" valignment="top" usebox="none">
4001 \begin_inset Text
4002
4003 \begin_layout Plain Layout
4004 Jürgen
4005 \end_layout
4006
4007 \end_inset
4008 </cell>
4009 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4010 \begin_inset Text
4011
4012 \begin_layout Plain Layout
4013 111
4014 \end_layout
4015
4016 \end_inset
4017 </cell>
4018 </row>
4019 <row>
4020 <cell alignment="center" valignment="top" leftline="true" usebox="none">
4021 \begin_inset Text
4022
4023 \begin_layout Plain Layout
4024
4025 \series bold
4026 Weber
4027 \end_layout
4028
4029 \end_inset
4030 </cell>
4031 <cell alignment="center" valignment="top" usebox="none">
4032 \begin_inset Text
4033
4034 \begin_layout Plain Layout
4035 Maurizio
4036 \end_layout
4037
4038 \end_inset
4039 </cell>
4040 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4041 \begin_inset Text
4042
4043 \begin_layout Plain Layout
4044 111
4045 \end_layout
4046
4047 \end_inset
4048 </cell>
4049 </row>
4050 <row>
4051 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
4052 \begin_inset Text
4053
4054 \begin_layout Plain Layout
4055
4056 \series bold
4057 Winkler
4058 \end_layout
4059
4060 \end_inset
4061 </cell>
4062 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
4063 \begin_inset Text
4064
4065 \begin_layout Plain Layout
4066 Franz
4067 \end_layout
4068
4069 \end_inset
4070 </cell>
4071 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
4072 \begin_inset Text
4073
4074 \begin_layout Plain Layout
4075 111
4076 \end_layout
4077
4078 \end_inset
4079 </cell>
4080 </row>
4081 <row>
4082 <cell multicolumn="1" alignment="left" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
4083 \begin_inset Text
4084
4085 \begin_layout Plain Layout
4086  
4087 \end_layout
4088
4089 \end_inset
4090 </cell>
4091 <cell multicolumn="2" alignment="center" valignment="top" topline="true" usebox="none">
4092 \begin_inset Text
4093
4094 \begin_layout Plain Layout
4095
4096 \end_layout
4097
4098 \end_inset
4099 </cell>
4100 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
4101 \begin_inset Text
4102
4103 \begin_layout Plain Layout
4104
4105 \end_layout
4106
4107 \end_inset
4108 </cell>
4109 </row>
4110 <row>
4111 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4112 \begin_inset Text
4113
4114 \begin_layout Plain Layout
4115
4116 \series bold
4117 Annovi
4118 \end_layout
4119
4120 \end_inset
4121 </cell>
4122 <cell alignment="center" valignment="top" usebox="none">
4123 \begin_inset Text
4124
4125 \begin_layout Plain Layout
4126 Silvia
4127 \end_layout
4128
4129 \end_inset
4130 </cell>
4131 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4132 \begin_inset Text
4133
4134 \begin_layout Plain Layout
4135 555
4136 \end_layout
4137
4138 \end_inset
4139 </cell>
4140 </row>
4141 <row>
4142 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4143 \begin_inset Text
4144
4145 \begin_layout Plain Layout
4146
4147 \series bold
4148 Bertoli
4149 \end_layout
4150
4151 \end_inset
4152 </cell>
4153 <cell alignment="center" valignment="top" usebox="none">
4154 \begin_inset Text
4155
4156 \begin_layout Plain Layout
4157 Stefano
4158 \end_layout
4159
4160 \end_inset
4161 </cell>
4162 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4163 \begin_inset Text
4164
4165 \begin_layout Plain Layout
4166 555
4167 \end_layout
4168
4169 \end_inset
4170 </cell>
4171 </row>
4172 <row>
4173 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4174 \begin_inset Text
4175
4176 \begin_layout Plain Layout
4177
4178 \series bold
4179 Bozzi
4180 \end_layout
4181
4182 \end_inset
4183 </cell>
4184 <cell alignment="center" valignment="top" usebox="none">
4185 \begin_inset Text
4186
4187 \begin_layout Plain Layout
4188 Walter
4189 \end_layout
4190
4191 \end_inset
4192 </cell>
4193 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4194 \begin_inset Text
4195
4196 \begin_layout Plain Layout
4197 555
4198 \end_layout
4199
4200 \end_inset
4201 </cell>
4202 </row>
4203 <row>
4204 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4205 \begin_inset Text
4206
4207 \begin_layout Plain Layout
4208
4209 \series bold
4210 Cachia
4211 \end_layout
4212
4213 \end_inset
4214 </cell>
4215 <cell alignment="center" valignment="top" usebox="none">
4216 \begin_inset Text
4217
4218 \begin_layout Plain Layout
4219 Maria
4220 \end_layout
4221
4222 \end_inset
4223 </cell>
4224 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4225 \begin_inset Text
4226
4227 \begin_layout Plain Layout
4228 555
4229 \end_layout
4230
4231 \end_inset
4232 </cell>
4233 </row>
4234 <row>
4235 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4236 \begin_inset Text
4237
4238 \begin_layout Plain Layout
4239
4240 \series bold
4241 Cachia
4242 \end_layout
4243
4244 \end_inset
4245 </cell>
4246 <cell alignment="center" valignment="top" usebox="none">
4247 \begin_inset Text
4248
4249 \begin_layout Plain Layout
4250 Maurizio
4251 \end_layout
4252
4253 \end_inset
4254 </cell>
4255 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4256 \begin_inset Text
4257
4258 \begin_layout Plain Layout
4259 555
4260 \end_layout
4261
4262 \end_inset
4263 </cell>
4264 </row>
4265 <row>
4266 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4267 \begin_inset Text
4268
4269 \begin_layout Plain Layout
4270
4271 \series bold
4272 Cinquemani
4273 \end_layout
4274
4275 \end_inset
4276 </cell>
4277 <cell alignment="center" valignment="top" usebox="none">
4278 \begin_inset Text
4279
4280 \begin_layout Plain Layout
4281 Giusi
4282 \end_layout
4283
4284 \end_inset
4285 </cell>
4286 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4287 \begin_inset Text
4288
4289 \begin_layout Plain Layout
4290 555
4291 \end_layout
4292
4293 \end_inset
4294 </cell>
4295 </row>
4296 <row>
4297 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4298 \begin_inset Text
4299
4300 \begin_layout Plain Layout
4301
4302 \series bold
4303 Colin
4304 \end_layout
4305
4306 \end_inset
4307 </cell>
4308 <cell alignment="center" valignment="top" usebox="none">
4309 \begin_inset Text
4310
4311 \begin_layout Plain Layout
4312 Bernard
4313 \end_layout
4314
4315 \end_inset
4316 </cell>
4317 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4318 \begin_inset Text
4319
4320 \begin_layout Plain Layout
4321 555
4322 \end_layout
4323
4324 \end_inset
4325 </cell>
4326 </row>
4327 <row>
4328 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4329 \begin_inset Text
4330
4331 \begin_layout Plain Layout
4332
4333 \series bold
4334 Concli
4335 \end_layout
4336
4337 \end_inset
4338 </cell>
4339 <cell alignment="center" valignment="top" usebox="none">
4340 \begin_inset Text
4341
4342 \begin_layout Plain Layout
4343 Gianfranco
4344 \end_layout
4345
4346 \end_inset
4347 </cell>
4348 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4349 \begin_inset Text
4350
4351 \begin_layout Plain Layout
4352 555
4353 \end_layout
4354
4355 \end_inset
4356 </cell>
4357 </row>
4358 <row>
4359 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4360 \begin_inset Text
4361
4362 \begin_layout Plain Layout
4363
4364 \series bold
4365 Dal Bosco
4366 \end_layout
4367
4368 \end_inset
4369 </cell>
4370 <cell alignment="center" valignment="top" usebox="none">
4371 \begin_inset Text
4372
4373 \begin_layout Plain Layout
4374 Carolina
4375 \end_layout
4376
4377 \end_inset
4378 </cell>
4379 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4380 \begin_inset Text
4381
4382 \begin_layout Plain Layout
4383 555
4384 \end_layout
4385
4386 \end_inset
4387 </cell>
4388 </row>
4389 <row>
4390 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4391 \begin_inset Text
4392
4393 \begin_layout Plain Layout
4394
4395 \series bold
4396 Dalpiaz
4397 \end_layout
4398
4399 \end_inset
4400 </cell>
4401 <cell alignment="center" valignment="top" usebox="none">
4402 \begin_inset Text
4403
4404 \begin_layout Plain Layout
4405 Annamaria
4406 \end_layout
4407
4408 \end_inset
4409 </cell>
4410 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4411 \begin_inset Text
4412
4413 \begin_layout Plain Layout
4414 555
4415 \end_layout
4416
4417 \end_inset
4418 </cell>
4419 </row>
4420 <row>
4421 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4422 \begin_inset Text
4423
4424 \begin_layout Plain Layout
4425
4426 \series bold
4427 Feliciello
4428 \end_layout
4429
4430 \end_inset
4431 </cell>
4432 <cell alignment="center" valignment="top" usebox="none">
4433 \begin_inset Text
4434
4435 \begin_layout Plain Layout
4436 Domenico
4437 \end_layout
4438
4439 \end_inset
4440 </cell>
4441 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4442 \begin_inset Text
4443
4444 \begin_layout Plain Layout
4445 555
4446 \end_layout
4447
4448 \end_inset
4449 </cell>
4450 </row>
4451 <row>
4452 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4453 \begin_inset Text
4454
4455 \begin_layout Plain Layout
4456
4457 \series bold
4458 Focarelli
4459 \end_layout
4460
4461 \end_inset
4462 </cell>
4463 <cell alignment="center" valignment="top" usebox="none">
4464 \begin_inset Text
4465
4466 \begin_layout Plain Layout
4467 Paola
4468 \end_layout
4469
4470 \end_inset
4471 </cell>
4472 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4473 \begin_inset Text
4474
4475 \begin_layout Plain Layout
4476 555
4477 \end_layout
4478
4479 \end_inset
4480 </cell>
4481 </row>
4482 <row>
4483 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4484 \begin_inset Text
4485
4486 \begin_layout Plain Layout
4487
4488 \series bold
4489 Galletti
4490 \end_layout
4491
4492 \end_inset
4493 </cell>
4494 <cell alignment="center" valignment="top" usebox="none">
4495 \begin_inset Text
4496
4497 \begin_layout Plain Layout
4498 Oreste
4499 \end_layout
4500
4501 \end_inset
4502 </cell>
4503 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4504 \begin_inset Text
4505
4506 \begin_layout Plain Layout
4507 555
4508 \end_layout
4509
4510 \end_inset
4511 </cell>
4512 </row>
4513 <row>
4514 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4515 \begin_inset Text
4516
4517 \begin_layout Plain Layout
4518
4519 \series bold
4520 Gasparini
4521 \end_layout
4522
4523 \end_inset
4524 </cell>
4525 <cell alignment="center" valignment="top" usebox="none">
4526 \begin_inset Text
4527
4528 \begin_layout Plain Layout
4529 Franca
4530 \end_layout
4531
4532 \end_inset
4533 </cell>
4534 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4535 \begin_inset Text
4536
4537 \begin_layout Plain Layout
4538 555
4539 \end_layout
4540
4541 \end_inset
4542 </cell>
4543 </row>
4544 <row>
4545 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4546 \begin_inset Text
4547
4548 \begin_layout Plain Layout
4549
4550 \series bold
4551 Rizzardi
4552 \end_layout
4553
4554 \end_inset
4555 </cell>
4556 <cell alignment="center" valignment="top" usebox="none">
4557 \begin_inset Text
4558
4559 \begin_layout Plain Layout
4560 Paola
4561 \end_layout
4562
4563 \end_inset
4564 </cell>
4565 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4566 \begin_inset Text
4567
4568 \begin_layout Plain Layout
4569 555
4570 \end_layout
4571
4572 \end_inset
4573 </cell>
4574 </row>
4575 <row>
4576 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4577 \begin_inset Text
4578
4579 \begin_layout Plain Layout
4580
4581 \series bold
4582 Lassini
4583 \end_layout
4584
4585 \end_inset
4586 </cell>
4587 <cell alignment="center" valignment="top" usebox="none">
4588 \begin_inset Text
4589
4590 \begin_layout Plain Layout
4591 Giancarlo
4592 \end_layout
4593
4594 \end_inset
4595 </cell>
4596 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4597 \begin_inset Text
4598
4599 \begin_layout Plain Layout
4600 555
4601 \end_layout
4602
4603 \end_inset
4604 </cell>
4605 </row>
4606 <row>
4607 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4608 \begin_inset Text
4609
4610 \begin_layout Plain Layout
4611
4612 \series bold
4613 Malfatti
4614 \end_layout
4615
4616 \end_inset
4617 </cell>
4618 <cell alignment="center" valignment="top" usebox="none">
4619 \begin_inset Text
4620
4621 \begin_layout Plain Layout
4622 Luciano
4623 \end_layout
4624
4625 \end_inset
4626 </cell>
4627 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4628 \begin_inset Text
4629
4630 \begin_layout Plain Layout
4631 555
4632 \end_layout
4633
4634 \end_inset
4635 </cell>
4636 </row>
4637 <row>
4638 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4639 \begin_inset Text
4640
4641 \begin_layout Plain Layout
4642
4643 \series bold
4644 Malfatti
4645 \end_layout
4646
4647 \end_inset
4648 </cell>
4649 <cell alignment="center" valignment="top" usebox="none">
4650 \begin_inset Text
4651
4652 \begin_layout Plain Layout
4653 Valeriano
4654 \end_layout
4655
4656 \end_inset
4657 </cell>
4658 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4659 \begin_inset Text
4660
4661 \begin_layout Plain Layout
4662 555
4663 \end_layout
4664
4665 \end_inset
4666 </cell>
4667 </row>
4668 <row>
4669 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4670 \begin_inset Text
4671
4672 \begin_layout Plain Layout
4673
4674 \series bold
4675 Meneguzzo
4676 \end_layout
4677
4678 \end_inset
4679 </cell>
4680 <cell alignment="center" valignment="top" usebox="none">
4681 \begin_inset Text
4682
4683 \begin_layout Plain Layout
4684 Roberto
4685 \end_layout
4686
4687 \end_inset
4688 </cell>
4689 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4690 \begin_inset Text
4691
4692 \begin_layout Plain Layout
4693 555
4694 \end_layout
4695
4696 \end_inset
4697 </cell>
4698 </row>
4699 <row>
4700 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4701 \begin_inset Text
4702
4703 \begin_layout Plain Layout
4704
4705 \series bold
4706 Mezzadra
4707 \end_layout
4708
4709 \end_inset
4710 </cell>
4711 <cell alignment="center" valignment="top" usebox="none">
4712 \begin_inset Text
4713
4714 \begin_layout Plain Layout
4715 Roberto
4716 \end_layout
4717
4718 \end_inset
4719 </cell>
4720 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4721 \begin_inset Text
4722
4723 \begin_layout Plain Layout
4724 555
4725 \end_layout
4726
4727 \end_inset
4728 </cell>
4729 </row>
4730 <row>
4731 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4732 \begin_inset Text
4733
4734 \begin_layout Plain Layout
4735
4736 \series bold
4737 Pirpamer
4738 \end_layout
4739
4740 \end_inset
4741 </cell>
4742 <cell alignment="center" valignment="top" usebox="none">
4743 \begin_inset Text
4744
4745 \begin_layout Plain Layout
4746 Erich
4747 \end_layout
4748
4749 \end_inset
4750 </cell>
4751 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4752 \begin_inset Text
4753
4754 \begin_layout Plain Layout
4755 555
4756 \end_layout
4757
4758 \end_inset
4759 </cell>
4760 </row>
4761 <row>
4762 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4763 \begin_inset Text
4764
4765 \begin_layout Plain Layout
4766
4767 \series bold
4768 Pochiesa
4769 \end_layout
4770
4771 \end_inset
4772 </cell>
4773 <cell alignment="center" valignment="top" usebox="none">
4774 \begin_inset Text
4775
4776 \begin_layout Plain Layout
4777 Paolo
4778 \end_layout
4779
4780 \end_inset
4781 </cell>
4782 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4783 \begin_inset Text
4784
4785 \begin_layout Plain Layout
4786 555, 222
4787 \end_layout
4788
4789 \end_inset
4790 </cell>
4791 </row>
4792 <row>
4793 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4794 \begin_inset Text
4795
4796 \begin_layout Plain Layout
4797
4798 \series bold
4799 Radina
4800 \end_layout
4801
4802 \end_inset
4803 </cell>
4804 <cell alignment="center" valignment="top" usebox="none">
4805 \begin_inset Text
4806
4807 \begin_layout Plain Layout
4808 Claudio
4809 \end_layout
4810
4811 \end_inset
4812 </cell>
4813 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4814 \begin_inset Text
4815
4816 \begin_layout Plain Layout
4817 555
4818 \end_layout
4819
4820 \end_inset
4821 </cell>
4822 </row>
4823 <row>
4824 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4825 \begin_inset Text
4826
4827 \begin_layout Plain Layout
4828
4829 \series bold
4830 Stuffer
4831 \end_layout
4832
4833 \end_inset
4834 </cell>
4835 <cell alignment="center" valignment="top" usebox="none">
4836 \begin_inset Text
4837
4838 \begin_layout Plain Layout
4839 Oskar
4840 \end_layout
4841
4842 \end_inset
4843 </cell>
4844 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4845 \begin_inset Text
4846
4847 \begin_layout Plain Layout
4848 555
4849 \end_layout
4850
4851 \end_inset
4852 </cell>
4853 </row>
4854 <row>
4855 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4856 \begin_inset Text
4857
4858 \begin_layout Plain Layout
4859
4860 \series bold
4861 Tacchelli
4862 \end_layout
4863
4864 \end_inset
4865 </cell>
4866 <cell alignment="center" valignment="top" usebox="none">
4867 \begin_inset Text
4868
4869 \begin_layout Plain Layout
4870 Ugo
4871 \end_layout
4872
4873 \end_inset
4874 </cell>
4875 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4876 \begin_inset Text
4877
4878 \begin_layout Plain Layout
4879 555
4880 \end_layout
4881
4882 \end_inset
4883 </cell>
4884 </row>
4885 <row>
4886 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4887 \begin_inset Text
4888
4889 \begin_layout Plain Layout
4890
4891 \series bold
4892 Tezzele
4893 \end_layout
4894
4895 \end_inset
4896 </cell>
4897 <cell alignment="center" valignment="top" usebox="none">
4898 \begin_inset Text
4899
4900 \begin_layout Plain Layout
4901 Margit
4902 \end_layout
4903
4904 \end_inset
4905 </cell>
4906 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4907 \begin_inset Text
4908
4909 \begin_layout Plain Layout
4910 555
4911 \end_layout
4912
4913 \end_inset
4914 </cell>
4915 </row>
4916 <row>
4917 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4918 \begin_inset Text
4919
4920 \begin_layout Plain Layout
4921
4922 \series bold
4923 Unterkalmsteiner
4924 \end_layout
4925
4926 \end_inset
4927 </cell>
4928 <cell alignment="center" valignment="top" usebox="none">
4929 \begin_inset Text
4930
4931 \begin_layout Plain Layout
4932 Frieda
4933 \end_layout
4934
4935 \end_inset
4936 </cell>
4937 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4938 \begin_inset Text
4939
4940 \begin_layout Plain Layout
4941 555
4942 \end_layout
4943
4944 \end_inset
4945 </cell>
4946 </row>
4947 <row>
4948 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4949 \begin_inset Text
4950
4951 \begin_layout Plain Layout
4952
4953 \series bold
4954 Vieider
4955 \end_layout
4956
4957 \end_inset
4958 </cell>
4959 <cell alignment="center" valignment="top" usebox="none">
4960 \begin_inset Text
4961
4962 \begin_layout Plain Layout
4963 Hilde
4964 \end_layout
4965
4966 \end_inset
4967 </cell>
4968 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4969 \begin_inset Text
4970
4971 \begin_layout Plain Layout
4972 555
4973 \end_layout
4974
4975 \end_inset
4976 </cell>
4977 </row>
4978 <row>
4979 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4980 \begin_inset Text
4981
4982 \begin_layout Plain Layout
4983
4984 \series bold
4985 Vigna
4986 \end_layout
4987
4988 \end_inset
4989 </cell>
4990 <cell alignment="center" valignment="top" usebox="none">
4991 \begin_inset Text
4992
4993 \begin_layout Plain Layout
4994 Jürgen
4995 \end_layout
4996
4997 \end_inset
4998 </cell>
4999 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
5000 \begin_inset Text
5001
5002 \begin_layout Plain Layout
5003 999
5004 \end_layout
5005
5006 \end_inset
5007 </cell>
5008 </row>
5009 <row>
5010 <cell alignment="left" valignment="top" leftline="true" usebox="none">
5011 \begin_inset Text
5012
5013 \begin_layout Plain Layout
5014
5015 \series bold
5016 Weber
5017 \end_layout
5018
5019 \end_inset
5020 </cell>
5021 <cell alignment="center" valignment="top" usebox="none">
5022 \begin_inset Text
5023
5024 \begin_layout Plain Layout
5025 Maurizio
5026 \end_layout
5027
5028 \end_inset
5029 </cell>
5030 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
5031 \begin_inset Text
5032
5033 \begin_layout Plain Layout
5034 555
5035 \end_layout
5036
5037 \end_inset
5038 </cell>
5039 </row>
5040 <row>
5041 <cell alignment="left" valignment="top" bottomline="true" leftline="true" usebox="none">
5042 \begin_inset Text
5043
5044 \begin_layout Plain Layout
5045
5046 \series bold
5047 Winkler
5048 \end_layout
5049
5050 \end_inset
5051 </cell>
5052 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
5053 \begin_inset Text
5054
5055 \begin_layout Plain Layout
5056 Franz
5057 \end_layout
5058
5059 \end_inset
5060 </cell>
5061 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
5062 \begin_inset Text
5063
5064 \begin_layout Plain Layout
5065 555
5066 \end_layout
5067
5068 \end_inset
5069 </cell>
5070 </row>
5071 <row endlastfoot="true">
5072 <cell multicolumn="1" alignment="right" valignment="top" usebox="none">
5073 \begin_inset Text
5074
5075 \begin_layout Plain Layout
5076 fin
5077 \end_layout
5078
5079 \end_inset
5080 </cell>
5081 <cell multicolumn="2" alignment="center" valignment="top" topline="true" usebox="none">
5082 \begin_inset Text
5083
5084 \begin_layout Plain Layout
5085
5086 \end_layout
5087
5088 \end_inset
5089 </cell>
5090 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5091 \begin_inset Text
5092
5093 \begin_layout Plain Layout
5094
5095 \end_layout
5096
5097 \end_inset
5098 </cell>
5099 </row>
5100 </lyxtabular>
5101
5102 \end_inset
5103
5104
5105 \begin_inset ERT
5106 status collapsed
5107
5108 \begin_layout Plain Layout
5109
5110
5111 \backslash
5112 addtocounter{table}{-1}
5113 \end_layout
5114
5115 \end_inset
5116
5117
5118 \begin_inset Note Note
5119 status collapsed
5120
5121 \begin_layout Plain Layout
5122 Para comprender el uso de este comando, lee al final de la sección
5123 \begin_inset space ~
5124 \end_inset
5125
5126
5127 \begin_inset CommandInset ref
5128 LatexCommand ref
5129 reference "sub:Leyendas-en-Tablas"
5130
5131 \end_inset
5132
5133  la primera nota resaltada en gris.
5134  
5135 \end_layout
5136
5137 \end_inset
5138
5139
5140 \end_layout
5141
5142 \begin_layout Subsection
5143 Notas al pie en tablas largas
5144 \begin_inset CommandInset label
5145 LatexCommand label
5146 name "sub:Notas-al-pie-en-Tablas-Largas"
5147
5148 \end_inset
5149
5150
5151 \begin_inset Index idx
5152 status collapsed
5153
5154 \begin_layout Plain Layout
5155 Tablas largas ! Notas al pie
5156 \end_layout
5157
5158 \end_inset
5159
5160
5161 \end_layout
5162
5163 \begin_layout Standard
5164 Se pueden insertar notas al pie en cada celda de una tabla larga.
5165  Las notas se muestran en la parte inferior de la página en la que esté
5166  la celda con la nota.
5167  La tabla
5168 \begin_inset space ~
5169 \end_inset
5170
5171
5172 \begin_inset CommandInset ref
5173 LatexCommand ref
5174 reference "tab:DifLeyendas"
5175
5176 \end_inset
5177
5178  tiene un ejemplo de nota al pie.
5179 \end_layout
5180
5181 \begin_layout Subsection
5182 Alineación de tablas largas
5183 \begin_inset Index idx
5184 status collapsed
5185
5186 \begin_layout Plain Layout
5187 Tablas largas ! Alineación
5188 \end_layout
5189
5190 \end_inset
5191
5192
5193 \end_layout
5194
5195 \begin_layout Standard
5196 Las tablas largas se centran por omisión.
5197  Al contrario de la alineación de filas y columnas, la alineación de una
5198  tabla no se puede cambiar por ahora en el diálogo de tablas.
5199  Para cambiar la alineación de tablas largas debes cambiar el valor de las
5200  longitudes 
5201 \series bold
5202
5203 \backslash
5204 LTleft
5205 \series default
5206  y 
5207 \series bold
5208
5209 \backslash
5210 LTright 
5211 \series default
5212 insertando la línea siguiente en código TeX antes de la correspondiente
5213  tabla larga:
5214 \end_layout
5215
5216 \begin_layout Standard
5217
5218 \series bold
5219
5220 \backslash
5221 setlength{
5222 \backslash
5223 LTleft}{valor}
5224 \end_layout
5225
5226 \begin_layout Standard
5227 donde el valor puede tener cualquiera de las unidades listadas en el cuadro
5228 \begin_inset space ~
5229 \end_inset
5230
5231
5232 \begin_inset CommandInset ref
5233 LatexCommand ref
5234 reference "tab:Unidades"
5235
5236 \end_inset
5237
5238 .
5239  
5240 \series bold
5241
5242 \backslash
5243 LTlent 
5244 \series default
5245 controla la distancia entre el borde izquierdo de la página y la tabla.
5246  
5247 \series bold
5248
5249 \backslash
5250 LTright 
5251 \series default
5252 la distancia desde el lado derecho.
5253  El valor predeterminado para ambas longitudes es 
5254 \series bold
5255
5256 \backslash
5257 fill
5258 \series default
5259 , que en este caso es lo mismo que un relleno horizontal en LyX.
5260 \end_layout
5261
5262 \begin_layout Standard
5263 La siguiente tabla larga se ha alineado a la izquierda poniendo 
5264 \series bold
5265
5266 \backslash
5267 LTleft
5268 \series default
5269  0 pt.
5270 \begin_inset ERT
5271 status collapsed
5272
5273 \begin_layout Plain Layout
5274
5275
5276 \backslash
5277 setlength{
5278 \backslash
5279 LTleft}{0pt}
5280 \end_layout
5281
5282 \end_inset
5283
5284
5285 \end_layout
5286
5287 \begin_layout Standard
5288 \begin_inset Tabular
5289 <lyxtabular version="3" rows="5" columns="5">
5290 <features islongtable="true" longtabularalignment="center">
5291 <column alignment="center" valignment="top" width="0">
5292 <column alignment="center" valignment="top" width="0">
5293 <column alignment="center" valignment="top" width="0">
5294 <column alignment="center" valignment="top" width="0">
5295 <column alignment="center" valignment="top" width="0">
5296 <row>
5297 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5298 \begin_inset Text
5299
5300 \begin_layout Plain Layout
5301 1
5302 \end_layout
5303
5304 \end_inset
5305 </cell>
5306 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5307 \begin_inset Text
5308
5309 \begin_layout Plain Layout
5310 2
5311 \end_layout
5312
5313 \end_inset
5314 </cell>
5315 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5316 \begin_inset Text
5317
5318 \begin_layout Plain Layout
5319 3
5320 \end_layout
5321
5322 \end_inset
5323 </cell>
5324 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5325 \begin_inset Text
5326
5327 \begin_layout Plain Layout
5328 4
5329 \end_layout
5330
5331 \end_inset
5332 </cell>
5333 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5334 \begin_inset Text
5335
5336 \begin_layout Plain Layout
5337 5
5338 \end_layout
5339
5340 \end_inset
5341 </cell>
5342 </row>
5343 <row>
5344 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5345 \begin_inset Text
5346
5347 \begin_layout Plain Layout
5348 asd
5349 \end_layout
5350
5351 \end_inset
5352 </cell>
5353 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5354 \begin_inset Text
5355
5356 \begin_layout Plain Layout
5357 s
5358 \end_layout
5359
5360 \end_inset
5361 </cell>
5362 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5363 \begin_inset Text
5364
5365 \begin_layout Plain Layout
5366 s
5367 \end_layout
5368
5369 \end_inset
5370 </cell>
5371 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5372 \begin_inset Text
5373
5374 \begin_layout Plain Layout
5375 s
5376 \end_layout
5377
5378 \end_inset
5379 </cell>
5380 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5381 \begin_inset Text
5382
5383 \begin_layout Plain Layout
5384 asd
5385 \end_layout
5386
5387 \end_inset
5388 </cell>
5389 </row>
5390 <row>
5391 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5392 \begin_inset Text
5393
5394 \begin_layout Plain Layout
5395 asd
5396 \end_layout
5397
5398 \end_inset
5399 </cell>
5400 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5401 \begin_inset Text
5402
5403 \begin_layout Plain Layout
5404 s
5405 \end_layout
5406
5407 \end_inset
5408 </cell>
5409 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5410 \begin_inset Text
5411
5412 \begin_layout Plain Layout
5413 s
5414 \end_layout
5415
5416 \end_inset
5417 </cell>
5418 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5419 \begin_inset Text
5420
5421 \begin_layout Plain Layout
5422 s
5423 \end_layout
5424
5425 \end_inset
5426 </cell>
5427 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5428 \begin_inset Text
5429
5430 \begin_layout Plain Layout
5431 asd
5432 \end_layout
5433
5434 \end_inset
5435 </cell>
5436 </row>
5437 <row>
5438 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5439 \begin_inset Text
5440
5441 \begin_layout Plain Layout
5442 asd
5443 \end_layout
5444
5445 \end_inset
5446 </cell>
5447 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5448 \begin_inset Text
5449
5450 \begin_layout Plain Layout
5451 s
5452 \end_layout
5453
5454 \end_inset
5455 </cell>
5456 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5457 \begin_inset Text
5458
5459 \begin_layout Plain Layout
5460 s
5461 \end_layout
5462
5463 \end_inset
5464 </cell>
5465 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5466 \begin_inset Text
5467
5468 \begin_layout Plain Layout
5469 s
5470 \end_layout
5471
5472 \end_inset
5473 </cell>
5474 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5475 \begin_inset Text
5476
5477 \begin_layout Plain Layout
5478 asd
5479 \end_layout
5480
5481 \end_inset
5482 </cell>
5483 </row>
5484 <row>
5485 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
5486 \begin_inset Text
5487
5488 \begin_layout Plain Layout
5489 asd
5490 \end_layout
5491
5492 \end_inset
5493 </cell>
5494 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
5495 \begin_inset Text
5496
5497 \begin_layout Plain Layout
5498 asd
5499 \end_layout
5500
5501 \end_inset
5502 </cell>
5503 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
5504 \begin_inset Text
5505
5506 \begin_layout Plain Layout
5507 asd
5508 \end_layout
5509
5510 \end_inset
5511 </cell>
5512 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
5513 \begin_inset Text
5514
5515 \begin_layout Plain Layout
5516 asd
5517 \end_layout
5518
5519 \end_inset
5520 </cell>
5521 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
5522 \begin_inset Text
5523
5524 \begin_layout Plain Layout
5525 asd
5526 \end_layout
5527
5528 \end_inset
5529 </cell>
5530 </row>
5531 </lyxtabular>
5532
5533 \end_inset
5534
5535
5536 \begin_inset ERT
5537 status collapsed
5538
5539 \begin_layout Plain Layout
5540
5541
5542 \backslash
5543 setlength{
5544 \backslash
5545 LTleft}{
5546 \backslash
5547 fill}
5548 \end_layout
5549
5550 \end_inset
5551
5552
5553 \begin_inset ERT
5554 status collapsed
5555
5556 \begin_layout Plain Layout
5557
5558
5559 \backslash
5560 addtocounter{table}{-1}
5561 \end_layout
5562
5563 \end_inset
5564
5565
5566 \begin_inset Note Note
5567 status collapsed
5568
5569 \begin_layout Plain Layout
5570 Para comprender el uso de este comando, lee al final de la sección
5571 \begin_inset space ~
5572 \end_inset
5573
5574
5575 \begin_inset CommandInset ref
5576 LatexCommand ref
5577 reference "sub:Leyendas-en-Tablas"
5578
5579 \end_inset
5580
5581  la primera nota resaltada en gris.
5582  
5583 \end_layout
5584
5585 \end_inset
5586
5587
5588 \end_layout
5589
5590 \begin_layout Subsection
5591 Leyendas en tablas largas
5592 \begin_inset Index idx
5593 status collapsed
5594
5595 \begin_layout Plain Layout
5596 Tablas largas ! Leyendas
5597 \end_layout
5598
5599 \end_inset
5600
5601
5602 \begin_inset CommandInset label
5603 LatexCommand label
5604 name "sub:Leyendas-en-Tablas"
5605
5606 \end_inset
5607
5608
5609 \end_layout
5610
5611 \begin_layout Standard
5612 Una tabla larga no se puede poner flotante porque los flotantes sólo pueden
5613  estar en una página.
5614  Pero el entorno leyenda de flotantes sí puede usarse para tablas largas
5615  utilizando para una fila de una tabla larga la opción 
5616 \family sans
5617 Leyenda
5618 \family default
5619 , como se explica en la sec.
5620 \begin_inset space \thinspace{}
5621 \end_inset
5622
5623
5624 \begin_inset CommandInset ref
5625 LatexCommand ref
5626 reference "sec:Tablas-Largas"
5627
5628 \end_inset
5629
5630 .
5631  Sólo una fila puede contener la leyenda.
5632 \end_layout
5633
5634 \begin_layout Standard
5635 He aquí una pequeña tabla larga para mostrar cómo funciona:
5636 \end_layout
5637
5638 \begin_layout Standard
5639 \begin_inset Tabular
5640 <lyxtabular version="3" rows="6" columns="5">
5641 <features islongtable="true" longtabularalignment="center">
5642 <column alignment="center" valignment="top" width="0">
5643 <column alignment="center" valignment="top" width="0">
5644 <column alignment="center" valignment="top" width="0">
5645 <column alignment="center" valignment="top" width="0">
5646 <column alignment="center" valignment="top" width="0">
5647 <row caption="true">
5648 <cell multicolumn="1" alignment="center" valignment="top" usebox="none">
5649 \begin_inset Text
5650
5651 \begin_layout Plain Layout
5652 \begin_inset Caption
5653
5654 \begin_layout Plain Layout
5655 Tabla larga con leyenda
5656 \begin_inset Argument
5657 status collapsed
5658
5659 \begin_layout Plain Layout
5660 Tabla larga
5661 \end_layout
5662
5663 \end_inset
5664
5665
5666 \end_layout
5667
5668 \end_inset
5669
5670
5671 \end_layout
5672
5673 \end_inset
5674 </cell>
5675 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" usebox="none">
5676 \begin_inset Text
5677
5678 \begin_layout Plain Layout
5679
5680 \end_layout
5681
5682 \end_inset
5683 </cell>
5684 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" usebox="none">
5685 \begin_inset Text
5686
5687 \begin_layout Plain Layout
5688
5689 \end_layout
5690
5691 \end_inset
5692 </cell>
5693 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" usebox="none">
5694 \begin_inset Text
5695
5696 \begin_layout Plain Layout
5697
5698 \end_layout
5699
5700 \end_inset
5701 </cell>
5702 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
5703 \begin_inset Text
5704
5705 \begin_layout Plain Layout
5706
5707 \end_layout
5708
5709 \end_inset
5710 </cell>
5711 </row>
5712 <row>
5713 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5714 \begin_inset Text
5715
5716 \begin_layout Plain Layout
5717 1
5718 \end_layout
5719
5720 \end_inset
5721 </cell>
5722 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5723 \begin_inset Text
5724
5725 \begin_layout Plain Layout
5726 2
5727 \end_layout
5728
5729 \end_inset
5730 </cell>
5731 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5732 \begin_inset Text
5733
5734 \begin_layout Plain Layout
5735 3
5736 \end_layout
5737
5738 \end_inset
5739 </cell>
5740 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5741 \begin_inset Text
5742
5743 \begin_layout Plain Layout
5744 4
5745 \end_layout
5746
5747 \end_inset
5748 </cell>
5749 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5750 \begin_inset Text
5751
5752 \begin_layout Plain Layout
5753 5
5754 \end_layout
5755
5756 \end_inset
5757 </cell>
5758 </row>
5759 <row>
5760 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5761 \begin_inset Text
5762
5763 \begin_layout Plain Layout
5764 asd
5765 \end_layout
5766
5767 \end_inset
5768 </cell>
5769 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5770 \begin_inset Text
5771
5772 \begin_layout Plain Layout
5773 s
5774 \end_layout
5775
5776 \end_inset
5777 </cell>
5778 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5779 \begin_inset Text
5780
5781 \begin_layout Plain Layout
5782 s
5783 \end_layout
5784
5785 \end_inset
5786 </cell>
5787 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5788 \begin_inset Text
5789
5790 \begin_layout Plain Layout
5791 s
5792 \end_layout
5793
5794 \end_inset
5795 </cell>
5796 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5797 \begin_inset Text
5798
5799 \begin_layout Plain Layout
5800 asd
5801 \end_layout
5802
5803 \end_inset
5804 </cell>
5805 </row>
5806 <row>
5807 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5808 \begin_inset Text
5809
5810 \begin_layout Plain Layout
5811 asd
5812 \end_layout
5813
5814 \end_inset
5815 </cell>
5816 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5817 \begin_inset Text
5818
5819 \begin_layout Plain Layout
5820 s
5821 \end_layout
5822
5823 \end_inset
5824 </cell>
5825 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5826 \begin_inset Text
5827
5828 \begin_layout Plain Layout
5829 s
5830 \end_layout
5831
5832 \end_inset
5833 </cell>
5834 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5835 \begin_inset Text
5836
5837 \begin_layout Plain Layout
5838 s
5839 \end_layout
5840
5841 \end_inset
5842 </cell>
5843 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5844 \begin_inset Text
5845
5846 \begin_layout Plain Layout
5847 asd
5848 \end_layout
5849
5850 \end_inset
5851 </cell>
5852 </row>
5853 <row>
5854 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5855 \begin_inset Text
5856
5857 \begin_layout Plain Layout
5858 asd
5859 \end_layout
5860
5861 \end_inset
5862 </cell>
5863 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5864 \begin_inset Text
5865
5866 \begin_layout Plain Layout
5867 s
5868 \end_layout
5869
5870 \end_inset
5871 </cell>
5872 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5873 \begin_inset Text
5874
5875 \begin_layout Plain Layout
5876 s
5877 \end_layout
5878
5879 \end_inset
5880 </cell>
5881 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5882 \begin_inset Text
5883
5884 \begin_layout Plain Layout
5885 s
5886 \end_layout
5887
5888 \end_inset
5889 </cell>
5890 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5891 \begin_inset Text
5892
5893 \begin_layout Plain Layout
5894 asd
5895 \end_layout
5896
5897 \end_inset
5898 </cell>
5899 </row>
5900 <row>
5901 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
5902 \begin_inset Text
5903
5904 \begin_layout Plain Layout
5905 asd
5906 \end_layout
5907
5908 \end_inset
5909 </cell>
5910 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
5911 \begin_inset Text
5912
5913 \begin_layout Plain Layout
5914 asd
5915 \end_layout
5916
5917 \end_inset
5918 </cell>
5919 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
5920 \begin_inset Text
5921
5922 \begin_layout Plain Layout
5923 asd
5924 \end_layout
5925
5926 \end_inset
5927 </cell>
5928 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
5929 \begin_inset Text
5930
5931 \begin_layout Plain Layout
5932 asd
5933 \end_layout
5934
5935 \end_inset
5936 </cell>
5937 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
5938 \begin_inset Text
5939
5940 \begin_layout Plain Layout
5941 asd
5942 \end_layout
5943
5944 \end_inset
5945 </cell>
5946 </row>
5947 </lyxtabular>
5948
5949 \end_inset
5950
5951
5952 \end_layout
5953
5954 \begin_layout Standard
5955 \begin_inset VSpace medskip
5956 \end_inset
5957
5958
5959 \begin_inset Note Greyedout
5960 status open
5961
5962 \begin_layout Plain Layout
5963
5964 \series bold
5965 Nota
5966 \begin_inset space ~
5967 \end_inset
5968
5969 1:
5970 \series default
5971  El número de la tabla se incrementa para cada tabla larga, aunque no pongas
5972  leyenda en alguna de ellas.
5973  Por esto podría suceder que, p.
5974 \begin_inset space \thinspace{}
5975 \end_inset
5976
5977 e., la tabla
5978 \begin_inset space ~
5979 \end_inset
5980
5981 2.4 siga a la tabla
5982 \begin_inset space ~
5983 \end_inset
5984
5985 2.1 en la lista de tablas debido a que hay dos tablas largas sin leyenda.
5986  Para evitarlo, añade detrás de cada tabla larga sin leyenda este comando
5987  en código TeX:
5988 \end_layout
5989
5990 \begin_layout Plain Layout
5991
5992 \series bold
5993
5994 \backslash
5995 addtocounter{table}{-1}
5996 \end_layout
5997
5998 \begin_layout Plain Layout
5999 Esto no es necesario si ninguna de las tablas largas tiene leyenda y añades
6000  el siguiente código en el preámbulo del documento:
6001 \end_layout
6002
6003 \begin_layout Plain Layout
6004
6005 \series bold
6006
6007 \backslash
6008 let
6009 \backslash
6010 myEnd
6011 \backslash
6012 endlongtable
6013 \begin_inset Newline newline
6014 \end_inset
6015
6016
6017 \backslash
6018 renewcommand{
6019 \backslash
6020 endlongtable}{
6021 \backslash
6022 myEnd
6023 \backslash
6024 addtocounter{table}{-1}}
6025 \end_layout
6026
6027 \end_inset
6028
6029
6030 \end_layout
6031
6032 \begin_layout Standard
6033 \begin_inset Note Greyedout
6034 status open
6035
6036 \begin_layout Plain Layout
6037
6038 \series bold
6039 Nota
6040 \begin_inset space ~
6041 \end_inset
6042
6043 2:
6044 \series default
6045  Si utilizas 
6046 \series bold
6047 hyperref
6048 \series default
6049
6050 \begin_inset Index idx
6051 status collapsed
6052
6053 \begin_layout Plain Layout
6054 LaTeX-paquetes ! hyperref
6055 \end_layout
6056
6057 \end_inset
6058
6059  en las 
6060 \family sans
6061 Propiedades PDF 
6062 \family default
6063 del diálogo 
6064 \family sans
6065 Configuración del documento 
6066 \family default
6067 para enlazar referencias cruzadas en la salida, los enlaces a tablas largas
6068  llevan siempre al principio del documento.
6069 \end_layout
6070
6071 \end_inset
6072
6073
6074 \end_layout
6075
6076 \begin_layout Subsubsection
6077 Referencias a tablas largas
6078 \begin_inset Index idx
6079 status collapsed
6080
6081 \begin_layout Plain Layout
6082 Tablas largas ! Referencias a
6083 \end_layout
6084
6085 \end_inset
6086
6087
6088 \end_layout
6089
6090 \begin_layout Standard
6091 \begin_inset Tabular
6092 <lyxtabular version="3" rows="6" columns="5">
6093 <features islongtable="true" longtabularalignment="center">
6094 <column alignment="center" valignment="top" width="0">
6095 <column alignment="center" valignment="top" width="0">
6096 <column alignment="center" valignment="top" width="0">
6097 <column alignment="center" valignment="top" width="0">
6098 <column alignment="center" valignment="top" width="0">
6099 <row caption="true">
6100 <cell multicolumn="1" alignment="center" valignment="top" usebox="none">
6101 \begin_inset Text
6102
6103 \begin_layout Plain Layout
6104 \begin_inset Caption
6105
6106 \begin_layout Plain Layout
6107 Tabla larga referenciada
6108 \begin_inset CommandInset label
6109 LatexCommand label
6110 name "tab:RefEjemplo"
6111
6112 \end_inset
6113
6114
6115 \end_layout
6116
6117 \end_inset
6118
6119
6120 \end_layout
6121
6122 \end_inset
6123 </cell>
6124 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" usebox="none">
6125 \begin_inset Text
6126
6127 \begin_layout Plain Layout
6128
6129 \end_layout
6130
6131 \end_inset
6132 </cell>
6133 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" usebox="none">
6134 \begin_inset Text
6135
6136 \begin_layout Plain Layout
6137
6138 \end_layout
6139
6140 \end_inset
6141 </cell>
6142 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" usebox="none">
6143 \begin_inset Text
6144
6145 \begin_layout Plain Layout
6146
6147 \end_layout
6148
6149 \end_inset
6150 </cell>
6151 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
6152 \begin_inset Text
6153
6154 \begin_layout Plain Layout
6155
6156 \end_layout
6157
6158 \end_inset
6159 </cell>
6160 </row>
6161 <row>
6162 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6163 \begin_inset Text
6164
6165 \begin_layout Plain Layout
6166 1
6167 \end_layout
6168
6169 \end_inset
6170 </cell>
6171 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6172 \begin_inset Text
6173
6174 \begin_layout Plain Layout
6175 2
6176 \end_layout
6177
6178 \end_inset
6179 </cell>
6180 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6181 \begin_inset Text
6182
6183 \begin_layout Plain Layout
6184 3
6185 \end_layout
6186
6187 \end_inset
6188 </cell>
6189 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6190 \begin_inset Text
6191
6192 \begin_layout Plain Layout
6193 4
6194 \end_layout
6195
6196 \end_inset
6197 </cell>
6198 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6199 \begin_inset Text
6200
6201 \begin_layout Plain Layout
6202 5
6203 \end_layout
6204
6205 \end_inset
6206 </cell>
6207 </row>
6208 <row>
6209 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6210 \begin_inset Text
6211
6212 \begin_layout Plain Layout
6213 asd
6214 \end_layout
6215
6216 \end_inset
6217 </cell>
6218 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6219 \begin_inset Text
6220
6221 \begin_layout Plain Layout
6222 s
6223 \end_layout
6224
6225 \end_inset
6226 </cell>
6227 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6228 \begin_inset Text
6229
6230 \begin_layout Plain Layout
6231 s
6232 \end_layout
6233
6234 \end_inset
6235 </cell>
6236 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6237 \begin_inset Text
6238
6239 \begin_layout Plain Layout
6240 s
6241 \end_layout
6242
6243 \end_inset
6244 </cell>
6245 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6246 \begin_inset Text
6247
6248 \begin_layout Plain Layout
6249 asd
6250 \end_layout
6251
6252 \end_inset
6253 </cell>
6254 </row>
6255 <row>
6256 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6257 \begin_inset Text
6258
6259 \begin_layout Plain Layout
6260 asd
6261 \end_layout
6262
6263 \end_inset
6264 </cell>
6265 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6266 \begin_inset Text
6267
6268 \begin_layout Plain Layout
6269 s
6270 \end_layout
6271
6272 \end_inset
6273 </cell>
6274 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6275 \begin_inset Text
6276
6277 \begin_layout Plain Layout
6278 s
6279 \end_layout
6280
6281 \end_inset
6282 </cell>
6283 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6284 \begin_inset Text
6285
6286 \begin_layout Plain Layout
6287 s
6288 \end_layout
6289
6290 \end_inset
6291 </cell>
6292 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6293 \begin_inset Text
6294
6295 \begin_layout Plain Layout
6296 asd
6297 \end_layout
6298
6299 \end_inset
6300 </cell>
6301 </row>
6302 <row>
6303 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6304 \begin_inset Text
6305
6306 \begin_layout Plain Layout
6307 asd
6308 \end_layout
6309
6310 \end_inset
6311 </cell>
6312 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6313 \begin_inset Text
6314
6315 \begin_layout Plain Layout
6316 s
6317 \end_layout
6318
6319 \end_inset
6320 </cell>
6321 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6322 \begin_inset Text
6323
6324 \begin_layout Plain Layout
6325 s
6326 \end_layout
6327
6328 \end_inset
6329 </cell>
6330 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6331 \begin_inset Text
6332
6333 \begin_layout Plain Layout
6334 s
6335 \end_layout
6336
6337 \end_inset
6338 </cell>
6339 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6340 \begin_inset Text
6341
6342 \begin_layout Plain Layout
6343 asd
6344 \end_layout
6345
6346 \end_inset
6347 </cell>
6348 </row>
6349 <row>
6350 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
6351 \begin_inset Text
6352
6353 \begin_layout Plain Layout
6354 asd
6355 \end_layout
6356
6357 \end_inset
6358 </cell>
6359 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
6360 \begin_inset Text
6361
6362 \begin_layout Plain Layout
6363 sad
6364 \end_layout
6365
6366 \end_inset
6367 </cell>
6368 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
6369 \begin_inset Text
6370
6371 \begin_layout Plain Layout
6372 asd
6373 \end_layout
6374
6375 \end_inset
6376 </cell>
6377 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
6378 \begin_inset Text
6379
6380 \begin_layout Plain Layout
6381 asd
6382 \end_layout
6383
6384 \end_inset
6385 </cell>
6386 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
6387 \begin_inset Text
6388
6389 \begin_layout Plain Layout
6390 asd
6391 \end_layout
6392
6393 \end_inset
6394 </cell>
6395 </row>
6396 </lyxtabular>
6397
6398 \end_inset
6399
6400
6401 \end_layout
6402
6403 \begin_layout Standard
6404 Para referenciar una tabla larga, inserta una etiqueta en la leyenda.
6405  
6406 \end_layout
6407
6408 \begin_layout Standard
6409 Esto es una referencia a la tabla
6410 \begin_inset space ~
6411 \end_inset
6412
6413
6414 \begin_inset CommandInset ref
6415 LatexCommand ref
6416 reference "tab:RefEjemplo"
6417
6418 \end_inset
6419
6420 .
6421 \end_layout
6422
6423 \begin_layout Standard
6424 El formato de la leyenda puede configurarse junto con todos las demás leyendas
6425  del documento mediante el paquete LaTeX 
6426 \series bold
6427 caption
6428 \series default
6429
6430 \begin_inset Index idx
6431 status collapsed
6432
6433 \begin_layout Plain Layout
6434 LaTeX-paquetes ! caption
6435 \end_layout
6436
6437 \end_inset
6438
6439 , véase sección
6440 \begin_inset space ~
6441 \end_inset
6442
6443
6444 \begin_inset CommandInset ref
6445 LatexCommand ref
6446 reference "sec:Formato-de-leyendas"
6447
6448 \end_inset
6449
6450 .
6451 \end_layout
6452
6453 \begin_layout Subsubsection
6454 Anchura de la leyenda
6455 \begin_inset Index idx
6456 status collapsed
6457
6458 \begin_layout Plain Layout
6459 Tablas largas ! Anchura de la leyenda
6460 \end_layout
6461
6462 \end_inset
6463
6464
6465 \end_layout
6466
6467 \begin_layout Standard
6468 La anchura máxima de la leyenda se define por la longitud 
6469 \series bold
6470
6471 \backslash
6472 LTcapwidth
6473 \series default
6474 .
6475  Por omisión, su valor es 4
6476 \begin_inset space \thinspace{}
6477 \end_inset
6478
6479 in (4
6480 \begin_inset space ~
6481 \end_inset
6482
6483 pulgadas).
6484  Para cambiarla añade el siguiente comando en el preámbulo o en código TeX
6485  en el propio documento antes de la tabla larga a la que deba afectar
6486 \end_layout
6487
6488 \begin_layout Standard
6489
6490 \series bold
6491
6492 \backslash
6493 setlength{
6494 \backslash
6495 LTcapwidth}{anchura}
6496 \end_layout
6497
6498 \begin_layout Standard
6499 donde la anchura puede ser una de las unidades listadas en el apéndice
6500 \begin_inset space ~
6501 \end_inset
6502
6503
6504 \begin_inset CommandInset ref
6505 LatexCommand ref
6506 reference "cap:Unidades-disponibles-en"
6507
6508 \end_inset
6509
6510 .
6511 \end_layout
6512
6513 \begin_layout Standard
6514 Las tablas siguientes muestran la diferencia:
6515 \end_layout
6516
6517 \begin_layout Standard
6518 \begin_inset Tabular
6519 <lyxtabular version="3" rows="6" columns="5">
6520 <features islongtable="true" longtabularalignment="center">
6521 <column alignment="center" valignment="top" width="0">
6522 <column alignment="center" valignment="top" width="0">
6523 <column alignment="center" valignment="top" width="0">
6524 <column alignment="center" valignment="top" width="0">
6525 <column alignment="center" valignment="top" width="0">
6526 <row caption="true">
6527 <cell multicolumn="1" alignment="center" valignment="top" usebox="none">
6528 \begin_inset Text
6529
6530 \begin_layout Plain Layout
6531 \begin_inset Caption
6532
6533 \begin_layout Plain Layout
6534 Leyenda larga completa con anchura predeterminada leyenda larga completa
6535  con anchura predeterminada
6536 \begin_inset Argument
6537 status collapsed
6538
6539 \begin_layout Plain Layout
6540 Leyenda con anchura predeterminada
6541 \end_layout
6542
6543 \end_inset
6544
6545
6546 \end_layout
6547
6548 \end_inset
6549
6550
6551 \end_layout
6552
6553 \end_inset
6554 </cell>
6555 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" usebox="none">
6556 \begin_inset Text
6557
6558 \begin_layout Plain Layout
6559
6560 \end_layout
6561
6562 \end_inset
6563 </cell>
6564 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" usebox="none">
6565 \begin_inset Text
6566
6567 \begin_layout Plain Layout
6568
6569 \end_layout
6570
6571 \end_inset
6572 </cell>
6573 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" usebox="none">
6574 \begin_inset Text
6575
6576 \begin_layout Plain Layout
6577
6578 \end_layout
6579
6580 \end_inset
6581 </cell>
6582 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
6583 \begin_inset Text
6584
6585 \begin_layout Plain Layout
6586
6587 \end_layout
6588
6589 \end_inset
6590 </cell>
6591 </row>
6592 <row>
6593 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6594 \begin_inset Text
6595
6596 \begin_layout Plain Layout
6597 1
6598 \end_layout
6599
6600 \end_inset
6601 </cell>
6602 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6603 \begin_inset Text
6604
6605 \begin_layout Plain Layout
6606 2
6607 \end_layout
6608
6609 \end_inset
6610 </cell>
6611 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6612 \begin_inset Text
6613
6614 \begin_layout Plain Layout
6615 3
6616 \end_layout
6617
6618 \end_inset
6619 </cell>
6620 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6621 \begin_inset Text
6622
6623 \begin_layout Plain Layout
6624 4
6625 \end_layout
6626
6627 \end_inset
6628 </cell>
6629 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6630 \begin_inset Text
6631
6632 \begin_layout Plain Layout
6633 5
6634 \end_layout
6635
6636 \end_inset
6637 </cell>
6638 </row>
6639 <row>
6640 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6641 \begin_inset Text
6642
6643 \begin_layout Plain Layout
6644 asd
6645 \end_layout
6646
6647 \end_inset
6648 </cell>
6649 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6650 \begin_inset Text
6651
6652 \begin_layout Plain Layout
6653 s
6654 \end_layout
6655
6656 \end_inset
6657 </cell>
6658 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6659 \begin_inset Text
6660
6661 \begin_layout Plain Layout
6662 s
6663 \end_layout
6664
6665 \end_inset
6666 </cell>
6667 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6668 \begin_inset Text
6669
6670 \begin_layout Plain Layout
6671 s
6672 \end_layout
6673
6674 \end_inset
6675 </cell>
6676 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6677 \begin_inset Text
6678
6679 \begin_layout Plain Layout
6680 asd
6681 \end_layout
6682
6683 \end_inset
6684 </cell>
6685 </row>
6686 <row>
6687 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6688 \begin_inset Text
6689
6690 \begin_layout Plain Layout
6691 asd
6692 \end_layout
6693
6694 \end_inset
6695 </cell>
6696 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6697 \begin_inset Text
6698
6699 \begin_layout Plain Layout
6700 s
6701 \end_layout
6702
6703 \end_inset
6704 </cell>
6705 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6706 \begin_inset Text
6707
6708 \begin_layout Plain Layout
6709 s
6710 \end_layout
6711
6712 \end_inset
6713 </cell>
6714 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6715 \begin_inset Text
6716
6717 \begin_layout Plain Layout
6718 s
6719 \end_layout
6720
6721 \end_inset
6722 </cell>
6723 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6724 \begin_inset Text
6725
6726 \begin_layout Plain Layout
6727 asd
6728 \end_layout
6729
6730 \end_inset
6731 </cell>
6732 </row>
6733 <row>
6734 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6735 \begin_inset Text
6736
6737 \begin_layout Plain Layout
6738 asd
6739 \end_layout
6740
6741 \end_inset
6742 </cell>
6743 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6744 \begin_inset Text
6745
6746 \begin_layout Plain Layout
6747 s
6748 \end_layout
6749
6750 \end_inset
6751 </cell>
6752 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6753 \begin_inset Text
6754
6755 \begin_layout Plain Layout
6756 s
6757 \end_layout
6758
6759 \end_inset
6760 </cell>
6761 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6762 \begin_inset Text
6763
6764 \begin_layout Plain Layout
6765 s
6766 \end_layout
6767
6768 \end_inset
6769 </cell>
6770 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6771 \begin_inset Text
6772
6773 \begin_layout Plain Layout
6774 asd
6775 \end_layout
6776
6777 \end_inset
6778 </cell>
6779 </row>
6780 <row>
6781 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
6782 \begin_inset Text
6783
6784 \begin_layout Plain Layout
6785 asd
6786 \end_layout
6787
6788 \end_inset
6789 </cell>
6790 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
6791 \begin_inset Text
6792
6793 \begin_layout Plain Layout
6794 sad
6795 \end_layout
6796
6797 \end_inset
6798 </cell>
6799 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
6800 \begin_inset Text
6801
6802 \begin_layout Plain Layout
6803 asd
6804 \end_layout
6805
6806 \end_inset
6807 </cell>
6808 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
6809 \begin_inset Text
6810
6811 \begin_layout Plain Layout
6812 asd
6813 \end_layout
6814
6815 \end_inset
6816 </cell>
6817 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
6818 \begin_inset Text
6819
6820 \begin_layout Plain Layout
6821 asd
6822 \end_layout
6823
6824 \end_inset
6825 </cell>
6826 </row>
6827 </lyxtabular>
6828
6829 \end_inset
6830
6831
6832 \end_layout
6833
6834 \begin_layout Standard
6835 \begin_inset ERT
6836 status collapsed
6837
6838 \begin_layout Plain Layout
6839
6840
6841 \backslash
6842 setlength{
6843 \backslash
6844 LTcapwidth}{5cm}
6845 \end_layout
6846
6847 \end_inset
6848
6849
6850 \begin_inset Tabular
6851 <lyxtabular version="3" rows="6" columns="5">
6852 <features islongtable="true" longtabularalignment="center">
6853 <column alignment="center" valignment="top" width="0">
6854 <column alignment="center" valignment="top" width="0">
6855 <column alignment="center" valignment="top" width="0">
6856 <column alignment="center" valignment="top" width="0">
6857 <column alignment="center" valignment="top" width="0">
6858 <row caption="true">
6859 <cell multicolumn="1" alignment="center" valignment="top" usebox="none">
6860 \begin_inset Text
6861
6862 \begin_layout Plain Layout
6863 \begin_inset Caption
6864
6865 \begin_layout Plain Layout
6866 Leyenda larga completa con una anchura de 5
6867 \begin_inset space \thinspace{}
6868 \end_inset
6869
6870 cm leyenda larga completa con una anchura de 5
6871 \begin_inset space \thinspace{}
6872 \end_inset
6873
6874 cm 
6875 \begin_inset Argument
6876 status collapsed
6877
6878 \begin_layout Plain Layout
6879 Leyenda con anchura
6880 \begin_inset space \thinspace{}
6881 \end_inset
6882
6883 =
6884 \begin_inset space \thinspace{}
6885 \end_inset
6886
6887 5
6888 \begin_inset space \thinspace{}
6889 \end_inset
6890
6891 cm
6892 \end_layout
6893
6894 \end_inset
6895
6896
6897 \end_layout
6898
6899 \end_inset
6900
6901
6902 \end_layout
6903
6904 \end_inset
6905 </cell>
6906 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" usebox="none">
6907 \begin_inset Text
6908
6909 \begin_layout Plain Layout
6910
6911 \end_layout
6912
6913 \end_inset
6914 </cell>
6915 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" usebox="none">
6916 \begin_inset Text
6917
6918 \begin_layout Plain Layout
6919
6920 \end_layout
6921
6922 \end_inset
6923 </cell>
6924 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" usebox="none">
6925 \begin_inset Text
6926
6927 \begin_layout Plain Layout
6928
6929 \end_layout
6930
6931 \end_inset
6932 </cell>
6933 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
6934 \begin_inset Text
6935
6936 \begin_layout Plain Layout
6937
6938 \end_layout
6939
6940 \end_inset
6941 </cell>
6942 </row>
6943 <row>
6944 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6945 \begin_inset Text
6946
6947 \begin_layout Plain Layout
6948 1
6949 \end_layout
6950
6951 \end_inset
6952 </cell>
6953 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6954 \begin_inset Text
6955
6956 \begin_layout Plain Layout
6957 2
6958 \end_layout
6959
6960 \end_inset
6961 </cell>
6962 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6963 \begin_inset Text
6964
6965 \begin_layout Plain Layout
6966 3
6967 \end_layout
6968
6969 \end_inset
6970 </cell>
6971 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6972 \begin_inset Text
6973
6974 \begin_layout Plain Layout
6975 4
6976 \end_layout
6977
6978 \end_inset
6979 </cell>
6980 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6981 \begin_inset Text
6982
6983 \begin_layout Plain Layout
6984 5
6985 \end_layout
6986
6987 \end_inset
6988 </cell>
6989 </row>
6990 <row>
6991 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6992 \begin_inset Text
6993
6994 \begin_layout Plain Layout
6995 asd
6996 \end_layout
6997
6998 \end_inset
6999 </cell>
7000 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7001 \begin_inset Text
7002
7003 \begin_layout Plain Layout
7004 s
7005 \end_layout
7006
7007 \end_inset
7008 </cell>
7009 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7010 \begin_inset Text
7011
7012 \begin_layout Plain Layout
7013 s
7014 \end_layout
7015
7016 \end_inset
7017 </cell>
7018 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7019 \begin_inset Text
7020
7021 \begin_layout Plain Layout
7022 s
7023 \end_layout
7024
7025 \end_inset
7026 </cell>
7027 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
7028 \begin_inset Text
7029
7030 \begin_layout Plain Layout
7031 asd
7032 \end_layout
7033
7034 \end_inset
7035 </cell>
7036 </row>
7037 <row>
7038 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7039 \begin_inset Text
7040
7041 \begin_layout Plain Layout
7042 asd
7043 \end_layout
7044
7045 \end_inset
7046 </cell>
7047 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7048 \begin_inset Text
7049
7050 \begin_layout Plain Layout
7051 s
7052 \end_layout
7053
7054 \end_inset
7055 </cell>
7056 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7057 \begin_inset Text
7058
7059 \begin_layout Plain Layout
7060 s
7061 \end_layout
7062
7063 \end_inset
7064 </cell>
7065 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7066 \begin_inset Text
7067
7068 \begin_layout Plain Layout
7069 s
7070 \end_layout
7071
7072 \end_inset
7073 </cell>
7074 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
7075 \begin_inset Text
7076
7077 \begin_layout Plain Layout
7078 asd
7079 \end_layout
7080
7081 \end_inset
7082 </cell>
7083 </row>
7084 <row>
7085 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7086 \begin_inset Text
7087
7088 \begin_layout Plain Layout
7089 asd
7090 \end_layout
7091
7092 \end_inset
7093 </cell>
7094 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7095 \begin_inset Text
7096
7097 \begin_layout Plain Layout
7098 s
7099 \end_layout
7100
7101 \end_inset
7102 </cell>
7103 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7104 \begin_inset Text
7105
7106 \begin_layout Plain Layout
7107 s
7108 \end_layout
7109
7110 \end_inset
7111 </cell>
7112 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7113 \begin_inset Text
7114
7115 \begin_layout Plain Layout
7116 s
7117 \end_layout
7118
7119 \end_inset
7120 </cell>
7121 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
7122 \begin_inset Text
7123
7124 \begin_layout Plain Layout
7125 asd
7126 \end_layout
7127
7128 \end_inset
7129 </cell>
7130 </row>
7131 <row>
7132 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
7133 \begin_inset Text
7134
7135 \begin_layout Plain Layout
7136 asd
7137 \end_layout
7138
7139 \end_inset
7140 </cell>
7141 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
7142 \begin_inset Text
7143
7144 \begin_layout Plain Layout
7145 sad
7146 \end_layout
7147
7148 \end_inset
7149 </cell>
7150 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
7151 \begin_inset Text
7152
7153 \begin_layout Plain Layout
7154 asd
7155 \end_layout
7156
7157 \end_inset
7158 </cell>
7159 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
7160 \begin_inset Text
7161
7162 \begin_layout Plain Layout
7163 asd
7164 \end_layout
7165
7166 \end_inset
7167 </cell>
7168 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
7169 \begin_inset Text
7170
7171 \begin_layout Plain Layout
7172 asd
7173 \end_layout
7174
7175 \end_inset
7176 </cell>
7177 </row>
7178 </lyxtabular>
7179
7180 \end_inset
7181
7182
7183 \begin_inset ERT
7184 status collapsed
7185
7186 \begin_layout Plain Layout
7187
7188
7189 \backslash
7190 setlength{
7191 \backslash
7192 LTcapwidth}{4in}
7193 \end_layout
7194
7195 \end_inset
7196
7197
7198 \end_layout
7199
7200 \begin_layout Standard
7201 \begin_inset Note Greyedout
7202 status collapsed
7203
7204 \begin_layout Plain Layout
7205
7206 \series bold
7207 Nota: 
7208 \series default
7209 Si se usa el paquete LaTeX 
7210 \series bold
7211 caption
7212 \series default
7213
7214 \begin_inset Index idx
7215 status collapsed
7216
7217 \begin_layout Plain Layout
7218 LaTeX-paquetes ! caption
7219 \end_layout
7220
7221 \end_inset
7222
7223 , como en este documento, para la leyenda se utiliza toda la anchura de
7224  la página cuando se deja el valor por omisión de 4
7225 \begin_inset space \thinspace{}
7226 \end_inset
7227
7228 in para 
7229 \series bold
7230
7231 \backslash
7232 LTcapwidth
7233 \series default
7234 .
7235  En este caso, para conseguir una leyenda de 4
7236 \begin_inset space \thinspace{}
7237 \end_inset
7238
7239 in exactamente, puedes poner un valor ligeramente diferente de 4.0
7240 \begin_inset space \thinspace{}
7241 \end_inset
7242
7243 in, p.
7244 \begin_inset space \thinspace{}
7245 \end_inset
7246
7247 e.
7248  3.99
7249 \begin_inset space \thinspace{}
7250 \end_inset
7251
7252 in, o bien emplear el comando LaTeX 
7253 \series bold
7254
7255 \backslash
7256 captionsetup{width=valor}
7257 \series default
7258 , suministrado por el paquete 
7259 \series bold
7260 caption
7261 \series default
7262 .
7263 \end_layout
7264
7265 \end_inset
7266
7267
7268 \end_layout
7269
7270 \begin_layout Subsubsection
7271 Leyendas distintas para cada página
7272 \begin_inset Index idx
7273 status collapsed
7274
7275 \begin_layout Plain Layout
7276 Tablas largas ! Leyendas distintas para cada página
7277 \end_layout
7278
7279 \end_inset
7280
7281
7282 \end_layout
7283
7284 \begin_layout Standard
7285 Cuando las leyendas para las páginas siguientes hayan de ser diferentes
7286  de la leyenda de la primera página de la tabla, se insertan con el comando
7287  en código TeX
7288 \end_layout
7289
7290 \begin_layout Standard
7291
7292 \series bold
7293
7294 \backslash
7295 caption*{texto de la leyenda}
7296 \backslash
7297
7298 \backslash
7299 %
7300 \end_layout
7301
7302 \begin_layout Standard
7303 en una fila postiza que se marca como encabezado.
7304  La tabla
7305 \begin_inset space ~
7306 \end_inset
7307
7308
7309 \begin_inset CommandInset ref
7310 LatexCommand ref
7311 reference "tab:DifLeyendas"
7312
7313 \end_inset
7314
7315  es un ejemplo de tabla larga con encabezados distintos donde el segundo
7316  no incluye número de tabla.
7317 \end_layout
7318
7319 \begin_layout Standard
7320 \align center
7321 \begin_inset Tabular
7322 <lyxtabular version="3" rows="59" columns="3">
7323 <features islongtable="true" lastFootEmpty="true" longtabularalignment="center">
7324 <column alignment="left" valignment="top" width="0cm">
7325 <column alignment="left" valignment="top" width="0pt">
7326 <column alignment="right" valignment="top" width="0pt">
7327 <row caption="true">
7328 <cell multicolumn="1" alignment="left" valignment="top" usebox="none">
7329 \begin_inset Text
7330
7331 \begin_layout Plain Layout
7332 \begin_inset Caption
7333
7334 \begin_layout Plain Layout
7335 Ejemplo de lista telefónica
7336 \begin_inset CommandInset label
7337 LatexCommand label
7338 name "tab:DifLeyendas"
7339
7340 \end_inset
7341
7342
7343 \begin_inset Argument
7344 status collapsed
7345
7346 \begin_layout Plain Layout
7347 Ejemplo de lista telefónica
7348 \end_layout
7349
7350 \end_inset
7351
7352
7353 \end_layout
7354
7355 \end_inset
7356
7357
7358 \end_layout
7359
7360 \end_inset
7361 </cell>
7362 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
7363 \begin_inset Text
7364
7365 \begin_layout Plain Layout
7366
7367 \end_layout
7368
7369 \end_inset
7370 </cell>
7371 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
7372 \begin_inset Text
7373
7374 \begin_layout Plain Layout
7375
7376 \end_layout
7377
7378 \end_inset
7379 </cell>
7380 </row>
7381 <row endfirsthead="true">
7382 <cell multicolumn="1" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
7383 \begin_inset Text
7384
7385 \begin_layout Plain Layout
7386
7387 \series bold
7388 Ejemplo de lista telefónica (ignore los nombres)
7389 \end_layout
7390
7391 \end_inset
7392 </cell>
7393 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
7394 \begin_inset Text
7395
7396 \begin_layout Plain Layout
7397
7398 \end_layout
7399
7400 \end_inset
7401 </cell>
7402 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
7403 \begin_inset Text
7404
7405 \begin_layout Plain Layout
7406
7407 \end_layout
7408
7409 \end_inset
7410 </cell>
7411 </row>
7412 <row endfirsthead="true">
7413 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
7414 \begin_inset Text
7415
7416 \begin_layout Plain Layout
7417
7418 \series bold
7419 NOMBRE
7420 \end_layout
7421
7422 \end_inset
7423 </cell>
7424 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
7425 \begin_inset Text
7426
7427 \begin_layout Plain Layout
7428
7429 \end_layout
7430
7431 \end_inset
7432 </cell>
7433 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
7434 \begin_inset Text
7435
7436 \begin_layout Plain Layout
7437
7438 \series bold
7439 TEL.
7440 \end_layout
7441
7442 \end_inset
7443 </cell>
7444 </row>
7445 <row endhead="true">
7446 <cell alignment="center" valignment="top" leftline="true" usebox="none">
7447 \begin_inset Text
7448
7449 \begin_layout Plain Layout
7450 \begin_inset ERT
7451 status open
7452
7453 \begin_layout Plain Layout
7454
7455
7456 \backslash
7457 caption*{continúa Ejemplo de lista telefónica}
7458 \backslash
7459
7460 \backslash
7461 %
7462 \end_layout
7463
7464 \end_inset
7465
7466
7467 \end_layout
7468
7469 \end_inset
7470 </cell>
7471 <cell alignment="center" valignment="top" rightline="true" usebox="none">
7472 \begin_inset Text
7473
7474 \begin_layout Plain Layout
7475
7476 \end_layout
7477
7478 \end_inset
7479 </cell>
7480 <cell alignment="center" valignment="top" rightline="true" usebox="none">
7481 \begin_inset Text
7482
7483 \begin_layout Plain Layout
7484
7485 \end_layout
7486
7487 \end_inset
7488 </cell>
7489 </row>
7490 <row endhead="true">
7491 <cell multicolumn="1" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
7492 \begin_inset Text
7493
7494 \begin_layout Plain Layout
7495
7496 \series bold
7497 Ejemplo de lista telefónica
7498 \end_layout
7499
7500 \end_inset
7501 </cell>
7502 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
7503 \begin_inset Text
7504
7505 \begin_layout Plain Layout
7506
7507 \end_layout
7508
7509 \end_inset
7510 </cell>
7511 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
7512 \begin_inset Text
7513
7514 \begin_layout Plain Layout
7515
7516 \end_layout
7517
7518 \end_inset
7519 </cell>
7520 </row>
7521 <row endhead="true">
7522 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
7523 \begin_inset Text
7524
7525 \begin_layout Plain Layout
7526
7527 \series bold
7528 NOMBRE
7529 \end_layout
7530
7531 \end_inset
7532 </cell>
7533 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
7534 \begin_inset Text
7535
7536 \begin_layout Plain Layout
7537
7538 \end_layout
7539
7540 \end_inset
7541 </cell>
7542 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
7543 \begin_inset Text
7544
7545 \begin_layout Plain Layout
7546
7547 \series bold
7548 TEL.
7549 \end_layout
7550
7551 \end_inset
7552 </cell>
7553 </row>
7554 <row endfoot="true">
7555 <cell multicolumn="1" alignment="right" valignment="top" usebox="none">
7556 \begin_inset Text
7557
7558 \begin_layout Plain Layout
7559 continúa en página siguiente
7560 \end_layout
7561
7562 \end_inset
7563 </cell>
7564 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
7565 \begin_inset Text
7566
7567 \begin_layout Plain Layout
7568
7569 \end_layout
7570
7571 \end_inset
7572 </cell>
7573 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
7574 \begin_inset Text
7575
7576 \begin_layout Plain Layout
7577
7578 \end_layout
7579
7580 \end_inset
7581 </cell>
7582 </row>
7583 <row>
7584 <cell alignment="center" valignment="top" leftline="true" usebox="none">
7585 \begin_inset Text
7586
7587 \begin_layout Plain Layout
7588
7589 \series bold
7590 Annovi
7591 \end_layout
7592
7593 \end_inset
7594 </cell>
7595 <cell alignment="center" valignment="top" rightline="true" usebox="none">
7596 \begin_inset Text
7597
7598 \begin_layout Plain Layout
7599 Silvia
7600 \end_layout
7601
7602 \end_inset
7603 </cell>
7604 <cell alignment="right" valignment="top" rightline="true" usebox="none">
7605 \begin_inset Text
7606
7607 \begin_layout Plain Layout
7608 111
7609 \end_layout
7610
7611 \end_inset
7612 </cell>
7613 </row>
7614 <row>
7615 <cell alignment="center" valignment="top" leftline="true" usebox="none">
7616 \begin_inset Text
7617
7618 \begin_layout Plain Layout
7619
7620 \series bold
7621 Bertoli
7622 \end_layout
7623
7624 \end_inset
7625 </cell>
7626 <cell alignment="center" valignment="top" rightline="true" usebox="none">
7627 \begin_inset Text
7628
7629 \begin_layout Plain Layout
7630 Stefano
7631 \end_layout
7632
7633 \end_inset
7634 </cell>
7635 <cell alignment="center" valignment="top" rightline="true" usebox="none">
7636 \begin_inset Text
7637
7638 \begin_layout Plain Layout
7639 111
7640 \end_layout
7641
7642 \end_inset
7643 </cell>
7644 </row>
7645 <row>
7646 <cell alignment="center" valignment="top" leftline="true" usebox="none">
7647 \begin_inset Text
7648
7649 \begin_layout Plain Layout
7650
7651 \series bold
7652 Bozzi
7653 \end_layout
7654
7655 \end_inset
7656 </cell>
7657 <cell alignment="center" valignment="top" rightline="true" usebox="none">
7658 \begin_inset Text
7659
7660 \begin_layout Plain Layout
7661 Walter
7662 \end_layout
7663
7664 \end_inset
7665 </cell>
7666 <cell alignment="center" valignment="top" rightline="true" usebox="none">
7667 \begin_inset Text
7668
7669 \begin_layout Plain Layout
7670 111
7671 \end_layout
7672
7673 \end_inset
7674 </cell>
7675 </row>
7676 <row>
7677 <cell alignment="center" valignment="top" leftline="true" usebox="none">
7678 \begin_inset Text
7679
7680 \begin_layout Plain Layout
7681
7682 \series bold
7683 Cachia
7684 \end_layout
7685
7686 \end_inset
7687 </cell>
7688 <cell alignment="center" valignment="top" rightline="true" usebox="none">
7689 \begin_inset Text
7690
7691 \begin_layout Plain Layout
7692 Maria
7693 \end_layout
7694
7695 \end_inset
7696 </cell>
7697 <cell alignment="center" valignment="top" rightline="true" usebox="none">
7698 \begin_inset Text
7699
7700 \begin_layout Plain Layout
7701 111
7702 \end_layout
7703
7704 \end_inset
7705 </cell>
7706 </row>
7707 <row>
7708 <cell alignment="center" valignment="top" leftline="true" usebox="none">
7709 \begin_inset Text
7710
7711 \begin_layout Plain Layout
7712
7713 \series bold
7714 Cachia
7715 \end_layout
7716
7717 \end_inset
7718 </cell>
7719 <cell alignment="center" valignment="top" rightline="true" usebox="none">
7720 \begin_inset Text
7721
7722 \begin_layout Plain Layout
7723 Maurizio
7724 \end_layout
7725
7726 \end_inset
7727 </cell>
7728 <cell alignment="center" valignment="top" rightline="true" usebox="none">
7729 \begin_inset Text
7730
7731 \begin_layout Plain Layout
7732 111
7733 \end_layout
7734
7735 \end_inset
7736 </cell>
7737 </row>
7738 <row>
7739 <cell alignment="center" valignment="top" leftline="true" usebox="none">
7740 \begin_inset Text
7741
7742 \begin_layout Plain Layout
7743
7744 \series bold
7745 Cinquemani
7746 \end_layout
7747
7748 \end_inset
7749 </cell>
7750 <cell alignment="center" valignment="top" rightline="true" usebox="none">
7751 \begin_inset Text
7752
7753 \begin_layout Plain Layout
7754 Giusi
7755 \end_layout
7756
7757 \end_inset
7758 </cell>
7759 <cell alignment="center" valignment="top" rightline="true" usebox="none">
7760 \begin_inset Text
7761
7762 \begin_layout Plain Layout
7763 111
7764 \end_layout
7765
7766 \end_inset
7767 </cell>
7768 </row>
7769 <row>
7770 <cell alignment="center" valignment="top" leftline="true" usebox="none">
7771 \begin_inset Text
7772
7773 \begin_layout Plain Layout
7774
7775 \series bold
7776 Colin
7777 \end_layout
7778
7779 \end_inset
7780 </cell>
7781 <cell alignment="center" valignment="top" rightline="true" usebox="none">
7782 \begin_inset Text
7783
7784 \begin_layout Plain Layout
7785 Bernard
7786 \end_layout
7787
7788 \end_inset
7789 </cell>
7790 <cell alignment="center" valignment="top" rightline="true" usebox="none">
7791 \begin_inset Text
7792
7793 \begin_layout Plain Layout
7794 111
7795 \end_layout
7796
7797 \end_inset
7798 </cell>
7799 </row>
7800 <row>
7801 <cell alignment="center" valignment="top" leftline="true" usebox="none">
7802 \begin_inset Text
7803
7804 \begin_layout Plain Layout
7805
7806 \series bold
7807 Concli
7808 \end_layout
7809
7810 \end_inset
7811 </cell>
7812 <cell alignment="center" valignment="top" rightline="true" usebox="none">
7813 \begin_inset Text
7814
7815 \begin_layout Plain Layout
7816 Gianfranco
7817 \end_layout
7818
7819 \end_inset
7820 </cell>
7821 <cell alignment="center" valignment="top" rightline="true" usebox="none">
7822 \begin_inset Text
7823
7824 \begin_layout Plain Layout
7825 111
7826 \end_layout
7827
7828 \end_inset
7829 </cell>
7830 </row>
7831 <row>
7832 <cell alignment="center" valignment="top" leftline="true" usebox="none">
7833 \begin_inset Text
7834
7835 \begin_layout Plain Layout
7836
7837 \series bold
7838 Dal Bosco
7839 \end_layout
7840
7841 \end_inset
7842 </cell>
7843 <cell alignment="center" valignment="top" rightline="true" usebox="none">
7844 \begin_inset Text
7845
7846 \begin_layout Plain Layout
7847 Carolina
7848 \end_layout
7849
7850 \end_inset
7851 </cell>
7852 <cell alignment="center" valignment="top" rightline="true" usebox="none">
7853 \begin_inset Text
7854
7855 \begin_layout Plain Layout
7856 111
7857 \end_layout
7858
7859 \end_inset
7860 </cell>
7861 </row>
7862 <row>
7863 <cell alignment="center" valignment="top" leftline="true" usebox="none">
7864 \begin_inset Text
7865
7866 \begin_layout Plain Layout
7867
7868 \series bold
7869 Dalpiaz
7870 \end_layout
7871
7872 \end_inset
7873 </cell>
7874 <cell alignment="center" valignment="top" rightline="true" usebox="none">
7875 \begin_inset Text
7876
7877 \begin_layout Plain Layout
7878 Annamaria
7879 \end_layout
7880
7881 \end_inset
7882 </cell>
7883 <cell alignment="center" valignment="top" rightline="true" usebox="none">
7884 \begin_inset Text
7885
7886 \begin_layout Plain Layout
7887 111
7888 \end_layout
7889
7890 \end_inset
7891 </cell>
7892 </row>
7893 <row>
7894 <cell alignment="center" valignment="top" leftline="true" usebox="none">
7895 \begin_inset Text
7896
7897 \begin_layout Plain Layout
7898
7899 \series bold
7900 Feliciello
7901 \end_layout
7902
7903 \end_inset
7904 </cell>
7905 <cell alignment="center" valignment="top" rightline="true" usebox="none">
7906 \begin_inset Text
7907
7908 \begin_layout Plain Layout
7909 Domenico
7910 \end_layout
7911
7912 \end_inset
7913 </cell>
7914 <cell alignment="center" valignment="top" rightline="true" usebox="none">
7915 \begin_inset Text
7916
7917 \begin_layout Plain Layout
7918 111
7919 \end_layout
7920
7921 \end_inset
7922 </cell>
7923 </row>
7924 <row>
7925 <cell alignment="center" valignment="top" leftline="true" usebox="none">
7926 \begin_inset Text
7927
7928 \begin_layout Plain Layout
7929
7930 \series bold
7931 Focarelli
7932 \end_layout
7933
7934 \end_inset
7935 </cell>
7936 <cell alignment="center" valignment="top" rightline="true" usebox="none">
7937 \begin_inset Text
7938
7939 \begin_layout Plain Layout
7940 Paola
7941 \end_layout
7942
7943 \end_inset
7944 </cell>
7945 <cell alignment="center" valignment="top" rightline="true" usebox="none">
7946 \begin_inset Text
7947
7948 \begin_layout Plain Layout
7949 111
7950 \end_layout
7951
7952 \end_inset
7953 </cell>
7954 </row>
7955 <row>
7956 <cell alignment="center" valignment="top" leftline="true" usebox="none">
7957 \begin_inset Text
7958
7959 \begin_layout Plain Layout
7960
7961 \series bold
7962 Galletti
7963 \end_layout
7964
7965 \end_inset
7966 </cell>
7967 <cell alignment="center" valignment="top" rightline="true" usebox="none">
7968 \begin_inset Text
7969
7970 \begin_layout Plain Layout
7971 Oreste
7972 \end_layout
7973
7974 \end_inset
7975 </cell>
7976 <cell alignment="center" valignment="top" rightline="true" usebox="none">
7977 \begin_inset Text
7978
7979 \begin_layout Plain Layout
7980 111
7981 \end_layout
7982
7983 \end_inset
7984 </cell>
7985 </row>
7986 <row>
7987 <cell alignment="center" valignment="top" leftline="true" usebox="none">
7988 \begin_inset Text
7989
7990 \begin_layout Plain Layout
7991
7992 \series bold
7993 Gasparini
7994 \end_layout
7995
7996 \end_inset
7997 </cell>
7998 <cell alignment="center" valignment="top" rightline="true" usebox="none">
7999 \begin_inset Text
8000
8001 \begin_layout Plain Layout
8002 Franca
8003 \end_layout
8004
8005 \end_inset
8006 </cell>
8007 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8008 \begin_inset Text
8009
8010 \begin_layout Plain Layout
8011 111
8012 \end_layout
8013
8014 \end_inset
8015 </cell>
8016 </row>
8017 <row>
8018 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8019 \begin_inset Text
8020
8021 \begin_layout Plain Layout
8022
8023 \series bold
8024 Rizzardi
8025 \series default
8026
8027 \begin_inset Foot
8028 status collapsed
8029
8030 \begin_layout Plain Layout
8031 Ejemplo de nota a pie de página
8032 \end_layout
8033
8034 \end_inset
8035
8036
8037 \end_layout
8038
8039 \end_inset
8040 </cell>
8041 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8042 \begin_inset Text
8043
8044 \begin_layout Plain Layout
8045 Paola
8046 \end_layout
8047
8048 \end_inset
8049 </cell>
8050 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8051 \begin_inset Text
8052
8053 \begin_layout Plain Layout
8054 111
8055 \end_layout
8056
8057 \end_inset
8058 </cell>
8059 </row>
8060 <row>
8061 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8062 \begin_inset Text
8063
8064 \begin_layout Plain Layout
8065
8066 \series bold
8067 Lassini
8068 \end_layout
8069
8070 \end_inset
8071 </cell>
8072 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8073 \begin_inset Text
8074
8075 \begin_layout Plain Layout
8076 Giancarlo
8077 \end_layout
8078
8079 \end_inset
8080 </cell>
8081 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8082 \begin_inset Text
8083
8084 \begin_layout Plain Layout
8085 111
8086 \end_layout
8087
8088 \end_inset
8089 </cell>
8090 </row>
8091 <row>
8092 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8093 \begin_inset Text
8094
8095 \begin_layout Plain Layout
8096
8097 \series bold
8098 Malfatti
8099 \end_layout
8100
8101 \end_inset
8102 </cell>
8103 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8104 \begin_inset Text
8105
8106 \begin_layout Plain Layout
8107 Luciano
8108 \end_layout
8109
8110 \end_inset
8111 </cell>
8112 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8113 \begin_inset Text
8114
8115 \begin_layout Plain Layout
8116 111
8117 \end_layout
8118
8119 \end_inset
8120 </cell>
8121 </row>
8122 <row>
8123 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8124 \begin_inset Text
8125
8126 \begin_layout Plain Layout
8127
8128 \series bold
8129 Malfatti
8130 \end_layout
8131
8132 \end_inset
8133 </cell>
8134 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8135 \begin_inset Text
8136
8137 \begin_layout Plain Layout
8138 Valeriano
8139 \end_layout
8140
8141 \end_inset
8142 </cell>
8143 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8144 \begin_inset Text
8145
8146 \begin_layout Plain Layout
8147 111
8148 \end_layout
8149
8150 \end_inset
8151 </cell>
8152 </row>
8153 <row>
8154 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8155 \begin_inset Text
8156
8157 \begin_layout Plain Layout
8158
8159 \series bold
8160 Meneguzzo
8161 \end_layout
8162
8163 \end_inset
8164 </cell>
8165 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8166 \begin_inset Text
8167
8168 \begin_layout Plain Layout
8169 Roberto
8170 \end_layout
8171
8172 \end_inset
8173 </cell>
8174 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8175 \begin_inset Text
8176
8177 \begin_layout Plain Layout
8178 111
8179 \end_layout
8180
8181 \end_inset
8182 </cell>
8183 </row>
8184 <row>
8185 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8186 \begin_inset Text
8187
8188 \begin_layout Plain Layout
8189
8190 \series bold
8191 Mezzadra
8192 \end_layout
8193
8194 \end_inset
8195 </cell>
8196 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8197 \begin_inset Text
8198
8199 \begin_layout Plain Layout
8200 Roberto
8201 \end_layout
8202
8203 \end_inset
8204 </cell>
8205 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8206 \begin_inset Text
8207
8208 \begin_layout Plain Layout
8209 111
8210 \end_layout
8211
8212 \end_inset
8213 </cell>
8214 </row>
8215 <row>
8216 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8217 \begin_inset Text
8218
8219 \begin_layout Plain Layout
8220
8221 \series bold
8222 Pirpamer
8223 \end_layout
8224
8225 \end_inset
8226 </cell>
8227 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8228 \begin_inset Text
8229
8230 \begin_layout Plain Layout
8231 Erich
8232 \end_layout
8233
8234 \end_inset
8235 </cell>
8236 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8237 \begin_inset Text
8238
8239 \begin_layout Plain Layout
8240 111
8241 \end_layout
8242
8243 \end_inset
8244 </cell>
8245 </row>
8246 <row>
8247 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8248 \begin_inset Text
8249
8250 \begin_layout Plain Layout
8251
8252 \series bold
8253 Pochiesa
8254 \end_layout
8255
8256 \end_inset
8257 </cell>
8258 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8259 \begin_inset Text
8260
8261 \begin_layout Plain Layout
8262 Paolo
8263 \end_layout
8264
8265 \end_inset
8266 </cell>
8267 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8268 \begin_inset Text
8269
8270 \begin_layout Plain Layout
8271 111, 222
8272 \end_layout
8273
8274 \end_inset
8275 </cell>
8276 </row>
8277 <row>
8278 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8279 \begin_inset Text
8280
8281 \begin_layout Plain Layout
8282
8283 \series bold
8284 Radina
8285 \end_layout
8286
8287 \end_inset
8288 </cell>
8289 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8290 \begin_inset Text
8291
8292 \begin_layout Plain Layout
8293 Claudio
8294 \end_layout
8295
8296 \end_inset
8297 </cell>
8298 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8299 \begin_inset Text
8300
8301 \begin_layout Plain Layout
8302 111
8303 \end_layout
8304
8305 \end_inset
8306 </cell>
8307 </row>
8308 <row>
8309 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8310 \begin_inset Text
8311
8312 \begin_layout Plain Layout
8313
8314 \series bold
8315 Stuffer
8316 \end_layout
8317
8318 \end_inset
8319 </cell>
8320 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8321 \begin_inset Text
8322
8323 \begin_layout Plain Layout
8324 Oskar
8325 \end_layout
8326
8327 \end_inset
8328 </cell>
8329 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8330 \begin_inset Text
8331
8332 \begin_layout Plain Layout
8333 111
8334 \end_layout
8335
8336 \end_inset
8337 </cell>
8338 </row>
8339 <row>
8340 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8341 \begin_inset Text
8342
8343 \begin_layout Plain Layout
8344
8345 \series bold
8346 Tacchelli
8347 \end_layout
8348
8349 \end_inset
8350 </cell>
8351 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8352 \begin_inset Text
8353
8354 \begin_layout Plain Layout
8355 Ugo
8356 \end_layout
8357
8358 \end_inset
8359 </cell>
8360 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8361 \begin_inset Text
8362
8363 \begin_layout Plain Layout
8364 111
8365 \end_layout
8366
8367 \end_inset
8368 </cell>
8369 </row>
8370 <row>
8371 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8372 \begin_inset Text
8373
8374 \begin_layout Plain Layout
8375
8376 \series bold
8377 Tezzele
8378 \end_layout
8379
8380 \end_inset
8381 </cell>
8382 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8383 \begin_inset Text
8384
8385 \begin_layout Plain Layout
8386 Margit
8387 \end_layout
8388
8389 \end_inset
8390 </cell>
8391 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8392 \begin_inset Text
8393
8394 \begin_layout Plain Layout
8395 111
8396 \end_layout
8397
8398 \end_inset
8399 </cell>
8400 </row>
8401 <row>
8402 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8403 \begin_inset Text
8404
8405 \begin_layout Plain Layout
8406
8407 \series bold
8408 Unterkalmsteiner
8409 \end_layout
8410
8411 \end_inset
8412 </cell>
8413 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8414 \begin_inset Text
8415
8416 \begin_layout Plain Layout
8417 Frieda
8418 \end_layout
8419
8420 \end_inset
8421 </cell>
8422 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8423 \begin_inset Text
8424
8425 \begin_layout Plain Layout
8426 111
8427 \end_layout
8428
8429 \end_inset
8430 </cell>
8431 </row>
8432 <row>
8433 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8434 \begin_inset Text
8435
8436 \begin_layout Plain Layout
8437
8438 \series bold
8439 Vieider
8440 \end_layout
8441
8442 \end_inset
8443 </cell>
8444 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8445 \begin_inset Text
8446
8447 \begin_layout Plain Layout
8448 Hilde
8449 \end_layout
8450
8451 \end_inset
8452 </cell>
8453 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8454 \begin_inset Text
8455
8456 \begin_layout Plain Layout
8457 111
8458 \end_layout
8459
8460 \end_inset
8461 </cell>
8462 </row>
8463 <row>
8464 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8465 \begin_inset Text
8466
8467 \begin_layout Plain Layout
8468
8469 \series bold
8470 Vigna
8471 \end_layout
8472
8473 \end_inset
8474 </cell>
8475 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8476 \begin_inset Text
8477
8478 \begin_layout Plain Layout
8479 Jürgen
8480 \end_layout
8481
8482 \end_inset
8483 </cell>
8484 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8485 \begin_inset Text
8486
8487 \begin_layout Plain Layout
8488 111
8489 \end_layout
8490
8491 \end_inset
8492 </cell>
8493 </row>
8494 <row>
8495 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8496 \begin_inset Text
8497
8498 \begin_layout Plain Layout
8499
8500 \series bold
8501 Weber
8502 \end_layout
8503
8504 \end_inset
8505 </cell>
8506 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8507 \begin_inset Text
8508
8509 \begin_layout Plain Layout
8510 Maurizio
8511 \end_layout
8512
8513 \end_inset
8514 </cell>
8515 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8516 \begin_inset Text
8517
8518 \begin_layout Plain Layout
8519 111
8520 \end_layout
8521
8522 \end_inset
8523 </cell>
8524 </row>
8525 <row>
8526 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
8527 \begin_inset Text
8528
8529 \begin_layout Plain Layout
8530
8531 \series bold
8532 Winkler
8533 \end_layout
8534
8535 \end_inset
8536 </cell>
8537 <cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
8538 \begin_inset Text
8539
8540 \begin_layout Plain Layout
8541 Franz
8542 \end_layout
8543
8544 \end_inset
8545 </cell>
8546 <cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
8547 \begin_inset Text
8548
8549 \begin_layout Plain Layout
8550 111
8551 \end_layout
8552
8553 \end_inset
8554 </cell>
8555 </row>
8556 <row>
8557 <cell multicolumn="1" alignment="left" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
8558 \begin_inset Text
8559
8560 \begin_layout Plain Layout
8561  
8562 \end_layout
8563
8564 \end_inset
8565 </cell>
8566 <cell multicolumn="2" alignment="center" valignment="top" topline="true" usebox="none">
8567 \begin_inset Text
8568
8569 \begin_layout Plain Layout
8570
8571 \end_layout
8572
8573 \end_inset
8574 </cell>
8575 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
8576 \begin_inset Text
8577
8578 \begin_layout Plain Layout
8579
8580 \end_layout
8581
8582 \end_inset
8583 </cell>
8584 </row>
8585 <row>
8586 <cell alignment="left" valignment="top" leftline="true" usebox="none">
8587 \begin_inset Text
8588
8589 \begin_layout Plain Layout
8590
8591 \series bold
8592 Annovi
8593 \end_layout
8594
8595 \end_inset
8596 </cell>
8597 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8598 \begin_inset Text
8599
8600 \begin_layout Plain Layout
8601 Silvia
8602 \end_layout
8603
8604 \end_inset
8605 </cell>
8606 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8607 \begin_inset Text
8608
8609 \begin_layout Plain Layout
8610 555
8611 \end_layout
8612
8613 \end_inset
8614 </cell>
8615 </row>
8616 <row>
8617 <cell alignment="left" valignment="top" leftline="true" usebox="none">
8618 \begin_inset Text
8619
8620 \begin_layout Plain Layout
8621
8622 \series bold
8623 Bertoli
8624 \end_layout
8625
8626 \end_inset
8627 </cell>
8628 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8629 \begin_inset Text
8630
8631 \begin_layout Plain Layout
8632 Stefano
8633 \end_layout
8634
8635 \end_inset
8636 </cell>
8637 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8638 \begin_inset Text
8639
8640 \begin_layout Plain Layout
8641 555
8642 \end_layout
8643
8644 \end_inset
8645 </cell>
8646 </row>
8647 <row>
8648 <cell alignment="left" valignment="top" leftline="true" usebox="none">
8649 \begin_inset Text
8650
8651 \begin_layout Plain Layout
8652
8653 \series bold
8654 Bozzi
8655 \end_layout
8656
8657 \end_inset
8658 </cell>
8659 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8660 \begin_inset Text
8661
8662 \begin_layout Plain Layout
8663 Walter
8664 \end_layout
8665
8666 \end_inset
8667 </cell>
8668 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8669 \begin_inset Text
8670
8671 \begin_layout Plain Layout
8672 555
8673 \end_layout
8674
8675 \end_inset
8676 </cell>
8677 </row>
8678 <row>
8679 <cell alignment="left" valignment="top" leftline="true" usebox="none">
8680 \begin_inset Text
8681
8682 \begin_layout Plain Layout
8683
8684 \series bold
8685 Cachia
8686 \end_layout
8687
8688 \end_inset
8689 </cell>
8690 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8691 \begin_inset Text
8692
8693 \begin_layout Plain Layout
8694 Maria
8695 \end_layout
8696
8697 \end_inset
8698 </cell>
8699 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8700 \begin_inset Text
8701
8702 \begin_layout Plain Layout
8703 555
8704 \end_layout
8705
8706 \end_inset
8707 </cell>
8708 </row>
8709 <row>
8710 <cell alignment="left" valignment="top" leftline="true" usebox="none">
8711 \begin_inset Text
8712
8713 \begin_layout Plain Layout
8714
8715 \series bold
8716 Cachia
8717 \end_layout
8718
8719 \end_inset
8720 </cell>
8721 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8722 \begin_inset Text
8723
8724 \begin_layout Plain Layout
8725 Maurizio
8726 \end_layout
8727
8728 \end_inset
8729 </cell>
8730 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8731 \begin_inset Text
8732
8733 \begin_layout Plain Layout
8734 555
8735 \end_layout
8736
8737 \end_inset
8738 </cell>
8739 </row>
8740 <row>
8741 <cell alignment="left" valignment="top" leftline="true" usebox="none">
8742 \begin_inset Text
8743
8744 \begin_layout Plain Layout
8745
8746 \series bold
8747 Cinquemani
8748 \end_layout
8749
8750 \end_inset
8751 </cell>
8752 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8753 \begin_inset Text
8754
8755 \begin_layout Plain Layout
8756 Giusi
8757 \end_layout
8758
8759 \end_inset
8760 </cell>
8761 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8762 \begin_inset Text
8763
8764 \begin_layout Plain Layout
8765 555
8766 \end_layout
8767
8768 \end_inset
8769 </cell>
8770 </row>
8771 <row>
8772 <cell alignment="left" valignment="top" leftline="true" usebox="none">
8773 \begin_inset Text
8774
8775 \begin_layout Plain Layout
8776
8777 \series bold
8778 Colin
8779 \end_layout
8780
8781 \end_inset
8782 </cell>
8783 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8784 \begin_inset Text
8785
8786 \begin_layout Plain Layout
8787 Bernard
8788 \end_layout
8789
8790 \end_inset
8791 </cell>
8792 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8793 \begin_inset Text
8794
8795 \begin_layout Plain Layout
8796 555
8797 \end_layout
8798
8799 \end_inset
8800 </cell>
8801 </row>
8802 <row>
8803 <cell alignment="left" valignment="top" leftline="true" usebox="none">
8804 \begin_inset Text
8805
8806 \begin_layout Plain Layout
8807
8808 \series bold
8809 Concli
8810 \end_layout
8811
8812 \end_inset
8813 </cell>
8814 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8815 \begin_inset Text
8816
8817 \begin_layout Plain Layout
8818 Gianfranco
8819 \end_layout
8820
8821 \end_inset
8822 </cell>
8823 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8824 \begin_inset Text
8825
8826 \begin_layout Plain Layout
8827 555
8828 \end_layout
8829
8830 \end_inset
8831 </cell>
8832 </row>
8833 <row>
8834 <cell alignment="left" valignment="top" leftline="true" usebox="none">
8835 \begin_inset Text
8836
8837 \begin_layout Plain Layout
8838
8839 \series bold
8840 Dal Bosco
8841 \end_layout
8842
8843 \end_inset
8844 </cell>
8845 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8846 \begin_inset Text
8847
8848 \begin_layout Plain Layout
8849 Carolina
8850 \end_layout
8851
8852 \end_inset
8853 </cell>
8854 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8855 \begin_inset Text
8856
8857 \begin_layout Plain Layout
8858 555
8859 \end_layout
8860
8861 \end_inset
8862 </cell>
8863 </row>
8864 <row>
8865 <cell alignment="left" valignment="top" leftline="true" usebox="none">
8866 \begin_inset Text
8867
8868 \begin_layout Plain Layout
8869
8870 \series bold
8871 Dalpiaz
8872 \end_layout
8873
8874 \end_inset
8875 </cell>
8876 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8877 \begin_inset Text
8878
8879 \begin_layout Plain Layout
8880 Annamaria
8881 \end_layout
8882
8883 \end_inset
8884 </cell>
8885 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8886 \begin_inset Text
8887
8888 \begin_layout Plain Layout
8889 555
8890 \end_layout
8891
8892 \end_inset
8893 </cell>
8894 </row>
8895 <row>
8896 <cell alignment="left" valignment="top" leftline="true" usebox="none">
8897 \begin_inset Text
8898
8899 \begin_layout Plain Layout
8900
8901 \series bold
8902 Feliciello
8903 \end_layout
8904
8905 \end_inset
8906 </cell>
8907 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8908 \begin_inset Text
8909
8910 \begin_layout Plain Layout
8911 Domenico
8912 \end_layout
8913
8914 \end_inset
8915 </cell>
8916 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8917 \begin_inset Text
8918
8919 \begin_layout Plain Layout
8920 555
8921 \end_layout
8922
8923 \end_inset
8924 </cell>
8925 </row>
8926 <row>
8927 <cell alignment="left" valignment="top" leftline="true" usebox="none">
8928 \begin_inset Text
8929
8930 \begin_layout Plain Layout
8931
8932 \series bold
8933 Focarelli
8934 \end_layout
8935
8936 \end_inset
8937 </cell>
8938 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8939 \begin_inset Text
8940
8941 \begin_layout Plain Layout
8942 Paola
8943 \end_layout
8944
8945 \end_inset
8946 </cell>
8947 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8948 \begin_inset Text
8949
8950 \begin_layout Plain Layout
8951 555
8952 \end_layout
8953
8954 \end_inset
8955 </cell>
8956 </row>
8957 <row>
8958 <cell alignment="left" valignment="top" leftline="true" usebox="none">
8959 \begin_inset Text
8960
8961 \begin_layout Plain Layout
8962
8963 \series bold
8964 Galletti
8965 \end_layout
8966
8967 \end_inset
8968 </cell>
8969 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8970 \begin_inset Text
8971
8972 \begin_layout Plain Layout
8973 Oreste
8974 \end_layout
8975
8976 \end_inset
8977 </cell>
8978 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8979 \begin_inset Text
8980
8981 \begin_layout Plain Layout
8982 555
8983 \end_layout
8984
8985 \end_inset
8986 </cell>
8987 </row>
8988 <row>
8989 <cell alignment="left" valignment="top" leftline="true" usebox="none">
8990 \begin_inset Text
8991
8992 \begin_layout Plain Layout
8993
8994 \series bold
8995 Gasparini
8996 \end_layout
8997
8998 \end_inset
8999 </cell>
9000 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9001 \begin_inset Text
9002
9003 \begin_layout Plain Layout
9004 Franca
9005 \end_layout
9006
9007 \end_inset
9008 </cell>
9009 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9010 \begin_inset Text
9011
9012 \begin_layout Plain Layout
9013 555
9014 \end_layout
9015
9016 \end_inset
9017 </cell>
9018 </row>
9019 <row>
9020 <cell alignment="left" valignment="top" leftline="true" usebox="none">
9021 \begin_inset Text
9022
9023 \begin_layout Plain Layout
9024
9025 \series bold
9026 Rizzardi
9027 \end_layout
9028
9029 \end_inset
9030 </cell>
9031 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9032 \begin_inset Text
9033
9034 \begin_layout Plain Layout
9035 Paola
9036 \end_layout
9037
9038 \end_inset
9039 </cell>
9040 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9041 \begin_inset Text
9042
9043 \begin_layout Plain Layout
9044 555
9045 \end_layout
9046
9047 \end_inset
9048 </cell>
9049 </row>
9050 <row>
9051 <cell alignment="left" valignment="top" leftline="true" usebox="none">
9052 \begin_inset Text
9053
9054 \begin_layout Plain Layout
9055
9056 \series bold
9057 Lassini
9058 \end_layout
9059
9060 \end_inset
9061 </cell>
9062 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9063 \begin_inset Text
9064
9065 \begin_layout Plain Layout
9066 Giancarlo
9067 \end_layout
9068
9069 \end_inset
9070 </cell>
9071 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9072 \begin_inset Text
9073
9074 \begin_layout Plain Layout
9075 555
9076 \end_layout
9077
9078 \end_inset
9079 </cell>
9080 </row>
9081 <row>
9082 <cell alignment="left" valignment="top" leftline="true" usebox="none">
9083 \begin_inset Text
9084
9085 \begin_layout Plain Layout
9086
9087 \series bold
9088 Malfatti
9089 \end_layout
9090
9091 \end_inset
9092 </cell>
9093 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9094 \begin_inset Text
9095
9096 \begin_layout Plain Layout
9097 Luciano
9098 \end_layout
9099
9100 \end_inset
9101 </cell>
9102 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9103 \begin_inset Text
9104
9105 \begin_layout Plain Layout
9106 555
9107 \end_layout
9108
9109 \end_inset
9110 </cell>
9111 </row>
9112 <row>
9113 <cell alignment="left" valignment="top" leftline="true" usebox="none">
9114 \begin_inset Text
9115
9116 \begin_layout Plain Layout
9117
9118 \series bold
9119 Malfatti
9120 \end_layout
9121
9122 \end_inset
9123 </cell>
9124 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9125 \begin_inset Text
9126
9127 \begin_layout Plain Layout
9128 Valeriano
9129 \end_layout
9130
9131 \end_inset
9132 </cell>
9133 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9134 \begin_inset Text
9135
9136 \begin_layout Plain Layout
9137 555
9138 \end_layout
9139
9140 \end_inset
9141 </cell>
9142 </row>
9143 <row>
9144 <cell alignment="left" valignment="top" leftline="true" usebox="none">
9145 \begin_inset Text
9146
9147 \begin_layout Plain Layout
9148
9149 \series bold
9150 Meneguzzo
9151 \end_layout
9152
9153 \end_inset
9154 </cell>
9155 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9156 \begin_inset Text
9157
9158 \begin_layout Plain Layout
9159 Roberto
9160 \end_layout
9161
9162 \end_inset
9163 </cell>
9164 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9165 \begin_inset Text
9166
9167 \begin_layout Plain Layout
9168 555
9169 \end_layout
9170
9171 \end_inset
9172 </cell>
9173 </row>
9174 <row>
9175 <cell alignment="left" valignment="top" bottomline="true" leftline="true" usebox="none">
9176 \begin_inset Text
9177
9178 \begin_layout Plain Layout
9179
9180 \series bold
9181 Mezzadra
9182 \end_layout
9183
9184 \end_inset
9185 </cell>
9186 <cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
9187 \begin_inset Text
9188
9189 \begin_layout Plain Layout
9190 Roberto
9191 \end_layout
9192
9193 \end_inset
9194 </cell>
9195 <cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
9196 \begin_inset Text
9197
9198 \begin_layout Plain Layout
9199 555
9200 \end_layout
9201
9202 \end_inset
9203 </cell>
9204 </row>
9205 </lyxtabular>
9206
9207 \end_inset
9208
9209
9210 \end_layout
9211
9212 \begin_layout Section
9213 Particularidades de las tablas largas
9214 \begin_inset CommandInset label
9215 LatexCommand label
9216 name "sec:Particularidades-tablas-largas"
9217
9218 \end_inset
9219
9220
9221 \end_layout
9222
9223 \begin_layout Subsection
9224 Cálculos
9225 \begin_inset Index idx
9226 status collapsed
9227
9228 \begin_layout Plain Layout
9229 Tablas largas ! Cálculos
9230 \end_layout
9231
9232 \end_inset
9233
9234
9235 \end_layout
9236
9237 \begin_layout Standard
9238 LaTeX calcula la altura de las páginas con tabla y sus saltos de página
9239  utilizando los denominados «trozos», que son partes de la tabla presentes
9240  en la memoria de LaTeX.
9241  El valor predeterminado está establecido a sólo 20 filas.
9242  Si estás usando tablas largas con muchas páginas, la generación del documento
9243  puede hacerse muy lenta.
9244  No hay problema en aumentar el tamaño de los trozos hasta 100-1000 añadiendo
9245  el siguiente comando en el preámbulo del documento:
9246 \end_layout
9247
9248 \begin_layout Standard
9249
9250 \series bold
9251
9252 \backslash
9253 setcounter{LTchunksize}{100}
9254 \end_layout
9255
9256 \begin_layout Subsection
9257 Flotantes y tablas largas
9258 \begin_inset Index idx
9259 status collapsed
9260
9261 \begin_layout Plain Layout
9262 Tablas largas ! Flotantes
9263 \end_layout
9264
9265 \end_inset
9266
9267
9268 \end_layout
9269
9270 \begin_layout Standard
9271 Podría haber problemas si un flotante aparece en la misma página donde comienza
9272  una tabla larga.
9273  Para evitarlo, añade un 
9274 \begin_inset Quotes fld
9275 \end_inset
9276
9277 salto de página limpia
9278 \begin_inset Quotes frd
9279 \end_inset
9280
9281  (menú 
9282 \family sans
9283 Insertar\SpecialChar \menuseparator
9284 Formato\SpecialChar \menuseparator
9285 Limpiar
9286 \begin_inset space ~
9287 \end_inset
9288
9289 página
9290 \family default
9291 ) antes de la tabla.
9292 \end_layout
9293
9294 \begin_layout Subsection
9295 Saltos de página forzados
9296 \begin_inset Index idx
9297 status collapsed
9298
9299 \begin_layout Plain Layout
9300 Tablas largas ! Saltos de página forzados
9301 \end_layout
9302
9303 \end_inset
9304
9305
9306 \end_layout
9307
9308 \begin_layout Standard
9309 Por omisión, las tablas sólo se cortan entre filas.
9310  Si tienes una celda con líneas múltiples y necesitas un salto de página
9311  dentro de la celda, inserta el comando de nueva línea «
9312 \series bold
9313
9314 \backslash
9315
9316 \backslash
9317
9318 \series default
9319 » en código TeX en el punto en que quieras cortar.
9320  Antes del comando «
9321 \series bold
9322
9323 \backslash
9324
9325 \backslash
9326
9327 \series default
9328 » debes insertar en código TeX tantos caracteres «
9329 \series bold
9330 &
9331 \series default
9332 » como columnas siguientes de la tabla.
9333  
9334 \series bold
9335 &
9336 \series default
9337  es el carácter para separar celdas.
9338  Escribe en código TeX después de cada 
9339 \series bold
9340 &
9341 \series default
9342  el contenido de la celda siguiente correspondiente y borra el contenido
9343  de esas celdas.
9344 \begin_inset Newline newline
9345 \end_inset
9346
9347 Detrás del comando 
9348 \series bold
9349
9350 \backslash
9351
9352 \backslash
9353
9354 \series default
9355 , inserta tantos 
9356 \series bold
9357 &
9358 \series default
9359  como columnas haya delante de la actual.
9360  En la tabla
9361 \begin_inset space ~
9362 \end_inset
9363
9364
9365 \begin_inset CommandInset ref
9366 LatexCommand ref
9367 reference "tab:Saltos de Página Forzados"
9368
9369 \end_inset
9370
9371  la celda que debería cortarse está en la segunda columna seguida de otra
9372  columna.
9373  Por eso, el siguiente comando se inserta en la celda en código TeX detrás
9374  de «
9375 \emph on
9376 Castelchiodato,
9377 \emph default
9378 »:
9379 \end_layout
9380
9381 \begin_layout Standard
9382
9383 \series bold
9384 & 111
9385 \backslash
9386
9387 \backslash
9388  
9389 \backslash
9390 newpage
9391 \begin_inset Newline newline
9392 \end_inset
9393
9394 &
9395 \end_layout
9396
9397 \begin_layout Standard
9398 El «111» en la tercera columna de la fila se ha borrado.
9399
9400 \series bold
9401  
9402 \backslash
9403 newpage 
9404 \series default
9405 es necesario solo si en esta posición debiera ir definitivamente un salto
9406  de página, de otro modo es sólamente una posibilidad de salto.
9407  Si la fila más baja de la tabla larga no tiene, por alguna razón, línea
9408  superior pero quisieras una línea horizontal donde se corta la celda, usa
9409  este comando alternativo:
9410 \end_layout
9411
9412 \begin_layout Standard
9413
9414 \series bold
9415 & 111
9416 \backslash
9417
9418 \backslash
9419
9420 \begin_inset Newline newline
9421 \end_inset
9422
9423
9424 \backslash
9425 hline &
9426 \end_layout
9427
9428 \begin_layout Standard
9429 Cuando la celda a cortar está en la última columna, el comando
9430 \end_layout
9431
9432 \begin_layout Standard
9433
9434 \series bold
9435
9436 \backslash
9437 setlength{
9438 \backslash
9439 parfillskip}{0pt}
9440 \end_layout
9441
9442 \begin_layout Standard
9443 debe insertarse en código TeX al principio de la celda.
9444  Esto garantiza que la parte de la celda que será mostrada en la nueva página
9445  aparecerá con toda su anchura.
9446 \end_layout
9447
9448 \begin_layout Standard
9449 \align center
9450 \begin_inset Tabular
9451 <lyxtabular version="3" rows="38" columns="3">
9452 <features islongtable="true" lastFootEmpty="true" longtabularalignment="center">
9453 <column alignment="left" valignment="top" width="0cm">
9454 <column alignment="left" valignment="top" width="3cm">
9455 <column alignment="right" valignment="top" width="0pt">
9456 <row caption="true">
9457 <cell multicolumn="1" alignment="left" valignment="top" usebox="none">
9458 \begin_inset Text
9459
9460 \begin_layout Plain Layout
9461 \begin_inset Caption
9462
9463 \begin_layout Plain Layout
9464 Tabla con salto de página forzado en celda
9465 \begin_inset CommandInset label
9466 LatexCommand label
9467 name "tab:Saltos de Página Forzados"
9468
9469 \end_inset
9470
9471
9472 \begin_inset Argument
9473 status collapsed
9474
9475 \begin_layout Plain Layout
9476 Tabla con salto de página forzado en celda
9477 \end_layout
9478
9479 \end_inset
9480
9481
9482 \end_layout
9483
9484 \end_inset
9485
9486
9487 \end_layout
9488
9489 \end_inset
9490 </cell>
9491 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
9492 \begin_inset Text
9493
9494 \begin_layout Plain Layout
9495
9496 \end_layout
9497
9498 \end_inset
9499 </cell>
9500 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
9501 \begin_inset Text
9502
9503 \begin_layout Plain Layout
9504
9505 \end_layout
9506
9507 \end_inset
9508 </cell>
9509 </row>
9510 <row endfirsthead="true">
9511 <cell multicolumn="1" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
9512 \begin_inset Text
9513
9514 \begin_layout Plain Layout
9515
9516 \series bold
9517 Ejemplo de lista telefónica (ignore los nombres)
9518 \end_layout
9519
9520 \end_inset
9521 </cell>
9522 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
9523 \begin_inset Text
9524
9525 \begin_layout Plain Layout
9526
9527 \end_layout
9528
9529 \end_inset
9530 </cell>
9531 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
9532 \begin_inset Text
9533
9534 \begin_layout Plain Layout
9535
9536 \end_layout
9537
9538 \end_inset
9539 </cell>
9540 </row>
9541 <row endfirsthead="true">
9542 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
9543 \begin_inset Text
9544
9545 \begin_layout Plain Layout
9546
9547 \series bold
9548 NOMBRE
9549 \end_layout
9550
9551 \end_inset
9552 </cell>
9553 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
9554 \begin_inset Text
9555
9556 \begin_layout Plain Layout
9557
9558 \end_layout
9559
9560 \end_inset
9561 </cell>
9562 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
9563 \begin_inset Text
9564
9565 \begin_layout Plain Layout
9566
9567 \series bold
9568 TEL.
9569 \end_layout
9570
9571 \end_inset
9572 </cell>
9573 </row>
9574 <row endhead="true">
9575 <cell alignment="center" valignment="top" leftline="true" usebox="none">
9576 \begin_inset Text
9577
9578 \begin_layout Plain Layout
9579 \begin_inset ERT
9580 status collapsed
9581
9582 \begin_layout Plain Layout
9583
9584
9585 \backslash
9586 caption*{continúa Ejemplo de lista telefónica}
9587 \backslash
9588
9589 \backslash
9590 %
9591 \end_layout
9592
9593 \end_inset
9594
9595
9596 \end_layout
9597
9598 \end_inset
9599 </cell>
9600 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9601 \begin_inset Text
9602
9603 \begin_layout Plain Layout
9604
9605 \end_layout
9606
9607 \end_inset
9608 </cell>
9609 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9610 \begin_inset Text
9611
9612 \begin_layout Plain Layout
9613
9614 \end_layout
9615
9616 \end_inset
9617 </cell>
9618 </row>
9619 <row endhead="true">
9620 <cell multicolumn="1" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
9621 \begin_inset Text
9622
9623 \begin_layout Plain Layout
9624  
9625 \series bold
9626 Ejemplo de lista telefónica
9627 \end_layout
9628
9629 \end_inset
9630 </cell>
9631 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
9632 \begin_inset Text
9633
9634 \begin_layout Plain Layout
9635
9636 \end_layout
9637
9638 \end_inset
9639 </cell>
9640 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
9641 \begin_inset Text
9642
9643 \begin_layout Plain Layout
9644
9645 \end_layout
9646
9647 \end_inset
9648 </cell>
9649 </row>
9650 <row endhead="true">
9651 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
9652 \begin_inset Text
9653
9654 \begin_layout Plain Layout
9655
9656 \series bold
9657 NOMBRE
9658 \end_layout
9659
9660 \end_inset
9661 </cell>
9662 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
9663 \begin_inset Text
9664
9665 \begin_layout Plain Layout
9666
9667 \end_layout
9668
9669 \end_inset
9670 </cell>
9671 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
9672 \begin_inset Text
9673
9674 \begin_layout Plain Layout
9675
9676 \series bold
9677 TEL.
9678 \end_layout
9679
9680 \end_inset
9681 </cell>
9682 </row>
9683 <row endfoot="true">
9684 <cell multicolumn="1" alignment="right" valignment="top" usebox="none">
9685 \begin_inset Text
9686
9687 \begin_layout Plain Layout
9688 continúa en página siguiente
9689 \end_layout
9690
9691 \end_inset
9692 </cell>
9693 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
9694 \begin_inset Text
9695
9696 \begin_layout Plain Layout
9697
9698 \end_layout
9699
9700 \end_inset
9701 </cell>
9702 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
9703 \begin_inset Text
9704
9705 \begin_layout Plain Layout
9706
9707 \end_layout
9708
9709 \end_inset
9710 </cell>
9711 </row>
9712 <row>
9713 <cell alignment="center" valignment="top" leftline="true" usebox="none">
9714 \begin_inset Text
9715
9716 \begin_layout Plain Layout
9717
9718 \series bold
9719 Annovi
9720 \end_layout
9721
9722 \end_inset
9723 </cell>
9724 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9725 \begin_inset Text
9726
9727 \begin_layout Plain Layout
9728 Silvia
9729 \end_layout
9730
9731 \end_inset
9732 </cell>
9733 <cell alignment="right" valignment="top" rightline="true" usebox="none">
9734 \begin_inset Text
9735
9736 \begin_layout Plain Layout
9737 111
9738 \end_layout
9739
9740 \end_inset
9741 </cell>
9742 </row>
9743 <row>
9744 <cell alignment="center" valignment="top" leftline="true" usebox="none">
9745 \begin_inset Text
9746
9747 \begin_layout Plain Layout
9748
9749 \series bold
9750 Bertoli
9751 \end_layout
9752
9753 \end_inset
9754 </cell>
9755 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9756 \begin_inset Text
9757
9758 \begin_layout Plain Layout
9759 Stefano
9760 \end_layout
9761
9762 \end_inset
9763 </cell>
9764 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9765 \begin_inset Text
9766
9767 \begin_layout Plain Layout
9768 111
9769 \end_layout
9770
9771 \end_inset
9772 </cell>
9773 </row>
9774 <row>
9775 <cell alignment="center" valignment="top" leftline="true" usebox="none">
9776 \begin_inset Text
9777
9778 \begin_layout Plain Layout
9779
9780 \series bold
9781 Bozzi
9782 \end_layout
9783
9784 \end_inset
9785 </cell>
9786 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9787 \begin_inset Text
9788
9789 \begin_layout Plain Layout
9790 Walter
9791 \end_layout
9792
9793 \end_inset
9794 </cell>
9795 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9796 \begin_inset Text
9797
9798 \begin_layout Plain Layout
9799 111
9800 \end_layout
9801
9802 \end_inset
9803 </cell>
9804 </row>
9805 <row>
9806 <cell alignment="center" valignment="top" leftline="true" usebox="none">
9807 \begin_inset Text
9808
9809 \begin_layout Plain Layout
9810
9811 \series bold
9812 Cachia
9813 \end_layout
9814
9815 \end_inset
9816 </cell>
9817 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9818 \begin_inset Text
9819
9820 \begin_layout Plain Layout
9821 Maria
9822 \end_layout
9823
9824 \end_inset
9825 </cell>
9826 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9827 \begin_inset Text
9828
9829 \begin_layout Plain Layout
9830 111
9831 \end_layout
9832
9833 \end_inset
9834 </cell>
9835 </row>
9836 <row>
9837 <cell alignment="center" valignment="top" leftline="true" usebox="none">
9838 \begin_inset Text
9839
9840 \begin_layout Plain Layout
9841
9842 \series bold
9843 Cachia
9844 \end_layout
9845
9846 \end_inset
9847 </cell>
9848 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9849 \begin_inset Text
9850
9851 \begin_layout Plain Layout
9852 Maurizio
9853 \end_layout
9854
9855 \end_inset
9856 </cell>
9857 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9858 \begin_inset Text
9859
9860 \begin_layout Plain Layout
9861 111
9862 \end_layout
9863
9864 \end_inset
9865 </cell>
9866 </row>
9867 <row>
9868 <cell alignment="center" valignment="top" leftline="true" usebox="none">
9869 \begin_inset Text
9870
9871 \begin_layout Plain Layout
9872
9873 \series bold
9874 Cinquemani
9875 \end_layout
9876
9877 \end_inset
9878 </cell>
9879 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9880 \begin_inset Text
9881
9882 \begin_layout Plain Layout
9883 Giusi
9884 \end_layout
9885
9886 \end_inset
9887 </cell>
9888 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9889 \begin_inset Text
9890
9891 \begin_layout Plain Layout
9892 111
9893 \end_layout
9894
9895 \end_inset
9896 </cell>
9897 </row>
9898 <row>
9899 <cell alignment="center" valignment="top" leftline="true" usebox="none">
9900 \begin_inset Text
9901
9902 \begin_layout Plain Layout
9903
9904 \series bold
9905 Colin
9906 \end_layout
9907
9908 \end_inset
9909 </cell>
9910 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9911 \begin_inset Text
9912
9913 \begin_layout Plain Layout
9914 Bernard
9915 \end_layout
9916
9917 \end_inset
9918 </cell>
9919 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9920 \begin_inset Text
9921
9922 \begin_layout Plain Layout
9923 111
9924 \end_layout
9925
9926 \end_inset
9927 </cell>
9928 </row>
9929 <row>
9930 <cell alignment="center" valignment="top" leftline="true" usebox="none">
9931 \begin_inset Text
9932
9933 \begin_layout Plain Layout
9934
9935 \series bold
9936 Concli
9937 \end_layout
9938
9939 \end_inset
9940 </cell>
9941 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9942 \begin_inset Text
9943
9944 \begin_layout Plain Layout
9945 Gianfranco
9946 \end_layout
9947
9948 \end_inset
9949 </cell>
9950 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9951 \begin_inset Text
9952
9953 \begin_layout Plain Layout
9954 111
9955 \end_layout
9956
9957 \end_inset
9958 </cell>
9959 </row>
9960 <row>
9961 <cell alignment="center" valignment="top" leftline="true" usebox="none">
9962 \begin_inset Text
9963
9964 \begin_layout Plain Layout
9965
9966 \series bold
9967 Dal Bosco
9968 \end_layout
9969
9970 \end_inset
9971 </cell>
9972 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9973 \begin_inset Text
9974
9975 \begin_layout Plain Layout
9976 Carolina
9977 \end_layout
9978
9979 \end_inset
9980 </cell>
9981 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9982 \begin_inset Text
9983
9984 \begin_layout Plain Layout
9985 111
9986 \end_layout
9987
9988 \end_inset
9989 </cell>
9990 </row>
9991 <row>
9992 <cell alignment="center" valignment="top" leftline="true" usebox="none">
9993 \begin_inset Text
9994
9995 \begin_layout Plain Layout
9996
9997 \series bold
9998 Dalpiaz
9999 \end_layout
10000
10001 \end_inset
10002 </cell>
10003 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10004 \begin_inset Text
10005
10006 \begin_layout Plain Layout
10007 Annamaria
10008 \end_layout
10009
10010 \end_inset
10011 </cell>
10012 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10013 \begin_inset Text
10014
10015 \begin_layout Plain Layout
10016 111
10017 \end_layout
10018
10019 \end_inset
10020 </cell>
10021 </row>
10022 <row>
10023 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10024 \begin_inset Text
10025
10026 \begin_layout Plain Layout
10027
10028 \series bold
10029 Feliciello
10030 \end_layout
10031
10032 \end_inset
10033 </cell>
10034 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10035 \begin_inset Text
10036
10037 \begin_layout Plain Layout
10038 Domenico
10039 \end_layout
10040
10041 \end_inset
10042 </cell>
10043 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10044 \begin_inset Text
10045
10046 \begin_layout Plain Layout
10047 111
10048 \end_layout
10049
10050 \end_inset
10051 </cell>
10052 </row>
10053 <row>
10054 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10055 \begin_inset Text
10056
10057 \begin_layout Plain Layout
10058
10059 \series bold
10060 Focarelli
10061 \end_layout
10062
10063 \end_inset
10064 </cell>
10065 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10066 \begin_inset Text
10067
10068 \begin_layout Plain Layout
10069 Paola
10070 \end_layout
10071
10072 \end_inset
10073 </cell>
10074 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10075 \begin_inset Text
10076
10077 \begin_layout Plain Layout
10078 111
10079 \end_layout
10080
10081 \end_inset
10082 </cell>
10083 </row>
10084 <row>
10085 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10086 \begin_inset Text
10087
10088 \begin_layout Plain Layout
10089
10090 \series bold
10091 Galletti
10092 \end_layout
10093
10094 \end_inset
10095 </cell>
10096 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10097 \begin_inset Text
10098
10099 \begin_layout Plain Layout
10100 Oreste
10101 \end_layout
10102
10103 \end_inset
10104 </cell>
10105 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10106 \begin_inset Text
10107
10108 \begin_layout Plain Layout
10109 111
10110 \end_layout
10111
10112 \end_inset
10113 </cell>
10114 </row>
10115 <row>
10116 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10117 \begin_inset Text
10118
10119 \begin_layout Plain Layout
10120
10121 \series bold
10122 Gasparini
10123 \end_layout
10124
10125 \end_inset
10126 </cell>
10127 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10128 \begin_inset Text
10129
10130 \begin_layout Plain Layout
10131 Franca
10132 \end_layout
10133
10134 \end_inset
10135 </cell>
10136 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10137 \begin_inset Text
10138
10139 \begin_layout Plain Layout
10140 111
10141 \end_layout
10142
10143 \end_inset
10144 </cell>
10145 </row>
10146 <row>
10147 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10148 \begin_inset Text
10149
10150 \begin_layout Plain Layout
10151
10152 \series bold
10153 Lassini
10154 \end_layout
10155
10156 \end_inset
10157 </cell>
10158 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10159 \begin_inset Text
10160
10161 \begin_layout Plain Layout
10162 Giancarlo
10163 \end_layout
10164
10165 \end_inset
10166 </cell>
10167 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10168 \begin_inset Text
10169
10170 \begin_layout Plain Layout
10171
10172 \end_layout
10173
10174 \end_inset
10175 </cell>
10176 </row>
10177 <row>
10178 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10179 \begin_inset Text
10180
10181 \begin_layout Plain Layout
10182
10183 \series bold
10184 Malfatti
10185 \end_layout
10186
10187 \end_inset
10188 </cell>
10189 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10190 \begin_inset Text
10191
10192 \begin_layout Plain Layout
10193 Luciano
10194 \end_layout
10195
10196 \end_inset
10197 </cell>
10198 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10199 \begin_inset Text
10200
10201 \begin_layout Plain Layout
10202 111
10203 \end_layout
10204
10205 \end_inset
10206 </cell>
10207 </row>
10208 <row>
10209 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10210 \begin_inset Text
10211
10212 \begin_layout Plain Layout
10213
10214 \series bold
10215 Malfatti
10216 \end_layout
10217
10218 \end_inset
10219 </cell>
10220 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10221 \begin_inset Text
10222
10223 \begin_layout Plain Layout
10224 Valeriano
10225 \end_layout
10226
10227 \end_inset
10228 </cell>
10229 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10230 \begin_inset Text
10231
10232 \begin_layout Plain Layout
10233 111
10234 \end_layout
10235
10236 \end_inset
10237 </cell>
10238 </row>
10239 <row>
10240 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10241 \begin_inset Text
10242
10243 \begin_layout Plain Layout
10244
10245 \series bold
10246 Meneguzzo
10247 \end_layout
10248
10249 \end_inset
10250 </cell>
10251 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10252 \begin_inset Text
10253
10254 \begin_layout Plain Layout
10255 Roberto
10256 \end_layout
10257
10258 \end_inset
10259 </cell>
10260 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10261 \begin_inset Text
10262
10263 \begin_layout Plain Layout
10264 111
10265 \end_layout
10266
10267 \end_inset
10268 </cell>
10269 </row>
10270 <row>
10271 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10272 \begin_inset Text
10273
10274 \begin_layout Plain Layout
10275
10276 \series bold
10277 Mezzadra
10278 \end_layout
10279
10280 \end_inset
10281 </cell>
10282 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10283 \begin_inset Text
10284
10285 \begin_layout Plain Layout
10286 Roberto
10287 \end_layout
10288
10289 \end_inset
10290 </cell>
10291 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10292 \begin_inset Text
10293
10294 \begin_layout Plain Layout
10295 111
10296 \end_layout
10297
10298 \end_inset
10299 </cell>
10300 </row>
10301 <row>
10302 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10303 \begin_inset Text
10304
10305 \begin_layout Plain Layout
10306
10307 \series bold
10308 Pirpamer
10309 \end_layout
10310
10311 \end_inset
10312 </cell>
10313 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10314 \begin_inset Text
10315
10316 \begin_layout Plain Layout
10317 Erich
10318 \end_layout
10319
10320 \end_inset
10321 </cell>
10322 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10323 \begin_inset Text
10324
10325 \begin_layout Plain Layout
10326 111
10327 \end_layout
10328
10329 \end_inset
10330 </cell>
10331 </row>
10332 <row>
10333 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10334 \begin_inset Text
10335
10336 \begin_layout Plain Layout
10337
10338 \series bold
10339 Pochiesa
10340 \end_layout
10341
10342 \end_inset
10343 </cell>
10344 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10345 \begin_inset Text
10346
10347 \begin_layout Plain Layout
10348 Paolo
10349 \end_layout
10350
10351 \end_inset
10352 </cell>
10353 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10354 \begin_inset Text
10355
10356 \begin_layout Plain Layout
10357 111, 222
10358 \end_layout
10359
10360 \end_inset
10361 </cell>
10362 </row>
10363 <row>
10364 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10365 \begin_inset Text
10366
10367 \begin_layout Plain Layout
10368
10369 \series bold
10370 Radina
10371 \end_layout
10372
10373 \end_inset
10374 </cell>
10375 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10376 \begin_inset Text
10377
10378 \begin_layout Plain Layout
10379 Claudio
10380 \end_layout
10381
10382 \end_inset
10383 </cell>
10384 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10385 \begin_inset Text
10386
10387 \begin_layout Plain Layout
10388 111
10389 \end_layout
10390
10391 \end_inset
10392 </cell>
10393 </row>
10394 <row>
10395 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10396 \begin_inset Text
10397
10398 \begin_layout Plain Layout
10399
10400 \series bold
10401 Rizzardi
10402 \end_layout
10403
10404 \end_inset
10405 </cell>
10406 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10407 \begin_inset Text
10408
10409 \begin_layout Plain Layout
10410 Paolo, 11.
10411  Fürst von Montecompatri, 11.
10412  Fürst von Sulmona und Vivaro, 10.
10413  Fürst von Rossano, 5.
10414  Herzog von Canemorte, 11.
10415  Herzog von Palombara, 5.
10416  Herzog von Castelchiodato,
10417 \begin_inset ERT
10418 status open
10419
10420 \begin_layout Plain Layout
10421
10422 & 111
10423 \backslash
10424
10425 \backslash
10426  
10427 \backslash
10428 newpage
10429 \end_layout
10430
10431 \begin_layout Plain Layout
10432
10433 &
10434 \end_layout
10435
10436 \end_inset
10437
10438  11.
10439  Herzog von Poggionativo, 11.
10440  Markis von Mentana, Norma, Civitella, Pratica, Moricone und Percille, 11.
10441  Graf von Valinfreda, 11.
10442  Baron von Cropalati, 11.
10443  Herr von Scarpa, Edelmann von Rom, Patrizier von Venedig, Neapel und Genua
10444 \end_layout
10445
10446 \end_inset
10447 </cell>
10448 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10449 \begin_inset Text
10450
10451 \begin_layout Plain Layout
10452 111
10453 \end_layout
10454
10455 \end_inset
10456 </cell>
10457 </row>
10458 <row>
10459 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10460 \begin_inset Text
10461
10462 \begin_layout Plain Layout
10463
10464 \series bold
10465 Stuffer
10466 \end_layout
10467
10468 \end_inset
10469 </cell>
10470 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10471 \begin_inset Text
10472
10473 \begin_layout Plain Layout
10474 Oskar
10475 \end_layout
10476
10477 \end_inset
10478 </cell>
10479 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10480 \begin_inset Text
10481
10482 \begin_layout Plain Layout
10483 111
10484 \end_layout
10485
10486 \end_inset
10487 </cell>
10488 </row>
10489 <row>
10490 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10491 \begin_inset Text
10492
10493 \begin_layout Plain Layout
10494
10495 \series bold
10496 Tacchelli
10497 \end_layout
10498
10499 \end_inset
10500 </cell>
10501 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10502 \begin_inset Text
10503
10504 \begin_layout Plain Layout
10505 Ugo
10506 \end_layout
10507
10508 \end_inset
10509 </cell>
10510 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10511 \begin_inset Text
10512
10513 \begin_layout Plain Layout
10514 111
10515 \end_layout
10516
10517 \end_inset
10518 </cell>
10519 </row>
10520 <row>
10521 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10522 \begin_inset Text
10523
10524 \begin_layout Plain Layout
10525
10526 \series bold
10527 Tezzele
10528 \end_layout
10529
10530 \end_inset
10531 </cell>
10532 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10533 \begin_inset Text
10534
10535 \begin_layout Plain Layout
10536 Margit
10537 \end_layout
10538
10539 \end_inset
10540 </cell>
10541 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10542 \begin_inset Text
10543
10544 \begin_layout Plain Layout
10545 111
10546 \end_layout
10547
10548 \end_inset
10549 </cell>
10550 </row>
10551 <row>
10552 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10553 \begin_inset Text
10554
10555 \begin_layout Plain Layout
10556
10557 \series bold
10558 Unterkalmsteiner
10559 \end_layout
10560
10561 \end_inset
10562 </cell>
10563 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10564 \begin_inset Text
10565
10566 \begin_layout Plain Layout
10567 Frieda
10568 \end_layout
10569
10570 \end_inset
10571 </cell>
10572 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10573 \begin_inset Text
10574
10575 \begin_layout Plain Layout
10576 111
10577 \end_layout
10578
10579 \end_inset
10580 </cell>
10581 </row>
10582 <row>
10583 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10584 \begin_inset Text
10585
10586 \begin_layout Plain Layout
10587
10588 \series bold
10589 Vieider
10590 \end_layout
10591
10592 \end_inset
10593 </cell>
10594 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10595 \begin_inset Text
10596
10597 \begin_layout Plain Layout
10598 Hilde
10599 \end_layout
10600
10601 \end_inset
10602 </cell>
10603 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10604 \begin_inset Text
10605
10606 \begin_layout Plain Layout
10607 111
10608 \end_layout
10609
10610 \end_inset
10611 </cell>
10612 </row>
10613 <row>
10614 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10615 \begin_inset Text
10616
10617 \begin_layout Plain Layout
10618
10619 \series bold
10620 Vigna
10621 \end_layout
10622
10623 \end_inset
10624 </cell>
10625 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10626 \begin_inset Text
10627
10628 \begin_layout Plain Layout
10629 Jürgen
10630 \end_layout
10631
10632 \end_inset
10633 </cell>
10634 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10635 \begin_inset Text
10636
10637 \begin_layout Plain Layout
10638 111
10639 \end_layout
10640
10641 \end_inset
10642 </cell>
10643 </row>
10644 <row>
10645 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10646 \begin_inset Text
10647
10648 \begin_layout Plain Layout
10649
10650 \series bold
10651 Weber
10652 \end_layout
10653
10654 \end_inset
10655 </cell>
10656 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10657 \begin_inset Text
10658
10659 \begin_layout Plain Layout
10660 Maurizio
10661 \end_layout
10662
10663 \end_inset
10664 </cell>
10665 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10666 \begin_inset Text
10667
10668 \begin_layout Plain Layout
10669 111
10670 \end_layout
10671
10672 \end_inset
10673 </cell>
10674 </row>
10675 <row>
10676 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
10677 \begin_inset Text
10678
10679 \begin_layout Plain Layout
10680
10681 \series bold
10682 Winkler
10683 \end_layout
10684
10685 \end_inset
10686 </cell>
10687 <cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
10688 \begin_inset Text
10689
10690 \begin_layout Plain Layout
10691 Franz
10692 \end_layout
10693
10694 \end_inset
10695 </cell>
10696 <cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
10697 \begin_inset Text
10698
10699 \begin_layout Plain Layout
10700 111
10701 \end_layout
10702
10703 \end_inset
10704 </cell>
10705 </row>
10706 </lyxtabular>
10707
10708 \end_inset
10709
10710
10711 \end_layout
10712
10713 \begin_layout Section
10714 Líneas múltiples en columnas y filas
10715 \end_layout
10716
10717 \begin_layout Subsection
10718 Líneas múltiples en celdas
10719 \begin_inset CommandInset label
10720 LatexCommand label
10721 name "sub:Líneas-Múltiples-en"
10722
10723 \end_inset
10724
10725
10726 \begin_inset Index idx
10727 status collapsed
10728
10729 \begin_layout Plain Layout
10730 Lineas@Líneas múltiples en celdas
10731 \end_layout
10732
10733 \end_inset
10734
10735
10736 \begin_inset Index idx
10737 status collapsed
10738
10739 \begin_layout Plain Layout
10740 Tablas ! Saltos de línea
10741 \end_layout
10742
10743 \end_inset
10744
10745
10746 \end_layout
10747
10748 \begin_layout Standard
10749 \noindent
10750 \begin_inset Float table
10751 placement H
10752 wide false
10753 sideways false
10754 status open
10755
10756 \begin_layout Plain Layout
10757 \begin_inset Caption
10758
10759 \begin_layout Plain Layout
10760 \begin_inset CommandInset label
10761 LatexCommand label
10762 name "tab:Tabla-con-múltiples"
10763
10764 \end_inset
10765
10766 Tabla con líneas múltiples en celda
10767 \end_layout
10768
10769 \end_inset
10770
10771
10772 \end_layout
10773
10774 \begin_layout Plain Layout
10775 \align center
10776 \begin_inset Tabular
10777 <lyxtabular version="3" rows="3" columns="3">
10778 <features tabularvalignment="middle">
10779 <column alignment="center" valignment="middle" width="2.5cm">
10780 <column alignment="center" valignment="middle" width="0">
10781 <column alignment="center" valignment="middle" width="0">
10782 <row>
10783 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
10784 \begin_inset Text
10785
10786 \begin_layout Plain Layout
10787 líneas
10788 \begin_inset Newline linebreak
10789 \end_inset
10790
10791 múltiples
10792 \end_layout
10793
10794 \end_inset
10795 </cell>
10796 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
10797 \begin_inset Text
10798
10799 \begin_layout Plain Layout
10800 b
10801 \end_layout
10802
10803 \end_inset
10804 </cell>
10805 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
10806 \begin_inset Text
10807
10808 \begin_layout Plain Layout
10809 c
10810 \end_layout
10811
10812 \end_inset
10813 </cell>
10814 </row>
10815 <row>
10816 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
10817 \begin_inset Text
10818
10819 \begin_layout Plain Layout
10820 d
10821 \end_layout
10822
10823 \end_inset
10824 </cell>
10825 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
10826 \begin_inset Text
10827
10828 \begin_layout Plain Layout
10829 e
10830 \end_layout
10831
10832 \end_inset
10833 </cell>
10834 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
10835 \begin_inset Text
10836
10837 \begin_layout Plain Layout
10838 f
10839 \end_layout
10840
10841 \end_inset
10842 </cell>
10843 </row>
10844 <row>
10845 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
10846 \begin_inset Text
10847
10848 \begin_layout Plain Layout
10849 g
10850 \end_layout
10851
10852 \end_inset
10853 </cell>
10854 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
10855 \begin_inset Text
10856
10857 \begin_layout Plain Layout
10858 h
10859 \end_layout
10860
10861 \end_inset
10862 </cell>
10863 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
10864 \begin_inset Text
10865
10866 \begin_layout Plain Layout
10867 i
10868 \end_layout
10869
10870 \end_inset
10871 </cell>
10872 </row>
10873 </lyxtabular>
10874
10875 \end_inset
10876
10877
10878 \end_layout
10879
10880 \end_inset
10881
10882
10883 \end_layout
10884
10885 \begin_layout Standard
10886 Al ajustar anchura fija en una columna se habilita la entrada de texto como
10887  párrafos con varias líneas y guionado.
10888 \end_layout
10889
10890 \begin_layout Standard
10891 Para generar la tabla
10892 \begin_inset space ~
10893 \end_inset
10894
10895
10896 \begin_inset CommandInset ref
10897 LatexCommand ref
10898 reference "tab:Tabla-con-múltiples"
10899
10900 \end_inset
10901
10902 , crea una tabla 3×3, marca la primera celda y haz clic derecho sobre ella.
10903  En el diálogo que surge establece una anchura de 2.5
10904 \begin_inset space \thinspace{}
10905 \end_inset
10906
10907 cm y escoge centro en alineación vertical y horizontal.
10908  La alineación vertical se utiliza para todas las celdas de la fila.
10909  Como nuestro texto es menor de 2.5
10910 \begin_inset space \thinspace{}
10911 \end_inset
10912
10913 cm, sólo aparece una línea.
10914  Para poner dos añadimos un salto de línea justificado, (atajo 
10915 \family sans
10916 Ctrl+Mayúsculas+Retorno
10917 \family default
10918 ).
10919  Si el texto es más ancho que la celda será automáticamente dividido en
10920  líneas.
10921 \end_layout
10922
10923 \begin_layout Standard
10924 Si hay una palabra larga en una celda con anchura fija, LaTeX no puede cortarla
10925  con guión si es la primera entrada.
10926  Por eso hay que insertar algo para que dicha palabra no sea la primera
10927  entrada: añade un espacio horizontal de 0
10928 \begin_inset space \thinspace{}
10929 \end_inset
10930
10931 pt delante de la palabra.
10932  Como el espacio es 0 la salida no cambia.
10933  El cuadro
10934 \begin_inset space ~
10935 \end_inset
10936
10937
10938 \begin_inset CommandInset ref
10939 LatexCommand ref
10940 reference "tab:Tabla-con-y"
10941
10942 \end_inset
10943
10944  muestra el efecto.
10945 \end_layout
10946
10947 \begin_layout Standard
10948 \begin_inset Float table
10949 placement b
10950 wide false
10951 sideways false
10952 status open
10953
10954 \begin_layout Plain Layout
10955 \begin_inset Caption
10956
10957 \begin_layout Plain Layout
10958 \begin_inset CommandInset label
10959 LatexCommand label
10960 name "tab:Tabla-con-y"
10961
10962 \end_inset
10963
10964 Tablas con y sin guión
10965 \end_layout
10966
10967 \end_inset
10968
10969
10970 \end_layout
10971
10972 \begin_layout Plain Layout
10973 \begin_inset space \hfill{}
10974 \end_inset
10975
10976
10977 \begin_inset Tabular
10978 <lyxtabular version="3" rows="3" columns="3">
10979 <features tabularvalignment="middle">
10980 <column alignment="center" valignment="middle" width="2.5cm">
10981 <column alignment="center" valignment="middle" width="0">
10982 <column alignment="center" valignment="middle" width="0">
10983 <row>
10984 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
10985 \begin_inset Text
10986
10987 \begin_layout Plain Layout
10988 celdaconpalabramuylarga
10989 \end_layout
10990
10991 \end_inset
10992 </cell>
10993 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
10994 \begin_inset Text
10995
10996 \begin_layout Plain Layout
10997 b
10998 \end_layout
10999
11000 \end_inset
11001 </cell>
11002 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
11003 \begin_inset Text
11004
11005 \begin_layout Plain Layout
11006 c
11007 \end_layout
11008
11009 \end_inset
11010 </cell>
11011 </row>
11012 <row>
11013 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11014 \begin_inset Text
11015
11016 \begin_layout Plain Layout
11017 d
11018 \end_layout
11019
11020 \end_inset
11021 </cell>
11022 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11023 \begin_inset Text
11024
11025 \begin_layout Plain Layout
11026 e
11027 \end_layout
11028
11029 \end_inset
11030 </cell>
11031 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
11032 \begin_inset Text
11033
11034 \begin_layout Plain Layout
11035 f
11036 \end_layout
11037
11038 \end_inset
11039 </cell>
11040 </row>
11041 <row>
11042 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11043 \begin_inset Text
11044
11045 \begin_layout Plain Layout
11046 g
11047 \end_layout
11048
11049 \end_inset
11050 </cell>
11051 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11052 \begin_inset Text
11053
11054 \begin_layout Plain Layout
11055 h
11056 \end_layout
11057
11058 \end_inset
11059 </cell>
11060 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
11061 \begin_inset Text
11062
11063 \begin_layout Plain Layout
11064 i
11065 \end_layout
11066
11067 \end_inset
11068 </cell>
11069 </row>
11070 </lyxtabular>
11071
11072 \end_inset
11073
11074
11075 \begin_inset space \hfill{}
11076 \end_inset
11077
11078
11079 \begin_inset Tabular
11080 <lyxtabular version="3" rows="3" columns="3">
11081 <features tabularvalignment="middle">
11082 <column alignment="center" valignment="middle" width="2.5cm">
11083 <column alignment="center" valignment="middle" width="0">
11084 <column alignment="center" valignment="middle" width="0">
11085 <row>
11086 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11087 \begin_inset Text
11088
11089 \begin_layout Plain Layout
11090 \begin_inset space \hspace{}
11091 \length 0pt
11092 \end_inset
11093
11094 celdaconpalabramuylarga
11095 \end_layout
11096
11097 \end_inset
11098 </cell>
11099 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11100 \begin_inset Text
11101
11102 \begin_layout Plain Layout
11103 b
11104 \end_layout
11105
11106 \end_inset
11107 </cell>
11108 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
11109 \begin_inset Text
11110
11111 \begin_layout Plain Layout
11112 c
11113 \end_layout
11114
11115 \end_inset
11116 </cell>
11117 </row>
11118 <row>
11119 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11120 \begin_inset Text
11121
11122 \begin_layout Plain Layout
11123 d
11124 \end_layout
11125
11126 \end_inset
11127 </cell>
11128 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11129 \begin_inset Text
11130
11131 \begin_layout Plain Layout
11132 e
11133 \end_layout
11134
11135 \end_inset
11136 </cell>
11137 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
11138 \begin_inset Text
11139
11140 \begin_layout Plain Layout
11141 f
11142 \end_layout
11143
11144 \end_inset
11145 </cell>
11146 </row>
11147 <row>
11148 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11149 \begin_inset Text
11150
11151 \begin_layout Plain Layout
11152 g
11153 \end_layout
11154
11155 \end_inset
11156 </cell>
11157 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11158 \begin_inset Text
11159
11160 \begin_layout Plain Layout
11161 h
11162 \end_layout
11163
11164 \end_inset
11165 </cell>
11166 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
11167 \begin_inset Text
11168
11169 \begin_layout Plain Layout
11170 i
11171 \end_layout
11172
11173 \end_inset
11174 </cell>
11175 </row>
11176 </lyxtabular>
11177
11178 \end_inset
11179
11180
11181 \begin_inset space \hfill{}
11182 \end_inset
11183
11184
11185 \end_layout
11186
11187 \end_inset
11188
11189
11190 \end_layout
11191
11192 \begin_layout Subsection
11193 Multicolumnas
11194 \begin_inset CommandInset label
11195 LatexCommand label
11196 name "sub:Multicolumnas"
11197
11198 \end_inset
11199
11200
11201 \begin_inset Index idx
11202 status collapsed
11203
11204 \begin_layout Plain Layout
11205 Multicolumnas
11206 \end_layout
11207
11208 \end_inset
11209
11210
11211 \begin_inset Index idx
11212 status collapsed
11213
11214 \begin_layout Plain Layout
11215 Tablas ! Multicolumnas
11216 \end_layout
11217
11218 \end_inset
11219
11220
11221 \end_layout
11222
11223 \begin_layout Subsubsection
11224 Fundamentos de multicolumna
11225 \end_layout
11226
11227 \begin_layout Standard
11228 Para extender una celda sobre varias columnas, se marcan las celdas que
11229  se desee combinar y se usa el botón 
11230 \begin_inset Graphics
11231         filename ../../images/tabular-feature_multicolumn.png
11232         scale 85
11233
11234 \end_inset
11235
11236 , el menú 
11237 \family sans
11238 Editar\SpecialChar \menuseparator
11239 Tabla\SpecialChar \menuseparator
11240 Multicolumna
11241 \family default
11242 , o clic derecho sobre las celdas marcadas y elige 
11243 \family sans
11244 Multicolumna 
11245 \family default
11246 en el menú contextual emergente.
11247 \end_layout
11248
11249 \begin_layout Standard
11250 Las multicolumnas tienen su propia configuración de celdas.
11251  Esto es, los cambios de bordes, alineación y anchura sólo afectan a la
11252  multicolumna.
11253  Aquí hay un ejemplo con una multicolumna en la primera fila y otra en la
11254  última fila sin borde superior:
11255 \end_layout
11256
11257 \begin_layout Standard
11258 \align center
11259 \begin_inset Tabular
11260 <lyxtabular version="3" rows="3" columns="4">
11261 <features firstHeadTopDL="true" firstHeadBottomDL="true" tabularvalignment="middle">
11262 <column alignment="center" valignment="top" width="0pt">
11263 <column alignment="center" valignment="middle" width="0">
11264 <column alignment="center" valignment="top" width="0in">
11265 <column alignment="center" valignment="top" width="0pt">
11266 <row>
11267 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11268 \begin_inset Text
11269
11270 \begin_layout Plain Layout
11271 abc
11272 \end_layout
11273
11274 \end_inset
11275 </cell>
11276 <cell multicolumn="1" alignment="center" valignment="middle" topline="true" bottomline="true" leftline="true" usebox="none">
11277 \begin_inset Text
11278
11279 \begin_layout Plain Layout
11280 def ghi
11281 \end_layout
11282
11283 \end_inset
11284 </cell>
11285 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11286 \begin_inset Text
11287
11288 \begin_layout Plain Layout
11289
11290 \end_layout
11291
11292 \end_inset
11293 </cell>
11294 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
11295 \begin_inset Text
11296
11297 \begin_layout Plain Layout
11298 jkl
11299 \end_layout
11300
11301 \end_inset
11302 </cell>
11303 </row>
11304 <row>
11305 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11306 \begin_inset Text
11307
11308 \begin_layout Plain Layout
11309
11310 \family roman
11311 \series medium
11312 \shape up
11313 \size normal
11314 \emph off
11315 \bar no
11316 \noun off
11317 \color none
11318 A
11319 \end_layout
11320
11321 \end_inset
11322 </cell>
11323 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11324 \begin_inset Text
11325
11326 \begin_layout Plain Layout
11327 B
11328 \end_layout
11329
11330 \end_inset
11331 </cell>
11332 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11333 \begin_inset Text
11334
11335 \begin_layout Plain Layout
11336 C
11337 \end_layout
11338
11339 \end_inset
11340 </cell>
11341 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
11342 \begin_inset Text
11343
11344 \begin_layout Plain Layout
11345 D
11346 \end_layout
11347
11348 \end_inset
11349 </cell>
11350 </row>
11351 <row>
11352 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11353 \begin_inset Text
11354
11355 \begin_layout Plain Layout
11356 1
11357 \end_layout
11358
11359 \end_inset
11360 </cell>
11361 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
11362 \begin_inset Text
11363
11364 \begin_layout Plain Layout
11365 2
11366 \end_layout
11367
11368 \end_inset
11369 </cell>
11370 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11371 \begin_inset Text
11372
11373 \begin_layout Plain Layout
11374 3
11375 \end_layout
11376
11377 \end_inset
11378 </cell>
11379 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
11380 \begin_inset Text
11381
11382 \begin_layout Plain Layout
11383 4
11384 \end_layout
11385
11386 \end_inset
11387 </cell>
11388 </row>
11389 </lyxtabular>
11390
11391 \end_inset
11392
11393
11394 \end_layout
11395
11396 \begin_layout Subsubsection
11397 Cálculos en multicolumnas
11398 \begin_inset CommandInset label
11399 LatexCommand label
11400 name "sub:Cálculos-en-Multicolumnas"
11401
11402 \end_inset
11403
11404
11405 \begin_inset Index idx
11406 status collapsed
11407
11408 \begin_layout Plain Layout
11409 Multicolumnas ! Cálculos
11410 \end_layout
11411
11412 \end_inset
11413
11414
11415 \end_layout
11416
11417 \begin_layout Standard
11418 LyX soporta multicolumnas directamente, pero hay que prestar atención a
11419  la anchura de celda de las columnas combinadas en la celda multicolumna.
11420 \end_layout
11421
11422 \begin_layout Standard
11423 \begin_inset Float table
11424 placement h
11425 wide false
11426 sideways false
11427 status open
11428
11429 \begin_layout Plain Layout
11430 \begin_inset Caption
11431
11432 \begin_layout Plain Layout
11433 \begin_inset CommandInset label
11434 LatexCommand label
11435 name "tab:Tabla-con-centrado"
11436
11437 \end_inset
11438
11439 Tabla con texto centrado en multicolumna sobre dos columnas que tienen exactamen
11440 te la mitad de anchura que la celda multicolumna
11441 \begin_inset Argument
11442 status collapsed
11443
11444 \begin_layout Plain Layout
11445 Tabla multicolumna perfecta
11446 \end_layout
11447
11448 \end_inset
11449
11450
11451 \end_layout
11452
11453 \end_inset
11454
11455
11456 \end_layout
11457
11458 \begin_layout Plain Layout
11459 \align center
11460 \begin_inset Tabular
11461 <lyxtabular version="3" rows="3" columns="3">
11462 <features tabularvalignment="middle">
11463 <column alignment="center" valignment="middle" width="0" special=">{\centering}m{1.25cm-6.2pt}">
11464 <column alignment="center" valignment="middle" width="0">
11465 <column alignment="center" valignment="top" width="0">
11466 <row>
11467 <cell multicolumn="1" alignment="center" valignment="middle" topline="true" leftline="true" usebox="none" special=">{\centering}m{2.5cm}">
11468 \begin_inset Text
11469
11470 \begin_layout Plain Layout
11471 multicolumna línea múltiple
11472 \end_layout
11473
11474 \end_inset
11475 </cell>
11476 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11477 \begin_inset Text
11478
11479 \begin_layout Plain Layout
11480
11481 \end_layout
11482
11483 \end_inset
11484 </cell>
11485 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
11486 \begin_inset Text
11487
11488 \begin_layout Plain Layout
11489 c
11490 \end_layout
11491
11492 \end_inset
11493 </cell>
11494 </row>
11495 <row>
11496 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11497 \begin_inset Text
11498
11499 \begin_layout Plain Layout
11500 d
11501 \end_layout
11502
11503 \end_inset
11504 </cell>
11505 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11506 \begin_inset Text
11507
11508 \begin_layout Plain Layout
11509 e
11510 \end_layout
11511
11512 \end_inset
11513 </cell>
11514 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
11515 \begin_inset Text
11516
11517 \begin_layout Plain Layout
11518 f
11519 \end_layout
11520
11521 \end_inset
11522 </cell>
11523 </row>
11524 <row>
11525 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11526 \begin_inset Text
11527
11528 \begin_layout Plain Layout
11529 g
11530 \end_layout
11531
11532 \end_inset
11533 </cell>
11534 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11535 \begin_inset Text
11536
11537 \begin_layout Plain Layout
11538 h
11539 \end_layout
11540
11541 \end_inset
11542 </cell>
11543 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
11544 \begin_inset Text
11545
11546 \begin_layout Plain Layout
11547 i
11548 \end_layout
11549
11550 \end_inset
11551 </cell>
11552 </row>
11553 </lyxtabular>
11554
11555 \end_inset
11556
11557
11558 \end_layout
11559
11560 \end_inset
11561
11562
11563 \end_layout
11564
11565 \begin_layout Standard
11566 Por ejemplo, para crear la tabla
11567 \begin_inset space ~
11568 \end_inset
11569
11570
11571 \begin_inset CommandInset ref
11572 LatexCommand ref
11573 reference "tab:Tabla-con-centrado"
11574
11575 \end_inset
11576
11577 , marca las dos primeras celdas en la primera fila de una tabla 3×3 y haz
11578  clic derecho.
11579  En el diálogo marca 
11580 \emph on
11581 multicolumna
11582 \emph default
11583
11584 \emph on
11585 alineación centro
11586 \emph default
11587  y una anchura de 2.5
11588 \begin_inset space \thinspace{}
11589 \end_inset
11590
11591 cm.
11592  Las columnas combinadas deberían tener exactamente la mitad de la anchura
11593  de la celda multicolumna, así que deberías ajustar 1.25
11594 \begin_inset space \thinspace{}
11595 \end_inset
11596
11597 cm para la primera columna.
11598  La segunda columna tendrá entonces automáticamente 1.25
11599 \begin_inset space \thinspace{}
11600 \end_inset
11601
11602 cm de anchura.
11603  Para la tabla
11604 \begin_inset space ~
11605 \end_inset
11606
11607
11608 \begin_inset CommandInset ref
11609 LatexCommand ref
11610 reference "tab:Tabla-sin-mitad"
11611
11612 \end_inset
11613
11614  se ha procedido de la siguiente manera:
11615 \end_layout
11616
11617 \begin_layout Standard
11618 \begin_inset Float table
11619 wide false
11620 sideways false
11621 status open
11622
11623 \begin_layout Plain Layout
11624 \begin_inset Caption
11625
11626 \begin_layout Plain Layout
11627 \begin_inset CommandInset label
11628 LatexCommand label
11629 name "tab:Tabla-sin-mitad"
11630
11631 \end_inset
11632
11633 Tabla en la que las columnas combinadas no tienen exactamente la mitad de
11634  anchura que la celda multicolumna
11635 \begin_inset Argument
11636 status collapsed
11637
11638 \begin_layout Plain Layout
11639 Tabla multicolumna imperfecta
11640 \end_layout
11641
11642 \end_inset
11643
11644
11645 \end_layout
11646
11647 \end_inset
11648
11649
11650 \end_layout
11651
11652 \begin_layout Plain Layout
11653 \align center
11654 \begin_inset Tabular
11655 <lyxtabular version="3" rows="3" columns="3">
11656 <features tabularvalignment="middle">
11657 <column alignment="center" valignment="top" width="1.25cm">
11658 <column alignment="center" valignment="top" width="0">
11659 <column alignment="center" valignment="top" width="0">
11660 <row>
11661 <cell multicolumn="1" alignment="center" valignment="top" topline="true" leftline="true" usebox="none" width="2.5cm">
11662 \begin_inset Text
11663
11664 \begin_layout Plain Layout
11665 multicolumna línea múltiple
11666 \end_layout
11667
11668 \end_inset
11669 </cell>
11670 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11671 \begin_inset Text
11672
11673 \begin_layout Plain Layout
11674
11675 \end_layout
11676
11677 \end_inset
11678 </cell>
11679 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
11680 \begin_inset Text
11681
11682 \begin_layout Plain Layout
11683 c
11684 \end_layout
11685
11686 \end_inset
11687 </cell>
11688 </row>
11689 <row>
11690 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11691 \begin_inset Text
11692
11693 \begin_layout Plain Layout
11694 d
11695 \end_layout
11696
11697 \end_inset
11698 </cell>
11699 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11700 \begin_inset Text
11701
11702 \begin_layout Plain Layout
11703 e
11704 \end_layout
11705
11706 \end_inset
11707 </cell>
11708 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
11709 \begin_inset Text
11710
11711 \begin_layout Plain Layout
11712 f
11713 \end_layout
11714
11715 \end_inset
11716 </cell>
11717 </row>
11718 <row>
11719 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11720 \begin_inset Text
11721
11722 \begin_layout Plain Layout
11723 g
11724 \end_layout
11725
11726 \end_inset
11727 </cell>
11728 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11729 \begin_inset Text
11730
11731 \begin_layout Plain Layout
11732 h
11733 \end_layout
11734
11735 \end_inset
11736 </cell>
11737 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
11738 \begin_inset Text
11739
11740 \begin_layout Plain Layout
11741 i
11742 \end_layout
11743
11744 \end_inset
11745 </cell>
11746 </row>
11747 </lyxtabular>
11748
11749 \end_inset
11750
11751
11752 \end_layout
11753
11754 \end_inset
11755
11756
11757 \end_layout
11758
11759 \begin_layout Standard
11760 Se ve que la primera columna no tiene la mitad de ancho que la celda multicolumn
11761 a, es un poco mayor.
11762  La razón es que la anchura dada para una celda 
11763 \begin_inset Formula $W_{g}$
11764 \end_inset
11765
11766  no es su anchura total 
11767 \begin_inset Formula $W_{\mathrm{tot}}$
11768 \end_inset
11769
11770  porque una celda es siempre algo mayor que la anchura dada.
11771  El apéndice
11772 \begin_inset space ~
11773 \end_inset
11774
11775
11776 \begin_inset CommandInset ref
11777 LatexCommand eqref
11778 reference "cap:Explicación-de-la-Ecuación"
11779
11780 \end_inset
11781
11782  lo explica con detalle.
11783 \end_layout
11784
11785 \begin_layout Standard
11786 La anchura dada 
11787 \begin_inset Formula $W_{g\, n}$
11788 \end_inset
11789
11790  necesaria para combinar 
11791 \emph on
11792 n
11793 \emph default
11794  columnas puede calcularse de manera que cada columna tenga una anchura
11795  total de 
11796 \begin_inset Formula $W_{\mathrm{tot\, multicolumn}}/n$
11797 \end_inset
11798
11799 :
11800 \begin_inset Formula \begin{equation}
11801 W_{g\, n}=(W_{g\,\mathrm{multicolumn}}+(1-n)\cdot(12.4\,\mathrm{pt}))/n\label{eq:Wgn}\end{equation}
11802
11803 \end_inset
11804
11805
11806 \end_layout
11807
11808 \begin_layout Standard
11809 En nuestro caso tenemos 
11810 \begin_inset Formula $n=2$
11811 \end_inset
11812
11813
11814 \begin_inset Formula $W_{g\,\mathrm{multicolumn}}=2.5\,$
11815 \end_inset
11816
11817
11818 \begin_inset space \thinspace{}
11819 \end_inset
11820
11821 cm y los valores predeterminados para longitudes, así la ecuación
11822 \begin_inset space ~
11823 \end_inset
11824
11825
11826 \begin_inset CommandInset ref
11827 LatexCommand ref
11828 reference "eq:Wgn"
11829
11830 \end_inset
11831
11832  queda
11833 \begin_inset Formula \begin{equation}
11834 W_{g\,2}=1.25\,\mathrm{cm}-6.2\,\mathrm{pt}\end{equation}
11835
11836 \end_inset
11837
11838
11839 \end_layout
11840
11841 \begin_layout Standard
11842 Para habilitar cálculos en LaTeX, debe cargarse en el preámbulo el paquete
11843  
11844 \series bold
11845 calc
11846 \series default
11847  con la línea
11848 \begin_inset Index idx
11849 status collapsed
11850
11851 \begin_layout Plain Layout
11852 LaTeX-paquetes ! calc
11853 \end_layout
11854
11855 \end_inset
11856
11857
11858 \end_layout
11859
11860 \begin_layout Standard
11861
11862 \series bold
11863
11864 \backslash
11865 usepackage{calc}
11866 \end_layout
11867
11868 \begin_layout Standard
11869 LyX no permite calcular longitudes en el campo Ancho del cuadro de diálogo.
11870  Por tanto hay que insertar un argumento LaTeX en el diálogo.
11871  He aquí un repaso de los argumentos:
11872 \end_layout
11873
11874 \begin_layout Itemize
11875
11876 \series bold
11877 p{ancho}
11878 \series default
11879  crea celdas con anchura fija, el texto alineado arriba
11880 \end_layout
11881
11882 \begin_layout Itemize
11883
11884 \series bold
11885 m{ancho}
11886 \series default
11887  crea celdas con anchura fija, el texto con alineación vertical centrada
11888  
11889 \end_layout
11890
11891 \begin_layout Itemize
11892
11893 \series bold
11894 b{ancho}
11895 \series default
11896  crea celdas con anchura fija, el texto alineado abajo
11897 \end_layout
11898
11899 \begin_layout Standard
11900 Al introducir un argumento LaTeX, todas las propiedades de celda puestas
11901  en el diálogo se ignoran.
11902 \end_layout
11903
11904 \begin_layout Standard
11905 \begin_inset Note Greyedout
11906 status open
11907
11908 \begin_layout Plain Layout
11909
11910 \series bold
11911 Nota:
11912 \series default
11913  Debido a un error, LyX muestra de todas formas estas propiedades.
11914 \end_layout
11915
11916 \end_inset
11917
11918  
11919 \end_layout
11920
11921 \begin_layout Standard
11922 El comando 
11923 \series bold
11924
11925 \backslash
11926 centering
11927 \series default
11928  centra horizontalmente el texto.
11929  Puedes entonces introducir el siguiente argumento de LaTeX para la primera
11930  columna extendida:
11931 \end_layout
11932
11933 \begin_layout Standard
11934
11935 \series bold
11936 >{
11937 \backslash
11938 centering}m{1.25cm-6.2pt}
11939 \end_layout
11940
11941 \begin_layout Standard
11942 El comando 
11943 \series bold
11944 >{ }
11945 \series default
11946  significa que los comandos entre llaves se aplican antes de crear la celda.
11947 \end_layout
11948
11949 \begin_layout Standard
11950 Aunque hemos escogido alineación centrada para el texto de la celda multicolumna
11951 , aún está alineado a la izquierda.
11952  Esto se debe a que LyX sólo aplica alineado a columnas simples.
11953  Así que para multicolumnas hemos de usar el argumento de LaTeX
11954 \end_layout
11955
11956 \begin_layout Standard
11957
11958 \series bold
11959 >{
11960 \backslash
11961 centering}m{2.5cm}
11962 \end_layout
11963
11964 \begin_layout Subsection
11965 Multifilas
11966 \begin_inset Index idx
11967 status collapsed
11968
11969 \begin_layout Plain Layout
11970 Multifilas
11971 \end_layout
11972
11973 \end_inset
11974
11975
11976 \begin_inset Index idx
11977 status collapsed
11978
11979 \begin_layout Plain Layout
11980 Tablas ! Multifilas
11981 \end_layout
11982
11983 \end_inset
11984
11985
11986 \end_layout
11987
11988 \begin_layout Standard
11989 A diferencia de multicolumnas, LyX aún no soporta multifilas por lo que
11990  hace falta un poco de código TeX.
11991  Hay que cargar el paquete de LaTeX 
11992 \series bold
11993 multirow
11994 \series default
11995
11996 \begin_inset Index idx
11997 status collapsed
11998
11999 \begin_layout Plain Layout
12000 LaTeX-paquetes ! multirow
12001 \end_layout
12002
12003 \end_inset
12004
12005  en el preámbulo del documento con el comando
12006 \end_layout
12007
12008 \begin_layout Standard
12009
12010 \series bold
12011
12012 \backslash
12013 usepackage{multirow}
12014 \end_layout
12015
12016 \begin_layout Standard
12017 Las multifilas se crean con el comando
12018 \end_layout
12019
12020 \begin_layout Standard
12021
12022 \series bold
12023
12024 \backslash
12025 multirow{número de filas}{ancho de celda}{entrada de celda}
12026 \end_layout
12027
12028 \begin_layout Standard
12029 Para crear la siguiente tabla:
12030 \end_layout
12031
12032 \begin_layout Standard
12033 \align center
12034 \begin_inset ERT
12035 status collapsed
12036
12037 \begin_layout Plain Layout
12038
12039
12040 \backslash
12041 renewcommand{
12042 \backslash
12043 multirowsetup}{
12044 \backslash
12045 centering}
12046 \end_layout
12047
12048 \end_inset
12049
12050
12051 \begin_inset Tabular
12052 <lyxtabular version="3" rows="3" columns="3">
12053 <features tabularvalignment="middle">
12054 <column alignment="center" valignment="top" width="0">
12055 <column alignment="center" valignment="top" width="0">
12056 <column alignment="center" valignment="top" width="0">
12057 <row>
12058 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12059 \begin_inset Text
12060
12061 \begin_layout Plain Layout
12062 a
12063 \end_layout
12064
12065 \end_inset
12066 </cell>
12067 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12068 \begin_inset Text
12069
12070 \begin_layout Plain Layout
12071 b
12072 \end_layout
12073
12074 \end_inset
12075 </cell>
12076 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
12077 \begin_inset Text
12078
12079 \begin_layout Plain Layout
12080 c
12081 \end_layout
12082
12083 \end_inset
12084 </cell>
12085 </row>
12086 <row>
12087 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12088 \begin_inset Text
12089
12090 \begin_layout Plain Layout
12091 \begin_inset ERT
12092 status collapsed
12093
12094 \begin_layout Plain Layout
12095
12096
12097 \backslash
12098 multirow{2}{2.5cm}{
12099 \end_layout
12100
12101 \end_inset
12102
12103 entrada multifila
12104 \begin_inset ERT
12105 status collapsed
12106
12107 \begin_layout Plain Layout
12108
12109 }
12110 \end_layout
12111
12112 \end_inset
12113
12114
12115 \end_layout
12116
12117 \end_inset
12118 </cell>
12119 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12120 \begin_inset Text
12121
12122 \begin_layout Plain Layout
12123 e
12124 \end_layout
12125
12126 \end_inset
12127 </cell>
12128 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
12129 \begin_inset Text
12130
12131 \begin_layout Plain Layout
12132 f
12133 \end_layout
12134
12135 \end_inset
12136 </cell>
12137 </row>
12138 <row>
12139 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
12140 \begin_inset Text
12141
12142 \begin_layout Plain Layout
12143
12144 \end_layout
12145
12146 \end_inset
12147 </cell>
12148 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
12149 \begin_inset Text
12150
12151 \begin_layout Plain Layout
12152 h
12153 \end_layout
12154
12155 \end_inset
12156 </cell>
12157 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
12158 \begin_inset Text
12159
12160 \begin_layout Plain Layout
12161 i
12162 \end_layout
12163
12164 \end_inset
12165 </cell>
12166 </row>
12167 </lyxtabular>
12168
12169 \end_inset
12170
12171
12172 \begin_inset ERT
12173 status collapsed
12174
12175 \begin_layout Plain Layout
12176
12177
12178 \backslash
12179 renewcommand{
12180 \backslash
12181 multirowsetup}{
12182 \backslash
12183 raggedright}
12184 \end_layout
12185
12186 \end_inset
12187
12188
12189 \end_layout
12190
12191 \begin_layout Standard
12192 crea una tabla 3×3.
12193  Elimina el borde superior de la última celda en la primera columna.
12194  Ahora se crea la multifila en la segunda fila de la primera columna insertando
12195  ahí el comando
12196 \end_layout
12197
12198 \begin_layout Standard
12199
12200 \series bold
12201
12202 \backslash
12203 multirow{2}{2.5cm}{
12204 \end_layout
12205
12206 \begin_layout Standard
12207 en código TeX.
12208  Según los parámetros del comando la multifila se expande a dos filas y
12209  tiene de ancho 2.5
12210 \begin_inset space \thinspace{}
12211 \end_inset
12212
12213 cm.
12214  El contenido de la celda multifila sigue fuera del cuadro de código TeX
12215  y el comando finaliza con llave derecha 
12216 \series bold
12217 }
12218 \series default
12219  en otro cuadro de código TeX tras el texto.
12220 \end_layout
12221
12222 \begin_layout Standard
12223
12224 \series bold
12225
12226 \backslash
12227 multirow
12228 \series default
12229  alinea su contenido a la izquierda por omisión.
12230  Para cambiarlo renombra el comando 
12231 \series bold
12232
12233 \backslash
12234 multirowsetup
12235 \series default
12236  con el comando
12237 \end_layout
12238
12239 \begin_layout Standard
12240
12241 \series bold
12242
12243 \backslash
12244 renewcommand{
12245 \backslash
12246 multirowsetup}{
12247 \backslash
12248 centering}
12249 \end_layout
12250
12251 \begin_layout Standard
12252 en el preámbulo del documento.
12253  Entonces se centran todas las entradas de celdas multifila en el documento.
12254  Si sólo queremos centrar en algunas tablas, se puede renombrar el comando
12255  en código TeX justo antes de la tabla en lugar de en el preámbulo.
12256  Si el texto debe estar alineado a la derecha, reemplaza 
12257 \series bold
12258
12259 \backslash
12260 centering
12261 \series default
12262  por 
12263 \series bold
12264
12265 \backslash
12266 raggedleft
12267 \series default
12268 .
12269  Para volver a alineado a la izquierda usa 
12270 \series bold
12271
12272 \backslash
12273 raggedright
12274 \series default
12275 .
12276 \end_layout
12277
12278 \begin_layout Section
12279 Tablas formales
12280 \begin_inset CommandInset label
12281 LatexCommand label
12282 name "sec:Tablas-Formales"
12283
12284 \end_inset
12285
12286
12287 \begin_inset Index idx
12288 status collapsed
12289
12290 \begin_layout Plain Layout
12291 Tablas ! Formales
12292 \end_layout
12293
12294 \end_inset
12295
12296  
12297 \end_layout
12298
12299 \begin_layout Standard
12300 En los libros, las tablas se suelen presentar en un formato como el de la
12301  tabla 
12302 \begin_inset space ~
12303 \end_inset
12304
12305
12306 \begin_inset CommandInset ref
12307 LatexCommand ref
12308 reference "tab:Ejemplo-tabla-formal"
12309
12310 \end_inset
12311
12312 .
12313  Se denominan tablas 
12314 \emph on
12315 formales
12316 \emph default
12317 .
12318  Para hacer tablas con este diseño, elige 
12319 \family sans
12320 Estilo
12321 \family default
12322
12323 \begin_inset space ~
12324 \end_inset
12325
12326
12327 \family sans
12328 Formal
12329 \family default
12330  en la solapa 
12331 \family sans
12332 Bordes
12333 \family default
12334  del cuadro de diálogo de tablas.
12335 \end_layout
12336
12337 \begin_layout Standard
12338 \begin_inset Float table
12339 placement h
12340 wide false
12341 sideways false
12342 status open
12343
12344 \begin_layout Plain Layout
12345 \begin_inset Caption
12346
12347 \begin_layout Plain Layout
12348 \begin_inset CommandInset label
12349 LatexCommand label
12350 name "tab:Ejemplo-tabla-formal"
12351
12352 \end_inset
12353
12354 Ejemplo de tabla formal
12355 \end_layout
12356
12357 \end_inset
12358
12359
12360 \end_layout
12361
12362 \begin_layout Plain Layout
12363 \align center
12364 \begin_inset Tabular
12365 <lyxtabular version="3" rows="8" columns="4">
12366 <features booktabs="true" tabularvalignment="middle">
12367 <column alignment="center" valignment="top" width="0">
12368 <column alignment="center" valignment="top" width="0">
12369 <column alignment="center" valignment="top" width="0">
12370 <column alignment="center" valignment="top" width="0">
12371 <row>
12372 <cell alignment="center" valignment="top" topline="true" rightline="true" usebox="none">
12373 \begin_inset Text
12374
12375 \begin_layout Plain Layout
12376 System
12377 \end_layout
12378
12379 \end_inset
12380 </cell>
12381 <cell alignment="center" valignment="top" topline="true" usebox="none">
12382 \begin_inset Text
12383
12384 \begin_layout Plain Layout
12385 Chip
12386 \begin_inset space \thinspace{}
12387 \end_inset
12388
12389 1
12390 \end_layout
12391
12392 \end_inset
12393 </cell>
12394 <cell multicolumn="1" alignment="center" valignment="top" topline="true" usebox="none">
12395 \begin_inset Text
12396
12397 \begin_layout Plain Layout
12398 Chip
12399 \begin_inset space \thinspace{}
12400 \end_inset
12401
12402 2
12403 \end_layout
12404
12405 \end_inset
12406 </cell>
12407 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
12408 \begin_inset Text
12409
12410 \begin_layout Plain Layout
12411
12412 \end_layout
12413
12414 \end_inset
12415 </cell>
12416 </row>
12417 <row>
12418 <cell alignment="center" valignment="top" rightline="true" usebox="none">
12419 \begin_inset Text
12420
12421 \begin_layout Plain Layout
12422 \begin_inset ERT
12423 status collapsed
12424
12425 \begin_layout Plain Layout
12426
12427
12428 \backslash
12429 cmidrule(r){2-2}
12430 \end_layout
12431
12432 \end_inset
12433
12434
12435 \begin_inset ERT
12436 status collapsed
12437
12438 \begin_layout Plain Layout
12439
12440
12441 \backslash
12442 cmidrule(l){3-4}
12443 \end_layout
12444
12445 \end_inset
12446
12447 Detector thickness in µm
12448 \end_layout
12449
12450 \end_inset
12451 </cell>
12452 <cell alignment="center" valignment="top" usebox="none">
12453 \begin_inset Text
12454
12455 \begin_layout Plain Layout
12456 300
12457 \end_layout
12458
12459 \end_inset
12460 </cell>
12461 <cell alignment="center" valignment="top" usebox="none">
12462 \begin_inset Text
12463
12464 \begin_layout Plain Layout
12465 300
12466 \end_layout
12467
12468 \end_inset
12469 </cell>
12470 <cell alignment="center" valignment="top" usebox="none">
12471 \begin_inset Text
12472
12473 \begin_layout Plain Layout
12474 700
12475 \end_layout
12476
12477 \end_inset
12478 </cell>
12479 </row>
12480 <row>
12481 <cell alignment="center" valignment="top" topline="true" rightline="true" usebox="none">
12482 \begin_inset Text
12483
12484 \begin_layout Plain Layout
12485 Edge angle in °
12486 \end_layout
12487
12488 \end_inset
12489 </cell>
12490 <cell alignment="center" valignment="top" topline="true" usebox="none">
12491 \begin_inset Text
12492
12493 \begin_layout Plain Layout
12494 3.55
12495 \end_layout
12496
12497 \end_inset
12498 </cell>
12499 <cell alignment="center" valignment="top" topline="true" usebox="none">
12500 \begin_inset Text
12501
12502 \begin_layout Plain Layout
12503 2.71
12504 \end_layout
12505
12506 \end_inset
12507 </cell>
12508 <cell alignment="center" valignment="top" topline="true" usebox="none">
12509 \begin_inset Text
12510
12511 \begin_layout Plain Layout
12512 7.99
12513 \end_layout
12514
12515 \end_inset
12516 </cell>
12517 </row>
12518 <row topspace="default">
12519 <cell alignment="center" valignment="top" rightline="true" usebox="none">
12520 \begin_inset Text
12521
12522 \begin_layout Plain Layout
12523 Spatial resolution in µm
12524 \end_layout
12525
12526 \end_inset
12527 </cell>
12528 <cell alignment="center" valignment="top" usebox="none">
12529 \begin_inset Text
12530
12531 \begin_layout Plain Layout
12532 4.26
12533 \end_layout
12534
12535 \end_inset
12536 </cell>
12537 <cell alignment="center" valignment="top" usebox="none">
12538 \begin_inset Text
12539
12540 \begin_layout Plain Layout
12541 10.17
12542 \end_layout
12543
12544 \end_inset
12545 </cell>
12546 <cell alignment="center" valignment="top" usebox="none">
12547 \begin_inset Text
12548
12549 \begin_layout Plain Layout
12550 10.56
12551 \end_layout
12552
12553 \end_inset
12554 </cell>
12555 </row>
12556 <row topspace="default">
12557 <cell alignment="center" valignment="top" rightline="true" usebox="none">
12558 \begin_inset Text
12559
12560 \begin_layout Plain Layout
12561 MTF at 
12562 \begin_inset Formula $f_{\mathrm{max}}$
12563 \end_inset
12564
12565
12566 \end_layout
12567
12568 \end_inset
12569 </cell>
12570 <cell alignment="center" valignment="top" usebox="none">
12571 \begin_inset Text
12572
12573 \begin_layout Plain Layout
12574 0.53
12575 \end_layout
12576
12577 \end_inset
12578 </cell>
12579 <cell alignment="center" valignment="top" usebox="none">
12580 \begin_inset Text
12581
12582 \begin_layout Plain Layout
12583 0.37
12584 \end_layout
12585
12586 \end_inset
12587 </cell>
12588 <cell alignment="center" valignment="top" usebox="none">
12589 \begin_inset Text
12590
12591 \begin_layout Plain Layout
12592 0.39
12593 \end_layout
12594
12595 \end_inset
12596 </cell>
12597 </row>
12598 <row topspace="default">
12599 <cell alignment="center" valignment="top" rightline="true" usebox="none">
12600 \begin_inset Text
12601
12602 \begin_layout Plain Layout
12603 \begin_inset ERT
12604 status collapsed
12605
12606 \begin_layout Plain Layout
12607
12608
12609 \backslash
12610 cmidrule(l{10pt}){1-1}
12611 \end_layout
12612
12613 \end_inset
12614
12615 LSF-spatial resolution
12616 \end_layout
12617
12618 \end_inset
12619 </cell>
12620 <cell alignment="center" valignment="top" usebox="none">
12621 \begin_inset Text
12622
12623 \begin_layout Plain Layout
12624
12625 \end_layout
12626
12627 \end_inset
12628 </cell>
12629 <cell alignment="center" valignment="top" usebox="none">
12630 \begin_inset Text
12631
12632 \begin_layout Plain Layout
12633
12634 \end_layout
12635
12636 \end_inset
12637 </cell>
12638 <cell alignment="center" valignment="top" usebox="none">
12639 \begin_inset Text
12640
12641 \begin_layout Plain Layout
12642
12643 \end_layout
12644
12645 \end_inset
12646 </cell>
12647 </row>
12648 <row>
12649 <cell alignment="center" valignment="top" rightline="true" usebox="none">
12650 \begin_inset Text
12651
12652 \begin_layout Plain Layout
12653 in µm
12654 \end_layout
12655
12656 \end_inset
12657 </cell>
12658 <cell alignment="center" valignment="top" usebox="none">
12659 \begin_inset Text
12660
12661 \begin_layout Plain Layout
12662 129.7
12663 \end_layout
12664
12665 \end_inset
12666 </cell>
12667 <cell alignment="center" valignment="top" usebox="none">
12668 \begin_inset Text
12669
12670 \begin_layout Plain Layout
12671 52.75
12672 \end_layout
12673
12674 \end_inset
12675 </cell>
12676 <cell alignment="center" valignment="top" usebox="none">
12677 \begin_inset Text
12678
12679 \begin_layout Plain Layout
12680 50.78
12681 \end_layout
12682
12683 \end_inset
12684 </cell>
12685 </row>
12686 <row>
12687 <cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
12688 \begin_inset Text
12689
12690 \begin_layout Plain Layout
12691 in % of pixel size
12692 \end_layout
12693
12694 \end_inset
12695 </cell>
12696 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
12697 \begin_inset Text
12698
12699 \begin_layout Plain Layout
12700 76.3
12701 \end_layout
12702
12703 \end_inset
12704 </cell>
12705 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
12706 \begin_inset Text
12707
12708 \begin_layout Plain Layout
12709 95.9
12710 \end_layout
12711
12712 \end_inset
12713 </cell>
12714 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
12715 \begin_inset Text
12716
12717 \begin_layout Plain Layout
12718 92.3
12719 \end_layout
12720
12721 \end_inset
12722 </cell>
12723 </row>
12724 </lyxtabular>
12725
12726 \end_inset
12727
12728
12729 \end_layout
12730
12731 \end_inset
12732
12733
12734 \end_layout
12735
12736 \begin_layout Standard
12737 Se puede añadir espacio adicional a las filas de la tabla mediante los botones
12738  correspondientes que se encuentran en la solapa 
12739 \family sans
12740 Bordes 
12741 \family default
12742 del diálogo
12743 \family sans
12744  Configuración
12745 \begin_inset space ~
12746 \end_inset
12747
12748 de
12749 \begin_inset space ~
12750 \end_inset
12751
12752 la
12753 \begin_inset space ~
12754 \end_inset
12755
12756 tabla
12757 \family default
12758 , como se explica en la sección
12759 \begin_inset space ~
12760 \end_inset
12761
12762
12763 \begin_inset CommandInset ref
12764 LatexCommand ref
12765 reference "sub:Espacio-adicional"
12766
12767 \end_inset
12768
12769 .
12770 \end_layout
12771
12772 \begin_layout Standard
12773 A diferencia de las tablas normales, las tablas formales no tienen líneas
12774  verticales.
12775  Las líneas horizontales se pueden poner o no como en las tablas normales,
12776  pero en la salida se mostrarán con distinto grosor:
12777 \begin_inset Newline newline
12778 \end_inset
12779
12780 Las líneas primera y última tienen un grosor predeterminado de 0.08
12781 \begin_inset space \thinspace{}
12782 \end_inset
12783
12784 em, las demás tienen un grosor predeterminado de 0.05
12785 \begin_inset space \thinspace{}
12786 \end_inset
12787
12788 em.
12789 \end_layout
12790
12791 \begin_layout Standard
12792 Estos valores predeterminados se pueden cambiar
12793 \series bold
12794  
12795 \series default
12796 con las líneas de preámbulo:
12797 \end_layout
12798
12799 \begin_layout Standard
12800
12801 \series bold
12802
12803 \backslash
12804 let
12805 \backslash
12806 mytoprule
12807 \backslash
12808 toprule
12809 \begin_inset Newline newline
12810 \end_inset
12811
12812
12813 \backslash
12814 renewcommand{
12815 \backslash
12816 toprule}{
12817 \backslash
12818 mytoprule[grosor]}
12819 \end_layout
12820
12821 \begin_layout Standard
12822 Este ejemplo es para la primera línea, la denominada 
12823 \series bold
12824 toprule
12825 \series default
12826 .
12827  Si quieres cambiar el grosor de la última línea, reemplaza 
12828 \series bold
12829 toprule
12830 \series default
12831  por 
12832 \series bold
12833 bottomrule
12834 \series default
12835 .
12836  Y para cambiar el grosor de las demás líneas cambia 
12837 \series bold
12838 toprule
12839 \series default
12840  por 
12841 \series bold
12842 midrule
12843 \series default
12844 .
12845  Puedes usar cualquiera de las unidades listadas en el apéndice
12846 \begin_inset space ~
12847 \end_inset
12848
12849
12850 \begin_inset CommandInset ref
12851 LatexCommand ref
12852 reference "cap:Unidades-disponibles-en"
12853
12854 \end_inset
12855
12856  para establecer el grosor.
12857 \end_layout
12858
12859 \begin_layout Standard
12860 Para dibujar líneas que no se extiendan a todas las columnas de la tabla,
12861  puedes marcarlas como celdas multicolumna y entonces ponerles borde.
12862  LyX empleará internamente el comando 
12863 \series bold
12864
12865 \backslash
12866 cmidrule
12867 \series default
12868  para dibujar la línea.
12869  El esquema completo es
12870 \end_layout
12871
12872 \begin_layout Standard
12873
12874 \series bold
12875
12876 \backslash
12877 cmidrule[grosor](recorte){inicol-fincol}
12878 \end_layout
12879
12880 \begin_layout Standard
12881 Por el momento, LyX no soporta las opciones de 
12882 \series bold
12883
12884 \backslash
12885 cmidrule
12886 \series default
12887 , así que para usarlas hay que emplear código TeX.
12888  Las líneas 
12889 \series bold
12890
12891 \backslash
12892 cmidrule
12893 \series default
12894  se pueden insertar manualmente con el comando en código TeX como primera
12895  entrada de la primera celda de una fila.
12896  En la salida se dibujará la línea sobre dicha fila.
12897 \end_layout
12898
12899 \begin_layout Standard
12900 El grosor predeterminado es 0.03
12901 \begin_inset space \thinspace{}
12902 \end_inset
12903
12904 em.
12905  
12906 \series bold
12907 inicol
12908 \series default
12909  es el número de la columna en la que comienza la línea y 
12910 \series bold
12911 fincol
12912 \series default
12913  es el número de la columna en la que acaba la línea.
12914  El valor 
12915 \series bold
12916 fincol
12917 \series default
12918  debe especificarse siempre, aunque la línea se extienda sobre una sola
12919  columna.
12920  El parámetro opcional 
12921 \series bold
12922 recorte
12923 \series default
12924  debe ser 
12925 \emph on
12926 l{recorte}
12927 \emph default
12928  o 
12929 \emph on
12930 r{recorte}
12931 \emph default
12932 , donde 
12933 \emph on
12934 recorte
12935 \emph default
12936  también es opcional.
12937  Por ejemplo, el parámetro 
12938 \emph on
12939 l{2pt}
12940 \emph default
12941  significa que la línea se recorta 2
12942 \begin_inset space \thinspace{}
12943 \end_inset
12944
12945 pt por su izquierda.
12946  Si no se especifica el tamaño  las líneas se recortan por omisión en 0.5
12947 \begin_inset space \thinspace{}
12948 \end_inset
12949
12950 em.
12951
12952 \series bold
12953  
12954 \end_layout
12955
12956 \begin_layout Standard
12957
12958 \end_layout
12959
12960 \begin_layout Standard
12961 \begin_inset VSpace bigskip
12962 \end_inset
12963
12964
12965 \end_layout
12966
12967 \begin_layout Standard
12968 La tabla
12969 \begin_inset space ~
12970 \end_inset
12971
12972
12973 \begin_inset CommandInset ref
12974 LatexCommand ref
12975 reference "tab:Ejemplo-tabla-formal"
12976
12977 \end_inset
12978
12979  se ha creado con los comandos
12980 \end_layout
12981
12982 \begin_layout Standard
12983
12984 \series bold
12985
12986 \backslash
12987 cmidrule(r){2-2}
12988 \backslash
12989 cmidrule(l){3-4}
12990 \end_layout
12991
12992 \begin_layout Standard
12993 en la segunda fila, 
12994 \series bold
12995
12996 \backslash
12997 midrule
12998 \series default
12999  en la tercera, y
13000 \end_layout
13001
13002 \begin_layout Standard
13003
13004 \series bold
13005
13006 \backslash
13007 cmidrule(l{10pt}){1-1}
13008 \end_layout
13009
13010 \begin_layout Standard
13011 en la sexta fila.
13012 \end_layout
13013
13014 \begin_layout Standard
13015 \begin_inset VSpace bigskip
13016 \end_inset
13017
13018
13019 \end_layout
13020
13021 \begin_layout Standard
13022 Quizá quieras superponer líneas 
13023 \series bold
13024
13025 \backslash
13026 cmidrules
13027 \series default
13028  como en la tabla
13029 \begin_inset space ~
13030 \end_inset
13031
13032
13033 \begin_inset CommandInset ref
13034 LatexCommand ref
13035 reference "tab:Tabla-formal-especial"
13036
13037 \end_inset
13038
13039 .
13040  Esto se consigue con el comando en código TeX
13041 \end_layout
13042
13043 \begin_layout Standard
13044
13045 \series bold
13046
13047 \backslash
13048 morecmidrules
13049 \end_layout
13050
13051 \begin_layout Standard
13052 El comando que se ha utilizado para la segunda fila de la tabla
13053 \begin_inset space ~
13054 \end_inset
13055
13056
13057 \begin_inset CommandInset ref
13058 LatexCommand ref
13059 reference "tab:Tabla-formal-especial"
13060
13061 \end_inset
13062
13063  es
13064 \end_layout
13065
13066 \begin_layout Standard
13067
13068 \series bold
13069
13070 \backslash
13071 cmidrule(r){2-2}
13072 \backslash
13073 cmidrule(l){3-4}
13074 \backslash
13075 morecmidrules
13076 \backslash
13077 cmidrule{2-4}
13078 \end_layout
13079
13080 \begin_layout Standard
13081 El comando para la sexta fila es
13082 \end_layout
13083
13084 \begin_layout Standard
13085
13086 \series bold
13087
13088 \backslash
13089 midrule
13090 \backslash
13091 morecmidrules
13092 \backslash
13093 cmidrule{3-4}
13094 \series default
13095
13096 \begin_inset VSpace bigskip
13097 \end_inset
13098
13099
13100 \end_layout
13101
13102 \begin_layout Standard
13103 Si de todas formas no te satisface el espaciado de los bordes, puedes usar
13104  el siguiente comando para dibujar líneas que se extienden sobre todas las
13105  columnas
13106 \end_layout
13107
13108 \begin_layout Standard
13109
13110 \series bold
13111
13112 \backslash
13113 specialrule{anchura}{espacio superior}{espacio inferior}
13114 \end_layout
13115
13116 \begin_layout Standard
13117 Para más información sobre estas características especiales, acude al manual
13118  del paquete LaTeX 
13119 \series bold
13120 booktabs
13121 \series default
13122
13123 \begin_inset CommandInset citation
13124 LatexCommand cite
13125 key "booktabs"
13126
13127 \end_inset
13128
13129 .
13130 \begin_inset Index idx
13131 status collapsed
13132
13133 \begin_layout Plain Layout
13134 LaTeX-paquetes ! booktabs
13135 \end_layout
13136
13137 \end_inset
13138
13139  
13140 \begin_inset VSpace bigskip
13141 \end_inset
13142
13143
13144 \end_layout
13145
13146 \begin_layout Standard
13147 \begin_inset Float table
13148 placement h
13149 wide false
13150 sideways false
13151 status open
13152
13153 \begin_layout Plain Layout
13154 \begin_inset Caption
13155
13156 \begin_layout Plain Layout
13157 \begin_inset CommandInset label
13158 LatexCommand label
13159 name "tab:Tabla-formal-especial"
13160
13161 \end_inset
13162
13163 Tabla formal especial
13164 \end_layout
13165
13166 \end_inset
13167
13168
13169 \end_layout
13170
13171 \begin_layout Plain Layout
13172 \align center
13173 \begin_inset Tabular
13174 <lyxtabular version="3" rows="8" columns="4">
13175 <features booktabs="true" tabularvalignment="middle">
13176 <column alignment="center" valignment="top" width="0">
13177 <column alignment="center" valignment="top" width="0">
13178 <column alignment="center" valignment="top" width="0">
13179 <column alignment="center" valignment="top" width="0">
13180 <row>
13181 <cell alignment="center" valignment="top" topline="true" usebox="none">
13182 \begin_inset Text
13183
13184 \begin_layout Plain Layout
13185 System
13186 \end_layout
13187
13188 \end_inset
13189 </cell>
13190 <cell alignment="center" valignment="top" topline="true" usebox="none">
13191 \begin_inset Text
13192
13193 \begin_layout Plain Layout
13194 Chip
13195 \begin_inset space \thinspace{}
13196 \end_inset
13197
13198 1
13199 \end_layout
13200
13201 \end_inset
13202 </cell>
13203 <cell multicolumn="1" alignment="center" valignment="top" topline="true" usebox="none">
13204 \begin_inset Text
13205
13206 \begin_layout Plain Layout
13207 Chip
13208 \begin_inset space \thinspace{}
13209 \end_inset
13210
13211 2
13212 \end_layout
13213
13214 \end_inset
13215 </cell>
13216 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
13217 \begin_inset Text
13218
13219 \begin_layout Plain Layout
13220
13221 \end_layout
13222
13223 \end_inset
13224 </cell>
13225 </row>
13226 <row>
13227 <cell alignment="center" valignment="top" usebox="none">
13228 \begin_inset Text
13229
13230 \begin_layout Plain Layout
13231 \begin_inset ERT
13232 status collapsed
13233
13234 \begin_layout Plain Layout
13235
13236
13237 \backslash
13238 cmidrule(r){2-2}
13239 \end_layout
13240
13241 \end_inset
13242
13243
13244 \begin_inset ERT
13245 status collapsed
13246
13247 \begin_layout Plain Layout
13248
13249
13250 \backslash
13251 cmidrule(l){3-4}
13252 \end_layout
13253
13254 \end_inset
13255
13256
13257 \begin_inset ERT
13258 status collapsed
13259
13260 \begin_layout Plain Layout
13261
13262
13263 \backslash
13264 morecmidrules 
13265 \end_layout
13266
13267 \end_inset
13268
13269
13270 \begin_inset ERT
13271 status collapsed
13272
13273 \begin_layout Plain Layout
13274
13275
13276 \backslash
13277 cmidrule{2-4}
13278 \end_layout
13279
13280 \end_inset
13281
13282 Detector thickness in µm
13283 \end_layout
13284
13285 \end_inset
13286 </cell>
13287 <cell alignment="center" valignment="top" usebox="none">
13288 \begin_inset Text
13289
13290 \begin_layout Plain Layout
13291 300
13292 \end_layout
13293
13294 \end_inset
13295 </cell>
13296 <cell alignment="center" valignment="top" usebox="none">
13297 \begin_inset Text
13298
13299 \begin_layout Plain Layout
13300 300
13301 \end_layout
13302
13303 \end_inset
13304 </cell>
13305 <cell alignment="center" valignment="top" usebox="none">
13306 \begin_inset Text
13307
13308 \begin_layout Plain Layout
13309 700
13310 \end_layout
13311
13312 \end_inset
13313 </cell>
13314 </row>
13315 <row>
13316 <cell alignment="center" valignment="top" topline="true" usebox="none">
13317 \begin_inset Text
13318
13319 \begin_layout Plain Layout
13320 Edge angle in °
13321 \end_layout
13322
13323 \end_inset
13324 </cell>
13325 <cell alignment="center" valignment="top" topline="true" usebox="none">
13326 \begin_inset Text
13327
13328 \begin_layout Plain Layout
13329 3.55
13330 \end_layout
13331
13332 \end_inset
13333 </cell>
13334 <cell alignment="center" valignment="top" topline="true" usebox="none">
13335 \begin_inset Text
13336
13337 \begin_layout Plain Layout
13338 2.71
13339 \end_layout
13340
13341 \end_inset
13342 </cell>
13343 <cell alignment="center" valignment="top" topline="true" usebox="none">
13344 \begin_inset Text
13345
13346 \begin_layout Plain Layout
13347 7.99
13348 \end_layout
13349
13350 \end_inset
13351 </cell>
13352 </row>
13353 <row topspace="default">
13354 <cell alignment="center" valignment="top" usebox="none">
13355 \begin_inset Text
13356
13357 \begin_layout Plain Layout
13358 Spatial resolution in µm
13359 \end_layout
13360
13361 \end_inset
13362 </cell>
13363 <cell alignment="center" valignment="top" usebox="none">
13364 \begin_inset Text
13365
13366 \begin_layout Plain Layout
13367 4.26
13368 \end_layout
13369
13370 \end_inset
13371 </cell>
13372 <cell alignment="center" valignment="top" usebox="none">
13373 \begin_inset Text
13374
13375 \begin_layout Plain Layout
13376 10.17
13377 \end_layout
13378
13379 \end_inset
13380 </cell>
13381 <cell alignment="center" valignment="top" usebox="none">
13382 \begin_inset Text
13383
13384 \begin_layout Plain Layout
13385 10.56
13386 \end_layout
13387
13388 \end_inset
13389 </cell>
13390 </row>
13391 <row topspace="default">
13392 <cell alignment="center" valignment="top" usebox="none">
13393 \begin_inset Text
13394
13395 \begin_layout Plain Layout
13396 MTF at 
13397 \begin_inset Formula $f_{\mathrm{max}}$
13398 \end_inset
13399
13400
13401 \end_layout
13402
13403 \end_inset
13404 </cell>
13405 <cell alignment="center" valignment="top" usebox="none">
13406 \begin_inset Text
13407
13408 \begin_layout Plain Layout
13409 0.53
13410 \end_layout
13411
13412 \end_inset
13413 </cell>
13414 <cell alignment="center" valignment="top" usebox="none">
13415 \begin_inset Text
13416
13417 \begin_layout Plain Layout
13418 0.37
13419 \end_layout
13420
13421 \end_inset
13422 </cell>
13423 <cell alignment="center" valignment="top" usebox="none">
13424 \begin_inset Text
13425
13426 \begin_layout Plain Layout
13427 0.39
13428 \end_layout
13429
13430 \end_inset
13431 </cell>
13432 </row>
13433 <row>
13434 <cell alignment="center" valignment="top" topline="true" usebox="none">
13435 \begin_inset Text
13436
13437 \begin_layout Plain Layout
13438 \begin_inset ERT
13439 status collapsed
13440
13441 \begin_layout Plain Layout
13442
13443
13444 \backslash
13445 morecmidrules 
13446 \end_layout
13447
13448 \end_inset
13449
13450
13451 \begin_inset ERT
13452 status collapsed
13453
13454 \begin_layout Plain Layout
13455
13456
13457 \backslash
13458 cmidrule{3-4}
13459 \end_layout
13460
13461 \end_inset
13462
13463 LSF-spatial resolution
13464 \end_layout
13465
13466 \end_inset
13467 </cell>
13468 <cell alignment="center" valignment="top" topline="true" usebox="none">
13469 \begin_inset Text
13470
13471 \begin_layout Plain Layout
13472
13473 \end_layout
13474
13475 \end_inset
13476 </cell>
13477 <cell alignment="center" valignment="top" topline="true" usebox="none">
13478 \begin_inset Text
13479
13480 \begin_layout Plain Layout
13481
13482 \end_layout
13483
13484 \end_inset
13485 </cell>
13486 <cell alignment="center" valignment="top" topline="true" usebox="none">
13487 \begin_inset Text
13488
13489 \begin_layout Plain Layout
13490
13491 \end_layout
13492
13493 \end_inset
13494 </cell>
13495 </row>
13496 <row>
13497 <cell alignment="center" valignment="top" usebox="none">
13498 \begin_inset Text
13499
13500 \begin_layout Plain Layout
13501 in µm
13502 \end_layout
13503
13504 \end_inset
13505 </cell>
13506 <cell alignment="center" valignment="top" usebox="none">
13507 \begin_inset Text
13508
13509 \begin_layout Plain Layout
13510 129.7
13511 \end_layout
13512
13513 \end_inset
13514 </cell>
13515 <cell alignment="center" valignment="top" usebox="none">
13516 \begin_inset Text
13517
13518 \begin_layout Plain Layout
13519 52.75
13520 \end_layout
13521
13522 \end_inset
13523 </cell>
13524 <cell alignment="center" valignment="top" usebox="none">
13525 \begin_inset Text
13526
13527 \begin_layout Plain Layout
13528 50.78
13529 \end_layout
13530
13531 \end_inset
13532 </cell>
13533 </row>
13534 <row>
13535 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
13536 \begin_inset Text
13537
13538 \begin_layout Plain Layout
13539 in % of pixel size
13540 \end_layout
13541
13542 \end_inset
13543 </cell>
13544 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
13545 \begin_inset Text
13546
13547 \begin_layout Plain Layout
13548 76.3
13549 \end_layout
13550
13551 \end_inset
13552 </cell>
13553 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
13554 \begin_inset Text
13555
13556 \begin_layout Plain Layout
13557 95.9
13558 \end_layout
13559
13560 \end_inset
13561 </cell>
13562 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
13563 \begin_inset Text
13564
13565 \begin_layout Plain Layout
13566 92.3
13567 \end_layout
13568
13569 \end_inset
13570 </cell>
13571 </row>
13572 </lyxtabular>
13573
13574 \end_inset
13575
13576
13577 \end_layout
13578
13579 \end_inset
13580
13581
13582 \end_layout
13583
13584 \begin_layout Section
13585 Alineación vertical de tablas
13586 \begin_inset Index idx
13587 status collapsed
13588
13589 \begin_layout Plain Layout
13590 Tablas ! Alineación vertical
13591 \end_layout
13592
13593 \end_inset
13594
13595
13596 \end_layout
13597
13598 \begin_layout Standard
13599 Para alinear tablas verticalmente en una línea de texto la tabla debe estar
13600  en un cuadro.
13601  Entonces el cuadro se puede alinear verticalmente como se describe en la
13602  sección
13603 \begin_inset space ~
13604 \end_inset
13605
13606
13607 \begin_inset CommandInset ref
13608 LatexCommand ref
13609 reference "sec:Diálogo-Cuadros"
13610
13611 \end_inset
13612
13613 .
13614  
13615 \end_layout
13616
13617 \begin_layout Standard
13618 En el ejemplo siguiente las tablas están en un cuadro tipo minipágina
13619 \begin_inset Foot
13620 status collapsed
13621
13622 \begin_layout Plain Layout
13623 Las minipáginas se describen en la sección
13624 \begin_inset space ~
13625 \end_inset
13626
13627
13628 \begin_inset CommandInset ref
13629 LatexCommand ref
13630 reference "sec:Minipáginas"
13631
13632 \end_inset
13633
13634 .
13635 \end_layout
13636
13637 \end_inset
13638
13639  que tiene una anchura del 15
13640 \begin_inset space \thinspace{}
13641 \end_inset
13642
13643 % de columna:
13644 \end_layout
13645
13646 \begin_layout Itemize
13647 test 
13648 \begin_inset Box Frameless
13649 position "t"
13650 hor_pos "c"
13651 has_inner_box 1
13652 inner_pos "c"
13653 use_parbox 0
13654 use_makebox 0
13655 width "15col%"
13656 special "none"
13657 height "1in"
13658 height_special "totalheight"
13659 status collapsed
13660
13661 \begin_layout Plain Layout
13662 \begin_inset Tabular
13663 <lyxtabular version="3" rows="3" columns="3">
13664 <features tabularvalignment="middle">
13665 <column alignment="center" valignment="top" width="0">
13666 <column alignment="center" valignment="top" width="0">
13667 <column alignment="center" valignment="top" width="0">
13668 <row>
13669 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13670 \begin_inset Text
13671
13672 \begin_layout Plain Layout
13673 a
13674 \end_layout
13675
13676 \end_inset
13677 </cell>
13678 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13679 \begin_inset Text
13680
13681 \begin_layout Plain Layout
13682 d
13683 \end_layout
13684
13685 \end_inset
13686 </cell>
13687 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
13688 \begin_inset Text
13689
13690 \begin_layout Plain Layout
13691 g
13692 \end_layout
13693
13694 \end_inset
13695 </cell>
13696 </row>
13697 <row>
13698 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13699 \begin_inset Text
13700
13701 \begin_layout Plain Layout
13702 b
13703 \end_layout
13704
13705 \end_inset
13706 </cell>
13707 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13708 \begin_inset Text
13709
13710 \begin_layout Plain Layout
13711 e
13712 \end_layout
13713
13714 \end_inset
13715 </cell>
13716 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
13717 \begin_inset Text
13718
13719 \begin_layout Plain Layout
13720 h
13721 \end_layout
13722
13723 \end_inset
13724 </cell>
13725 </row>
13726 <row>
13727 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
13728 \begin_inset Text
13729
13730 \begin_layout Plain Layout
13731 c
13732 \end_layout
13733
13734 \end_inset
13735 </cell>
13736 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
13737 \begin_inset Text
13738
13739 \begin_layout Plain Layout
13740 f
13741 \end_layout
13742
13743 \end_inset
13744 </cell>
13745 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
13746 \begin_inset Text
13747
13748 \begin_layout Plain Layout
13749 i
13750 \end_layout
13751
13752 \end_inset
13753 </cell>
13754 </row>
13755 </lyxtabular>
13756
13757 \end_inset
13758
13759
13760 \end_layout
13761
13762 \end_inset
13763
13764  test 
13765 \begin_inset ERT
13766 status collapsed
13767
13768 \begin_layout Plain Layout
13769
13770
13771 \backslash
13772 raisebox{0.85
13773 \backslash
13774 baselineskip}{
13775 \end_layout
13776
13777 \end_inset
13778
13779
13780 \begin_inset Box Frameless
13781 position "t"
13782 hor_pos "c"
13783 has_inner_box 1
13784 inner_pos "c"
13785 use_parbox 0
13786 use_makebox 0
13787 width "15col%"
13788 special "none"
13789 height "1in"
13790 height_special "totalheight"
13791 status collapsed
13792
13793 \begin_layout Plain Layout
13794 \begin_inset Tabular
13795 <lyxtabular version="3" rows="3" columns="3">
13796 <features tabularvalignment="middle">
13797 <column alignment="center" valignment="top" width="0">
13798 <column alignment="center" valignment="top" width="0">
13799 <column alignment="center" valignment="top" width="0">
13800 <row>
13801 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13802 \begin_inset Text
13803
13804 \begin_layout Plain Layout
13805 a
13806 \end_layout
13807
13808 \end_inset
13809 </cell>
13810 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13811 \begin_inset Text
13812
13813 \begin_layout Plain Layout
13814 d
13815 \end_layout
13816
13817 \end_inset
13818 </cell>
13819 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
13820 \begin_inset Text
13821
13822 \begin_layout Plain Layout
13823 g
13824 \end_layout
13825
13826 \end_inset
13827 </cell>
13828 </row>
13829 <row>
13830 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13831 \begin_inset Text
13832
13833 \begin_layout Plain Layout
13834 b
13835 \end_layout
13836
13837 \end_inset
13838 </cell>
13839 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13840 \begin_inset Text
13841
13842 \begin_layout Plain Layout
13843 e
13844 \end_layout
13845
13846 \end_inset
13847 </cell>
13848 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
13849 \begin_inset Text
13850
13851 \begin_layout Plain Layout
13852 h
13853 \end_layout
13854
13855 \end_inset
13856 </cell>
13857 </row>
13858 <row>
13859 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
13860 \begin_inset Text
13861
13862 \begin_layout Plain Layout
13863 c
13864 \end_layout
13865
13866 \end_inset
13867 </cell>
13868 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
13869 \begin_inset Text
13870
13871 \begin_layout Plain Layout
13872 f
13873 \end_layout
13874
13875 \end_inset
13876 </cell>
13877 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
13878 \begin_inset Text
13879
13880 \begin_layout Plain Layout
13881 i
13882 \end_layout
13883
13884 \end_inset
13885 </cell>
13886 </row>
13887 </lyxtabular>
13888
13889 \end_inset
13890
13891
13892 \end_layout
13893
13894 \end_inset
13895
13896
13897 \begin_inset ERT
13898 status collapsed
13899
13900 \begin_layout Plain Layout
13901
13902 }
13903 \end_layout
13904
13905 \end_inset
13906
13907
13908 \end_layout
13909
13910 \begin_layout Itemize
13911 test 
13912 \begin_inset Box Frameless
13913 position "c"
13914 hor_pos "c"
13915 has_inner_box 1
13916 inner_pos "c"
13917 use_parbox 0
13918 use_makebox 0
13919 width "15col%"
13920 special "none"
13921 height "1in"
13922 height_special "totalheight"
13923 status collapsed
13924
13925 \begin_layout Plain Layout
13926 \begin_inset Tabular
13927 <lyxtabular version="3" rows="3" columns="3">
13928 <features tabularvalignment="middle">
13929 <column alignment="center" valignment="top" width="0">
13930 <column alignment="center" valignment="top" width="0">
13931 <column alignment="center" valignment="top" width="0">
13932 <row>
13933 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13934 \begin_inset Text
13935
13936 \begin_layout Plain Layout
13937 a
13938 \end_layout
13939
13940 \end_inset
13941 </cell>
13942 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13943 \begin_inset Text
13944
13945 \begin_layout Plain Layout
13946 d
13947 \end_layout
13948
13949 \end_inset
13950 </cell>
13951 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
13952 \begin_inset Text
13953
13954 \begin_layout Plain Layout
13955 g
13956 \end_layout
13957
13958 \end_inset
13959 </cell>
13960 </row>
13961 <row>
13962 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13963 \begin_inset Text
13964
13965 \begin_layout Plain Layout
13966 b
13967 \end_layout
13968
13969 \end_inset
13970 </cell>
13971 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13972 \begin_inset Text
13973
13974 \begin_layout Plain Layout
13975 e
13976 \end_layout
13977
13978 \end_inset
13979 </cell>
13980 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
13981 \begin_inset Text
13982
13983 \begin_layout Plain Layout
13984 h
13985 \end_layout
13986
13987 \end_inset
13988 </cell>
13989 </row>
13990 <row>
13991 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
13992 \begin_inset Text
13993
13994 \begin_layout Plain Layout
13995 c
13996 \end_layout
13997
13998 \end_inset
13999 </cell>
14000 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
14001 \begin_inset Text
14002
14003 \begin_layout Plain Layout
14004 f
14005 \end_layout
14006
14007 \end_inset
14008 </cell>
14009 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
14010 \begin_inset Text
14011
14012 \begin_layout Plain Layout
14013 i
14014 \end_layout
14015
14016 \end_inset
14017 </cell>
14018 </row>
14019 </lyxtabular>
14020
14021 \end_inset
14022
14023
14024 \end_layout
14025
14026 \end_inset
14027
14028
14029 \end_layout
14030
14031 \begin_layout Itemize
14032 test 
14033 \begin_inset Box Frameless
14034 position "b"
14035 hor_pos "c"
14036 has_inner_box 1
14037 inner_pos "c"
14038 use_parbox 0
14039 use_makebox 0
14040 width "15col%"
14041 special "none"
14042 height "1in"
14043 height_special "totalheight"
14044 status collapsed
14045
14046 \begin_layout Plain Layout
14047 \begin_inset Tabular
14048 <lyxtabular version="3" rows="3" columns="3">
14049 <features tabularvalignment="middle">
14050 <column alignment="center" valignment="top" width="0">
14051 <column alignment="center" valignment="top" width="0">
14052 <column alignment="center" valignment="top" width="0">
14053 <row>
14054 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14055 \begin_inset Text
14056
14057 \begin_layout Plain Layout
14058 a
14059 \end_layout
14060
14061 \end_inset
14062 </cell>
14063 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14064 \begin_inset Text
14065
14066 \begin_layout Plain Layout
14067 d
14068 \end_layout
14069
14070 \end_inset
14071 </cell>
14072 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14073 \begin_inset Text
14074
14075 \begin_layout Plain Layout
14076 g
14077 \end_layout
14078
14079 \end_inset
14080 </cell>
14081 </row>
14082 <row>
14083 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14084 \begin_inset Text
14085
14086 \begin_layout Plain Layout
14087 b
14088 \end_layout
14089
14090 \end_inset
14091 </cell>
14092 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14093 \begin_inset Text
14094
14095 \begin_layout Plain Layout
14096 e
14097 \end_layout
14098
14099 \end_inset
14100 </cell>
14101 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14102 \begin_inset Text
14103
14104 \begin_layout Plain Layout
14105 h
14106 \end_layout
14107
14108 \end_inset
14109 </cell>
14110 </row>
14111 <row>
14112 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
14113 \begin_inset Text
14114
14115 \begin_layout Plain Layout
14116 c
14117 \end_layout
14118
14119 \end_inset
14120 </cell>
14121 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
14122 \begin_inset Text
14123
14124 \begin_layout Plain Layout
14125 f
14126 \end_layout
14127
14128 \end_inset
14129 </cell>
14130 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
14131 \begin_inset Text
14132
14133 \begin_layout Plain Layout
14134 i
14135 \end_layout
14136
14137 \end_inset
14138 </cell>
14139 </row>
14140 </lyxtabular>
14141
14142 \end_inset
14143
14144
14145 \end_layout
14146
14147 \end_inset
14148
14149  test 
14150 \begin_inset ERT
14151 status collapsed
14152
14153 \begin_layout Plain Layout
14154
14155
14156 \backslash
14157 raisebox{-0.32
14158 \backslash
14159 baselineskip}{
14160 \end_layout
14161
14162 \end_inset
14163
14164
14165 \begin_inset Box Frameless
14166 position "b"
14167 hor_pos "c"
14168 has_inner_box 1
14169 inner_pos "c"
14170 use_parbox 0
14171 use_makebox 0
14172 width "15col%"
14173 special "none"
14174 height "1in"
14175 height_special "totalheight"
14176 status collapsed
14177
14178 \begin_layout Plain Layout
14179 \begin_inset Tabular
14180 <lyxtabular version="3" rows="3" columns="3">
14181 <features tabularvalignment="middle">
14182 <column alignment="center" valignment="top" width="0">
14183 <column alignment="center" valignment="top" width="0">
14184 <column alignment="center" valignment="top" width="0">
14185 <row>
14186 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14187 \begin_inset Text
14188
14189 \begin_layout Plain Layout
14190 a
14191 \end_layout
14192
14193 \end_inset
14194 </cell>
14195 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14196 \begin_inset Text
14197
14198 \begin_layout Plain Layout
14199 d
14200 \end_layout
14201
14202 \end_inset
14203 </cell>
14204 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14205 \begin_inset Text
14206
14207 \begin_layout Plain Layout
14208 g
14209 \end_layout
14210
14211 \end_inset
14212 </cell>
14213 </row>
14214 <row>
14215 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14216 \begin_inset Text
14217
14218 \begin_layout Plain Layout
14219 b
14220 \end_layout
14221
14222 \end_inset
14223 </cell>
14224 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14225 \begin_inset Text
14226
14227 \begin_layout Plain Layout
14228 e
14229 \end_layout
14230
14231 \end_inset
14232 </cell>
14233 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14234 \begin_inset Text
14235
14236 \begin_layout Plain Layout
14237 h
14238 \end_layout
14239
14240 \end_inset
14241 </cell>
14242 </row>
14243 <row>
14244 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
14245 \begin_inset Text
14246
14247 \begin_layout Plain Layout
14248 c
14249 \end_layout
14250
14251 \end_inset
14252 </cell>
14253 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
14254 \begin_inset Text
14255
14256 \begin_layout Plain Layout
14257 f
14258 \end_layout
14259
14260 \end_inset
14261 </cell>
14262 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
14263 \begin_inset Text
14264
14265 \begin_layout Plain Layout
14266 i
14267 \end_layout
14268
14269 \end_inset
14270 </cell>
14271 </row>
14272 </lyxtabular>
14273
14274 \end_inset
14275
14276
14277 \end_layout
14278
14279 \end_inset
14280
14281
14282 \begin_inset ERT
14283 status collapsed
14284
14285 \begin_layout Plain Layout
14286
14287 }
14288 \end_layout
14289
14290 \end_inset
14291
14292
14293 \end_layout
14294
14295 \begin_layout Standard
14296 Como ves, los contenidos de la primera y última filas no se alinean correctament
14297 e con la línea de texto donde está la tabla.
14298  Para conseguir esta alineación, el cuadro (minipágina) debe ponerse en
14299  un cuadro elevado («raisebox»
14300 \begin_inset Foot
14301 status collapsed
14302
14303 \begin_layout Plain Layout
14304 El uso del comando 
14305 \series bold
14306
14307 \backslash
14308 raisebox
14309 \series default
14310  se explica en la sección
14311 \begin_inset space ~
14312 \end_inset
14313
14314
14315 \begin_inset CommandInset ref
14316 LatexCommand ref
14317 reference "sub:Alineación-Vertical"
14318
14319 \end_inset
14320
14321 .
14322 \end_layout
14323
14324 \end_inset
14325
14326 ).
14327  En el ejemplo anterior, la segunda tabla del primer ítem está alineada
14328  usando el comando en código TeX
14329 \end_layout
14330
14331 \begin_layout Standard
14332
14333 \series bold
14334
14335 \backslash
14336 raisebox{0.85
14337 \backslash
14338 baselineskip}{
14339 \end_layout
14340
14341 \begin_layout Standard
14342 antes del cuadro.
14343  Tras él, se pone la llave de cierre 
14344 \series bold
14345 }
14346 \series default
14347  también en código TeX.
14348  Para la segunda tabla en el tercer ítem se usa el comando 
14349 \end_layout
14350
14351 \begin_layout Standard
14352
14353 \series bold
14354
14355 \backslash
14356 raisebox{-0.32
14357 \backslash
14358 baselineskip}{
14359 \end_layout
14360
14361 \begin_layout Standard
14362 \begin_inset Note Greyedout
14363 status open
14364
14365 \begin_layout Plain Layout
14366
14367 \series bold
14368 Not
14369 \series default
14370 a: La alineación del contenido de la fila con la línea del texto adyacente
14371  no es exacta.
14372  El factor necesario del comando 
14373 \series bold
14374
14375 \backslash
14376 raisebox
14377 \series default
14378  para este alineamiento depende de la fuente del documento, del tamaño de
14379  la fuente y del grosor de línea de la tabla.
14380 \end_layout
14381
14382 \end_inset
14383
14384
14385 \end_layout
14386
14387 \begin_layout Section
14388 Tablas coloreadas
14389 \begin_inset CommandInset label
14390 LatexCommand label
14391 name "sec:Tablas-Coloreadas"
14392
14393 \end_inset
14394
14395
14396 \end_layout
14397
14398 \begin_layout Subsection
14399 Celdas coloreadas
14400 \begin_inset Index idx
14401 status collapsed
14402
14403 \begin_layout Plain Layout
14404 Tablas ! Coloreadas ! Celdas
14405 \end_layout
14406
14407 \end_inset
14408
14409
14410 \begin_inset Index idx
14411 status collapsed
14412
14413 \begin_layout Plain Layout
14414 Color ! en celdas de tablas
14415 \end_layout
14416
14417 \end_inset
14418
14419
14420 \end_layout
14421
14422 \begin_layout Standard
14423 \begin_inset Float table
14424 placement h
14425 wide false
14426 sideways false
14427 status open
14428
14429 \begin_layout Plain Layout
14430 \begin_inset Caption
14431
14432 \begin_layout Plain Layout
14433 \begin_inset CommandInset label
14434 LatexCommand label
14435 name "tab:Tabla-coloreada-sin"
14436
14437 \end_inset
14438
14439 Tabla coloreada sin usar el paquete 
14440 \series bold
14441 colortbl
14442 \series default
14443
14444 \begin_inset Argument
14445 status collapsed
14446
14447 \begin_layout Plain Layout
14448 Tabla sin colortbl
14449 \end_layout
14450
14451 \end_inset
14452
14453
14454 \end_layout
14455
14456 \end_inset
14457
14458
14459 \end_layout
14460
14461 \begin_layout Plain Layout
14462 \align center
14463 \begin_inset Tabular
14464 <lyxtabular version="3" rows="3" columns="3">
14465 <features tabularvalignment="middle">
14466 <column alignment="center" valignment="top" width="0">
14467 <column alignment="center" valignment="top" width="0">
14468 <column alignment="center" valignment="top" width="0">
14469 <row>
14470 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14471 \begin_inset Text
14472
14473 \begin_layout Plain Layout
14474
14475 \color green
14476 a
14477 \end_layout
14478
14479 \end_inset
14480 </cell>
14481 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14482 \begin_inset Text
14483
14484 \begin_layout Plain Layout
14485
14486 \color red
14487 b
14488 \end_layout
14489
14490 \end_inset
14491 </cell>
14492 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14493 \begin_inset Text
14494
14495 \begin_layout Plain Layout
14496
14497 \color red
14498 c
14499 \end_layout
14500
14501 \end_inset
14502 </cell>
14503 </row>
14504 <row>
14505 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14506 \begin_inset Text
14507
14508 \begin_layout Plain Layout
14509
14510 \color green
14511 d
14512 \end_layout
14513
14514 \end_inset
14515 </cell>
14516 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14517 \begin_inset Text
14518
14519 \begin_layout Plain Layout
14520
14521 \color blue
14522 e
14523 \end_layout
14524
14525 \end_inset
14526 </cell>
14527 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14528 \begin_inset Text
14529
14530 \begin_layout Plain Layout
14531
14532 \color blue
14533 f
14534 \end_layout
14535
14536 \end_inset
14537 </cell>
14538 </row>
14539 <row>
14540 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
14541 \begin_inset Text
14542
14543 \begin_layout Plain Layout
14544
14545 \color green
14546 g
14547 \end_layout
14548
14549 \end_inset
14550 </cell>
14551 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
14552 \begin_inset Text
14553
14554 \begin_layout Plain Layout
14555
14556 \color blue
14557 h
14558 \end_layout
14559
14560 \end_inset
14561 </cell>
14562 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
14563 \begin_inset Text
14564
14565 \begin_layout Plain Layout
14566
14567 \color blue
14568 i
14569 \end_layout
14570
14571 \end_inset
14572 </cell>
14573 </row>
14574 </lyxtabular>
14575
14576 \end_inset
14577
14578
14579 \end_layout
14580
14581 \end_inset
14582
14583
14584 \end_layout
14585
14586 \begin_layout Standard
14587 Si sólo necesitas color en el texto, marca las celdas y elige un color en
14588  el menú 
14589 \family sans
14590 Editar\SpecialChar \menuseparator
14591 Estilo
14592 \begin_inset space ~
14593 \end_inset
14594
14595 del
14596 \begin_inset space ~
14597 \end_inset
14598
14599 Texto
14600 \family default
14601 .
14602  Esto se ha hecho en la tabla
14603 \begin_inset space ~
14604 \end_inset
14605
14606
14607 \begin_inset CommandInset ref
14608 LatexCommand ref
14609 reference "tab:Tabla-coloreada-sin"
14610
14611 \end_inset
14612
14613 .
14614  En cualquier otro caso hay que usar el paquete LaTeX 
14615 \series bold
14616 colortbl
14617 \series default
14618 .
14619 \begin_inset Index idx
14620 status collapsed
14621
14622 \begin_layout Plain Layout
14623 LaTeX-paquetes ! colortbl
14624 \end_layout
14625
14626 \end_inset
14627
14628
14629 \end_layout
14630
14631 \begin_layout Standard
14632 \begin_inset ERT
14633 status collapsed
14634
14635 \begin_layout Plain Layout
14636
14637
14638 \backslash
14639 ifcolortbl
14640 \end_layout
14641
14642 \end_inset
14643
14644
14645 \begin_inset Note Note
14646 status collapsed
14647
14648 \begin_layout Plain Layout
14649 La siguiente sección sólo se mostrará en pantalla si está instalado el paquete
14650  LaTeX 
14651 \series bold
14652 colortbl
14653 \series default
14654 .
14655 \end_layout
14656
14657 \end_inset
14658
14659
14660 \end_layout
14661
14662 \begin_layout Standard
14663 Para crear tablas coloreadas, 
14664 \series bold
14665 colortbl
14666 \series default
14667  debe cargarse en el preámbulo con la línea
14668 \end_layout
14669
14670 \begin_layout Standard
14671
14672 \series bold
14673
14674 \backslash
14675 usepackage{colortbl}
14676 \end_layout
14677
14678 \begin_layout Standard
14679 El color de una columna se define con el comando
14680 \end_layout
14681
14682 \begin_layout Standard
14683
14684 \series bold
14685
14686 \backslash
14687 columncolor{nombre del color}
14688 \end_layout
14689
14690 \begin_layout Standard
14691 dentro del comando 
14692 \series bold
14693 >{ }
14694 \series default
14695 .
14696  Más sobre el comando 
14697 \series bold
14698 >{}
14699 \series default
14700  se explica en la sección
14701 \begin_inset space ~
14702 \end_inset
14703
14704
14705 \begin_inset CommandInset ref
14706 LatexCommand ref
14707 reference "sub:Cálculos-en-Multicolumnas"
14708
14709 \end_inset
14710
14711 .
14712 \end_layout
14713
14714 \begin_layout Standard
14715 Los siguientes nombres de color están predefinidos:
14716 \end_layout
14717
14718 \begin_layout Standard
14719
14720 \family sans
14721 red
14722 \family default
14723
14724 \family sans
14725 green
14726 \family default
14727
14728 \family sans
14729 yellow, blue
14730 \family default
14731
14732 \family sans
14733 cyan
14734 \family default
14735 \series bold
14736 ,
14737 \series default
14738  
14739 \family sans
14740 magenta, black
14741 \family default
14742
14743 \family sans
14744 white
14745 \end_layout
14746
14747 \begin_layout Standard
14748 \begin_inset VSpace medskip
14749 \end_inset
14750
14751
14752 \end_layout
14753
14754 \begin_layout Standard
14755 Puedes definir tus propios colores con el comando
14756 \end_layout
14757
14758 \begin_layout Standard
14759
14760 \series bold
14761
14762 \backslash
14763 definecolor{nombre del color}{modelo de color}{valores de color}
14764 \end_layout
14765
14766 \begin_layout Standard
14767 El modelo de color puede ser
14768 \end_layout
14769
14770 \begin_layout Labeling
14771 \labelwidthstring 00.00.0000
14772 cmyk: cyan, magenta, yellow, black
14773 \end_layout
14774
14775 \begin_layout Labeling
14776 \labelwidthstring 00.00.0000
14777 rgb: red, green, blue
14778 \end_layout
14779
14780 \begin_layout Labeling
14781 \labelwidthstring 00.00.0000
14782 gray: gray
14783 \end_layout
14784
14785 \begin_layout Standard
14786 y los valores de color son números separados por comas entre 0 y 1 que describen
14787  el factor para el color correspondiente del modelo de color.
14788 \end_layout
14789
14790 \begin_layout Standard
14791 Por ejemplo, puedes definir el color
14792 \series bold
14793  
14794 \series default
14795 «
14796 \emph on
14797 verde oscuro
14798 \emph default
14799 » en el preámbulo con
14800 \end_layout
14801
14802 \begin_layout Standard
14803
14804 \series bold
14805
14806 \backslash
14807 definecolor{verdeoscuro}{cmyk}{0.5, 0, 1, 0.5}
14808 \end_layout
14809
14810 \begin_layout Standard
14811 y el color «
14812 \emph on
14813 gris claro
14814 \emph default
14815 » con
14816 \end_layout
14817
14818 \begin_layout Standard
14819
14820 \series bold
14821
14822 \backslash
14823 definecolor{grisclaro}{gray}{0.8}
14824 \end_layout
14825
14826 \begin_layout Standard
14827 \begin_inset VSpace medskip
14828 \end_inset
14829
14830
14831 \end_layout
14832
14833 \begin_layout Standard
14834 Las líneas se colorean con el comando
14835 \end_layout
14836
14837 \begin_layout Standard
14838
14839 \series bold
14840
14841 \backslash
14842 rowcolor{nombre del color}
14843 \end_layout
14844
14845 \begin_layout Standard
14846 y las celdas se colorean con el comando
14847 \end_layout
14848
14849 \begin_layout Standard
14850
14851 \series bold
14852
14853 \backslash
14854 cellcolor{nombre del color}
14855 \end_layout
14856
14857 \begin_layout Standard
14858 Ambos comandos se insertan al principio de una celda en código TeX.
14859 \end_layout
14860
14861 \begin_layout Standard
14862 Para colorear caracteres en la tabla marca las celdas y usa el menú 
14863 \family sans
14864 Editar\SpecialChar \menuseparator
14865 Estilo
14866 \begin_inset space ~
14867 \end_inset
14868
14869 del
14870 \begin_inset space ~
14871 \end_inset
14872
14873 Texto
14874 \family default
14875 .
14876  Si una celda contiene código TeX marca sólo los caracteres, si no el código
14877  TeX en color puede ocasionar errores de LaTeX.
14878 \end_layout
14879
14880 \begin_layout Standard
14881 \begin_inset Note Greyedout
14882 status open
14883
14884 \begin_layout Plain Layout
14885
14886 \series bold
14887 Nota:
14888 \series default
14889  No todos los visores DVI pueden mostrar colores definidos por el usuario.
14890 \end_layout
14891
14892 \end_inset
14893
14894
14895 \end_layout
14896
14897 \begin_layout Standard
14898 \begin_inset VSpace bigskip
14899 \end_inset
14900
14901
14902 \end_layout
14903
14904 \begin_layout Standard
14905 Para crear la tabla
14906 \begin_inset space ~
14907 \end_inset
14908
14909
14910 \begin_inset CommandInset ref
14911 LatexCommand ref
14912 reference "tab:Tabla-coloreada-con"
14913
14914 \end_inset
14915
14916  haz lo siguiente: el color de la primera columna debe ser 
14917 \emph on
14918 verde oscuro
14919 \emph default
14920 , entonces inserta
14921 \end_layout
14922
14923 \begin_layout Standard
14924
14925 \series bold
14926 >{
14927 \backslash
14928 columncolor{verdeoscuro}
14929 \backslash
14930 centering}c
14931 \end_layout
14932
14933 \begin_layout Standard
14934 como argumento LaTeX para esta columna.
14935  La primera fila debe ser azul, por tanto inserta el comando en código TeX
14936 \end_layout
14937
14938 \begin_layout Standard
14939
14940 \series bold
14941
14942 \backslash
14943 rowcolor{cyan}
14944 \end_layout
14945
14946 \begin_layout Standard
14947 en la primera celda de esta fila.
14948  Observa que esto sobreescribe el color de la columna para la primera celda.
14949  La última celda de la última fila se colorea magenta insertando el comando
14950  en código TeX
14951 \end_layout
14952
14953 \begin_layout Standard
14954
14955 \series bold
14956
14957 \backslash
14958 cellcolor{magenta}
14959 \end_layout
14960
14961 \begin_layout Standard
14962 Ahora podrían colorearse los caracteres usando el menú 
14963 \family sans
14964 Editar\SpecialChar \menuseparator
14965 Estilo
14966 \begin_inset space ~
14967 \end_inset
14968
14969 del
14970 \begin_inset space ~
14971 \end_inset
14972
14973 Texto
14974 \family default
14975 .
14976 \end_layout
14977
14978 \begin_layout Standard
14979 \begin_inset Float table
14980 placement h
14981 wide false
14982 sideways false
14983 status open
14984
14985 \begin_layout Plain Layout
14986 \begin_inset Caption
14987
14988 \begin_layout Plain Layout
14989 \begin_inset CommandInset label
14990 LatexCommand label
14991 name "tab:Tabla-coloreada-con"
14992
14993 \end_inset
14994
14995 Tabla coloreada con el paquete 
14996 \series bold
14997 colortbl
14998 \series default
14999
15000 \begin_inset Argument
15001 status collapsed
15002
15003 \begin_layout Plain Layout
15004 Tabla con 
15005 \series bold
15006 colortbl
15007 \end_layout
15008
15009 \end_inset
15010
15011
15012 \end_layout
15013
15014 \end_inset
15015
15016
15017 \end_layout
15018
15019 \begin_layout Plain Layout
15020 \align center
15021 \begin_inset Tabular
15022 <lyxtabular version="3" rows="3" columns="3">
15023 <features tabularvalignment="middle">
15024 <column alignment="center" valignment="top" width="0" special=">{\columncolor{verdeoscuro}\centering}c">
15025 <column alignment="center" valignment="top" width="0">
15026 <column alignment="center" valignment="top" width="0">
15027 <row>
15028 <cell alignment="center" valignment="top" usebox="none">
15029 \begin_inset Text
15030
15031 \begin_layout Plain Layout
15032 \begin_inset ERT
15033 status collapsed
15034
15035 \begin_layout Plain Layout
15036
15037
15038 \backslash
15039 rowcolor{cyan}
15040 \end_layout
15041
15042 \end_inset
15043
15044
15045 \color magenta
15046 a
15047 \end_layout
15048
15049 \end_inset
15050 </cell>
15051 <cell alignment="center" valignment="top" usebox="none">
15052 \begin_inset Text
15053
15054 \begin_layout Plain Layout
15055
15056 \color red
15057 b
15058 \end_layout
15059
15060 \end_inset
15061 </cell>
15062 <cell alignment="center" valignment="top" usebox="none">
15063 \begin_inset Text
15064
15065 \begin_layout Plain Layout
15066
15067 \color red
15068 c
15069 \end_layout
15070
15071 \end_inset
15072 </cell>
15073 </row>
15074 <row>
15075 <cell alignment="center" valignment="top" usebox="none">
15076 \begin_inset Text
15077
15078 \begin_layout Plain Layout
15079
15080 \color yellow
15081 d
15082 \end_layout
15083
15084 \end_inset
15085 </cell>
15086 <cell alignment="center" valignment="top" usebox="none">
15087 \begin_inset Text
15088
15089 \begin_layout Plain Layout
15090
15091 \color blue
15092 e
15093 \end_layout
15094
15095 \end_inset
15096 </cell>
15097 <cell alignment="center" valignment="top" usebox="none">
15098 \begin_inset Text
15099
15100 \begin_layout Plain Layout
15101
15102 \color blue
15103 f
15104 \end_layout
15105
15106 \end_inset
15107 </cell>
15108 </row>
15109 <row>
15110 <cell alignment="center" valignment="top" usebox="none">
15111 \begin_inset Text
15112
15113 \begin_layout Plain Layout
15114
15115 \color yellow
15116 g
15117 \end_layout
15118
15119 \end_inset
15120 </cell>
15121 <cell alignment="center" valignment="top" usebox="none">
15122 \begin_inset Text
15123
15124 \begin_layout Plain Layout
15125
15126 \color blue
15127 h
15128 \end_layout
15129
15130 \end_inset
15131 </cell>
15132 <cell alignment="center" valignment="top" usebox="none">
15133 \begin_inset Text
15134
15135 \begin_layout Plain Layout
15136 \begin_inset ERT
15137 status collapsed
15138
15139 \begin_layout Plain Layout
15140
15141
15142 \backslash
15143 cellcolor{magenta}
15144 \end_layout
15145
15146 \end_inset
15147
15148
15149 \color green
15150 i
15151 \end_layout
15152
15153 \end_inset
15154 </cell>
15155 </row>
15156 </lyxtabular>
15157
15158 \end_inset
15159
15160
15161 \end_layout
15162
15163 \end_inset
15164
15165
15166 \end_layout
15167
15168 \begin_layout Standard
15169 \begin_inset ERT
15170 status collapsed
15171
15172 \begin_layout Plain Layout
15173
15174
15175 \backslash
15176 else
15177 \end_layout
15178
15179 \end_inset
15180
15181
15182 \begin_inset Note Note
15183 status collapsed
15184
15185 \begin_layout Plain Layout
15186 Lo siguiente se mostrará en pantalla si no está instalado el paquete LaTeX
15187  
15188 \series bold
15189 colortbl
15190 \series default
15191 .
15192 \end_layout
15193
15194 \end_inset
15195
15196
15197 \end_layout
15198
15199 \begin_layout Standard
15200 Debes instalar el paquete LaTeX 
15201 \series bold
15202 colortbl
15203 \series default
15204  para ver la parte siguiente en la salida.
15205 \end_layout
15206
15207 \begin_layout Standard
15208 \begin_inset ERT
15209 status collapsed
15210
15211 \begin_layout Plain Layout
15212
15213
15214 \backslash
15215 fi
15216 \end_layout
15217
15218 \end_inset
15219
15220
15221 \end_layout
15222
15223 \begin_layout Subsection
15224 Líneas coloreadas
15225 \begin_inset Index idx
15226 status collapsed
15227
15228 \begin_layout Plain Layout
15229 Tablas ! Coloreadas ! Líneas
15230 \end_layout
15231
15232 \end_inset
15233
15234
15235 \begin_inset Index idx
15236 status collapsed
15237
15238 \begin_layout Plain Layout
15239 Color ! en bordes de tabla
15240 \end_layout
15241
15242 \end_inset
15243
15244
15245 \end_layout
15246
15247 \begin_layout Standard
15248 Como se describe en la sección
15249 \begin_inset space ~
15250 \end_inset
15251
15252
15253 \begin_inset CommandInset ref
15254 LatexCommand ref
15255 reference "sub:Grosor-de-Líneas"
15256
15257 \end_inset
15258
15259 , el grosor para todas las líneas en una tabla puede ajustarse con el comando
15260  
15261 \series bold
15262
15263 \backslash
15264 arrayrulewidth
15265 \series default
15266 .
15267  Se ha puesto 1.5
15268 \begin_inset space \thinspace{}
15269 \end_inset
15270
15271 pt para todas las tablas de esta sección.
15272 \begin_inset ERT
15273 status collapsed
15274
15275 \begin_layout Plain Layout
15276
15277
15278 \backslash
15279 setlength{
15280 \backslash
15281 arrayrulewidth}{1.5pt}
15282 \end_layout
15283
15284 \end_inset
15285
15286
15287 \end_layout
15288
15289 \begin_layout Standard
15290 Por ejemplo, para colorear todas las líneas verticales en verde, crea en
15291  el preámbulo del documento el siguiente formato de columna, de acuerdo
15292  a lo descrito en la sección
15293 \begin_inset space ~
15294 \end_inset
15295
15296
15297 \begin_inset CommandInset ref
15298 LatexCommand ref
15299 reference "sub:Formato-Personalizado"
15300
15301 \end_inset
15302
15303 :
15304 \end_layout
15305
15306 \begin_layout Standard
15307
15308 \series bold
15309
15310 \backslash
15311 newcolumntype{W}{!{
15312 \backslash
15313 color{green}
15314 \backslash
15315 vline}}
15316 \end_layout
15317
15318 \begin_layout Standard
15319 Para la tabla
15320 \begin_inset space ~
15321 \end_inset
15322
15323
15324 \begin_inset CommandInset ref
15325 LatexCommand ref
15326 reference "tab:Tabla-con-verticales-coloreadas"
15327
15328 \end_inset
15329
15330  se usó el argumento LaTeX
15331 \series bold
15332  WcW
15333 \series default
15334  para la última columna y
15335 \series bold
15336  Wc
15337 \series default
15338  para las demás.
15339 \end_layout
15340
15341 \begin_layout Standard
15342 Si quieres tener varios colores, define más formatos de columna.
15343 \end_layout
15344
15345 \begin_layout Standard
15346 \begin_inset Float table
15347 placement h
15348 wide false
15349 sideways false
15350 status open
15351
15352 \begin_layout Plain Layout
15353 \begin_inset Caption
15354
15355 \begin_layout Plain Layout
15356 \begin_inset CommandInset label
15357 LatexCommand label
15358 name "tab:Tabla-con-verticales-coloreadas"
15359
15360 \end_inset
15361
15362 Tabla con líneas verticales coloreadas
15363 \end_layout
15364
15365 \end_inset
15366
15367
15368 \end_layout
15369
15370 \begin_layout Plain Layout
15371 \align center
15372 \begin_inset Tabular
15373 <lyxtabular version="3" rows="3" columns="3">
15374 <features tabularvalignment="middle">
15375 <column alignment="center" valignment="top" width="0" special="Wc">
15376 <column alignment="center" valignment="top" width="0" special="Wc">
15377 <column alignment="center" valignment="top" width="0" special="WcW">
15378 <row>
15379 <cell alignment="center" valignment="top" topline="true" usebox="none">
15380 \begin_inset Text
15381
15382 \begin_layout Plain Layout
15383 sd
15384 \end_layout
15385
15386 \end_inset
15387 </cell>
15388 <cell alignment="center" valignment="top" topline="true" usebox="none">
15389 \begin_inset Text
15390
15391 \begin_layout Plain Layout
15392
15393 \end_layout
15394
15395 \end_inset
15396 </cell>
15397 <cell alignment="center" valignment="top" topline="true" usebox="none">
15398 \begin_inset Text
15399
15400 \begin_layout Plain Layout
15401
15402 \end_layout
15403
15404 \end_inset
15405 </cell>
15406 </row>
15407 <row>
15408 <cell alignment="center" valignment="top" topline="true" usebox="none">
15409 \begin_inset Text
15410
15411 \begin_layout Plain Layout
15412
15413 \end_layout
15414
15415 \end_inset
15416 </cell>
15417 <cell alignment="center" valignment="top" topline="true" usebox="none">
15418 \begin_inset Text
15419
15420 \begin_layout Plain Layout
15421 sd
15422 \end_layout
15423
15424 \end_inset
15425 </cell>
15426 <cell alignment="center" valignment="top" topline="true" usebox="none">
15427 \begin_inset Text
15428
15429 \begin_layout Plain Layout
15430
15431 \end_layout
15432
15433 \end_inset
15434 </cell>
15435 </row>
15436 <row>
15437 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
15438 \begin_inset Text
15439
15440 \begin_layout Plain Layout
15441
15442 \end_layout
15443
15444 \end_inset
15445 </cell>
15446 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
15447 \begin_inset Text
15448
15449 \begin_layout Plain Layout
15450
15451 \end_layout
15452
15453 \end_inset
15454 </cell>
15455 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
15456 \begin_inset Text
15457
15458 \begin_layout Plain Layout
15459 sd
15460 \end_layout
15461
15462 \end_inset
15463 </cell>
15464 </row>
15465 </lyxtabular>
15466
15467 \end_inset
15468
15469
15470 \end_layout
15471
15472 \end_inset
15473
15474
15475 \end_layout
15476
15477 \begin_layout Standard
15478 \begin_inset VSpace bigskip
15479 \end_inset
15480
15481 Para colorear líneas horizontales, por ejemplo en rojo, como en la tabla
15482 \begin_inset space ~
15483 \end_inset
15484
15485
15486 \begin_inset CommandInset ref
15487 LatexCommand ref
15488 reference "tab:Tabla-con-horizontales-coloreadas"
15489
15490 \end_inset
15491
15492 , inserta estos comandos en código TeX antes de la tabla o del flotante:
15493 \end_layout
15494
15495 \begin_layout Standard
15496
15497 \series bold
15498
15499 \backslash
15500 let
15501 \backslash
15502 myHlineC
15503 \backslash
15504 hline
15505 \begin_inset Newline newline
15506 \end_inset
15507
15508
15509 \backslash
15510 renewcommand{
15511 \backslash
15512 hline}
15513 \begin_inset Newline newline
15514 \end_inset
15515
15516
15517 \begin_inset Phantom HPhantom
15518 status open
15519
15520 \begin_layout Plain Layout
15521
15522 \series bold
15523 \begin_inset space ~
15524 \end_inset
15525
15526
15527 \end_layout
15528
15529 \end_inset
15530
15531 {
15532 \backslash
15533 arrayrulecolor{red}
15534 \backslash
15535 myHlineC
15536 \backslash
15537 arrayrulecolor{black}}
15538 \end_layout
15539
15540 \begin_layout Standard
15541 \begin_inset ERT
15542 status collapsed
15543
15544 \begin_layout Plain Layout
15545
15546
15547 \backslash
15548 let
15549 \backslash
15550 myHlineC
15551 \backslash
15552 hline
15553 \end_layout
15554
15555 \begin_layout Plain Layout
15556
15557
15558 \backslash
15559 renewcommand{
15560 \backslash
15561 hline}
15562 \end_layout
15563
15564 \begin_layout Plain Layout
15565
15566  {
15567 \backslash
15568 arrayrulecolor{red}
15569 \backslash
15570 myHlineC
15571 \backslash
15572 arrayrulecolor{black}}
15573 \end_layout
15574
15575 \end_inset
15576
15577
15578 \begin_inset Float table
15579 placement h
15580 wide false
15581 sideways false
15582 status open
15583
15584 \begin_layout Plain Layout
15585 \begin_inset Caption
15586
15587 \begin_layout Plain Layout
15588 \begin_inset CommandInset label
15589 LatexCommand label
15590 name "tab:Tabla-con-horizontales-coloreadas"
15591
15592 \end_inset
15593
15594 Tabla con líneas horizontales coloreadas
15595 \end_layout
15596
15597 \end_inset
15598
15599
15600 \end_layout
15601
15602 \begin_layout Plain Layout
15603 \align center
15604 \begin_inset Tabular
15605 <lyxtabular version="3" rows="3" columns="3">
15606 <features tabularvalignment="middle">
15607 <column alignment="center" valignment="top" width="0">
15608 <column alignment="center" valignment="top" width="0">
15609 <column alignment="center" valignment="top" width="0">
15610 <row>
15611 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15612 \begin_inset Text
15613
15614 \begin_layout Plain Layout
15615 sd
15616 \end_layout
15617
15618 \end_inset
15619 </cell>
15620 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15621 \begin_inset Text
15622
15623 \begin_layout Plain Layout
15624
15625 \end_layout
15626
15627 \end_inset
15628 </cell>
15629 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15630 \begin_inset Text
15631
15632 \begin_layout Plain Layout
15633
15634 \end_layout
15635
15636 \end_inset
15637 </cell>
15638 </row>
15639 <row>
15640 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15641 \begin_inset Text
15642
15643 \begin_layout Plain Layout
15644
15645 \end_layout
15646
15647 \end_inset
15648 </cell>
15649 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15650 \begin_inset Text
15651
15652 \begin_layout Plain Layout
15653 sd
15654 \end_layout
15655
15656 \end_inset
15657 </cell>
15658 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15659 \begin_inset Text
15660
15661 \begin_layout Plain Layout
15662
15663 \end_layout
15664
15665 \end_inset
15666 </cell>
15667 </row>
15668 <row>
15669 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
15670 \begin_inset Text
15671
15672 \begin_layout Plain Layout
15673
15674 \end_layout
15675
15676 \end_inset
15677 </cell>
15678 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
15679 \begin_inset Text
15680
15681 \begin_layout Plain Layout
15682
15683 \end_layout
15684
15685 \end_inset
15686 </cell>
15687 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
15688 \begin_inset Text
15689
15690 \begin_layout Plain Layout
15691 sd
15692 \end_layout
15693
15694 \end_inset
15695 </cell>
15696 </row>
15697 </lyxtabular>
15698
15699 \end_inset
15700
15701
15702 \end_layout
15703
15704 \end_inset
15705
15706
15707 \end_layout
15708
15709 \begin_layout Standard
15710 Para volver al color de línea negro predeterminado inserta este comando
15711  en código TeX detrás de la tabla o el flotante:
15712 \end_layout
15713
15714 \begin_layout Standard
15715
15716 \series bold
15717
15718 \backslash
15719 renewcommand{
15720 \backslash
15721 hline}{
15722 \backslash
15723 myHlineC}
15724 \end_layout
15725
15726 \begin_layout Standard
15727 La tabla
15728 \begin_inset space ~
15729 \end_inset
15730
15731
15732 \begin_inset CommandInset ref
15733 LatexCommand ref
15734 reference "tab:Tabla-con-líneas-coloreadas"
15735
15736 \end_inset
15737
15738  es un ejemplo con líneas verticales y horizontales coloreadas.
15739 \end_layout
15740
15741 \begin_layout Standard
15742 \begin_inset Float table
15743 placement h
15744 wide false
15745 sideways false
15746 status open
15747
15748 \begin_layout Plain Layout
15749 \begin_inset Caption
15750
15751 \begin_layout Plain Layout
15752 \begin_inset CommandInset label
15753 LatexCommand label
15754 name "tab:Tabla-con-líneas-coloreadas"
15755
15756 \end_inset
15757
15758 Tabla con líneas coloreadas
15759 \end_layout
15760
15761 \end_inset
15762
15763
15764 \end_layout
15765
15766 \begin_layout Plain Layout
15767 \align center
15768 \begin_inset Tabular
15769 <lyxtabular version="3" rows="3" columns="3">
15770 <features tabularvalignment="middle">
15771 <column alignment="center" valignment="top" width="0" special="Wc">
15772 <column alignment="center" valignment="top" width="0" special="Wc">
15773 <column alignment="center" valignment="top" width="0" special="WcW">
15774 <row>
15775 <cell alignment="center" valignment="top" topline="true" usebox="none">
15776 \begin_inset Text
15777
15778 \begin_layout Plain Layout
15779 sd
15780 \end_layout
15781
15782 \end_inset
15783 </cell>
15784 <cell alignment="center" valignment="top" topline="true" usebox="none">
15785 \begin_inset Text
15786
15787 \begin_layout Plain Layout
15788
15789 \end_layout
15790
15791 \end_inset
15792 </cell>
15793 <cell alignment="center" valignment="top" topline="true" usebox="none">
15794 \begin_inset Text
15795
15796 \begin_layout Plain Layout
15797
15798 \end_layout
15799
15800 \end_inset
15801 </cell>
15802 </row>
15803 <row>
15804 <cell alignment="center" valignment="top" topline="true" usebox="none">
15805 \begin_inset Text
15806
15807 \begin_layout Plain Layout
15808
15809 \end_layout
15810
15811 \end_inset
15812 </cell>
15813 <cell alignment="center" valignment="top" topline="true" usebox="none">
15814 \begin_inset Text
15815
15816 \begin_layout Plain Layout
15817 sd
15818 \end_layout
15819
15820 \end_inset
15821 </cell>
15822 <cell alignment="center" valignment="top" topline="true" usebox="none">
15823 \begin_inset Text
15824
15825 \begin_layout Plain Layout
15826
15827 \end_layout
15828
15829 \end_inset
15830 </cell>
15831 </row>
15832 <row>
15833 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
15834 \begin_inset Text
15835
15836 \begin_layout Plain Layout
15837
15838 \end_layout
15839
15840 \end_inset
15841 </cell>
15842 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
15843 \begin_inset Text
15844
15845 \begin_layout Plain Layout
15846
15847 \end_layout
15848
15849 \end_inset
15850 </cell>
15851 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
15852 \begin_inset Text
15853
15854 \begin_layout Plain Layout
15855 sd
15856 \end_layout
15857
15858 \end_inset
15859 </cell>
15860 </row>
15861 </lyxtabular>
15862
15863 \end_inset
15864
15865
15866 \end_layout
15867
15868 \end_inset
15869
15870
15871 \end_layout
15872
15873 \begin_layout Standard
15874 \begin_inset ERT
15875 status collapsed
15876
15877 \begin_layout Plain Layout
15878
15879
15880 \backslash
15881 renewcommand{
15882 \backslash
15883 hline}{
15884 \backslash
15885 myHlineC}
15886 \end_layout
15887
15888 \end_inset
15889
15890
15891 \end_layout
15892
15893 \begin_layout Standard
15894 \begin_inset ERT
15895 status collapsed
15896
15897 \begin_layout Plain Layout
15898
15899
15900 \backslash
15901 setlength{
15902 \backslash
15903 arrayrulewidth}{0.4pt}
15904 \end_layout
15905
15906 \end_inset
15907
15908
15909 \end_layout
15910
15911 \begin_layout Section
15912 Personalización de tablas
15913 \begin_inset Index idx
15914 status collapsed
15915
15916 \begin_layout Plain Layout
15917 Personalización de tablas
15918 \end_layout
15919
15920 \end_inset
15921
15922
15923 \begin_inset Index idx
15924 status collapsed
15925
15926 \begin_layout Plain Layout
15927 Tablas ! Personalización
15928 \end_layout
15929
15930 \end_inset
15931
15932
15933 \end_layout
15934
15935 \begin_layout Subsection
15936 Espacio adicional en filas
15937 \begin_inset CommandInset label
15938 LatexCommand label
15939 name "sub:Espacio-adicional"
15940
15941 \end_inset
15942
15943
15944 \begin_inset Index idx
15945 status collapsed
15946
15947 \begin_layout Plain Layout
15948 Personalización de tablas ! Espacio adicional en filas
15949 \end_layout
15950
15951 \end_inset
15952
15953
15954 \end_layout
15955
15956 \begin_layout Standard
15957 Es posible añadir espacio vertical a las filas de una tabla en la solapa
15958  
15959 \family sans
15960 Bordes
15961 \family default
15962  del diálogo de configuración de tablas.
15963  En el marco 
15964 \family sans
15965 Espacio
15966 \begin_inset space ~
15967 \end_inset
15968
15969 adicional
15970 \family default
15971  dispones de tres posibilidades:
15972 \end_layout
15973
15974 \begin_layout Description
15975 Superior
15976 \begin_inset space ~
15977 \end_inset
15978
15979 de
15980 \begin_inset space ~
15981 \end_inset
15982
15983 la
15984 \begin_inset space ~
15985 \end_inset
15986
15987 fila añade espacio sobre los caracteres de la fila.
15988  Si la tabla es de estilo formal
15989 \begin_inset Foot
15990 status collapsed
15991
15992 \begin_layout Plain Layout
15993 Las tablas formales se explican en la sección
15994 \begin_inset space ~
15995 \end_inset
15996
15997
15998 \begin_inset CommandInset ref
15999 LatexCommand ref
16000 reference "sec:Tablas-Formales"
16001
16002 \end_inset
16003
16004
16005 \end_layout
16006
16007 \end_inset
16008
16009  LyX insertará 0.5
16010 \begin_inset space \thinspace{}
16011 \end_inset
16012
16013 em por omisión.
16014  Si la tabla es de estilo normal el espacio adicional destruirá las líneas
16015  verticales, como se ve en la tabla siguiente:
16016 \begin_inset VSpace medskip
16017 \end_inset
16018
16019
16020 \begin_inset Newline newline
16021 \end_inset
16022
16023
16024 \begin_inset space \hspace*{}
16025 \length 0pt
16026 \end_inset
16027
16028
16029 \begin_inset space \hfill{}
16030 \end_inset
16031
16032
16033 \begin_inset Tabular
16034 <lyxtabular version="3" rows="3" columns="1">
16035 <features tabularvalignment="middle">
16036 <column alignment="center" valignment="top" width="0">
16037 <row>
16038 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16039 \begin_inset Text
16040
16041 \begin_layout Plain Layout
16042 A
16043 \end_layout
16044
16045 \end_inset
16046 </cell>
16047 </row>
16048 <row topspace="3mm">
16049 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16050 \begin_inset Text
16051
16052 \begin_layout Plain Layout
16053 3
16054 \begin_inset space \thinspace{}
16055 \end_inset
16056
16057 mm sobre la fila
16058 \end_layout
16059
16060 \end_inset
16061 </cell>
16062 </row>
16063 <row>
16064 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
16065 \begin_inset Text
16066
16067 \begin_layout Plain Layout
16068 C
16069 \end_layout
16070
16071 \end_inset
16072 </cell>
16073 </row>
16074 </lyxtabular>
16075
16076 \end_inset
16077
16078
16079 \begin_inset space \hfill{}
16080 \end_inset
16081
16082
16083 \begin_inset space \hspace*{}
16084 \length 0pt
16085 \end_inset
16086
16087
16088 \begin_inset VSpace medskip
16089 \end_inset
16090
16091
16092 \begin_inset Newline newline
16093 \end_inset
16094
16095 Así pues, insertar espacio superior en tablas normales sólo es útil en tablas
16096  sin líneas verticales.
16097 \end_layout
16098
16099 \begin_layout Description
16100 Inferior
16101 \begin_inset space ~
16102 \end_inset
16103
16104 de
16105 \begin_inset space ~
16106 \end_inset
16107
16108 la
16109 \begin_inset space ~
16110 \end_inset
16111
16112 fila añade espacio bajo los caracteres de la fila.
16113  Si la tabla es formal LyX inserta por omisión 0.5
16114 \begin_inset space \thinspace{}
16115 \end_inset
16116
16117 em; si la tabla es normal inserta 2
16118 \begin_inset space \thinspace{}
16119 \end_inset
16120
16121 pt.
16122  
16123 \end_layout
16124
16125 \begin_layout Description
16126 Entre
16127 \begin_inset space ~
16128 \end_inset
16129
16130 las
16131 \begin_inset space ~
16132 \end_inset
16133
16134 filas añade espacio entre la fila actual y la siguiente.
16135  Si la tabla es formal LyX inserta 0.5
16136 \begin_inset space \thinspace{}
16137 \end_inset
16138
16139 em por omisión.
16140  En tablas normales, el espacio adicional destruirá las líneas verticales
16141  de la tabla, como se ve en la siguiente:
16142 \begin_inset VSpace medskip
16143 \end_inset
16144
16145
16146 \begin_inset Newline newline
16147 \end_inset
16148
16149
16150 \begin_inset space \hspace*{}
16151 \length 0pt
16152 \end_inset
16153
16154
16155 \begin_inset space \hfill{}
16156 \end_inset
16157
16158
16159 \begin_inset Tabular
16160 <lyxtabular version="3" rows="3" columns="1">
16161 <features tabularvalignment="middle">
16162 <column alignment="center" valignment="top" width="0">
16163 <row>
16164 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16165 \begin_inset Text
16166
16167 \begin_layout Plain Layout
16168 A
16169 \end_layout
16170
16171 \end_inset
16172 </cell>
16173 </row>
16174 <row interlinespace="3mm">
16175 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16176 \begin_inset Text
16177
16178 \begin_layout Plain Layout
16179 \begin_inset Formula $\downarrow$
16180 \end_inset
16181
16182  3
16183 \begin_inset space \thinspace{}
16184 \end_inset
16185
16186 mm entre las filas
16187 \end_layout
16188
16189 \end_inset
16190 </cell>
16191 </row>
16192 <row>
16193 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
16194 \begin_inset Text
16195
16196 \begin_layout Plain Layout
16197 \begin_inset Formula $\uparrow$
16198 \end_inset
16199
16200  3
16201 \begin_inset space \thinspace{}
16202 \end_inset
16203
16204 mm entre las filas 
16205 \begin_inset Formula $\uparrow$
16206 \end_inset
16207
16208
16209 \end_layout
16210
16211 \end_inset
16212 </cell>
16213 </row>
16214 </lyxtabular>
16215
16216 \end_inset
16217
16218
16219 \begin_inset space \hfill{}
16220 \end_inset
16221
16222
16223 \begin_inset space \hspace*{}
16224 \length 0pt
16225 \end_inset
16226
16227
16228 \begin_inset VSpace medskip
16229 \end_inset
16230
16231
16232 \begin_inset Newline newline
16233 \end_inset
16234
16235 Así pues, los espacios adicionales entre filas de tablas normales sólo sirven
16236  para tablas sin líneas verticales.
16237 \end_layout
16238
16239 \begin_layout Standard
16240 \begin_inset VSpace bigskip
16241 \end_inset
16242
16243 Para añadir altura vertical extra a todas las celdas de todas las tablas,
16244  utiliza los siguientes comandos en el preámbulo:
16245 \end_layout
16246
16247 \begin_layout Standard
16248
16249 \series bold
16250
16251 \backslash
16252 @ifundefined{extrarowheight}
16253 \begin_inset Newline newline
16254 \end_inset
16255
16256
16257 \begin_inset Phantom HPhantom
16258 status open
16259
16260 \begin_layout Plain Layout
16261
16262 \series bold
16263 \begin_inset space ~
16264 \end_inset
16265
16266
16267 \end_layout
16268
16269 \end_inset
16270
16271 {
16272 \backslash
16273 usepackage{array}}{}
16274 \begin_inset Newline newline
16275 \end_inset
16276
16277
16278 \backslash
16279 setlength{
16280 \backslash
16281 extrarowheight}{altura}
16282 \end_layout
16283
16284 \begin_layout Standard
16285 Esto tiene el inconveniente de que el texto de las celdas no estará exactamente
16286  centrado en vertical.
16287  (Lyx cargará automáticamente el paquete 
16288 \series bold
16289 array
16290 \series default
16291  cuando uses formatos de tabla autodefinidos.
16292  Para evitar que sea cargado dos veces se pone al principio el comando 
16293 \series bold
16294
16295 \backslash
16296 @ifundefined
16297 \series default
16298 .)
16299 \end_layout
16300
16301 \begin_layout Standard
16302 En el caso de usar fuentes de mayor tamaño que el normal, los bordes de
16303  la tabla están a veces demasiado cerca de las letras.
16304  Esto se puede corregir insertando el comando 
16305 \series bold
16306
16307 \backslash
16308 strut
16309 \series default
16310  en código TeX al principio de la fila de la tabla.
16311  La tabla
16312 \begin_inset space ~
16313 \end_inset
16314
16315
16316 \begin_inset CommandInset ref
16317 LatexCommand ref
16318 reference "tab:Alineación-vertical"
16319
16320 \end_inset
16321
16322  muestra el efecto:
16323 \end_layout
16324
16325 \begin_layout Standard
16326 \noindent
16327 \begin_inset Float table
16328 placement h
16329 wide false
16330 sideways false
16331 status open
16332
16333 \begin_layout Plain Layout
16334 \begin_inset Caption
16335
16336 \begin_layout Plain Layout
16337 \begin_inset CommandInset label
16338 LatexCommand label
16339 name "tab:Alineación-vertical"
16340
16341 \end_inset
16342
16343 Alineación vertical de texto con fuentes grandes
16344 \end_layout
16345
16346 \end_inset
16347
16348
16349 \end_layout
16350
16351 \begin_layout Plain Layout
16352 \begin_inset space \hfill{}
16353 \end_inset
16354
16355
16356 \begin_inset Float table
16357 wide false
16358 sideways false
16359 status collapsed
16360
16361 \begin_layout Plain Layout
16362 \begin_inset Caption
16363
16364 \begin_layout Plain Layout
16365 Tabla normal
16366 \end_layout
16367
16368 \end_inset
16369
16370
16371 \end_layout
16372
16373 \begin_layout Plain Layout
16374 \noindent
16375 \align center
16376 \begin_inset Tabular
16377 <lyxtabular version="3" rows="6" columns="1">
16378 <features tabularvalignment="middle">
16379 <column alignment="left" valignment="top" width="0">
16380 <row>
16381 <cell alignment="left" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16382 \begin_inset Text
16383
16384 \begin_layout Plain Layout
16385 Normal, g
16386 \end_layout
16387
16388 \end_inset
16389 </cell>
16390 </row>
16391 <row>
16392 <cell alignment="left" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16393 \begin_inset Text
16394
16395 \begin_layout Plain Layout
16396
16397 \size large
16398 Grande
16399 \end_layout
16400
16401 \end_inset
16402 </cell>
16403 </row>
16404 <row>
16405 <cell alignment="left" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16406 \begin_inset Text
16407
16408 \begin_layout Plain Layout
16409
16410 \size larger
16411 Más grande
16412 \end_layout
16413
16414 \end_inset
16415 </cell>
16416 </row>
16417 <row>
16418 <cell alignment="left" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16419 \begin_inset Text
16420
16421 \begin_layout Plain Layout
16422
16423 \size largest
16424 Grandísima
16425 \end_layout
16426
16427 \end_inset
16428 </cell>
16429 </row>
16430 <row>
16431 <cell alignment="left" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16432 \begin_inset Text
16433
16434 \begin_layout Plain Layout
16435
16436 \size huge
16437 Enorme
16438 \end_layout
16439
16440 \end_inset
16441 </cell>
16442 </row>
16443 <row>
16444 <cell alignment="left" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
16445 \begin_inset Text
16446
16447 \begin_layout Plain Layout
16448
16449 \size huge
16450 Más enorme
16451 \end_layout
16452
16453 \end_inset
16454 </cell>
16455 </row>
16456 </lyxtabular>
16457
16458 \end_inset
16459
16460
16461 \end_layout
16462
16463 \end_inset
16464
16465
16466 \begin_inset space \hfill{}
16467 \end_inset
16468
16469
16470 \begin_inset Float table
16471 wide false
16472 sideways false
16473 status collapsed
16474
16475 \begin_layout Plain Layout
16476 \begin_inset Caption
16477
16478 \begin_layout Plain Layout
16479 Tabla con comando 
16480 \series bold
16481
16482 \backslash
16483 strut
16484 \end_layout
16485
16486 \end_inset
16487
16488
16489 \end_layout
16490
16491 \begin_layout Plain Layout
16492 \noindent
16493 \align center
16494 \begin_inset Tabular
16495 <lyxtabular version="3" rows="6" columns="1">
16496 <features tabularvalignment="middle">
16497 <column alignment="left" valignment="top" width="0">
16498 <row>
16499 <cell alignment="left" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16500 \begin_inset Text
16501
16502 \begin_layout Plain Layout
16503 Normal, g
16504 \end_layout
16505
16506 \end_inset
16507 </cell>
16508 </row>
16509 <row>
16510 <cell alignment="left" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16511 \begin_inset Text
16512
16513 \begin_layout Plain Layout
16514
16515 \size large
16516 \begin_inset ERT
16517 status collapsed
16518
16519 \begin_layout Plain Layout
16520
16521
16522 \backslash
16523 strut 
16524 \end_layout
16525
16526 \end_inset
16527
16528 Grande
16529 \end_layout
16530
16531 \end_inset
16532 </cell>
16533 </row>
16534 <row>
16535 <cell alignment="left" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16536 \begin_inset Text
16537
16538 \begin_layout Plain Layout
16539
16540 \size larger
16541 \begin_inset ERT
16542 status collapsed
16543
16544 \begin_layout Plain Layout
16545
16546
16547 \backslash
16548 strut 
16549 \end_layout
16550
16551 \end_inset
16552
16553 Más grande
16554 \end_layout
16555
16556 \end_inset
16557 </cell>
16558 </row>
16559 <row>
16560 <cell alignment="left" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16561 \begin_inset Text
16562
16563 \begin_layout Plain Layout
16564
16565 \size largest
16566 \begin_inset ERT
16567 status collapsed
16568
16569 \begin_layout Plain Layout
16570
16571
16572 \backslash
16573 strut 
16574 \end_layout
16575
16576 \end_inset
16577
16578 Grandísima
16579 \end_layout
16580
16581 \end_inset
16582 </cell>
16583 </row>
16584 <row>
16585 <cell alignment="left" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16586 \begin_inset Text
16587
16588 \begin_layout Plain Layout
16589
16590 \size huge
16591 \begin_inset ERT
16592 status collapsed
16593
16594 \begin_layout Plain Layout
16595
16596
16597 \backslash
16598 strut 
16599 \end_layout
16600
16601 \end_inset
16602
16603 Enorme
16604 \end_layout
16605
16606 \end_inset
16607 </cell>
16608 </row>
16609 <row>
16610 <cell alignment="left" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
16611 \begin_inset Text
16612
16613 \begin_layout Plain Layout
16614
16615 \size giant
16616 \begin_inset ERT
16617 status collapsed
16618
16619 \begin_layout Plain Layout
16620
16621
16622 \backslash
16623 strut 
16624 \end_layout
16625
16626 \end_inset
16627
16628
16629 \size huge
16630 Más enorme
16631 \end_layout
16632
16633 \end_inset
16634 </cell>
16635 </row>
16636 </lyxtabular>
16637
16638 \end_inset
16639
16640
16641 \end_layout
16642
16643 \end_inset
16644
16645
16646 \begin_inset space \hfill{}
16647 \end_inset
16648
16649
16650 \end_layout
16651
16652 \end_inset
16653
16654
16655 \end_layout
16656
16657 \begin_layout Subsection
16658 Alineación especial de celdas
16659 \begin_inset Index idx
16660 status collapsed
16661
16662 \begin_layout Plain Layout
16663 Personalización de tablas ! Alineación especial de celdas
16664 \end_layout
16665
16666 \end_inset
16667
16668
16669 \end_layout
16670
16671 \begin_layout Standard
16672 A veces mejora la presentación si las entradas en las celdas de una columna
16673  se alinean con un carácter determinado, p.
16674 \begin_inset space \thinspace{}
16675 \end_inset
16676
16677 e.
16678 \begin_inset space ~
16679 \end_inset
16680
16681 el separador decimal, como en la tabla
16682 \begin_inset space ~
16683 \end_inset
16684
16685
16686 \begin_inset CommandInset ref
16687 LatexCommand ref
16688 reference "tab:Tabla-con-celdas-de"
16689
16690 \end_inset
16691
16692 .
16693 \end_layout
16694
16695 \begin_layout Standard
16696 \begin_inset Float table
16697 wide false
16698 sideways false
16699 status open
16700
16701 \begin_layout Plain Layout
16702 \begin_inset Caption
16703
16704 \begin_layout Plain Layout
16705 \begin_inset CommandInset label
16706 LatexCommand label
16707 name "tab:Tabla-con-celdas-de"
16708
16709 \end_inset
16710
16711 Tabla con celdas alineadas con el separador decimal.
16712 \end_layout
16713
16714 \end_inset
16715
16716
16717 \end_layout
16718
16719 \begin_layout Plain Layout
16720 \align center
16721 \begin_inset Tabular
16722 <lyxtabular version="3" rows="4" columns="2">
16723 <features tabularvalignment="middle">
16724 <column alignment="right" valignment="top" width="0">
16725 <column alignment="left" valignment="top" width="0" special="@{}l">
16726 <row>
16727 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" usebox="none">
16728 \begin_inset Text
16729
16730 \begin_layout Plain Layout
16731 leyenda
16732 \end_layout
16733
16734 \end_inset
16735 </cell>
16736 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16737 \begin_inset Text
16738
16739 \begin_layout Plain Layout
16740
16741 \end_layout
16742
16743 \end_inset
16744 </cell>
16745 </row>
16746 <row>
16747 <cell alignment="center" valignment="top" usebox="none">
16748 \begin_inset Text
16749
16750 \begin_layout Plain Layout
16751 12,
16752 \end_layout
16753
16754 \end_inset
16755 </cell>
16756 <cell alignment="center" valignment="top" usebox="none">
16757 \begin_inset Text
16758
16759 \begin_layout Plain Layout
16760 6
16761 \end_layout
16762
16763 \end_inset
16764 </cell>
16765 </row>
16766 <row>
16767 <cell alignment="center" valignment="top" usebox="none">
16768 \begin_inset Text
16769
16770 \begin_layout Plain Layout
16771 0,
16772 \end_layout
16773
16774 \end_inset
16775 </cell>
16776 <cell alignment="center" valignment="top" usebox="none">
16777 \begin_inset Text
16778
16779 \begin_layout Plain Layout
16780 68
16781 \end_layout
16782
16783 \end_inset
16784 </cell>
16785 </row>
16786 <row>
16787 <cell alignment="center" valignment="top" usebox="none">
16788 \begin_inset Text
16789
16790 \begin_layout Plain Layout
16791 -123,
16792 \end_layout
16793
16794 \end_inset
16795 </cell>
16796 <cell alignment="center" valignment="top" usebox="none">
16797 \begin_inset Text
16798
16799 \begin_layout Plain Layout
16800 0
16801 \end_layout
16802
16803 \end_inset
16804 </cell>
16805 </row>
16806 </lyxtabular>
16807
16808 \end_inset
16809
16810
16811 \end_layout
16812
16813 \end_inset
16814
16815
16816 \end_layout
16817
16818 \begin_layout Standard
16819 Esta es una tabla 4×2.
16820  La leyenda es una multicolumna centrada.
16821  La primera columna está alineada a la derecha y contiene el punto decimal
16822  y los dígitos anteriores.
16823  La segunda columna está alineada a la izquierda y contiene los dígitos
16824  posteriores al punto decimal.
16825  Para omitir el espacio que hay normalmente entre dos columnas se ha usado
16826  el siguiente argumento LaTeX para la segunda columna:
16827 \end_layout
16828
16829 \begin_layout Standard
16830
16831 \series bold
16832 @{}l
16833 \end_layout
16834
16835 \begin_layout Standard
16836 La tabla
16837 \begin_inset space ~
16838 \end_inset
16839
16840
16841 \begin_inset CommandInset ref
16842 LatexCommand ref
16843 reference "tab:Varias-alineaciones"
16844
16845 \end_inset
16846
16847  muestra varios ejemplos de alineación.
16848  Para alinear con el signo de relación debes añadir el segundo espacio matemátic
16849 o más pequeño al comienzo de la última columna para conseguir el espacio
16850  adecuado alrededor del signo.
16851 \end_layout
16852
16853 \begin_layout Standard
16854 \begin_inset Float table
16855 placement h
16856 wide false
16857 sideways false
16858 status open
16859
16860 \begin_layout Plain Layout
16861 \begin_inset Caption
16862
16863 \begin_layout Plain Layout
16864 \begin_inset CommandInset label
16865 LatexCommand label
16866 name "tab:Varias-alineaciones"
16867
16868 \end_inset
16869
16870 Tabla con varias alineaciones.
16871 \end_layout
16872
16873 \end_inset
16874
16875
16876 \end_layout
16877
16878 \begin_layout Plain Layout
16879 \align center
16880 \begin_inset Tabular
16881 <lyxtabular version="3" rows="4" columns="6">
16882 <features tabularvalignment="middle">
16883 <column alignment="right" valignment="top" width="0">
16884 <column alignment="left" valignment="top" width="0" special="@{}l">
16885 <column alignment="right" valignment="top" width="0">
16886 <column alignment="left" valignment="top" width="0" special="@{}l">
16887 <column alignment="right" valignment="top" width="0">
16888 <column alignment="left" valignment="top" width="0" special="@{}l">
16889 <row>
16890 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
16891 \begin_inset Text
16892
16893 \begin_layout Plain Layout
16894 unidades
16895 \end_layout
16896
16897 \end_inset
16898 </cell>
16899 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16900 \begin_inset Text
16901
16902 \begin_layout Plain Layout
16903
16904 \end_layout
16905
16906 \end_inset
16907 </cell>
16908 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
16909 \begin_inset Text
16910
16911 \begin_layout Plain Layout
16912 exponentes
16913 \end_layout
16914
16915 \end_inset
16916 </cell>
16917 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16918 \begin_inset Text
16919
16920 \begin_layout Plain Layout
16921
16922 \end_layout
16923
16924 \end_inset
16925 </cell>
16926 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" usebox="none">
16927 \begin_inset Text
16928
16929 \begin_layout Plain Layout
16930 relaciones
16931 \end_layout
16932
16933 \end_inset
16934 </cell>
16935 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16936 \begin_inset Text
16937
16938 \begin_layout Plain Layout
16939
16940 \end_layout
16941
16942 \end_inset
16943 </cell>
16944 </row>
16945 <row>
16946 <cell alignment="center" valignment="top" usebox="none">
16947 \begin_inset Text
16948
16949 \begin_layout Plain Layout
16950 12×
16951 \end_layout
16952
16953 \end_inset
16954 </cell>
16955 <cell alignment="center" valignment="top" rightline="true" usebox="none">
16956 \begin_inset Text
16957
16958 \begin_layout Plain Layout
16959 24
16960 \begin_inset space \thinspace{}
16961 \end_inset
16962
16963 bottles
16964 \end_layout
16965
16966 \end_inset
16967 </cell>
16968 <cell alignment="center" valignment="top" usebox="none">
16969 \begin_inset Text
16970
16971 \begin_layout Plain Layout
16972 \begin_inset Formula $10\cdot$
16973 \end_inset
16974
16975
16976 \end_layout
16977
16978 \end_inset
16979 </cell>
16980 <cell alignment="center" valignment="top" rightline="true" usebox="none">
16981 \begin_inset Text
16982
16983 \begin_layout Plain Layout
16984 \begin_inset Formula $10^{\mbox{-}17}$
16985 \end_inset
16986
16987
16988 \end_layout
16989
16990 \end_inset
16991 </cell>
16992 <cell alignment="center" valignment="top" usebox="none">
16993 \begin_inset Text
16994
16995 \begin_layout Plain Layout
16996 \begin_inset Formula $\Gamma(t)\propto$
16997 \end_inset
16998
16999
17000 \end_layout
17001
17002 \end_inset
17003 </cell>
17004 <cell alignment="center" valignment="top" usebox="none">
17005 \begin_inset Text
17006
17007 \begin_layout Plain Layout
17008 \begin_inset Formula $\:\Upsilon(t)$
17009 \end_inset
17010
17011
17012 \end_layout
17013
17014 \end_inset
17015 </cell>
17016 </row>
17017 <row>
17018 <cell alignment="center" valignment="top" usebox="none">
17019 \begin_inset Text
17020
17021 \begin_layout Plain Layout
17022 1024×
17023 \end_layout
17024
17025 \end_inset
17026 </cell>
17027 <cell alignment="center" valignment="top" rightline="true" usebox="none">
17028 \begin_inset Text
17029
17030 \begin_layout Plain Layout
17031 768
17032 \begin_inset space \thinspace{}
17033 \end_inset
17034
17035 Pixels
17036 \end_layout
17037
17038 \end_inset
17039 </cell>
17040 <cell alignment="center" valignment="top" usebox="none">
17041 \begin_inset Text
17042
17043 \begin_layout Plain Layout
17044 \begin_inset Formula $5.78\cdot$
17045 \end_inset
17046
17047
17048 \end_layout
17049
17050 \end_inset
17051 </cell>
17052 <cell alignment="center" valignment="top" rightline="true" usebox="none">
17053 \begin_inset Text
17054
17055 \begin_layout Plain Layout
17056 \begin_inset Formula $10^{7}$
17057 \end_inset
17058
17059
17060 \end_layout
17061
17062 \end_inset
17063 </cell>
17064 <cell alignment="center" valignment="top" usebox="none">
17065 \begin_inset Text
17066
17067 \begin_layout Plain Layout
17068 \begin_inset Formula $A\ne$
17069 \end_inset
17070
17071
17072 \end_layout
17073
17074 \end_inset
17075 </cell>
17076 <cell alignment="center" valignment="top" usebox="none">
17077 \begin_inset Text
17078
17079 \begin_layout Plain Layout
17080 \begin_inset Formula $\: B_{\mathrm{red}}$
17081 \end_inset
17082
17083
17084 \end_layout
17085
17086 \end_inset
17087 </cell>
17088 </row>
17089 <row>
17090 <cell alignment="center" valignment="top" usebox="none">
17091 \begin_inset Text
17092
17093 \begin_layout Plain Layout
17094 32×
17095 \end_layout
17096
17097 \end_inset
17098 </cell>
17099 <cell alignment="center" valignment="top" rightline="true" usebox="none">
17100 \begin_inset Text
17101
17102 \begin_layout Plain Layout
17103 6
17104 \begin_inset space \thinspace{}
17105 \end_inset
17106
17107 cm
17108 \end_layout
17109
17110 \end_inset
17111 </cell>
17112 <cell alignment="center" valignment="top" usebox="none">
17113 \begin_inset Text
17114
17115 \begin_layout Plain Layout
17116 -
17117 \begin_inset Formula $33.5\cdot$
17118 \end_inset
17119
17120
17121 \end_layout
17122
17123 \end_inset
17124 </cell>
17125 <cell alignment="center" valignment="top" rightline="true" usebox="none">
17126 \begin_inset Text
17127
17128 \begin_layout Plain Layout
17129 \begin_inset Formula $10^{4}$
17130 \end_inset
17131
17132
17133 \end_layout
17134
17135 \end_inset
17136 </cell>
17137 <cell alignment="center" valignment="top" usebox="none">
17138 \begin_inset Text
17139
17140 \begin_layout Plain Layout
17141 \begin_inset Formula $\sen(\alpha)\ge$
17142 \end_inset
17143
17144
17145 \end_layout
17146
17147 \end_inset
17148 </cell>
17149 <cell alignment="center" valignment="top" usebox="none">
17150 \begin_inset Text
17151
17152 \begin_layout Plain Layout
17153 \begin_inset Formula $\:\sen(\beta)$
17154 \end_inset
17155
17156
17157 \end_layout
17158
17159 \end_inset
17160 </cell>
17161 </row>
17162 </lyxtabular>
17163
17164 \end_inset
17165
17166
17167 \end_layout
17168
17169 \end_inset
17170
17171
17172 \end_layout
17173
17174 \begin_layout Standard
17175 \begin_inset VSpace bigskip
17176 \end_inset
17177
17178 También hay un paquete LaTeX, 
17179 \series bold
17180 dcolumn
17181 \series default
17182
17183 \begin_inset Index idx
17184 status collapsed
17185
17186 \begin_layout Plain Layout
17187 LaTeX-paquetes ! dcolumn
17188 \end_layout
17189
17190 \end_inset
17191
17192 , que permite alinear el contenido de las celdas.
17193  Pero desgraciadamente trata las entradas de celda en modo matemático y
17194  no permite fórmulas en celdas: la primera columna de la tabla
17195 \begin_inset space ~
17196 \end_inset
17197
17198
17199 \begin_inset CommandInset ref
17200 LatexCommand ref
17201 reference "tab:Varias-alineaciones"
17202
17203 \end_inset
17204
17205  se verá con 
17206 \series bold
17207 dcolumn
17208 \series default
17209  como la primera columna en la tabla
17210 \begin_inset space ~
17211 \end_inset
17212
17213
17214 \begin_inset CommandInset ref
17215 LatexCommand ref
17216 reference "tab:Alineaciones-con-el"
17217
17218 \end_inset
17219
17220  y sólo con algunos trucos se consigue lo que se espera.
17221  La alineación de la segunda y tercera columnas de la tabla
17222 \begin_inset space ~
17223 \end_inset
17224
17225
17226 \begin_inset CommandInset ref
17227 LatexCommand ref
17228 reference "tab:Varias-alineaciones"
17229
17230 \end_inset
17231
17232  no es posible con 
17233 \series bold
17234 dcolumn
17235 \series default
17236 .
17237 \end_layout
17238
17239 \begin_layout Standard
17240 \begin_inset Newpage newpage
17241 \end_inset
17242
17243
17244 \end_layout
17245
17246 \begin_layout Standard
17247 \begin_inset Float table
17248 placement h
17249 wide false
17250 sideways false
17251 status open
17252
17253 \begin_layout Plain Layout
17254 \begin_inset Caption
17255
17256 \begin_layout Plain Layout
17257 \begin_inset CommandInset label
17258 LatexCommand label
17259 name "tab:Alineaciones-con-el"
17260
17261 \end_inset
17262
17263
17264 \begin_inset Argument
17265 status collapsed
17266
17267 \begin_layout Plain Layout
17268 Tabla alineada con 
17269 \series bold
17270 dcolumn
17271 \end_layout
17272
17273 \end_inset
17274
17275 Alineaciones con el paquete LaTeX 
17276 \series bold
17277 dcolumn
17278 \series default
17279 .
17280  Hay que usar algunos trucos para la alineación de las columnas en la salida.
17281 \end_layout
17282
17283 \end_inset
17284
17285
17286 \end_layout
17287
17288 \begin_layout Plain Layout
17289 \align center
17290 \begin_inset Tabular
17291 <lyxtabular version="3" rows="4" columns="3">
17292 <features tabularvalignment="middle">
17293 <column alignment="center" valignment="top" width="0" special="D{x}{\times}{4.9}">
17294 <column alignment="center" valignment="top" width="0" special="D{x}{\times}{4.9}">
17295 <column alignment="center" valignment="top" width="0" special="D{+}{\,}{9.7}">
17296 <row>
17297 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
17298 \begin_inset Text
17299
17300 \begin_layout Plain Layout
17301 unidades
17302 \end_layout
17303
17304 \end_inset
17305 </cell>
17306 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
17307 \begin_inset Text
17308
17309 \begin_layout Plain Layout
17310 unidades
17311 \end_layout
17312
17313 \end_inset
17314 </cell>
17315 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" usebox="none">
17316 \begin_inset Text
17317
17318 \begin_layout Plain Layout
17319 unidades
17320 \end_layout
17321
17322 \end_inset
17323 </cell>
17324 </row>
17325 <row>
17326 <cell alignment="center" valignment="top" rightline="true" usebox="none">
17327 \begin_inset Text
17328
17329 \begin_layout Plain Layout
17330 12x24
17331 \begin_inset space \thinspace{}
17332 \end_inset
17333
17334 bottles
17335 \end_layout
17336
17337 \end_inset
17338 </cell>
17339 <cell alignment="center" valignment="top" rightline="true" usebox="none">
17340 \begin_inset Text
17341
17342 \begin_layout Plain Layout
17343 12x24
17344 \begin_inset space \thinspace{}
17345 \end_inset
17346
17347
17348 \begin_inset Formula $\mbox{bottles}$
17349 \end_inset
17350
17351
17352 \end_layout
17353
17354 \end_inset
17355 </cell>
17356 <cell alignment="center" valignment="top" usebox="none">
17357 \begin_inset Text
17358
17359 \begin_layout Plain Layout
17360 12
17361 \begin_inset ERT
17362 status collapsed
17363
17364 \begin_layout Plain Layout
17365
17366
17367 \backslash
17368 times
17369 \end_layout
17370
17371 \end_inset
17372
17373 24+
17374 \begin_inset Formula $\mbox{bottles}$
17375 \end_inset
17376
17377
17378 \end_layout
17379
17380 \end_inset
17381 </cell>
17382 </row>
17383 <row>
17384 <cell alignment="center" valignment="top" rightline="true" usebox="none">
17385 \begin_inset Text
17386
17387 \begin_layout Plain Layout
17388 1024x768
17389 \begin_inset space \thinspace{}
17390 \end_inset
17391
17392 Pixels
17393 \end_layout
17394
17395 \end_inset
17396 </cell>
17397 <cell alignment="center" valignment="top" rightline="true" usebox="none">
17398 \begin_inset Text
17399
17400 \begin_layout Plain Layout
17401 1024x768
17402 \begin_inset space \thinspace{}
17403 \end_inset
17404
17405
17406 \begin_inset Formula $\mbox{Pixels}$
17407 \end_inset
17408
17409
17410 \end_layout
17411
17412 \end_inset
17413 </cell>
17414 <cell alignment="center" valignment="top" usebox="none">
17415 \begin_inset Text
17416
17417 \begin_layout Plain Layout
17418 1024
17419 \begin_inset ERT
17420 status collapsed
17421
17422 \begin_layout Plain Layout
17423
17424
17425 \backslash
17426 times
17427 \end_layout
17428
17429 \end_inset
17430
17431 768+
17432 \begin_inset Formula $\mbox{Pixels}$
17433 \end_inset
17434
17435  
17436 \end_layout
17437
17438 \end_inset
17439 </cell>
17440 </row>
17441 <row>
17442 <cell alignment="center" valignment="top" rightline="true" usebox="none">
17443 \begin_inset Text
17444
17445 \begin_layout Plain Layout
17446 32x6
17447 \begin_inset space \thinspace{}
17448 \end_inset
17449
17450 cm
17451 \end_layout
17452
17453 \end_inset
17454 </cell>
17455 <cell alignment="center" valignment="top" rightline="true" usebox="none">
17456 \begin_inset Text
17457
17458 \begin_layout Plain Layout
17459 32x6
17460 \begin_inset space \thinspace{}
17461 \end_inset
17462
17463
17464 \begin_inset Formula $\mbox{cm}$
17465 \end_inset
17466
17467
17468 \end_layout
17469
17470 \end_inset
17471 </cell>
17472 <cell alignment="center" valignment="top" usebox="none">
17473 \begin_inset Text
17474
17475 \begin_layout Plain Layout
17476 32
17477 \begin_inset ERT
17478 status collapsed
17479
17480 \begin_layout Plain Layout
17481
17482
17483 \backslash
17484 times
17485 \end_layout
17486
17487 \end_inset
17488
17489 6+
17490 \begin_inset Formula $\mbox{cm}$
17491 \end_inset
17492
17493
17494 \end_layout
17495
17496 \end_inset
17497 </cell>
17498 </row>
17499 </lyxtabular>
17500
17501 \end_inset
17502
17503
17504 \end_layout
17505
17506 \end_inset
17507
17508
17509 \end_layout
17510
17511 \begin_layout Subsection
17512 Formato personalizado de celda/columna
17513 \begin_inset CommandInset label
17514 LatexCommand label
17515 name "sub:Formato-Personalizado"
17516
17517 \end_inset
17518
17519
17520 \begin_inset Index idx
17521 status collapsed
17522
17523 \begin_layout Plain Layout
17524 Personalización de tablas ! Formato de celda/columna
17525 \end_layout
17526
17527 \end_inset
17528
17529
17530 \end_layout
17531
17532 \begin_layout Standard
17533 El cálculo de la anchura necesaria para columnas extendidas descrito en
17534  la sección
17535 \begin_inset space ~
17536 \end_inset
17537
17538
17539 \begin_inset CommandInset ref
17540 LatexCommand ref
17541 reference "sub:Cálculos-en-Multicolumnas"
17542
17543 \end_inset
17544
17545  es muy pesado si tienes varias tablas con multicolumnas.
17546  Para hacerlo más fácil, puedes definir en el preámbulo un formato de celda/colu
17547 mna aplicable a todas las tablas del documento.
17548  El formato se define con el comando
17549 \end_layout
17550
17551 \begin_layout Standard
17552
17553 \series bold
17554
17555 \backslash
17556 newcolumntype{nombre del formato}[número de argumentos]{comandos}
17557 \end_layout
17558
17559 \begin_layout Standard
17560 El nombre de formato puede ser una sola letra.
17561  Las letras 
17562 \emph on
17563 b, c, l, m, p
17564 \emph default
17565  y 
17566 \emph on
17567 r
17568 \emph default
17569  están predefinidas y no pueden usarse.
17570  Pero se permiten todas las mayúsculas.
17571 \end_layout
17572
17573 \begin_layout Standard
17574 \begin_inset VSpace medskip
17575 \end_inset
17576
17577
17578 \end_layout
17579
17580 \begin_layout Standard
17581 Para celdas multicolumna vertical y horizontalmente centradas con una anchura
17582  fija puedes definir el formato de celda
17583 \end_layout
17584
17585 \begin_layout Standard
17586
17587 \series bold
17588
17589 \backslash
17590 newcolumntype{M}[1]{>{
17591 \backslash
17592 centering
17593 \backslash
17594 hspace{0pt}}m{#1}}
17595 \end_layout
17596
17597 \begin_layout Standard
17598 donde 
17599 \series bold
17600
17601 \backslash
17602 hspace{0pt}
17603 \series default
17604  evita el problema de partir con guión la primera palabra, como se describe
17605  en la sección
17606 \begin_inset space ~
17607 \end_inset
17608
17609
17610 \begin_inset CommandInset ref
17611 LatexCommand ref
17612 reference "sub:Líneas-Múltiples-en"
17613
17614 \end_inset
17615
17616 .
17617  Ahora puedes introducir simplemente
17618 \end_layout
17619
17620 \begin_layout Standard
17621
17622 \series bold
17623 M{ancho}
17624 \end_layout
17625
17626 \begin_layout Standard
17627 como argumento LaTeX en el diálogo de tabla para crear una multicolumna.
17628 \end_layout
17629
17630 \begin_layout Standard
17631 \begin_inset VSpace bigskip
17632 \end_inset
17633
17634
17635 \end_layout
17636
17637 \begin_layout Standard
17638 Para celdas extendidas en una celda multicolumna, puedes definir el formato
17639 \end_layout
17640
17641 \begin_layout Standard
17642
17643 \series bold
17644
17645 \backslash
17646 newcolumntype{S}[2]{>{
17647 \backslash
17648 centering
17649 \backslash
17650 hspace{0pt}}
17651 \begin_inset Newline newline
17652 \end_inset
17653
17654
17655 \begin_inset Phantom HPhantom
17656 status open
17657
17658 \begin_layout Plain Layout
17659
17660 \series bold
17661
17662 \backslash
17663 newcolumntype
17664 \end_layout
17665
17666 \end_inset
17667
17668 m{(#1+(2
17669 \backslash
17670 tabcolsep+
17671 \backslash
17672 arrayrulewidth)*(1-#2))/#2}}
17673 \end_layout
17674
17675 \begin_layout Standard
17676 Este formato usa la ecuación 
17677 \begin_inset CommandInset ref
17678 LatexCommand eqref
17679 reference "eq:Wgn"
17680
17681 \end_inset
17682
17683  para calcular la anchura necesaria para que cada celda extendida tenga
17684  la misma anchura.
17685 \end_layout
17686
17687 \begin_layout Standard
17688 Ahora puedes introducir
17689 \end_layout
17690
17691 \begin_layout Standard
17692
17693 \series bold
17694 S{ancho de la celda multicolumna}{número de columnas extendidas}
17695 \end_layout
17696
17697 \begin_layout Standard
17698 como argumento LaTeX de la columna.
17699 \end_layout
17700
17701 \begin_layout Standard
17702 \begin_inset VSpace bigskip
17703 \end_inset
17704
17705
17706 \end_layout
17707
17708 \begin_layout Standard
17709 Para columnas coloreadas puedes definir
17710 \end_layout
17711
17712 \begin_layout Standard
17713
17714 \series bold
17715
17716 \backslash
17717 newcolumntype{K}[1]{>{
17718 \backslash
17719 columncolor{#1}
17720 \backslash
17721 hspace{0pt}}c}
17722 \end_layout
17723
17724 \begin_layout Standard
17725 La «c» al final crea una columna con anchura flexible cuyo texto está centrado
17726  horizontalmente.
17727  Ahora puedes introducir
17728 \end_layout
17729
17730 \begin_layout Standard
17731
17732 \series bold
17733 K{nombre del color}
17734 \end_layout
17735
17736 \begin_layout Standard
17737 como argumento LaTeX.
17738 \end_layout
17739
17740 \begin_layout Standard
17741 \begin_inset VSpace bigskip
17742 \end_inset
17743
17744
17745 \end_layout
17746
17747 \begin_layout Standard
17748 Para crear la tabla
17749 \begin_inset space ~
17750 \end_inset
17751
17752
17753 \begin_inset CommandInset ref
17754 LatexCommand ref
17755 reference "tab:Tabla-con-formatos-definidos-por"
17756
17757 \end_inset
17758
17759  usa los argumentos LaTeX
17760 \end_layout
17761
17762 \begin_layout Standard
17763
17764 \series bold
17765 M{2.5cm}
17766 \end_layout
17767
17768 \begin_layout Standard
17769 para la primera columna y la multicolumna,
17770 \end_layout
17771
17772 \begin_layout Standard
17773
17774 \series bold
17775 K{red}
17776 \end_layout
17777
17778 \begin_layout Standard
17779 para la última columna y
17780 \end_layout
17781
17782 \begin_layout Standard
17783
17784 \series bold
17785 S{2.5cm}{2}
17786 \end_layout
17787
17788 \begin_layout Standard
17789 para las celdas en la segunda columna.
17790 \end_layout
17791
17792 \begin_layout Standard
17793 \begin_inset Float table
17794 placement h
17795 wide false
17796 sideways false
17797 status open
17798
17799 \begin_layout Plain Layout
17800 \begin_inset Caption
17801
17802 \begin_layout Plain Layout
17803 \begin_inset CommandInset label
17804 LatexCommand label
17805 name "tab:Tabla-con-formatos-definidos-por"
17806
17807 \end_inset
17808
17809 Tabla con formatos definidos por el usuario
17810 \end_layout
17811
17812 \end_inset
17813
17814
17815 \end_layout
17816
17817 \begin_layout Plain Layout
17818 \align center
17819 \begin_inset Tabular
17820 <lyxtabular version="3" rows="3" columns="4">
17821 <features tabularvalignment="middle">
17822 <column alignment="center" valignment="middle" width="2.5cm" special="M{2.5cm}">
17823 <column alignment="center" valignment="middle" width="0" special="S{2.5cm}{2}">
17824 <column alignment="center" valignment="middle" width="0">
17825 <column alignment="center" valignment="middle" width="0" special="K{red}">
17826 <row>
17827 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17828 \begin_inset Text
17829
17830 \begin_layout Plain Layout
17831 palabramuylargaenceldadetabla
17832 \end_layout
17833
17834 \end_inset
17835 </cell>
17836 <cell multicolumn="1" alignment="center" valignment="top" topline="true" leftline="true" usebox="none" special="M{2.5cm}">
17837 \begin_inset Text
17838
17839 \begin_layout Plain Layout
17840 multicolumna línea múltiple
17841 \end_layout
17842
17843 \end_inset
17844 </cell>
17845 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17846 \begin_inset Text
17847
17848 \begin_layout Plain Layout
17849
17850 \end_layout
17851
17852 \end_inset
17853 </cell>
17854 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17855 \begin_inset Text
17856
17857 \begin_layout Plain Layout
17858 c
17859 \end_layout
17860
17861 \end_inset
17862 </cell>
17863 </row>
17864 <row>
17865 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17866 \begin_inset Text
17867
17868 \begin_layout Plain Layout
17869 d
17870 \end_layout
17871
17872 \end_inset
17873 </cell>
17874 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17875 \begin_inset Text
17876
17877 \begin_layout Plain Layout
17878 e
17879 \end_layout
17880
17881 \end_inset
17882 </cell>
17883 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17884 \begin_inset Text
17885
17886 \begin_layout Plain Layout
17887 f
17888 \end_layout
17889
17890 \end_inset
17891 </cell>
17892 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17893 \begin_inset Text
17894
17895 \begin_layout Plain Layout
17896 g
17897 \end_layout
17898
17899 \end_inset
17900 </cell>
17901 </row>
17902 <row>
17903 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
17904 \begin_inset Text
17905
17906 \begin_layout Plain Layout
17907 h
17908 \end_layout
17909
17910 \end_inset
17911 </cell>
17912 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
17913 \begin_inset Text
17914
17915 \begin_layout Plain Layout
17916 i
17917 \end_layout
17918
17919 \end_inset
17920 </cell>
17921 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
17922 \begin_inset Text
17923
17924 \begin_layout Plain Layout
17925 j
17926 \end_layout
17927
17928 \end_inset
17929 </cell>
17930 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
17931 \begin_inset Text
17932
17933 \begin_layout Plain Layout
17934 k
17935 \end_layout
17936
17937 \end_inset
17938 </cell>
17939 </row>
17940 </lyxtabular>
17941
17942 \end_inset
17943
17944
17945 \end_layout
17946
17947 \end_inset
17948
17949
17950 \end_layout
17951
17952 \begin_layout Subsection
17953 Grosor de líneas
17954 \begin_inset CommandInset label
17955 LatexCommand label
17956 name "sub:Grosor-de-Líneas"
17957
17958 \end_inset
17959
17960
17961 \begin_inset Index idx
17962 status collapsed
17963
17964 \begin_layout Plain Layout
17965 Personalización de tablas ! Grosor de línea
17966 \end_layout
17967
17968 \end_inset
17969
17970
17971 \end_layout
17972
17973 \begin_layout Standard
17974 El grosor para todas las líneas de una tabla puede ajustarse con la longitud
17975  
17976 \series bold
17977
17978 \backslash
17979 arrayrulewidth
17980 \series default
17981 .
17982  Por ejemplo, para poner un grosor de línea de 1.5
17983 \begin_inset space \thinspace{}
17984 \end_inset
17985
17986 pt, como en la tabla
17987 \begin_inset space ~
17988 \end_inset
17989
17990
17991 \begin_inset CommandInset ref
17992 LatexCommand ref
17993 reference "tab:Tabla-con-líneas"
17994
17995 \end_inset
17996
17997 , inserta el comando
17998 \end_layout
17999
18000 \begin_layout Standard
18001
18002 \series bold
18003
18004 \backslash
18005 setlength{
18006 \backslash
18007 arrayrulewidth}{1.5pt}
18008 \end_layout
18009
18010 \begin_layout Standard
18011 en código TeX antes de la tabla o flotante.
18012  Este cambio es válido para todas las siguientes tablas.
18013  Para volver al valor predeterminado, define 
18014 \series bold
18015
18016 \backslash
18017 arrayrulewidth
18018 \series default
18019  a 0.4
18020 \begin_inset space \thinspace{}
18021 \end_inset
18022
18023 pt en código TeX detrás de la tabla o flotante.
18024 \end_layout
18025
18026 \begin_layout Standard
18027 \begin_inset ERT
18028 status collapsed
18029
18030 \begin_layout Plain Layout
18031
18032
18033 \backslash
18034 setlength{
18035 \backslash
18036 arrayrulewidth}{1.5pt}
18037 \end_layout
18038
18039 \end_inset
18040
18041
18042 \begin_inset Float table
18043 wide false
18044 sideways false
18045 status open
18046
18047 \begin_layout Plain Layout
18048 \begin_inset Caption
18049
18050 \begin_layout Plain Layout
18051 \begin_inset CommandInset label
18052 LatexCommand label
18053 name "tab:Tabla-con-líneas"
18054
18055 \end_inset
18056
18057 Tabla con líneas de grosor 1.5
18058 \begin_inset space \thinspace{}
18059 \end_inset
18060
18061 pt
18062 \end_layout
18063
18064 \end_inset
18065
18066
18067 \end_layout
18068
18069 \begin_layout Plain Layout
18070 \align center
18071 \begin_inset Tabular
18072 <lyxtabular version="3" rows="3" columns="3">
18073 <features tabularvalignment="middle">
18074 <column alignment="center" valignment="top" width="0">
18075 <column alignment="center" valignment="top" width="0">
18076 <column alignment="center" valignment="top" width="0">
18077 <row>
18078 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18079 \begin_inset Text
18080
18081 \begin_layout Plain Layout
18082 sd
18083 \end_layout
18084
18085 \end_inset
18086 </cell>
18087 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18088 \begin_inset Text
18089
18090 \begin_layout Plain Layout
18091
18092 \end_layout
18093
18094 \end_inset
18095 </cell>
18096 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
18097 \begin_inset Text
18098
18099 \begin_layout Plain Layout
18100
18101 \end_layout
18102
18103 \end_inset
18104 </cell>
18105 </row>
18106 <row>
18107 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18108 \begin_inset Text
18109
18110 \begin_layout Plain Layout
18111
18112 \end_layout
18113
18114 \end_inset
18115 </cell>
18116 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18117 \begin_inset Text
18118
18119 \begin_layout Plain Layout
18120 sd
18121 \end_layout
18122
18123 \end_inset
18124 </cell>
18125 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
18126 \begin_inset Text
18127
18128 \begin_layout Plain Layout
18129
18130 \end_layout
18131
18132 \end_inset
18133 </cell>
18134 </row>
18135 <row>
18136 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
18137 \begin_inset Text
18138
18139 \begin_layout Plain Layout
18140
18141 \end_layout
18142
18143 \end_inset
18144 </cell>
18145 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
18146 \begin_inset Text
18147
18148 \begin_layout Plain Layout
18149
18150 \end_layout
18151
18152 \end_inset
18153 </cell>
18154 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
18155 \begin_inset Text
18156
18157 \begin_layout Plain Layout
18158 sd
18159 \end_layout
18160
18161 \end_inset
18162 </cell>
18163 </row>
18164 </lyxtabular>
18165
18166 \end_inset
18167
18168
18169 \end_layout
18170
18171 \end_inset
18172
18173
18174 \begin_inset ERT
18175 status collapsed
18176
18177 \begin_layout Plain Layout
18178
18179
18180 \backslash
18181 setlength{
18182 \backslash
18183 arrayrulewidth}{0.4pt}
18184 \end_layout
18185
18186 \end_inset
18187
18188
18189 \end_layout
18190
18191 \begin_layout Standard
18192 \begin_inset VSpace bigskip
18193 \end_inset
18194
18195 Para definir un grosor de 1.5
18196 \begin_inset space \thinspace{}
18197 \end_inset
18198
18199 pt sólo para líneas horizontales, como en la tabla
18200 \begin_inset space ~
18201 \end_inset
18202
18203
18204 \begin_inset CommandInset ref
18205 LatexCommand ref
18206 reference "tab:Tabla-con-horizontales"
18207
18208 \end_inset
18209
18210 , inserta estos comandos en código TeX antes de la tabla o flotante:
18211 \end_layout
18212
18213 \begin_layout Standard
18214
18215 \series bold
18216
18217 \backslash
18218 let
18219 \backslash
18220 myHline
18221 \backslash
18222 hline
18223 \begin_inset Newline newline
18224 \end_inset
18225
18226
18227 \backslash
18228 renewcommand{
18229 \backslash
18230 hline}
18231 \begin_inset Newline newline
18232 \end_inset
18233
18234  {
18235 \backslash
18236 noalign{
18237 \backslash
18238 global
18239 \backslash
18240 arrayrulewidth 1.5pt}
18241 \begin_inset Newline newline
18242 \end_inset
18243
18244   
18245 \backslash
18246 myHline
18247 \backslash
18248 noalign{
18249 \backslash
18250 global
18251 \backslash
18252 arrayrulewidth 0.4pt}}
18253 \end_layout
18254
18255 \begin_layout Standard
18256 Para volver al grosor predeterminado, inserta este comando en código TeX
18257  detrás de la tabla o flotante:
18258 \end_layout
18259
18260 \begin_layout Standard
18261
18262 \series bold
18263
18264 \backslash
18265 renewcommand{
18266 \backslash
18267 hline}{
18268 \backslash
18269 myHline}
18270 \end_layout
18271
18272 \begin_layout Standard
18273 \begin_inset ERT
18274 status collapsed
18275
18276 \begin_layout Plain Layout
18277
18278
18279 \backslash
18280 let
18281 \backslash
18282 myHline
18283 \backslash
18284 hline
18285 \end_layout
18286
18287 \begin_layout Plain Layout
18288
18289
18290 \backslash
18291 renewcommand{
18292 \backslash
18293 hline}
18294 \end_layout
18295
18296 \begin_layout Plain Layout
18297
18298  {
18299 \backslash
18300 noalign{
18301 \backslash
18302 global
18303 \backslash
18304 arrayrulewidth 1.5pt}
18305 \end_layout
18306
18307 \begin_layout Plain Layout
18308
18309   
18310 \backslash
18311 myHline
18312 \backslash
18313 noalign{
18314 \backslash
18315 global
18316 \backslash
18317 arrayrulewidth 0.4pt}}
18318 \end_layout
18319
18320 \end_inset
18321
18322
18323 \begin_inset Float table
18324 wide false
18325 sideways false
18326 status open
18327
18328 \begin_layout Plain Layout
18329 \begin_inset Caption
18330
18331 \begin_layout Plain Layout
18332 \begin_inset CommandInset label
18333 LatexCommand label
18334 name "tab:Tabla-con-horizontales"
18335
18336 \end_inset
18337
18338 Tabla con líneas horizontales de 1.5
18339 \begin_inset space \thinspace{}
18340 \end_inset
18341
18342 pt
18343 \end_layout
18344
18345 \end_inset
18346
18347
18348 \end_layout
18349
18350 \begin_layout Plain Layout
18351 \align center
18352 \begin_inset Tabular
18353 <lyxtabular version="3" rows="3" columns="3">
18354 <features tabularvalignment="middle">
18355 <column alignment="center" valignment="top" width="0">
18356 <column alignment="center" valignment="top" width="0">
18357 <column alignment="center" valignment="top" width="0">
18358 <row>
18359 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18360 \begin_inset Text
18361
18362 \begin_layout Plain Layout
18363 sd
18364 \end_layout
18365
18366 \end_inset
18367 </cell>
18368 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18369 \begin_inset Text
18370
18371 \begin_layout Plain Layout
18372
18373 \end_layout
18374
18375 \end_inset
18376 </cell>
18377 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
18378 \begin_inset Text
18379
18380 \begin_layout Plain Layout
18381
18382 \end_layout
18383
18384 \end_inset
18385 </cell>
18386 </row>
18387 <row>
18388 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18389 \begin_inset Text
18390
18391 \begin_layout Plain Layout
18392
18393 \end_layout
18394
18395 \end_inset
18396 </cell>
18397 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18398 \begin_inset Text
18399
18400 \begin_layout Plain Layout
18401 sd
18402 \end_layout
18403
18404 \end_inset
18405 </cell>
18406 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
18407 \begin_inset Text
18408
18409 \begin_layout Plain Layout
18410
18411 \end_layout
18412
18413 \end_inset
18414 </cell>
18415 </row>
18416 <row>
18417 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
18418 \begin_inset Text
18419
18420 \begin_layout Plain Layout
18421
18422 \end_layout
18423
18424 \end_inset
18425 </cell>
18426 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
18427 \begin_inset Text
18428
18429 \begin_layout Plain Layout
18430
18431 \end_layout
18432
18433 \end_inset
18434 </cell>
18435 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
18436 \begin_inset Text
18437
18438 \begin_layout Plain Layout
18439 sd
18440 \end_layout
18441
18442 \end_inset
18443 </cell>
18444 </row>
18445 </lyxtabular>
18446
18447 \end_inset
18448
18449
18450 \end_layout
18451
18452 \end_inset
18453
18454
18455 \begin_inset ERT
18456 status collapsed
18457
18458 \begin_layout Plain Layout
18459
18460
18461 \backslash
18462 renewcommand{
18463 \backslash
18464 hline}{
18465 \backslash
18466 myHline}
18467 \end_layout
18468
18469 \end_inset
18470
18471
18472 \end_layout
18473
18474 \begin_layout Standard
18475 \begin_inset VSpace bigskip
18476 \end_inset
18477
18478 Para establecer un grosor de 1.5 pt sólo para líneas verticales, crea el
18479  siguiente formato de columna en el preámbulo del documento, de acuerdo
18480  con lo descrito en la sección
18481 \begin_inset space ~
18482 \end_inset
18483
18484
18485 \begin_inset CommandInset ref
18486 LatexCommand ref
18487 reference "sub:Formato-Personalizado"
18488
18489 \end_inset
18490
18491 :
18492 \end_layout
18493
18494 \begin_layout Standard
18495
18496 \series bold
18497
18498 \backslash
18499 newcolumntype{V}{!{
18500 \backslash
18501 vrule width 1.5pt}}
18502 \end_layout
18503
18504 \begin_layout Standard
18505 Para la tabla
18506 \begin_inset space ~
18507 \end_inset
18508
18509
18510 \begin_inset CommandInset ref
18511 LatexCommand ref
18512 reference "tab:Tabla-con-verticales"
18513
18514 \end_inset
18515
18516  se usó el argumento LaTeX
18517 \end_layout
18518
18519 \begin_layout Standard
18520
18521 \series bold
18522 VcV
18523 \end_layout
18524
18525 \begin_layout Standard
18526 para la última columna y
18527 \end_layout
18528
18529 \begin_layout Standard
18530
18531 \series bold
18532 Vc
18533 \end_layout
18534
18535 \begin_layout Standard
18536 para las otras.
18537 \end_layout
18538
18539 \begin_layout Standard
18540 \begin_inset Float table
18541 wide false
18542 sideways false
18543 status open
18544
18545 \begin_layout Plain Layout
18546 \begin_inset Caption
18547
18548 \begin_layout Plain Layout
18549 \begin_inset CommandInset label
18550 LatexCommand label
18551 name "tab:Tabla-con-verticales"
18552
18553 \end_inset
18554
18555 Tabla con líneas verticales de 1.5
18556 \begin_inset space \thinspace{}
18557 \end_inset
18558
18559 pt de grosor
18560 \end_layout
18561
18562 \end_inset
18563
18564
18565 \end_layout
18566
18567 \begin_layout Plain Layout
18568 \align center
18569 \begin_inset Tabular
18570 <lyxtabular version="3" rows="3" columns="3">
18571 <features tabularvalignment="middle">
18572 <column alignment="center" valignment="top" width="0" special="Vc">
18573 <column alignment="center" valignment="top" width="0" special="Vc">
18574 <column alignment="center" valignment="top" width="0" special="VcV">
18575 <row>
18576 <cell alignment="center" valignment="top" topline="true" usebox="none">
18577 \begin_inset Text
18578
18579 \begin_layout Plain Layout
18580 sd
18581 \end_layout
18582
18583 \end_inset
18584 </cell>
18585 <cell alignment="center" valignment="top" topline="true" usebox="none">
18586 \begin_inset Text
18587
18588 \begin_layout Plain Layout
18589
18590 \end_layout
18591
18592 \end_inset
18593 </cell>
18594 <cell alignment="center" valignment="top" topline="true" usebox="none">
18595 \begin_inset Text
18596
18597 \begin_layout Plain Layout
18598
18599 \end_layout
18600
18601 \end_inset
18602 </cell>
18603 </row>
18604 <row>
18605 <cell alignment="center" valignment="top" topline="true" usebox="none">
18606 \begin_inset Text
18607
18608 \begin_layout Plain Layout
18609
18610 \end_layout
18611
18612 \end_inset
18613 </cell>
18614 <cell alignment="center" valignment="top" topline="true" usebox="none">
18615 \begin_inset Text
18616
18617 \begin_layout Plain Layout
18618 sd
18619 \end_layout
18620
18621 \end_inset
18622 </cell>
18623 <cell alignment="center" valignment="top" topline="true" usebox="none">
18624 \begin_inset Text
18625
18626 \begin_layout Plain Layout
18627
18628 \end_layout
18629
18630 \end_inset
18631 </cell>
18632 </row>
18633 <row>
18634 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
18635 \begin_inset Text
18636
18637 \begin_layout Plain Layout
18638
18639 \end_layout
18640
18641 \end_inset
18642 </cell>
18643 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
18644 \begin_inset Text
18645
18646 \begin_layout Plain Layout
18647
18648 \end_layout
18649
18650 \end_inset
18651 </cell>
18652 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
18653 \begin_inset Text
18654
18655 \begin_layout Plain Layout
18656 sd
18657 \end_layout
18658
18659 \end_inset
18660 </cell>
18661 </row>
18662 </lyxtabular>
18663
18664 \end_inset
18665
18666
18667 \end_layout
18668
18669 \end_inset
18670
18671
18672 \end_layout
18673
18674 \begin_layout Subsection
18675 Líneas de trazos
18676 \begin_inset Index idx
18677 status collapsed
18678
18679 \begin_layout Plain Layout
18680 Personalización de tablas ! Líneas de trazos
18681 \end_layout
18682
18683 \end_inset
18684
18685
18686 \end_layout
18687
18688 \begin_layout Standard
18689 \begin_inset ERT
18690 status collapsed
18691
18692 \begin_layout Plain Layout
18693
18694
18695 \backslash
18696 ifarydshln
18697 \end_layout
18698
18699 \end_inset
18700
18701
18702 \begin_inset Note Note
18703 status collapsed
18704
18705 \begin_layout Plain Layout
18706 La siguiente sección sólo se mostrará en pantalla si está instalado el paquete
18707  LaTeX 
18708 \series bold
18709 arydshln
18710 \series default
18711 .
18712 \end_layout
18713
18714 \end_inset
18715
18716
18717 \end_layout
18718
18719 \begin_layout Standard
18720 \begin_inset Float table
18721 placement H
18722 wide false
18723 sideways false
18724 status open
18725
18726 \begin_layout Plain Layout
18727 \begin_inset Caption
18728
18729 \begin_layout Plain Layout
18730 \begin_inset CommandInset label
18731 LatexCommand label
18732 name "tab:Tabla-con-trazos"
18733
18734 \end_inset
18735
18736 Tabla con líneas de trazos
18737 \end_layout
18738
18739 \end_inset
18740
18741
18742 \end_layout
18743
18744 \begin_layout Plain Layout
18745 \align center
18746 \begin_inset Tabular
18747 <lyxtabular version="3" rows="5" columns="5">
18748 <features tabularvalignment="middle">
18749 <column alignment="center" valignment="top" width="0">
18750 <column alignment="center" valignment="top" width="0">
18751 <column alignment="center" valignment="top" width="0" special=":c">
18752 <column alignment="center" valignment="top" width="0">
18753 <column alignment="center" valignment="top" width="0">
18754 <row>
18755 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
18756 \begin_inset Text
18757
18758 \begin_layout Plain Layout
18759 a
18760 \end_layout
18761
18762 \end_inset
18763 </cell>
18764 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
18765 \begin_inset Text
18766
18767 \begin_layout Plain Layout
18768 b
18769 \end_layout
18770
18771 \end_inset
18772 </cell>
18773 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
18774 \begin_inset Text
18775
18776 \begin_layout Plain Layout
18777 c
18778 \end_layout
18779
18780 \end_inset
18781 </cell>
18782 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
18783 \begin_inset Text
18784
18785 \begin_layout Plain Layout
18786 d
18787 \end_layout
18788
18789 \end_inset
18790 </cell>
18791 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
18792 \begin_inset Text
18793
18794 \begin_layout Plain Layout
18795 e
18796 \end_layout
18797
18798 \end_inset
18799 </cell>
18800 </row>
18801 <row>
18802 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18803 \begin_inset Text
18804
18805 \begin_layout Plain Layout
18806 f
18807 \end_layout
18808
18809 \end_inset
18810 </cell>
18811 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18812 \begin_inset Text
18813
18814 \begin_layout Plain Layout
18815 g
18816 \end_layout
18817
18818 \end_inset
18819 </cell>
18820 <cell alignment="center" valignment="top" topline="true" usebox="none">
18821 \begin_inset Text
18822
18823 \begin_layout Plain Layout
18824 h
18825 \end_layout
18826
18827 \end_inset
18828 </cell>
18829 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18830 \begin_inset Text
18831
18832 \begin_layout Plain Layout
18833 i
18834 \end_layout
18835
18836 \end_inset
18837 </cell>
18838 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
18839 \begin_inset Text
18840
18841 \begin_layout Plain Layout
18842 j
18843 \end_layout
18844
18845 \end_inset
18846 </cell>
18847 </row>
18848 <row>
18849 <cell alignment="center" valignment="top" leftline="true" usebox="none">
18850 \begin_inset Text
18851
18852 \begin_layout Plain Layout
18853 \begin_inset ERT
18854 status collapsed
18855
18856 \begin_layout Plain Layout
18857
18858
18859 \backslash
18860 hdashline 
18861 \end_layout
18862
18863 \end_inset
18864
18865 k
18866 \end_layout
18867
18868 \end_inset
18869 </cell>
18870 <cell alignment="center" valignment="top" leftline="true" usebox="none">
18871 \begin_inset Text
18872
18873 \begin_layout Plain Layout
18874 l
18875 \end_layout
18876
18877 \end_inset
18878 </cell>
18879 <cell alignment="center" valignment="top" usebox="none">
18880 \begin_inset Text
18881
18882 \begin_layout Plain Layout
18883 m
18884 \end_layout
18885
18886 \end_inset
18887 </cell>
18888 <cell alignment="center" valignment="top" leftline="true" usebox="none">
18889 \begin_inset Text
18890
18891 \begin_layout Plain Layout
18892 n
18893 \end_layout
18894
18895 \end_inset
18896 </cell>
18897 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
18898 \begin_inset Text
18899
18900 \begin_layout Plain Layout
18901 o
18902 \end_layout
18903
18904 \end_inset
18905 </cell>
18906 </row>
18907 <row>
18908 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18909 \begin_inset Text
18910
18911 \begin_layout Plain Layout
18912 \begin_inset ERT
18913 status collapsed
18914
18915 \begin_layout Plain Layout
18916
18917
18918 \backslash
18919 cdashline{4-5}
18920 \end_layout
18921
18922 \end_inset
18923
18924 p
18925 \end_layout
18926
18927 \end_inset
18928 </cell>
18929 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18930 \begin_inset Text
18931
18932 \begin_layout Plain Layout
18933 q
18934 \end_layout
18935
18936 \end_inset
18937 </cell>
18938 <cell alignment="center" valignment="top" topline="true" usebox="none" special="c:">
18939 \begin_inset Text
18940
18941 \begin_layout Plain Layout
18942 r
18943 \end_layout
18944
18945 \end_inset
18946 </cell>
18947 <cell multicolumn="1" alignment="center" valignment="top" leftline="true" rightline="true" usebox="none" special="c:">
18948 \begin_inset Text
18949
18950 \begin_layout Plain Layout
18951 s
18952 \end_layout
18953
18954 \end_inset
18955 </cell>
18956 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
18957 \begin_inset Text
18958
18959 \begin_layout Plain Layout
18960
18961 \end_layout
18962
18963 \end_inset
18964 </cell>
18965 </row>
18966 <row>
18967 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
18968 \begin_inset Text
18969
18970 \begin_layout Plain Layout
18971 t
18972 \end_layout
18973
18974 \end_inset
18975 </cell>
18976 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
18977 \begin_inset Text
18978
18979 \begin_layout Plain Layout
18980 u
18981 \end_layout
18982
18983 \end_inset
18984 </cell>
18985 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
18986 \begin_inset Text
18987
18988 \begin_layout Plain Layout
18989 v
18990 \end_layout
18991
18992 \end_inset
18993 </cell>
18994 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
18995 \begin_inset Text
18996
18997 \begin_layout Plain Layout
18998 w
18999 \end_layout
19000
19001 \end_inset
19002 </cell>
19003 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
19004 \begin_inset Text
19005
19006 \begin_layout Plain Layout
19007 x
19008 \end_layout
19009
19010 \end_inset
19011 </cell>
19012 </row>
19013 </lyxtabular>
19014
19015 \end_inset
19016
19017
19018 \end_layout
19019
19020 \end_inset
19021
19022
19023 \end_layout
19024
19025 \begin_layout Standard
19026 En principio LyX no soporta líneas de trazos, hay que usar código TeX.
19027  Antes hay que cargar en el preámbulo del documento el paquete LaTeX 
19028 \series bold
19029 arydshln
19030 \series default
19031
19032 \begin_inset Index idx
19033 status collapsed
19034
19035 \begin_layout Plain Layout
19036 LaTeX-paquetes ! arydshln
19037 \end_layout
19038
19039 \end_inset
19040
19041  con el comando 
19042 \end_layout
19043
19044 \begin_layout Standard
19045
19046 \series bold
19047
19048 \backslash
19049 usepackage{arydshln}
19050 \end_layout
19051
19052 \begin_layout Standard
19053 Para hacer una línea vertical a trazos, introduce dos puntos «
19054 \series bold
19055 :
19056 \series default
19057 » junto con el carácter para alineación horizontal como argumento LaTeX
19058  en el diálogo de celda de tabla.
19059 \end_layout
19060
19061 \begin_layout Standard
19062 Para una línea de trazos horizontal añade el comando
19063 \end_layout
19064
19065 \begin_layout Standard
19066
19067 \series bold
19068
19069 \backslash
19070 hdashline
19071 \end_layout
19072
19073 \begin_layout Standard
19074 en código TeX como primer elemento de la primera celda en la fila.
19075 \end_layout
19076
19077 \begin_layout Standard
19078 Para líneas de trazos en multicolumna usa el comando
19079 \end_layout
19080
19081 \begin_layout Standard
19082
19083 \series bold
19084
19085 \backslash
19086 cdashline{número de líneas}
19087 \end_layout
19088
19089 \begin_layout Standard
19090 en código TeX como primer elemento de la primera celda en la fila.
19091  Si por ejemplo tienes una multicolumna extendida sobre las columnas 2 a
19092  4 y quieres una línea de trazos por encima, añade el comando
19093 \end_layout
19094
19095 \begin_layout Standard
19096
19097 \series bold
19098
19099 \backslash
19100 cdashline{2-4}
19101 \end_layout
19102
19103 \begin_layout Standard
19104 como primer elemento de la primera celda en la fila de la multicolumna.
19105 \end_layout
19106
19107 \begin_layout Standard
19108 \begin_inset VSpace bigskip
19109 \end_inset
19110
19111
19112 \end_layout
19113
19114 \begin_layout Standard
19115 La tabla
19116 \begin_inset space ~
19117 \end_inset
19118
19119
19120 \begin_inset CommandInset ref
19121 LatexCommand ref
19122 reference "tab:Tabla-con-trazos"
19123
19124 \end_inset
19125
19126  se ha hecho usando «
19127 \series bold
19128 :c
19129 \series default
19130 » como argumento LaTeX de la tercera columna.
19131  El comando en código TeX 
19132 \series bold
19133
19134 \backslash
19135 hdashline
19136 \series default
19137  se ha insertado en la primera celda de la tercera fila y el comando en
19138  código TeX
19139 \begin_inset Newline newline
19140 \end_inset
19141
19142
19143 \series bold
19144
19145 \backslash
19146 cdashline{4-5}
19147 \series default
19148  en la primera celda de la cuarta fila.
19149 \end_layout
19150
19151 \begin_layout Standard
19152 \begin_inset Note Greyedout
19153 status open
19154
19155 \begin_layout Plain Layout
19156
19157 \series bold
19158 Nota:
19159 \series default
19160  Aparentemente el paquete LaTeX 
19161 \series bold
19162 arydshln
19163 \series default
19164  no es compatible con el paquete LaTeX 
19165 \series bold
19166 colortbl
19167 \series default
19168
19169 \begin_inset Index idx
19170 status collapsed
19171
19172 \begin_layout Plain Layout
19173 LaTeX-paquetes ! colortbl
19174 \end_layout
19175
19176 \end_inset
19177
19178  que se usa para tablas coloreadas en la sección
19179 \begin_inset space ~
19180 \end_inset
19181
19182
19183 \begin_inset CommandInset ref
19184 LatexCommand ref
19185 reference "sec:Tablas-Coloreadas"
19186
19187 \end_inset
19188
19189 .
19190  Esto implica que las tablas coloreadas no pueden tener líneas de trazos.
19191 \end_layout
19192
19193 \end_inset
19194
19195
19196 \end_layout
19197
19198 \begin_layout Standard
19199 \begin_inset ERT
19200 status collapsed
19201
19202 \begin_layout Plain Layout
19203
19204
19205 \backslash
19206 else
19207 \end_layout
19208
19209 \end_inset
19210
19211
19212 \begin_inset Note Note
19213 status collapsed
19214
19215 \begin_layout Plain Layout
19216 Lo siguiente se mostrará en pantalla si no está instalado el paquete LaTeX
19217  
19218 \series bold
19219 arydshln
19220 \series default
19221 .
19222 \end_layout
19223
19224 \end_inset
19225
19226
19227 \end_layout
19228
19229 \begin_layout Standard
19230 Debes instalar el paquete LaTeX 
19231 \series bold
19232 arydshln
19233 \series default
19234  para ver la parte siguiente en la salida.
19235 \end_layout
19236
19237 \begin_layout Standard
19238 \begin_inset ERT
19239 status collapsed
19240
19241 \begin_layout Plain Layout
19242
19243
19244 \backslash
19245 fi
19246 \end_layout
19247
19248 \end_inset
19249
19250
19251 \end_layout
19252
19253 \begin_layout Chapter
19254 Flotantes
19255 \begin_inset Index idx
19256 status collapsed
19257
19258 \begin_layout Plain Layout
19259 Flotantes
19260 \end_layout
19261
19262 \end_inset
19263
19264
19265 \end_layout
19266
19267 \begin_layout Section
19268 Introducción
19269 \begin_inset CommandInset label
19270 LatexCommand label
19271 name "sec:Introducción-Flotantes"
19272
19273 \end_inset
19274
19275
19276 \begin_inset Index idx
19277 status collapsed
19278
19279 \begin_layout Plain Layout
19280 Flotantes ! Introducción
19281 \end_layout
19282
19283 \end_inset
19284
19285
19286 \end_layout
19287
19288 \begin_layout Standard
19289 Un flotante es un bloque de texto asociado con algún tipo de etiqueta que
19290  no tiene posición fija.
19291  Puede «flotar» adelante o atrás una o dos páginas, donde encaje mejor.
19292  Las 
19293 \family sans
19294 Notas
19295 \begin_inset space ~
19296 \end_inset
19297
19298 al
19299 \begin_inset space ~
19300 \end_inset
19301
19302 pie
19303 \family default
19304  y 
19305 \family sans
19306 Notas
19307 \begin_inset space ~
19308 \end_inset
19309
19310 al
19311 \begin_inset space ~
19312 \end_inset
19313
19314 margen
19315 \family default
19316  también son flotantes, porque pueden flotar a la página siguiente cuando
19317  hay demasiadas notas en la página.
19318 \end_layout
19319
19320 \begin_layout Standard
19321 Los flotantes permiten composiciones de alta calidad.
19322  Imágenes y tablas se pueden distribuir equitativamente en las páginas para
19323  impedir espacios en blanco y páginas sin texto.
19324  Como el flotante destruye a menudo el contexto entre texto e imagen o tabla,
19325  cada flotante puede ser referenciado en el texto.
19326  Por lo tanto los flotantes están numerados.
19327  Las referencias se describen en la sección
19328 \begin_inset space ~
19329 \end_inset
19330
19331
19332 \begin_inset CommandInset ref
19333 LatexCommand ref
19334 reference "sec:Referencias-a-Flotantes"
19335
19336 \end_inset
19337
19338 .
19339 \end_layout
19340
19341 \begin_layout Standard
19342 Para insertar un flotante, usa el menú 
19343 \family sans
19344 Insertar\SpecialChar \menuseparator
19345 Flotante
19346 \family default
19347 .
19348  Esto inserta una 
19349 \family sans
19350 Leyenda,
19351 \family default
19352  un cuadro con una etiqueta.
19353  La etiqueta se traducirá automáticamente al idioma del documento.
19354  Tras la etiqueta puedes insertar el texto de la leyenda.
19355  La imagen o tabla se inserta encima o debajo de la leyenda en un párrafo
19356  separado dentro del flotante.
19357  La colocación de leyendas se describe en la sección
19358 \begin_inset space ~
19359 \end_inset
19360
19361
19362 \begin_inset CommandInset ref
19363 LatexCommand ref
19364 reference "sec:Colocación-de-leyendas"
19365
19366 \end_inset
19367
19368 .
19369  Para mantener legible el documento LyX, puedes abrir y cerrar el flotante
19370  con clic izquierdo sobre él.
19371  Un cuadro cerrado se muestra así: 
19372 \begin_inset Graphics
19373         filename clipart/flotanteQt4.png
19374         scale 70
19375
19376 \end_inset
19377
19378  —un cuadro gris con etiqueta en rojo—.
19379 \end_layout
19380
19381 \begin_layout Standard
19382 Se recomienda insertar flotantes como párrafos separados para evitar posibles
19383  errores de LaTeX si el texto circundante se formatea de modo especial.
19384 \end_layout
19385
19386 \begin_layout Standard
19387 Figuras o tablas ya existentes pueden ponerse en un flotante marcándolas
19388  y pinchando el botón correspondiente de la barra de herramientas para un
19389  flotante nuevo.
19390 \end_layout
19391
19392 \begin_layout Section
19393 Tipos de flotantes
19394 \end_layout
19395
19396 \begin_layout Standard
19397 Además de los flotantes de imagen y de tabla que se describen en la sección
19398 \begin_inset space ~
19399 \end_inset
19400
19401
19402 \begin_inset CommandInset ref
19403 LatexCommand ref
19404 reference "sec:Figuras-Flotantes"
19405
19406 \end_inset
19407
19408  y 
19409 \begin_inset CommandInset ref
19410 LatexCommand ref
19411 reference "sec:Tablas-Flotantes"
19412
19413 \end_inset
19414
19415 , respectivamente, LyX ofrece los tipos 
19416 \series bold
19417 Algoritmo
19418 \series default
19419  y 
19420 \series bold
19421 Envoltorio
19422 \series default
19423 .
19424 \end_layout
19425
19426 \begin_layout Subsection
19427 Algoritmos flotantes
19428 \begin_inset Index idx
19429 status collapsed
19430
19431 \begin_layout Plain Layout
19432 Flotantes ! Algoritmos
19433 \end_layout
19434
19435 \end_inset
19436
19437
19438 \begin_inset CommandInset label
19439 LatexCommand label
19440 name "sub:Algoritmos-Flotantes"
19441
19442 \end_inset
19443
19444
19445 \end_layout
19446
19447 \begin_layout Standard
19448 \begin_inset Float algorithm
19449 placement h
19450 wide false
19451 sideways false
19452 status open
19453
19454 \begin_layout Plain Layout
19455 \begin_inset Caption
19456
19457 \begin_layout Plain Layout
19458 \begin_inset CommandInset label
19459 LatexCommand label
19460 name "alg:Ejemplo-de-Algoritmo-flotante"
19461
19462 \end_inset
19463
19464 Ejemplo de algoritmo flotante
19465 \end_layout
19466
19467 \end_inset
19468
19469
19470 \end_layout
19471
19472 \begin_layout LyX-Code
19473 for I in 1..N loop
19474 \begin_inset Newline newline
19475 \end_inset
19476
19477  Sum:= Sum + A(I); /*comment*/
19478 \begin_inset Newline newline
19479 \end_inset
19480
19481 end loop
19482 \begin_inset VSpace -4mm
19483 \end_inset
19484
19485
19486 \end_layout
19487
19488 \end_inset
19489
19490
19491 \end_layout
19492
19493 \begin_layout Standard
19494 Este tipo de flotante se inserta con el menú 
19495 \family sans
19496 Insertar\SpecialChar \menuseparator
19497 Flotante\SpecialChar \menuseparator
19498 Algoritmo
19499 \family default
19500 .
19501  Se usa para códigos y descripciones de algoritmos y se puede considerar
19502  una alternativa al listado de código de programa, que se explica en el
19503  capítulo
19504 \begin_inset space ~
19505 \end_inset
19506
19507
19508 \begin_inset CommandInset ref
19509 LatexCommand ref
19510 reference "cap:Listado-de-programa"
19511
19512 \end_inset
19513
19514 .
19515  Un posible entorno para algoritmos es 
19516 \family sans
19517 Código-LyX
19518 \family default
19519 , descrito en la 
19520 \emph on
19521 Guía del usuario
19522 \emph default
19523  de LyX.
19524  El algoritmo
19525 \begin_inset space ~
19526 \end_inset
19527
19528
19529 \begin_inset CommandInset ref
19530 LatexCommand ref
19531 reference "alg:Ejemplo-de-Algoritmo-flotante"
19532
19533 \end_inset
19534
19535  es un ejemplo de algoritmo flotante en el que se ha añadido un espacio
19536  vertical de -4
19537 \begin_inset space \thinspace{}
19538 \end_inset
19539
19540 mm al final para tener la línea inferior exactamente bajo la última línea
19541  de texto.
19542 \end_layout
19543
19544 \begin_layout Standard
19545 La etiqueta de flotante no se traduce automáticamente al lenguaje del documento.
19546  Hay que hacerlo manualmente añadiendo al preámbulo del documento la línea:
19547 \end_layout
19548
19549 \begin_layout Standard
19550
19551 \series bold
19552
19553 \backslash
19554 floatname{algorithm}{nombre}
19555 \end_layout
19556
19557 \begin_layout Standard
19558 donde 
19559 \family sans
19560 nombre
19561 \family default
19562  es la palabra «
19563 \emph on
19564 algoritmo
19565 \emph default
19566 » en el idioma deseado.
19567 \end_layout
19568
19569 \begin_layout Standard
19570 Para insertar el índice de algoritmos puedes usar el menú 
19571 \family sans
19572 Insertar\SpecialChar \menuseparator
19573 Lista
19574 \begin_inset space \thinspace{}
19575 \end_inset
19576
19577 /
19578 \begin_inset space \thinspace{}
19579 \end_inset
19580
19581 Índice\SpecialChar \menuseparator
19582 Índice de algoritmos
19583 \family default
19584 , si el documento está en el mismo idioma que los menús de LyX.
19585  Para documentos en otro idioma usa en su lugar el comando en código TeX:
19586 \end_layout
19587
19588 \begin_layout Standard
19589
19590 \series bold
19591
19592 \backslash
19593 listof{algorithm}{nombre}
19594 \end_layout
19595
19596 \begin_layout Standard
19597 donde 
19598 \family sans
19599 nombre
19600 \family default
19601  es «
19602 \emph on
19603 Lista de algoritmos
19604 \emph default
19605 » en el idioma del documento.
19606 \end_layout
19607
19608 \begin_layout Standard
19609 Los algoritmos flotantes no se numeran por omisión según el esquema habitual
19610  para tablas e imágenes flotantes en muchas clases de documento, «capítulo.algori
19611 tmo».
19612  Para numerarlos con ese esquema, añade este comando en el preámbulo del
19613  documento:
19614 \end_layout
19615
19616 \begin_layout Standard
19617
19618 \series bold
19619
19620 \backslash
19621 numberwithin{algorithm}{chapter}
19622 \end_layout
19623
19624 \begin_layout Standard
19625 Para poder usar el comando 
19626 \series bold
19627
19628 \backslash
19629 numberwithin
19630 \series default
19631 , marca la opción 
19632 \family sans
19633 Usar
19634 \begin_inset space ~
19635 \end_inset
19636
19637 el
19638 \begin_inset space ~
19639 \end_inset
19640
19641 paquete
19642 \begin_inset space ~
19643 \end_inset
19644
19645 AMS
19646 \family default
19647  en el menú 
19648 \family sans
19649 Documento\SpecialChar \menuseparator
19650 Configuración\SpecialChar \menuseparator
19651 Opciones para ecuaciones
19652 \family default
19653 .
19654 \end_layout
19655
19656 \begin_layout Subsection
19657 Flotantes envueltos
19658 \begin_inset Index idx
19659 status collapsed
19660
19661 \begin_layout Plain Layout
19662 Flotantes ! Envoltorio
19663 \end_layout
19664
19665 \end_inset
19666
19667
19668 \end_layout
19669
19670 \begin_layout Standard
19671 \begin_inset Wrap figure
19672 lines 0
19673 placement l
19674 overhang 1cm
19675 width "40col%"
19676 status open
19677
19678 \begin_layout Plain Layout
19679 \begin_inset Graphics
19680         filename ../clipart/mobius.eps
19681         width 40col%
19682         rotateOrigin center
19683
19684 \end_inset
19685
19686
19687 \end_layout
19688
19689 \begin_layout Plain Layout
19690 \begin_inset Caption
19691
19692 \begin_layout Plain Layout
19693 \begin_inset CommandInset label
19694 LatexCommand label
19695 name "fig:Envoltorio-de-figura"
19696
19697 \end_inset
19698
19699 Figura envuelta en el texto
19700 \end_layout
19701
19702 \end_inset
19703
19704
19705 \end_layout
19706
19707 \end_inset
19708
19709  Este tipo de flotante se usa para adosar una figura o una tabla al texto,
19710  de modo que ocupe sólo una parte del ancho de columna.
19711  Se inserta con el menú 
19712 \family sans
19713 Insertar\SpecialChar \menuseparator
19714 Flotante\SpecialChar \menuseparator
19715 Figura
19716 \begin_inset space ~
19717 \end_inset
19718
19719 envuelta
19720 \family default
19721
19722 \begin_inset space \thinspace{}
19723 \end_inset
19724
19725 /
19726 \begin_inset space \thinspace{}
19727 \end_inset
19728
19729
19730 \family sans
19731 Tabla
19732 \begin_inset space ~
19733 \end_inset
19734
19735 envuelta
19736 \family default
19737  si está instalado el paquete LaTeX 
19738 \series bold
19739 wrapfig
19740 \series default
19741
19742 \begin_inset Index idx
19743 status collapsed
19744
19745 \begin_layout Plain Layout
19746 LaTeX-paquetes ! wrapfig
19747 \begin_inset ERT
19748 status collapsed
19749
19750 \begin_layout Plain Layout
19751
19752
19753 \backslash
19754 vspace{4mm}
19755 \end_layout
19756
19757 \end_inset
19758
19759
19760 \end_layout
19761
19762 \end_inset
19763
19764 .
19765 \begin_inset Foot
19766 status collapsed
19767
19768 \begin_layout Plain Layout
19769 La instalación de paquetes LaTeX se explica en el manual 
19770 \emph on
19771 Configuración de LaTeX
19772 \emph default
19773 .
19774 \end_layout
19775
19776 \end_inset
19777
19778  Los parámetros del flotante se pueden modificar en el diálogo que se muestra
19779  con clic derecho sobre el cuadro del flotante.
19780  Son obligatorias la 
19781 \family sans
19782 Ubicación
19783 \family default
19784  y la 
19785 \family sans
19786 Anchura
19787 \family default
19788 .
19789  Son opcionales 
19790 \family sans
19791 Extensión al margen
19792 \family default
19793 , que especifica la anchura de invasión del margen, y 
19794 \family sans
19795 Extender
19796 \begin_inset space ~
19797 \end_inset
19798
19799 a
19800 \begin_inset space ~
19801 \end_inset
19802
19803 líneas
19804 \family default
19805 :, que indica cuántas líneas de texto necesitará aproximadamente el flotante.
19806  Como suele ser difícil estimar el número de líneas, lo mejor es usar esta
19807  opción sólo si encuentras problemas en la colocación del flotante.
19808  Además puedes decidir si permitir que LaTeX deje flotar el flotante dentro
19809  del párrafo o en los párrafos adyacentes.
19810  La figura
19811 \begin_inset space ~
19812 \end_inset
19813
19814
19815 \begin_inset CommandInset ref
19816 LatexCommand ref
19817 reference "fig:Envoltorio-de-figura"
19818
19819 \end_inset
19820
19821  es un ejemplo de envoltorio con una anchura de columna del 40
19822 \begin_inset space \thinspace{}
19823 \end_inset
19824
19825 %, ubicado a la izquierda y 1
19826 \begin_inset space \thinspace{}
19827 \end_inset
19828
19829 cm de invasión de margen.
19830 \begin_inset Foot
19831 status collapsed
19832
19833 \begin_layout Plain Layout
19834 Consulta las unidades disponibles en el apéndice
19835 \begin_inset space ~
19836 \end_inset
19837
19838
19839 \begin_inset CommandInset ref
19840 LatexCommand ref
19841 reference "cap:Unidades-disponibles-en"
19842
19843 \end_inset
19844
19845 .
19846 \end_layout
19847
19848 \end_inset
19849
19850
19851 \end_layout
19852
19853 \begin_layout Standard
19854 \begin_inset Note Greyedout
19855 status open
19856
19857 \begin_layout Plain Layout
19858
19859 \series bold
19860 Nota:
19861 \series default
19862  ¡Los flotantes envueltos son frágiles! P.
19863 \begin_inset space \thinspace{}
19864 \end_inset
19865
19866 e.
19867 \begin_inset space ~
19868 \end_inset
19869
19870 si una figura está demasiado cerca de la parte inferior de la página se
19871  pueden perder cosas en el proceso de salida: el flotante puede no aparecer
19872  o situarse junto a otro texto.
19873 \end_layout
19874
19875 \end_inset
19876
19877
19878 \end_layout
19879
19880 \begin_layout Standard
19881 En general:
19882 \end_layout
19883
19884 \begin_layout Itemize
19885 Los flotantes envueltos no deberían situarse en párrafos que van sobre un
19886  salto de página.
19887  Esto implica que lo mejor es insertarlos en el sitio exacto cuando el documento
19888  esté casi listo y puedas prever los saltos de página.
19889 \end_layout
19890
19891 \begin_layout Itemize
19892 Los flotantes envueltos deberían situarse, bien en un párrafo propio antes
19893  del párrafo al que deben ajustarse, o bien dentro de un párrafo.
19894 \end_layout
19895
19896 \begin_layout Itemize
19897 Los flotantes envueltos en párrafos consecutivos pueden dar problemas, así
19898  que procura que haya un párrafo de texto entre ellos.
19899 \end_layout
19900
19901 \begin_layout Itemize
19902 Los flotantes envueltos no están permitidos en cabeceras de sección o tablas.
19903 \end_layout
19904
19905 \begin_layout Section
19906 Numeración de flotantes
19907 \begin_inset Index idx
19908 status collapsed
19909
19910 \begin_layout Plain Layout
19911 Flotantes ! Numeración
19912 \end_layout
19913
19914 \end_inset
19915
19916
19917 \end_layout
19918
19919 \begin_layout Standard
19920 En general, los flotantes se numeran independientemente de las secciones
19921  en las que se encuentran o según el esquema «capítulo.número» o «sección.número»,
19922  dependiendo de la clase de documento utilizada.
19923 \end_layout
19924
19925 \begin_layout Standard
19926 Para cambiar la numeración independiente de la sección, puedes usar el siguiente
19927  comando en el preámbulo del documento:
19928 \end_layout
19929
19930 \begin_layout Standard
19931
19932 \series bold
19933
19934 \backslash
19935 renewcommand{
19936 \backslash
19937 thetable}{
19938 \backslash
19939 roman{table}}
19940 \end_layout
19941
19942 \begin_layout Standard
19943
19944 \series bold
19945
19946 \backslash
19947 thetable 
19948 \series default
19949 es el comando que imprime el número de la tabla, para figuras flotantes
19950  el comando sería 
19951 \series bold
19952
19953 \backslash
19954 thefigure
19955 \series default
19956 .
19957  El comando 
19958 \series bold
19959
19960 \backslash
19961 roman
19962 \series default
19963  imprime el número de tabla en números romanos en minúscula.
19964 \end_layout
19965
19966 \begin_layout Standard
19967 Para cambiar el esquema de numeración, por ejemplo a «subsección.número»,
19968  usa este comando en el preámbulo:
19969 \end_layout
19970
19971 \begin_layout Standard
19972
19973 \series bold
19974
19975 \backslash
19976 numberwithin{table}{subsection}
19977 \end_layout
19978
19979 \begin_layout Standard
19980 Para poder usar el comando 
19981 \series bold
19982
19983 \backslash
19984 numberwithin
19985 \series default
19986 , debes marcar la opción 
19987 \family sans
19988 Usar
19989 \begin_inset space ~
19990 \end_inset
19991
19992 el
19993 \begin_inset space ~
19994 \end_inset
19995
19996 paquete
19997 \begin_inset space ~
19998 \end_inset
19999
20000 AMS 
20001 \family default
20002 en el apartado 
20003 \family sans
20004 Opciones para ecuaciones 
20005 \family default
20006 de las preferencias del documento.
20007 \end_layout
20008
20009 \begin_layout Standard
20010 Puedes ver más detalles y notas importantes sobre comandos de numeración
20011  en la sección
20012 \begin_inset space ~
20013 \end_inset
20014
20015
20016 \begin_inset CommandInset ref
20017 LatexCommand ref
20018 reference "sub:Numeración-de-Notas-al-Pie"
20019
20020 \end_inset
20021
20022 .
20023 \end_layout
20024
20025 \begin_layout Section
20026 Referencias a flotantes
20027 \begin_inset CommandInset label
20028 LatexCommand label
20029 name "sec:Referencias-a-Flotantes"
20030
20031 \end_inset
20032
20033
20034 \begin_inset Index idx
20035 status collapsed
20036
20037 \begin_layout Plain Layout
20038 Flotantes ! Referencias
20039 \end_layout
20040
20041 \end_inset
20042
20043
20044 \begin_inset Index idx
20045 status collapsed
20046
20047 \begin_layout Plain Layout
20048 Referencias
20049 \end_layout
20050
20051 \end_inset
20052
20053
20054 \end_layout
20055
20056 \begin_layout Standard
20057 Para referirse a un flotante, inserta una etiqueta en su leyenda con el
20058  menú 
20059 \family sans
20060 Insertar\SpecialChar \menuseparator
20061 Etiqueta
20062 \family default
20063  o el botón 
20064 \begin_inset Graphics
20065         filename ../../images/label-insert.png
20066         scale 85
20067
20068 \end_inset
20069
20070 .
20071  Aparece una ventana esperando la introducción del texto de la etiqueta
20072  y se inserta un cuadro gris como este: 
20073 \begin_inset Graphics
20074         filename clipart/etiquetaQt4.png
20075         scale 85
20076
20077 \end_inset
20078
20079 .
20080  LyX ofrece como texto las primeras palabras de la leyenda con un prefijo.
20081  El prefijo depende del tipo de flotante, p.
20082 \begin_inset space \thinspace{}
20083 \end_inset
20084
20085 e.
20086 \begin_inset space ~
20087 \end_inset
20088
20089 para figuras el prefijo será «
20090 \family sans
20091 fig:
20092 \family default
20093 ».
20094 \end_layout
20095
20096 \begin_layout Standard
20097 La etiqueta se usa como ancla y el nombre para la referencia.
20098  Puedes referenciar la etiqueta usando el menú 
20099 \family sans
20100 Insertar\SpecialChar \menuseparator
20101 Referencia
20102 \family default
20103
20104 \begin_inset space ~
20105 \end_inset
20106
20107
20108 \family sans
20109 cruzada
20110 \family default
20111  o el botón 
20112 \begin_inset Graphics
20113         filename ../../images/dialog-show-new-inset_ref.png
20114         scale 85
20115
20116 \end_inset
20117
20118 .
20119  Aparece una ventana de referencia cruzada con todas las etiquetas del documento.
20120  Si tienes abiertos varios documentos LyX, escoge aquel con el  que estás
20121  trabajando de la lista desplegable de la parte superior del diálogo.
20122  Puedes ordenar las etiquetas alfabéticamente y elegir una.
20123  Se inserta un cuadro gris como este: 
20124 \begin_inset Graphics
20125         filename clipart/referenciaQt4.png
20126         scale 85
20127
20128 \end_inset
20129
20130 .
20131  En la salida, en lugar de este cuadro aparecerá el número de la referencia.
20132 \end_layout
20133
20134 \begin_layout Standard
20135 Se recomienda poner un espacio protegido entre el nombre de la referencia
20136  cruzada y su número para evitar saltos de línea entre ellos.
20137  Si una referencia cruzada corresponde a una etiqueta inexistente verás
20138  dos interrogaciones en la salida.
20139 \end_layout
20140
20141 \begin_layout Standard
20142 En cualquier momento puedes cambiar etiquetas pulsando sobre el cuadro.
20143  Las referencias a las etiquetas cambiadas cambian automáticamente su enlace
20144  al texto de la etiqueta nueva, no te preocupes por eso.
20145 \end_layout
20146
20147 \begin_layout Standard
20148 El botón 
20149 \family sans
20150 Ir
20151 \begin_inset space ~
20152 \end_inset
20153
20154 a
20155 \begin_inset space ~
20156 \end_inset
20157
20158 la
20159 \begin_inset space ~
20160 \end_inset
20161
20162 etiqueta
20163 \family default
20164  en la ventana de referencia cruzada lleva el cursor hasta dicha etiqueta,
20165  y el texto del botón cambia a 
20166 \family sans
20167 Volver
20168 \family default
20169 , con el que se puede retornar a la referencia.
20170  Un clic derecho sobre el cuadro de la referencia también lleva el cursor
20171  hasta la etiqueta pero sin opción de volver.
20172 \end_layout
20173
20174 \begin_layout Subsection
20175 Formatos de referencia cruzada
20176 \begin_inset CommandInset label
20177 LatexCommand label
20178 name "sub:Formatos-referencia-cruzada"
20179
20180 \end_inset
20181
20182
20183 \begin_inset Index idx
20184 status collapsed
20185
20186 \begin_layout Plain Layout
20187 Referencias ! Formatos
20188 \end_layout
20189
20190 \end_inset
20191
20192
20193 \end_layout
20194
20195 \begin_layout Standard
20196 Hay seis variedades de referencias cruzadas:
20197 \end_layout
20198
20199 \begin_layout Description
20200 <referencia>: imprime el número flotante, esta es la opción predeterminada:
20201  
20202 \begin_inset CommandInset ref
20203 LatexCommand ref
20204 reference "fig:Dos-imágenes-distorsionadas"
20205
20206 \end_inset
20207
20208
20209 \end_layout
20210
20211 \begin_layout Description
20212 (<referencia>): imprime el número flotante entre paréntesis, es el estilo
20213  habitual para referirse a fórmulas, especialmente si se omite el nombre
20214  «Ecuación»: 
20215 \begin_inset CommandInset ref
20216 LatexCommand eqref
20217 reference "eq:Wgn"
20218
20219 \end_inset
20220
20221
20222 \end_layout
20223
20224 \begin_layout Description
20225 <página>: imprime el número de página: Página
20226 \begin_inset space ~
20227 \end_inset
20228
20229
20230 \begin_inset CommandInset ref
20231 LatexCommand pageref
20232 reference "fig:Dos-imágenes-distorsionadas"
20233
20234 \end_inset
20235
20236
20237 \end_layout
20238
20239 \begin_layout Description
20240 en
20241 \begin_inset space ~
20242 \end_inset
20243
20244 página
20245 \begin_inset space ~
20246 \end_inset
20247
20248 <página>: imprime el texto «en la página» y el número de página: 
20249 \begin_inset CommandInset ref
20250 LatexCommand vpageref
20251 reference "fig:Dos-imágenes-distorsionadas"
20252
20253 \end_inset
20254
20255
20256 \end_layout
20257
20258 \begin_layout Description
20259 <referencia>
20260 \begin_inset space ~
20261 \end_inset
20262
20263 en
20264 \begin_inset space ~
20265 \end_inset
20266
20267 página
20268 \begin_inset space ~
20269 \end_inset
20270
20271 <página>: imprime el número flotante, el texto «en la página» y el número
20272  de página: 
20273 \begin_inset CommandInset ref
20274 LatexCommand vref
20275 reference "fig:Dos-imágenes-distorsionadas"
20276
20277 \end_inset
20278
20279
20280 \end_layout
20281
20282 \begin_layout Description
20283 Referencia
20284 \begin_inset space ~
20285 \end_inset
20286
20287 con
20288 \begin_inset space ~
20289 \end_inset
20290
20291 formato: imprime un formato personalizado.
20292 \begin_inset Newline newline
20293 \end_inset
20294
20295
20296 \begin_inset Note Greyedout
20297 status open
20298
20299 \begin_layout Plain Layout
20300
20301 \series bold
20302 Nota:
20303 \series default
20304  Esta característica sólo está disponible si está instalado el paquete LaTeX
20305  
20306 \series bold
20307 prettyref
20308 \series default
20309 .
20310 \begin_inset Index idx
20311 status collapsed
20312
20313 \begin_layout Plain Layout
20314 LaTeX-paquetes ! prettyref
20315 \end_layout
20316
20317 \end_inset
20318
20319
20320 \end_layout
20321
20322 \end_inset
20323
20324
20325 \end_layout
20326
20327 \begin_layout Standard
20328
20329 \family sans
20330 <página>
20331 \family default
20332
20333 \begin_inset space \thinspace{}
20334 \end_inset
20335
20336  no imprime el número si la etiqueta está en la misma página, en la anterior
20337  o en la siguiente.
20338  En su lugar verás p.
20339 \begin_inset space \thinspace{}
20340 \end_inset
20341
20342 e.
20343 \begin_inset space ~
20344 \end_inset
20345
20346 el texto «
20347 \family sans
20348 en esta página
20349 \family default
20350 ».
20351  El estilo 
20352 \family sans
20353 <referencia>
20354 \begin_inset space ~
20355 \end_inset
20356
20357 en
20358 \begin_inset space ~
20359 \end_inset
20360
20361 página
20362 \begin_inset space ~
20363 \end_inset
20364
20365 <página> 
20366 \family default
20367 no imprimirá nada sobre la página si la etiqueta está en la misma página.
20368 \end_layout
20369
20370 \begin_layout Standard
20371 El número y página actual de la parte del documento referida es automáticamente
20372  calculado por LaTeX en la salida.
20373  Las variedades se ajustan en el campo 
20374 \family sans
20375 Formato
20376 \family default
20377  de la ventana de referencia cruzada, que aparece al pinchar sobre el cuadro.
20378 \end_layout
20379
20380 \begin_layout Standard
20381 \begin_inset Note Greyedout
20382 status open
20383
20384 \begin_layout Plain Layout
20385
20386 \series bold
20387 Nota:
20388 \series default
20389  El paquete LaTeX 
20390 \series bold
20391 prettyref
20392 \series default
20393
20394 \begin_inset Index idx
20395 status collapsed
20396
20397 \begin_layout Plain Layout
20398 LaTeX-paquetes ! prettyref
20399 \end_layout
20400
20401 \end_inset
20402
20403  no reconoce todas las abreviaturas de etiquetas
20404 \begin_inset Foot
20405 status collapsed
20406
20407 \begin_layout Plain Layout
20408 \begin_inset Quotes fld
20409 \end_inset
20410
20411 fig:
20412 \begin_inset Quotes frd
20413 \end_inset
20414
20415 , por ejemplo, es la abreviatura en LyX para las etiquetas de leyendas de
20416  figuras.
20417 \end_layout
20418
20419 \end_inset
20420
20421  posibles en LyX y no está internacionalizado.
20422  Para saber cómo indicar a 
20423 \series bold
20424 prettyref
20425 \series default
20426  nuevas abreviaturas y traducciones, echa un vistazo a su documentación,
20427  
20428 \begin_inset CommandInset citation
20429 LatexCommand cite
20430 key "prettyref"
20431
20432 \end_inset
20433
20434 .
20435 \end_layout
20436
20437 \end_inset
20438
20439
20440 \end_layout
20441
20442 \begin_layout Subsection
20443 Designación automática de referencias
20444 \begin_inset Index idx
20445 status collapsed
20446
20447 \begin_layout Plain Layout
20448 Referencias ! Designación automática
20449 \end_layout
20450
20451 \end_inset
20452
20453
20454 \end_layout
20455
20456 \begin_layout Standard
20457 El paquete LaTeX 
20458 \series bold
20459 hyperref
20460 \series default
20461
20462 \begin_inset Index idx
20463 status collapsed
20464
20465 \begin_layout Plain Layout
20466 LaTeX-paquetes ! hyperref
20467 \end_layout
20468
20469 \end_inset
20470
20471 , que se habilita en 
20472 \family sans
20473 Propiedades PDF
20474 \family default
20475  del diálogo 
20476 \family sans
20477 Documento\SpecialChar \menuseparator
20478 Configuración
20479 \family default
20480 , dispone de una característica muy útil que permite incluir automáticamente
20481  en las referencias cruzadas el nombre de los flotantes referidos (o partes
20482  de texto como 
20483 \emph on
20484 sección
20485 \emph default
20486 ).
20487  Así, p.
20488 \begin_inset space \thinspace{}
20489 \end_inset
20490
20491 e., no tendrás que escribir la palabra «Figura» delante de cada referencia
20492  a una figura.
20493  Para usar esta característica habilita el soporte para 
20494 \series bold
20495 hyperref
20496 \series default
20497  e inserta la siguiente línea en el preámbulo LaTeX:
20498 \end_layout
20499
20500 \begin_layout Standard
20501
20502 \series bold
20503
20504 \backslash
20505 AtBeginDocument{
20506 \backslash
20507 renewcommand{
20508 \backslash
20509 ref}[1]{
20510 \backslash
20511 mbox{
20512 \backslash
20513 autoref{#1}}}}
20514 \end_layout
20515
20516 \begin_layout Standard
20517 Si prefieres otros nombres para las referencias distintos de los predeterminados
20518 , por ejemplo «sec.» en lugar de «sección», puedes redefinir el nombre insertando
20519  lo siguiente en el preámbulo:
20520 \end_layout
20521
20522 \begin_layout Standard
20523
20524 \series bold
20525
20526 \backslash
20527 addto
20528 \backslash
20529 extrasenglish{
20530 \backslash
20531 renewcommand{
20532 \backslash
20533 sectionautorefname}
20534 \begin_inset Newline newline
20535 \end_inset
20536
20537
20538 \begin_inset Phantom HPhantom
20539 status open
20540
20541 \begin_layout Plain Layout
20542
20543 \series bold
20544 \begin_inset space ~
20545 \end_inset
20546
20547
20548 \end_layout
20549
20550 \end_inset
20551
20552 {sec.
20553 \backslash
20554 negthinspace}}
20555 \end_layout
20556
20557 \begin_layout Standard
20558 Si estás usando un idioma de documento distinto del inglés, reemplaza
20559 \begin_inset Newline newline
20560 \end_inset
20561
20562  
20563 \series bold
20564
20565 \backslash
20566 extrasenglish
20567 \series default
20568  por
20569 \series bold
20570  
20571 \backslash
20572 extras***
20573 \series default
20574 , donde *** es el nombre del idioma utilizado.
20575 \end_layout
20576
20577 \begin_layout Standard
20578 Para obtener nombres automáticos pero no para determinados tipos de referencias,
20579  por ejemplo no para ecuaciones, usa este código de preámbulo:
20580 \end_layout
20581
20582 \begin_layout Standard
20583
20584 \series bold
20585
20586 \backslash
20587 newlength{
20588 \backslash
20589 abc}
20590 \begin_inset Newline newline
20591 \end_inset
20592
20593
20594 \backslash
20595 settowidth{
20596 \backslash
20597 abc}{
20598 \backslash
20599 space}
20600 \begin_inset Newline newline
20601 \end_inset
20602
20603
20604 \backslash
20605 addto
20606 \backslash
20607 extrasenglish{
20608 \backslash
20609 renewcommand{
20610 \backslash
20611 equationautorefname}
20612 \begin_inset Newline newline
20613 \end_inset
20614
20615
20616 \begin_inset Phantom HPhantom
20617 status open
20618
20619 \begin_layout Plain Layout
20620
20621 \series bold
20622 \begin_inset space ~
20623 \end_inset
20624
20625
20626 \end_layout
20627
20628 \end_inset
20629
20630 {
20631 \backslash
20632 hspace{-
20633 \backslash
20634 abc}}
20635 \end_layout
20636
20637 \begin_layout Standard
20638 En la documentación de 
20639 \series bold
20640 hyperref
20641 \series default
20642  
20643 \begin_inset CommandInset citation
20644 LatexCommand cite
20645 key "hyperref"
20646
20647 \end_inset
20648
20649  puedes encontrar más información.
20650
20651 \series bold
20652  
20653 \end_layout
20654
20655 \begin_layout Standard
20656 \begin_inset Note Greyedout
20657 status open
20658
20659 \begin_layout Plain Layout
20660
20661 \series bold
20662 Nota:
20663 \series default
20664  La designación automática de referencias no puede usarse en el estilo 
20665 \family sans
20666 Referencia
20667 \begin_inset space ~
20668 \end_inset
20669
20670 con
20671 \begin_inset space ~
20672 \end_inset
20673
20674 formato
20675 \family default
20676 , descrita en la sección
20677 \begin_inset space ~
20678 \end_inset
20679
20680
20681 \begin_inset CommandInset ref
20682 LatexCommand ref
20683 reference "sub:Formatos-referencia-cruzada"
20684
20685 \end_inset
20686
20687 .
20688 \end_layout
20689
20690 \end_inset
20691
20692
20693 \end_layout
20694
20695 \begin_layout Standard
20696 El manual 
20697 \emph on
20698 Ecuaciones
20699 \emph default
20700  es un ejemplo de documento en el que se ha utilizado designación automática
20701  de referencias.
20702 \end_layout
20703
20704 \begin_layout Subsection
20705 Colocación de referencias
20706 \begin_inset CommandInset label
20707 LatexCommand label
20708 name "sub:Colocación-de-Referencias"
20709
20710 \end_inset
20711
20712
20713 \begin_inset Index idx
20714 status collapsed
20715
20716 \begin_layout Plain Layout
20717 Referencias ! Colocación
20718 \end_layout
20719
20720 \end_inset
20721
20722
20723 \end_layout
20724
20725 \begin_layout Standard
20726 Si usas 
20727 \series bold
20728 hyperref
20729 \series default
20730
20731 \begin_inset Index idx
20732 status collapsed
20733
20734 \begin_layout Plain Layout
20735 LaTeX-paquetes ! hyperref
20736 \end_layout
20737
20738 \end_inset
20739
20740 , en las 
20741 \family sans
20742 Preferencias PDF 
20743 \family default
20744 del diálogo 
20745 \family sans
20746 Documento\SpecialChar \menuseparator
20747 Configuración
20748 \family default
20749 , para enlazar referencias cruzadas en la salida, verás que al pinchar sobre
20750  la referencia de una imagen flotante te lleva hasta la etiqueta de la imagen.
20751  La leyenda será la primera parte del texto en pantalla, de forma que para
20752  ver la imagen debes deslizar.
20753  Se debe a que el ancla de enlace de la referencia se sitúa en la etiqueta.
20754  Usando el paquete 
20755 \series bold
20756 hypcap
20757 \series default
20758
20759 \begin_inset Index idx
20760 status collapsed
20761
20762 \begin_layout Plain Layout
20763 LaTeX-paquetes ! hypcap
20764 \end_layout
20765
20766 \end_inset
20767
20768 , que forma parte del paquete LaTeX 
20769 \series bold
20770 oberdiek
20771 \series default
20772
20773 \begin_inset Index idx
20774 status collapsed
20775
20776 \begin_layout Plain Layout
20777 LaTeX-paquetes ! oberdiek
20778 \end_layout
20779
20780 \end_inset
20781
20782 , el ancla de enlace se sitúa al comienzo de un flotante.
20783  Para usar esta característica para figuras flotantes carga 
20784 \series bold
20785 hypcap
20786 \series default
20787  en el preámbulo con
20788 \end_layout
20789
20790 \begin_layout Standard
20791
20792 \series bold
20793
20794 \backslash
20795 usepackage[figure]{hypcap}
20796 \end_layout
20797
20798 \begin_layout Standard
20799 Puedes usar 
20800 \series bold
20801 hypcap
20802 \series default
20803  para todos los flotantes aunque no se recomienda por razones de estabilidad.
20804  Más información en el manual de 
20805 \series bold
20806 hypcap
20807 \series default
20808  
20809 \begin_inset CommandInset citation
20810 LatexCommand cite
20811 key "hypcap"
20812
20813 \end_inset
20814
20815 .
20816 \end_layout
20817
20818 \begin_layout Standard
20819 \begin_inset Note Greyedout
20820 status open
20821
20822 \begin_layout Plain Layout
20823
20824 \series bold
20825 Nota:
20826 \series default
20827  
20828 \series bold
20829 hypcap
20830 \series default
20831  no funciona para las referencias a subfiguras.
20832 \end_layout
20833
20834 \end_inset
20835
20836
20837 \end_layout
20838
20839 \begin_layout Section
20840 Colocación de flotantes
20841 \begin_inset CommandInset label
20842 LatexCommand label
20843 name "sec:Colocación-de-Flotantes"
20844
20845 \end_inset
20846
20847
20848 \begin_inset Index idx
20849 status collapsed
20850
20851 \begin_layout Plain Layout
20852 Flotantes ! Colocación
20853 \end_layout
20854
20855 \end_inset
20856
20857
20858 \end_layout
20859
20860 \begin_layout Standard
20861 Pulsando con el botón derecho del ratón sobre un cuadro de flotante se abre
20862  un diálogo en el que pueden cambiarse las opciones de LaTeX para situar
20863  los flotantes.
20864 \begin_inset Newline newline
20865 \end_inset
20866
20867 La opción 
20868 \family sans
20869 Extender
20870 \begin_inset space ~
20871 \end_inset
20872
20873 columnas
20874 \family default
20875  sólo es aplicable a documentos de dos columnas: Si lo seleccionas, el flotante
20876  abarcará ambas columnas en lugar de una sola.
20877 \begin_inset Newline newline
20878 \end_inset
20879
20880 La opción 
20881 \family sans
20882 Girar
20883 \begin_inset space ~
20884 \end_inset
20885
20886 a
20887 \begin_inset space ~
20888 \end_inset
20889
20890 un
20891 \begin_inset space ~
20892 \end_inset
20893
20894 lado
20895 \family default
20896  sirve para girar flotantes, véase sección
20897 \begin_inset space ~
20898 \end_inset
20899
20900
20901 \begin_inset CommandInset ref
20902 LatexCommand ref
20903 reference "sec:Rotación-de-Flotantes"
20904
20905 \end_inset
20906
20907 .
20908  
20909 \end_layout
20910
20911 \begin_layout Standard
20912 Puedes usar una o más de las siguientes opciones en el diálogo para establecer
20913  la posición de un flotante si desmarcas la opción 
20914 \family sans
20915 Usar
20916 \begin_inset space ~
20917 \end_inset
20918
20919 ubicación
20920 \begin_inset space ~
20921 \end_inset
20922
20923 predeterminada
20924 \family default
20925 :
20926 \end_layout
20927
20928 \begin_layout Description
20929
20930 \family sans
20931 \series bold
20932 Aquí
20933 \begin_inset space ~
20934 \end_inset
20935
20936 si
20937 \begin_inset space ~
20938 \end_inset
20939
20940 es
20941 \begin_inset space ~
20942 \end_inset
20943
20944 posible
20945 \family default
20946 \series default
20947  intenta situar el flotante en la posición en la que se inserta
20948 \end_layout
20949
20950 \begin_layout Description
20951
20952 \family sans
20953 \series bold
20954 Principio
20955 \begin_inset space ~
20956 \end_inset
20957
20958 de
20959 \begin_inset space ~
20960 \end_inset
20961
20962 página
20963 \family default
20964 \series default
20965  intenta situar el flotante al principio de la página actual
20966 \end_layout
20967
20968 \begin_layout Description
20969
20970 \family sans
20971 \series bold
20972 Fin
20973 \begin_inset space ~
20974 \end_inset
20975
20976 de
20977 \begin_inset space ~
20978 \end_inset
20979
20980 página
20981 \family default
20982 \series default
20983  intenta situar el flotante al final de la página actual
20984 \end_layout
20985
20986 \begin_layout Description
20987
20988 \family sans
20989 \series bold
20990 Página
20991 \begin_inset space ~
20992 \end_inset
20993
20994 de
20995 \begin_inset space ~
20996 \end_inset
20997
20998 flotantes
20999 \family default
21000 \series default
21001  intenta situar el flotante en una página propia 
21002 \end_layout
21003
21004 \begin_layout Standard
21005 LaTeX usa 
21006 \emph on
21007 siempre
21008 \emph default
21009  ese orden de opciones.
21010  Significa que si usas la colocación predeterminada, LaTeX probará en primer
21011  lugar 
21012 \family sans
21013 Aquí
21014 \begin_inset space ~
21015 \end_inset
21016
21017 si
21018 \begin_inset space ~
21019 \end_inset
21020
21021 es
21022 \begin_inset space ~
21023 \end_inset
21024
21025 posible
21026 \family default
21027 , luego 
21028 \family sans
21029 Principio
21030 \begin_inset space ~
21031 \end_inset
21032
21033 de
21034 \begin_inset space ~
21035 \end_inset
21036
21037 página
21038 \family default
21039 , y después las otras.
21040  Si no usas la predeterminada, LaTeX sólo probará las opciones marcadas
21041  pero en dicho orden.
21042  Si no es posible ninguna de las 4 ubicaciones el proceso se repite internamente
21043  pero intenta poner el flotante en la página siguiente.
21044 \end_layout
21045
21046 \begin_layout Standard
21047 De forma predeterminada cada una de las opciones tiene sus propias reglas:
21048 \end_layout
21049
21050 \begin_layout Labeling
21051 \labelwidthstring 00.00.0000
21052
21053 \family sans
21054 Principio
21055 \begin_inset space ~
21056 \end_inset
21057
21058 de
21059 \begin_inset space ~
21060 \end_inset
21061
21062 página:
21063 \family default
21064  sólo si el flotante ocupa menos del 70
21065 \begin_inset space \thinspace{}
21066 \end_inset
21067
21068 % de la página puede ubicarse al principio de página (
21069 \series bold
21070
21071 \backslash
21072 topfraction
21073 \series default
21074 )
21075 \end_layout
21076
21077 \begin_layout Labeling
21078 \labelwidthstring 00.00.0000
21079
21080 \family sans
21081 Fin
21082 \begin_inset space ~
21083 \end_inset
21084
21085 de
21086 \begin_inset space ~
21087 \end_inset
21088
21089 página:
21090 \family default
21091  sólo si el flotante ocupa menos del 30
21092 \begin_inset space \thinspace{}
21093 \end_inset
21094
21095 % de la página puede ubicarse al fin de página.
21096  (
21097 \series bold
21098
21099 \backslash
21100 bottomfraction
21101 \series default
21102 )
21103 \end_layout
21104
21105 \begin_layout Labeling
21106 \labelwidthstring 00.00.0000
21107
21108 \family sans
21109 Página
21110 \begin_inset space ~
21111 \end_inset
21112
21113 de
21114 \begin_inset space ~
21115 \end_inset
21116
21117 flotantes:
21118 \family default
21119  sólo si más del 50
21120 \begin_inset space \thinspace{}
21121 \end_inset
21122
21123 % de la página se ocupa por flotantes puede haber varios juntos en la misma
21124  página.
21125  (
21126 \series bold
21127
21128 \backslash
21129 floatpagefraction
21130 \series default
21131 )
21132 \end_layout
21133
21134 \begin_layout Standard
21135 Si no te agradan estas reglas puedes ignorarlas marcando la opción adicional
21136  
21137 \family sans
21138 Ignorar
21139 \begin_inset space ~
21140 \end_inset
21141
21142 reglas
21143 \begin_inset space ~
21144 \end_inset
21145
21146 de
21147 \begin_inset space ~
21148 \end_inset
21149
21150 LaTeX
21151 \family default
21152 .
21153 \begin_inset Newline newline
21154 \end_inset
21155
21156 También puedes redefinir las reglas con los comandos LaTeX que van entre
21157  paréntesis tras la descripción de las reglas anteriores.
21158  Por ejemplo, para aumentar el valor predeterminado, quizás pequeño, de
21159  la regla 
21160 \family sans
21161 Fin
21162 \family default
21163
21164 \begin_inset space ~
21165 \end_inset
21166
21167
21168 \family sans
21169 de
21170 \family default
21171
21172 \begin_inset space ~
21173 \end_inset
21174
21175
21176 \family sans
21177 página
21178 \family default
21179  al 50
21180 \begin_inset space \thinspace{}
21181 \end_inset
21182
21183 %, añade esta línea en el preámbulo:
21184 \end_layout
21185
21186 \begin_layout Standard
21187
21188 \series bold
21189
21190 \backslash
21191 renewcommand{
21192 \backslash
21193 bottomfraction}{0.5}
21194 \end_layout
21195
21196 \begin_layout Standard
21197 En determinados casos podrías necesitar ubicar un flotante exactamente en
21198  la posición en la que se inserta.
21199  Para esto puedes usar la opción 
21200 \family sans
21201 Aquí
21202 \begin_inset space ~
21203 \end_inset
21204
21205 definitivamente
21206 \family default
21207 .
21208  Usa esta opción esporádicamente y sólo cuando el documento esté casi listo,
21209  porque el flotante ya no podrá «flotar» y si haces cambios al documento
21210  se podría estropear el diseño de la página.
21211 \end_layout
21212
21213 \begin_layout Standard
21214 No hay opciones de ubicación para envoltorios flotantes porque siempre están
21215  rodeados por texto de un párrafo determinado.
21216 \begin_inset VSpace bigskip
21217 \end_inset
21218
21219
21220 \end_layout
21221
21222 \begin_layout Standard
21223 A veces surge el problema de que un flotante se sitúa al principio de la
21224  página mientras que su sección correspondiente empieza en mitad de la página,
21225  así que el lector podría creer que el flotante forma parte de la sección
21226  anterior.
21227  Para evitarlo puede emplearse el comando LaTeX 
21228 \series bold
21229
21230 \backslash
21231 suppressfloats
21232 \series default
21233 , que suprime la ubicación de un flotante dado en la página donde se inserta
21234  y además puede servir para evitar que el flotante se coloque antes del
21235  inicio de sección.
21236  Para ello, añade estos comandos al preámbulo:
21237 \end_layout
21238
21239 \begin_layout Standard
21240
21241 \series bold
21242
21243 \backslash
21244 let
21245 \backslash
21246 mySection
21247 \backslash
21248 section
21249 \begin_inset Newline newline
21250 \end_inset
21251
21252
21253 \backslash
21254 renewcommand{
21255 \backslash
21256 section}{
21257 \backslash
21258 suppressfloats[t]
21259 \backslash
21260 mySection}
21261 \end_layout
21262
21263 \begin_layout Standard
21264 Se puede hacer lo mismo para todas las cabeceras de sección, capítulos y
21265  subsecciones.
21266  No es recomendable para partes pequeñas de texto como subsubsecciones porque
21267  LaTeX podría tener problemas para encontrar una ubicación adecuada.
21268 \end_layout
21269
21270 \begin_layout Standard
21271 \begin_inset VSpace bigskip
21272 \end_inset
21273
21274 En ciertos casos se quieren tener todas las figuras/tablas al final del
21275  documento.
21276  Para estos casos está el paquete LaTeX 
21277 \series bold
21278 endfloat
21279 \series default
21280
21281 \begin_inset Index idx
21282 status collapsed
21283
21284 \begin_layout Plain Layout
21285 LaTeX-paquetes ! endfloat
21286 \end_layout
21287
21288 \end_inset
21289
21290 .
21291  Pone todas las figuras y tablas flotantes al final del documento en secciones
21292  propias.
21293  En la posición original del flotante se inserta una indicación como «
21294 \family sans
21295 [Figure
21296 \begin_inset space ~
21297 \end_inset
21298
21299 3.2 about here.]
21300 \family default
21301 ».
21302  El paquete 
21303 \series bold
21304 endfloat
21305 \series default
21306  se carga en el preámbulo con la línea
21307 \end_layout
21308
21309 \begin_layout Standard
21310
21311 \series bold
21312
21313 \backslash
21314 usepackage[options]{endfloat}
21315 \end_layout
21316
21317 \begin_layout Standard
21318 Hay varias opciones para diseñar las secciones figura/tabla creadas.
21319  Para más información véase la documentación 
21320 \begin_inset CommandInset citation
21321 LatexCommand cite
21322 key "endfloat"
21323
21324 \end_inset
21325
21326 .
21327 \begin_inset Newline newline
21328 \end_inset
21329
21330
21331 \begin_inset Note Greyedout
21332 status open
21333
21334 \begin_layout Plain Layout
21335
21336 \series bold
21337 Nota: endfloat
21338 \series default
21339  no traduce automáticamente la indicación, hay que hacerlo manualmente,
21340  véase sección
21341 \begin_inset space ~
21342 \end_inset
21343
21344 4 en 
21345 \begin_inset CommandInset citation
21346 LatexCommand cite
21347 key "endfloat"
21348
21349 \end_inset
21350
21351 .
21352 \end_layout
21353
21354 \end_inset
21355
21356
21357 \begin_inset Newline newline
21358 \end_inset
21359
21360
21361 \begin_inset Note Greyedout
21362 status open
21363
21364 \begin_layout Plain Layout
21365
21366 \series bold
21367 Nota:
21368 \series default
21369  Actualmente hay un error en 
21370 \series bold
21371 endfloat
21372 \series default
21373  cuando la leyenda contiene el carácter alemán «ß».
21374  Usa en ese caso el comando «
21375 \series bold
21376
21377 \backslash
21378 ss
21379 \series default
21380 » en código TeX en vez de «ß».
21381 \end_layout
21382
21383 \end_inset
21384
21385
21386 \end_layout
21387
21388 \begin_layout Standard
21389 \begin_inset VSpace bigskip
21390 \end_inset
21391
21392 Más detalles sobre ubicación de flotantes en libros sobre LaTeX como 
21393 \begin_inset CommandInset citation
21394 LatexCommand cite
21395 key "latexcompanion,latexguide,latexbook"
21396
21397 \end_inset
21398
21399 .
21400 \end_layout
21401
21402 \begin_layout Section
21403 Rotación de flotantes
21404 \begin_inset CommandInset label
21405 LatexCommand label
21406 name "sec:Rotación-de-Flotantes"
21407
21408 \end_inset
21409
21410
21411 \begin_inset Index idx
21412 status collapsed
21413
21414 \begin_layout Plain Layout
21415 Flotantes ! Rotación
21416 \end_layout
21417
21418 \end_inset
21419
21420
21421 \end_layout
21422
21423 \begin_layout Standard
21424 Podrías necesitar girar flotantes, especialmente con tablas grandes.
21425  Para girar todo el flotante y su leyenda, pincha sobre su cuadro y marca
21426  la opción 
21427 \family sans
21428 Girar
21429 \begin_inset space ~
21430 \end_inset
21431
21432 a
21433 \begin_inset space ~
21434 \end_inset
21435
21436 un
21437 \begin_inset space ~
21438 \end_inset
21439
21440 lado
21441 \family default
21442 .
21443 \end_layout
21444
21445 \begin_layout Standard
21446 Los flotantes girados son puestos siempre en su propia página (o columna
21447  si el documento es de dos columnas).
21448  Se les puede permitir abarcar varias columnas con la opción de configuración
21449  
21450 \family sans
21451 Extender
21452 \begin_inset space ~
21453 \end_inset
21454
21455 columnas
21456 \family default
21457 .
21458  Se rotan de forma que puedes leerlos desde el margen externo.
21459  Para forzar determinada dirección de rotación para todas las páginas, puedes
21460  añadir una de las opciones 
21461 \series bold
21462 figuresleft
21463 \series default
21464  o 
21465 \series bold
21466 figuresright
21467 \series default
21468  a las opciones de clase del documento.
21469 \end_layout
21470
21471 \begin_layout Standard
21472 Los flotantes girados se refieren igual que los normales, y el formato de
21473  la leyenda también es el mismo: un ejemplo es la tabla
21474 \begin_inset space ~
21475 \end_inset
21476
21477
21478 \begin_inset CommandInset ref
21479 LatexCommand ref
21480 reference "tab:Tabla-girada"
21481
21482 \end_inset
21483
21484 .
21485 \end_layout
21486
21487 \begin_layout Standard
21488 \begin_inset Note Greyedout
21489 status open
21490
21491 \begin_layout Plain Layout
21492
21493 \series bold
21494 Nota:
21495 \series default
21496  No todos los visores DVI pueden mostrar tablas giradas.
21497 \end_layout
21498
21499 \end_inset
21500
21501
21502 \end_layout
21503
21504 \begin_layout Standard
21505 \begin_inset Float table
21506 wide false
21507 sideways true
21508 status open
21509
21510 \begin_layout Plain Layout
21511 \begin_inset Caption
21512
21513 \begin_layout Plain Layout
21514 \begin_inset CommandInset label
21515 LatexCommand label
21516 name "tab:Tabla-girada"
21517
21518 \end_inset
21519
21520 Tabla girada
21521 \end_layout
21522
21523 \end_inset
21524
21525
21526 \end_layout
21527
21528 \begin_layout Plain Layout
21529 \align center
21530 \begin_inset Tabular
21531 <lyxtabular version="3" rows="1" columns="5">
21532 <features tabularvalignment="middle">
21533 <column alignment="center" valignment="top" width="0">
21534 <column alignment="center" valignment="top" width="0">
21535 <column alignment="center" valignment="top" width="0">
21536 <column alignment="center" valignment="top" width="0">
21537 <column alignment="center" valignment="top" width="0">
21538 <row>
21539 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
21540 \begin_inset Text
21541
21542 \begin_layout Plain Layout
21543 test
21544 \end_layout
21545
21546 \end_inset
21547 </cell>
21548 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
21549 \begin_inset Text
21550
21551 \begin_layout Plain Layout
21552 b
21553 \end_layout
21554
21555 \end_inset
21556 </cell>
21557 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
21558 \begin_inset Text
21559
21560 \begin_layout Plain Layout
21561 c
21562 \end_layout
21563
21564 \end_inset
21565 </cell>
21566 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
21567 \begin_inset Text
21568
21569 \begin_layout Plain Layout
21570 d
21571 \end_layout
21572
21573 \end_inset
21574 </cell>
21575 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
21576 \begin_inset Text
21577
21578 \begin_layout Plain Layout
21579 e
21580 \end_layout
21581
21582 \end_inset
21583 </cell>
21584 </row>
21585 </lyxtabular>
21586
21587 \end_inset
21588
21589
21590 \end_layout
21591
21592 \end_inset
21593
21594
21595 \end_layout
21596
21597 \begin_layout Section
21598 Subflotantes
21599 \begin_inset Index idx
21600 status collapsed
21601
21602 \begin_layout Plain Layout
21603 Flotantes ! Subflotantes
21604 \end_layout
21605
21606 \end_inset
21607
21608
21609 \end_layout
21610
21611 \begin_layout Standard
21612 Los subflotantes se usan cuando, por ejemplo, una figura consta de varias
21613  imágenes.
21614  Se crean insertando un flotante dentro de otro.
21615  La colocación de los subflotantes puede controlarse como si fueran párrafos,
21616  como se muestra en las tablas
21617 \begin_inset space ~
21618 \end_inset
21619
21620
21621 \begin_inset CommandInset ref
21622 LatexCommand ref
21623 reference "tab:Dos-subtablas-adosadas"
21624
21625 \end_inset
21626
21627  y
21628 \begin_inset space ~
21629 \end_inset
21630
21631
21632 \begin_inset CommandInset ref
21633 LatexCommand ref
21634 reference "tab:Dos-subtablas-una-sobre"
21635
21636 \end_inset
21637
21638 .
21639 \end_layout
21640
21641 \begin_layout Standard
21642 Las referencias a subflotantes funcionan como en los flotantes normales:
21643  la tabla
21644 \begin_inset space ~
21645 \end_inset
21646
21647
21648 \begin_inset CommandInset ref
21649 LatexCommand ref
21650 reference "tab:Esta-es-la-subtabla-a"
21651
21652 \end_inset
21653
21654  y la tabla
21655 \begin_inset space ~
21656 \end_inset
21657
21658
21659 \begin_inset CommandInset ref
21660 LatexCommand ref
21661 reference "tab:Esta-es-la-subtabla-b"
21662
21663 \end_inset
21664
21665  son subtablas de la tabla
21666 \begin_inset space ~
21667 \end_inset
21668
21669
21670 \begin_inset CommandInset ref
21671 LatexCommand ref
21672 reference "tab:Dos-subtablas-adosadas"
21673
21674 \end_inset
21675
21676 .
21677 \end_layout
21678
21679 \begin_layout Standard
21680 \begin_inset Float table
21681 wide false
21682 sideways false
21683 status open
21684
21685 \begin_layout Plain Layout
21686 \begin_inset Caption
21687
21688 \begin_layout Plain Layout
21689 \begin_inset CommandInset label
21690 LatexCommand label
21691 name "tab:Dos-subtablas-adosadas"
21692
21693 \end_inset
21694
21695 Dos subtablas adosadas
21696 \end_layout
21697
21698 \end_inset
21699
21700
21701 \end_layout
21702
21703 \begin_layout Plain Layout
21704 \begin_inset space \hfill{}
21705 \end_inset
21706
21707
21708 \begin_inset Float table
21709 wide false
21710 sideways false
21711 status collapsed
21712
21713 \begin_layout Plain Layout
21714 \begin_inset Caption
21715
21716 \begin_layout Plain Layout
21717 \begin_inset CommandInset label
21718 LatexCommand label
21719 name "tab:Esta-es-la-subtabla-a"
21720
21721 \end_inset
21722
21723 Esta es la subtabla a
21724 \end_layout
21725
21726 \end_inset
21727
21728
21729 \end_layout
21730
21731 \begin_layout Plain Layout
21732 \align center
21733 \begin_inset Tabular
21734 <lyxtabular version="3" rows="1" columns="5">
21735 <features tabularvalignment="middle">
21736 <column alignment="center" valignment="top" width="0">
21737 <column alignment="center" valignment="top" width="0">
21738 <column alignment="center" valignment="top" width="0">
21739 <column alignment="center" valignment="top" width="0">
21740 <column alignment="center" valignment="top" width="0">
21741 <row>
21742 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
21743 \begin_inset Text
21744
21745 \begin_layout Plain Layout
21746 test 
21747 \end_layout
21748
21749 \end_inset
21750 </cell>
21751 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
21752 \begin_inset Text
21753
21754 \begin_layout Plain Layout
21755 b
21756 \end_layout
21757
21758 \end_inset
21759 </cell>
21760 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
21761 \begin_inset Text
21762
21763 \begin_layout Plain Layout
21764 c
21765 \end_layout
21766
21767 \end_inset
21768 </cell>
21769 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
21770 \begin_inset Text
21771
21772 \begin_layout Plain Layout
21773 d
21774 \end_layout
21775
21776 \end_inset
21777 </cell>
21778 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
21779 \begin_inset Text
21780
21781 \begin_layout Plain Layout
21782 e
21783 \end_layout
21784
21785 \end_inset
21786 </cell>
21787 </row>
21788 </lyxtabular>
21789
21790 \end_inset
21791
21792
21793 \end_layout
21794
21795 \end_inset
21796
21797
21798 \begin_inset space \hfill{}
21799 \end_inset
21800
21801
21802 \begin_inset Float table
21803 wide false
21804 sideways false
21805 status collapsed
21806
21807 \begin_layout Plain Layout
21808 \begin_inset Caption
21809
21810 \begin_layout Plain Layout
21811 \begin_inset CommandInset label
21812 LatexCommand label
21813 name "tab:Esta-es-la-subtabla-b"
21814
21815 \end_inset
21816
21817 Esta es la subtabla b
21818 \end_layout
21819
21820 \end_inset
21821
21822
21823 \end_layout
21824
21825 \begin_layout Plain Layout
21826 \align center
21827 \begin_inset Tabular
21828 <lyxtabular version="3" rows="1" columns="5">
21829 <features tabularvalignment="middle">
21830 <column alignment="center" valignment="top" width="0">
21831 <column alignment="center" valignment="top" width="0">
21832 <column alignment="center" valignment="top" width="0">
21833 <column alignment="center" valignment="top" width="0">
21834 <column alignment="center" valignment="top" width="0">
21835 <row>
21836 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
21837 \begin_inset Text
21838
21839 \begin_layout Plain Layout
21840 e
21841 \end_layout
21842
21843 \end_inset
21844 </cell>
21845 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
21846 \begin_inset Text
21847
21848 \begin_layout Plain Layout
21849 d
21850 \end_layout
21851
21852 \end_inset
21853 </cell>
21854 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
21855 \begin_inset Text
21856
21857 \begin_layout Plain Layout
21858 c
21859 \end_layout
21860
21861 \end_inset
21862 </cell>
21863 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
21864 \begin_inset Text
21865
21866 \begin_layout Plain Layout
21867 b
21868 \end_layout
21869
21870 \end_inset
21871 </cell>
21872 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
21873 \begin_inset Text
21874
21875 \begin_layout Plain Layout
21876 test
21877 \end_layout
21878
21879 \end_inset
21880 </cell>
21881 </row>
21882 </lyxtabular>
21883
21884 \end_inset
21885
21886
21887 \end_layout
21888
21889 \begin_layout Plain Layout
21890
21891 \end_layout
21892
21893 \end_inset
21894
21895
21896 \begin_inset space \hfill{}
21897 \end_inset
21898
21899
21900 \end_layout
21901
21902 \end_inset
21903
21904
21905 \end_layout
21906
21907 \begin_layout Standard
21908 \begin_inset Float table
21909 wide false
21910 sideways false
21911 status open
21912
21913 \begin_layout Plain Layout
21914 \begin_inset Caption
21915
21916 \begin_layout Plain Layout
21917 \begin_inset CommandInset label
21918 LatexCommand label
21919 name "tab:Dos-subtablas-una-sobre"
21920
21921 \end_inset
21922
21923 Dos subtablas colocadas una sobre otra.
21924  La tabla (a) con 4 celdas, la (b) con 5 celdas.
21925 \end_layout
21926
21927 \end_inset
21928
21929
21930 \end_layout
21931
21932 \begin_layout Plain Layout
21933 \noindent
21934 \align center
21935 \begin_inset Float table
21936 wide false
21937 sideways false
21938 status collapsed
21939
21940 \begin_layout Plain Layout
21941 \begin_inset Caption
21942
21943 \begin_layout Plain Layout
21944
21945 \end_layout
21946
21947 \end_inset
21948
21949
21950 \end_layout
21951
21952 \begin_layout Plain Layout
21953 \align center
21954 \begin_inset Tabular
21955 <lyxtabular version="3" rows="1" columns="4">
21956 <features tabularvalignment="middle">
21957 <column alignment="center" valignment="top" width="0">
21958 <column alignment="center" valignment="top" width="0">
21959 <column alignment="center" valignment="top" width="0">
21960 <column alignment="center" valignment="top" width="0">
21961 <row>
21962 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
21963 \begin_inset Text
21964
21965 \begin_layout Plain Layout
21966 test
21967 \end_layout
21968
21969 \end_inset
21970 </cell>
21971 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
21972 \begin_inset Text
21973
21974 \begin_layout Plain Layout
21975 test
21976 \end_layout
21977
21978 \end_inset
21979 </cell>
21980 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
21981 \begin_inset Text
21982
21983 \begin_layout Plain Layout
21984 test
21985 \end_layout
21986
21987 \end_inset
21988 </cell>
21989 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
21990 \begin_inset Text
21991
21992 \begin_layout Plain Layout
21993 test
21994 \end_layout
21995
21996 \end_inset
21997 </cell>
21998 </row>
21999 </lyxtabular>
22000
22001 \end_inset
22002
22003
22004 \end_layout
22005
22006 \begin_layout Plain Layout
22007
22008 \end_layout
22009
22010 \end_inset
22011
22012
22013 \end_layout
22014
22015 \begin_layout Plain Layout
22016 \align center
22017 \begin_inset Float table
22018 wide false
22019 sideways false
22020 status collapsed
22021
22022 \begin_layout Plain Layout
22023
22024 \end_layout
22025
22026 \begin_layout Plain Layout
22027 \begin_inset Caption
22028
22029 \begin_layout Plain Layout
22030
22031 \end_layout
22032
22033 \end_inset
22034
22035
22036 \end_layout
22037
22038 \begin_layout Plain Layout
22039 \align center
22040 \begin_inset Tabular
22041 <lyxtabular version="3" rows="1" columns="5">
22042 <features tabularvalignment="middle">
22043 <column alignment="center" valignment="top" width="0">
22044 <column alignment="center" valignment="top" width="0">
22045 <column alignment="center" valignment="top" width="0">
22046 <column alignment="center" valignment="top" width="0">
22047 <column alignment="center" valignment="top" width="0">
22048 <row>
22049 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
22050 \begin_inset Text
22051
22052 \begin_layout Plain Layout
22053 a
22054 \end_layout
22055
22056 \end_inset
22057 </cell>
22058 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
22059 \begin_inset Text
22060
22061 \begin_layout Plain Layout
22062 b
22063 \end_layout
22064
22065 \end_inset
22066 </cell>
22067 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
22068 \begin_inset Text
22069
22070 \begin_layout Plain Layout
22071 c
22072 \end_layout
22073
22074 \end_inset
22075 </cell>
22076 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
22077 \begin_inset Text
22078
22079 \begin_layout Plain Layout
22080 d
22081 \end_layout
22082
22083 \end_inset
22084 </cell>
22085 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
22086 \begin_inset Text
22087
22088 \begin_layout Plain Layout
22089 e
22090 \end_layout
22091
22092 \end_inset
22093 </cell>
22094 </row>
22095 </lyxtabular>
22096
22097 \end_inset
22098
22099
22100 \end_layout
22101
22102 \begin_layout Plain Layout
22103
22104 \end_layout
22105
22106 \end_inset
22107
22108
22109 \end_layout
22110
22111 \end_inset
22112
22113
22114 \end_layout
22115
22116 \begin_layout Section
22117 Flotantes adosados
22118 \begin_inset Index idx
22119 status collapsed
22120
22121 \begin_layout Plain Layout
22122 Flotantes ! Adosados
22123 \end_layout
22124
22125 \end_inset
22126
22127
22128 \end_layout
22129
22130 \begin_layout Standard
22131 Para colocar flotantes unos junto a otros, como en la figura
22132 \begin_inset space ~
22133 \end_inset
22134
22135
22136 \begin_inset CommandInset ref
22137 LatexCommand ref
22138 reference "fig:Flotante-izquierda"
22139
22140 \end_inset
22141
22142  y 
22143 \begin_inset CommandInset ref
22144 LatexCommand ref
22145 reference "fig:Flotante-derecha"
22146
22147 \end_inset
22148
22149 , se pone 
22150 \emph on
22151 un
22152 \emph default
22153  solo flotante.
22154  En él se insertan dos cuadros tipo minipágina.
22155 \begin_inset Foot
22156 status collapsed
22157
22158 \begin_layout Plain Layout
22159 Las minipáginas se explican en la sección
22160 \begin_inset space ~
22161 \end_inset
22162
22163
22164 \begin_inset CommandInset ref
22165 LatexCommand ref
22166 reference "sec:Minipáginas"
22167
22168 \end_inset
22169
22170 .
22171 \end_layout
22172
22173 \end_inset
22174
22175  La anchura de la columna se establece en 45-50
22176 \begin_inset space \thinspace{}
22177 \end_inset
22178
22179 % y la alineación en 
22180 \family sans
22181 Inferior
22182 \family default
22183  para cada minipágina.
22184  Las minipáginas contienen la imagen y su título, de igual forma que en
22185  los flotantes.
22186  La única diferencia es que el 
22187 \family sans
22188 Ancho
22189 \begin_inset space ~
22190 \end_inset
22191
22192 de
22193 \begin_inset space ~
22194 \end_inset
22195
22196 columna
22197 \begin_inset space ~
22198 \end_inset
22199
22200 %
22201 \family default
22202  de la imagen se calcula en este caso en relación a la anchura de la minipágina.
22203 \end_layout
22204
22205 \begin_layout Standard
22206 \begin_inset Float figure
22207 placement h
22208 wide false
22209 sideways false
22210 status open
22211
22212 \begin_layout Plain Layout
22213 \begin_inset Box Frameless
22214 position "b"
22215 hor_pos "c"
22216 has_inner_box 1
22217 inner_pos "t"
22218 use_parbox 0
22219 use_makebox 0
22220 width "45col%"
22221 special "none"
22222 height "1in"
22223 height_special "totalheight"
22224 status open
22225
22226 \begin_layout Plain Layout
22227 \align center
22228 \begin_inset Graphics
22229         filename ../clipart/mobius.eps
22230         lyxscale 50
22231         width 100col%
22232         scaleBeforeRotation
22233
22234 \end_inset
22235
22236
22237 \end_layout
22238
22239 \begin_layout Plain Layout
22240 \begin_inset Caption
22241
22242 \begin_layout Plain Layout
22243 \begin_inset CommandInset label
22244 LatexCommand label
22245 name "fig:Flotante-izquierda"
22246
22247 \end_inset
22248
22249 Flotante en el lado izquierdo.
22250 \end_layout
22251
22252 \end_inset
22253
22254
22255 \end_layout
22256
22257 \end_inset
22258
22259
22260 \begin_inset space \hfill{}
22261 \end_inset
22262
22263
22264 \begin_inset Box Frameless
22265 position "b"
22266 hor_pos "c"
22267 has_inner_box 1
22268 inner_pos "t"
22269 use_parbox 0
22270 use_makebox 0
22271 width "45col%"
22272 special "none"
22273 height "1in"
22274 height_special "totalheight"
22275 status open
22276
22277 \begin_layout Plain Layout
22278 \align center
22279 \begin_inset Graphics
22280         filename ../clipart/platypus.eps
22281         lyxscale 50
22282         width 100col%
22283         scaleBeforeRotation
22284
22285 \end_inset
22286
22287
22288 \end_layout
22289
22290 \begin_layout Plain Layout
22291 \begin_inset Caption
22292
22293 \begin_layout Plain Layout
22294 \begin_inset CommandInset label
22295 LatexCommand label
22296 name "fig:Flotante-derecha"
22297
22298 \end_inset
22299
22300 Flotante en el lado derecho.
22301 \end_layout
22302
22303 \end_inset
22304
22305
22306 \end_layout
22307
22308 \end_inset
22309
22310
22311 \end_layout
22312
22313 \end_inset
22314
22315
22316 \end_layout
22317
22318 \begin_layout Section
22319 Formato de las leyendas
22320 \begin_inset Index idx
22321 status collapsed
22322
22323 \begin_layout Plain Layout
22324 Leyendas ! Formato
22325 \end_layout
22326
22327 \end_inset
22328
22329
22330 \begin_inset Index idx
22331 status collapsed
22332
22333 \begin_layout Plain Layout
22334 Flotantes ! Formato de las leyendas
22335 \end_layout
22336
22337 \end_inset
22338
22339
22340 \begin_inset CommandInset label
22341 LatexCommand label
22342 name "sec:Formato-de-leyendas"
22343
22344 \end_inset
22345
22346
22347 \end_layout
22348
22349 \begin_layout Standard
22350 El entorno 
22351 \family sans
22352 Leyenda
22353 \family default
22354  es el predeterminado para los 
22355 \family sans
22356 Flotantes
22357 \family default
22358 .
22359  En LyX las leyendas se muestran como etiqueta, p.
22360 \begin_inset space \thinspace{}
22361 \end_inset
22362
22363 e.
22364 \begin_inset space ~
22365 \end_inset
22366
22367 «
22368 \family sans
22369 Figura #
22370 \family default
22371 :» seguida por el texto.
22372  «#» es el número real de referencia.
22373  Por omisión la etiqueta y el número usan la misma fuente que el texto de
22374  la leyenda y el signo dos puntos sigue al número para separar la etiqueta
22375  del texto.
22376  El entorno leyenda no es apropiado para todos los tipos de documento.
22377  
22378 \end_layout
22379
22380 \begin_layout Standard
22381 Para cambiar el formato predeterminado carga el paquete LaTeX 
22382 \series bold
22383 caption
22384 \series default
22385
22386 \begin_inset Index idx
22387 status collapsed
22388
22389 \begin_layout Plain Layout
22390 LaTeX-paquetes ! caption
22391 \end_layout
22392
22393 \end_inset
22394
22395  en el preámbulo del documento con la línea:
22396 \end_layout
22397
22398 \begin_layout Standard
22399
22400 \series bold
22401
22402 \backslash
22403 usepackage[definición de formato]{caption}
22404 \end_layout
22405
22406 \begin_layout Standard
22407 Para poner, por ejemplo, la etiqueta y el número en sans-serif negrita y
22408  las leyendas de tabla siempre sobre ella como en este documento, usa el
22409  comando:
22410 \end_layout
22411
22412 \begin_layout Standard
22413
22414 \series bold
22415
22416 \backslash
22417 usepackage[labelfont={bf,sf}, tableposition=top]{caption}
22418 \end_layout
22419
22420 \begin_layout Standard
22421 También puedes definir distintos formatos de leyenda para los distintos
22422  tipos de flotantes.
22423  En ese caso carga el paquete 
22424 \series bold
22425 caption
22426 \series default
22427  sin opciones específicas y define los distintos formatos con ayuda del
22428  comando
22429 \end_layout
22430
22431 \begin_layout Standard
22432
22433 \series bold
22434
22435 \backslash
22436 captionsetup[tipo de flotante]{definición de formato}
22437 \end_layout
22438
22439 \begin_layout Standard
22440 en el preámbulo del documento.
22441  Por ejemplo las leyendas de la Figura
22442 \begin_inset space ~
22443 \end_inset
22444
22445
22446 \begin_inset CommandInset ref
22447 LatexCommand ref
22448 reference "fig:Esto-es-una-fig"
22449
22450 \end_inset
22451
22452  y la tabla
22453 \begin_inset space ~
22454 \end_inset
22455
22456
22457 \begin_inset CommandInset ref
22458 LatexCommand ref
22459 reference "tab:Esto-es-una-tab"
22460
22461 \end_inset
22462
22463  pueden crearse usando los siguientes comandos en el preámbulo:
22464 \end_layout
22465
22466 \begin_layout Standard
22467
22468 \series bold
22469
22470 \backslash
22471 usepackage[tableposition=top]{caption}
22472 \series default
22473
22474 \begin_inset Newline newline
22475 \end_inset
22476
22477
22478 \series bold
22479
22480 \backslash
22481 captionsetup[figure]{labelfont={tt}, textfont=it, indention=1cm,%
22482 \begin_inset Newline newline
22483 \end_inset
22484
22485
22486 \begin_inset Phantom HPhantom
22487 status open
22488
22489 \begin_layout Plain Layout
22490
22491 \series bold
22492
22493 \backslash
22494 captionsetup[figure]{
22495 \end_layout
22496
22497 \end_inset
22498
22499 labelsep=period}
22500 \begin_inset Newline newline
22501 \end_inset
22502
22503
22504 \backslash
22505 captionsetup[table]{labelfont={bf,sf}}
22506 \end_layout
22507
22508 \begin_layout Standard
22509 \begin_inset Note Greyedout
22510 status open
22511
22512 \begin_layout Plain Layout
22513
22514 \series bold
22515 Nota: 
22516 \series default
22517 La opción 
22518 \series bold
22519 tableposition=top
22520 \series default
22521  no tiene efecto si se usa una clase de documento 
22522 \series bold
22523 KOMA-Script
22524 \series default
22525 .
22526  En este caso debe utilizarse la opción de clase de documento 
22527 \series bold
22528 tablecaptionabove
22529 \series default
22530 .
22531  
22532 \end_layout
22533
22534 \end_inset
22535
22536
22537 \end_layout
22538
22539 \begin_layout Standard
22540 Para más información sobre el paquete 
22541 \series bold
22542 caption
22543 \series default
22544  acude a su documentación 
22545 \begin_inset CommandInset citation
22546 LatexCommand cite
22547 key "caption"
22548
22549 \end_inset
22550
22551 .
22552 \end_layout
22553
22554 \begin_layout Standard
22555 Para cambiar el nombre de la etiqueta de «Figura» a «Imagen», p.
22556 \begin_inset space \thinspace{}
22557 \end_inset
22558
22559 e., usa el siguiente comando de preámbulo:
22560 \end_layout
22561
22562 \begin_layout Standard
22563
22564 \series bold
22565
22566 \backslash
22567 renewcommand{
22568 \backslash
22569 fnum@figure}{Imagen~
22570 \backslash
22571 thefigure}
22572 \end_layout
22573
22574 \begin_layout Standard
22575 donde 
22576 \series bold
22577
22578 \backslash
22579 thefigure
22580 \series default
22581  inserta el número de figura y «~» genera un espacio protegido.
22582
22583 \series bold
22584  
22585 \end_layout
22586
22587 \begin_layout Standard
22588 \begin_inset VSpace bigskip
22589 \end_inset
22590
22591 Si estás usando la clase de documento 
22592 \series bold
22593 KOMA-Script
22594 \series default
22595
22596 \begin_inset Index idx
22597 status collapsed
22598
22599 \begin_layout Plain Layout
22600 LaTeX-paquetes ! KOMA-Script
22601 \end_layout
22602
22603 \end_inset
22604
22605  (
22606 \family sans
22607 article (KOMA-Script)
22608 \family default
22609
22610 \family sans
22611 book (KOMA-Script)
22612 \family default
22613
22614 \family sans
22615 letter (KOMA-Script)
22616 \family default
22617 , o 
22618 \family sans
22619 report (KOMA-Script)
22620 \family default
22621
22622 \begin_inset space \thinspace{}
22623 \end_inset
22624
22625 ), puedes emplear en vez del paquete 
22626 \series bold
22627 caption
22628 \series default
22629  el comando 
22630 \series bold
22631
22632 \backslash
22633 setkomafont
22634 \series default
22635  incluido en 
22636 \series bold
22637 KOMA-Script
22638 \series default
22639 .
22640  Por ejemplo, para poner en negrita la etiqueta de la leyenda añade este
22641  comando en el preámbulo del documento:
22642 \end_layout
22643
22644 \begin_layout Standard
22645
22646 \series bold
22647
22648 \backslash
22649 setkomafont{captionlabel}{
22650 \backslash
22651 bfseries}
22652 \end_layout
22653
22654 \begin_layout Standard
22655 Más información sobre 
22656 \series bold
22657
22658 \backslash
22659 setkomafont
22660 \series default
22661  en la documentación de 
22662 \series bold
22663 KOMA-Script
22664 \series default
22665  
22666 \begin_inset CommandInset citation
22667 LatexCommand cite
22668 key "KOMA-Script"
22669
22670 \end_inset
22671
22672 .
22673 \end_layout
22674
22675 \begin_layout Standard
22676 \begin_inset ERT
22677 status collapsed
22678
22679 \begin_layout Plain Layout
22680
22681
22682 \backslash
22683 captionsetup[figure]{labelfont={tt}, textfont=it, indention=1cm, labelsep=period
22684 }
22685 \end_layout
22686
22687 \end_inset
22688
22689
22690 \begin_inset Note Note
22691 status collapsed
22692
22693 \begin_layout Plain Layout
22694 El formato de la leyenda se ha cambiado sólo para este ejemplo.
22695 \end_layout
22696
22697 \end_inset
22698
22699
22700 \end_layout
22701
22702 \begin_layout Standard
22703 \begin_inset Float figure
22704 placement !p
22705 wide false
22706 sideways false
22707 status open
22708
22709 \begin_layout Plain Layout
22710 \align center
22711 \begin_inset Graphics
22712         filename ../clipart/mobius.eps
22713         lyxscale 50
22714         scale 50
22715
22716 \end_inset
22717
22718
22719 \end_layout
22720
22721 \begin_layout Plain Layout
22722 \begin_inset Caption
22723
22724 \begin_layout Plain Layout
22725 \begin_inset CommandInset label
22726 LatexCommand label
22727 name "fig:Esto-es-una-fig"
22728
22729 \end_inset
22730
22731
22732 \begin_inset Argument
22733 status collapsed
22734
22735 \begin_layout Plain Layout
22736 Figura con leyenda muy larga
22737 \end_layout
22738
22739 \end_inset
22740
22741 Este es un ejemplo de figura con una leyenda que es mayor de una línea para
22742  mostrar el formato diferente.
22743  Aquí se usa una leyenda personalizada.
22744 \end_layout
22745
22746 \end_inset
22747
22748
22749 \end_layout
22750
22751 \end_inset
22752
22753
22754 \end_layout
22755
22756 \begin_layout Standard
22757 \begin_inset ERT
22758 status collapsed
22759
22760 \begin_layout Plain Layout
22761
22762
22763 \backslash
22764 captionsetup[figure]{labelfont={bf,sf}, textfont=rm, indention=0cm, labelsep=col
22765 on}
22766 \end_layout
22767
22768 \end_inset
22769
22770
22771 \end_layout
22772
22773 \begin_layout Standard
22774 \begin_inset Float table
22775 placement !p
22776 wide false
22777 sideways false
22778 status collapsed
22779
22780 \begin_layout Plain Layout
22781 \begin_inset Caption
22782
22783 \begin_layout Plain Layout
22784 \begin_inset CommandInset label
22785 LatexCommand label
22786 name "tab:Esto-es-una-tab"
22787
22788 \end_inset
22789
22790
22791 \begin_inset Argument
22792 status collapsed
22793
22794 \begin_layout Plain Layout
22795 Tabla con leyenda muy larga
22796 \end_layout
22797
22798 \end_inset
22799
22800 Este es un ejemplo de leyenda de tabla mayor que una línea para mostrar
22801  el formato diferente.
22802  Aquí se usa el formato de leyenda estándar para las tablas.
22803 \end_layout
22804
22805 \end_inset
22806
22807
22808 \end_layout
22809
22810 \begin_layout Plain Layout
22811 \align center
22812 \begin_inset Tabular
22813 <lyxtabular version="3" rows="1" columns="5">
22814 <features tabularvalignment="middle">
22815 <column alignment="center" valignment="top" width="0">
22816 <column alignment="center" valignment="top" width="0">
22817 <column alignment="center" valignment="top" width="0">
22818 <column alignment="center" valignment="top" width="0">
22819 <column alignment="center" valignment="top" width="0">
22820 <row>
22821 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
22822 \begin_inset Text
22823
22824 \begin_layout Plain Layout
22825 a
22826 \end_layout
22827
22828 \end_inset
22829 </cell>
22830 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
22831 \begin_inset Text
22832
22833 \begin_layout Plain Layout
22834 b
22835 \end_layout
22836
22837 \end_inset
22838 </cell>
22839 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
22840 \begin_inset Text
22841
22842 \begin_layout Plain Layout
22843 c
22844 \end_layout
22845
22846 \end_inset
22847 </cell>
22848 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
22849 \begin_inset Text
22850
22851 \begin_layout Plain Layout
22852 d
22853 \end_layout
22854
22855 \end_inset
22856 </cell>
22857 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
22858 \begin_inset Text
22859
22860 \begin_layout Plain Layout
22861 e
22862 \end_layout
22863
22864 \end_inset
22865 </cell>
22866 </row>
22867 </lyxtabular>
22868
22869 \end_inset
22870
22871
22872 \end_layout
22873
22874 \end_inset
22875
22876
22877 \end_layout
22878
22879 \begin_layout Section
22880 Colocación de leyendas
22881 \begin_inset Index idx
22882 status collapsed
22883
22884 \begin_layout Plain Layout
22885 Leyendas ! Colocación
22886 \end_layout
22887
22888 \end_inset
22889
22890
22891 \begin_inset Index idx
22892 status collapsed
22893
22894 \begin_layout Plain Layout
22895 Flotantes ! Colocación de leyendas
22896 \end_layout
22897
22898 \end_inset
22899
22900
22901 \begin_inset CommandInset label
22902 LatexCommand label
22903 name "sec:Colocación-de-leyendas"
22904
22905 \end_inset
22906
22907
22908 \end_layout
22909
22910 \begin_layout Standard
22911 La norma habitual para colocar las leyendas es:
22912 \end_layout
22913
22914 \begin_layout Description
22915 Figura: La leyenda al pie de la figura
22916 \end_layout
22917
22918 \begin_layout Description
22919 Tabla: La leyenda sobre la tabla
22920 \end_layout
22921
22922 \begin_layout Standard
22923 Desafortunadamente, las clases estándar de LaTeX no soportan leyendas sobre
22924  la tabla.
22925  Esto implica que si usas las clases de documento 
22926 \family sans
22927 article
22928 \family default
22929
22930 \family sans
22931 book
22932 \family default
22933
22934 \family sans
22935 letter
22936 \family default
22937 , o 
22938 \family sans
22939 report
22940 \family default
22941  no habrá espacio entre la leyenda y la tabla.
22942  Para insertar el espacio adecuado añade la siguiente opción al comando
22943  del paquete LaTeX 
22944 \series bold
22945 caption
22946 \series default
22947  en el preámbulo del documento:
22948 \begin_inset Foot
22949 status collapsed
22950
22951 \begin_layout Plain Layout
22952 Véase la sección
22953 \begin_inset space ~
22954 \end_inset
22955
22956
22957 \begin_inset CommandInset ref
22958 LatexCommand ref
22959 reference "sec:Formato-de-leyendas"
22960
22961 \end_inset
22962
22963  para más información sobre el paquete 
22964 \series bold
22965 caption
22966 \series default
22967 .
22968 \end_layout
22969
22970 \end_inset
22971
22972
22973 \end_layout
22974
22975 \begin_layout Standard
22976
22977 \series bold
22978 tableposition=top
22979 \end_layout
22980
22981 \begin_layout Standard
22982 Si estás usando la clase 
22983 \series bold
22984 KOMA-Script
22985 \series default
22986
22987 \begin_inset Index idx
22988 status collapsed
22989
22990 \begin_layout Plain Layout
22991 LaTeX-paquetes ! KOMA-Script
22992 \end_layout
22993
22994 \end_inset
22995
22996  (
22997 \family sans
22998 article (KOMA-Script)
22999 \family default
23000
23001 \family sans
23002 book (KOMA-Script)
23003 \family default
23004
23005 \family sans
23006 letter (KOMA-Script)
23007 \family default
23008 , o 
23009 \family sans
23010 report (KOMA-Script)
23011 \family default
23012
23013 \begin_inset space \thinspace{}
23014 \end_inset
23015
23016 ), en vez de 
23017 \series bold
23018 caption
23019 \series default
23020  puedes poner la opción 
23021 \series bold
23022 tablecaptionabove
23023 \series default
23024  de la clase de documento.
23025 \end_layout
23026
23027 \begin_layout Standard
23028 \begin_inset VSpace bigskip
23029 \end_inset
23030
23031 También es posible poner la leyenda junto a una figura o tabla.
23032  Para conseguirlo hay que cargar el paquete LaTeX 
23033 \series bold
23034 sidecap
23035 \series default
23036
23037 \begin_inset Index idx
23038 status collapsed
23039
23040 \begin_layout Plain Layout
23041 LaTeX-paquetes ! sidecap
23042 \end_layout
23043
23044 \end_inset
23045
23046  añadiendo en el preámbulo del documento la línea
23047 \end_layout
23048
23049 \begin_layout Standard
23050
23051 \series bold
23052
23053 \backslash
23054 usepackage[option]{sidecap}
23055 \end_layout
23056
23057 \begin_layout Standard
23058 Si no se especifica opción, la leyenda se ubica del lado del margen externo
23059  de la página —a la derecha en páginas impares, a la izquierda en las pares—.
23060  Puedes cambiar la colocación al margen interno con la opción 
23061 \series bold
23062 innercaption
23063 \series default
23064 .
23065  Para forzar la ubicación siempre a la derecha o a la izquierda, usa las
23066  opciones 
23067 \series bold
23068 rightcaption
23069 \series default
23070  o 
23071 \series bold
23072 leftcaption
23073 \series default
23074 , respectivamente.
23075 \end_layout
23076
23077 \begin_layout Standard
23078 \begin_inset ERT
23079 status collapsed
23080
23081 \begin_layout Plain Layout
23082
23083
23084 \backslash
23085 ifsidecap
23086 \end_layout
23087
23088 \end_inset
23089
23090
23091 \begin_inset Note Note
23092 status collapsed
23093
23094 \begin_layout Plain Layout
23095 La siguiente sección sólo se mostrará en pantalla si está instalado el paquete
23096  LaTeX 
23097 \series bold
23098 sidecap
23099 \series default
23100 .
23101 \end_layout
23102
23103 \end_inset
23104
23105
23106 \end_layout
23107
23108 \begin_layout Standard
23109 Para situar en LyX la leyenda de un flotante al lado, es necesario añadir
23110  estos comandos al preámbulo del documento:
23111 \end_layout
23112
23113 \begin_layout Standard
23114 \noindent
23115 \begin_inset CommandInset line
23116 LatexCommand rule
23117 offset "0.5ex"
23118 width "100line%"
23119 height "1pt"
23120
23121 \end_inset
23122
23123
23124 \end_layout
23125
23126 \begin_layout Standard
23127
23128 \series bold
23129
23130 \backslash
23131 newcommand{
23132 \backslash
23133 TabBesBeg}{%
23134 \begin_inset Newline newline
23135 \end_inset
23136
23137
23138 \begin_inset Phantom HPhantom
23139 status open
23140
23141 \begin_layout Plain Layout
23142
23143 \series bold
23144 \begin_inset space ~
23145 \end_inset
23146
23147
23148 \end_layout
23149
23150 \end_inset
23151
23152
23153 \backslash
23154 let
23155 \backslash
23156 MyTable
23157 \backslash
23158 table
23159 \begin_inset Newline newline
23160 \end_inset
23161
23162
23163 \begin_inset Phantom HPhantom
23164 status open
23165
23166 \begin_layout Plain Layout
23167
23168 \series bold
23169 \begin_inset space ~
23170 \end_inset
23171
23172
23173 \end_layout
23174
23175 \end_inset
23176
23177
23178 \backslash
23179 let
23180 \backslash
23181 MyEndtable
23182 \backslash
23183 endtable
23184 \begin_inset Newline newline
23185 \end_inset
23186
23187
23188 \begin_inset Phantom HPhantom
23189 status open
23190
23191 \begin_layout Plain Layout
23192
23193 \series bold
23194 \begin_inset space ~
23195 \end_inset
23196
23197
23198 \end_layout
23199
23200 \end_inset
23201
23202
23203 \backslash
23204 renewenvironment{table}{
23205 \backslash
23206 begin{SCtable}}{
23207 \backslash
23208 end{SCtable}}}
23209 \end_layout
23210
23211 \begin_layout Standard
23212
23213 \series bold
23214
23215 \backslash
23216 newcommand{
23217 \backslash
23218 TabBesEnd}{%
23219 \begin_inset Newline newline
23220 \end_inset
23221
23222
23223 \begin_inset Phantom HPhantom
23224 status open
23225
23226 \begin_layout Plain Layout
23227
23228 \series bold
23229 \begin_inset space ~
23230 \end_inset
23231
23232
23233 \end_layout
23234
23235 \end_inset
23236
23237
23238 \backslash
23239 let
23240 \backslash
23241 table
23242 \backslash
23243 MyTable
23244 \begin_inset Newline newline
23245 \end_inset
23246
23247
23248 \begin_inset Phantom HPhantom
23249 status open
23250
23251 \begin_layout Plain Layout
23252
23253 \series bold
23254 \begin_inset space ~
23255 \end_inset
23256
23257
23258 \end_layout
23259
23260 \end_inset
23261
23262
23263 \backslash
23264 let
23265 \backslash
23266 endtable
23267 \backslash
23268 MyEndtable
23269 \end_layout
23270
23271 \begin_layout Standard
23272
23273 \series bold
23274
23275 \backslash
23276 newcommand{
23277 \backslash
23278 FigBesBeg}{%
23279 \begin_inset Newline newline
23280 \end_inset
23281
23282
23283 \begin_inset Phantom HPhantom
23284 status open
23285
23286 \begin_layout Plain Layout
23287
23288 \series bold
23289 \begin_inset space ~
23290 \end_inset
23291
23292
23293 \end_layout
23294
23295 \end_inset
23296
23297
23298 \backslash
23299 let
23300 \backslash
23301 MyFigure
23302 \backslash
23303 figure
23304 \begin_inset Newline newline
23305 \end_inset
23306
23307
23308 \begin_inset Phantom HPhantom
23309 status open
23310
23311 \begin_layout Plain Layout
23312
23313 \series bold
23314 \begin_inset space ~
23315 \end_inset
23316
23317
23318 \end_layout
23319
23320 \end_inset
23321
23322
23323 \backslash
23324 let
23325 \backslash
23326 MyEndfigure
23327 \backslash
23328 endfigure
23329 \begin_inset Newline newline
23330 \end_inset
23331
23332
23333 \begin_inset Phantom HPhantom
23334 status open
23335
23336 \begin_layout Plain Layout
23337
23338 \series bold
23339 \begin_inset space ~
23340 \end_inset
23341
23342
23343 \end_layout
23344
23345 \end_inset
23346
23347
23348 \backslash
23349 renewenvironment{figure}{
23350 \backslash
23351 begin{SCfigure}}{
23352 \backslash
23353 end{SCfigure}}}
23354 \end_layout
23355
23356 \begin_layout Standard
23357
23358 \series bold
23359
23360 \backslash
23361 newcommand{
23362 \backslash
23363 FigBesEnd}{%
23364 \begin_inset Newline newline
23365 \end_inset
23366
23367
23368 \begin_inset Phantom HPhantom
23369 status open
23370
23371 \begin_layout Plain Layout
23372
23373 \series bold
23374 \begin_inset space ~
23375 \end_inset
23376
23377
23378 \end_layout
23379
23380 \end_inset
23381
23382
23383 \backslash
23384 let
23385 \backslash
23386 figure
23387 \backslash
23388 MyFigure
23389 \begin_inset Newline newline
23390 \end_inset
23391
23392
23393 \begin_inset Phantom HPhantom
23394 status open
23395
23396 \begin_layout Plain Layout
23397
23398 \series bold
23399 \begin_inset space ~
23400 \end_inset
23401
23402
23403 \end_layout
23404
23405 \end_inset
23406
23407
23408 \backslash
23409 let
23410 \backslash
23411 endfigure
23412 \backslash
23413 MyEndfigure}
23414 \end_layout
23415
23416 \begin_layout Standard
23417 \noindent
23418 \begin_inset CommandInset line
23419 LatexCommand rule
23420 offset "0.5ex"
23421 width "100line%"
23422 height "1pt"
23423
23424 \end_inset
23425
23426
23427 \end_layout
23428
23429 \begin_layout Standard
23430 Estos comandos permiten redefinir los flotantes de modo que la leyenda aparezca
23431  en un lado.
23432  Para figuras flotantes usa el comando
23433 \end_layout
23434
23435 \begin_layout Standard
23436
23437 \series bold
23438
23439 \backslash
23440 FigBesBeg
23441 \end_layout
23442
23443 \begin_layout Standard
23444 en código TeX antes del flotante.
23445  Detrás del flotante inserta
23446 \end_layout
23447
23448 \begin_layout Standard
23449
23450 \series bold
23451
23452 \backslash
23453 FigBesEnd
23454 \end_layout
23455
23456 \begin_layout Standard
23457 en código TeX para volver a la definición original de flotantes.
23458 \end_layout
23459
23460 \begin_layout Standard
23461 Para tablas flotantes usa los comandos correspondientes
23462 \end_layout
23463
23464 \begin_layout Standard
23465
23466 \series bold
23467
23468 \backslash
23469 TabBesBeg
23470 \series default
23471  y 
23472 \series bold
23473
23474 \backslash
23475 TabBesEnd
23476 \end_layout
23477
23478 \begin_layout Standard
23479 La figura
23480 \begin_inset space ~
23481 \end_inset
23482
23483
23484 \begin_inset CommandInset ref
23485 LatexCommand ref
23486 reference "fig:encab-al-lado"
23487
23488 \end_inset
23489
23490  y la tabla
23491 \begin_inset space ~
23492 \end_inset
23493
23494
23495 \begin_inset CommandInset ref
23496 LatexCommand ref
23497 reference "tab:encab-al-lado"
23498
23499 \end_inset
23500
23501  son ejemplos en los que el título se sitúa al lado.
23502 \end_layout
23503
23504 \begin_layout Standard
23505 En los ejemplos puedes ver que el texto del título aparece encima del flotante
23506  en tablas flotantes y debajo en las figuras flotantes.
23507  Para cambiarlo, puedes usar el comando
23508 \end_layout
23509
23510 \begin_layout Standard
23511
23512 \series bold
23513
23514 \backslash
23515 sidecaptionvpos{tipo de flotante}{colocación}
23516 \end_layout
23517
23518 \begin_layout Standard
23519 en el preámbulo o en código TeX antes del flotante.
23520  El tipo de flotante es 
23521 \family sans
23522 figure
23523 \family default
23524  o 
23525 \family sans
23526 table
23527 \family default
23528 , la colocación puede ser «
23529 \family sans
23530 t
23531 \family default
23532 » por «top» (arriba), «
23533 \family sans
23534 c
23535 \family default
23536 » por «center» (centro), o «
23537 \family sans
23538 b
23539 \family default
23540 » por «bottom» (abajo).
23541  Para tener, por ejemplo, el título de figuras flotantes verticalmente centrado,
23542  usa el comando
23543 \end_layout
23544
23545 \begin_layout Standard
23546
23547 \series bold
23548
23549 \backslash
23550 sidecaptionvpos{figure}{c}
23551 \end_layout
23552
23553 \begin_layout Standard
23554 Esto se ha hecho en la figura
23555 \begin_inset space ~
23556 \end_inset
23557
23558
23559 \begin_inset CommandInset ref
23560 LatexCommand ref
23561 reference "fig:encab-al-lado-de-fig"
23562
23563 \end_inset
23564
23565 .
23566 \end_layout
23567
23568 \begin_layout Standard
23569 \begin_inset VSpace medskip
23570 \end_inset
23571
23572 Más información sobre el paquete 
23573 \series bold
23574 sidecap
23575 \series default
23576  en su documentación 
23577 \begin_inset CommandInset citation
23578 LatexCommand cite
23579 key "sidecap"
23580
23581 \end_inset
23582
23583 .
23584 \end_layout
23585
23586 \begin_layout Standard
23587 \begin_inset Note Greyedout
23588 status open
23589
23590 \begin_layout Plain Layout
23591
23592 \series bold
23593 Nota:
23594 \series default
23595  El paquete LaTeX 
23596 \series bold
23597 hypcap
23598 \series default
23599
23600 \begin_inset Index idx
23601 status collapsed
23602
23603 \begin_layout Plain Layout
23604 LaTeX-paquetes ! hypcap
23605 \end_layout
23606
23607 \end_inset
23608
23609 , descrito en la sección
23610 \begin_inset space ~
23611 \end_inset
23612
23613
23614 \begin_inset CommandInset ref
23615 LatexCommand ref
23616 reference "sub:Colocación-de-Referencias"
23617
23618 \end_inset
23619
23620 , no afecta a flotantes con la leyenda al lado.
23621 \end_layout
23622
23623 \end_inset
23624
23625
23626 \end_layout
23627
23628 \begin_layout Standard
23629 \begin_inset ERT
23630 status collapsed
23631
23632 \begin_layout Plain Layout
23633
23634
23635 \backslash
23636 FigBesBeg 
23637 \end_layout
23638
23639 \end_inset
23640
23641
23642 \end_layout
23643
23644 \begin_layout Standard
23645 \begin_inset Float figure
23646 wide false
23647 sideways false
23648 status open
23649
23650 \begin_layout Plain Layout
23651 \begin_inset Graphics
23652         filename ../clipart/escher-lsd.eps
23653         scale 75
23654
23655 \end_inset
23656
23657
23658 \end_layout
23659
23660 \begin_layout Plain Layout
23661 \begin_inset Caption
23662
23663 \begin_layout Plain Layout
23664 \begin_inset CommandInset label
23665 LatexCommand label
23666 name "fig:encab-al-lado"
23667
23668 \end_inset
23669
23670 Leyenda al lado de una figura.
23671 \end_layout
23672
23673 \end_inset
23674
23675
23676 \end_layout
23677
23678 \end_inset
23679
23680
23681 \end_layout
23682
23683 \begin_layout Standard
23684 \begin_inset ERT
23685 status collapsed
23686
23687 \begin_layout Plain Layout
23688
23689
23690 \backslash
23691 TabBesBeg 
23692 \end_layout
23693
23694 \end_inset
23695
23696
23697 \end_layout
23698
23699 \begin_layout Standard
23700 \begin_inset Float table
23701 wide false
23702 sideways false
23703 status open
23704
23705 \begin_layout Plain Layout
23706 \begin_inset Caption
23707
23708 \begin_layout Plain Layout
23709 \begin_inset CommandInset label
23710 LatexCommand label
23711 name "tab:encab-al-lado"
23712
23713 \end_inset
23714
23715 Leyenda al lado de una tabla.
23716 \end_layout
23717
23718 \end_inset
23719
23720
23721 \end_layout
23722
23723 \begin_layout Plain Layout
23724 \begin_inset Tabular
23725 <lyxtabular version="3" rows="4" columns="5">
23726 <features tabularvalignment="middle">
23727 <column alignment="center" valignment="top" width="0">
23728 <column alignment="center" valignment="top" width="0">
23729 <column alignment="center" valignment="top" width="0">
23730 <column alignment="center" valignment="top" width="0">
23731 <column alignment="center" valignment="top" width="0">
23732 <row>
23733 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23734 \begin_inset Text
23735
23736 \begin_layout Plain Layout
23737 a
23738 \end_layout
23739
23740 \end_inset
23741 </cell>
23742 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23743 \begin_inset Text
23744
23745 \begin_layout Plain Layout
23746
23747 \end_layout
23748
23749 \end_inset
23750 </cell>
23751 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23752 \begin_inset Text
23753
23754 \begin_layout Plain Layout
23755 b
23756 \end_layout
23757
23758 \end_inset
23759 </cell>
23760 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23761 \begin_inset Text
23762
23763 \begin_layout Plain Layout
23764
23765 \end_layout
23766
23767 \end_inset
23768 </cell>
23769 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23770 \begin_inset Text
23771
23772 \begin_layout Plain Layout
23773 c
23774 \end_layout
23775
23776 \end_inset
23777 </cell>
23778 </row>
23779 <row>
23780 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23781 \begin_inset Text
23782
23783 \begin_layout Plain Layout
23784
23785 \end_layout
23786
23787 \end_inset
23788 </cell>
23789 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23790 \begin_inset Text
23791
23792 \begin_layout Plain Layout
23793 d
23794 \end_layout
23795
23796 \end_inset
23797 </cell>
23798 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23799 \begin_inset Text
23800
23801 \begin_layout Plain Layout
23802
23803 \end_layout
23804
23805 \end_inset
23806 </cell>
23807 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23808 \begin_inset Text
23809
23810 \begin_layout Plain Layout
23811 e
23812 \end_layout
23813
23814 \end_inset
23815 </cell>
23816 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23817 \begin_inset Text
23818
23819 \begin_layout Plain Layout
23820
23821 \end_layout
23822
23823 \end_inset
23824 </cell>
23825 </row>
23826 <row>
23827 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23828 \begin_inset Text
23829
23830 \begin_layout Plain Layout
23831 f
23832 \end_layout
23833
23834 \end_inset
23835 </cell>
23836 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23837 \begin_inset Text
23838
23839 \begin_layout Plain Layout
23840
23841 \end_layout
23842
23843 \end_inset
23844 </cell>
23845 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23846 \begin_inset Text
23847
23848 \begin_layout Plain Layout
23849 g
23850 \end_layout
23851
23852 \end_inset
23853 </cell>
23854 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23855 \begin_inset Text
23856
23857 \begin_layout Plain Layout
23858
23859 \end_layout
23860
23861 \end_inset
23862 </cell>
23863 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23864 \begin_inset Text
23865
23866 \begin_layout Plain Layout
23867 h
23868 \end_layout
23869
23870 \end_inset
23871 </cell>
23872 </row>
23873 <row>
23874 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
23875 \begin_inset Text
23876
23877 \begin_layout Plain Layout
23878
23879 \end_layout
23880
23881 \end_inset
23882 </cell>
23883 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
23884 \begin_inset Text
23885
23886 \begin_layout Plain Layout
23887 i
23888 \end_layout
23889
23890 \end_inset
23891 </cell>
23892 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
23893 \begin_inset Text
23894
23895 \begin_layout Plain Layout
23896
23897 \end_layout
23898
23899 \end_inset
23900 </cell>
23901 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
23902 \begin_inset Text
23903
23904 \begin_layout Plain Layout
23905 j
23906 \end_layout
23907
23908 \end_inset
23909 </cell>
23910 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
23911 \begin_inset Text
23912
23913 \begin_layout Plain Layout
23914
23915 \end_layout
23916
23917 \end_inset
23918 </cell>
23919 </row>
23920 </lyxtabular>
23921
23922 \end_inset
23923
23924
23925 \end_layout
23926
23927 \end_inset
23928
23929
23930 \end_layout
23931
23932 \begin_layout Standard
23933 \begin_inset ERT
23934 status collapsed
23935
23936 \begin_layout Plain Layout
23937
23938
23939 \backslash
23940 TabBesEnd
23941 \end_layout
23942
23943 \end_inset
23944
23945
23946 \end_layout
23947
23948 \begin_layout Standard
23949 \begin_inset ERT
23950 status collapsed
23951
23952 \begin_layout Plain Layout
23953
23954
23955 \backslash
23956 sidecaptionvpos{figure}{c}
23957 \end_layout
23958
23959 \end_inset
23960
23961
23962 \begin_inset Float figure
23963 wide false
23964 sideways false
23965 status open
23966
23967 \begin_layout Plain Layout
23968 \begin_inset Graphics
23969         filename ../clipart/escher-lsd.eps
23970         scale 75
23971
23972 \end_inset
23973
23974
23975 \end_layout
23976
23977 \begin_layout Plain Layout
23978 \begin_inset Caption
23979
23980 \begin_layout Plain Layout
23981 \begin_inset CommandInset label
23982 LatexCommand label
23983 name "fig:encab-al-lado-de-fig"
23984
23985 \end_inset
23986
23987 Leyenda centrada verticalmente junto a una figura.
23988 \end_layout
23989
23990 \end_inset
23991
23992
23993 \end_layout
23994
23995 \end_inset
23996
23997
23998 \end_layout
23999
24000 \begin_layout Standard
24001 \begin_inset ERT
24002 status collapsed
24003
24004 \begin_layout Plain Layout
24005
24006
24007 \backslash
24008 FigBesEnd
24009 \end_layout
24010
24011 \end_inset
24012
24013
24014 \end_layout
24015
24016 \begin_layout Standard
24017 \begin_inset ERT
24018 status collapsed
24019
24020 \begin_layout Plain Layout
24021
24022
24023 \backslash
24024 else
24025 \end_layout
24026
24027 \end_inset
24028
24029
24030 \begin_inset Note Note
24031 status collapsed
24032
24033 \begin_layout Plain Layout
24034 Lo siguiente se mostrará en pantalla si no está instalado el paquete LaTeX
24035  
24036 \series bold
24037 sidecap
24038 \series default
24039 .
24040 \end_layout
24041
24042 \end_inset
24043
24044
24045 \end_layout
24046
24047 \begin_layout Standard
24048 Debes instalar el paquete LaTeX 
24049 \series bold
24050 sidecap
24051 \series default
24052  para ver la parte siguiente en la salida.
24053 \end_layout
24054
24055 \begin_layout Standard
24056 \begin_inset ERT
24057 status collapsed
24058
24059 \begin_layout Plain Layout
24060
24061
24062 \backslash
24063 fi
24064 \end_layout
24065
24066 \end_inset
24067
24068
24069 \end_layout
24070
24071 \begin_layout Section
24072 Índice de flotantes
24073 \begin_inset Index idx
24074 status collapsed
24075
24076 \begin_layout Plain Layout
24077 Flotantes ! Índice de
24078 \end_layout
24079
24080 \end_inset
24081
24082
24083 \end_layout
24084
24085 \begin_layout Standard
24086 Igual que en el índice general se listan las secciones del documento, hay
24087  índices para todos los tipos de flotantes, como las figuras.
24088  Se pueden insertar mediante los submenús 
24089 \family sans
24090 Insertar\SpecialChar \menuseparator
24091 Lista
24092 \begin_inset space \thinspace{}
24093 \end_inset
24094
24095 /
24096 \begin_inset space \thinspace{}
24097 \end_inset
24098
24099 Índice
24100 \family default
24101 .
24102 \end_layout
24103
24104 \begin_layout Standard
24105 Las entradas de los índices son las leyendas del flotante o su título breve,
24106  el número de flotante y el número de la página del documento en la que
24107  aparecen.
24108 \end_layout
24109
24110 \begin_layout Standard
24111 Puedes encontrar los índices de figuras y tablas al final de este documento.
24112 \end_layout
24113
24114 \begin_layout Chapter
24115 Notas
24116 \end_layout
24117
24118 \begin_layout Section
24119 Notas en LyX
24120 \begin_inset Index idx
24121 status collapsed
24122
24123 \begin_layout Plain Layout
24124 Notas ! en LyX
24125 \end_layout
24126
24127 \end_inset
24128
24129
24130 \end_layout
24131
24132 \begin_layout Standard
24133 Las notas se insertan con el botón 
24134 \begin_inset Graphics
24135         filename ../../images/note-insert.png
24136         scale 85
24137
24138 \end_inset
24139
24140  o con el menú 
24141 \family sans
24142 Insertar\SpecialChar \menuseparator
24143 Nota
24144 \family default
24145 .
24146  Hay cinco tipos de notas:
24147 \end_layout
24148
24149 \begin_layout Description
24150 Nota
24151 \begin_inset space ~
24152 \end_inset
24153
24154 LyX Este tipo es para notas internas que no han de aparecer en la salida.
24155  Su cuadro se muestra como este:
24156 \begin_inset Newline newline
24157 \end_inset
24158
24159
24160 \begin_inset Newline newline
24161 \end_inset
24162
24163
24164 \begin_inset Graphics
24165         filename clipart/NotaLyXImagenQt4.png
24166         display false
24167         scale 75
24168
24169 \end_inset
24170
24171  
24172 \begin_inset Note Note
24173 status collapsed
24174
24175 \begin_layout Plain Layout
24176 Este es un texto en un recuadro que no se muestra en la salida.
24177 \end_layout
24178
24179 \end_inset
24180
24181
24182 \end_layout
24183
24184 \begin_layout Description
24185 Comentario Esta nota tampoco se muestra en la salida pero aparece como un
24186  comentario de LaTeX, cuando exportas el documento a LaTeX vía menú 
24187 \family sans
24188 Archivo\SpecialChar \menuseparator
24189 Exportar\SpecialChar \menuseparator
24190 LaTeX (pdflatex) / (plain)
24191 \family default
24192 .
24193  Su recuadro se ve así:
24194 \begin_inset Newline newline
24195 \end_inset
24196
24197
24198 \begin_inset Newline newline
24199 \end_inset
24200
24201
24202 \begin_inset Graphics
24203         filename clipart/ComentNotaImagenQt4.png
24204         display false
24205         scale 75
24206
24207 \end_inset
24208
24209  
24210 \begin_inset Note Comment
24211 status collapsed
24212
24213 \begin_layout Plain Layout
24214 Una nota comentario que sólo aparece como comentario en archivos LaTeX.
24215 \end_layout
24216
24217 \end_inset
24218
24219
24220 \end_layout
24221
24222 \begin_layout Description
24223 Resaltado
24224 \begin_inset space ~
24225 \end_inset
24226
24227 en
24228 \begin_inset space ~
24229 \end_inset
24230
24231 gris Esta nota aparece en la salida como texto resaltado en gris.
24232  Su recuadro se parece a este:
24233 \begin_inset Newline newline
24234 \end_inset
24235
24236
24237 \begin_inset Newline newline
24238 \end_inset
24239
24240
24241 \begin_inset Graphics
24242         filename clipart/GrisNotaImagenQt4.png
24243         display false
24244         scale 75
24245
24246 \end_inset
24247
24248
24249 \begin_inset Newline newline
24250 \end_inset
24251
24252
24253 \begin_inset ERT
24254 status collapsed
24255
24256 \begin_layout Plain Layout
24257
24258
24259 \backslash
24260 renewenvironment{lyxgreyedout}
24261 \end_layout
24262
24263 \begin_layout Plain Layout
24264
24265 {
24266 \backslash
24267 textcolor[gray]{0.8}
24268 \backslash
24269 bgroup}{
24270 \backslash
24271 egroup}
24272 \end_layout
24273
24274 \end_inset
24275
24276
24277 \begin_inset Note Greyedout
24278 status open
24279
24280 \begin_layout Plain Layout
24281 Este es el texto
24282 \begin_inset Foot
24283 status collapsed
24284
24285 \begin_layout Plain Layout
24286 Esto es un ejemplo de nota al pie en una nota resaltada en gris.
24287 \end_layout
24288
24289 \end_inset
24290
24291  de un comentario que se muestra resaltado en gris.
24292 \end_layout
24293
24294 \end_inset
24295
24296
24297 \begin_inset ERT
24298 status collapsed
24299
24300 \begin_layout Plain Layout
24301
24302
24303 \backslash
24304 renewenvironment{lyxgreyedout}
24305 \end_layout
24306
24307 \begin_layout Plain Layout
24308
24309 {
24310 \backslash
24311 textcolor{blue}
24312 \backslash
24313 bgroup}{
24314 \backslash
24315 egroup}
24316 \end_layout
24317
24318 \end_inset
24319
24320
24321 \begin_inset Note Note
24322 status collapsed
24323
24324 \begin_layout Plain Layout
24325 La nota resaltada en gris se ha redefinido aquí para mostrarla con la definición
24326  original de LyX, ya que en el preámbulo de este documento se han redefinido
24327  estas notas para que salgan en azul, como se indica más adelante.
24328 \end_layout
24329
24330 \end_inset
24331
24332
24333 \begin_inset Newline newline
24334 \end_inset
24335
24336
24337 \begin_inset Newline newline
24338 \end_inset
24339
24340 Como se ve en el ejemplo, la primera línea de las notas resaltadas en gris
24341  está un poco sangrada, y por otra parte pueden tener notas al pie.
24342 \end_layout
24343
24344 \begin_layout Standard
24345 \begin_inset VSpace bigskip
24346 \end_inset
24347
24348 Si usas el botón de la barra de herramientas 
24349 \begin_inset Graphics
24350         filename ../../images/note-insert.png
24351         scale 85
24352
24353 \end_inset
24354
24355  para insertar notas, se inserta una 
24356 \family sans
24357 Nota
24358 \begin_inset space ~
24359 \end_inset
24360
24361 LyX
24362 \family default
24363 .
24364  Puedes cambiar entre los cinco tipos de nota con clic derecho sobre el
24365  recuadro.
24366  
24367 \family roman
24368 \series medium
24369 \bar no
24370 Si quieres convertir un texto presente a nota, márcalo y pincha sobre el
24371  botón de herramienta 
24372 \family sans
24373 \series default
24374 \bar default
24375 Nota
24376 \family default
24377 .
24378  Para cambiar una nota a texto, pulsa la tecla 
24379 \family sans
24380 Retroceso
24381 \family default
24382  cuando el cursor está en la primera posición de una nota, o la tecla 
24383 \family sans
24384 Supr
24385 \family default
24386  cuando el cursor está en la última posición de la nota, respectivamente.
24387 \end_layout
24388
24389 \begin_layout Standard
24390 \begin_inset VSpace bigskip
24391 \end_inset
24392
24393 Se puede cambiar el color del 
24394 \family sans
24395 Resaltado en gris
24396 \family default
24397  poniendo en el preámbulo el comando:
24398 \end_layout
24399
24400 \begin_layout Standard
24401
24402 \series bold
24403
24404 \backslash
24405 renewenvironment{lyxgreyedout}
24406 \begin_inset Newline newline
24407 \end_inset
24408
24409
24410 \begin_inset Phantom HPhantom
24411 status open
24412
24413 \begin_layout Plain Layout
24414
24415 \series bold
24416 \begin_inset space ~
24417 \end_inset
24418
24419
24420 \end_layout
24421
24422 \end_inset
24423
24424 {
24425 \backslash
24426 textcolor{color}
24427 \backslash
24428 bgroup}{
24429 \backslash
24430 egroup}
24431 \end_layout
24432
24433 \begin_layout Standard
24434 Los colores disponibles y el método para definir nuestros propios colores
24435  se explica en la sección
24436 \begin_inset space ~
24437 \end_inset
24438
24439
24440 \begin_inset CommandInset ref
24441 LatexCommand ref
24442 reference "sec:Tablas-Coloreadas"
24443
24444 \end_inset
24445
24446 .
24447 \end_layout
24448
24449 \begin_layout Standard
24450 Las notas en azul en este documento se han hecho con notas del tipo 
24451 \family sans
24452 Resaltado en gris
24453 \family default
24454  pero definiendo el color del texto en azul.
24455 \end_layout
24456
24457 \begin_layout Section
24458 Notas al pie
24459 \begin_inset CommandInset label
24460 LatexCommand label
24461 name "sec:Notas-al-pie"
24462
24463 \end_inset
24464
24465
24466 \begin_inset Index idx
24467 status collapsed
24468
24469 \begin_layout Plain Layout
24470 Notas ! al pie
24471 \end_layout
24472
24473 \end_inset
24474
24475
24476 \begin_inset Index idx
24477 status collapsed
24478
24479 \begin_layout Plain Layout
24480 Notas al pie
24481 \end_layout
24482
24483 \end_inset
24484
24485
24486 \end_layout
24487
24488 \begin_layout Standard
24489 Las notas al pie se insertan con el botón 
24490 \begin_inset Graphics
24491         filename ../../images/footnote-insert.png
24492         scale 85
24493
24494 \end_inset
24495
24496  o el menú 
24497 \family sans
24498 Insertar\SpecialChar \menuseparator
24499 Nota
24500 \begin_inset space ~
24501 \end_inset
24502
24503 al
24504 \begin_inset space ~
24505 \end_inset
24506
24507 pie
24508 \family default
24509 .
24510  
24511 \family roman
24512 \series medium
24513 \bar no
24514 Aparece un recuadro como este:
24515 \family default
24516 \series default
24517 \bar default
24518  
24519 \begin_inset Graphics
24520         filename clipart/notapieQt4.png
24521         scale 80
24522
24523 \end_inset
24524
24525  
24526 \family roman
24527 \series medium
24528 \bar no
24529 donde puedes introducir el texto.
24530  Si quieres convertir un texto existente en nota al pie, márcalo y pincha
24531  sobre el
24532 \family default
24533 \series default
24534 \bar default
24535  
24536 \family roman
24537 \series medium
24538 \bar no
24539 botón
24540 \family default
24541 \series default
24542 \bar default
24543 .
24544  Para cambiar una nota al pie a texto, pulsa la tecla 
24545 \family sans
24546 Retroceso
24547 \family default
24548  cuando el cursor está en la primera posición de la nota al pie, o la tecla
24549  
24550 \family sans
24551 Supr
24552 \family default
24553  cuando el cursor está en la última posición de la nota, respectivamente.
24554 \end_layout
24555
24556 \begin_layout Standard
24557 Aquí hay un ejemplo de nota al pie:
24558 \family roman
24559 \series medium
24560 \bar no
24561
24562 \begin_inset Foot
24563 status collapsed
24564
24565 \begin_layout Plain Layout
24566 \begin_inset CommandInset label
24567 LatexCommand label
24568 name "pie:Esto-es-una"
24569
24570 \end_inset
24571
24572 Ejemplo de nota al pie.
24573 \end_layout
24574
24575 \end_inset
24576
24577
24578 \family default
24579 \series default
24580 \bar default
24581
24582 \begin_inset ERT
24583 status collapsed
24584
24585 \begin_layout Plain Layout
24586
24587
24588 \backslash
24589 newcounter{MyRepeatFoot}
24590 \end_layout
24591
24592 \begin_layout Plain Layout
24593
24594
24595 \backslash
24596 setcounter{MyRepeatFoot}{
24597 \backslash
24598 thefootnote}
24599 \end_layout
24600
24601 \end_inset
24602
24603
24604 \end_layout
24605
24606 \begin_layout Standard
24607 En la salida, el pie se muestra como número voladito en el lugar del texto
24608  donde se coloca el recuadro.
24609  El texto se coloca al final de la página actual.
24610  Los números de las notas son calculados por LaTeX, y son consecutivos.
24611  Si comienza o no el recuento en cada capítulo depende de la clase de documento.
24612 \end_layout
24613
24614 \begin_layout Standard
24615 Las notas al pie pueden referenciarse como flotantes: inserta una etiqueta
24616  en la nota y pon una referencia cruzada a esa etiqueta en el texto como
24617  se describe en la sección
24618 \begin_inset space ~
24619 \end_inset
24620
24621
24622 \begin_inset CommandInset ref
24623 LatexCommand ref
24624 reference "sec:Referencias-a-Flotantes"
24625
24626 \end_inset
24627
24628 .
24629 \begin_inset Newline newline
24630 \end_inset
24631
24632 Esto es una referencia cruzada a la Nota al pie
24633 \begin_inset space ~
24634 \end_inset
24635
24636
24637 \begin_inset CommandInset ref
24638 LatexCommand ref
24639 reference "pie:Esto-es-una"
24640
24641 \end_inset
24642
24643 .
24644 \end_layout
24645
24646 \begin_layout Standard
24647 \begin_inset VSpace defskip
24648 \end_inset
24649
24650
24651 \end_layout
24652
24653 \begin_layout Standard
24654 Debido a razones técnicas, LaTeX no imprime las notas al pie en tablas.
24655  No obstante, hay otro método para imprimirlas: en lugar de la nota al pie
24656  se inserta el comando 
24657 \series bold
24658
24659 \backslash
24660 footnotemark{}
24661 \series default
24662  en código TeX.
24663  El texto de la nota se introduce como argumento del comando
24664 \series bold
24665  
24666 \backslash
24667 footnotetext
24668 \series default
24669  después de la tabla.
24670 \begin_inset Newline newline
24671 \end_inset
24672
24673 Esto es lo que se ha hecho para la siguiente tabla con el comando
24674 \end_layout
24675
24676 \begin_layout Standard
24677
24678 \series bold
24679
24680 \backslash
24681 footnotetext{
24682 \series default
24683 Texto de la nota de la tabla.
24684 \series bold
24685 }
24686 \end_layout
24687
24688 \begin_layout Standard
24689 \begin_inset Tabular
24690 <lyxtabular version="3" rows="2" columns="1">
24691 <features tabularvalignment="middle">
24692 <column alignment="center" valignment="top" width="0">
24693 <row>
24694 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24695 \begin_inset Text
24696
24697 \begin_layout Plain Layout
24698 Texto de ejemplo.
24699 \begin_inset Foot
24700 status open
24701
24702 \begin_layout Plain Layout
24703 ¡Esta nota no se imprimirá!
24704 \end_layout
24705
24706 \end_inset
24707
24708
24709 \end_layout
24710
24711 \end_inset
24712 </cell>
24713 </row>
24714 <row>
24715 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
24716 \begin_inset Text
24717
24718 \begin_layout Plain Layout
24719 Texto de ejemplo.
24720 \begin_inset ERT
24721 status collapsed
24722
24723 \begin_layout Plain Layout
24724
24725
24726 \backslash
24727 footnotemark{}
24728 \end_layout
24729
24730 \end_inset
24731
24732
24733 \end_layout
24734
24735 \end_inset
24736 </cell>
24737 </row>
24738 </lyxtabular>
24739
24740 \end_inset
24741
24742
24743 \begin_inset ERT
24744 status collapsed
24745
24746 \begin_layout Plain Layout
24747
24748
24749 \backslash
24750 footnotetext{
24751 \end_layout
24752
24753 \end_inset
24754
24755 Texto de la nota de la tabla.
24756 \begin_inset ERT
24757 status collapsed
24758
24759 \begin_layout Plain Layout
24760
24761 }
24762 \end_layout
24763
24764 \end_inset
24765
24766
24767 \end_layout
24768
24769 \begin_layout Standard
24770 Las notas al pie en tablas largas se describen en la sección
24771 \begin_inset space ~
24772 \end_inset
24773
24774
24775 \begin_inset CommandInset ref
24776 LatexCommand ref
24777 reference "sub:Notas-al-pie-en-Tablas-Largas"
24778
24779 \end_inset
24780
24781 .
24782 \end_layout
24783
24784 \begin_layout Standard
24785 Las notas al pie en cuadros de minipágina se imprimen, pero dentro del cuadro
24786  y con numeración diferente debido a que una minipágina es como una página
24787  dentro de otra.
24788  (Más información sobre minipáginas en la sección
24789 \begin_inset space ~
24790 \end_inset
24791
24792
24793 \begin_inset CommandInset ref
24794 LatexCommand ref
24795 reference "sec:Minipáginas"
24796
24797 \end_inset
24798
24799 ).
24800  Para poner notas en una minipágina que se impriman a pie de página como
24801  las notas al pie normales, se puede usar también el método de 
24802 \series bold
24803
24804 \backslash
24805 footnotemark{}
24806 \series default
24807  y 
24808 \series bold
24809
24810 \backslash
24811 footnotetext
24812 \series default
24813 .
24814 \end_layout
24815
24816 \begin_layout Standard
24817 \begin_inset Box Frameless
24818 position "t"
24819 hor_pos "c"
24820 has_inner_box 1
24821 inner_pos "t"
24822 use_parbox 0
24823 use_makebox 0
24824 width "100col%"
24825 special "none"
24826 height "1in"
24827 height_special "totalheight"
24828 status open
24829
24830 \begin_layout Plain Layout
24831 Muestra de texto en una minipágina.
24832 \begin_inset Foot
24833 status open
24834
24835 \begin_layout Plain Layout
24836 Nota en la minipágina.
24837 \end_layout
24838
24839 \end_inset
24840
24841
24842 \end_layout
24843
24844 \begin_layout Plain Layout
24845 Muestra de texto en una minipágina.
24846 \begin_inset ERT
24847 status collapsed
24848
24849 \begin_layout Plain Layout
24850
24851
24852 \backslash
24853 footnotemark{}
24854 \end_layout
24855
24856 \end_inset
24857
24858
24859 \end_layout
24860
24861 \end_inset
24862
24863
24864 \end_layout
24865
24866 \begin_layout Standard
24867 \begin_inset ERT
24868 status collapsed
24869
24870 \begin_layout Plain Layout
24871
24872
24873 \backslash
24874 footnotetext{
24875 \end_layout
24876
24877 \end_inset
24878
24879 Nota fuera de la minipágina.
24880 \begin_inset ERT
24881 status collapsed
24882
24883 \begin_layout Plain Layout
24884
24885 }
24886 \end_layout
24887
24888 \end_inset
24889
24890
24891 \end_layout
24892
24893 \begin_layout Standard
24894 \begin_inset VSpace defskip
24895 \end_inset
24896
24897
24898 \end_layout
24899
24900 \begin_layout Standard
24901 Para hacer referencia a la misma nota varias veces sin imprimir su texto
24902  cada vez, usa el comando  
24903 \series bold
24904
24905 \backslash
24906 footnotemark[number]
24907 \series default
24908  en código TeX.
24909 \begin_inset Newline newline
24910 \end_inset
24911
24912 Como el número de la nota repetida no se conoce mientras se escribe el texto,
24913  hay que guardarlo.
24914  En el siguiente ejemplo de marca de una nota, se han insertado los siguientes
24915  comandos en código TeX después de la nota al pie
24916 \begin_inset space ~
24917 \end_inset
24918
24919
24920 \begin_inset CommandInset ref
24921 LatexCommand ref
24922 reference "pie:Esto-es-una"
24923
24924 \end_inset
24925
24926  para guardar el número de la nota: 
24927 \end_layout
24928
24929 \begin_layout Standard
24930
24931 \series bold
24932
24933 \backslash
24934 newcounter{MyRepeatFoot}
24935 \begin_inset Newline newline
24936 \end_inset
24937
24938
24939 \backslash
24940 setcounter{MyRepeatFoot}{
24941 \backslash
24942 thefootnote}
24943 \end_layout
24944
24945 \begin_layout Standard
24946 La marca de la nota se ha creado después con el comando:
24947 \end_layout
24948
24949 \begin_layout Standard
24950
24951 \series bold
24952
24953 \backslash
24954 footnotemark[
24955 \backslash
24956 theMyRepeatFoot]
24957 \end_layout
24958
24959 \begin_layout Standard
24960 Aquí hay una nota repetida:
24961 \begin_inset ERT
24962 status collapsed
24963
24964 \begin_layout Plain Layout
24965
24966
24967 \backslash
24968 footnotemark[
24969 \backslash
24970 theMyRepeatFoot]
24971 \end_layout
24972
24973 \end_inset
24974
24975
24976 \end_layout
24977
24978 \begin_layout Standard
24979 Para repetir la nota al pie previa, se puede omitir el guardado del número
24980  de la nota y usar en su lugar el comando:
24981 \end_layout
24982
24983 \begin_layout Standard
24984
24985 \series bold
24986
24987 \backslash
24988 footnotemark[
24989 \backslash
24990 thefootnote]
24991 \end_layout
24992
24993 \begin_layout Standard
24994 Aquí hay otra nota repetida:
24995 \begin_inset ERT
24996 status collapsed
24997
24998 \begin_layout Plain Layout
24999
25000
25001 \backslash
25002 footnotemark[
25003 \backslash
25004 thefootnote]
25005 \end_layout
25006
25007 \end_inset
25008
25009
25010 \end_layout
25011
25012 \begin_layout Subsection
25013 Numeración de notas al pie
25014 \begin_inset CommandInset label
25015 LatexCommand label
25016 name "sub:Numeración-de-Notas-al-Pie"
25017
25018 \end_inset
25019
25020
25021 \begin_inset Index idx
25022 status collapsed
25023
25024 \begin_layout Plain Layout
25025 Notas al pie ! Numeración
25026 \end_layout
25027
25028 \end_inset
25029
25030
25031 \end_layout
25032
25033 \begin_layout Standard
25034 Para reiniciar el número de pie a 1 en cada sección añade
25035 \family roman
25036  en el preámbulo el comando:
25037 \end_layout
25038
25039 \begin_layout Standard
25040
25041 \series bold
25042
25043 \backslash
25044 @addtoreset{footnote}{section}
25045 \end_layout
25046
25047 \begin_layout Standard
25048 \begin_inset VSpace bigskip
25049 \end_inset
25050
25051 El siguiente comando en el preámbulo cambia el estilo de numeración del
25052  pie a números romanos en minúsculas:
25053 \end_layout
25054
25055 \begin_layout Standard
25056
25057 \series bold
25058
25059 \backslash
25060 renewcommand{
25061 \backslash
25062 thefootnote}{
25063 \backslash
25064 roman{footnote}}
25065 \end_layout
25066
25067 \begin_layout Standard
25068 \begin_inset ERT
25069 status collapsed
25070
25071 \begin_layout Plain Layout
25072
25073
25074 \backslash
25075 renewcommand{
25076 \backslash
25077 thefootnote}{
25078 \backslash
25079 roman{footnote}}
25080 \end_layout
25081
25082 \end_inset
25083
25084  Nota al pie en números romanos:
25085 \begin_inset Foot
25086 status collapsed
25087
25088 \begin_layout Plain Layout
25089 Ejemplo de nota al pie en números romanos.
25090 \end_layout
25091
25092 \end_inset
25093
25094
25095 \begin_inset ERT
25096 status collapsed
25097
25098 \begin_layout Plain Layout
25099
25100
25101 \backslash
25102 renewcommand{
25103 \backslash
25104 thefootnote}{
25105 \backslash
25106 arabic{footnote}}
25107 \end_layout
25108
25109 \end_inset
25110
25111
25112 \end_layout
25113
25114 \begin_layout Standard
25115 Para cambiar el estilo de número a romanos en mayúscula cambia el comando
25116  
25117 \series bold
25118
25119 \backslash
25120 roman
25121 \series default
25122  por 
25123 \series bold
25124
25125 \backslash
25126 Roman
25127 \series default
25128 .
25129  Para ordenar las notas al pie con letras mayúsculas o minúsculas usa 
25130 \series bold
25131
25132 \backslash
25133 Alph
25134 \series default
25135  o 
25136 \series bold
25137
25138 \backslash
25139 alph
25140 \series default
25141 , respectivamente.
25142  Para ordenar las notas al pie con símbolos usa 
25143 \series bold
25144
25145 \backslash
25146 fnsymbol
25147 \series default
25148 .
25149 \end_layout
25150
25151 \begin_layout Standard
25152 \begin_inset Note Greyedout
25153 status open
25154
25155 \begin_layout Plain Layout
25156
25157 \series bold
25158 Nota:
25159 \series default
25160  sólo puedes ordenar hasta 26 pies con letras, porque está limitado a letras
25161  simples.
25162 \end_layout
25163
25164 \end_inset
25165
25166
25167 \begin_inset Newline newline
25168 \end_inset
25169
25170
25171 \begin_inset Note Greyedout
25172 status open
25173
25174 \begin_layout Plain Layout
25175
25176 \series bold
25177 Nota:
25178 \series default
25179  sólo puedes ordenar hasta 9 pies con símbolos.
25180 \end_layout
25181
25182 \end_inset
25183
25184
25185 \end_layout
25186
25187 \begin_layout Standard
25188 Para volver al estilo de numeración predeterminado cuando has cambiado a
25189  otro estilo, usa 
25190 \series bold
25191
25192 \backslash
25193 arabic
25194 \series default
25195  en vez de 
25196 \series bold
25197
25198 \backslash
25199 roman
25200 \series default
25201  en el comando anterior.
25202 \begin_inset ERT
25203 status collapsed
25204
25205 \begin_layout Plain Layout
25206
25207
25208 \backslash
25209 renewcommand{
25210 \backslash
25211 thefootnote}{
25212 \backslash
25213 arabic{footnote}}
25214 \end_layout
25215
25216 \end_inset
25217
25218
25219 \end_layout
25220
25221 \begin_layout Standard
25222 \begin_inset VSpace bigskip
25223 \end_inset
25224
25225
25226 \end_layout
25227
25228 \begin_layout Standard
25229 Si quieres numerar notas al pie en el esquema «capítulo.nota», añade el siguiente
25230  comando al preámbulo del documento:
25231 \end_layout
25232
25233 \begin_layout Standard
25234
25235 \series bold
25236
25237 \backslash
25238 numberwithin{footnote}{chapter}
25239 \end_layout
25240
25241 \begin_layout Standard
25242 Para poder usar el comando 
25243 \series bold
25244
25245 \backslash
25246 numberwithin
25247 \series default
25248 , marca la opción 
25249 \family sans
25250 Usar
25251 \family default
25252
25253 \begin_inset space ~
25254 \end_inset
25255
25256
25257 \family sans
25258 el
25259 \family default
25260
25261 \begin_inset space ~
25262 \end_inset
25263
25264
25265 \family sans
25266 paquete
25267 \family default
25268
25269 \begin_inset space ~
25270 \end_inset
25271
25272
25273 \family sans
25274 AMS
25275 \family default
25276  en la sección 
25277 \family sans
25278 Opciones para ecuaciones
25279 \family default
25280  de la configuración del documento.
25281 \end_layout
25282
25283 \begin_layout Standard
25284 \begin_inset ERT
25285 status collapsed
25286
25287 \begin_layout Plain Layout
25288
25289
25290 \backslash
25291 numberwithin{footnote}{chapter}
25292 \end_layout
25293
25294 \end_inset
25295
25296 Esto es otro ejemplo de nota al pie:
25297 \series bold
25298
25299 \begin_inset Foot
25300 status collapsed
25301
25302 \begin_layout Plain Layout
25303 Nota al pie numerada en el esquema 
25304 \begin_inset Quotes eld
25305 \end_inset
25306
25307 capítulo.nota
25308 \begin_inset Quotes erd
25309 \end_inset
25310
25311 .
25312 \end_layout
25313
25314 \end_inset
25315
25316
25317 \series default
25318
25319 \begin_inset ERT
25320 status collapsed
25321
25322 \begin_layout Plain Layout
25323
25324
25325 \backslash
25326 renewcommand{
25327 \backslash
25328 thefootnote}{
25329 \backslash
25330 arabic{footnote}}
25331 \end_layout
25332
25333 \end_inset
25334
25335
25336 \end_layout
25337
25338 \begin_layout Standard
25339 \begin_inset Note Greyedout
25340 status open
25341
25342 \begin_layout Plain Layout
25343
25344 \series bold
25345 Nota: 
25346 \backslash
25347 numberwithin 
25348 \series default
25349 siempre imprime el número de nota al pie en números arábigos; las redefiniciones
25350  previas para obtener números no arábigos se sobreescriben.
25351 \end_layout
25352
25353 \end_inset
25354
25355
25356 \end_layout
25357
25358 \begin_layout Standard
25359 Así, para obtener por ejemplo el esquema «capítulo.
25360 \backslash
25361 Roman{footnote}», usa este comando en vez de 
25362 \series bold
25363
25364 \backslash
25365 numberwithin
25366 \series default
25367 :
25368 \end_layout
25369
25370 \begin_layout Standard
25371
25372 \series bold
25373
25374 \backslash
25375 renewcommand{
25376 \backslash
25377 thefootnote}{
25378 \backslash
25379 thechapter.
25380 \backslash
25381 Roman{footnote}}
25382 \end_layout
25383
25384 \begin_layout Subsection
25385 Colocación de notas al pie
25386 \begin_inset Index idx
25387 status collapsed
25388
25389 \begin_layout Plain Layout
25390 Notas al pie ! Colocación
25391 \end_layout
25392
25393 \end_inset
25394
25395
25396 \end_layout
25397
25398 \begin_layout Standard
25399 Si tienes varias notas al pie de una página, se muestran sin espacio vertical
25400  entre ellas al final de la página.
25401  Para hacerlas más legibles puedes añadir 1.5
25402 \begin_inset space \thinspace{}
25403 \end_inset
25404
25405 mm, p.
25406 \begin_inset space \thinspace{}
25407 \end_inset
25408
25409 e., con el comando siguiente en el preámbulo:
25410 \end_layout
25411
25412 \begin_layout Standard
25413
25414 \series bold
25415
25416 \backslash
25417 let
25418 \backslash
25419 myFoot
25420 \backslash
25421 footnote
25422 \begin_inset Newline newline
25423 \end_inset
25424
25425
25426 \backslash
25427 renewcommand{
25428 \backslash
25429 footnote}[1]{
25430 \backslash
25431 myFoot{#1
25432 \backslash
25433 vspace{1.5mm}}}
25434 \end_layout
25435
25436 \begin_layout Standard
25437 \begin_inset VSpace bigskip
25438 \end_inset
25439
25440 En documentos a dos columnas la nota al pie aparece al final de cada columna,
25441  véase la figura
25442 \begin_inset space ~
25443 \end_inset
25444
25445
25446 \begin_inset CommandInset ref
25447 LatexCommand ref
25448 reference "fig:Colocación-standard-del-pie"
25449
25450 \end_inset
25451
25452 .
25453  Si las notas debieran mostrarse sólo al final de la columna derecha, como
25454  en la figura
25455 \begin_inset space ~
25456 \end_inset
25457
25458
25459 \begin_inset CommandInset ref
25460 LatexCommand ref
25461 reference "fig:Colocación-del-pie-en"
25462
25463 \end_inset
25464
25465 , usa el paquete LaTeX 
25466 \series bold
25467 ftnright
25468 \series default
25469
25470 \begin_inset Index idx
25471 status collapsed
25472
25473 \begin_layout Plain Layout
25474 LaTeX-paquetes ! ftnright
25475 \end_layout
25476
25477 \end_inset
25478
25479  con este comando en el preámbulo:
25480 \end_layout
25481
25482 \begin_layout Standard
25483
25484 \series bold
25485
25486 \backslash
25487 usepackage{ftnright}
25488 \end_layout
25489
25490 \begin_layout Standard
25491 \begin_inset Float figure
25492 placement !h
25493 wide false
25494 sideways false
25495 status open
25496
25497 \begin_layout Plain Layout
25498 \begin_inset ERT
25499 status collapsed
25500
25501 \begin_layout Plain Layout
25502
25503
25504 \backslash
25505 framebox{
25506 \end_layout
25507
25508 \end_inset
25509
25510
25511 \begin_inset Graphics
25512         filename ../clipart/without_fntright.pdf
25513         width 100col%
25514
25515 \end_inset
25516
25517
25518 \begin_inset ERT
25519 status collapsed
25520
25521 \begin_layout Plain Layout
25522
25523 }
25524 \end_layout
25525
25526 \end_inset
25527
25528
25529 \end_layout
25530
25531 \begin_layout Plain Layout
25532 \begin_inset Caption
25533
25534 \begin_layout Plain Layout
25535 \begin_inset CommandInset label
25536 LatexCommand label
25537 name "fig:Colocación-standard-del-pie"
25538
25539 \end_inset
25540
25541 Colocación estándar de notas al pie en documentos a dos columnas.
25542 \end_layout
25543
25544 \end_inset
25545
25546
25547 \end_layout
25548
25549 \end_inset
25550
25551
25552 \end_layout
25553
25554 \begin_layout Standard
25555 \begin_inset Float figure
25556 placement !h
25557 wide false
25558 sideways false
25559 status open
25560
25561 \begin_layout Plain Layout
25562 \begin_inset ERT
25563 status collapsed
25564
25565 \begin_layout Plain Layout
25566
25567
25568 \backslash
25569 framebox{
25570 \end_layout
25571
25572 \end_inset
25573
25574
25575 \begin_inset Graphics
25576         filename ../clipart/with_fntright.pdf
25577         width 100col%
25578
25579 \end_inset
25580
25581
25582 \begin_inset ERT
25583 status collapsed
25584
25585 \begin_layout Plain Layout
25586
25587 }
25588 \end_layout
25589
25590 \end_inset
25591
25592
25593 \end_layout
25594
25595 \begin_layout Plain Layout
25596 \begin_inset Caption
25597
25598 \begin_layout Plain Layout
25599 \begin_inset CommandInset label
25600 LatexCommand label
25601 name "fig:Colocación-del-pie-en"
25602
25603 \end_inset
25604
25605 Colocación de la nota al pie en documentos a dos columnas cuando se usa
25606  el paquete LaTeX 
25607 \series bold
25608 ftnright
25609 \series default
25610 .
25611 \end_layout
25612
25613 \end_inset
25614
25615
25616 \end_layout
25617
25618 \end_inset
25619
25620
25621 \end_layout
25622
25623 \begin_layout Standard
25624 \begin_inset VSpace bigskip
25625 \end_inset
25626
25627 En alguna literatura científica es habitual reunir las notas para imprimirlas
25628  en un párrafo separado al final de la sección, como en la figura
25629 \begin_inset space ~
25630 \end_inset
25631
25632
25633 \begin_inset CommandInset ref
25634 LatexCommand ref
25635 reference "fig:Notas-al-pie-al-final"
25636
25637 \end_inset
25638
25639 .
25640  Para reunir las notas al final
25641 \begin_inset Index idx
25642 status collapsed
25643
25644 \begin_layout Plain Layout
25645 Notas ! al final
25646 \end_layout
25647
25648 \end_inset
25649
25650  en vez de a pie de página, carga en el menú 
25651 \family sans
25652 Documento\SpecialChar \menuseparator
25653 Configuratión\SpecialChar \menuseparator
25654 Módulos
25655 \family default
25656  el módulo 
25657 \family sans
25658 Pie
25659 \begin_inset space ~
25660 \end_inset
25661
25662 al
25663 \begin_inset space ~
25664 \end_inset
25665
25666 final
25667 \family default
25668 .
25669  Para insertar la colección de notas, escribe el comando
25670 \end_layout
25671
25672 \begin_layout Standard
25673
25674 \series bold
25675
25676 \backslash
25677 theendnotes
25678 \end_layout
25679
25680 \begin_layout Standard
25681 en código TeX al final de una sección o capítulo.
25682 \end_layout
25683
25684 \begin_layout Standard
25685 \begin_inset Float figure
25686 wide false
25687 sideways false
25688 status open
25689
25690 \begin_layout Plain Layout
25691 \align center
25692 \begin_inset ERT
25693 status collapsed
25694
25695 \begin_layout Plain Layout
25696
25697
25698 \backslash
25699 framebox{
25700 \end_layout
25701
25702 \end_inset
25703
25704
25705 \begin_inset Graphics
25706         filename ../clipart/endnotes.pdf
25707
25708 \end_inset
25709
25710
25711 \begin_inset ERT
25712 status collapsed
25713
25714 \begin_layout Plain Layout
25715
25716 }
25717 \end_layout
25718
25719 \end_inset
25720
25721
25722 \end_layout
25723
25724 \begin_layout Plain Layout
25725 \begin_inset Caption
25726
25727 \begin_layout Plain Layout
25728 \begin_inset CommandInset label
25729 LatexCommand label
25730 name "fig:Notas-al-pie-al-final"
25731
25732 \end_inset
25733
25734 Notas al final: notas impresas en párrafo separado al final de la sección
25735  o del capítulo.
25736 \end_layout
25737
25738 \end_inset
25739
25740
25741 \end_layout
25742
25743 \end_inset
25744
25745
25746 \end_layout
25747
25748 \begin_layout Standard
25749 \begin_inset VSpace medskip
25750 \end_inset
25751
25752 La cabecera de párrafo para las notas finales no se traduce automáticamente
25753  al lenguaje del documento, hay que hacerlo manualmente.
25754   El siguiente comando de preámbulo traduce el nombre en inglés «Notes»
25755  al español «Notas»:
25756 \end_layout
25757
25758 \begin_layout Standard
25759
25760 \series bold
25761
25762 \backslash
25763 renewcommand{
25764 \backslash
25765 notesname}{Notas}
25766 \end_layout
25767
25768 \begin_layout Standard
25769 \begin_inset VSpace medskip
25770 \end_inset
25771
25772 La numeración de notas finales puede cambiarse como la de las notas al pie,
25773  como se describe en la sección
25774 \begin_inset space ~
25775 \end_inset
25776
25777
25778 \begin_inset CommandInset ref
25779 LatexCommand ref
25780 reference "sub:Numeración-de-Notas-al-Pie"
25781
25782 \end_inset
25783
25784 ; sólo hay que reemplazar el comando 
25785 \series bold
25786
25787 \backslash
25788 thefootnote
25789 \series default
25790  por 
25791 \series bold
25792
25793 \backslash
25794 theendnote
25795 \series default
25796 .
25797  Para restablecer la numeración usa el comando 
25798 \series bold
25799
25800 \backslash
25801 @addtoreset
25802 \series default
25803  como se describe en la sección
25804 \begin_inset space ~
25805 \end_inset
25806
25807
25808 \begin_inset CommandInset ref
25809 LatexCommand ref
25810 reference "sub:Numeración-de-Notas-al-Pie"
25811
25812 \end_inset
25813
25814  y sustituye el parámetro de comando 
25815 \series bold
25816 footnote
25817 \series default
25818  por 
25819 \series bold
25820 endnote
25821 \series default
25822 .
25823 \end_layout
25824
25825 \begin_layout Standard
25826 Para notas al final hay el comando  el comando 
25827 \series bold
25828
25829 \backslash
25830 endnotemark[número]
25831 \series default
25832  similar al comando 
25833 \series bold
25834
25835 \backslash
25836 footnotemark
25837 \series default
25838 , descrito en la sección
25839 \begin_inset space ~
25840 \end_inset
25841
25842
25843 \begin_inset CommandInset ref
25844 LatexCommand ref
25845 reference "sec:Notas-al-pie"
25846
25847 \end_inset
25848
25849 .
25850 \end_layout
25851
25852 \begin_layout Standard
25853 \begin_inset VSpace bigskip
25854 \end_inset
25855
25856 Las notas al pie también pueden colocarse al margen de la página y la alineación
25857  del texto del pie también puede cambiarse, véase el paquete LaTeX 
25858 \series bold
25859 footmisc
25860 \series default
25861
25862 \begin_inset Index idx
25863 status collapsed
25864
25865 \begin_layout Plain Layout
25866 LaTeX-paquetes ! footmisc
25867 \end_layout
25868
25869 \end_inset
25870
25871  
25872 \begin_inset CommandInset citation
25873 LatexCommand cite
25874 key "footmisc"
25875
25876 \end_inset
25877
25878  para más información.
25879 \end_layout
25880
25881 \begin_layout Standard
25882 Para otras posibilidades de diseño de notas al pie mira en libros de LaTeX,
25883  
25884 \begin_inset CommandInset citation
25885 LatexCommand cite
25886 key "latexcompanion,latexguide,latexbook"
25887
25888 \end_inset
25889
25890 .
25891 \end_layout
25892
25893 \begin_layout Section
25894 Notas al margen
25895 \begin_inset Index idx
25896 status collapsed
25897
25898 \begin_layout Plain Layout
25899 Notas ! al margen
25900 \end_layout
25901
25902 \end_inset
25903
25904
25905 \end_layout
25906
25907 \begin_layout Standard
25908 Las notas al margen se ven y se comportan en LyX como notas al pie.
25909  Se insertan con el menú 
25910 \family sans
25911 Insertar\SpecialChar \menuseparator
25912 Nota
25913 \begin_inset space ~
25914 \end_inset
25915
25916 al
25917 \begin_inset space ~
25918 \end_inset
25919
25920 margen
25921 \family default
25922  o con el botón 
25923 \begin_inset Graphics
25924         filename ../../images/marginalnote-insert.png
25925         scale 85
25926
25927 \end_inset
25928
25929 .
25930  Aparece un cuadro gris con la etiqueta 
25931 \family roman
25932 \series medium
25933 «margen» en rojo y un marco en el que puedes escribir el texto de la nota.
25934 \end_layout
25935
25936 \begin_layout Standard
25937 Al lado hay un ejemplo de nota al margen.
25938
25939 \family roman
25940 \series medium
25941  
25942 \begin_inset Marginal
25943 status open
25944
25945 \begin_layout Plain Layout
25946 Esto es una nota al margen.
25947 \end_layout
25948
25949 \end_inset
25950
25951
25952 \end_layout
25953
25954 \begin_layout Standard
25955 Estas notas salen en el margen derecho en documentos a una cara.
25956  En documentos a doble cara se muestran en el margen externo —margen izquierdo
25957  en páginas pares, derecho en páginas impares—.
25958  El texto de las notas se ajusta a la parte opuesta al margen —se ajusta
25959  a la derecha si la nota aparece en el margen izquierdo—.
25960  La primera línea de la nota se sitúa en la posición de la línea del texto
25961  en la que se inserta en el documento.
25962 \end_layout
25963
25964 \begin_layout Standard
25965 \begin_inset VSpace bigskip
25966 \end_inset
25967
25968 Para colocar la nota en el margen interno añade el comando
25969 \end_layout
25970
25971 \begin_layout Standard
25972
25973 \series bold
25974
25975 \backslash
25976 reversemarginpar
25977 \end_layout
25978
25979 \begin_layout Standard
25980 en código TeX antes de la nota.
25981  La nueva colocación es válida para todas las siguientes notas al margen.
25982  
25983 \begin_inset ERT
25984 status collapsed
25985
25986 \begin_layout Plain Layout
25987
25988
25989 \backslash
25990 reversemarginpar 
25991 \end_layout
25992
25993 \end_inset
25994
25995
25996 \begin_inset Marginal
25997 status open
25998
25999 \begin_layout Plain Layout
26000 Esto es una nota en el margen interno.
26001 \end_layout
26002
26003 \end_inset
26004
26005
26006 \series bold
26007
26008 \begin_inset Newline newline
26009 \end_inset
26010
26011
26012 \series default
26013
26014 \begin_inset Note Greyedout
26015 status open
26016
26017 \begin_layout Plain Layout
26018
26019 \series bold
26020 Nota:
26021 \series default
26022  A veces no hay espacio suficiente en el margen interno, por lo que la nota
26023  no se mostrará correctamente en la salida.
26024 \end_layout
26025
26026 \end_inset
26027
26028
26029 \end_layout
26030
26031 \begin_layout Standard
26032 Para volver a la ubicación predeterminada inserta en código TeX el comando
26033 \begin_inset ERT
26034 status collapsed
26035
26036 \begin_layout Plain Layout
26037
26038
26039 \backslash
26040 normalmarginpar 
26041 \end_layout
26042
26043 \end_inset
26044
26045
26046 \end_layout
26047
26048 \begin_layout Standard
26049
26050 \series bold
26051
26052 \backslash
26053 normalmarginpar
26054 \end_layout
26055
26056 \begin_layout Standard
26057 \begin_inset Note Greyedout
26058 status open
26059
26060 \begin_layout Plain Layout
26061
26062 \series bold
26063 Nota:
26064 \series default
26065  El comando se ignora si en el mismo párrafo está también presente el comando
26066  
26067 \series bold
26068
26069 \backslash
26070 reversemarginpar
26071 \series default
26072 .
26073 \end_layout
26074
26075 \end_inset
26076
26077
26078 \end_layout
26079
26080 \begin_layout Standard
26081 \begin_inset VSpace bigskip
26082 \end_inset
26083
26084
26085 \family roman
26086 \series medium
26087
26088 \begin_inset Marginal
26089 status open
26090
26091 \begin_layout Plain Layout
26092 PalabraMuyLargaAlMargen no partida con guión.
26093 \end_layout
26094
26095 \end_inset
26096
26097
26098 \family default
26099 \series default
26100  Como en el caso descrito en la sección
26101 \begin_inset space ~
26102 \end_inset
26103
26104
26105 \begin_inset CommandInset ref
26106 LatexCommand ref
26107 reference "sub:Líneas-Múltiples-en"
26108
26109 \end_inset
26110
26111 , una palabra larga no puede partirse con guión cuando es la primera en
26112  la nota al margen.
26113  Para evitar esto, inserta un espacio horizontal de 0
26114 \begin_inset space \thinspace{}
26115 \end_inset
26116
26117 pt antes de la palabra
26118 \family roman
26119 \series medium
26120 .
26121 \end_layout
26122
26123 \begin_layout Standard
26124
26125 \family roman
26126 \series medium
26127 \begin_inset Marginal
26128 status open
26129
26130 \begin_layout Plain Layout
26131 \begin_inset ERT
26132 status collapsed
26133
26134 \begin_layout Plain Layout
26135
26136
26137 \backslash
26138 hspace{0pt}
26139 \end_layout
26140
26141 \end_inset
26142
26143 PalabraMuyLargaAlMargen partida con guión.
26144 \end_layout
26145
26146 \end_inset
26147
26148
26149 \end_layout
26150
26151 \begin_layout Standard
26152 \begin_inset VSpace bigskip
26153 \end_inset
26154
26155
26156 \end_layout
26157
26158 \begin_layout Standard
26159 \begin_inset Note Greyedout
26160 status open
26161
26162 \begin_layout Plain Layout
26163
26164 \series bold
26165 Nota:
26166 \series default
26167  Normalmente no pueden utilizarse notas al margen en tablas, flotantes y
26168  notas al pie.
26169 \end_layout
26170
26171 \end_inset
26172
26173
26174 \end_layout
26175
26176 \begin_layout Standard
26177 \begin_inset VSpace bigskip
26178 \end_inset
26179
26180
26181 \end_layout
26182
26183 \begin_layout Standard
26184 \begin_inset ERT
26185 status collapsed
26186
26187 \begin_layout Plain Layout
26188
26189
26190 \backslash
26191 ifmarginnote
26192 \end_layout
26193
26194 \end_inset
26195
26196
26197 \begin_inset Note Note
26198 status collapsed
26199
26200 \begin_layout Plain Layout
26201 La siguiente sección sólo se mostrará en pantalla si está instalado el paquete
26202  LaTeX 
26203 \series bold
26204 marginnote
26205 \series default
26206 .
26207 \end_layout
26208
26209 \end_inset
26210
26211
26212 \end_layout
26213
26214 \begin_layout Standard
26215 Esta restricción se puede salvar con el paquete LaTeX 
26216 \series bold
26217 marginnote
26218 \series default
26219
26220 \begin_inset Index idx
26221 status collapsed
26222
26223 \begin_layout Plain Layout
26224 LaTeX-paquetes ! marginnote
26225 \end_layout
26226
26227 \end_inset
26228
26229 .
26230  Poniendo estas dos líneas en el preámbulo, el comando usado por LyX para
26231  notas al margen es redefinido para usar el comando proporcionado por el
26232  paquete 
26233 \series bold
26234 marginnote
26235 \series default
26236 :
26237 \end_layout
26238
26239 \begin_layout Standard
26240
26241 \series bold
26242
26243 \backslash
26244 usepackage{marginnote}
26245 \begin_inset Newline newline
26246 \end_inset
26247
26248
26249 \backslash
26250 let
26251 \backslash
26252 marginpar
26253 \backslash
26254 marginnote
26255 \end_layout
26256
26257 \begin_layout Standard
26258 Esto se ha utilizado en el presente documento porque 
26259 \series bold
26260 marginnote
26261 \series default
26262  tiene una característica adicional útil: Puedes establecer un desplazamiento
26263  vertical a la nota.
26264  A veces esto hace falta si hay demasiadas notas juntas o para mejorar el
26265  diseño de la página.
26266  En LyX, el desplazamiento se escribe directamente tras la nota al margen,
26267  en código TeX
26268 \end_layout
26269
26270 \begin_layout Standard
26271
26272 \series bold
26273 [desplazamiento]
26274 \end_layout
26275
26276 \begin_layout Standard
26277 donde desplazamiento es una longitud en una de las unidades de la tabla
26278 \begin_inset space ~
26279 \end_inset
26280
26281
26282 \begin_inset CommandInset ref
26283 LatexCommand ref
26284 reference "tab:Unidades"
26285
26286 \end_inset
26287
26288 .
26289  Un valor negativo desplaza la nota hacia arriba, un valor positivo hacia
26290  abajo.
26291  
26292 \family roman
26293 \series medium
26294 Por ejemplo la nota adjunta a esta línea de texto está desplazada 1.5
26295 \begin_inset space \thinspace{}
26296 \end_inset
26297
26298 cm arriba con el comando en código TeX 
26299 \begin_inset Quotes eld
26300 \end_inset
26301
26302
26303 \family default
26304 \series bold
26305 [-1.5cm]
26306 \family roman
26307 \series medium
26308
26309 \begin_inset Quotes erd
26310 \end_inset
26311
26312
26313 \begin_inset Marginal
26314 status collapsed
26315
26316 \begin_layout Plain Layout
26317 Esta nota está 1.5
26318 \begin_inset space \thinspace{}
26319 \end_inset
26320
26321 cm por encima de su posición original.
26322 \end_layout
26323
26324 \end_inset
26325
26326
26327 \family default
26328 \series default
26329
26330 \begin_inset ERT
26331 status collapsed
26332
26333 \begin_layout Plain Layout
26334
26335 [-1.5cm]
26336 \end_layout
26337
26338 \end_inset
26339
26340
26341 \end_layout
26342
26343 \begin_layout Standard
26344 \begin_inset VSpace medskip
26345 \end_inset
26346
26347 Con 
26348 \series bold
26349 marginnote
26350 \series default
26351  también puedes cambiar la alineación del texto en el margen.
26352  Por ejemplo los comandos
26353 \end_layout
26354
26355 \begin_layout Standard
26356
26357 \series bold
26358
26359 \backslash
26360 renewcommand*{
26361 \backslash
26362 raggedleftmarginnote}{
26363 \backslash
26364 centering}
26365 \begin_inset Newline newline
26366 \end_inset
26367
26368
26369 \backslash
26370 renewcommand*{
26371 \backslash
26372 raggedrightmarginnote}{
26373 \backslash
26374 centering}
26375 \end_layout
26376
26377 \begin_layout Standard
26378 producen alineación centrada.
26379  
26380 \series bold
26381
26382 \backslash
26383 raggedleftmarginnote
26384 \series default
26385  identifica las notas que aparecen al lado izquierdo.
26386 \family roman
26387 \series medium
26388
26389 \begin_inset ERT
26390 status collapsed
26391
26392 \begin_layout Plain Layout
26393
26394
26395 \backslash
26396 renewcommand*{
26397 \backslash
26398 raggedleftmarginnote}{
26399 \backslash
26400 centering}
26401 \end_layout
26402
26403 \begin_layout Plain Layout
26404
26405
26406 \backslash
26407 renewcommand*{
26408 \backslash
26409 raggedrightmarginnote}{
26410 \backslash
26411 centering}
26412 \end_layout
26413
26414 \end_inset
26415
26416
26417 \begin_inset Marginal
26418 status open
26419
26420 \begin_layout Plain Layout
26421 El texto de esta nota está centrado.
26422 \end_layout
26423
26424 \end_inset
26425
26426
26427 \family default
26428 \series default
26429  El valor predeterminado es 
26430 \end_layout
26431
26432 \begin_layout Standard
26433
26434 \series bold
26435
26436 \backslash
26437 renewcommand*{
26438 \backslash
26439 raggedleftmarginnote}{
26440 \backslash
26441 raggedleft}
26442 \begin_inset Newline newline
26443 \end_inset
26444
26445
26446 \backslash
26447 renewcommand*{
26448 \backslash
26449 raggedrightmarginnote}{
26450 \backslash
26451 raggedright}
26452 \family roman
26453 \series medium
26454
26455 \begin_inset ERT
26456 status collapsed
26457
26458 \begin_layout Plain Layout
26459
26460
26461 \backslash
26462 renewcommand*{
26463 \backslash
26464 raggedleftmarginnote}{
26465 \backslash
26466 raggedleft}
26467 \end_layout
26468
26469 \begin_layout Plain Layout
26470
26471
26472 \backslash
26473 renewcommand*{
26474 \backslash
26475 raggedrightmarginnote}{
26476 \backslash
26477 raggedright}
26478 \end_layout
26479
26480 \end_inset
26481
26482
26483 \end_layout
26484
26485 \begin_layout Standard
26486 \begin_inset VSpace medskip
26487 \end_inset
26488
26489 Para otras características de 
26490 \series bold
26491 marginnote
26492 \series default
26493  mira en su documentación 
26494 \begin_inset CommandInset citation
26495 LatexCommand cite
26496 key "marginnote"
26497
26498 \end_inset
26499
26500 .
26501 \end_layout
26502
26503 \begin_layout Standard
26504 \begin_inset VSpace bigskip
26505 \end_inset
26506
26507 El diseño de las notas al margen puede ser redefinido.
26508  Por ejemplo, para crear una cabecera para todas las notas con el texto
26509  
26510 \begin_inset Quotes eld
26511 \end_inset
26512
26513
26514 \series bold
26515 \bar under
26516 ¡
26517 \family sans
26518 Atención
26519 \family default
26520 !
26521 \series default
26522 \bar default
26523
26524 \begin_inset Quotes erd
26525 \end_inset
26526
26527 , subrayado, sans-serif en negrita, añade lo siguiente en el preámbulo:
26528 \end_layout
26529
26530 \begin_layout Standard
26531
26532 \series bold
26533
26534 \backslash
26535 let
26536 \backslash
26537 myMarginpar
26538 \backslash
26539 marginpar
26540 \begin_inset Newline newline
26541 \end_inset
26542
26543
26544 \backslash
26545 renewcommand{
26546 \backslash
26547 marginpar}[1]{
26548 \backslash
26549 myMarginpar{%
26550 \begin_inset Newline newline
26551 \end_inset
26552
26553
26554 \begin_inset Phantom HPhantom
26555 status open
26556
26557 \begin_layout Plain Layout
26558
26559 \series bold
26560 \begin_inset space ~
26561 \end_inset
26562
26563
26564 \end_layout
26565
26566 \end_inset
26567
26568
26569 \backslash
26570 hspace{0pt}
26571 \backslash
26572 textsf{
26573 \backslash
26574 textbf{
26575 \backslash
26576 underbar{¡Atención!}}}%
26577 \begin_inset Newline newline
26578 \end_inset
26579
26580
26581 \begin_inset Phantom HPhantom
26582 status open
26583
26584 \begin_layout Plain Layout
26585
26586 \series bold
26587 \begin_inset space ~
26588 \end_inset
26589
26590
26591 \end_layout
26592
26593 \end_inset
26594
26595
26596 \backslash
26597 vspace{1.5mm}
26598 \backslash
26599
26600 \backslash
26601 #1}}
26602 \end_layout
26603
26604 \begin_layout Standard
26605
26606 \family roman
26607 \series medium
26608 \begin_inset ERT
26609 status collapsed
26610
26611 \begin_layout Plain Layout
26612
26613
26614 \backslash
26615 let
26616 \backslash
26617 myMarginpar
26618 \backslash
26619 marginpar
26620 \end_layout
26621
26622 \begin_layout Plain Layout
26623
26624
26625 \backslash
26626 renewcommand{
26627 \backslash
26628 marginpar}[1]{
26629 \backslash
26630 myMarginpar{%
26631 \end_layout
26632
26633 \begin_layout Plain Layout
26634
26635    
26636 \backslash
26637 textsf{
26638 \backslash
26639 textbf{
26640 \backslash
26641 underbar{¡Atención!}}}%
26642 \end_layout
26643
26644 \begin_layout Plain Layout
26645
26646    
26647 \backslash
26648 vspace{1.5mm}
26649 \backslash
26650
26651 \backslash
26652 #1}}
26653 \end_layout
26654
26655 \end_inset
26656
26657
26658 \begin_inset Marginal
26659 status open
26660
26661 \begin_layout Plain Layout
26662 Esta es una nota con una cabecera definida.
26663 \end_layout
26664
26665 \end_inset
26666
26667
26668 \family default
26669 \series default
26670
26671 \begin_inset ERT
26672 status collapsed
26673
26674 \begin_layout Plain Layout
26675
26676 [-1.5cm]
26677 \end_layout
26678
26679 \end_inset
26680
26681
26682 \family roman
26683 \series medium
26684
26685 \begin_inset ERT
26686 status collapsed
26687
26688 \begin_layout Plain Layout
26689
26690
26691 \backslash
26692 renewcommand{
26693 \backslash
26694 marginpar}[1]{
26695 \backslash
26696 myMarginpar{#1}}
26697 \end_layout
26698
26699 \end_inset
26700
26701
26702 \family default
26703 \series default
26704
26705 \begin_inset Note Note
26706 status collapsed
26707
26708 \begin_layout Plain Layout
26709 El formato de la nota al margen se ha cambiado sólo para este ejemplo.
26710 \end_layout
26711
26712 \end_inset
26713
26714
26715 \end_layout
26716
26717 \begin_layout Standard
26718 \begin_inset ERT
26719 status collapsed
26720
26721 \begin_layout Plain Layout
26722
26723
26724 \backslash
26725 else
26726 \end_layout
26727
26728 \end_inset
26729
26730
26731 \begin_inset Note Note
26732 status collapsed
26733
26734 \begin_layout Plain Layout
26735 Lo siguiente se mostrará en pantalla si no está instalado el paquete LaTeX
26736  
26737 \series bold
26738 marginnote
26739 \series default
26740 .
26741 \end_layout
26742
26743 \end_inset
26744
26745
26746 \end_layout
26747
26748 \begin_layout Standard
26749 Debes instalar el paquete LaTeX 
26750 \series bold
26751 marginnote
26752 \series default
26753  para ver la parte siguiente en la salida.
26754 \end_layout
26755
26756 \begin_layout Standard
26757 \begin_inset ERT
26758 status collapsed
26759
26760 \begin_layout Plain Layout
26761
26762
26763 \backslash
26764 fi
26765 \end_layout
26766
26767 \end_inset
26768
26769
26770 \end_layout
26771
26772 \begin_layout Chapter
26773 Cuadros
26774 \end_layout
26775
26776 \begin_layout Section
26777 Introducción
26778 \begin_inset Index idx
26779 status collapsed
26780
26781 \begin_layout Plain Layout
26782 Cuadros ! Introducción
26783 \end_layout
26784
26785 \end_inset
26786
26787
26788 \end_layout
26789
26790 \begin_layout Standard
26791 Los cuadros se emplean para dar formato a bloques de texto.
26792  Se pueden usar para escribir documentos con varios idiomas, véase sección
26793 \begin_inset space ~
26794 \end_inset
26795
26796
26797 \begin_inset CommandInset ref
26798 LatexCommand ref
26799 reference "sec:Minipáginas"
26800
26801 \end_inset
26802
26803 , enmarcar textos, véase sección
26804 \begin_inset space ~
26805 \end_inset
26806
26807
26808 \begin_inset CommandInset ref
26809 LatexCommand ref
26810 reference "sec:Decoración"
26811
26812 \end_inset
26813
26814 , evitar la división de palabras, véase sección
26815 \begin_inset space ~
26816 \end_inset
26817
26818
26819 \begin_inset CommandInset ref
26820 LatexCommand ref
26821 reference "sec:Evitar-la-Partición"
26822
26823 \end_inset
26824
26825 , alinear texto, véase sección
26826 \begin_inset space ~
26827 \end_inset
26828
26829
26830 \begin_inset CommandInset ref
26831 LatexCommand ref
26832 reference "sub:Alineación-Vertical"
26833
26834 \end_inset
26835
26836 , o para poner color de fondo a un texto, véase sección
26837 \begin_inset space ~
26838 \end_inset
26839
26840
26841 \begin_inset CommandInset ref
26842 LatexCommand ref
26843 reference "sec:Cuadros-Coloreados"
26844
26845 \end_inset
26846
26847 .
26848 \end_layout
26849
26850 \begin_layout Standard
26851 Se insertan con el menú 
26852 \family sans
26853 Insertar\SpecialChar \menuseparator
26854 Cuadro
26855 \family default
26856  o con el botón 
26857 \begin_inset Graphics
26858         filename ../../images/box-insert.png
26859         scale 85
26860
26861 \end_inset
26862
26863 .
26864  Surge un recuadro gris con la etiqueta 
26865 \family sans
26866 Cuadro (Minipágina)
26867 \family default
26868
26869 \begin_inset Graphics
26870         filename clipart/CuadroMinipagQt4.png
26871         scale 75
26872         keepAspectRatio
26873
26874 \end_inset
26875
26876 .
26877  El tipo de cuadro se puede elegir al hacer clic derecho sobre él y 
26878 \lang english
26879 selecting 
26880 \family sans
26881 Settings
26882 \family default
26883 \lang spanish
26884 .
26885  Sale un diálogo en el que 
26886 \family sans
26887 Cuadro
26888 \family default
26889
26890 \begin_inset space ~
26891 \end_inset
26892
26893
26894 \family sans
26895 interior
26896 \family default
26897  permite escoger los tipos 
26898 \family sans
26899 Párrafo
26900 \family default
26901  y 
26902 \family sans
26903 Minipágina
26904 \family default
26905 .
26906  
26907 \family sans
26908 Minipágina
26909 \family default
26910  es el predeterminado para nuevos cuadros y se explica en la sección
26911 \begin_inset space ~
26912 \end_inset
26913
26914
26915 \begin_inset CommandInset ref
26916 LatexCommand ref
26917 reference "sec:Minipáginas"
26918
26919 \end_inset
26920
26921 ; el tipo 
26922 \family sans
26923 Párrafo
26924 \family default
26925  se describe en la sección
26926 \begin_inset space ~
26927 \end_inset
26928
26929
26930 \begin_inset CommandInset ref
26931 LatexCommand ref
26932 reference "sec:Cuadros-de-Párrafo"
26933
26934 \end_inset
26935
26936 .
26937 \end_layout
26938
26939 \begin_layout Standard
26940 Los cuadros no se numeran y por tanto no se pueden referenciar como los
26941  flotantes o las notas al pie.
26942 \end_layout
26943
26944 \begin_layout Standard
26945 \begin_inset Note Greyedout
26946 status open
26947
26948 \begin_layout Plain Layout
26949
26950 \series bold
26951 Nota:
26952 \series default
26953  Los cuadros no deben ser el ítem en un entorno 
26954 \family sans
26955 Enumeración*
26956 \family default
26957  o 
26958 \family sans
26959 Descripción
26960 \family default
26961 .
26962 \end_layout
26963
26964 \end_inset
26965
26966
26967 \end_layout
26968
26969 \begin_layout Standard
26970 \begin_inset Note Greyedout
26971 status open
26972
26973 \begin_layout Plain Layout
26974
26975 \series bold
26976 Nota:
26977 \series default
26978  Por razones desconocidas sólo se puede poner el tipo 
26979 \family sans
26980 Cuadro
26981 \begin_inset space ~
26982 \end_inset
26983
26984 interior
26985 \family default
26986  en 
26987 \family sans
26988 Ninguno
26989 \family default
26990  cuando se emplea un cuadro enmarcado.
26991  Los cuadros sin ningún tipo de 
26992 \family sans
26993 Cuadro
26994 \begin_inset space ~
26995 \end_inset
26996
26997 interior
26998 \family default
26999  y sin marcos se explican en la sección
27000 \begin_inset space ~
27001 \end_inset
27002
27003
27004 \begin_inset CommandInset ref
27005 LatexCommand ref
27006 reference "sec:Evitar-la-Partición"
27007
27008 \end_inset
27009
27010 .
27011 \end_layout
27012
27013 \end_inset
27014
27015
27016 \end_layout
27017
27018 \begin_layout Section
27019 Diálogo de cuadros
27020 \begin_inset CommandInset label
27021 LatexCommand label
27022 name "sec:Diálogo-Cuadros"
27023
27024 \end_inset
27025
27026
27027 \begin_inset Index idx
27028 status collapsed
27029
27030 \begin_layout Plain Layout
27031 Cuadros ! Configuración
27032 \end_layout
27033
27034 \end_inset
27035
27036
27037 \end_layout
27038
27039 \begin_layout Subsection
27040 Tamaño
27041 \begin_inset Index idx
27042 status collapsed
27043
27044 \begin_layout Plain Layout
27045 Cuadros ! Tamaño
27046 \end_layout
27047
27048 \end_inset
27049
27050
27051 \end_layout
27052
27053 \begin_layout Standard
27054 En el diálogo puedes ajustar la geometría del cuadro en los campos 
27055 \family sans
27056 Ancho
27057 \family default
27058  y 
27059 \family sans
27060 Alto
27061 \family default
27062 .
27063  Las unidades disponibles para la geometría se describen en la tabla
27064 \begin_inset space ~
27065 \end_inset
27066
27067
27068 \begin_inset CommandInset ref
27069 LatexCommand ref
27070 reference "tab:Unidades"
27071
27072 \end_inset
27073
27074 .
27075  El campo 
27076 \family sans
27077 Alto
27078 \family default
27079  ofrece los siguientes tamaños adicionales:
27080 \end_layout
27081
27082 \begin_layout Description
27083 Profundidad Este es el texto plano «alto».
27084  Ignora la profundidad total cuando hay múltiples líneas de texto en el
27085  cuadro:
27086 \begin_inset Newline newline
27087 \end_inset
27088
27089
27090 \begin_inset Newline newline
27091 \end_inset
27092
27093
27094 \begin_inset Newline newline
27095 \end_inset
27096
27097
27098 \begin_inset Box Boxed
27099 position "c"
27100 hor_pos "c"
27101 has_inner_box 1
27102 inner_pos "c"
27103 use_parbox 0
27104 use_makebox 0
27105 width "12col%"
27106 special "none"
27107 height "1in"
27108 height_special "depth"
27109 status open
27110
27111 \begin_layout Plain Layout
27112 \align center
27113 Cuadro con altura establecida en 1
27114 \begin_inset space \thinspace{}
27115 \end_inset
27116
27117 Profundidad
27118 \end_layout
27119
27120 \end_inset
27121
27122
27123 \begin_inset Newline newline
27124 \end_inset
27125
27126
27127 \begin_inset Newline newline
27128 \end_inset
27129
27130
27131 \end_layout
27132
27133 \begin_layout Description
27134 Alto Es la altura del texto que está dentro del cuadro.
27135  Un valor de, p.
27136 \begin_inset space \thinspace{}
27137 \end_inset
27138
27139 e.
27140 \begin_inset space ~
27141 \end_inset
27142
27143 2 para este tamaño fijará la altura del cuadro a 2 veces la altura del texto:
27144  
27145 \begin_inset Box Boxed
27146 position "c"
27147 hor_pos "c"
27148 has_inner_box 1
27149 inner_pos "c"
27150 use_parbox 0
27151 use_makebox 0
27152 width "20col%"
27153 special "none"
27154 height "2in"
27155 height_special "height"
27156 status open
27157
27158 \begin_layout Plain Layout
27159 \align center
27160 Cuadro con altura puesta en 2
27161 \begin_inset space \thinspace{}
27162 \end_inset
27163
27164 Alto
27165 \end_layout
27166
27167 \end_inset
27168
27169
27170 \end_layout
27171
27172 \begin_layout Description
27173 Alto
27174 \begin_inset space ~
27175 \end_inset
27176
27177 total Esto es el Alto
27178 \begin_inset space \thinspace{}
27179 \end_inset
27180
27181 +
27182 \begin_inset space \thinspace{}
27183 \end_inset
27184
27185 Profundidad: 
27186 \begin_inset Box Boxed
27187 position "c"
27188 hor_pos "c"
27189 has_inner_box 1
27190 inner_pos "c"
27191 use_parbox 0
27192 use_makebox 0
27193 width "20col%"
27194 special "none"
27195 height "1in"
27196 height_special "totalheight"
27197 status open
27198
27199 \begin_layout Plain Layout
27200 \align center
27201 Cuadro con altura puesta a 1
27202 \begin_inset space \thinspace{}
27203 \end_inset
27204
27205 Alto
27206 \begin_inset space ~
27207 \end_inset
27208
27209 total
27210 \end_layout
27211
27212 \end_inset
27213
27214
27215 \end_layout
27216
27217 \begin_layout Description
27218 Ancho Esto determina al ancho del cuadro como altura: 
27219 \begin_inset Box Boxed
27220 position "c"
27221 hor_pos "c"
27222 has_inner_box 1
27223 inner_pos "c"
27224 use_parbox 0
27225 use_makebox 0
27226 width "12col%"
27227 special "none"
27228 height "1in"
27229 height_special "width"
27230 status open
27231
27232 \begin_layout Plain Layout
27233 \align center
27234 Cuadro con altura puesta en 1
27235 \begin_inset space \thinspace{}
27236 \end_inset
27237
27238 Ancho
27239 \end_layout
27240
27241 \end_inset
27242
27243
27244 \end_layout
27245
27246 \begin_layout Subsection
27247 Alineación
27248 \begin_inset Index idx
27249 status collapsed
27250
27251 \begin_layout Plain Layout
27252 Cuadros ! Alineación
27253 \end_layout
27254
27255 \end_inset
27256
27257
27258 \end_layout
27259
27260 \begin_layout Standard
27261 Si has elegido un 
27262 \family sans
27263 Cuadro
27264 \begin_inset space ~
27265 \end_inset
27266
27267 interior
27268 \family default
27269 , la alineación vertical del cuadro puede ser:
27270 \end_layout
27271
27272 \begin_layout Description
27273 Superior Ejemplo de línea de texto.
27274  
27275 \begin_inset Box Boxed
27276 position "t"
27277 hor_pos "c"
27278 has_inner_box 1
27279 inner_pos "c"
27280 use_parbox 0
27281 use_makebox 0
27282 width "12col%"
27283 special "none"
27284 height "1in"
27285 height_special "totalheight"
27286 status collapsed
27287
27288 \begin_layout Plain Layout
27289 \align center
27290 Cuadro alineado arriba.
27291 \end_layout
27292
27293 \end_inset
27294
27295  Ejemplo de línea de texto.
27296 \end_layout
27297
27298 \begin_layout Description
27299 Medio Ejemplo de línea de texto.
27300  
27301 \begin_inset Box Boxed
27302 position "c"
27303 hor_pos "c"
27304 has_inner_box 1
27305 inner_pos "c"
27306 use_parbox 0
27307 use_makebox 0
27308 width "12col%"
27309 special "none"
27310 height "1in"
27311 height_special "totalheight"
27312 status collapsed
27313
27314 \begin_layout Plain Layout
27315 \align center
27316 Cuadro alineado en medio.
27317 \end_layout
27318
27319 \end_inset
27320
27321  Ejemplo de línea de texto.
27322 \end_layout
27323
27324 \begin_layout Description
27325 Inferior Ejemplo de línea de texto.
27326  
27327 \begin_inset Box Boxed
27328 position "b"
27329 hor_pos "c"
27330 has_inner_box 1
27331 inner_pos "c"
27332 use_parbox 0
27333 use_makebox 0
27334 width "12col%"
27335 special "none"
27336 height "1in"
27337 height_special "totalheight"
27338 status collapsed
27339
27340 \begin_layout Plain Layout
27341 \align center
27342 Cuadro alineado abajo.
27343 \end_layout
27344
27345 \end_inset
27346
27347  Ejemplo de línea de texto.
27348 \end_layout
27349
27350 \begin_layout Standard
27351 \begin_inset Note Greyedout
27352 status open
27353
27354 \begin_layout Plain Layout
27355
27356 \series bold
27357 Nota:
27358 \series default
27359  La alineación vertical puede desaparecer en la salida si hay dos cuadros
27360  en una línea y, p.
27361 \begin_inset space \thinspace{}
27362 \end_inset
27363
27364 e., uno de ellos tiene sombreado y el otro no.
27365 \end_layout
27366
27367 \end_inset
27368
27369
27370 \end_layout
27371
27372 \begin_layout Standard
27373 La alineación horizontal del cuadro puede establecerse en el diálogo de
27374  configuración de párrafo de LyX si colocas el cuadro en su propio párrafo.
27375 \end_layout
27376
27377 \begin_layout Standard
27378 \begin_inset VSpace bigskip
27379 \end_inset
27380
27381 Si has escogido un 
27382 \family sans
27383 Cuadro
27384 \begin_inset space ~
27385 \end_inset
27386
27387 interior
27388 \family default
27389 , el contenido puede alinearse verticalmente a:
27390 \end_layout
27391
27392 \begin_layout Description
27393 Superior Ejemplo de línea de texto.
27394  
27395 \begin_inset Box Boxed
27396 position "c"
27397 hor_pos "c"
27398 has_inner_box 1
27399 inner_pos "t"
27400 use_parbox 0
27401 use_makebox 0
27402 width "12col%"
27403 special "none"
27404 height "1.5in"
27405 height_special "totalheight"
27406 status collapsed
27407
27408 \begin_layout Plain Layout
27409 \align center
27410 Cuadro con texto alineado arriba.
27411 \end_layout
27412
27413 \end_inset
27414
27415  Ejemplo de línea de texto.
27416 \end_layout
27417
27418 \begin_layout Description
27419 Medio Ejemplo de línea de texto.
27420  
27421 \begin_inset Box Boxed
27422 position "c"
27423 hor_pos "c"
27424 has_inner_box 1
27425 inner_pos "c"
27426 use_parbox 0
27427 use_makebox 0
27428 width "12col%"
27429 special "none"
27430 height "1.5in"
27431 height_special "totalheight"
27432 status collapsed
27433
27434 \begin_layout Plain Layout
27435 \align center
27436 Cuadro con texto alineado en medio.
27437 \end_layout
27438
27439 \end_inset
27440
27441  Ejemplo de línea de texto.
27442 \end_layout
27443
27444 \begin_layout Description
27445 Inferior Ejemplo de línea de texto.
27446  
27447 \begin_inset Box Boxed
27448 position "c"
27449 hor_pos "c"
27450 has_inner_box 1
27451 inner_pos "b"
27452 use_parbox 0
27453 use_makebox 0
27454 width "12col%"
27455 special "none"
27456 height "1.5in"
27457 height_special "totalheight"
27458 status collapsed
27459
27460 \begin_layout Plain Layout
27461 \align center
27462 Cuadro con texto alineado abajo.
27463 \end_layout
27464
27465 \end_inset
27466
27467  Ejemplo de línea de texto.
27468 \end_layout
27469
27470 \begin_layout Description
27471 Estirado Ejemplo de línea de texto.
27472  
27473 \begin_inset Box Boxed
27474 position "c"
27475 hor_pos "c"
27476 has_inner_box 1
27477 inner_pos "s"
27478 use_parbox 0
27479 use_makebox 0
27480 width "12col%"
27481 special "none"
27482 height "1.5in"
27483 height_special "totalheight"
27484 status collapsed
27485
27486 \begin_layout Plain Layout
27487 \align center
27488 Este texto
27489 \end_layout
27490
27491 \begin_layout Plain Layout
27492 \align center
27493 está
27494 \end_layout
27495
27496 \begin_layout Plain Layout
27497 \align center
27498 estirado.
27499 \end_layout
27500
27501 \end_inset
27502
27503  Ejemplo de línea de texto.
27504 \end_layout
27505
27506 \begin_layout Standard
27507 Para estirar el contenido debe tener más de un párrafo.
27508  En el ejemplo anterior cada línea de texto está en un párrafo propio.
27509 \end_layout
27510
27511 \begin_layout Standard
27512 \begin_inset VSpace bigskip
27513 \end_inset
27514
27515 Para estirar horizontalmente el contenido usa el diálogo de párrafos de
27516  LyX cuando hayas escogido un 
27517 \family sans
27518 Cuadro
27519 \begin_inset space ~
27520 \end_inset
27521
27522 interior
27523 \family default
27524 .
27525 \end_layout
27526
27527 \begin_layout Standard
27528 \align center
27529 \begin_inset Box Boxed
27530 position "c"
27531 hor_pos "c"
27532 has_inner_box 1
27533 inner_pos "s"
27534 use_parbox 0
27535 use_makebox 0
27536 width "15col%"
27537 special "none"
27538 height "1.25in"
27539 height_special "totalheight"
27540 status collapsed
27541
27542 \begin_layout Plain Layout
27543 \align left
27544 Cuadro
27545 \end_layout
27546
27547 \begin_layout Plain Layout
27548 \align center
27549 con texto
27550 \end_layout
27551
27552 \begin_layout Plain Layout
27553 \align right
27554 estirado
27555 \end_layout
27556
27557 \end_inset
27558
27559
27560 \end_layout
27561
27562 \begin_layout Standard
27563 Si no has establecido un 
27564 \family sans
27565 Cuadro
27566 \begin_inset space ~
27567 \end_inset
27568
27569 interior
27570 \family default
27571 , puedes alinear horizontalmente el contenido del cuadro en el diálogo de
27572  cuadro.
27573 \end_layout
27574
27575 \begin_layout Standard
27576 \align center
27577 \begin_inset Box Boxed
27578 position "c"
27579 hor_pos "s"
27580 has_inner_box 0
27581 inner_pos "s"
27582 use_parbox 0
27583 use_makebox 0
27584 width "90col%"
27585 special "none"
27586 height "1.25in"
27587 height_special "totalheight"
27588 status collapsed
27589
27590 \begin_layout Plain Layout
27591 \align left
27592 Texto estirado horizontalmente.
27593 \end_layout
27594
27595 \end_inset
27596
27597
27598 \end_layout
27599
27600 \begin_layout Subsection
27601 Decoración
27602 \begin_inset CommandInset label
27603 LatexCommand label
27604 name "sec:Decoración"
27605
27606 \end_inset
27607
27608
27609 \begin_inset Index idx
27610 status collapsed
27611
27612 \begin_layout Plain Layout
27613 Cuadros ! Decoración
27614 \end_layout
27615
27616 \end_inset
27617
27618
27619 \end_layout
27620
27621 \begin_layout Standard
27622 El estilo de marco del cuadro se puede determinar en la lista desplegable
27623  
27624 \family sans
27625 Tipo
27626 \family default
27627  del diálogo de cuadros.
27628  Son posibles los siguientes marcos:
27629 \end_layout
27630
27631 \begin_layout Description
27632 Marco
27633 \begin_inset space ~
27634 \end_inset
27635
27636 sencillo Dibuja un marco rectangular alrededor del cuadro.
27637  El grosor del marco depende de 
27638 \series bold
27639
27640 \backslash
27641 fboxrule
27642 \series default
27643 .
27644  
27645 \begin_inset Box Boxed
27646 position "c"
27647 hor_pos "c"
27648 has_inner_box 1
27649 inner_pos "c"
27650 use_parbox 0
27651 use_makebox 0
27652 width "25col%"
27653 special "none"
27654 height "1in"
27655 height_special "totalheight"
27656 status open
27657
27658 \begin_layout Plain Layout
27659 \align center
27660 Cuadro rectangular
27661 \end_layout
27662
27663 \end_inset
27664
27665
27666 \end_layout
27667
27668 \begin_layout Description
27669 Marco
27670 \begin_inset space ~
27671 \end_inset
27672
27673 sencillo
27674 \begin_inset space ~
27675 \end_inset
27676
27677 con
27678 \begin_inset space ~
27679 \end_inset
27680
27681 salto
27682 \begin_inset space ~
27683 \end_inset
27684
27685 de
27686 \begin_inset space ~
27687 \end_inset
27688
27689 página Si usas la decoración 
27690 \family sans
27691 marco sencillo rectangular
27692 \family default
27693  sin cuadro interior, puedes permitir saltos de página dentro del cuadro.
27694  Ten en cuenta que en ese caso, al contrario que otros cuadros enmarcados,
27695  el marco usa siempre todo el ancho de columna, el cuadro va en un párrafo
27696  propio y 
27697 \series bold
27698
27699 \backslash
27700 fboxrule
27701 \series default
27702  y 
27703 \series bold
27704
27705 \backslash
27706 fboxsep
27707 \series default
27708  no funcionan.
27709  El grosor del marco tiene el tamaño de 
27710 \series bold
27711
27712 \backslash
27713 FrameRule
27714 \series default
27715 .
27716 \begin_inset Box Framed
27717 position "t"
27718 hor_pos "c"
27719 has_inner_box 0
27720 inner_pos "t"
27721 use_parbox 0
27722 use_makebox 0
27723 width "100col%"
27724 special "none"
27725 height "1in"
27726 height_special "totalheight"
27727 status collapsed
27728
27729 \begin_layout Plain Layout
27730 Cuadro que permite saltos de página
27731 \end_layout
27732
27733 \end_inset
27734
27735
27736 \end_layout
27737
27738 \begin_layout Description
27739 Marco
27740 \begin_inset space ~
27741 \end_inset
27742
27743 ovalado,
27744 \begin_inset space ~
27745 \end_inset
27746
27747 fino Dibuja un marco ovalado cuya línea tiene un grosor de 0.4
27748 \begin_inset space \thinspace{}
27749 \end_inset
27750
27751 pt.
27752  
27753 \begin_inset Box ovalbox
27754 position "c"
27755 hor_pos "c"
27756 has_inner_box 1
27757 inner_pos "c"
27758 use_parbox 0
27759 use_makebox 0
27760 width "25col%"
27761 special "none"
27762 height "1in"
27763 height_special "totalheight"
27764 status open
27765
27766 \begin_layout Plain Layout
27767 \align center
27768 Marco ovalado, fino
27769 \end_layout
27770
27771 \end_inset
27772
27773
27774 \end_layout
27775
27776 \begin_layout Description
27777 Marco
27778 \begin_inset space ~
27779 \end_inset
27780
27781 ovalado,
27782 \begin_inset space ~
27783 \end_inset
27784
27785 grueso Dibuja un marco ovalado cuya línea tiene un grosor de 0.8
27786 \begin_inset space \thinspace{}
27787 \end_inset
27788
27789 pt.
27790  
27791 \begin_inset Box Ovalbox
27792 position "c"
27793 hor_pos "c"
27794 has_inner_box 1
27795 inner_pos "c"
27796 use_parbox 0
27797 use_makebox 0
27798 width "30col%"
27799 special "none"
27800 height "1in"
27801 height_special "totalheight"
27802 status open
27803
27804 \begin_layout Plain Layout
27805 \align center
27806 Cuadro ovalado, grueso
27807 \end_layout
27808
27809 \end_inset
27810
27811
27812 \end_layout
27813
27814 \begin_layout Description
27815 Marco
27816 \begin_inset space ~
27817 \end_inset
27818
27819 sombreado Dibuja un marco rectangular de sombra alrededor del cuadro.
27820  El grosor de la línea tiene el tamaño dado por 
27821 \series bold
27822
27823 \backslash
27824 fboxrule
27825 \series default
27826 , la sombra tiene una anchura de 4
27827 \begin_inset space \thinspace{}
27828 \end_inset
27829
27830 pt.
27831  
27832 \begin_inset Box Shadowbox
27833 position "c"
27834 hor_pos "c"
27835 has_inner_box 1
27836 inner_pos "c"
27837 use_parbox 0
27838 use_makebox 0
27839 width "20col%"
27840 special "none"
27841 height "1in"
27842 height_special "totalheight"
27843 status open
27844
27845 \begin_layout Plain Layout
27846 \align center
27847 Marco sombrado
27848 \end_layout
27849
27850 \end_inset
27851
27852
27853 \end_layout
27854
27855 \begin_layout Description
27856 Fondo
27857 \begin_inset space ~
27858 \end_inset
27859
27860 sombreado Dibuja un cuadro con fondo de color rojo.
27861  A diferencia de los cuadros coloreados,
27862 \begin_inset Foot
27863 status collapsed
27864
27865 \begin_layout Plain Layout
27866 véase sec.
27867  
27868 \begin_inset CommandInset ref
27869 LatexCommand ref
27870 reference "sec:Cuadros-Coloreados"
27871
27872 \end_inset
27873
27874
27875 \end_layout
27876
27877 \end_inset
27878
27879  siempre usa el ancho total de columna y el cuadro va en su propio párrafo.
27880 \begin_inset Box Shaded
27881 position "t"
27882 hor_pos "c"
27883 has_inner_box 0
27884 inner_pos "t"
27885 use_parbox 0
27886 use_makebox 0
27887 width "50col%"
27888 special "none"
27889 height "1in"
27890 height_special "totalheight"
27891 status open
27892
27893 \begin_layout Plain Layout
27894 Cuadro con fondo sombreado
27895 \end_layout
27896
27897 \end_inset
27898
27899
27900 \end_layout
27901
27902 \begin_layout Description
27903 Marco
27904 \begin_inset space ~
27905 \end_inset
27906
27907 doble Dibuja un rectángulo de línea doble alrededor del cuadro.
27908  El grosor de la línea interior es 0.75
27909 \begin_inset space \thinspace{}
27910 \end_inset
27911
27912
27913 \series bold
27914
27915 \backslash
27916 fboxrule
27917 \series default
27918 , el de la línea exterior es 1.5
27919 \begin_inset space \thinspace{}
27920 \end_inset
27921
27922
27923 \series bold
27924
27925 \backslash
27926 fboxrule
27927 \series default
27928 .
27929  La distancia entre líneas es 1.5
27930 \begin_inset space \thinspace{}
27931 \end_inset
27932
27933
27934 \series bold
27935
27936 \backslash
27937 fboxrule
27938 \series default
27939
27940 \begin_inset space \thinspace{}
27941 \end_inset
27942
27943 +
27944 \begin_inset space \thinspace{}
27945 \end_inset
27946
27947 0.5
27948 \begin_inset space \thinspace{}
27949 \end_inset
27950
27951 pt.
27952  
27953 \begin_inset Box Doublebox
27954 position "c"
27955 hor_pos "c"
27956 has_inner_box 1
27957 inner_pos "c"
27958 use_parbox 0
27959 use_makebox 0
27960 width "20col%"
27961 special "none"
27962 height "1in"
27963 height_special "totalheight"
27964 status open
27965
27966 \begin_layout Plain Layout
27967 \align center
27968 Marco doble
27969 \end_layout
27970
27971 \end_inset
27972
27973
27974 \end_layout
27975
27976 \begin_layout Standard
27977 \begin_inset VSpace bigskip
27978 \end_inset
27979
27980 La etiqueta del cuadro en LyX reflejará el estilo de marco elegido.
27981  Para poder utilizar los distintos marcos, debe estar instalado el paquete
27982  LaTeX 
27983 \series bold
27984 fancybox
27985 \series default
27986
27987 \begin_inset Index idx
27988 status collapsed
27989
27990 \begin_layout Plain Layout
27991 LaTeX-paquetes ! fancybox
27992 \end_layout
27993
27994 \end_inset
27995
27996 .
27997 \end_layout
27998
27999 \begin_layout Section
28000 Personalización de cuadros
28001 \begin_inset Index idx
28002 status collapsed
28003
28004 \begin_layout Plain Layout
28005 Cuadros ! Personalizar
28006 \end_layout
28007
28008 \end_inset
28009
28010
28011 \end_layout
28012
28013 \begin_layout Standard
28014 El valor predeterminado por 
28015 \series bold
28016
28017 \backslash
28018 fboxrule
28019 \series default
28020  es 0.4
28021 \begin_inset space \thinspace{}
28022 \end_inset
28023
28024 pt.
28025  Puede cambiarse con el siguiente comando en código TeX, p.
28026 \begin_inset space \thinspace{}
28027 \end_inset
28028
28029 e.
28030 \begin_inset space ~
28031 \end_inset
28032
28033 a
28034 \begin_inset space ~
28035 \end_inset
28036
28037 2
28038 \begin_inset space \thinspace{}
28039 \end_inset
28040
28041 pt:
28042 \end_layout
28043
28044 \begin_layout Standard
28045
28046 \series bold
28047
28048 \backslash
28049 setlength{
28050 \backslash
28051 fboxrule}{2pt}
28052 \end_layout
28053
28054 \begin_layout Standard
28055 \begin_inset ERT
28056 status collapsed
28057
28058 \begin_layout Plain Layout
28059
28060
28061 \backslash
28062 setlength{
28063 \backslash
28064 fboxrule}{2pt}
28065 \end_layout
28066
28067 \end_inset
28068
28069
28070 \begin_inset Box Boxed
28071 position "c"
28072 hor_pos "c"
28073 has_inner_box 1
28074 inner_pos "c"
28075 use_parbox 0
28076 use_makebox 0
28077 width "25col%"
28078 special "none"
28079 height "1in"
28080 height_special "totalheight"
28081 status open
28082
28083 \begin_layout Plain Layout
28084 \align center
28085 Cuadro rectangular con 
28086 \series bold
28087
28088 \backslash
28089 fboxrule
28090 \series default
28091
28092 \begin_inset space \thinspace{}
28093 \end_inset
28094
28095 =
28096 \begin_inset space \thinspace{}
28097 \end_inset
28098
28099 2
28100 \begin_inset space \thinspace{}
28101 \end_inset
28102
28103 pt
28104 \end_layout
28105
28106 \end_inset
28107
28108
28109 \begin_inset ERT
28110 status collapsed
28111
28112 \begin_layout Plain Layout
28113
28114
28115 \backslash
28116 setlength{
28117 \backslash
28118 fboxrule}{0.4pt}
28119 \end_layout
28120
28121 \end_inset
28122
28123
28124 \end_layout
28125
28126 \begin_layout Standard
28127 \begin_inset VSpace bigskip
28128 \end_inset
28129
28130 El espacio entre el marco y el contenido del cuadro es 3
28131 \begin_inset space \thinspace{}
28132 \end_inset
28133
28134 pt por omisión para todos los estilos.
28135  Se puede cambiar mediante la longitud 
28136 \series bold
28137
28138 \backslash
28139 fboxsep
28140 \series default
28141 .
28142  Por ejemplo el comando
28143 \end_layout
28144
28145 \begin_layout Standard
28146
28147 \series bold
28148
28149 \backslash
28150 setlength{
28151 \backslash
28152 fboxsep}{10pt}
28153 \end_layout
28154
28155 \begin_layout Standard
28156 determina un valor de 10
28157 \begin_inset space \thinspace{}
28158 \end_inset
28159
28160 pt, como en el siguiente cuadro:
28161 \end_layout
28162
28163 \begin_layout Standard
28164 \begin_inset ERT
28165 status collapsed
28166
28167 \begin_layout Plain Layout
28168
28169
28170 \backslash
28171 setlength{
28172 \backslash
28173 fboxsep}{10pt}
28174 \end_layout
28175
28176 \end_inset
28177
28178
28179 \begin_inset Box Boxed
28180 position "c"
28181 hor_pos "c"
28182 has_inner_box 1
28183 inner_pos "c"
28184 use_parbox 0
28185 use_makebox 0
28186 width "25col%"
28187 special "none"
28188 height "1in"
28189 height_special "totalheight"
28190 status open
28191
28192 \begin_layout Plain Layout
28193 \align center
28194 Cuadro rectangular con 
28195 \series bold
28196
28197 \backslash
28198 fboxsep
28199 \series default
28200
28201 \begin_inset space \thinspace{}
28202 \end_inset
28203
28204 =
28205 \begin_inset space \thinspace{}
28206 \end_inset
28207
28208 10
28209 \begin_inset space \thinspace{}
28210 \end_inset
28211
28212 pt
28213 \end_layout
28214
28215 \end_inset
28216
28217
28218 \begin_inset ERT
28219 status collapsed
28220
28221 \begin_layout Plain Layout
28222
28223
28224 \backslash
28225 setlength{
28226 \backslash
28227 fboxsep}{3pt}
28228 \end_layout
28229
28230 \end_inset
28231
28232
28233 \end_layout
28234
28235 \begin_layout Standard
28236 \begin_inset VSpace bigskip
28237 \end_inset
28238
28239 El diámetro de las esquinas de los cuadros ovalados se puede modificar con
28240  el comando 
28241 \series bold
28242
28243 \backslash
28244 cornersize
28245 \series default
28246 .
28247  El comando
28248 \end_layout
28249
28250 \begin_layout Standard
28251
28252 \series bold
28253
28254 \backslash
28255 cornersize*{1cm}
28256 \end_layout
28257
28258 \begin_layout Standard
28259 establece un diámetro de 1
28260 \begin_inset space \thinspace{}
28261 \end_inset
28262
28263 cm.
28264  El comando
28265 \end_layout
28266
28267 \begin_layout Standard
28268
28269 \series bold
28270
28271 \backslash
28272 cornersize{num}
28273 \end_layout
28274
28275 \begin_layout Standard
28276 fija el diámetro en 
28277 \family sans
28278 num
28279 \begin_inset space \thinspace{}
28280 \end_inset
28281
28282 ×
28283 \begin_inset space \thinspace{}
28284 \end_inset
28285
28286 mínimo
28287 \family default
28288  
28289 \family sans
28290 (ancho y alto del cuadro)
28291 \family default
28292 .
28293  Por omisión es 
28294 \series bold
28295
28296 \backslash
28297 cornersize{0.5}
28298 \series default
28299 .
28300 \end_layout
28301
28302 \begin_layout Standard
28303 \begin_inset ERT
28304 status collapsed
28305
28306 \begin_layout Plain Layout
28307
28308
28309 \backslash
28310 cornersize*{1.5cm}
28311 \end_layout
28312
28313 \end_inset
28314
28315
28316 \begin_inset Box Ovalbox
28317 position "c"
28318 hor_pos "c"
28319 has_inner_box 1
28320 inner_pos "c"
28321 use_parbox 0
28322 use_makebox 0
28323 width "28col%"
28324 special "none"
28325 height "1in"
28326 height_special "totalheight"
28327 status open
28328
28329 \begin_layout Plain Layout
28330 \align center
28331 Cuadro ovalado con 
28332 \series bold
28333
28334 \backslash
28335 cornersize
28336 \series default
28337
28338 \begin_inset space \thinspace{}
28339 \end_inset
28340
28341 =
28342 \begin_inset space \thinspace{}
28343 \end_inset
28344
28345 1.5
28346 \begin_inset space \thinspace{}
28347 \end_inset
28348
28349 cm
28350 \end_layout
28351
28352 \end_inset
28353
28354
28355 \begin_inset ERT
28356 status collapsed
28357
28358 \begin_layout Plain Layout
28359
28360
28361 \backslash
28362 cornersize{0.5}
28363 \end_layout
28364
28365 \end_inset
28366
28367
28368 \end_layout
28369
28370 \begin_layout Standard
28371 \begin_inset VSpace bigskip
28372 \end_inset
28373
28374 El tamaño de la sombra se puede ajustar cambiando la longitud 
28375 \series bold
28376
28377 \backslash
28378 shadowsize
28379 \series default
28380 .
28381  Este comando la ajusta a 2
28382 \begin_inset space \thinspace{}
28383 \end_inset
28384
28385 pt en el cuadro siguiente:
28386 \end_layout
28387
28388 \begin_layout Standard
28389
28390 \series bold
28391
28392 \backslash
28393 setlength{
28394 \backslash
28395 shadowsize}{2pt}
28396 \end_layout
28397
28398 \begin_layout Standard
28399 \begin_inset ERT
28400 status collapsed
28401
28402 \begin_layout Plain Layout
28403
28404
28405 \backslash
28406 setlength{
28407 \backslash
28408 shadowsize}{2pt}
28409 \end_layout
28410
28411 \end_inset
28412
28413
28414 \begin_inset Box Shadowbox
28415 position "c"
28416 hor_pos "c"
28417 has_inner_box 1
28418 inner_pos "c"
28419 use_parbox 0
28420 use_makebox 0
28421 width "28col%"
28422 special "none"
28423 height "1in"
28424 height_special "totalheight"
28425 status open
28426
28427 \begin_layout Plain Layout
28428 \align center
28429 Cuadro sombreado con 
28430 \series bold
28431
28432 \backslash
28433 shadowsize
28434 \series default
28435
28436 \begin_inset space \thinspace{}
28437 \end_inset
28438
28439 =
28440 \begin_inset space \thinspace{}
28441 \end_inset
28442
28443 2
28444 \begin_inset space \thinspace{}
28445 \end_inset
28446
28447 pt
28448 \end_layout
28449
28450 \end_inset
28451
28452
28453 \begin_inset ERT
28454 status collapsed
28455
28456 \begin_layout Plain Layout
28457
28458
28459 \backslash
28460 setlength{
28461 \backslash
28462 shadowsize}{4pt}
28463 \end_layout
28464
28465 \end_inset
28466
28467
28468 \end_layout
28469
28470 \begin_layout Standard
28471 \begin_inset VSpace bigskip
28472 \end_inset
28473
28474
28475 \end_layout
28476
28477 \begin_layout Standard
28478 Por omisión, el tamaño 
28479 \series bold
28480
28481 \backslash
28482 FrameRule
28483 \series default
28484  es 0,4
28485 \begin_inset space \thinspace{}
28486 \end_inset
28487
28488 pt.
28489  El espacio por omisión entre el contenido de la nota y el marco es 9
28490 \begin_inset space \thinspace{}
28491 \end_inset
28492
28493 pt; puede cambiarse con el valor de 
28494 \series bold
28495
28496 \backslash
28497 FrameSep
28498 \series default
28499 .
28500  Por ejemplo, el marco del cuadro siguiente se establece con los comandos
28501  en código TeX
28502 \end_layout
28503
28504 \begin_layout Standard
28505
28506 \series bold
28507
28508 \backslash
28509 setlength{
28510 \backslash
28511 FrameRule}{5pt}
28512 \begin_inset Newline newline
28513 \end_inset
28514
28515
28516 \backslash
28517 setlength{
28518 \backslash
28519 FrameSep}{0.5cm}
28520 \end_layout
28521
28522 \begin_layout Standard
28523 \begin_inset ERT
28524 status collapsed
28525
28526 \begin_layout Plain Layout
28527
28528
28529 \backslash
28530 setlength{
28531 \backslash
28532 FrameRule}{5pt}
28533 \end_layout
28534
28535 \begin_layout Plain Layout
28536
28537
28538 \backslash
28539 setlength{
28540 \backslash
28541 FrameSep}{0.5cm}
28542 \end_layout
28543
28544 \end_inset
28545
28546
28547 \begin_inset Box Framed
28548 position "t"
28549 hor_pos "c"
28550 has_inner_box 0
28551 inner_pos "t"
28552 use_parbox 0
28553 use_makebox 0
28554 width "100col%"
28555 special "none"
28556 height "1in"
28557 height_special "totalheight"
28558 status open
28559
28560 \begin_layout Plain Layout
28561 Texto en un 
28562 \family sans
28563 marco
28564 \begin_inset space ~
28565 \end_inset
28566
28567 sencillo
28568 \begin_inset space ~
28569 \end_inset
28570
28571 con
28572 \begin_inset space ~
28573 \end_inset
28574
28575 salto
28576 \begin_inset space ~
28577 \end_inset
28578
28579 de
28580 \begin_inset space ~
28581 \end_inset
28582
28583 página
28584 \family default
28585 .
28586 \end_layout
28587
28588 \end_inset
28589
28590
28591 \begin_inset ERT
28592 status collapsed
28593
28594 \begin_layout Plain Layout
28595
28596
28597 \backslash
28598 setlength{
28599 \backslash
28600 FrameRule}{0.4pt}
28601 \end_layout
28602
28603 \begin_layout Plain Layout
28604
28605
28606 \backslash
28607 setlength{
28608 \backslash
28609 FrameSep}{9pt}
28610 \end_layout
28611
28612 \end_inset
28613
28614
28615 \end_layout
28616
28617 \begin_layout Standard
28618 \begin_inset VSpace bigskip
28619 \end_inset
28620
28621
28622 \end_layout
28623
28624 \begin_layout Standard
28625 Para los cuadros con 
28626 \family sans
28627 fondo
28628 \begin_inset space ~
28629 \end_inset
28630
28631 sombreado
28632 \family default
28633  el espacio por omisión entre el contenido y el marco es 3
28634 \begin_inset space \thinspace{}
28635 \end_inset
28636
28637 pt; se puede cambiar con el valor de 
28638 \series bold
28639
28640 \backslash
28641 fboxsep
28642 \series default
28643 .
28644  El color rojo predeterminado se puede cambiar en el sitio con el comando
28645  
28646 \series bold
28647
28648 \backslash
28649 definecolor{shadecolor}
28650 \series default
28651  o globalmente con el menú 
28652 \family sans
28653 Herramientas
28654 \family default
28655 \SpecialChar \menuseparator
28656
28657 \family sans
28658 Preferencias
28659 \family default
28660 \SpecialChar \menuseparator
28661
28662 \family sans
28663 Colores
28664 \family default
28665 \SpecialChar \menuseparator
28666
28667 \family sans
28668 cuadro
28669 \begin_inset space ~
28670 \end_inset
28671
28672 sombreado
28673 \family default
28674 .
28675  El esquema del comando 
28676 \series bold
28677
28678 \backslash
28679 definecolor
28680 \series default
28681  se explica en la sección
28682 \begin_inset space ~
28683 \end_inset
28684
28685
28686 \begin_inset CommandInset ref
28687 LatexCommand ref
28688 reference "sec:Tablas-Coloreadas"
28689
28690 \end_inset
28691
28692 .
28693 \begin_inset Foot
28694 status collapsed
28695
28696 \begin_layout Plain Layout
28697 El comando 
28698 \series bold
28699
28700 \backslash
28701 definecolor
28702 \series default
28703  requiere el paquete LaTeX 
28704 \series bold
28705 color
28706 \series default
28707  en el preámbulo, véase la sección
28708 \begin_inset space ~
28709 \end_inset
28710
28711
28712 \begin_inset CommandInset ref
28713 LatexCommand ref
28714 reference "sec:Cuadros-Coloreados"
28715
28716 \end_inset
28717
28718 .
28719 \end_layout
28720
28721 \end_inset
28722
28723  Por ejemplo, la nota siguiente se define con los comandos en código TeX
28724 \end_layout
28725
28726 \begin_layout Standard
28727
28728 \series bold
28729
28730 \backslash
28731 setlength{
28732 \backslash
28733 fboxsep}{0.5cm}
28734 \series default
28735
28736 \begin_inset Newline newline
28737 \end_inset
28738
28739
28740 \series bold
28741
28742 \backslash
28743 definecolor{shadecolor}{cmyk}{0.5,0,1,0.5}
28744 \end_layout
28745
28746 \begin_layout Standard
28747 \begin_inset ERT
28748 status collapsed
28749
28750 \begin_layout Plain Layout
28751
28752
28753 \backslash
28754 setlength{
28755 \backslash
28756 fboxsep}{0.5cm}
28757 \end_layout
28758
28759 \begin_layout Plain Layout
28760
28761
28762 \backslash
28763 definecolor{shadecolor}{cmyk}{0.5,0,1,0.5}
28764 \end_layout
28765
28766 \end_inset
28767
28768
28769 \begin_inset Box Shaded
28770 position "t"
28771 hor_pos "c"
28772 has_inner_box 0
28773 inner_pos "t"
28774 use_parbox 0
28775 use_makebox 0
28776 width "100col%"
28777 special "none"
28778 height "1in"
28779 height_special "totalheight"
28780 status open
28781
28782 \begin_layout Plain Layout
28783
28784 \color yellow
28785 Texto amarillo en un cuadro con 
28786 \family sans
28787 fondo sombreado 
28788 \family default
28789  en color verde oscuro.
28790 \end_layout
28791
28792 \end_inset
28793
28794
28795 \begin_inset ERT
28796 status collapsed
28797
28798 \begin_layout Plain Layout
28799
28800
28801 \backslash
28802 setlength{
28803 \backslash
28804 fboxsep}{3pt}
28805 \end_layout
28806
28807 \begin_layout Plain Layout
28808
28809
28810 \backslash
28811 definecolor{shadecolor}{rgb}{1,0,0}
28812 \end_layout
28813
28814 \end_inset
28815
28816
28817 \end_layout
28818
28819 \begin_layout Standard
28820 \begin_inset VSpace bigskip
28821 \end_inset
28822
28823 Los cambios en las dimensiones son válidos para todos los cuadros que siguen
28824  a los comandos.
28825 \end_layout
28826
28827 \begin_layout Section
28828 Minipáginas
28829 \begin_inset CommandInset label
28830 LatexCommand label
28831 name "sec:Minipáginas"
28832
28833 \end_inset
28834
28835
28836 \begin_inset Index idx
28837 status collapsed
28838
28839 \begin_layout Plain Layout
28840 Cuadros ! Minipáginas
28841 \end_layout
28842
28843 \end_inset
28844
28845
28846 \end_layout
28847
28848 \begin_layout Standard
28849 Las minipáginas son tratadas por LaTeX como páginas dentro de páginas y
28850  por tanto pueden tener, por ejemplo, sus propias notas al pie.
28851 \end_layout
28852
28853 \begin_layout Standard
28854 Las minipáginas son útiles para escribir documentos en distintas lenguas.
28855 \end_layout
28856
28857 \begin_layout Standard
28858 A continuación hay dos ejemplos de minipáginas adosadas.
28859  Su anchura está puesta en 45
28860 \begin_inset space \thinspace{}
28861 \end_inset
28862
28863 % y separadas por un relleno horizontal, insertado vía el menú 
28864 \family sans
28865 Insertar\SpecialChar \menuseparator
28866 Formato\SpecialChar \menuseparator
28867 Relleno
28868 \begin_inset space ~
28869 \end_inset
28870
28871 horizontal
28872 \family default
28873 .
28874 \end_layout
28875
28876 \begin_layout Standard
28877 \begin_inset Box Frameless
28878 position "t"
28879 hor_pos "c"
28880 has_inner_box 1
28881 inner_pos "c"
28882 use_parbox 0
28883 use_makebox 0
28884 width "45col%"
28885 special "none"
28886 height "1in"
28887 height_special "totalheight"
28888 status open
28889
28890 \begin_layout Plain Layout
28891
28892 \lang german
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  Dies ist ein deutscher Text.
28904  Dies ist ein deutscher Text.
28905  Dies ist ein deutscher Text
28906 \begin_inset Foot
28907 status collapsed
28908
28909 \begin_layout Plain Layout
28910
28911 \lang german
28912 Dies ist eine deutsche Fußnote.
28913 \end_layout
28914
28915 \end_inset
28916
28917 .
28918  Dies ist ein deutscher Text.
28919  Dies ist ein deutscher Text.
28920 \end_layout
28921
28922 \end_inset
28923
28924
28925 \begin_inset space \hfill{}
28926 \end_inset
28927
28928
28929 \begin_inset Box Frameless
28930 position "t"
28931 hor_pos "c"
28932 has_inner_box 1
28933 inner_pos "c"
28934 use_parbox 0
28935 use_makebox 0
28936 width "45col%"
28937 special "none"
28938 height "1in"
28939 height_special "totalheight"
28940 status open
28941
28942 \begin_layout Plain Layout
28943
28944 \lang english
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  This is an English Text.
28959  This is an English Text.
28960  This is an English Text.
28961 \begin_inset Foot
28962 status collapsed
28963
28964 \begin_layout Plain Layout
28965
28966 \lang english
28967 This is an English footnote.
28968 \end_layout
28969
28970 \end_inset
28971
28972  This is an English Text.
28973  
28974 \end_layout
28975
28976 \end_inset
28977
28978
28979 \end_layout
28980
28981 \begin_layout Standard
28982 \begin_inset VSpace bigskip
28983 \end_inset
28984
28985 La configuración global de párrafos se ignora en las minipáginas.
28986  Esto significa que en las mismas no habrá espacio entre párrafos aunque
28987  pongas p.
28988 \begin_inset space \thinspace{}
28989 \end_inset
28990
28991 e.
28992 \begin_inset space ~
28993 \end_inset
28994
28995
28996 \family sans
28997 Salto
28998 \begin_inset space ~
28999 \end_inset
29000
29001 medio
29002 \family default
29003  en la configuración del documento.
29004 \end_layout
29005
29006 \begin_layout Standard
29007 Las minipáginas también sirven para poner un color de fondo para partes
29008  de texto, véase sección
29009 \begin_inset space ~
29010 \end_inset
29011
29012
29013 \begin_inset CommandInset ref
29014 LatexCommand ref
29015 reference "sub:Color-en-Párrafos"
29016
29017 \end_inset
29018
29019 .
29020 \end_layout
29021
29022 \begin_layout Standard
29023 \begin_inset Note Greyedout
29024 status open
29025
29026 \begin_layout Plain Layout
29027
29028 \series bold
29029 Nota:
29030 \series default
29031  No puedes tener flotantes o notas al margen en minipáginas pero sí puedes
29032  tener minipáginas en tablas, flotantes, y otros cuadros.
29033 \end_layout
29034
29035 \end_inset
29036
29037
29038 \end_layout
29039
29040 \begin_layout Section
29041 Cuadros de párrafo
29042 \begin_inset CommandInset label
29043 LatexCommand label
29044 name "sec:Cuadros-de-Párrafo"
29045
29046 \end_inset
29047
29048
29049 \begin_inset Index idx
29050 status collapsed
29051
29052 \begin_layout Plain Layout
29053 Cuadros ! de párrafo
29054 \end_layout
29055
29056 \end_inset
29057
29058
29059 \end_layout
29060
29061 \begin_layout Standard
29062 Los cuadros de párrafo son similares a las minipáginas con la diferencia
29063  de que no pueden contener notas al pie.
29064   La diferencia principal es que las minipáginas no son verdaderos cuadros
29065  sino entornos de LaTeX.
29066 \end_layout
29067
29068 \begin_layout Standard
29069 \align center
29070 \begin_inset Box Frameless
29071 position "t"
29072 hor_pos "c"
29073 has_inner_box 1
29074 inner_pos "t"
29075 use_parbox 1
29076 use_makebox 0
29077 width "33col%"
29078 special "none"
29079 height "1in"
29080 height_special "totalheight"
29081 status collapsed
29082
29083 \begin_layout Plain Layout
29084 Texto en un cuadro de párrafo.
29085  Texto en un cuadro de párrafo.
29086  Esta nota no aparece:
29087 \begin_inset Foot
29088 status collapsed
29089
29090 \begin_layout Plain Layout
29091 Esta es una nota en cuadro de párrafo y por eso no aparecerá.
29092 \end_layout
29093
29094 \end_inset
29095
29096
29097 \end_layout
29098
29099 \end_inset
29100
29101
29102 \end_layout
29103
29104 \begin_layout Section
29105 Cuadros para palabras y caracteres
29106 \begin_inset Index idx
29107 status collapsed
29108
29109 \begin_layout Plain Layout
29110 Cuadros ! para palabras y caracteres
29111 \end_layout
29112
29113 \end_inset
29114
29115
29116 \end_layout
29117
29118 \begin_layout Subsection
29119 Evitar la partición de palabras
29120 \begin_inset CommandInset label
29121 LatexCommand label
29122 name "sec:Evitar-la-Partición"
29123
29124 \end_inset
29125
29126
29127 \begin_inset Index idx
29128 status collapsed
29129
29130 \begin_layout Plain Layout
29131 Cuadros ! para evitar la partición de palabras
29132 \end_layout
29133
29134 \end_inset
29135
29136
29137 \end_layout
29138
29139 \begin_layout Standard
29140 Hay un tipo especial de cuadro para impedir que una palabra sea partida
29141  con guión.
29142 \begin_inset Newline newline
29143 \end_inset
29144
29145 He aquí un ejemplo:
29146 \end_layout
29147
29148 \begin_layout Standard
29149 Esta línea es un ejemplo para mostrar cómo evitar la división de «estalarguísima
29150 palabra».
29151 \end_layout
29152
29153 \begin_layout Standard
29154 Para evitar su división usa el comando
29155 \end_layout
29156
29157 \begin_layout Standard
29158
29159 \series bold
29160
29161 \backslash
29162 mbox{
29163 \end_layout
29164
29165 \begin_layout Standard
29166 en código TeX antes de la palabra.
29167  Tras ella inserta una llave de cierre «
29168 \series bold
29169 }
29170 \series default
29171 » en código TeX.
29172 \end_layout
29173
29174 \begin_layout Standard
29175 Este es el resultado:
29176 \end_layout
29177
29178 \begin_layout Standard
29179 Esta línea es un ejemplo para mostrar cómo evitar la división de 
29180 \begin_inset ERT
29181 status collapsed
29182
29183 \begin_layout Plain Layout
29184
29185
29186 \backslash
29187 mbox{
29188 \end_layout
29189
29190 \end_inset
29191
29192 «estalarguísimapalabra».
29193 \begin_inset ERT
29194 status collapsed
29195
29196 \begin_layout Plain Layout
29197
29198 }
29199 \end_layout
29200
29201 \end_inset
29202
29203
29204 \end_layout
29205
29206 \begin_layout Standard
29207 Como alternativa puedes poner el comando «
29208 \series bold
29209
29210 \backslash
29211 -
29212 \series default
29213 » en código TeX directamente antes de la palabra:
29214 \end_layout
29215
29216 \begin_layout Standard
29217 Esta línea es un ejemplo para mostrar cómo evitar la división de «
29218 \begin_inset ERT
29219 status collapsed
29220
29221 \begin_layout Plain Layout
29222
29223
29224 \backslash
29225 -
29226 \end_layout
29227
29228 \end_inset
29229
29230 estalarguísimapalabra».
29231 \end_layout
29232
29233 \begin_layout Standard
29234 Por supuesto, la palabra sobresale del margen.
29235  Para evitarlo añade, con el menú 
29236 \family sans
29237 Insertar\SpecialChar \menuseparator
29238 Formato\SpecialChar \menuseparator
29239 Salto
29240 \begin_inset space ~
29241 \end_inset
29242
29243 de
29244 \begin_inset space ~
29245 \end_inset
29246
29247
29248 \family default
29249 línea (atajo 
29250 \family sans
29251 Ctrl+Retorno
29252 \family default
29253 ), un salto de línea antes de la palabra:
29254 \end_layout
29255
29256 \begin_layout Standard
29257 Esta línea es un ejemplo para mostrar cómo prevenir la división de 
29258 \begin_inset Newline newline
29259 \end_inset
29260
29261
29262 \begin_inset ERT
29263 status collapsed
29264
29265 \begin_layout Plain Layout
29266
29267
29268 \backslash
29269 mbox{
29270 \end_layout
29271
29272 \end_inset
29273
29274 «estalarguísimapalabra».
29275 \begin_inset ERT
29276 status collapsed
29277
29278 \begin_layout Plain Layout
29279
29280 }
29281 \end_layout
29282
29283 \end_inset
29284
29285
29286 \end_layout
29287
29288 \begin_layout Subsection
29289 Alineación vertical
29290 \begin_inset CommandInset label
29291 LatexCommand label
29292 name "sub:Alineación-Vertical"
29293
29294 \end_inset
29295
29296
29297 \begin_inset Index idx
29298 status collapsed
29299
29300 \begin_layout Plain Layout
29301 Cuadros ! para alineación vertical
29302 \end_layout
29303
29304 \end_inset
29305
29306
29307 \end_layout
29308
29309 \begin_layout Standard
29310 Con ayuda del comando 
29311 \series bold
29312
29313 \backslash
29314 raisebox
29315 \series default
29316  puedes alinear verticalmente con el texto circundante palabras o caracteres.
29317  
29318 \series bold
29319
29320 \backslash
29321 raisebox
29322 \series default
29323  se utiliza según el esquema:
29324 \end_layout
29325
29326 \begin_layout Standard
29327
29328 \series bold
29329
29330 \backslash
29331 raisebox{elevación}[altura][profundidad]{contenido del cuadro}
29332 \end_layout
29333
29334 \begin_layout Standard
29335 La elevación puede ser un valor positivo para subir el cuadro o negativo
29336  para bajarlo.
29337 \end_layout
29338
29339 \begin_layout Standard
29340 Para alinear una palabra, p.
29341 \begin_inset space \thinspace{}
29342 \end_inset
29343
29344 e
29345 \begin_inset space ~
29346 \end_inset
29347
29348 «prevención» para que la parte inferior de la letra más «profunda» «p» esté
29349  en la línea de base, inserta el comando
29350 \end_layout
29351
29352 \begin_layout Standard
29353
29354 \series bold
29355
29356 \backslash
29357 raisebox{
29358 \backslash
29359 depth}{
29360 \end_layout
29361
29362 \begin_layout Standard
29363 en código TeX antes de la palabra.
29364  Detrás de la palabra inserta una llave de cierre «
29365 \series bold
29366 }
29367 \series default
29368 » en código TeX.
29369 \begin_inset Newline newline
29370 \end_inset
29371
29372 Este es el resultado:
29373 \end_layout
29374
29375 \begin_layout Standard
29376 Esto es una línea de texto con la palabra 
29377 \begin_inset ERT
29378 status collapsed
29379
29380 \begin_layout Plain Layout
29381
29382
29383 \backslash
29384 raisebox{
29385 \backslash
29386 depth}{
29387 \end_layout
29388
29389 \end_inset
29390
29391 «prevención»
29392 \begin_inset ERT
29393 status collapsed
29394
29395 \begin_layout Plain Layout
29396
29397 }
29398 \end_layout
29399
29400 \end_inset
29401
29402  elevada.
29403 \end_layout
29404
29405 \begin_layout Standard
29406 \begin_inset VSpace bigskip
29407 \end_inset
29408
29409 Al subir o bajar caracteres en una línea, se modifica el espacio entre líneas:
29410 \end_layout
29411
29412 \begin_layout Standard
29413 Esto es una línea de texto con la palabra 
29414 \begin_inset ERT
29415 status collapsed
29416
29417 \begin_layout Plain Layout
29418
29419
29420 \backslash
29421 raisebox{-
29422 \backslash
29423 depth}{
29424 \end_layout
29425
29426 \end_inset
29427
29428 «prevención»
29429 \begin_inset ERT
29430 status collapsed
29431
29432 \begin_layout Plain Layout
29433
29434 }
29435 \end_layout
29436
29437 \end_inset
29438
29439  bajada.
29440 \begin_inset Newline newline
29441 \end_inset
29442
29443 Esto es una línea de texto con la palabra 
29444 \begin_inset ERT
29445 status collapsed
29446
29447 \begin_layout Plain Layout
29448
29449
29450 \backslash
29451 raisebox{0.5cm}{
29452 \end_layout
29453
29454 \end_inset
29455
29456 «testigo»
29457 \begin_inset ERT
29458 status collapsed
29459
29460 \begin_layout Plain Layout
29461
29462 }
29463 \end_layout
29464
29465 \end_inset
29466
29467  elevada.
29468 \end_layout
29469
29470 \begin_layout Standard
29471 Si por alguna razón quieres impedir esto, pon la altura de cuadro a cero.
29472  Por ejemplo
29473 \end_layout
29474
29475 \begin_layout Standard
29476
29477 \series bold
29478
29479 \backslash
29480 raisebox{-
29481 \backslash
29482 depth}[0pt]{
29483 \end_layout
29484
29485 \begin_layout Standard
29486 Esto es una línea de texto con la palabra 
29487 \begin_inset ERT
29488 status collapsed
29489
29490 \begin_layout Plain Layout
29491
29492
29493 \backslash
29494 raisebox{-
29495 \backslash
29496 depth}[0pt]{
29497 \end_layout
29498
29499 \end_inset
29500
29501 «prevención»
29502 \begin_inset ERT
29503 status collapsed
29504
29505 \begin_layout Plain Layout
29506
29507 }
29508 \end_layout
29509
29510 \end_inset
29511
29512  bajada.
29513 \begin_inset Newline newline
29514 \end_inset
29515
29516 Esto es una línea de texto con la palabra 
29517 \begin_inset ERT
29518 status collapsed
29519
29520 \begin_layout Plain Layout
29521
29522
29523 \backslash
29524 raisebox{0.5cm}[0pt]{
29525 \end_layout
29526
29527 \end_inset
29528
29529 «testigo»
29530 \begin_inset ERT
29531 status collapsed
29532
29533 \begin_layout Plain Layout
29534
29535 }
29536 \end_layout
29537
29538 \end_inset
29539
29540  elevada.
29541 \end_layout
29542
29543 \begin_layout Section
29544 Cuadros coloreados
29545 \begin_inset CommandInset label
29546 LatexCommand label
29547 name "sec:Cuadros-Coloreados"
29548
29549 \end_inset
29550
29551
29552 \begin_inset Index idx
29553 status collapsed
29554
29555 \begin_layout Plain Layout
29556 Cuadros ! Color
29557 \end_layout
29558
29559 \end_inset
29560
29561
29562 \end_layout
29563
29564 \begin_layout Subsection
29565 Color en texto
29566 \begin_inset Index idx
29567 status collapsed
29568
29569 \begin_layout Plain Layout
29570 Color ! en texto
29571 \end_layout
29572
29573 \end_inset
29574
29575
29576 \end_layout
29577
29578 \begin_layout Standard
29579 Para colorear el fondo de un texto, éste debe ponerse en un cuadro coloreado.
29580  Esto requiere cargar el paquete LaTeX 
29581 \series bold
29582 color
29583 \series default
29584
29585 \begin_inset Index idx
29586 status collapsed
29587
29588 \begin_layout Plain Layout
29589 LaTeX-paquetes ! color
29590 \end_layout
29591
29592 \end_inset
29593
29594  en el preámbulo del documento con
29595 \end_layout
29596
29597 \begin_layout Standard
29598
29599 \series bold
29600
29601 \backslash
29602 @ifundef\SpecialChar \textcompwordmark{}
29603 ined{textcolor}
29604 \begin_inset Newline newline
29605 \end_inset
29606
29607
29608 \begin_inset Phantom HPhantom
29609 status open
29610
29611 \begin_layout Plain Layout
29612
29613 \series bold
29614 \begin_inset space ~
29615 \end_inset
29616
29617
29618 \end_layout
29619
29620 \end_inset
29621
29622 {
29623 \backslash
29624 usepackage{color}}{}
29625 \end_layout
29626
29627 \begin_layout Standard
29628 LyX cargará automáticamente el paquete 
29629 \series bold
29630 color
29631 \series default
29632  cuando colorees texto.
29633 \begin_inset Foot
29634 status collapsed
29635
29636 \begin_layout Plain Layout
29637 Para evitar cargarlo dos veces se usa el comando 
29638 \series bold
29639
29640 \backslash
29641 @ifundef\SpecialChar \textcompwordmark{}
29642 ined
29643 \series default
29644 .
29645 \end_layout
29646
29647 \end_inset
29648
29649
29650 \end_layout
29651
29652 \begin_layout Standard
29653 \begin_inset VSpace medskip
29654 \end_inset
29655
29656 Los cuadros coloreados se crean con el comando 
29657 \series bold
29658
29659 \backslash
29660 colorbox
29661 \series default
29662 , de acuerdo con el siguiente esquema:
29663 \end_layout
29664
29665 \begin_layout Standard
29666
29667 \series bold
29668
29669 \backslash
29670 colorbox{color}{contenido del cuadro}
29671 \end_layout
29672
29673 \begin_layout Standard
29674 El contenido también puede ser un cuadro y los cuadros coloreados también
29675  pueden estar en otros cuadros.
29676 \end_layout
29677
29678 \begin_layout Standard
29679 Los siguientes colores están predefinidos:
29680 \begin_inset Newline newline
29681 \end_inset
29682
29683
29684 \family sans
29685 red
29686 \family default
29687
29688 \family sans
29689 green
29690 \family default
29691
29692 \family sans
29693 yellow, blue
29694 \family default
29695
29696 \family sans
29697 cyan
29698 \family default
29699 \series bold
29700 ,
29701 \series default
29702  
29703 \family sans
29704 magenta, black
29705 \family default
29706
29707 \family sans
29708 white
29709 \family default
29710 .
29711 \begin_inset Newline newline
29712 \end_inset
29713
29714 También puedes definir tus propios colores según se explica en la sección
29715 \begin_inset space ~
29716 \end_inset
29717
29718
29719 \begin_inset CommandInset ref
29720 LatexCommand ref
29721 reference "sec:Tablas-Coloreadas"
29722
29723 \end_inset
29724
29725 .
29726 \end_layout
29727
29728 \begin_layout Standard
29729 Por ejemplo, para poner fondo rojo a una palabra, inserta el comando
29730 \end_layout
29731
29732 \begin_layout Standard
29733
29734 \series bold
29735
29736 \backslash
29737 colorbox{red}{
29738 \end_layout
29739
29740 \begin_layout Standard
29741 en código TeX antes de la palabra.
29742  Tras la palabra inserta una llave de cierre «
29743 \series bold
29744 }
29745 \series default
29746 » en código TeX.
29747 \begin_inset Newline newline
29748 \end_inset
29749
29750 Este es el resultado:
29751 \end_layout
29752
29753 \begin_layout Standard
29754 Línea en la que la palabra 
29755 \begin_inset ERT
29756 status collapsed
29757
29758 \begin_layout Plain Layout
29759
29760
29761 \backslash
29762 colorbox{red}{
29763 \end_layout
29764
29765 \end_inset
29766
29767 «¡Atención!»
29768 \begin_inset ERT
29769 status collapsed
29770
29771 \begin_layout Plain Layout
29772
29773 }
29774 \end_layout
29775
29776 \end_inset
29777
29778  tiene fondo rojo.
29779 \end_layout
29780
29781 \begin_layout Standard
29782 \begin_inset VSpace bigskip
29783 \end_inset
29784
29785 Si quieres un marco de distinto color, puedes emplear el comando 
29786 \series bold
29787
29788 \backslash
29789 fcolorbox
29790 \series default
29791  con el esquema siguiente:
29792 \end_layout
29793
29794 \begin_layout Standard
29795
29796 \series bold
29797
29798 \backslash
29799 fcolorbox{color del marco}{color del cuadro}{contenido del cuadro}
29800 \end_layout
29801
29802 \begin_layout Standard
29803
29804 \series bold
29805
29806 \backslash
29807 fcolorbox
29808 \series default
29809  es una extensión de 
29810 \series bold
29811
29812 \backslash
29813 colorbox
29814 \series default
29815 .
29816  El grosor del marco y el espacio entre él y el contenido se puede ajustar
29817  con las longitudes 
29818 \series bold
29819
29820 \backslash
29821 fboxrule
29822 \series default
29823  y 
29824 \series bold
29825
29826 \backslash
29827 fboxsep
29828 \series default
29829 , respectivamente, como se describe en la sección
29830 \begin_inset space ~
29831 \end_inset
29832
29833
29834 \begin_inset CommandInset ref
29835 LatexCommand ref
29836 reference "sec:Decoración"
29837
29838 \end_inset
29839
29840 .
29841 \end_layout
29842
29843 \begin_layout Standard
29844 Para el ejemplo siguiente se ha utilizado el comando
29845 \end_layout
29846
29847 \begin_layout Standard
29848
29849 \series bold
29850
29851 \backslash
29852 fcolorbox{cyan}{magenta}{
29853 \end_layout
29854
29855 \begin_layout Standard
29856 Este es un ejemplo en el que se ha puesto un grosor de 1
29857 \begin_inset space \thinspace{}
29858 \end_inset
29859
29860 mm para la línea del marco:
29861 \begin_inset Newline newline
29862 \end_inset
29863
29864
29865 \begin_inset ERT
29866 status collapsed
29867
29868 \begin_layout Plain Layout
29869
29870
29871 \backslash
29872 fboxrule 1mm 
29873 \backslash
29874 fboxsep 1mm
29875 \end_layout
29876
29877 \end_inset
29878
29879
29880 \begin_inset ERT
29881 status collapsed
29882
29883 \begin_layout Plain Layout
29884
29885
29886 \backslash
29887 fcolorbox{cyan}{magenta}{
29888 \end_layout
29889
29890 \end_inset
29891
29892 Texto en un marco coloreado y enmarcado.
29893 \begin_inset ERT
29894 status collapsed
29895
29896 \begin_layout Plain Layout
29897
29898 }
29899 \end_layout
29900
29901 \end_inset
29902
29903
29904 \end_layout
29905
29906 \begin_layout Standard
29907 \begin_inset VSpace bigskip
29908 \end_inset
29909
29910 Por supuesto también puedes colorear el texto en un marco coloreado:
29911 \begin_inset Newline newline
29912 \end_inset
29913
29914
29915 \begin_inset ERT
29916 status collapsed
29917
29918 \begin_layout Plain Layout
29919
29920
29921 \backslash
29922 fcolorbox{cyan}{magenta}{
29923 \end_layout
29924
29925 \end_inset
29926
29927
29928 \color yellow
29929 Texto coloreado en un marco sombreado y coloreado.
29930 \color none
29931
29932 \begin_inset ERT
29933 status collapsed
29934
29935 \begin_layout Plain Layout
29936
29937 }
29938 \end_layout
29939
29940 \end_inset
29941
29942
29943 \begin_inset ERT
29944 status collapsed
29945
29946 \begin_layout Plain Layout
29947
29948
29949 \backslash
29950 fboxrule 0.4pt 
29951 \backslash
29952 fboxsep 3pt
29953 \end_layout
29954
29955 \end_inset
29956
29957
29958 \end_layout
29959
29960 \begin_layout Standard
29961
29962 \series bold
29963 \begin_inset VSpace medskip
29964 \end_inset
29965
29966
29967 \end_layout
29968
29969 \begin_layout Standard
29970 \begin_inset Note Greyedout
29971 status open
29972
29973 \begin_layout Plain Layout
29974
29975 \series bold
29976 Nota:
29977 \series default
29978  El texto en cuadros coloreados no puede tener saltos de línea.
29979  Para colorear líneas o párrafos múltiples, usa un cuadro dentro de un cuadro
29980  coloreado como se describe a continuación.
29981 \end_layout
29982
29983 \end_inset
29984
29985
29986 \end_layout
29987
29988 \begin_layout Subsection
29989 Color en párrafos
29990 \begin_inset CommandInset label
29991 LatexCommand label
29992 name "sub:Color-en-Párrafos"
29993
29994 \end_inset
29995
29996
29997 \begin_inset Index idx
29998 status collapsed
29999
30000 \begin_layout Plain Layout
30001 Color ! en párrafos
30002 \end_layout
30003
30004 \end_inset
30005
30006
30007 \end_layout
30008
30009 \begin_layout Standard
30010 Para poner color de fondo en más de una línea, pon el texto en una minipágina.
30011  Antes de la minipágina inserta el comando 
30012 \series bold
30013
30014 \backslash
30015 colorbox
30016 \series default
30017  en código TeX
30018 \end_layout
30019
30020 \begin_layout Standard
30021
30022 \series bold
30023
30024 \backslash
30025 colorbox{color}{
30026 \end_layout
30027
30028 \begin_layout Standard
30029  Detrás de la minipágina inserta una llave de cierre «
30030 \series bold
30031 }
30032 \series default
30033 », también en código TeX.
30034 \end_layout
30035
30036 \begin_layout Standard
30037 \begin_inset ERT
30038 status collapsed
30039
30040 \begin_layout Plain Layout
30041
30042
30043 \backslash
30044 colorbox{grisclaro}{
30045 \end_layout
30046
30047 \end_inset
30048
30049
30050 \begin_inset Box Frameless
30051 position "t"
30052 hor_pos "c"
30053 has_inner_box 1
30054 inner_pos "t"
30055 use_parbox 0
30056 use_makebox 0
30057 width "100col%"
30058 special "none"
30059 height "1in"
30060 height_special "totalheight"
30061 status collapsed
30062
30063 \begin_layout Plain Layout
30064 Texto con color de fondo.
30065  Texto con color de fondo.
30066 \end_layout
30067
30068 \begin_layout Plain Layout
30069 \begin_inset VSpace defskip
30070 \end_inset
30071
30072 El texto puede tener notas al pie
30073 \begin_inset Foot
30074 status collapsed
30075
30076 \begin_layout Plain Layout
30077 Otro ejemplo de nota
30078 \end_layout
30079
30080 \end_inset
30081
30082  y puede incluir tablas y figuras.
30083 \end_layout
30084
30085 \begin_layout Plain Layout
30086 \align center
30087 \begin_inset Tabular
30088 <lyxtabular version="3" rows="3" columns="3">
30089 <features tabularvalignment="middle">
30090 <column alignment="center" valignment="top" width="0">
30091 <column alignment="center" valignment="top" width="0">
30092 <column alignment="center" valignment="top" width="0">
30093 <row>
30094 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
30095 \begin_inset Text
30096
30097 \begin_layout Plain Layout
30098 a
30099 \end_layout
30100
30101 \end_inset
30102 </cell>
30103 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
30104 \begin_inset Text
30105
30106 \begin_layout Plain Layout
30107 !
30108 \end_layout
30109
30110 \end_inset
30111 </cell>
30112 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
30113 \begin_inset Text
30114
30115 \begin_layout Plain Layout
30116 3
30117 \end_layout
30118
30119 \end_inset
30120 </cell>
30121 </row>
30122 <row>
30123 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
30124 \begin_inset Text
30125
30126 \begin_layout Plain Layout
30127 <
30128 \end_layout
30129
30130 \end_inset
30131 </cell>
30132 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
30133 \begin_inset Text
30134
30135 \begin_layout Plain Layout
30136 b2
30137 \begin_inset Quotes erd
30138 \end_inset
30139
30140 |
30141 \end_layout
30142
30143 \end_inset
30144 </cell>
30145 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
30146 \begin_inset Text
30147
30148 \begin_layout Plain Layout
30149 >
30150 \end_layout
30151
30152 \end_inset
30153 </cell>
30154 </row>
30155 <row>
30156 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
30157 \begin_inset Text
30158
30159 \begin_layout Plain Layout
30160 1
30161 \end_layout
30162
30163 \end_inset
30164 </cell>
30165 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
30166 \begin_inset Text
30167
30168 \begin_layout Plain Layout
30169 §
30170 \end_layout
30171
30172 \end_inset
30173 </cell>
30174 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
30175 \begin_inset Text
30176
30177 \begin_layout Plain Layout
30178 c
30179 \end_layout
30180
30181 \end_inset
30182 </cell>
30183 </row>
30184 </lyxtabular>
30185
30186 \end_inset
30187
30188
30189 \end_layout
30190
30191 \end_inset
30192
30193
30194 \begin_inset ERT
30195 status collapsed
30196
30197 \begin_layout Plain Layout
30198
30199 }
30200 \end_layout
30201
30202 \end_inset
30203
30204
30205 \end_layout
30206
30207 \begin_layout Section
30208 Cuadros rotados y escalados
30209 \end_layout
30210
30211 \begin_layout Standard
30212 Para poder usar los comandos descritos en esta sección hay que cargar el
30213  paquete LaTeX 
30214 \series bold
30215 graphicx
30216 \series default
30217
30218 \begin_inset Index idx
30219 status collapsed
30220
30221 \begin_layout Plain Layout
30222 LaTeX-paquetes ! graphicx
30223 \end_layout
30224
30225 \end_inset
30226
30227  en el preámbulo del documento, con el comando
30228 \end_layout
30229
30230 \begin_layout Standard
30231
30232 \series bold
30233
30234 \backslash
30235 @ifundefined{rotatebox}
30236 \begin_inset Newline newline
30237 \end_inset
30238
30239
30240 \begin_inset Phantom HPhantom
30241 status open
30242
30243 \begin_layout Plain Layout
30244
30245 \series bold
30246 \begin_inset space ~
30247 \end_inset
30248
30249
30250 \end_layout
30251
30252 \end_inset
30253
30254 {
30255 \backslash
30256 usepackage{graphicx}}{}
30257 \end_layout
30258
30259 \begin_layout Standard
30260 \begin_inset Note Greyedout
30261 status open
30262
30263 \begin_layout Plain Layout
30264
30265 \series bold
30266 Nota: 
30267 \series default
30268 Algunos visores DVI no pueden mostrar material rotado o escalado.
30269 \end_layout
30270
30271 \end_inset
30272
30273
30274 \end_layout
30275
30276 \begin_layout Standard
30277 \begin_inset Note Greyedout
30278 status open
30279
30280 \begin_layout Plain Layout
30281
30282 \series bold
30283 Nota:
30284 \series default
30285  Los cuadros rotados o escalados no pueden contener flotantes.
30286 \end_layout
30287
30288 \end_inset
30289
30290
30291 \end_layout
30292
30293 \begin_layout Subsection
30294 Cuadros rotados
30295 \begin_inset Index idx
30296 status collapsed
30297
30298 \begin_layout Plain Layout
30299 Cuadros ! Rotar
30300 \end_layout
30301
30302 \end_inset
30303
30304
30305 \begin_inset Index idx
30306 status collapsed
30307
30308 \begin_layout Plain Layout
30309 Material rotado
30310 \end_layout
30311
30312 \end_inset
30313
30314
30315 \begin_inset Index idx
30316 status collapsed
30317
30318 \begin_layout Plain Layout
30319 Figuras ! Rotar
30320 \end_layout
30321
30322 \end_inset
30323
30324
30325 \begin_inset Index idx
30326 status collapsed
30327
30328 \begin_layout Plain Layout
30329 Tablas ! Rotar
30330 \end_layout
30331
30332 \end_inset
30333
30334
30335 \end_layout
30336
30337 \begin_layout Standard
30338 Para rotar material debes ponerlo en un cuadro rotado.
30339  Los cuadros rotados se crean con el comando 
30340 \series bold
30341
30342 \backslash
30343 rotatebox
30344 \series default
30345  en código TeX, según el esquema:
30346 \end_layout
30347
30348 \begin_layout Standard
30349
30350 \series bold
30351
30352 \backslash
30353 rotatebox[origen de rotación]{ángulo de rotación}{contenido del cuadro}
30354 \end_layout
30355
30356 \begin_layout Standard
30357 El origen de rotación se especifica en la forma 
30358 \series bold
30359 origin=position
30360 \series default
30361 .
30362  Son posibles las posiciones siguientes: 
30363 \emph on
30364 c
30365 \emph default
30366  (center), 
30367 \emph on
30368 l
30369 \emph default
30370  (left), 
30371 \emph on
30372 r
30373 \emph default
30374  (right), 
30375 \emph on
30376 b
30377 \emph default
30378  (bottom), 
30379 \emph on
30380 t
30381 \emph default
30382  (top), así como combinaciones adecuadas de las posiciones básicas.
30383  Por ejemplo, 
30384 \emph on
30385 lt
30386 \emph default
30387  significa que el origen de rotación es la esquina superior izquierda del
30388  cuadro.
30389  Si no se especifica origen de rotación se usará la posición 
30390 \emph on
30391 l
30392 \emph default
30393 .
30394  El ángulo de rotación es un número de grados, y puede ser negativo.
30395  El sentido de giro es contrario al de las agujas del reloj.
30396 \end_layout
30397
30398 \begin_layout Standard
30399 En el siguiente ejemplo se ha insertado el comando 
30400 \series bold
30401
30402 \backslash
30403 rotatebox[origin=c]{60}{ 
30404 \series default
30405 como código TeX delante del texto «con rotación»; después del texto, el
30406  cuadro se ha cerrado con llave de cierre en código TeX.
30407 \end_layout
30408
30409 \begin_layout Standard
30410 Esta línea contiene texto 
30411 \begin_inset ERT
30412 status collapsed
30413
30414 \begin_layout Plain Layout
30415
30416
30417 \backslash
30418 rotatebox[origin=c]{60}{
30419 \end_layout
30420
30421 \end_inset
30422
30423 con rotación
30424 \begin_inset ERT
30425 status collapsed
30426
30427 \begin_layout Plain Layout
30428
30429 }
30430 \end_layout
30431
30432 \end_inset
30433
30434 .
30435 \end_layout
30436
30437 \begin_layout Standard
30438 El contenido del cuadro puede ser también otro cuadro o una ecuación en
30439  línea:
30440 \end_layout
30441
30442 \begin_layout Standard
30443 En esta línea hay texto enmarcado 
30444 \begin_inset ERT
30445 status collapsed
30446
30447 \begin_layout Plain Layout
30448
30449
30450 \backslash
30451 rotatebox[origin=r]{-60}{
30452 \end_layout
30453
30454 \end_inset
30455
30456
30457 \begin_inset Box Doublebox
30458 position "c"
30459 hor_pos "c"
30460 has_inner_box 0
30461 inner_pos "c"
30462 use_parbox 0
30463 use_makebox 0
30464 width "1in"
30465 special "width"
30466 height "1in"
30467 height_special "totalheight"
30468 status open
30469
30470 \begin_layout Plain Layout
30471 con rotación
30472 \end_layout
30473
30474 \end_inset
30475
30476
30477 \begin_inset ERT
30478 status collapsed
30479
30480 \begin_layout Plain Layout
30481
30482 }
30483 \end_layout
30484
30485 \end_inset
30486
30487  y 
30488 \begin_inset ERT
30489 status collapsed
30490
30491 \begin_layout Plain Layout
30492
30493
30494 \backslash
30495 rotatebox[origin=lb]{60}{
30496 \end_layout
30497
30498 \end_inset
30499
30500
30501 \begin_inset Formula $\int A\,\mathrm{d}x=B$
30502 \end_inset
30503
30504
30505 \begin_inset ERT
30506 status collapsed
30507
30508 \begin_layout Plain Layout
30509
30510 }
30511 \end_layout
30512
30513 \end_inset
30514
30515  una ecuación.
30516 \end_layout
30517
30518 \begin_layout Standard
30519 O una imagen o una tabla:
30520 \end_layout
30521
30522 \begin_layout Standard
30523 Aquí hay una imagen girada 
30524 \begin_inset ERT
30525 status collapsed
30526
30527 \begin_layout Plain Layout
30528
30529
30530 \backslash
30531 rotatebox[origin=lb]{90}{
30532 \end_layout
30533
30534 \end_inset
30535
30536
30537 \begin_inset Graphics
30538         filename ../clipart/platypus.eps
30539         lyxscale 50
30540         width 25col%
30541
30542 \end_inset
30543
30544
30545 \begin_inset ERT
30546 status collapsed
30547
30548 \begin_layout Plain Layout
30549
30550 }
30551 \end_layout
30552
30553 \end_inset
30554
30555  y una tabla girada 
30556 \begin_inset ERT
30557 status collapsed
30558
30559 \begin_layout Plain Layout
30560
30561
30562 \backslash
30563 rotatebox[origin=l]{-90}{
30564 \end_layout
30565
30566 \end_inset
30567
30568
30569 \begin_inset Tabular
30570 <lyxtabular version="3" rows="2" columns="2">
30571 <features tabularvalignment="middle">
30572 <column alignment="center" valignment="top" width="0">
30573 <column alignment="center" valignment="top" width="0">
30574 <row>
30575 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
30576 \begin_inset Text
30577
30578 \begin_layout Plain Layout
30579 q
30580 \end_layout
30581
30582 \end_inset
30583 </cell>
30584 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
30585 \begin_inset Text
30586
30587 \begin_layout Plain Layout
30588 w
30589 \end_layout
30590
30591 \end_inset
30592 </cell>
30593 </row>
30594 <row>
30595 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
30596 \begin_inset Text
30597
30598 \begin_layout Plain Layout
30599 e
30600 \end_layout
30601
30602 \end_inset
30603 </cell>
30604 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
30605 \begin_inset Text
30606
30607 \begin_layout Plain Layout
30608 r
30609 \end_layout
30610
30611 \end_inset
30612 </cell>
30613 </row>
30614 </lyxtabular>
30615
30616 \end_inset
30617
30618
30619 \begin_inset ERT
30620 status collapsed
30621
30622 \begin_layout Plain Layout
30623
30624 }
30625 \end_layout
30626
30627 \end_inset
30628
30629
30630 \end_layout
30631
30632 \begin_layout Subsection
30633 Cuadros escalados
30634 \begin_inset Index idx
30635 status collapsed
30636
30637 \begin_layout Plain Layout
30638 Cuadros ! Escalar
30639 \end_layout
30640
30641 \end_inset
30642
30643
30644 \begin_inset Index idx
30645 status collapsed
30646
30647 \begin_layout Plain Layout
30648 Material escalado
30649 \end_layout
30650
30651 \end_inset
30652
30653
30654 \begin_inset Index idx
30655 status collapsed
30656
30657 \begin_layout Plain Layout
30658 Figuras ! Escalar
30659 \end_layout
30660
30661 \end_inset
30662
30663
30664 \begin_inset Index idx
30665 status collapsed
30666
30667 \begin_layout Plain Layout
30668 Tablas ! Escalar
30669 \end_layout
30670
30671 \end_inset
30672
30673
30674 \end_layout
30675
30676 \begin_layout Standard
30677 Para escalar material se pueden usar los comandos 
30678 \series bold
30679
30680 \backslash
30681 scalebox
30682 \series default
30683  y 
30684 \series bold
30685
30686 \backslash
30687 resizebox 
30688 \series default
30689 en código TeX.
30690 \end_layout
30691
30692 \begin_layout Standard
30693
30694 \series bold
30695
30696 \backslash
30697 scalebox
30698 \series default
30699  se usa con el esquema siguiente:
30700 \end_layout
30701
30702 \begin_layout Standard
30703
30704 \series bold
30705
30706 \backslash
30707 scalebox{horizontal}[vertical]{contenido del cuadro}
30708 \end_layout
30709
30710 \begin_layout Standard
30711 Horizontal y vertical son los factores de escala correspondientes.
30712  Si no se especifica factor vertical, su valor será el mismo que el factor
30713  de escala horizontal.
30714  
30715 \end_layout
30716
30717 \begin_layout Standard
30718 Por ejemplo, el comando 
30719 \series bold
30720
30721 \backslash
30722 scalebox{2}{Hola} 
30723 \series default
30724 crea un 
30725 \begin_inset ERT
30726 status collapsed
30727
30728 \begin_layout Plain Layout
30729
30730
30731 \backslash
30732 scalebox{2}{
30733 \end_layout
30734
30735 \end_inset
30736
30737 Hola
30738 \begin_inset ERT
30739 status collapsed
30740
30741 \begin_layout Plain Layout
30742
30743 }
30744 \end_layout
30745
30746 \end_inset
30747
30748  de doble tamaño que el texto normal del documento.
30749 \end_layout
30750
30751 \begin_layout Standard
30752 El comando 
30753 \series bold
30754
30755 \backslash
30756 scalebox{2}[1]{Hola} 
30757 \series default
30758 distorsiona el 
30759 \begin_inset ERT
30760 status collapsed
30761
30762 \begin_layout Plain Layout
30763
30764
30765 \backslash
30766 scalebox{2}[1]{
30767 \end_layout
30768
30769 \end_inset
30770
30771 Hola
30772 \begin_inset ERT
30773 status collapsed
30774
30775 \begin_layout Plain Layout
30776
30777 }
30778 \end_layout
30779
30780 \end_inset
30781
30782 .
30783 \end_layout
30784
30785 \begin_layout Standard
30786 Si un factor de escala es negativo el contenido del cuadro es reflejado.
30787  Por eso el comando 
30788 \series bold
30789
30790 \backslash
30791 scalebox{-1}[1]{Hola} 
30792 \series default
30793 puede usarse para reflejar un texto: 
30794 \begin_inset ERT
30795 status collapsed
30796
30797 \begin_layout Plain Layout
30798
30799
30800 \backslash
30801 scalebox{-1}[1]{
30802 \end_layout
30803
30804 \end_inset
30805
30806 Hola
30807 \begin_inset ERT
30808 status collapsed
30809
30810 \begin_layout Plain Layout
30811
30812 }
30813 \end_layout
30814
30815 \end_inset
30816
30817 .
30818 \end_layout
30819
30820 \begin_layout Standard
30821
30822 \series bold
30823
30824 \backslash
30825 scalebox{1}[-1]{Hola} 
30826 \series default
30827 refleja el 
30828 \begin_inset ERT
30829 status collapsed
30830
30831 \begin_layout Plain Layout
30832
30833
30834 \backslash
30835 scalebox{1}[-1]{
30836 \end_layout
30837
30838 \end_inset
30839
30840 Hola
30841 \begin_inset ERT
30842 status collapsed
30843
30844 \begin_layout Plain Layout
30845
30846 }
30847 \end_layout
30848
30849 \end_inset
30850
30851  sobre la base.
30852 \end_layout
30853
30854 \begin_layout Standard
30855 El comando 
30856 \series bold
30857
30858 \backslash
30859 scalebox{-1}[1]{contenido del cuadro} 
30860 \series default
30861 puede sustituirse por 
30862 \series bold
30863
30864 \begin_inset Newline newline
30865 \end_inset
30866
30867
30868 \backslash
30869 reflectbox{contenido del cuadro}
30870 \begin_inset VSpace defskip
30871 \end_inset
30872
30873
30874 \end_layout
30875
30876 \begin_layout Standard
30877 El comando 
30878 \series bold
30879
30880 \backslash
30881 resizebox
30882 \series default
30883  sirve para escalar el cuadro a una altura y anchura definidas, según el
30884  esquema:
30885 \end_layout
30886
30887 \begin_layout Standard
30888
30889 \series bold
30890
30891 \backslash
30892 resizebox{anchura}{altura}{contenido del cuadro}
30893 \end_layout
30894
30895 \begin_layout Standard
30896 Si uno de los argumentos del comando es un signo de exclamación, 
30897 \series bold
30898 !
30899 \series default
30900 , la escala se produce de forma que se mantiene la relación de las dimensiones
30901  originales del contenido del cuadro.
30902  
30903 \end_layout
30904
30905 \begin_layout Standard
30906 El comando 
30907 \series bold
30908
30909 \backslash
30910 resizebox{2cm}{1cm}{Hola}
30911 \series default
30912  genera: 
30913 \begin_inset ERT
30914 status collapsed
30915
30916 \begin_layout Plain Layout
30917
30918
30919 \backslash
30920 resizebox{2cm}{1cm}{
30921 \end_layout
30922
30923 \end_inset
30924
30925 Hola
30926 \begin_inset ERT
30927 status collapsed
30928
30929 \begin_layout Plain Layout
30930
30931 }
30932 \end_layout
30933
30934 \end_inset
30935
30936
30937 \begin_inset Newline newline
30938 \end_inset
30939
30940 El comando 
30941 \series bold
30942
30943 \backslash
30944 resizebox{2cm}{!}{Hola}
30945 \series default
30946  genera: 
30947 \begin_inset ERT
30948 status collapsed
30949
30950 \begin_layout Plain Layout
30951
30952
30953 \backslash
30954 resizebox{2cm}{!}{
30955 \end_layout
30956
30957 \end_inset
30958
30959 Hola
30960 \begin_inset ERT
30961 status collapsed
30962
30963 \begin_layout Plain Layout
30964
30965 }
30966 \end_layout
30967
30968 \end_inset
30969
30970
30971 \end_layout
30972
30973 \begin_layout Standard
30974 \begin_inset VSpace defskip
30975 \end_inset
30976
30977
30978 \end_layout
30979
30980 \begin_layout Standard
30981 \begin_inset Note Greyedout
30982 status open
30983
30984 \begin_layout Plain Layout
30985
30986 \series bold
30987 Nota: 
30988 \series default
30989 Si los argumentos de 
30990 \series bold
30991
30992 \backslash
30993 scalebox
30994 \series default
30995  o 
30996 \series bold
30997
30998 \backslash
30999 resizebox
31000 \series default
31001  son cero, no se generan errores de LaTeX al exportar el documento, pero
31002  puede suceder que la salida no se muestre o que sea incompleta.
31003  
31004 \end_layout
31005
31006 \end_inset
31007
31008
31009 \begin_inset VSpace defskip
31010 \end_inset
31011
31012
31013 \end_layout
31014
31015 \begin_layout Standard
31016 Los cuadros se pueden combinar en cualquier orden.
31017  Por ejemplo, el comando
31018 \series bold
31019
31020 \begin_inset Newline newline
31021 \end_inset
31022
31023
31024 \backslash
31025 rotatebox[origin=c]{-45}{
31026 \backslash
31027 resizebox{2cm}{!}{
31028 \backslash
31029 reflectbox{Hola}}}
31030 \begin_inset Newline newline
31031 \end_inset
31032
31033
31034 \series default
31035 genera:
31036 \end_layout
31037
31038 \begin_layout Standard
31039 \noindent
31040 \align center
31041 \begin_inset ERT
31042 status collapsed
31043
31044 \begin_layout Plain Layout
31045
31046
31047 \backslash
31048 rotatebox[origin=c]{-45}{
31049 \backslash
31050 resizebox{2cm}{!}{
31051 \backslash
31052 reflectbox{
31053 \end_layout
31054
31055 \end_inset
31056
31057 Hola
31058 \begin_inset ERT
31059 status collapsed
31060
31061 \begin_layout Plain Layout
31062
31063 }}}
31064 \end_layout
31065
31066 \end_inset
31067
31068
31069 \end_layout
31070
31071 \begin_layout Standard
31072 \noindent
31073 Un cuadro puede contener imágenes, tablas y ecuaciones en línea:
31074 \end_layout
31075
31076 \begin_layout Standard
31077 \noindent
31078
31079 \end_layout
31080
31081 \begin_layout Standard
31082 \align center
31083 \begin_inset ERT
31084 status collapsed
31085
31086 \begin_layout Plain Layout
31087
31088
31089 \backslash
31090 rotatebox[origin=c]{-30}{
31091 \backslash
31092 resizebox{2cm}{!}{
31093 \backslash
31094 reflectbox{
31095 \end_layout
31096
31097 \end_inset
31098
31099
31100 \begin_inset Graphics
31101         filename ../clipart/platypus.eps
31102         lyxscale 50
31103         width 25col%
31104
31105 \end_inset
31106
31107
31108 \begin_inset ERT
31109 status collapsed
31110
31111 \begin_layout Plain Layout
31112
31113 }}}
31114 \end_layout
31115
31116 \end_inset
31117
31118
31119 \begin_inset ERT
31120 status collapsed
31121
31122 \begin_layout Plain Layout
31123
31124
31125 \backslash
31126 rotatebox[origin=c]{-45}{
31127 \backslash
31128 resizebox{2cm}{!}{
31129 \backslash
31130 reflectbox{
31131 \end_layout
31132
31133 \end_inset
31134
31135
31136 \begin_inset Tabular
31137 <lyxtabular version="3" rows="2" columns="2">
31138 <features tabularvalignment="middle">
31139 <column alignment="center" valignment="top" width="0">
31140 <column alignment="center" valignment="top" width="0">
31141 <row>
31142 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
31143 \begin_inset Text
31144
31145 \begin_layout Plain Layout
31146 q
31147 \end_layout
31148
31149 \end_inset
31150 </cell>
31151 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
31152 \begin_inset Text
31153
31154 \begin_layout Plain Layout
31155 w
31156 \end_layout
31157
31158 \end_inset
31159 </cell>
31160 </row>
31161 <row>
31162 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
31163 \begin_inset Text
31164
31165 \begin_layout Plain Layout
31166 e
31167 \end_layout
31168
31169 \end_inset
31170 </cell>
31171 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
31172 \begin_inset Text
31173
31174 \begin_layout Plain Layout
31175 r
31176 \end_layout
31177
31178 \end_inset
31179 </cell>
31180 </row>
31181 </lyxtabular>
31182
31183 \end_inset
31184
31185
31186 \begin_inset ERT
31187 status collapsed
31188
31189 \begin_layout Plain Layout
31190
31191 }}}
31192 \end_layout
31193
31194 \end_inset
31195
31196
31197 \begin_inset ERT
31198 status collapsed
31199
31200 \begin_layout Plain Layout
31201
31202
31203 \backslash
31204 rotatebox[origin=c]{-45}{
31205 \backslash
31206 resizebox{2cm}{!}{
31207 \backslash
31208 reflectbox{
31209 \end_layout
31210
31211 \end_inset
31212
31213
31214 \begin_inset Formula $\int A\,\mathrm{d}x=B$
31215 \end_inset
31216
31217
31218 \begin_inset ERT
31219 status collapsed
31220
31221 \begin_layout Plain Layout
31222
31223 }}}
31224 \end_layout
31225
31226 \end_inset
31227
31228
31229 \end_layout
31230
31231 \begin_layout Standard
31232 Si se usa el estilo global 
31233 \series bold
31234 fleqn
31235 \series default
31236  para las ecuaciones del documento,
31237 \begin_inset Foot
31238 status collapsed
31239
31240 \begin_layout Plain Layout
31241 Si «fleqn» se añade a las opciones de clase del documento.
31242 \end_layout
31243
31244 \end_inset
31245
31246  también pueden escalarse las ecuaciones en estilo presentación.
31247 \end_layout
31248
31249 \begin_layout Chapter
31250 Archivos externos
31251 \begin_inset Index idx
31252 status collapsed
31253
31254 \begin_layout Plain Layout
31255 Archivos externos
31256 \end_layout
31257
31258 \end_inset
31259
31260
31261 \end_layout
31262
31263 \begin_layout Standard
31264 Con el menú 
31265 \family sans
31266 Insertar\SpecialChar \menuseparator
31267 Archivo 
31268 \family default
31269 se pueden insertar archivos externos en un documento.
31270  Estos pueden ser:
31271 \end_layout
31272
31273 \begin_layout Description
31274 Documento
31275 \begin_inset space ~
31276 \end_inset
31277
31278 LyX Otro documento LyX; su contenido se inserta directamente en tu documento.
31279 \end_layout
31280
31281 \begin_layout Description
31282 Texto
31283 \begin_inset space ~
31284 \end_inset
31285
31286 simple Un documento de texto; cada línea del mismo se inserta en tu documento
31287  como párrafo propio.
31288 \end_layout
31289
31290 \begin_layout Description
31291 Texto
31292 \begin_inset space ~
31293 \end_inset
31294
31295 simple,
31296 \begin_inset space ~
31297 \end_inset
31298
31299 unir
31300 \begin_inset space ~
31301 \end_inset
31302
31303 líneas Un documento de texto; sus líneas de texto se insertan tal como son.
31304  Las líneas vacías generan un nuevo párrafo en tu documento.
31305 \end_layout
31306
31307 \begin_layout Description
31308 Material
31309 \begin_inset space ~
31310 \end_inset
31311
31312 externo Archivos en diversos formatos.
31313 \end_layout
31314
31315 \begin_layout Description
31316 Documento
31317 \begin_inset space ~
31318 \end_inset
31319
31320 hijo Documentos LyX, LaTeX o texto simple.
31321 \end_layout
31322
31323 \begin_layout Section
31324 Material externo
31325 \begin_inset Index idx
31326 status collapsed
31327
31328 \begin_layout Plain Layout
31329 Material externo
31330 \end_layout
31331
31332 \end_inset
31333
31334
31335 \end_layout
31336
31337 \begin_layout Standard
31338 Esta característica te permite insertar archivos en tu documento sin convertirlo
31339 s previamente a un formato legible en la salida, ya que LyX se ocupa de
31340  las necesarias conversiones.
31341  Esto es parecido a la inserción de imágenes en diversos formatos en los
31342  documentos LyX.
31343  Si has activado la Vista preliminar inmediata en las preferencias de LyX,
31344  en 
31345 \family sans
31346 Apariencia
31347 \family default
31348 \SpecialChar \menuseparator
31349 Gráficos, los tipos de material externo Dia y Xfig se muestran directamente
31350  en LyX.
31351 \end_layout
31352
31353 \begin_layout Standard
31354 El material externo se puede insertar mediante el diálogo que surge a partir
31355  del menú 
31356 \family sans
31357 Insertar\SpecialChar \menuseparator
31358 Archivo\SpecialChar \menuseparator
31359 Material
31360 \begin_inset space ~
31361 \end_inset
31362
31363 externo
31364 \family default
31365 .
31366  Actualmente se permiten los siguientes tipos de archivo (
31367 \family sans
31368 Plantillas
31369 \family default
31370 ):
31371 \end_layout
31372
31373 \begin_layout Description
31374 Diagrama
31375 \begin_inset space ~
31376 \end_inset
31377
31378 de
31379 \begin_inset space ~
31380 \end_inset
31381
31382 ajedrez Esta plantilla soporta diagramas posicionales de ajedrez hechos
31383  con el programa 
31384 \series bold
31385
31386 \begin_inset CommandInset href
31387 LatexCommand href
31388 name "XBoard"
31389 target "http://en.wikipedia.org/wiki/XBoard"
31390
31391 \end_inset
31392
31393
31394 \series default
31395 .
31396 \end_layout
31397
31398 \begin_layout Description
31399 Dia Esta plantilla soporta diagramas creados con el programa 
31400 \series bold
31401
31402 \begin_inset CommandInset href
31403 LatexCommand href
31404 name "Dia"
31405 target "http://en.wikipedia.org/wiki/Dia_(software)"
31406
31407 \end_inset
31408
31409
31410 \series default
31411 .
31412 \end_layout
31413
31414 \begin_layout Description
31415 Fecha Esta inserta la fecha en el formato 
31416 \emph on
31417 Día-Mes-Año.
31418
31419 \emph default
31420  A continuación hay una fecha insertada como material externo: 
31421 \begin_inset External
31422         template Date
31423         filename ...
31424
31425 \end_inset
31426
31427
31428 \begin_inset space ~
31429 \end_inset
31430
31431
31432 \begin_inset Note Note
31433 status collapsed
31434
31435 \begin_layout Plain Layout
31436 ¡Quitar el espacio protegido cuando se arregle el fallo 4398!
31437 \end_layout
31438
31439 \end_inset
31440
31441
31442 \begin_inset Newline newline
31443 \end_inset
31444
31445 La fecha no se muestra en LyX, sólo en la salida.
31446  Hay otros dos métodos de insertar una fecha, con el menú 
31447 \family sans
31448 Insertar\SpecialChar \menuseparator
31449 Fecha
31450 \family default
31451  y con el comando LaTeX 
31452 \series bold
31453
31454 \backslash
31455 today
31456 \series default
31457  en código TeX.
31458  Los distintos métodos se comparan en la tabla
31459 \begin_inset space ~
31460 \end_inset
31461
31462
31463 \begin_inset CommandInset ref
31464 LatexCommand ref
31465 reference "tab:Comparación-de"
31466
31467 \end_inset
31468
31469 .
31470 \end_layout
31471
31472 \begin_layout Description
31473 LilyPond Esta plantilla sirve para tipografiar notación musical con el programa
31474 \begin_inset Newline linebreak
31475 \end_inset
31476
31477
31478 \series bold
31479
31480 \begin_inset CommandInset href
31481 LatexCommand href
31482 name "LilyPond"
31483 target "http://en.wikipedia.org/wiki/LilyPond"
31484
31485 \end_inset
31486
31487
31488 \series default
31489 .
31490 \end_layout
31491
31492 \begin_layout Description
31493 PDFPages Con esta plantilla puedes insertar documentos PDF en tu documento.
31494  Para insertar algunas o todas las páginas de un documento PDF, utiliza
31495  la opción 
31496 \emph on
31497 pages
31498 \emph default
31499  en el campo 
31500 \family sans
31501 Opción
31502 \family default
31503  de la pestaña 
31504 \family sans
31505 Opciones de LaTeX y LyX
31506 \family default
31507 , según la descripción de la plantilla en el diálogo.
31508  Si no se usa la opción 
31509 \emph on
31510 pages
31511 \emph default
31512 , sólo se inserta la primera página del PDF.
31513 \end_layout
31514
31515 \begin_layout Description
31516 RasterImage Sirve para insertar imágenes bitmap.
31517  Casi todos los formatos populares de imágenes están soportados.
31518  Las imágenes se pueden tratar en el diálogo 
31519 \family sans
31520 Material Externo
31521 \family default
31522  como las que habitualmente se incluyen mediante el diálogo 
31523 \family sans
31524 Gráficos
31525 \family default
31526 , tal como se explica en la sección
31527 \begin_inset space ~
31528 \end_inset
31529
31530
31531 \begin_inset CommandInset ref
31532 LatexCommand ref
31533 reference "sec:Diálogo-Gráficos"
31534
31535 \end_inset
31536
31537 .
31538  La diferencia es que sólo se permiten imágenes bitmap, por tanto las imágenes
31539  PDF y EPS no están soportadas.
31540 \end_layout
31541
31542 \begin_layout Description
31543 XFig Esta plantilla soporta imágenes creadas con el programa 
31544 \series bold
31545
31546 \begin_inset CommandInset href
31547 LatexCommand href
31548 name "Xfig"
31549 target "http://en.wikipedia.org/wiki/Xfig"
31550
31551 \end_inset
31552
31553
31554 \series default
31555 .
31556 \end_layout
31557
31558 \begin_layout Standard
31559 \begin_inset Float table
31560 placement h
31561 wide false
31562 sideways false
31563 status open
31564
31565 \begin_layout Plain Layout
31566 \begin_inset Caption
31567
31568 \begin_layout Plain Layout
31569 \begin_inset CommandInset label
31570 LatexCommand label
31571 name "tab:Comparación-de"
31572
31573 \end_inset
31574
31575 Comparación de los métodos de inserción de fecha.
31576 \end_layout
31577
31578 \end_inset
31579
31580
31581 \end_layout
31582
31583 \begin_layout Plain Layout
31584 \align center
31585 \begin_inset Tabular
31586 <lyxtabular version="3" rows="4" columns="4">
31587 <features tabularvalignment="middle">
31588 <column alignment="center" valignment="top" width="0">
31589 <column alignment="center" valignment="top" width="0">
31590 <column alignment="center" valignment="top" width="0">
31591 <column alignment="center" valignment="top" width="0">
31592 <row>
31593 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
31594 \begin_inset Text
31595
31596 \begin_layout Plain Layout
31597 Documento
31598 \end_layout
31599
31600 \end_inset
31601 </cell>
31602 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
31603 \begin_inset Text
31604
31605 \begin_layout Plain Layout
31606
31607 \family sans
31608 Material externo\SpecialChar \menuseparator
31609 Fecha
31610 \end_layout
31611
31612 \end_inset
31613 </cell>
31614 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
31615 \begin_inset Text
31616
31617 \begin_layout Plain Layout
31618
31619 \family sans
31620 Insertar\SpecialChar \menuseparator
31621 Fecha
31622 \end_layout
31623
31624 \end_inset
31625 </cell>
31626 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
31627 \begin_inset Text
31628
31629 \begin_layout Plain Layout
31630 comando 
31631 \series bold
31632
31633 \backslash
31634 today
31635 \end_layout
31636
31637 \end_inset
31638 </cell>
31639 </row>
31640 <row>
31641 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
31642 \begin_inset Text
31643
31644 \begin_layout Plain Layout
31645 LyX
31646 \end_layout
31647
31648 \end_inset
31649 </cell>
31650 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
31651 \begin_inset Text
31652
31653 \begin_layout Plain Layout
31654 como cuadro
31655 \end_layout
31656
31657 \end_inset
31658 </cell>
31659 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
31660 \begin_inset Text
31661
31662 \begin_layout Plain Layout
31663 como fecha
31664 \end_layout
31665
31666 \end_inset
31667 </cell>
31668 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
31669 \begin_inset Text
31670
31671 \begin_layout Plain Layout
31672 como cuadro código TeX
31673 \end_layout
31674
31675 \end_inset
31676 </cell>
31677 </row>
31678 <row>
31679 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
31680 \begin_inset Text
31681
31682 \begin_layout Plain Layout
31683 LaTeX
31684 \end_layout
31685
31686 \end_inset
31687 </cell>
31688 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
31689 \begin_inset Text
31690
31691 \begin_layout Plain Layout
31692 como fecha
31693 \end_layout
31694
31695 \end_inset
31696 </cell>
31697 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
31698 \begin_inset Text
31699
31700 \begin_layout Plain Layout
31701 como fecha
31702 \end_layout
31703
31704 \end_inset
31705 </cell>
31706 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
31707 \begin_inset Text
31708
31709 \begin_layout Plain Layout
31710 como comando
31711 \end_layout
31712
31713 \end_inset
31714 </cell>
31715 </row>
31716 <row>
31717 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
31718 \begin_inset Text
31719
31720 \begin_layout Plain Layout
31721 DVI, PDF, PS
31722 \end_layout
31723
31724 \end_inset
31725 </cell>
31726 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
31727 \begin_inset Text
31728
31729 \begin_layout Plain Layout
31730 como fecha
31731 \end_layout
31732
31733 \end_inset
31734 </cell>
31735 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
31736 \begin_inset Text
31737
31738 \begin_layout Plain Layout
31739 como fecha
31740 \end_layout
31741
31742 \end_inset
31743 </cell>
31744 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
31745 \begin_inset Text
31746
31747 \begin_layout Plain Layout
31748 como fecha
31749 \end_layout
31750
31751 \end_inset
31752 </cell>
31753 </row>
31754 </lyxtabular>
31755
31756 \end_inset
31757
31758
31759 \end_layout
31760
31761 \end_inset
31762
31763
31764 \end_layout
31765
31766 \begin_layout Standard
31767 Si utilizas la opción 
31768 \family sans
31769 Borrador
31770 \family default
31771  en la solapa 
31772 \family sans
31773 Archivo
31774 \family default
31775  del diálogo 
31776 \family sans
31777 Material Externo
31778 \family default
31779 , en el documento de salida sólo se muestra la ruta al archivo insertado.
31780 \family sans
31781
31782 \begin_inset Newline newline
31783 \end_inset
31784
31785
31786 \family default
31787 El material externo se muestra en LyX como un cuadro del tipo:
31788 \family sans
31789  
31790 \family default
31791
31792 \begin_inset Graphics
31793         filename clipart/MaterialExternoQt4.png
31794         scale 80
31795
31796 \end_inset
31797
31798  o como imagen, dependiendo de si se marca la opción 
31799 \family sans
31800 Mostrar en LyX 
31801 \family default
31802 de la pestaña 
31803 \family sans
31804 Opciones de LaTeX y LyX
31805 \family default
31806  del diálogo
31807 \family sans
31808 .
31809 \end_layout
31810
31811 \begin_layout Standard
31812 En el manual 
31813 \emph on
31814 Personalización
31815 \emph default
31816  se explica cómo definir tus propias plantillas.
31817 \end_layout
31818
31819 \begin_layout Section
31820 Documento hijo
31821 \begin_inset CommandInset label
31822 LatexCommand label
31823 name "sec:Documento-Hijo"
31824
31825 \end_inset
31826
31827
31828 \begin_inset Index idx
31829 status collapsed
31830
31831 \begin_layout Plain Layout
31832 Documento hijo
31833 \end_layout
31834
31835 \end_inset
31836
31837
31838 \end_layout
31839
31840 \begin_layout Standard
31841 Los documentos hijos se emplean en el caso de tener un documento extenso
31842  compuesto por varias partes o secciones más grandes.
31843  Para trabajar en este tipo de documentos es útil, y a veces obligado, dividirlo
31844  en varios archivos que pueden ser revisados por separado.
31845  Estos archivos se conocen como documentos hijos, y el llamado documento
31846  maestro los conecta con el fin de imprimirlos como un todo o por partes.
31847  Un documento hijo hereda contenidos de su maestro, por ejemplo el preámbulo
31848  LaTeX, la bibliografía y las etiquetas de las referencias cruzadas.
31849 \end_layout
31850
31851 \begin_layout Standard
31852 Para poder trabajar en documentos hijos sin necesidad de abrir el maestro,
31853  en el menú 
31854 \family sans
31855 Documento\SpecialChar \menuseparator
31856 Configuración\SpecialChar \menuseparator
31857 Clase del documento
31858 \family default
31859  del documento hijo especifica el documento maestro predeterminado.
31860  Este maestro será usado entonces por LyX en un segundo plano cuando edites
31861  el documento hijo.
31862 \end_layout
31863
31864 \begin_layout Standard
31865 Los documentos incluidos como hijos se muestran en la pantalla de LyX como
31866  cuadros del tipo: 
31867 \begin_inset Graphics
31868         filename clipart/DocumentoHijoQt4.png
31869         scale 80
31870
31871 \end_inset
31872
31873 .
31874  Para incluir documentos hijos en un documento maestro utiliza el menú 
31875 \family sans
31876 Insertar
31877 \family default
31878 \SpecialChar \menuseparator
31879
31880 \family sans
31881 Archivo
31882 \family default
31883 \SpecialChar \menuseparator
31884
31885 \family sans
31886 Documento
31887 \begin_inset space ~
31888 \end_inset
31889
31890 hijo
31891 \family default
31892 .
31893  Surge un diálogo en el que puedes elegir entre cuatro métodos de inclusión:
31894 \end_layout
31895
31896 \begin_layout Description
31897 Incluir Puedes incluir documentos LyX y documentos LaTeX.
31898  Al pulsar el botón 
31899 \family sans
31900 Cargar
31901 \family default
31902  en el diálogo 
31903 \family sans
31904 Documento hijo
31905 \family default
31906 , los documentos incluidos se abrirán en una nueva solapa de archivo en
31907  la ventana de LyX y así puedes modificarlos si quieres.
31908 \end_layout
31909
31910 \begin_layout Standard
31911 Aquí hay un archivo insertado con el método 
31912 \family sans
31913 Incluir
31914 \family default
31915
31916 \begin_inset CommandInset include
31917 LatexCommand include
31918 filename "DocumentoPostizo1.lyx"
31919
31920 \end_inset
31921
31922
31923 \end_layout
31924
31925 \begin_layout Standard
31926 La numeración de secciones tiene en cuenta las secciones de los archivos
31927  incluidos en el orden en que están insertados en el documento maestro.
31928  El documento incluido de ejemplo tiene una subsección que se numera como
31929  subsección de la presente sección.
31930  Las etiquetas de los documentos incluidos se pueden referenciar: Subsección
31931 \begin_inset space ~
31932 \end_inset
31933
31934
31935 \begin_inset CommandInset ref
31936 LatexCommand ref
31937 reference "sub:Subsección-Externa-1"
31938
31939 \end_inset
31940
31941 .
31942 \end_layout
31943
31944 \begin_layout Standard
31945 El preámbulo del documento hijo se ignora, sólo se utiliza el preámbulo
31946  del documento maestro.
31947  Las ramas en los documentos hijos serán ignoradas por el documento maestro
31948  si éste no tiene una rama con el mismo nombre.
31949  Los documentos incluidos se insertan comenzando una página nueva y acabando
31950  con un salto de página.
31951 \end_layout
31952
31953 \begin_layout Standard
31954 En caso de estar trabajando solo en un capítulo determinado de un documento
31955  extenso, y con el fin de ahorrar tiempo de compilación, se puede poner
31956  cada archivo incluido en una rama.
31957 \begin_inset Foot
31958 status collapsed
31959
31960 \begin_layout Plain Layout
31961 Las ramas se describen en la sección
31962 \emph on
31963  Ramas
31964 \emph default
31965  de la  
31966 \emph on
31967 Guía del usuario
31968 \emph default
31969  de LyX.
31970 \end_layout
31971
31972 \end_inset
31973
31974  Habilitando/deshabilitando las ramas puedes decidir qué archivos incluidos
31975  aparecerán en la salida.
31976 \end_layout
31977
31978 \begin_layout Standard
31979 \begin_inset Note Greyedout
31980 status open
31981
31982 \begin_layout Plain Layout
31983
31984 \series bold
31985 Nota:
31986 \series default
31987  Debido a un fallo de LyX, el comando LaTeX 
31988 \series bold
31989
31990 \backslash
31991 includeonly
31992 \series default
31993  no se puede usar por el momento como alternativa para decidir qué archivos
31994  deberían ser incluidos.
31995 \end_layout
31996
31997 \end_inset
31998
31999
32000 \end_layout
32001
32002 \begin_layout Standard
32003 \begin_inset Note Greyedout
32004 status open
32005
32006 \begin_layout Plain Layout
32007
32008 \series bold
32009 Nota:
32010 \series default
32011  Si has incluido un archivo LyX o LaTeX cuya clase de documento es distinta
32012  a la del documento maestro, recibirás una advertencia al exportar/ver el
32013  documento, ya que esto podría dar resultados inesperados.
32014 \end_layout
32015
32016 \end_inset
32017
32018
32019 \end_layout
32020
32021 \begin_layout Description
32022 Entrada Este método es muy parecido al método 
32023 \family sans
32024 Incluir
32025 \family default
32026 .
32027  Las diferencias son:
32028 \end_layout
32029
32030 \begin_deeper
32031 \begin_layout Itemize
32032 Los archivos del tipo Entrada no comienzan en página nueva ni acaban con
32033  un salto de página.
32034 \end_layout
32035
32036 \begin_layout Itemize
32037 Los archivos del tipo Entrada se pueden visualizar en LyX si la 
32038 \family sans
32039 Vista
32040 \begin_inset space ~
32041 \end_inset
32042
32043 preliminar
32044 \begin_inset space ~
32045 \end_inset
32046
32047 inmediata 
32048 \family default
32049 está activada en el diálogo 
32050 \family sans
32051 Herramientas\SpecialChar \menuseparator
32052 Preferencias
32053 \family default
32054 , apartado 
32055 \family sans
32056 Apariencia\SpecialChar \menuseparator
32057 Gráficos
32058 \family default
32059 .
32060 \end_layout
32061
32062 \begin_layout Itemize
32063 No se puede utilizar el comando LaTeX 
32064 \series bold
32065
32066 \backslash
32067 includeonly
32068 \series default
32069 .
32070 \end_layout
32071
32072 \end_deeper
32073 \begin_layout Standard
32074 Aquí hay un documento hijo insertado con el método 
32075 \family sans
32076 Entrada
32077 \family default
32078 :
32079 \end_layout
32080
32081 \begin_layout Standard
32082 \begin_inset CommandInset include
32083 LatexCommand input
32084 filename "DocumentoPostizo2.lyx"
32085
32086 \end_inset
32087
32088
32089 \end_layout
32090
32091 \begin_layout Description
32092 Literal Con este método se puede incluir todo archivo de texto.
32093  El archivo aparece en la salida con su código fuente, y si contiene comandos
32094  no se ejecutan.
32095  Con la opción 
32096 \family sans
32097 Marcar espacios en la salida
32098 \family default
32099  cada espacio en el código fuente se muestra en la salida con el carácter
32100  «
32101 \begin_inset ERT
32102 status collapsed
32103
32104 \begin_layout Plain Layout
32105
32106
32107 \backslash
32108 textvisiblespace
32109 \end_layout
32110
32111 \end_inset
32112
32113 ».
32114  La diferencia con el método de inserción mediante el menú 
32115 \family sans
32116 Insertar
32117 \family default
32118 \SpecialChar \menuseparator
32119
32120 \family sans
32121 Archivo
32122 \family default
32123 \SpecialChar \menuseparator
32124
32125 \family sans
32126 Texto
32127 \begin_inset space ~
32128 \end_inset
32129
32130 simple
32131 \family default
32132  es que en este caso el contenido del archivo se ve en LyX, mientras que
32133  en modo 
32134 \family sans
32135 Literal 
32136 \family default
32137 no se muestra el contenido, sino un recuadro con el nombre.
32138
32139 \family sans
32140  
32141 \end_layout
32142
32143 \begin_layout Standard
32144 Aquí se inserta un documento hijo en modo Literal:
32145 \begin_inset CommandInset include
32146 LatexCommand verbatiminput
32147 filename "DocumentoTextoPostizo.txt"
32148
32149 \end_inset
32150
32151
32152 \begin_inset VSpace bigskip
32153 \end_inset
32154
32155
32156 \end_layout
32157
32158 \begin_layout Standard
32159 Aquí se inserta un documento hijo en modo Literal con la opción 
32160 \family sans
32161 Marcar espacios en la salida
32162 \family default
32163 :
32164 \begin_inset CommandInset include
32165 LatexCommand verbatiminput*
32166 filename "DocumentoTextoPostizo.txt"
32167
32168 \end_inset
32169
32170
32171 \begin_inset VSpace bigskip
32172 \end_inset
32173
32174
32175 \end_layout
32176
32177 \begin_layout Standard
32178 \begin_inset Note Greyedout
32179 status open
32180
32181 \begin_layout Plain Layout
32182
32183 \series bold
32184 Nota:
32185 \series default
32186  Como puedes ver en los ejemplos anteriores, el texto de los documentos
32187  incluidos en modo 
32188 \family sans
32189 literal
32190 \family default
32191  no contiene saltos de línea, a no ser que se incluyan expresamente en el
32192  archivo de texto.
32193 \end_layout
32194
32195 \end_inset
32196
32197
32198 \end_layout
32199
32200 \begin_layout Description
32201 Listado
32202 \begin_inset space ~
32203 \end_inset
32204
32205 de
32206 \begin_inset space ~
32207 \end_inset
32208
32209 programa Este tipo se describe en el capítulo
32210 \begin_inset space ~
32211 \end_inset
32212
32213
32214 \begin_inset CommandInset ref
32215 LatexCommand ref
32216 reference "cap:Listado-de-programa"
32217
32218 \end_inset
32219
32220 .
32221 \end_layout
32222
32223 \begin_layout Standard
32224 \begin_inset Note Greyedout
32225 status open
32226
32227 \begin_layout Plain Layout
32228
32229 \series bold
32230 Nota:
32231 \series default
32232  Incluir el mismo documento dos veces  con métodos diferentes podría causar
32233  problemas en LaTeX.
32234 \end_layout
32235
32236 \end_inset
32237
32238
32239 \end_layout
32240
32241 \begin_layout Chapter
32242 Listado de programa
32243 \begin_inset CommandInset label
32244 LatexCommand label
32245 name "cap:Listado-de-programa"
32246
32247 \end_inset
32248
32249
32250 \begin_inset Index idx
32251 status collapsed
32252
32253 \begin_layout Plain Layout
32254 Listado de programa
32255 \end_layout
32256
32257 \end_inset
32258
32259
32260 \begin_inset Index idx
32261 status collapsed
32262
32263 \begin_layout Plain Layout
32264 Código de programa
32265 \end_layout
32266
32267 \end_inset
32268
32269
32270 \begin_inset Index idx
32271 status collapsed
32272
32273 \begin_layout Plain Layout
32274 Flotantes ! Listado de programa
32275 \end_layout
32276
32277 \end_inset
32278
32279
32280 \end_layout
32281
32282 \begin_layout Standard
32283 Para incluir y tipografiar código de programación puedes usar la opción
32284  de menú disponible en 
32285 \family sans
32286 Insertar\SpecialChar \menuseparator
32287 Listado
32288 \begin_inset space ~
32289 \end_inset
32290
32291 de
32292 \begin_inset space ~
32293 \end_inset
32294
32295 programa.
32296  
32297 \family default
32298 El paquete LaTeX 
32299 \series bold
32300 listings
32301 \series default
32302
32303 \begin_inset Index idx
32304 status collapsed
32305
32306 \begin_layout Plain Layout
32307 LaTeX-paquetes ! listings
32308 \end_layout
32309
32310 \end_inset
32311
32312  provee un mecanismo potente y flexible para insertar código fuente en tu
32313  documento.
32314 \end_layout
32315
32316 \begin_layout Standard
32317 Al hacer clic derecho sobre un recuadro de listado se abre el menú contextual
32318  incorporado en el que puedes configurar su formato.
32319 \end_layout
32320
32321 \begin_layout Standard
32322 Por omisión, al insertar un listado de programa se inicia un párrafo nuevo.
32323  La opción de ubicación 
32324 \family sans
32325 Listado
32326 \begin_inset space ~
32327 \end_inset
32328
32329 en
32330 \begin_inset space ~
32331 \end_inset
32332
32333 línea
32334 \family default
32335  lo imprime en la línea, como este ejemplo: 
32336 \begin_inset listings
32337 lstparams "language={C++}"
32338 inline true
32339 status open
32340
32341 \begin_layout Plain Layout
32342
32343 int a=5;
32344 \end_layout
32345
32346 \end_inset
32347
32348
32349 \family sans
32350
32351 \begin_inset Newline newline
32352 \end_inset
32353
32354
32355 \family default
32356 La opción 
32357 \family sans
32358 Flotante
32359 \family default
32360  crea un listado flotante cuya colocación se puede especificar mediante
32361  las opciones «
32362 \family sans
32363 h
32364 \family default
32365 », «
32366 \family sans
32367 t
32368 \family default
32369 », «
32370 \family sans
32371 b
32372 \family default
32373 » y «
32374 \family sans
32375 p
32376 \family default
32377 », correspondientes a las opciones de colocación de flotantes descritas
32378  en la sección
32379 \family sans
32380
32381 \begin_inset space ~
32382 \end_inset
32383
32384
32385 \begin_inset CommandInset ref
32386 LatexCommand ref
32387 reference "sec:Colocación-de-Flotantes"
32388
32389 \end_inset
32390
32391
32392 \family default
32393 .
32394  Las opciones de colocación se pueden mezclar y se escriben sin separación,
32395  p.
32396 \family sans
32397
32398 \begin_inset space \thinspace{}
32399 \end_inset
32400
32401
32402 \family default
32403 e.
32404 \begin_inset space ~
32405 \end_inset
32406
32407 «
32408 \family sans
32409 htbp
32410 \family default
32411 ».
32412  La opción «
32413 \family sans
32414 h
32415 \family default
32416 » a veces no tiene efecto, pero no necesitas usar la opción 
32417 \family sans
32418 Flotante
32419 \family default
32420  en ese caso puesto que los listados de programa no flotantes también pueden
32421  tener leyendas y ser referenciadas.
32422 \end_layout
32423
32424 \begin_layout Standard
32425 Se puede añadir una leyenda a un listado de programa con el menú 
32426 \family sans
32427 Insertar\SpecialChar \menuseparator
32428 Leyenda
32429 \family default
32430
32431 \begin_inset Foot
32432 status collapsed
32433
32434 \begin_layout Plain Layout
32435 Para traducir la etiqueta 
32436 \begin_inset Quotes eld
32437 \end_inset
32438
32439 Listado
32440 \begin_inset Quotes erd
32441 \end_inset
32442
32443  de la leyenda, se añade al preámbulo del documento el comando 
32444 \series bold
32445
32446 \backslash
32447 renewcommand{
32448 \backslash
32449 lstlistingname}{Listado}
32450 \series default
32451 .
32452  (
32453 \emph on
32454 N.
32455 \begin_inset space \thinspace{}
32456 \end_inset
32457
32458 del t.
32459 \emph default
32460 )
32461 \end_layout
32462
32463 \end_inset
32464
32465 .
32466  Los listados de programa se pueden referenciar como los flotantes: Listado
32467 \begin_inset space ~
32468 \end_inset
32469
32470
32471 \begin_inset CommandInset ref
32472 LatexCommand ref
32473 reference "lst:Ejemplo-de-listado-de-programa"
32474
32475 \end_inset
32476
32477
32478 \end_layout
32479
32480 \begin_layout Standard
32481 \begin_inset listings
32482 lstparams "language=Python"
32483 inline false
32484 status open
32485
32486 \begin_layout Plain Layout
32487
32488 \begin_inset Caption
32489
32490 \begin_layout Plain Layout
32491 \begin_inset CommandInset label
32492 LatexCommand label
32493 name "lst:Ejemplo-de-listado-de-programa"
32494
32495 \end_inset
32496
32497 Ejemplo de listado de programa flotante
32498 \end_layout
32499
32500 \end_inset
32501
32502 # Ejemplo de listado flotante
32503 \end_layout
32504
32505 \begin_layout Plain Layout
32506
32507 def func(param):
32508 \end_layout
32509
32510 \begin_layout Plain Layout
32511
32512     'this is a python function'
32513 \end_layout
32514
32515 \begin_layout Plain Layout
32516
32517     pass
32518 \end_layout
32519
32520 \end_inset
32521
32522
32523 \end_layout
32524
32525 \begin_layout Standard
32526 Una vez que has escogido un lenguaje de programación en el cuadro de diálogo
32527  de listado de programa, las palabras clave de ese lenguaje serán reconocidas
32528  y tipografiadas de manera especial en la salida.
32529  En el ejemplo, la clave de Python «def» es reconocida y se imprimirá en
32530  negrita.
32531 \end_layout
32532
32533 \begin_layout Standard
32534 \begin_inset Note Greyedout
32535 status open
32536
32537 \begin_layout Plain Layout
32538
32539 \series bold
32540 Nota:
32541 \series default
32542  Si no consigues caracteres en negrita cuando usas fuentes typewriter, se
32543  debe probablemente a que dicha fuente no suministra negritas.
32544  En este caso selecciona una fuente distinta en el menú 
32545 \family sans
32546 Documento
32547 \family default
32548 \SpecialChar \menuseparator
32549
32550 \family sans
32551 Configuración
32552 \family default
32553 \SpecialChar \menuseparator
32554
32555 \family sans
32556 Fuentes.
32557  
32558 \family default
32559 (Las fuentes 
32560 \emph on
32561 LuxiMono, BeraMono
32562 \emph default
32563  y 
32564 \emph on
32565 Courier 
32566 \emph default
32567 suministran negritas.)
32568 \end_layout
32569
32570 \end_inset
32571
32572
32573 \end_layout
32574
32575 \begin_layout Standard
32576 En la sección 
32577 \family sans
32578 Numeración
32579 \begin_inset space ~
32580 \end_inset
32581
32582 de
32583 \begin_inset space ~
32584 \end_inset
32585
32586 líneas
32587 \family default
32588  del diálogo puedes elegir el estilo de numeración de las líneas.
32589  En el campo 
32590 \family sans
32591 Paso 
32592 \family default
32593 puedes insertar un número para determinar qué líneas se numeran.
32594  Por ejemplo, si pones «3», se numera sólo una de cada tres líneas.
32595  
32596 \end_layout
32597
32598 \begin_layout Standard
32599 Además, puedes especificar un rango de líneas para que sólo éstas aparezcan
32600  en la salida.
32601  La opción 
32602 \family sans
32603 Tabla
32604 \begin_inset space ~
32605 \end_inset
32606
32607 de
32608 \begin_inset space ~
32609 \end_inset
32610
32611 caracteres
32612 \begin_inset space ~
32613 \end_inset
32614
32615 extendida
32616 \family default
32617  debería emplearse si se usan en el código caracteres nacionales como la
32618  diéresis alemana.
32619 \begin_inset Newline newline
32620 \end_inset
32621
32622 A continuación hay un ejemplo con numeración de líneas a la izquierda, paso
32623  «3», lenguaje «Python», opciones de estilo «Tabla de caracteres extendida»
32624  y «Espacio como símbolo», rango de líneas 3-8:
32625 \begin_inset listings
32626 lstparams "extendedchars=true,firstline=3,language=Python,lastline=8,numbers=left,showspaces=true,stepnumber=3"
32627 inline false
32628 status open
32629
32630 \begin_layout Plain Layout
32631
32632 def func(param):
32633 \end_layout
32634
32635 \begin_layout Plain Layout
32636
32637     'this is a python function'
32638 \end_layout
32639
32640 \begin_layout Plain Layout
32641
32642     pass
32643 \end_layout
32644
32645 \begin_layout Plain Layout
32646
32647 def func(param):
32648 \end_layout
32649
32650 \begin_layout Plain Layout
32651
32652 'This is a German word: Tschüß'
32653 \end_layout
32654
32655 \begin_layout Plain Layout
32656
32657 pass
32658 \end_layout
32659
32660 \begin_layout Plain Layout
32661
32662 def func(param):
32663 \end_layout
32664
32665 \begin_layout Plain Layout
32666
32667 'this is a python function'
32668 \end_layout
32669
32670 \begin_layout Plain Layout
32671
32672 pass
32673 \end_layout
32674
32675 \end_inset
32676
32677
32678 \end_layout
32679
32680 \begin_layout Standard
32681 \begin_inset Note Greyedout
32682 status open
32683
32684 \begin_layout Plain Layout
32685
32686 \series bold
32687 Nota:
32688 \series default
32689  Debido a un error en el paquete 
32690 \series bold
32691 listings
32692 \series default
32693  la numeración de líneas cambia en una línea por cada listado previo.
32694  Por esto en el ejemplo de arriba se numeran las líneas 2 y 5 y no las líneas
32695  3 y 6.
32696 \end_layout
32697
32698 \end_inset
32699
32700
32701 \end_layout
32702
32703 \begin_layout Standard
32704 \begin_inset VSpace bigskip
32705 \end_inset
32706
32707
32708 \end_layout
32709
32710 \begin_layout Standard
32711 También es posible imprimir como listado de programa líneas de un archivo.
32712  Para hacer esto, usa el menú 
32713 \family sans
32714 Insertar\SpecialChar \menuseparator
32715 Archivo\SpecialChar \menuseparator
32716 Documento
32717 \begin_inset space ~
32718 \end_inset
32719
32720 hijo 
32721 \family default
32722 y elige el tipo 
32723 \family sans
32724 Listado de programa
32725 \family default
32726 .
32727 \begin_inset Foot
32728 status collapsed
32729
32730 \begin_layout Plain Layout
32731 Los restantes tipos de documento hijo se describen en la sección
32732 \begin_inset space ~
32733 \end_inset
32734
32735
32736 \begin_inset CommandInset ref
32737 LatexCommand ref
32738 reference "sec:Documento-Hijo"
32739
32740 \end_inset
32741
32742 .
32743 \end_layout
32744
32745 \end_inset
32746
32747  En el diálogo de documento hijo puedes especificar los parámetros del listado
32748  en el cuadro de texto.
32749  Para ver una lista de los parámetros disponibles teclea una interrogación
32750  «?» en el cuadro.
32751 \end_layout
32752
32753 \begin_layout Standard
32754 Para referenciar un documento hijo tipo listado, escribe el texto de la
32755  etiqueta en el campo correspondiente del diálogo de documento hijo.
32756  Después se puede referenciar la etiqueta con el menú 
32757 \family sans
32758 Insertar\SpecialChar \menuseparator
32759 Referencia cruzada.
32760 \end_layout
32761
32762 \begin_layout Standard
32763 A continuación hay un ejemplo, Listado
32764 \begin_inset space ~
32765 \end_inset
32766
32767
32768 \begin_inset CommandInset ref
32769 LatexCommand ref
32770 reference "lst:archivo-listado"
32771
32772 \end_inset
32773
32774 , de inserción de líneas de un archivo; en él se incluye el rango de las
32775  líneas 10
32776 \begin_inset space \thinspace{}
32777 \end_inset
32778
32779 -
32780 \begin_inset space \thinspace{}
32781 \end_inset
32782
32783 15 de este archivo LyX.
32784 \end_layout
32785
32786 \begin_layout Standard
32787 \begin_inset CommandInset include
32788 LatexCommand lstinputlisting
32789 filename "EmbeddedObjects.lyx"
32790 lstparams "breaklines=true,caption={Líneas  10 - 15 de este archivo LyX},firstline=10,label={lst:archivo-listado},language={[LaTeX]TeX},lastline=15"
32791
32792 \end_inset
32793
32794
32795 \begin_inset VSpace bigskip
32796 \end_inset
32797
32798
32799 \end_layout
32800
32801 \begin_layout Standard
32802 Las preferencias globales se pueden establecer en el diálogo 
32803 \family sans
32804 Documento\SpecialChar \menuseparator
32805 Configuración\SpecialChar \menuseparator
32806 Diseño
32807 \begin_inset space ~
32808 \end_inset
32809
32810 del
32811 \begin_inset space ~
32812 \end_inset
32813
32814 texto.
32815  
32816 \family default
32817 Para ver ahí una lista de las opciones disponibles, escribe una interrogación
32818  «?» en el campo de texto.
32819 \end_layout
32820
32821 \begin_layout Standard
32822 Para más información sobre el paquete 
32823 \series bold
32824 listings
32825 \series default
32826 , consulta su documentación
32827 \begin_inset space ~
32828 \end_inset
32829
32830
32831 \begin_inset CommandInset citation
32832 LatexCommand cite
32833 key "listings"
32834
32835 \end_inset
32836
32837 .
32838 \end_layout
32839
32840 \begin_layout Standard
32841 \begin_inset Newpage newpage
32842 \end_inset
32843
32844
32845 \end_layout
32846
32847 \begin_layout Chapter
32848 \start_of_appendix
32849 Unidades disponibles en LyX
32850 \begin_inset Index idx
32851 status collapsed
32852
32853 \begin_layout Plain Layout
32854 Unidades
32855 \end_layout
32856
32857 \end_inset
32858
32859
32860 \begin_inset CommandInset label
32861 LatexCommand label
32862 name "cap:Unidades-disponibles-en"
32863
32864 \end_inset
32865
32866
32867 \end_layout
32868
32869 \begin_layout Standard
32870 Para comprender las unidades utilizadas en este manual, el cuadro
32871 \begin_inset space ~
32872 \end_inset
32873
32874
32875 \begin_inset CommandInset ref
32876 LatexCommand ref
32877 reference "tab:Unidades"
32878
32879 \end_inset
32880
32881  describe todas las unidades disponibles en LyX.
32882 \end_layout
32883
32884 \begin_layout Standard
32885 \begin_inset Float table
32886 placement h
32887 wide false
32888 sideways false
32889 status open
32890
32891 \begin_layout Plain Layout
32892 \begin_inset Caption
32893
32894 \begin_layout Plain Layout
32895 \begin_inset CommandInset label
32896 LatexCommand label
32897 name "tab:Unidades"
32898
32899 \end_inset
32900
32901 Unidades
32902 \end_layout
32903
32904 \end_inset
32905
32906
32907 \end_layout
32908
32909 \begin_layout Plain Layout
32910 \begin_inset VSpace medskip
32911 \end_inset
32912
32913
32914 \end_layout
32915
32916 \begin_layout Plain Layout
32917 \align center
32918 \begin_inset Tabular
32919 <lyxtabular version="3" rows="20" columns="2">
32920 <features tabularvalignment="middle">
32921 <column alignment="center" valignment="top" width="0">
32922 <column alignment="center" valignment="top" width="0">
32923 <row>
32924 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
32925 \begin_inset Text
32926
32927 \begin_layout Plain Layout
32928 unidad
32929 \end_layout
32930
32931 \end_inset
32932 </cell>
32933 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
32934 \begin_inset Text
32935
32936 \begin_layout Plain Layout
32937 nombre/descripción
32938 \end_layout
32939
32940 \end_inset
32941 </cell>
32942 </row>
32943 <row>
32944 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
32945 \begin_inset Text
32946
32947 \begin_layout Plain Layout
32948 mm
32949 \end_layout
32950
32951 \end_inset
32952 </cell>
32953 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
32954 \begin_inset Text
32955
32956 \begin_layout Plain Layout
32957 milímetro
32958 \end_layout
32959
32960 \end_inset
32961 </cell>
32962 </row>
32963 <row>
32964 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
32965 \begin_inset Text
32966
32967 \begin_layout Plain Layout
32968 cm
32969 \end_layout
32970
32971 \end_inset
32972 </cell>
32973 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
32974 \begin_inset Text
32975
32976 \begin_layout Plain Layout
32977 centímetro
32978 \end_layout
32979
32980 \end_inset
32981 </cell>
32982 </row>
32983 <row>
32984 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
32985 \begin_inset Text
32986
32987 \begin_layout Plain Layout
32988 in
32989 \end_layout
32990
32991 \end_inset
32992 </cell>
32993 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
32994 \begin_inset Text
32995
32996 \begin_layout Plain Layout
32997 pulgada
32998 \end_layout
32999
33000 \end_inset
33001 </cell>
33002 </row>
33003 <row>
33004 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
33005 \begin_inset Text
33006
33007 \begin_layout Plain Layout
33008 pt
33009 \end_layout
33010
33011 \end_inset
33012 </cell>
33013 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
33014 \begin_inset Text
33015
33016 \begin_layout Plain Layout
33017 punto (72.27
33018 \begin_inset space \thinspace{}
33019 \end_inset
33020
33021 pt = 1
33022 \begin_inset space \thinspace{}
33023 \end_inset
33024
33025 in)
33026 \end_layout
33027
33028 \end_inset
33029 </cell>
33030 </row>
33031 <row>
33032 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
33033 \begin_inset Text
33034
33035 \begin_layout Plain Layout
33036 pc
33037 \end_layout
33038
33039 \end_inset
33040 </cell>
33041 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
33042 \begin_inset Text
33043
33044 \begin_layout Plain Layout
33045 pica (1
33046 \begin_inset space \thinspace{}
33047 \end_inset
33048
33049 pc = 12
33050 \begin_inset space \thinspace{}
33051 \end_inset
33052
33053 pt)
33054 \end_layout
33055
33056 \end_inset
33057 </cell>
33058 </row>
33059 <row>
33060 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
33061 \begin_inset Text
33062
33063 \begin_layout Plain Layout
33064 sp
33065 \end_layout
33066
33067 \end_inset
33068 </cell>
33069 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
33070 \begin_inset Text
33071
33072 \begin_layout Plain Layout
33073 punto escalado (65536
33074 \begin_inset space \thinspace{}
33075 \end_inset
33076
33077 sp = 1
33078 \begin_inset space \thinspace{}
33079 \end_inset
33080
33081 pt)
33082 \end_layout
33083
33084 \end_inset
33085 </cell>
33086 </row>
33087 <row>
33088 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
33089 \begin_inset Text
33090
33091 \begin_layout Plain Layout
33092 bp
33093 \end_layout
33094
33095 \end_inset
33096 </cell>
33097 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
33098 \begin_inset Text
33099
33100 \begin_layout Plain Layout
33101 punto grande (72
33102 \begin_inset space \thinspace{}
33103 \end_inset
33104
33105 bp = 1
33106 \begin_inset space \thinspace{}
33107 \end_inset
33108
33109 in)
33110 \end_layout
33111
33112 \end_inset
33113 </cell>
33114 </row>
33115 <row>
33116 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
33117 \begin_inset Text
33118
33119 \begin_layout Plain Layout
33120 dd
33121 \end_layout
33122
33123 \end_inset
33124 </cell>
33125 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
33126 \begin_inset Text
33127
33128 \begin_layout Plain Layout
33129 didot (1
33130 \begin_inset space \thinspace{}
33131 \end_inset
33132
33133 dd 
33134 \begin_inset Formula $\approx$
33135 \end_inset
33136
33137  0.376
33138 \begin_inset space \thinspace{}
33139 \end_inset
33140
33141 mm)
33142 \end_layout
33143
33144 \end_inset
33145 </cell>
33146 </row>
33147 <row>
33148 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
33149 \begin_inset Text
33150
33151 \begin_layout Plain Layout
33152 cc
33153 \end_layout
33154
33155 \end_inset
33156 </cell>
33157 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
33158 \begin_inset Text
33159
33160 \begin_layout Plain Layout
33161 cicero (1
33162 \begin_inset space \thinspace{}
33163 \end_inset
33164
33165 cc = 12
33166 \begin_inset space \thinspace{}
33167 \end_inset
33168
33169 dd)
33170 \end_layout
33171
33172 \end_inset
33173 </cell>
33174 </row>
33175 <row>
33176 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
33177 \begin_inset Text
33178
33179 \begin_layout Plain Layout
33180 escala
33181 \begin_inset space \thinspace{}
33182 \end_inset
33183
33184 %
33185 \end_layout
33186
33187 \end_inset
33188 </cell>
33189 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
33190 \begin_inset Text
33191
33192 \begin_layout Plain Layout
33193 % del tamaño original de la imagen
33194 \end_layout
33195
33196 \end_inset
33197 </cell>
33198 </row>
33199 <row>
33200 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
33201 \begin_inset Text
33202
33203 \begin_layout Plain Layout
33204 texto
33205 \begin_inset space \thinspace{}
33206 \end_inset
33207
33208 %
33209 \end_layout
33210
33211 \end_inset
33212 </cell>
33213 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
33214 \begin_inset Text
33215
33216 \begin_layout Plain Layout
33217 % de anchura de texto
33218 \end_layout
33219
33220 \end_inset
33221 </cell>
33222 </row>
33223 <row>
33224 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
33225 \begin_inset Text
33226
33227 \begin_layout Plain Layout
33228 columna
33229 \begin_inset space \thinspace{}
33230 \end_inset
33231
33232 %
33233 \end_layout
33234
33235 \end_inset
33236 </cell>
33237 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
33238 \begin_inset Text
33239
33240 \begin_layout Plain Layout
33241 % de anchura de columna
33242 \end_layout
33243
33244 \end_inset
33245 </cell>
33246 </row>
33247 <row>
33248 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
33249 \begin_inset Text
33250
33251 \begin_layout Plain Layout
33252 página
33253 \begin_inset space \thinspace{}
33254 \end_inset
33255
33256 %
33257 \end_layout
33258
33259 \end_inset
33260 </cell>
33261 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
33262 \begin_inset Text
33263
33264 \begin_layout Plain Layout
33265 % de anchura de página
33266 \end_layout
33267
33268 \end_inset
33269 </cell>
33270 </row>
33271 <row>
33272 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
33273 \begin_inset Text
33274
33275 \begin_layout Plain Layout
33276 línea
33277 \begin_inset space \thinspace{}
33278 \end_inset
33279
33280 %
33281 \end_layout
33282
33283 \end_inset
33284 </cell>
33285 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
33286 \begin_inset Text
33287
33288 \begin_layout Plain Layout
33289 % de anchura de línea
33290 \end_layout
33291
33292 \end_inset
33293 </cell>
33294 </row>
33295 <row>
33296 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
33297 \begin_inset Text
33298
33299 \begin_layout Plain Layout
33300 alt.
33301  texto
33302 \begin_inset space \thinspace{}
33303 \end_inset
33304
33305 %
33306 \end_layout
33307
33308 \end_inset
33309 </cell>
33310 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
33311 \begin_inset Text
33312
33313 \begin_layout Plain Layout
33314 % de altura de texto
33315 \end_layout
33316
33317 \end_inset
33318 </cell>
33319 </row>
33320 <row>
33321 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
33322 \begin_inset Text
33323
33324 \begin_layout Plain Layout
33325 alt.
33326  pág.
33327 \begin_inset space \thinspace{}
33328 \end_inset
33329
33330 %
33331 \end_layout
33332
33333 \end_inset
33334 </cell>
33335 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
33336 \begin_inset Text
33337
33338 \begin_layout Plain Layout
33339 % de altura de página
33340 \end_layout
33341
33342 \end_inset
33343 </cell>
33344 </row>
33345 <row>
33346 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
33347 \begin_inset Text
33348
33349 \begin_layout Plain Layout
33350 ex
33351 \end_layout
33352
33353 \end_inset
33354 </cell>
33355 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
33356 \begin_inset Text
33357
33358 \begin_layout Plain Layout
33359 altura de la letra 
33360 \emph on
33361 x
33362 \emph default
33363  en la fuente actual
33364 \end_layout
33365
33366 \end_inset
33367 </cell>
33368 </row>
33369 <row>
33370 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
33371 \begin_inset Text
33372
33373 \begin_layout Plain Layout
33374 em
33375 \end_layout
33376
33377 \end_inset
33378 </cell>
33379 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
33380 \begin_inset Text
33381
33382 \begin_layout Plain Layout
33383 anchura de la letra 
33384 \emph on
33385 M
33386 \emph default
33387  en la fuente actual
33388 \end_layout
33389
33390 \end_inset
33391 </cell>
33392 </row>
33393 <row>
33394 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
33395 \begin_inset Text
33396
33397 \begin_layout Plain Layout
33398 mu
33399 \end_layout
33400
33401 \end_inset
33402 </cell>
33403 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
33404 \begin_inset Text
33405
33406 \begin_layout Plain Layout
33407 unidad matemática (1
33408 \begin_inset space \thinspace{}
33409 \end_inset
33410
33411 mu = 1/18
33412 \begin_inset space \thinspace{}
33413 \end_inset
33414
33415 em)
33416 \end_layout
33417
33418 \end_inset
33419 </cell>
33420 </row>
33421 </lyxtabular>
33422
33423 \end_inset
33424
33425
33426 \end_layout
33427
33428 \end_inset
33429
33430
33431 \end_layout
33432
33433 \begin_layout Chapter
33434 Formatos de archivos de salida con gráficos
33435 \begin_inset CommandInset label
33436 LatexCommand label
33437 name "cap:Formatos-de-Archivos-de-Salida"
33438
33439 \end_inset
33440
33441
33442 \end_layout
33443
33444 \begin_layout Section
33445 DVI
33446 \begin_inset Index idx
33447 status collapsed
33448
33449 \begin_layout Plain Layout
33450 Formatos de archivo ! DVI
33451 \end_layout
33452
33453 \end_inset
33454
33455
33456 \begin_inset Index idx
33457 status collapsed
33458
33459 \begin_layout Plain Layout
33460 DVI|see
33461 \begin_inset ERT
33462 status collapsed
33463
33464 \begin_layout Plain Layout
33465
33466 {
33467 \end_layout
33468
33469 \end_inset
33470
33471 Formatos de archivo
33472 \begin_inset ERT
33473 status collapsed
33474
33475 \begin_layout Plain Layout
33476
33477 }
33478 \end_layout
33479
33480 \end_inset
33481
33482
33483 \end_layout
33484
33485 \end_inset
33486
33487
33488 \end_layout
33489
33490 \begin_layout Standard
33491 Este tipo de archivo tiene la extensión «
33492 \family typewriter
33493 .dvi
33494 \family default
33495 ».
33496  Se denomina «device-independent» (DVI), porque es completamente portable;
33497  se pueden mover de una máquina a otra sin necesidad de conversión alguna.
33498  En la época en que se desarrolló este formato, esto no era un asunto baladí.
33499  Los DVI se usan para vistas preliminares rápidas y como preparación para
33500  otros formatos de salida como PostScript.
33501 \end_layout
33502
33503 \begin_layout Standard
33504 \begin_inset Note Greyedout
33505 status open
33506
33507 \begin_layout Plain Layout
33508
33509 \series bold
33510 Nota:
33511 \series default
33512  Los archivos DVI no contienen imágenes, sino enlaces a ellas.
33513 \end_layout
33514
33515 \end_inset
33516
33517  Por tanto no debes olvidar esto si mueves archivos 
33518 \family typewriter
33519 .dvi
33520 \family default
33521  a otro ordenador.
33522  Esta característica también puede retardar la visualización del archivo,
33523  porque el visor DVI tiene que convertir la imagen en segundo plano para
33524  hacerla visible al deslizar el visor.
33525  Así pues recomendamos usar PDF para archivos con muchas imágenes.
33526 \end_layout
33527
33528 \begin_layout Standard
33529 Un documento se exporta a DVI con el menú 
33530 \family sans
33531 Archivo\SpecialChar \menuseparator
33532 Exportar\SpecialChar \menuseparator
33533 DVI
33534 \family default
33535 .
33536  Puedes ver la salida del documento en DVI con el menú 
33537 \family sans
33538 Ver\SpecialChar \menuseparator
33539 DVI 
33540 \family default
33541 o con el botón
33542 \begin_inset space ~
33543 \end_inset
33544
33545
33546 \begin_inset Graphics
33547         filename ../../images/buffer-view_dvi.png
33548         scale 85
33549
33550 \end_inset
33551
33552 .
33553 \end_layout
33554
33555 \begin_layout Section
33556 PostScript
33557 \begin_inset CommandInset label
33558 LatexCommand label
33559 name "sec:PostScript"
33560
33561 \end_inset
33562
33563
33564 \begin_inset Index idx
33565 status collapsed
33566
33567 \begin_layout Plain Layout
33568 Formatos de archivo ! PostScript
33569 \end_layout
33570
33571 \end_inset
33572
33573
33574 \begin_inset Index idx
33575 status collapsed
33576
33577 \begin_layout Plain Layout
33578 PostScript|see
33579 \begin_inset ERT
33580 status collapsed
33581
33582 \begin_layout Plain Layout
33583
33584 {
33585 \end_layout
33586
33587 \end_inset
33588
33589 Formatos de archivo
33590 \begin_inset ERT
33591 status collapsed
33592
33593 \begin_layout Plain Layout
33594
33595 }
33596 \end_layout
33597
33598 \end_inset
33599
33600
33601 \end_layout
33602
33603 \end_inset
33604
33605
33606 \end_layout
33607
33608 \begin_layout Standard
33609 Este tipo de archivo tiene la extensión «
33610 \family typewriter
33611 .ps
33612 \family default
33613 ».
33614  PostScript fue desarrollado por la compañía 
33615 \family typewriter
33616 Adobe
33617 \family default
33618  como lenguaje para impresoras.
33619  Por eso estos archivos contienen comandos que usa la impresora para imprimirlos.
33620  PostScript puede considerarse como un «lenguaje de programación»; con él
33621  puedes calcular y dibujar imágenes y diagramas.
33622 \begin_inset Foot
33623 status collapsed
33624
33625 \begin_layout Plain Layout
33626 Si estás interesado en este tema acude al paquete LaTeX 
33627 \series bold
33628 PSTricks
33629 \series default
33630  
33631 \begin_inset CommandInset citation
33632 LatexCommand cite
33633 key "pstricks"
33634
33635 \end_inset
33636
33637 .
33638 \end_layout
33639
33640 \end_inset
33641
33642  Por esto los archivos suelen ser más grandes que los PDF.
33643 \end_layout
33644
33645 \begin_layout Standard
33646 Los archivos PostScript sólo pueden contener imágenes en el formato «Encapsulate
33647 d PostScript» (EPS, extensión «
33648 \family typewriter
33649 .eps
33650 \family default
33651 »).
33652  Como LyX permite usar cualquier formato de imagen conocido, tiene que trabajar
33653  en segundo plano para convertir las imágenes a EPS.
33654  Si por ejemplo, el documento tiene 50 imágenes, LyX ha de hacer 50 conversiones
33655  cada vez que veas o exportes el documento.
33656  Esto ralentizará mucho el trabajo, así que si piensas usar PostScript,
33657  puedes evitar el problema insertando las imágenes directamente en EPS.
33658 \end_layout
33659
33660 \begin_layout Standard
33661 El documento se puede exportar a PostScript con el menú 
33662 \family sans
33663 Archivo\SpecialChar \menuseparator
33664 Exportar\SpecialChar \menuseparator
33665 Postscript
33666 \family default
33667 .
33668  Se puede ver la salida en PostScript con el menú 
33669 \family sans
33670 Ver\SpecialChar \menuseparator
33671 Postscript 
33672 \family default
33673 o con el botón
33674 \begin_inset space ~
33675 \end_inset
33676
33677
33678 \begin_inset Graphics
33679         filename ../../images/buffer-view_ps.png
33680
33681 \end_inset
33682
33683 .
33684 \end_layout
33685
33686 \begin_layout Section
33687 PDF
33688 \begin_inset Index idx
33689 status collapsed
33690
33691 \begin_layout Plain Layout
33692 Formatos de archivo ! PDF
33693 \end_layout
33694
33695 \end_inset
33696
33697
33698 \begin_inset Index idx
33699 status collapsed
33700
33701 \begin_layout Plain Layout
33702 PDF
33703 \end_layout
33704
33705 \end_inset
33706
33707
33708 \end_layout
33709
33710 \begin_layout Standard
33711 Este tipo de archivo tiene la extensión «
33712 \family typewriter
33713 .pdf
33714 \family default
33715 ».
33716  El formato «Portable Document Format» (PDF) fue desarrollado por 
33717 \family typewriter
33718 Adobe
33719 \family default
33720  como derivado de PostScript.
33721  Es más comprimido y utiliza muchos menos comandos que PostScript.
33722  Como su nombre «portable» indica, puede ser procesado por cualquier sistema
33723  operativo y la salida impresa se muestra exactamente igual.
33724 \end_layout
33725
33726 \begin_layout Standard
33727 PDF puede contener imágenes en su propio formato PDF, en el formato «Joint
33728  Photographic Experts Group» (JPG, extensión «
33729 \family typewriter
33730 .jpg
33731 \family default
33732 » o «
33733 \family typewriter
33734 .jpeg
33735 \family default
33736 »), y en el formato «Portable Network Graphics» (PNG, extensión «
33737 \family typewriter
33738 .png
33739 \family default
33740 »).
33741  Aunque puedes poner cualquier otro formato de imagen, porque LyX los convierte
33742  en segundo plano a alguno de los anteriores.
33743  Pero como se ha comentado en la sección sobre PostScript, la conversión
33744  de gráficos ralentiza el trabajo.
33745  Por tanto se recomienda utilizar alguno de los tres formatos de imagen
33746  mencionados.
33747 \end_layout
33748
33749 \begin_layout Standard
33750 Un documento se puede exportar a PDF con el menú 
33751 \family sans
33752 Archivo\SpecialChar \menuseparator
33753 Exportar
33754 \family default
33755  en tres modos diferentes:
33756 \end_layout
33757
33758 \begin_layout Description
33759 PDF
33760 \begin_inset space ~
33761 \end_inset
33762
33763 (ps2pdf) Este utiliza el programa 
33764 \family typewriter
33765 ps2pdf
33766 \family default
33767  que crea un PDF a partir de una versión PostScript del archivo.
33768  La versión PostScript es producida por el programa 
33769 \family typewriter
33770 dvips
33771 \family default
33772  que usa una versión DVI como paso intermedio.
33773  Así que este modo de exportación consta de tres conversiones.
33774 \end_layout
33775
33776 \begin_layout Description
33777 PDF
33778 \begin_inset space ~
33779 \end_inset
33780
33781 (dvipdfm) Este utiliza el programa 
33782 \family typewriter
33783 dvipdfm
33784 \family default
33785  que convierte el archivo a DVI en segundo plano y en un segundo paso a
33786  PDF.
33787 \end_layout
33788
33789 \begin_layout Description
33790 PDF
33791 \begin_inset space ~
33792 \end_inset
33793
33794 (pdflatex) Este utiliza el programa 
33795 \family typewriter
33796 pdftex
33797 \family default
33798  que convierte directamente el archivo a PDF.
33799 \end_layout
33800
33801 \begin_layout Standard
33802 Se recomienda usar 
33803 \family sans
33804 PDF
33805 \begin_inset space ~
33806 \end_inset
33807
33808 (pdflatex)
33809 \family default
33810  porque 
33811 \family typewriter
33812 pdftex
33813 \family default
33814  soporta todas las características de las versiones actuales de PDF, es
33815  rápido y estable.
33816  El programa 
33817 \family typewriter
33818 dvipdfm
33819 \family default
33820  ya no se desarrolla y está un poco obsoleto.
33821 \end_layout
33822
33823 \begin_layout Standard
33824 La salida en formato PDF se puede ver con el menú 
33825 \family sans
33826 Ver 
33827 \family default
33828 o con el botón
33829 \begin_inset space ~
33830 \end_inset
33831
33832
33833 \begin_inset Graphics
33834         filename ../../images/buffer-view_pdf2.png
33835         scale 85
33836
33837 \end_inset
33838
33839  (que usa 
33840 \family sans
33841 PDF
33842 \begin_inset space ~
33843 \end_inset
33844
33845 (pdflatex)
33846 \family default
33847 ).
33848 \end_layout
33849
33850 \begin_layout Chapter
33851 Explicación de la ecuación
33852 \begin_inset space ~
33853 \end_inset
33854
33855
33856 \begin_inset CommandInset ref
33857 LatexCommand eqref
33858 reference "eq:Wgn"
33859
33860 \end_inset
33861
33862
33863 \begin_inset CommandInset label
33864 LatexCommand label
33865 name "cap:Explicación-de-la-Ecuación"
33866
33867 \end_inset
33868
33869
33870 \end_layout
33871
33872 \begin_layout Standard
33873 La anchura total de 
33874 \emph on
33875 n
33876 \emph default
33877  celdas de una tabla 
33878 \begin_inset Formula $W_{\mathrm{tot\, n}}$
33879 \end_inset
33880
33881  puede calcularse con
33882 \end_layout
33883
33884 \begin_layout Standard
33885 \begin_inset Formula \begin{equation}
33886 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}
33887
33888 \end_inset
33889
33890
33891 \end_layout
33892
33893 \begin_layout Standard
33894 donde 
33895 \begin_inset Formula $W_{g\, n}$
33896 \end_inset
33897
33898  es el ancho dado de todas las celdas.
33899  
33900 \series bold
33901
33902 \backslash
33903 tabcolsep
33904 \series default
33905  es la longitud LaTeX entre el texto y el borde de la celda, 6
33906 \begin_inset space \thinspace{}
33907 \end_inset
33908
33909 pt por omisión.
33910  
33911 \series bold
33912
33913 \backslash
33914 arrayrulewidth
33915 \series default
33916  es el grosor de línea del borde, 0.4
33917 \begin_inset space \thinspace{}
33918 \end_inset
33919
33920 pt por omisión.
33921 \end_layout
33922
33923 \begin_layout Standard
33924 Procediendo como en la ecuación
33925 \begin_inset space ~
33926 \end_inset
33927
33928
33929 \begin_inset CommandInset ref
33930 LatexCommand eqref
33931 reference "eq:Wtot_n"
33932
33933 \end_inset
33934
33935 , el ancho total de una multicolumna, 
33936 \begin_inset Formula $W_{\mathrm{tot\, mult}}$
33937 \end_inset
33938
33939  es
33940 \end_layout
33941
33942 \begin_layout Standard
33943 \begin_inset Formula \begin{equation}
33944 W_{\mathrm{tot\, mult}}=W_{g\,\mathrm{mult}}+2\cdot\backslash\mbox{tabcolsep}+2\cdot\backslash\mbox{arrayrulewidth}\label{eq:Wtot_mult}\end{equation}
33945
33946 \end_inset
33947
33948
33949 \end_layout
33950
33951 \begin_layout Standard
33952 Igualando las ecuaciones
33953 \begin_inset space ~
33954 \end_inset
33955
33956
33957 \begin_inset CommandInset ref
33958 LatexCommand eqref
33959 reference "eq:Wtot_n"
33960
33961 \end_inset
33962
33963  y 
33964 \begin_inset CommandInset ref
33965 LatexCommand eqref
33966 reference "eq:Wtot_mult"
33967
33968 \end_inset
33969
33970  podemos calcular el ancho dado necesario 
33971 \begin_inset Formula $W_{g\, n}$
33972 \end_inset
33973
33974  cuando se expanden 
33975 \emph on
33976 n
33977 \emph default
33978  columnas, de forma que cada una de ellas tiene una anchura total  
33979 \begin_inset Formula $W_{\mathrm{tot\, mult}}/n$
33980 \end_inset
33981
33982 :
33983 \end_layout
33984
33985 \begin_layout Standard
33986 \begin_inset Formula \begin{equation}
33987 W_{g\, n}=(W_{g\,\mathrm{mult}}+(1-n)\cdot(2\cdot\backslash\mbox{tabcolsep}+\backslash\mbox{arrayrulewidth}))/n\end{equation}
33988
33989 \end_inset
33990
33991
33992 \end_layout
33993
33994 \begin_layout Bibliography
33995 \labelwidthstring Bibliografía
33996 \begin_inset CommandInset bibitem
33997 LatexCommand bibitem
33998 key "latexcompanion"
33999
34000 \end_inset
34001
34002 Frank Mittelbach and Michel Goossens: 
34003 \emph on
34004 The LaTeX Companion Second Edition.
34005
34006 \emph default
34007  Addison-Wesley, 2004
34008 \end_layout
34009
34010 \begin_layout Bibliography
34011 \labelwidthstring Bibliografía
34012 \begin_inset CommandInset bibitem
34013 LatexCommand bibitem
34014 key "latexguide"
34015
34016 \end_inset
34017
34018 Helmut Kopka and Patrick W.
34019  Daly: 
34020 \emph on
34021 A Guide to LaTeX Fourth Edition.
34022
34023 \emph default
34024  Addison-Wesley, 2003
34025 \end_layout
34026
34027 \begin_layout Bibliography
34028 \labelwidthstring Bibliografía
34029 \begin_inset CommandInset bibitem
34030 LatexCommand bibitem
34031 key "latexbook"
34032
34033 \end_inset
34034
34035 Leslie Lamport: 
34036 \emph on
34037 LaTeX: A Document Preparation System.
34038
34039 \emph default
34040  Addison-Wesley, second edition, 1994
34041 \end_layout
34042
34043 \begin_layout Bibliography
34044 \labelwidthstring Bibliografía
34045 \begin_inset CommandInset bibitem
34046 LatexCommand bibitem
34047 key "booktabs"
34048
34049 \end_inset
34050
34051 Documentación del paquete LaTeX 
34052 \series bold
34053
34054 \begin_inset CommandInset href
34055 LatexCommand href
34056 name "booktabs"
34057 target "ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/booktabs/booktabs.pdf"
34058
34059 \end_inset
34060
34061
34062 \series default
34063
34064 \begin_inset Index idx
34065 status collapsed
34066
34067 \begin_layout Plain Layout
34068 LaTeX-paquetes ! booktabs
34069 \end_layout
34070
34071 \end_inset
34072
34073
34074 \end_layout
34075
34076 \begin_layout Bibliography
34077 \labelwidthstring Bibliografía
34078 \begin_inset CommandInset bibitem
34079 LatexCommand bibitem
34080 key "caption"
34081
34082 \end_inset
34083
34084 Documentación del paquete LaTeX 
34085 \series bold
34086
34087 \begin_inset CommandInset href
34088 LatexCommand href
34089 name "caption"
34090 target "ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/caption/caption.pdf"
34091
34092 \end_inset
34093
34094
34095 \series default
34096
34097 \begin_inset Index idx
34098 status collapsed
34099
34100 \begin_layout Plain Layout
34101 LaTeX-paquetes ! caption
34102 \end_layout
34103
34104 \end_inset
34105
34106
34107 \end_layout
34108
34109 \begin_layout Bibliography
34110 \labelwidthstring Bibliografía
34111 \begin_inset CommandInset bibitem
34112 LatexCommand bibitem
34113 key "endfloat"
34114
34115 \end_inset
34116
34117 Documentación del paquete LaTeX 
34118 \series bold
34119
34120 \begin_inset CommandInset href
34121 LatexCommand href
34122 name "endfloat"
34123 target "ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/endfloat/endfloat.pdf"
34124
34125 \end_inset
34126
34127
34128 \series default
34129
34130 \begin_inset Index idx
34131 status collapsed
34132
34133 \begin_layout Plain Layout
34134 LaTeX-paquetes ! endfloat
34135 \end_layout
34136
34137 \end_inset
34138
34139
34140 \end_layout
34141
34142 \begin_layout Bibliography
34143 \labelwidthstring Bibliografía
34144 \begin_inset CommandInset bibitem
34145 LatexCommand bibitem
34146 key "wrapfig"
34147
34148 \end_inset
34149
34150 Documentación del paquete LaTeX 
34151 \series bold
34152
34153 \begin_inset CommandInset href
34154 LatexCommand href
34155 name "wrapfig"
34156 target "ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/wrapfig/wrapfig.sty"
34157
34158 \end_inset
34159
34160
34161 \series default
34162
34163 \begin_inset Index idx
34164 status collapsed
34165
34166 \begin_layout Plain Layout
34167 LaTeX-paquetes ! wrapfig
34168 \begin_inset ERT
34169 status collapsed
34170
34171 \begin_layout Plain Layout
34172
34173
34174 \backslash
34175 vspace{4mm}
34176 \end_layout
34177
34178 \end_inset
34179
34180
34181 \end_layout
34182
34183 \end_inset
34184
34185
34186 \end_layout
34187
34188 \begin_layout Bibliography
34189 \labelwidthstring Bibliografía
34190 \begin_inset CommandInset bibitem
34191 LatexCommand bibitem
34192 key "footmisc"
34193
34194 \end_inset
34195
34196 Documentación del paquete LaTeX 
34197 \series bold
34198
34199 \begin_inset CommandInset href
34200 LatexCommand href
34201 name "footmisc"
34202 target "ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/footmisc/footmisc.pdf"
34203
34204 \end_inset
34205
34206
34207 \series default
34208
34209 \begin_inset Index idx
34210 status collapsed
34211
34212 \begin_layout Plain Layout
34213 LaTeX-paquetes ! footmisc
34214 \end_layout
34215
34216 \end_inset
34217
34218
34219 \end_layout
34220
34221 \begin_layout Bibliography
34222 \labelwidthstring Bibliografía
34223 \begin_inset CommandInset bibitem
34224 LatexCommand bibitem
34225 key "hypcap"
34226
34227 \end_inset
34228
34229 Documentación del paquete LaTeX 
34230 \series bold
34231
34232 \begin_inset CommandInset href
34233 LatexCommand href
34234 name "hypcap"
34235 target "http://www.ctan.org/tex-archive/macros/latex/contrib/oberdiek/hypcap.pdf"
34236
34237 \end_inset
34238
34239
34240 \series default
34241
34242 \begin_inset Index idx
34243 status collapsed
34244
34245 \begin_layout Plain Layout
34246 LaTeX-paquetes ! hyperref
34247 \end_layout
34248
34249 \end_inset
34250
34251
34252 \end_layout
34253
34254 \begin_layout Bibliography
34255 \labelwidthstring Bibliografía
34256 \begin_inset CommandInset bibitem
34257 LatexCommand bibitem
34258 key "hyperref"
34259
34260 \end_inset
34261
34262 Documentación del paquete LaTeX 
34263 \series bold
34264
34265 \begin_inset CommandInset href
34266 LatexCommand href
34267 name "hyperref"
34268 target "ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/hyperref/hyperref.pdf"
34269
34270 \end_inset
34271
34272
34273 \series default
34274
34275 \begin_inset Index idx
34276 status collapsed
34277
34278 \begin_layout Plain Layout
34279 LaTeX-paquetes ! hyperref
34280 \end_layout
34281
34282 \end_inset
34283
34284
34285 \end_layout
34286
34287 \begin_layout Bibliography
34288 \labelwidthstring Bibliografía
34289 \begin_inset CommandInset bibitem
34290 LatexCommand bibitem
34291 key "KOMA-Script"
34292
34293 \end_inset
34294
34295 Documentación del paquete LaTeX 
34296 \series bold
34297
34298 \begin_inset CommandInset href
34299 LatexCommand href
34300 name "KOMA-Script"
34301 target "ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/koma-script/scrguien.pdf"
34302
34303 \end_inset
34304
34305
34306 \series default
34307
34308 \begin_inset Index idx
34309 status collapsed
34310
34311 \begin_layout Plain Layout
34312 LaTeX-paquetes ! KOMA-Script
34313 \end_layout
34314
34315 \end_inset
34316
34317
34318 \end_layout
34319
34320 \begin_layout Bibliography
34321 \labelwidthstring Bibliografía
34322 \begin_inset CommandInset bibitem
34323 LatexCommand bibitem
34324 key "listings"
34325
34326 \end_inset
34327
34328 Documentación del paquete LaTeX 
34329 \series bold
34330
34331 \begin_inset CommandInset href
34332 LatexCommand href
34333 name "listings"
34334 target "ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/listings/listings.pdf"
34335
34336 \end_inset
34337
34338
34339 \series default
34340
34341 \begin_inset Index idx
34342 status collapsed
34343
34344 \begin_layout Plain Layout
34345 LaTeX-paquetes ! listings
34346 \end_layout
34347
34348 \end_inset
34349
34350
34351 \end_layout
34352
34353 \begin_layout Bibliography
34354 \labelwidthstring Bibliografía
34355 \begin_inset CommandInset bibitem
34356 LatexCommand bibitem
34357 key "marginnote"
34358
34359 \end_inset
34360
34361 Documentación del paquete LaTeX 
34362 \series bold
34363
34364 \begin_inset CommandInset href
34365 LatexCommand href
34366 name "marginnote"
34367 target "ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/marginnote/marginnote.pdf"
34368
34369 \end_inset
34370
34371
34372 \series default
34373
34374 \begin_inset Index idx
34375 status collapsed
34376
34377 \begin_layout Plain Layout
34378 LaTeX-paquetes ! marginnote
34379 \end_layout
34380
34381 \end_inset
34382
34383
34384 \end_layout
34385
34386 \begin_layout Bibliography
34387 \labelwidthstring Bibliografía
34388 \begin_inset CommandInset bibitem
34389 LatexCommand bibitem
34390 key "pstricks"
34391
34392 \end_inset
34393
34394 Página web del paquete LaTeX 
34395 \series bold
34396
34397 \begin_inset CommandInset href
34398 LatexCommand href
34399 name "PSTricks"
34400 target "http://tug.org/PSTricks/"
34401
34402 \end_inset
34403
34404
34405 \series default
34406
34407 \begin_inset Index idx
34408 status collapsed
34409
34410 \begin_layout Plain Layout
34411 LaTeX-paquetes ! PSTricks
34412 \end_layout
34413
34414 \end_inset
34415
34416
34417 \end_layout
34418
34419 \begin_layout Bibliography
34420 \labelwidthstring Bibliografía
34421 \begin_inset CommandInset bibitem
34422 LatexCommand bibitem
34423 key "sidecap"
34424
34425 \end_inset
34426
34427 Documentación del paquete LaTeX 
34428 \series bold
34429
34430 \begin_inset CommandInset href
34431 LatexCommand href
34432 name "sidecap"
34433 target "ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/sidecap/sidecap.pdf"
34434
34435 \end_inset
34436
34437
34438 \series default
34439
34440 \begin_inset Index idx
34441 status collapsed
34442
34443 \begin_layout Plain Layout
34444 LaTeX-paquetes ! sidecap
34445 \end_layout
34446
34447 \end_inset
34448
34449
34450 \end_layout
34451
34452 \begin_layout Bibliography
34453 \labelwidthstring Bibliografía
34454 \begin_inset CommandInset bibitem
34455 LatexCommand bibitem
34456 key "prettyref"
34457
34458 \end_inset
34459
34460 Documentación del paquete LaTeX 
34461 \series bold
34462
34463 \begin_inset CommandInset href
34464 LatexCommand href
34465 name "prettyref"
34466 target "http://www.ctan.org/tex-archive/macros/latex/contrib/prettyref/prettyref.pdf"
34467
34468 \end_inset
34469
34470
34471 \series default
34472
34473 \begin_inset Index idx
34474 status collapsed
34475
34476 \begin_layout Plain Layout
34477 LaTeX-paquetes ! prettyref
34478 \end_layout
34479
34480 \end_inset
34481
34482
34483 \end_layout
34484
34485 \begin_layout Bibliography
34486 \labelwidthstring Bibliografía
34487 \begin_inset CommandInset bibitem
34488 LatexCommand bibitem
34489 key "NewInLyX16"
34490
34491 \end_inset
34492
34493
34494 \begin_inset CommandInset href
34495 LatexCommand href
34496 name "Página wiki"
34497 target "http://wiki.lyx.org/LyX/NewInLyX16"
34498
34499 \end_inset
34500
34501  sobre características nuevas para la versión 
34502 \family sans
34503 LyX
34504 \begin_inset space ~
34505 \end_inset
34506
34507 1.6.0
34508 \family default
34509 .
34510 \end_layout
34511
34512 \begin_layout Standard
34513 \begin_inset CommandInset index_print
34514 LatexCommand printindex
34515 type "idx"
34516
34517 \end_inset
34518
34519
34520 \end_layout
34521
34522 \begin_layout Standard
34523 \begin_inset FloatList figure
34524
34525 \end_inset
34526
34527
34528 \end_layout
34529
34530 \begin_layout Standard
34531 \begin_inset FloatList table
34532
34533 \end_inset
34534
34535
34536 \end_layout
34537
34538 \begin_layout Standard
34539 \begin_inset FloatList algorithm
34540
34541 \end_inset
34542
34543
34544 \end_layout
34545
34546 \end_body
34547 \end_document