]> git.lyx.org Git - lyx.git/blob - lib/doc/es/EmbeddedObjects.lyx
documentation: - description of former shaded and framed notes that are now boxes
[lyx.git] / lib / doc / es / EmbeddedObjects.lyx
1 #LyX 1.6.0svn created this file. For more info see http://www.lyx.org/
2 \lyxformat 338
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 % provides caption formatting
23 \usepackage[labelfont={bf,sf}, tableposition=top]{caption}[2004/07/16]
24
25 % provides commands to set caption
26 % beside tables/images
27 \usepackage{sidecap}
28
29 \newcommand{\TabBesBeg}{%
30  \let\MyTable\table
31  \let\MyEndtable\endtable
32  \renewenvironment{table}{\begin{SCtable}}{\end{SCtable}}}
33
34 \newcommand{\TabBesEnd}{%
35  \let\table\MyTable
36  \let\endtable\MyEndtable}
37
38 \newcommand{\FigBesBeg}{%
39  \let\MyFigure\figure
40  \let\MyEndfigure\endfigure
41  \renewenvironment{figure}{\begin{SCfigure}}{\end{SCfigure}}}
42
43 \newcommand{\FigBesEnd}{%
44  \let\figure\MyFigure
45  \let\endfigure\MyEndfigure}
46
47 % enables calculation of values,
48 \usepackage{calc}
49
50 % provides special table cell alignments
51 \usepackage{dcolumn}
52
53 % increase the bottom float placement fraction
54 \renewcommand{\bottomfraction}{0.5}
55
56 % avoids that floats are placed before their
57 % corresponding section starts
58 \let\mySection\section\renewcommand{\section}{\suppressfloats[t]\mySection}
59
60 % speed up the longtable calculation
61 \setcounter{LTchunksize}{100}
62
63 % used for scaled and rotated boxes
64 \@ifundefined{rotatebox}{\usepackage{graphicx}}{}
65
66 % used for colored tables
67 \@ifundefined{textcolor}
68  {\usepackage{color}}{}
69 \definecolor{verdeoscuro}{cmyk}{0.5, 0, 1, 0.5}
70 \definecolor{grisclaro}{gray}{0.8}
71
72 % check for package colortbl
73 % used for colored table cells
74 \newboolean{colortbl}
75 \IfFileExists{colortbl.sty}
76  {\usepackage{colortbl}
77   \setboolean{colortbl}{true}}
78  {\setboolean{colortbl}{false}}
79
80 % used for multirows
81 \usepackage{multirow}
82 %\renewcommand{\multirowsetup}{\centering}
83
84 % used for book-style tables
85 \usepackage{booktabs}
86
87 % used to have extra space in table cells
88 \@ifundefined{extrarowheight}
89  {\usepackage{array}}{}
90 \setlength{\extrarowheight}{2pt}
91
92 % used for customized tables
93 % ---
94 \newcolumntype{M}[1]
95  {>{\centering\hspace{0pt}}m{#1}}
96
97 \newcolumntype{S}[2]
98  {>{\centering\hspace{0pt}}m{(#1+(2\tabcolsep+\arrayrulewidth)*(1-#2))/#2}}
99
100 \newcolumntype{K}[1]
101  {>{\columncolor{#1}\hspace{0pt}}c}
102
103 \newcolumntype{V}{!{\vrule width 1.5pt}}
104
105 \newcolumntype{W}{!{\color{green}\vline}}
106 % ---
107
108 % the pages of the TOC are numbered roman
109 % and a PDF-bookmark for the TOC is added
110 \let\myTOC\tableofcontents
111 \renewcommand\tableofcontents{%
112   \frontmatter
113   \pdfbookmark[1]{\contentsname}{}
114   \myTOC
115   \mainmatter }
116
117 % insert additional vertical space of
118 % 1.5 mm between footnotes
119 \let\myFoot\footnote
120 \renewcommand{\footnote}[1]{\myFoot{#1\vspace{1.5mm}}}
121
122 % number algorithm floats within chapters
123 \numberwithin{algorithm}{chapter}
124 % en español
125 \floatname{algorithm}{Algoritmo}
126
127
128 % redefine the greyed out note
129 \renewenvironment{lyxgreyedout}
130  {\textcolor{blue}\bgroup}{\egroup}
131
132 % ------------------------------------
133 % used to check for needed LaTeX packages
134 \usepackage{ifthen}
135
136 % check for package arydshln
137 % used for tables with dashed lines
138 \newboolean{arydshln}
139 \IfFileExists{arydshln.sty}
140  {\usepackage{arydshln}
141   \setboolean{arydshln}{true}}
142  {\setboolean{arydshln}{false}}
143
144 % check for package marginnote
145 % used for margin notes
146 \newboolean{marginnote}
147 \IfFileExists{marginnote.sty}
148  {\usepackage{marginnote}
149   \let\marginpar\marginnote
150   \setboolean{marginnote}{true}}
151  {\setboolean{marginnote}{false}}
152
153 % check for package sidecap
154 % used for captions on the side
155 \newboolean{sidecap}
156 \IfFileExists{sidecap.sty}
157  {\usepackage{sidecap}
158   \let\marginpar\marginnote
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 \language spanish
173 \inputencoding auto
174 \font_roman default
175 \font_sans default
176 \font_typewriter default
177 \font_default_family default
178 \font_sc false
179 \font_osf false
180 \font_sf_scale 100
181 \font_tt_scale 100
182
183 \graphics default
184 \paperfontsize 12
185 \spacing single
186 \use_hyperref true
187 \pdf_title "Manual detallado de Figuras, Tablas, Flotantes, Notas, Cuadros y Archivos en LyX"
188 \pdf_author "LyX Team, Uwe Stöhr, Spanish translation: Ignacio Garcia"
189 \pdf_subject "LyX-documentation about figures, tables, floats, notes, and boxe"
190 \pdf_keywords "LyX, Tables, Figures, Floats, Boxes, Notes"
191 \pdf_bookmarks true
192 \pdf_bookmarksnumbered true
193 \pdf_bookmarksopen true
194 \pdf_bookmarksopenlevel 1
195 \pdf_breaklinks false
196 \pdf_pdfborder false
197 \pdf_colorlinks true
198 \pdf_backref false
199 \pdf_pagebackref false
200 \pdf_pdfusetitle false
201 \pdf_quoted_options "linkcolor=black, citecolor=black, urlcolor=blue, filecolor=blue,  pdfpagelayout=OneColumn, pdfnewwindow=true,  pdfstartview=XYZ, plainpages=false, pdfpagelabels"
202 \papersize default
203 \use_geometry false
204 \use_amsmath 2
205 \use_esint 0
206 \cite_engine basic
207 \use_bibtopic false
208 \paperorientation portrait
209 \secnumdepth 3
210 \tocdepth 3
211 \paragraph_separation skip
212 \defskip medskip
213 \quotes_language english
214 \papercolumns 1
215 \papersides 2
216 \paperpagestyle default
217 \bullet 1 1 34 -1
218 \bullet 2 2 35 -1
219 \bullet 3 2 7 -1
220 \tracking_changes false
221 \output_changes false
222 \author "" 
223 \author "" 
224 \end_header
225
226 \begin_body
227
228 \begin_layout Title
229 Manual detallado de Figuras, Tablas, Flotantes, Notas, Cuadros y Archivos
230  en LyX
231 \end_layout
232
233 \begin_layout Author
234 por el Equipo LyX
235 \begin_inset Foot
236 status collapsed
237
238 \begin_layout Plain Layout
239 \noindent
240 Si tienes comentarios o correcciones, por favor, escribe a la lista de correo
241  de Documentación de LyX: 
242 \begin_inset CommandInset href
243 LatexCommand href
244 name "lyx-docs@lists.lyx.org"
245 target "lyx-docs@lists.lyx.org?subject=EmbeddedObjects manual"
246 type "mailto:"
247
248 \end_inset
249
250
251 \end_layout
252
253 \end_inset
254
255
256 \begin_inset Note Note
257 status collapsed
258
259 \begin_layout Plain Layout
260 autor original: Uwe Stöhr
261 \end_layout
262
263 \end_inset
264
265
266 \begin_inset Note Note
267 status collapsed
268
269 \begin_layout Plain Layout
270 Traducción de: Ignacio García
271 \end_layout
272
273 \end_inset
274
275
276 \begin_inset Newline newline
277 \end_inset
278
279
280 \begin_inset Newline newline
281 \end_inset
282
283
284 \family sans
285 Versión 1.6svn
286 \end_layout
287
288 \begin_layout Standard
289 \begin_inset CommandInset toc
290 LatexCommand tableofcontents
291
292 \end_inset
293
294
295 \end_layout
296
297 \begin_layout Standard
298 \begin_inset Note Note
299 status open
300
301 \begin_layout Plain Layout
302 Para exportar todas las partes de este documento a PDF, PS, o DVI, deben
303  estar instalados los paquetes LaTeX 
304 \series bold
305 arydshln
306 \series default
307
308 \series bold
309 colortbl
310 \series default
311
312 \series bold
313 marginnote
314 \series default
315  y 
316 \series bold
317 sidecap
318 \series default
319 .
320  Si no están instalados, también podrás exportar el documento, pero las
321  secciones en que dichos paquetes son necesarios no aparecen en la salida.
322 \end_layout
323
324 \begin_layout Plain Layout
325 La última versión en PDF de este documento puede encontrarse aquí:
326 \series bold
327
328 \begin_inset Newline newline
329 \end_inset
330
331 http://wiki.lyx.org/LyX/DocumentationDevelopment#EmbeddedObjects
332 \end_layout
333
334 \end_inset
335
336
337 \end_layout
338
339 \begin_layout Chapter
340 Figuras
341 \begin_inset CommandInset label
342 LatexCommand label
343 name "cha:Figuras"
344
345 \end_inset
346
347
348 \begin_inset Index
349 status collapsed
350
351 \begin_layout Plain Layout
352 Figuras
353 \end_layout
354
355 \end_inset
356
357
358 \begin_inset Index
359 status collapsed
360
361 \begin_layout Plain Layout
362 Gráficos|see
363 \begin_inset ERT
364 status collapsed
365
366 \begin_layout Plain Layout
367
368 {
369 \end_layout
370
371 \end_inset
372
373 Figuras
374 \begin_inset ERT
375 status collapsed
376
377 \begin_layout Plain Layout
378
379 }
380 \end_layout
381
382 \end_inset
383
384
385 \end_layout
386
387 \end_inset
388
389
390 \end_layout
391
392 \begin_layout Section
393 Diálogo de gráficos
394 \begin_inset CommandInset label
395 LatexCommand label
396 name "sec:Diálogo-Gráficos"
397
398 \end_inset
399
400
401 \begin_inset Index
402 status collapsed
403
404 \begin_layout Plain Layout
405 Figuras ! Diálogo de gráficos
406 \end_layout
407
408 \end_inset
409
410
411 \end_layout
412
413 \begin_layout Standard
414 Para insertar una imagen en un documento, sitúa el cursor en el lugar del
415  texto que desees y haz clic en el icono 
416 \begin_inset Graphics
417         filename ../../images/dialog-show-new-inset_graphics.png
418         scale 85
419
420 \end_inset
421
422  o en el menú 
423 \family sans
424 Insertar\SpecialChar \menuseparator
425 Imagen
426 \family default
427 .
428  Aparecerá un diálogo para escoger el archivo a cargar.
429  La imagen aparecerá en el archivo de salida exactamente en la misma posición
430  en la que la has colocado.
431 \end_layout
432
433 \begin_layout Standard
434 El diálogo Gráficos puede lanzarse en cualquier momento haciendo clic-derecha
435  sobre una imagen.
436  Este diálogo tiene tres pestañas:
437 \end_layout
438
439 \begin_layout Description
440 Gráficos Aquí puedes elegir tu archivo gráfico y ajustar separadamente su
441  presentación en LyX y en la salida.
442  En el apéndice
443 \begin_inset space ~
444 \end_inset
445
446
447 \begin_inset CommandInset ref
448 LatexCommand ref
449 reference "cha:Unidades-disponibles-en"
450
451 \end_inset
452
453  se detallan las unidades disponibles para el tamaño del gráfico.
454 \begin_inset Newline newline
455 \end_inset
456
457
458 \begin_inset Index
459 status collapsed
460
461 \begin_layout Plain Layout
462 Figuras ! Rotar
463 \end_layout
464
465 \end_inset
466
467 Puedes girar los gráficos en el sentido de las agujas de reloj estableciendo
468  un ángulo y un origen de rotación.
469  La imagen también gira en LyX.
470 \begin_inset Newline newline
471 \end_inset
472
473
474 \begin_inset Index
475 status collapsed
476
477 \begin_layout Plain Layout
478 Figuras ! Escalar
479 \end_layout
480
481 \end_inset
482
483 Las imágenes se pueden escalar mediante un porcentaje o fijando explícitamente
484  la altura y la anchura.
485  Si fijas sólo la anchura o sólo la altura, la otra dimensión se establece
486  automáticamente.
487  Si fijas ambas dimensiones
488 \family sans
489 ,
490 \family default
491  la imagen se adaptará a ellas, posiblemente distorsionada.
492  Para evitar distorsión en la imagen marca la opción 
493 \family sans
494 Mantener
495 \begin_inset space ~
496 \end_inset
497
498 proporción
499 \family default
500 .
501  En ese caso la imagen será escalada de forma que su anchura y su altura
502  no excedan de las dimensiones especificadas.
503 \begin_inset Newline newline
504 \end_inset
505
506 Las imágenes se pueden abrir con un programa de tu elección pulsando el
507  botón 
508 \family sans
509 Editar
510 \family default
511 .
512  Los programas visor y editor para cada formato de imagen se pueden establecer
513  en la configuración de los formatos de archivo de las preferencias de LyX.
514 \end_layout
515
516 \begin_layout Description
517 Recorte Alternativamente al escalado, es posible establecer las coordenadas
518  de la imagen para ajustar su altura y anchura en la salida.
519  Además, las coordenadas se pueden calcular automáticamente pinchando el
520  botón 
521 \family sans
522 Obtener
523 \begin_inset space ~
524 \end_inset
525
526 de
527 \begin_inset space ~
528 \end_inset
529
530 archivo
531 \family default
532 .
533  El botón 
534 \family sans
535 Recortar
536 \begin_inset space ~
537 \end_inset
538
539 al
540 \begin_inset space ~
541 \end_inset
542
543 cuadro
544 \begin_inset space ~
545 \end_inset
546
547 delimitador
548 \family default
549  imprimirá sólo la región de la imagen comprendida en las coordenadas introducid
550 as.
551  Normalmente no necesitarás preocuparte por esto y puedes ignorar esta solapa.
552 \end_layout
553
554 \begin_layout Description
555 Opciones
556 \begin_inset space ~
557 \end_inset
558
559 extra En esta solapa puedes modificar la apariencia de la imagen en LyX,
560  y poner la imagen como subfigura de una figura flotante con su propio título.
561  Las subfiguras se explican en la sección
562 \begin_inset space ~
563 \end_inset
564
565
566 \begin_inset CommandInset ref
567 LatexCommand ref
568 reference "sec:Figuras-Flotantes"
569
570 \end_inset
571
572 .
573 \begin_inset Newline newline
574 \end_inset
575
576 Los expertos en LaTeX pueden especificar aquí opciones LaTeX adicionales.
577 \begin_inset Newline newline
578 \end_inset
579
580 La opción 
581 \family sans
582 Modo
583 \begin_inset space ~
584 \end_inset
585
586 borrador
587 \family default
588  hace que en la salida se muestre sólo un marco con el tamaño de la imagen.
589 \begin_inset Newline newline
590 \end_inset
591
592 La opción 
593 \family sans
594 No
595 \begin_inset space ~
596 \end_inset
597
598 descomprimir
599 \begin_inset space ~
600 \end_inset
601
602 al
603 \begin_inset space ~
604 \end_inset
605
606 exportar
607 \family default
608  sólo afecta a los gráficos EPS comprimidos, p.
609 \begin_inset space \thinspace{}
610 \end_inset
611
612 e.
613 \begin_inset space ~
614 \end_inset
615
616
617 \emph on
618 x.eps.gz
619 \emph default
620 .
621  Si se usa esta opción, las imágenes no serán descomprimidas al exportar,
622  puesto que LaTeX puede manejarlas como están.
623 \begin_inset Newline newline
624 \end_inset
625
626 Los gráficos EPS comprimidos sirven para ahorrar espacio de disco si se
627  utiliza PostScript como formato de salida, ver apéndice
628 \begin_inset space ~
629 \end_inset
630
631
632 \begin_inset CommandInset ref
633 LatexCommand ref
634 reference "sec:PostScript"
635
636 \end_inset
637
638 .
639  Para comprimir gráficos EPS, usa los siguientes comandos en un UNIX-shell
640  o en consola de Windows:
641 \begin_inset Newline newline
642 \end_inset
643
644
645 \series bold
646 gzip x.eps
647 \series default
648
649 \begin_inset Newline newline
650 \end_inset
651
652
653 \series bold
654 zgrep %%Bounding x.eps.gz > x.eps.bb
655 \series default
656
657 \begin_inset Newline newline
658 \end_inset
659
660 El segundo comando crea un archivo de cuadro delimitador 
661 \begin_inset Quotes eld
662 \end_inset
663
664 x.eps.bb
665 \begin_inset Quotes erd
666 \end_inset
667
668  que necesita LaTeX para gráficos comprimidos.
669 \end_layout
670
671 \begin_layout Standard
672 \begin_inset VSpace bigskip
673 \end_inset
674
675
676 \end_layout
677
678 \begin_layout Standard
679 Esto es un ejemplo de imagen en formato EPS
680 \begin_inset Foot
681 status collapsed
682
683 \begin_layout Plain Layout
684 Los formatos de imagen se explica en el sección
685 \begin_inset space ~
686 \end_inset
687
688
689 \begin_inset CommandInset ref
690 LatexCommand ref
691 reference "sec:Formatos-de-imagen"
692
693 \end_inset
694
695 .
696 \end_layout
697
698 \end_inset
699
700  en un párrafo separado centrado horizontalmente:
701 \end_layout
702
703 \begin_layout Standard
704 \align center
705 \begin_inset Graphics
706         filename ../clipart/mobius.eps
707         scale 70
708         clip
709         rotateOrigin center
710
711 \end_inset
712
713
714 \end_layout
715
716 \begin_layout Standard
717 Esta es la misma imagen pero en modo borrador:
718 \end_layout
719
720 \begin_layout Standard
721 \align center
722 \begin_inset Graphics
723         filename ../clipart/mobius.eps
724         scale 70
725         draft
726         rotateOrigin center
727
728 \end_inset
729
730
731 \end_layout
732
733 \begin_layout Section
734 Figuras flotantes
735 \begin_inset CommandInset label
736 LatexCommand label
737 name "sec:Figuras-Flotantes"
738
739 \end_inset
740
741
742 \begin_inset Index
743 status collapsed
744
745 \begin_layout Plain Layout
746 Flotantes ! Figuras
747 \end_layout
748
749 \end_inset
750
751
752 \begin_inset Index
753 status collapsed
754
755 \begin_layout Plain Layout
756 Figuras ! Flotantes
757 \end_layout
758
759 \end_inset
760
761
762 \end_layout
763
764 \begin_layout Standard
765 Para información general sobre flotantes, echa una ojeada a la sección
766 \begin_inset space ~
767 \end_inset
768
769
770 \begin_inset CommandInset ref
771 LatexCommand ref
772 reference "sec:Introducción-Flotantes"
773
774 \end_inset
775
776 .
777 \end_layout
778
779 \begin_layout Standard
780 El botón 
781 \begin_inset Graphics
782         filename ../../images/float-insert_figure.png
783         scale 85
784
785 \end_inset
786
787  y el menú 
788 \family sans
789 Insertar\SpecialChar \menuseparator
790 Flotante\SpecialChar \menuseparator
791 Figura
792 \family default
793  insertan un flotante con la etiqueta «Figura #:» (# es el número actual).
794  La imagen se puede insertar sobre la leyenda, como en la figura
795 \begin_inset space ~
796 \end_inset
797
798
799 \begin_inset CommandInset ref
800 LatexCommand ref
801 reference "fig:kill-plat"
802
803 \end_inset
804
805 , o bajo ella, como en la figura
806 \begin_inset space ~
807 \end_inset
808
809
810 \begin_inset CommandInset ref
811 LatexCommand ref
812 reference "fig:escher"
813
814 \end_inset
815
816 .
817  Más información sobre ubicación de leyendas en la sección
818 \begin_inset space ~
819 \end_inset
820
821
822 \begin_inset CommandInset ref
823 LatexCommand ref
824 reference "sec:Colocación-de-leyendas"
825
826 \end_inset
827
828 .
829 \end_layout
830
831 \begin_layout Standard
832 \begin_inset Float figure
833 wide false
834 sideways false
835 status open
836
837 \begin_layout Plain Layout
838 \align center
839 \begin_inset Graphics
840         filename ../clipart/platypus.eps
841         width 50col%
842         rotateOrigin center
843
844 \end_inset
845
846
847 \end_layout
848
849 \begin_layout Plain Layout
850 \begin_inset Caption
851
852 \begin_layout Plain Layout
853 \begin_inset CommandInset label
854 LatexCommand label
855 name "fig:kill-plat"
856
857 \end_inset
858
859 Un platypus muy distorsionado en un flotante.
860 \end_layout
861
862 \end_inset
863
864
865 \end_layout
866
867 \end_inset
868
869
870 \end_layout
871
872 \begin_layout Standard
873 \begin_inset Float figure
874 wide false
875 sideways false
876 status open
877
878 \begin_layout Plain Layout
879 \begin_inset Caption
880
881 \begin_layout Plain Layout
882 \begin_inset CommandInset label
883 LatexCommand label
884 name "fig:escher"
885
886 \end_inset
887
888 M.C.
889  Escher en ácido.
890 \end_layout
891
892 \end_inset
893
894
895 \end_layout
896
897 \begin_layout Plain Layout
898 \align center
899 \begin_inset Graphics
900         filename ../clipart/escher-lsd.eps
901         scale 80
902         rotateOrigin center
903
904 \end_inset
905
906
907 \end_layout
908
909 \end_inset
910
911
912 \end_layout
913
914 \begin_layout Standard
915 \begin_inset Index
916 status collapsed
917
918 \begin_layout Plain Layout
919 Referencias ! a figuras
920 \end_layout
921
922 \end_inset
923
924 Las figuras
925 \begin_inset space ~
926 \end_inset
927
928
929 \begin_inset CommandInset ref
930 LatexCommand ref
931 reference "fig:kill-plat"
932
933 \end_inset
934
935  y 
936 \begin_inset CommandInset ref
937 LatexCommand ref
938 reference "fig:escher"
939
940 \end_inset
941
942  son ejemplos de figuras con referencias cruzadas.
943  Las figuras pueden tener referencias cruzadas en el documento mediante
944  referencia a su etiqueta.
945  Para hacerlo inserta una etiqueta en la leyenda usando el menú 
946 \family sans
947 Insertar\SpecialChar \menuseparator
948 Etiqueta
949 \family default
950  o el botón 
951 \begin_inset Graphics
952         filename ../../images/label-insert.png
953         scale 85
954
955 \end_inset
956
957 .
958  Ahora puedes referirte a la etiqueta usando el menú 
959 \family sans
960 Insertar\SpecialChar \menuseparator
961 Referencia
962 \begin_inset space ~
963 \end_inset
964
965 cruzada
966 \family default
967  o el botón 
968 \begin_inset Graphics
969         filename ../../images/dialog-show-new-inset_ref.png
970         scale 85
971
972 \end_inset
973
974 .
975  Es importante emplear referencias a flotantes, mejor que alusiones vagas
976  como «la figura de arriba», porque como LaTeX recolocará los flotantes
977  en el documento final, podría no quedar «arriba» precisamente.
978 \begin_inset Newline newline
979 \end_inset
980
981 Las referencias se explican con detalle en la sección
982 \begin_inset space ~
983 \end_inset
984
985
986 \begin_inset CommandInset ref
987 LatexCommand ref
988 reference "sec:Referencias-a-Flotantes"
989
990 \end_inset
991
992 .
993 \end_layout
994
995 \begin_layout Standard
996 Normalmente sólo se inserta una imagen en un flotante, pero es posible que
997  en alguna ocasión queramos poner dos imágenes cada una con su leyenda.
998  Esto se puede hacer insertando imágenes flotantes dentro de un flotante
999  existente.
1000  La figura
1001 \begin_inset space ~
1002 \end_inset
1003
1004
1005 \begin_inset CommandInset ref
1006 LatexCommand ref
1007 reference "fig:Dos-imágenes-distorsionadas"
1008
1009 \end_inset
1010
1011  es un ejemplo de figura flotante con dos imágenes adosadas.
1012  También se pueden poner una sobre otra.
1013  Las subfiguras son
1014 \begin_inset space ~
1015 \end_inset
1016
1017
1018 \begin_inset CommandInset ref
1019 LatexCommand ref
1020 reference "fig:Estructura-indefinible"
1021
1022 \end_inset
1023
1024  y
1025 \begin_inset space ~
1026 \end_inset
1027
1028
1029 \begin_inset CommandInset ref
1030 LatexCommand ref
1031 reference "fig:Platypus"
1032
1033 \end_inset
1034
1035 .
1036 \end_layout
1037
1038 \begin_layout Standard
1039 \begin_inset Float figure
1040 wide false
1041 sideways false
1042 status open
1043
1044 \begin_layout Plain Layout
1045 \begin_inset space \hfill{}
1046 \end_inset
1047
1048
1049 \begin_inset Float figure
1050 wide false
1051 sideways false
1052 status open
1053
1054 \begin_layout Plain Layout
1055 \begin_inset Caption
1056
1057 \begin_layout Plain Layout
1058 \begin_inset CommandInset label
1059 LatexCommand label
1060 name "fig:Estructura-indefinible"
1061
1062 \end_inset
1063
1064 Estructura indefinible
1065 \end_layout
1066
1067 \end_inset
1068
1069
1070 \end_layout
1071
1072 \begin_layout Plain Layout
1073 \begin_inset Graphics
1074         filename ../clipart/escher-lsd.eps
1075         width 45col%
1076
1077 \end_inset
1078
1079
1080 \end_layout
1081
1082 \end_inset
1083
1084
1085 \begin_inset space \hfill{}
1086 \end_inset
1087
1088
1089 \begin_inset Float figure
1090 wide false
1091 sideways false
1092 status open
1093
1094 \begin_layout Plain Layout
1095 \begin_inset Caption
1096
1097 \begin_layout Plain Layout
1098 \begin_inset CommandInset label
1099 LatexCommand label
1100 name "fig:Platypus"
1101
1102 \end_inset
1103
1104 Platypus
1105 \end_layout
1106
1107 \end_inset
1108
1109
1110 \end_layout
1111
1112 \begin_layout Plain Layout
1113 \begin_inset Graphics
1114         filename ../clipart/platypus.eps
1115         lyxscale 60
1116         width 45col%
1117
1118 \end_inset
1119
1120
1121 \end_layout
1122
1123 \end_inset
1124
1125
1126 \begin_inset space \hfill{}
1127 \end_inset
1128
1129
1130 \end_layout
1131
1132 \begin_layout Plain Layout
1133 \begin_inset Caption
1134
1135 \begin_layout Plain Layout
1136 \begin_inset CommandInset label
1137 LatexCommand label
1138 name "fig:Dos-imágenes-distorsionadas"
1139
1140 \end_inset
1141
1142 Dos imágenes distorsionadas.
1143 \end_layout
1144
1145 \end_inset
1146
1147
1148 \end_layout
1149
1150 \end_inset
1151
1152
1153 \end_layout
1154
1155 \begin_layout Section
1156 Formatos de imagen
1157 \begin_inset CommandInset label
1158 LatexCommand label
1159 name "sec:Formatos-de-imagen"
1160
1161 \end_inset
1162
1163
1164 \begin_inset Index
1165 status collapsed
1166
1167 \begin_layout Plain Layout
1168 Formatos de imagen
1169 \end_layout
1170
1171 \end_inset
1172
1173
1174 \begin_inset Index
1175 status collapsed
1176
1177 \begin_layout Plain Layout
1178 Figuras ! Formatos de imagen
1179 \end_layout
1180
1181 \end_inset
1182
1183
1184 \end_layout
1185
1186 \begin_layout Standard
1187 Puedes insertar imágenes en cualquier formato.
1188  Pero como se explica en el apéndice
1189 \begin_inset space ~
1190 \end_inset
1191
1192
1193 \begin_inset CommandInset ref
1194 LatexCommand ref
1195 reference "cha:Formatos-de-Archivos-de-Salida"
1196
1197 \end_inset
1198
1199 , cada formato de archivo del documento de salida permite sólo ciertos formatos
1200  de archivo de imagen.
1201  Por eso LyX usa el programa 
1202 \family sans
1203 Imagemagick
1204 \family default
1205  en segundo plano para convertir imágenes al formato adecuado.
1206  Para aumentar el rendimiento evitando estas conversiones, puedes usar sólo
1207  los formatos de imagen admitidos en el formato de archivo de salida.
1208  Los formatos de salida se explican en el apéndice
1209 \begin_inset space ~
1210 \end_inset
1211
1212
1213 \begin_inset CommandInset ref
1214 LatexCommand ref
1215 reference "cha:Formatos-de-Archivos-de-Salida"
1216
1217 \end_inset
1218
1219 .
1220 \end_layout
1221
1222 \begin_layout Standard
1223 Como en el caso de las fuentes, hay dos tipos de formatos de imagen:
1224 \end_layout
1225
1226 \begin_layout Description
1227 Imágenes
1228 \begin_inset space ~
1229 \end_inset
1230
1231 mapa
1232 \begin_inset space ~
1233 \end_inset
1234
1235 de
1236 \begin_inset space ~
1237 \end_inset
1238
1239 bits
1240 \begin_inset space ~
1241 \end_inset
1242
1243 (Bitmap) formadas por mapas de puntos (píxeles), generalmente comprimidos.
1244  Por tanto no son totalmente escalables y se ven pixeladas a valores altos
1245  de zoom.
1246  Formatos de imágenes en bitmap bien conocidos son «Graphics Interchange
1247  Format» (GIF, extensión «.gif»)
1248 \begin_inset Index
1249 status collapsed
1250
1251 \begin_layout Plain Layout
1252 GIF|see
1253 \begin_inset ERT
1254 status collapsed
1255
1256 \begin_layout Plain Layout
1257
1258 {
1259 \end_layout
1260
1261 \end_inset
1262
1263 Formatos de imagen
1264 \begin_inset ERT
1265 status collapsed
1266
1267 \begin_layout Plain Layout
1268
1269 }
1270 \end_layout
1271
1272 \end_inset
1273
1274
1275 \end_layout
1276
1277 \end_inset
1278
1279 , «Portable Network Graphics» (PNG, extensión «.png»)
1280 \begin_inset Index
1281 status collapsed
1282
1283 \begin_layout Plain Layout
1284 PNG|see
1285 \begin_inset ERT
1286 status collapsed
1287
1288 \begin_layout Plain Layout
1289
1290 {
1291 \end_layout
1292
1293 \end_inset
1294
1295 Formatos de imagen
1296 \begin_inset ERT
1297 status collapsed
1298
1299 \begin_layout Plain Layout
1300
1301 }
1302 \end_layout
1303
1304 \end_inset
1305
1306
1307 \end_layout
1308
1309 \end_inset
1310
1311 , y «Joint Photographic Experts Group» (JPG, extensión «.jpg» o «.jpeg»)
1312 \begin_inset Index
1313 status collapsed
1314
1315 \begin_layout Plain Layout
1316 JPG|see
1317 \begin_inset ERT
1318 status collapsed
1319
1320 \begin_layout Plain Layout
1321
1322 {
1323 \end_layout
1324
1325 \end_inset
1326
1327 Formatos de imagen
1328 \begin_inset ERT
1329 status collapsed
1330
1331 \begin_layout Plain Layout
1332
1333 }
1334 \end_layout
1335
1336 \end_inset
1337
1338
1339 \end_layout
1340
1341 \end_inset
1342
1343 .
1344 \end_layout
1345
1346 \begin_layout Description
1347 Imágenes
1348 \begin_inset space ~
1349 \end_inset
1350
1351 vectoriales se generan mediante una descripción de una serie de trazos (vectores
1352 ) y por tanto pueden escalarse a cualquier tamaño sin pérdidas.
1353  La posibilidad de escalado hace falta para crear presentaciones, porque
1354  éstas siempre son escaladas por el proyector.
1355  El escalado también es útil en los documentos en línea para permitir el
1356  zoom en diagramas.
1357 \begin_inset Newline newline
1358 \end_inset
1359
1360 Formatos de imagen escalables pueden ser «Scalable Vector Graphics» (SVG,
1361  extensión «.svg»)
1362 \begin_inset Index
1363 status collapsed
1364
1365 \begin_layout Plain Layout
1366 SVG|see
1367 \begin_inset ERT
1368 status collapsed
1369
1370 \begin_layout Plain Layout
1371
1372 {
1373 \end_layout
1374
1375 \end_inset
1376
1377 Formatos de imagen
1378 \begin_inset ERT
1379 status collapsed
1380
1381 \begin_layout Plain Layout
1382
1383 }
1384 \end_layout
1385
1386 \end_inset
1387
1388
1389 \end_layout
1390
1391 \end_inset
1392
1393 , «Encapsulated PostScript» (EPS, extensión «.eps»)
1394 \begin_inset Index
1395 status collapsed
1396
1397 \begin_layout Plain Layout
1398 EPS|see
1399 \begin_inset ERT
1400 status collapsed
1401
1402 \begin_layout Plain Layout
1403
1404 {
1405 \end_layout
1406
1407 \end_inset
1408
1409 Formatos de imagen
1410 \begin_inset ERT
1411 status collapsed
1412
1413 \begin_layout Plain Layout
1414
1415 }
1416 \end_layout
1417
1418 \end_inset
1419
1420
1421 \end_layout
1422
1423 \end_inset
1424
1425 , «Portable Document Format» (PDF, extensión «.pdf»)
1426 \begin_inset Index
1427 status collapsed
1428
1429 \begin_layout Plain Layout
1430 PDF|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 , y «Windows Metafile» (WMF, extensión «.wmf»)
1458 \begin_inset Index
1459 status collapsed
1460
1461 \begin_layout Plain Layout
1462 WMF|see
1463 \begin_inset ERT
1464 status collapsed
1465
1466 \begin_layout Plain Layout
1467
1468 {
1469 \end_layout
1470
1471 \end_inset
1472
1473 Formatos de imagen
1474 \begin_inset ERT
1475 status collapsed
1476
1477 \begin_layout Plain Layout
1478
1479 }
1480 \end_layout
1481
1482 \end_inset
1483
1484
1485 \end_layout
1486
1487 \end_inset
1488
1489 .
1490  Escribimos «pueden ser» porque se puede convertir cualquier imagen bitmap
1491  a PDF o EPS y el resultado será todavía una imagen bitmap.
1492  En estos casos sólo se añade una cabecera con las propiedades de la imagen
1493  a la imagen original.
1494 \begin_inset Foot
1495 status collapsed
1496
1497 \begin_layout Plain Layout
1498 En el caso de PDF, además se comprime la imagen original.
1499 \end_layout
1500
1501 \end_inset
1502
1503  Por ejemplo, los archivos PDF generados por 
1504 \family sans
1505 Adobe Photoshop
1506 \family default
1507  son imágenes bitmap.
1508 \end_layout
1509
1510 \begin_layout Standard
1511 Normalmente no es posible convertir una imagen bitmap a escalable pero sí
1512  al contrario.
1513  Sólo los formatos de imagen PDF y EPS pueden empotrarse directamente en
1514  archivos de salida PDF y PostScript, respectivamente.
1515  Las imágenes SVG y WMF son recalculadas a bitmaps cuando se genera el archivo
1516  de salida porque actualmente no hay convertidores adecuados WMF/SVG 
1517 \begin_inset Formula $\to$
1518 \end_inset
1519
1520  PDF/EPS.
1521 \end_layout
1522
1523 \begin_layout Chapter
1524 Tablas
1525 \begin_inset CommandInset label
1526 LatexCommand label
1527 name "cha:Tablas"
1528
1529 \end_inset
1530
1531
1532 \begin_inset Index
1533 status collapsed
1534
1535 \begin_layout Plain Layout
1536 Tablas
1537 \end_layout
1538
1539 \end_inset
1540
1541
1542 \end_layout
1543
1544 \begin_layout Section
1545 Introducción
1546 \begin_inset Index
1547 status collapsed
1548
1549 \begin_layout Plain Layout
1550 Tablas ! Introducción
1551 \end_layout
1552
1553 \end_inset
1554
1555
1556 \end_layout
1557
1558 \begin_layout Standard
1559 Puede insertarse una tabla mediante el botón 
1560 \begin_inset Graphics
1561         filename ../../images/tabular-insert.png
1562         scale 85
1563
1564 \end_inset
1565
1566  o el menú 
1567 \family sans
1568 Insertar\SpecialChar \menuseparator
1569 Tabla
1570 \family default
1571 .
1572  El botón ofrece una selección gráfica: moviendo el puntero se puede definir
1573  el número de filas y de columnas de la tabla.
1574  Si usas el menú aparece un diálogo en el que se pide el número de filas
1575  y columnas.
1576  
1577 \begin_inset Newline newline
1578 \end_inset
1579
1580 Por omisión, la tabla tiene líneas que enmarcan cada celda y la primera
1581  fila aparece separada por una línea doble: la línea inferior de la primera
1582  fila y la línea superior de la segunda fila.
1583  Ejemplo de tabla:
1584 \end_layout
1585
1586 \begin_layout Standard
1587 \align center
1588 \begin_inset Tabular
1589 <lyxtabular version="3" rows="4" columns="4">
1590 <features>
1591 <column alignment="center" valignment="top" width="0">
1592 <column alignment="center" valignment="top" width="0pt">
1593 <column alignment="center" valignment="top" width="0in">
1594 <column alignment="center" valignment="top" width="0pt">
1595 <row>
1596 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
1597 \begin_inset Text
1598
1599 \begin_layout Plain Layout
1600
1601 \end_layout
1602
1603 \end_inset
1604 </cell>
1605 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
1606 \begin_inset Text
1607
1608 \begin_layout Plain Layout
1609
1610 \family roman
1611 \series medium
1612 \shape up
1613 \size normal
1614 \emph off
1615 \bar no
1616 \noun off
1617 \color none
1618 1
1619 \end_layout
1620
1621 \end_inset
1622 </cell>
1623 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
1624 \begin_inset Text
1625
1626 \begin_layout Plain Layout
1627 2
1628 \end_layout
1629
1630 \end_inset
1631 </cell>
1632 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
1633 \begin_inset Text
1634
1635 \begin_layout Plain Layout
1636 3
1637 \end_layout
1638
1639 \end_inset
1640 </cell>
1641 </row>
1642 <row>
1643 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1644 \begin_inset Text
1645
1646 \begin_layout Plain Layout
1647
1648 \family roman
1649 \series medium
1650 \shape up
1651 \size normal
1652 \emph off
1653 \bar no
1654 \noun off
1655 \color none
1656 A
1657 \end_layout
1658
1659 \end_inset
1660 </cell>
1661 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1662 \begin_inset Text
1663
1664 \begin_layout Plain Layout
1665
1666 \end_layout
1667
1668 \end_inset
1669 </cell>
1670 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1671 \begin_inset Text
1672
1673 \begin_layout Plain Layout
1674
1675 \end_layout
1676
1677 \end_inset
1678 </cell>
1679 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
1680 \begin_inset Text
1681
1682 \begin_layout Plain Layout
1683
1684 \end_layout
1685
1686 \end_inset
1687 </cell>
1688 </row>
1689 <row>
1690 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1691 \begin_inset Text
1692
1693 \begin_layout Plain Layout
1694
1695 \family roman
1696 \series medium
1697 \shape up
1698 \size normal
1699 \emph off
1700 \bar no
1701 \noun off
1702 \color none
1703 B
1704 \end_layout
1705
1706 \end_inset
1707 </cell>
1708 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1709 \begin_inset Text
1710
1711 \begin_layout Plain Layout
1712
1713 \end_layout
1714
1715 \end_inset
1716 </cell>
1717 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1718 \begin_inset Text
1719
1720 \begin_layout Plain Layout
1721
1722 \size normal
1723 \noun off
1724 \color none
1725  
1726 \end_layout
1727
1728 \end_inset
1729 </cell>
1730 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
1731 \begin_inset Text
1732
1733 \begin_layout Plain Layout
1734
1735 \end_layout
1736
1737 \end_inset
1738 </cell>
1739 </row>
1740 <row>
1741 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
1742 \begin_inset Text
1743
1744 \begin_layout Plain Layout
1745
1746 \family roman
1747 \series medium
1748 \shape up
1749 \size normal
1750 \emph off
1751 \bar no
1752 \noun off
1753 \color none
1754 C
1755 \end_layout
1756
1757 \end_inset
1758 </cell>
1759 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
1760 \begin_inset Text
1761
1762 \begin_layout Plain Layout
1763
1764 \end_layout
1765
1766 \end_inset
1767 </cell>
1768 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
1769 \begin_inset Text
1770
1771 \begin_layout Plain Layout
1772
1773 \end_layout
1774
1775 \end_inset
1776 </cell>
1777 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
1778 \begin_inset Text
1779
1780 \begin_layout Plain Layout
1781
1782 \end_layout
1783
1784 \end_inset
1785 </cell>
1786 </row>
1787 </lyxtabular>
1788
1789 \end_inset
1790
1791
1792 \end_layout
1793
1794 \begin_layout Section
1795 Diálogo de tablas
1796 \begin_inset Index
1797 status collapsed
1798
1799 \begin_layout Plain Layout
1800 Tablas ! Diálogo
1801 \end_layout
1802
1803 \end_inset
1804
1805
1806 \end_layout
1807
1808 \begin_layout Standard
1809 Una tabla se puede cambiar mediante el cuadro de diálogo que aparece al
1810  pinchar sobre ella con el botón derecho del ratón.
1811  Se pueden ajustar los parámetros de la celda y fila/columna en la que se
1812  encuentra el cursor.
1813  La mayoría de opciones también trabajan sobre una selección de celdas,
1814  de filas o de columnas.
1815  Observa que hay que diferenciar entre seleccionar una celda o seleccionar
1816  su 
1817 \emph on
1818 contenido
1819 \emph default
1820 .
1821  En el cuadro de diálogo aparecen las siguientes solapas:
1822 \end_layout
1823
1824 \begin_layout Description
1825
1826 \family sans
1827 Configuración
1828 \begin_inset space ~
1829 \end_inset
1830
1831 de
1832 \begin_inset space ~
1833 \end_inset
1834
1835 la
1836 \begin_inset space ~
1837 \end_inset
1838
1839 tabla
1840 \family default
1841  Aquí puedes establecer la alineación horizontal y la anchura de la columna
1842  actual.
1843  Una vez puesta la anchura puedes ajustar también el alineamiento vertical.
1844  Una anchura determinada permite tener saltos de línea y distintos párrafos
1845  de texto, ver sección 
1846 \begin_inset space ~
1847 \end_inset
1848
1849
1850 \begin_inset CommandInset ref
1851 LatexCommand ref
1852 reference "sub:Líneas-Múltiples-en"
1853
1854 \end_inset
1855
1856 .
1857  Si no estableces anchura, la columna será tan ancha como el contenido de
1858  la celda más ancha.
1859 \begin_inset Newline newline
1860 \end_inset
1861
1862 Además, puedes marcar una o más celdas de una fila como una celda multicolumna,
1863  ver sección
1864 \begin_inset space ~
1865 \end_inset
1866
1867
1868 \begin_inset CommandInset ref
1869 LatexCommand ref
1870 reference "sub:Multicolumnas"
1871
1872 \end_inset
1873
1874 .
1875 \begin_inset Newline newline
1876 \end_inset
1877
1878 Las casillas de giro rotan la celda actual, una selección o toda la tabla
1879  90º en el sentido de las agujas del reloj.
1880  La rotación no se ve en LyX, sí en la salida.
1881 \begin_inset Newline newline
1882 \end_inset
1883
1884
1885 \begin_inset Note Greyedout
1886 status open
1887
1888 \begin_layout Plain Layout
1889
1890 \series bold
1891 Nota:
1892 \series default
1893  no todos los visores DVI pueden mostrar rotaciones.
1894 \end_layout
1895
1896 \end_inset
1897
1898
1899 \begin_inset Newline newline
1900 \end_inset
1901
1902 También es posible introducir argumentos LaTeX necesarios para formatos
1903  especiales, véanse las secciones
1904 \begin_inset space ~
1905 \end_inset
1906
1907
1908 \begin_inset CommandInset ref
1909 LatexCommand ref
1910 reference "sub:Cálculos-en-Multicolumnas"
1911
1912 \end_inset
1913
1914  y
1915 \begin_inset space ~
1916 \end_inset
1917
1918
1919 \begin_inset CommandInset ref
1920 LatexCommand ref
1921 reference "sec:Tablas-Coloreadas"
1922
1923 \end_inset
1924
1925 .
1926 \end_layout
1927
1928 \begin_layout Description
1929
1930 \family sans
1931 Bordes
1932 \family default
1933  En esta solapa puedes añadir y quitar bordes para la fila/columna actual.
1934 \end_layout
1935
1936 \begin_layout Description
1937
1938 \family sans
1939 Tabla
1940 \begin_inset space ~
1941 \end_inset
1942
1943 larga
1944 \family default
1945  Para hacer 
1946 \emph on
1947 tablas largas
1948 \emph default
1949  que pueden extenderse por varias páginas.
1950  La sección
1951 \begin_inset space ~
1952 \end_inset
1953
1954
1955 \begin_inset CommandInset ref
1956 LatexCommand ref
1957 reference "sec:Tablas-Largas"
1958
1959 \end_inset
1960
1961  describe su uso en detalle.
1962 \end_layout
1963
1964 \begin_layout Standard
1965 Si la barra de herramientas de tabla está abierta, puedes mover el cursor
1966  con las teclas de flecha de celda en celda y la propiedad de la celda actual
1967  aparecerá inmediatamente en el diálogo.
1968 \end_layout
1969
1970 \begin_layout Section
1971 Barra de herramientas de tabla
1972 \begin_inset Index
1973 status collapsed
1974
1975 \begin_layout Plain Layout
1976 Tablas ! Barra de herramientas
1977 \end_layout
1978
1979 \end_inset
1980
1981
1982 \end_layout
1983
1984 \begin_layout Standard
1985 La barra de herramientas de tabla es una alternativa al cuadro de diálogo
1986  para cambiar las tablas de manera más rápida.
1987  Normalmente debería aparecer en la parte inferior de la ventana principal
1988  de LyX cuando el cursor está dentro de una tabla.
1989  En cualquier momento se puede presentar esta barra pinchando con el botón
1990  derecho del ratón en cualquier punto de la barra principal de menú.
1991 \end_layout
1992
1993 \begin_layout Standard
1994 La barra de herramientas tiene los siguientes iconos:
1995 \end_layout
1996
1997 \begin_layout Labeling
1998 \labelwidthstring 00.00.0000
1999 \begin_inset Graphics
2000         filename ../../images/tabular-feature_append-row.png
2001
2002 \end_inset
2003
2004  añade una fila bajo la celda actual o selección
2005 \end_layout
2006
2007 \begin_layout Labeling
2008 \labelwidthstring 00.00.0000
2009 \begin_inset Graphics
2010         filename ../../images/tabular-feature_append-column.png
2011
2012 \end_inset
2013
2014  añade una columna a la derecha de la celda actual o selección
2015 \end_layout
2016
2017 \begin_layout Labeling
2018 \labelwidthstring 00.00.0000
2019 \begin_inset Graphics
2020         filename ../../images/tabular-feature_delete-row.png
2021
2022 \end_inset
2023
2024  borra la fila actual o selección
2025 \end_layout
2026
2027 \begin_layout Labeling
2028 \labelwidthstring 00.00.0000
2029 \begin_inset Graphics
2030         filename ../../images/tabular-feature_delete-column.png
2031
2032 \end_inset
2033
2034  borra la columna actual o selección
2035 \end_layout
2036
2037 \begin_layout Labeling
2038 \labelwidthstring 00.00.0000
2039 \begin_inset Graphics
2040         filename ../../images/tabular-feature_toggle-line-top.png
2041
2042 \end_inset
2043
2044  añade una línea sobre la celda/fila actual o la selección
2045 \end_layout
2046
2047 \begin_layout Labeling
2048 \labelwidthstring 00.00.0000
2049 \begin_inset Graphics
2050         filename ../../images/tabular-feature_toggle-line-bottom.png
2051
2052 \end_inset
2053
2054  añade una línea bajo la celda/fila actual o la selección
2055 \end_layout
2056
2057 \begin_layout Labeling
2058 \labelwidthstring 00.00.0000
2059 \begin_inset Graphics
2060         filename ../../images/tabular-feature_toggle-line-left.png
2061
2062 \end_inset
2063
2064  añade una línea a la izquierda de la celda/fila actual o la selección
2065 \end_layout
2066
2067 \begin_layout Labeling
2068 \labelwidthstring 00.00.0000
2069 \begin_inset Graphics
2070         filename ../../images/tabular-feature_toggle-line-right.png
2071
2072 \end_inset
2073
2074  añade una línea a la derecha de la celda/fila actual o la selección
2075 \end_layout
2076
2077 \begin_layout Labeling
2078 \labelwidthstring 00.00.0000
2079 \begin_inset Graphics
2080         filename ../../images/tabular-feature_set-all-lines.png
2081
2082 \end_inset
2083
2084  añade líneas alrededor de la celda actual o seleccionadas (si la celda
2085  actual no es multicolumna esto afecta también a la fila y a la columna)
2086 \end_layout
2087
2088 \begin_layout Labeling
2089 \labelwidthstring 00.00.0000
2090 \begin_inset Graphics
2091         filename ../../images/tabular-feature_unset-all-lines.png
2092
2093 \end_inset
2094
2095  borra todas las líneas de la celda o celdas seleccionadas (si la celda
2096  actual no es multicolumna esto afecta también a la fila y a la columna)
2097 \end_layout
2098
2099 \begin_layout Labeling
2100 \labelwidthstring 00.00.0000
2101 \begin_inset Graphics
2102         filename ../../images/tabular-feature_align-left.png
2103
2104 \end_inset
2105
2106  alinea a la izquierda el contenido de la celda/columna
2107 \end_layout
2108
2109 \begin_layout Labeling
2110 \labelwidthstring 00.00.0000
2111 \begin_inset Graphics
2112         filename ../../images/tabular-feature_align-center.png
2113
2114 \end_inset
2115
2116  centra el contenido de la celda/columna horizontalmente
2117 \end_layout
2118
2119 \begin_layout Labeling
2120 \labelwidthstring 00.00.0000
2121 \begin_inset Graphics
2122         filename ../../images/tabular-feature_align-right.png
2123
2124 \end_inset
2125
2126  alinea a la derecha el contenido de la celda/columna
2127 \end_layout
2128
2129 \begin_layout Labeling
2130 \labelwidthstring 00.00.0000
2131 \begin_inset Graphics
2132         filename ../../images/tabular-feature_valign-top.png
2133
2134 \end_inset
2135
2136  alinea arriba el contenido de la celda
2137 \end_layout
2138
2139 \begin_layout Labeling
2140 \labelwidthstring 00.00.0000
2141 \begin_inset Graphics
2142         filename ../../images/tabular-feature_valign-middle.png
2143
2144 \end_inset
2145
2146  centra verticalmente el contenido de la celda
2147 \end_layout
2148
2149 \begin_layout Labeling
2150 \labelwidthstring 00.00.0000
2151 \begin_inset Graphics
2152         filename ../../images/tabular-feature_valign-bottom.png
2153
2154 \end_inset
2155
2156  alinea abajo el contenido de la celda
2157 \end_layout
2158
2159 \begin_layout Labeling
2160 \labelwidthstring 00.00.0000
2161 \begin_inset Graphics
2162         filename ../../images/tabular-feature_set-rotate-cell.png
2163
2164 \end_inset
2165
2166  gira la celda o selección 90° como las agujas de reloj
2167 \end_layout
2168
2169 \begin_layout Labeling
2170 \labelwidthstring 00.00.0000
2171 \begin_inset Graphics
2172         filename ../../images/tabular-feature_set-rotate-tabular.png
2173
2174 \end_inset
2175
2176  gira toda la tabla 90° como agujas del reloj
2177 \end_layout
2178
2179 \begin_layout Labeling
2180 \labelwidthstring 00.00.0000
2181 \begin_inset Graphics
2182         filename ../../images/tabular-feature_multicolumn.png
2183
2184 \end_inset
2185
2186  establece la celda actual o selección como multicolumna
2187 \end_layout
2188
2189 \begin_layout Standard
2190 \begin_inset Note Greyedout
2191 status open
2192
2193 \begin_layout Plain Layout
2194
2195 \series bold
2196 Nota:
2197 \series default
2198  En la salida se emplea la alineación vertical de la primera celda de una
2199  fila para todas las celdas restantes de la fila.
2200 \end_layout
2201
2202 \end_inset
2203
2204
2205 \end_layout
2206
2207 \begin_layout Section
2208 Menú Editar Tabla
2209 \begin_inset Index
2210 status collapsed
2211
2212 \begin_layout Plain Layout
2213 Tablas ! Editar
2214 \end_layout
2215
2216 \end_inset
2217
2218
2219 \end_layout
2220
2221 \begin_layout Standard
2222 Además del diálogo y la barra de herramientas, el menú 
2223 \family sans
2224 Editar\SpecialChar \menuseparator
2225 Tabla
2226 \family default
2227  permite añadir y borrar bordes para la fila/columna actual y establecer
2228  la selección como multicolumna.
2229  El menú sólo está disponible si el cursor está en la tabla.
2230 \end_layout
2231
2232 \begin_layout Section
2233 Tablas flotantes
2234 \begin_inset CommandInset label
2235 LatexCommand label
2236 name "sec:Tablas-Flotantes"
2237
2238 \end_inset
2239
2240
2241 \begin_inset Index
2242 status collapsed
2243
2244 \begin_layout Plain Layout
2245 Flotantes ! Tablas
2246 \end_layout
2247
2248 \end_inset
2249
2250
2251 \begin_inset Index
2252 status collapsed
2253
2254 \begin_layout Plain Layout
2255 Tablas ! Flotantes
2256 \end_layout
2257
2258 \end_inset
2259
2260
2261 \end_layout
2262
2263 \begin_layout Standard
2264 Para una explicación general sobre flotantes, echa un vistazo a la sección
2265 \begin_inset space ~
2266 \end_inset
2267
2268
2269 \begin_inset CommandInset ref
2270 LatexCommand ref
2271 reference "sec:Introducción-Flotantes"
2272
2273 \end_inset
2274
2275 .
2276 \end_layout
2277
2278 \begin_layout Standard
2279 \begin_inset Float table
2280 placement h
2281 wide false
2282 sideways false
2283 status collapsed
2284
2285 \begin_layout Plain Layout
2286 \begin_inset Caption
2287
2288 \begin_layout Plain Layout
2289 \begin_inset CommandInset label
2290 LatexCommand label
2291 name "tab:una tabla flotante"
2292
2293 \end_inset
2294
2295 Una tabla flotante.
2296 \end_layout
2297
2298 \end_inset
2299
2300
2301 \end_layout
2302
2303 \begin_layout Plain Layout
2304 \align center
2305 \begin_inset Tabular
2306 <lyxtabular version="3" rows="3" columns="3">
2307 <features>
2308 <column alignment="center" valignment="top" width="0pt">
2309 <column alignment="center" valignment="top" width="0pt">
2310 <column alignment="center" valignment="top" width="0pt">
2311 <row>
2312 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
2313 \begin_inset Text
2314
2315 \begin_layout Plain Layout
2316
2317 \family roman
2318 \series medium
2319 \shape up
2320 \size normal
2321 \emph off
2322 \bar no
2323 \noun off
2324 \color none
2325 1
2326 \end_layout
2327
2328 \end_inset
2329 </cell>
2330 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
2331 \begin_inset Text
2332
2333 \begin_layout Plain Layout
2334
2335 \family roman
2336 \series medium
2337 \shape up
2338 \size normal
2339 \emph off
2340 \bar no
2341 \noun off
2342 \color none
2343 2
2344 \end_layout
2345
2346 \end_inset
2347 </cell>
2348 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
2349 \begin_inset Text
2350
2351 \begin_layout Plain Layout
2352
2353 \family roman
2354 \series medium
2355 \shape up
2356 \size normal
2357 \emph off
2358 \bar no
2359 \noun off
2360 \color none
2361 3
2362 \end_layout
2363
2364 \end_inset
2365 </cell>
2366 </row>
2367 <row>
2368 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
2369 \begin_inset Text
2370
2371 \begin_layout Plain Layout
2372
2373 \family roman
2374 \series medium
2375 \shape up
2376 \size normal
2377 \emph off
2378 \bar no
2379 \noun off
2380 \color none
2381 Pepe
2382 \end_layout
2383
2384 \end_inset
2385 </cell>
2386 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
2387 \begin_inset Text
2388
2389 \begin_layout Plain Layout
2390
2391 \family roman
2392 \series medium
2393 \shape up
2394 \size normal
2395 \emph off
2396 \bar no
2397 \noun off
2398 \color none
2399 Mari
2400 \end_layout
2401
2402 \end_inset
2403 </cell>
2404 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
2405 \begin_inset Text
2406
2407 \begin_layout Plain Layout
2408
2409 \family roman
2410 \series medium
2411 \shape up
2412 \size normal
2413 \emph off
2414 \bar no
2415 \noun off
2416 \color none
2417 Teo
2418 \end_layout
2419
2420 \end_inset
2421 </cell>
2422 </row>
2423 <row>
2424 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
2425 \begin_inset Text
2426
2427 \begin_layout Plain Layout
2428
2429 \family roman
2430 \series medium
2431 \shape up
2432 \size normal
2433 \emph off
2434 \bar no
2435 \noun off
2436 \color none
2437 \begin_inset Formula $\int x^{2}dx$
2438 \end_inset
2439
2440
2441 \end_layout
2442
2443 \end_inset
2444 </cell>
2445 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
2446 \begin_inset Text
2447
2448 \begin_layout Plain Layout
2449
2450 \family roman
2451 \series medium
2452 \shape up
2453 \size normal
2454 \emph off
2455 \bar no
2456 \noun off
2457 \color none
2458 \begin_inset Formula $\left[\begin{array}{cc}
2459 a & b\\
2460 c & d\end{array}\right]$
2461 \end_inset
2462
2463
2464 \end_layout
2465
2466 \end_inset
2467 </cell>
2468 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
2469 \begin_inset Text
2470
2471 \begin_layout Plain Layout
2472
2473 \family roman
2474 \series medium
2475 \shape up
2476 \size normal
2477 \emph off
2478 \bar no
2479 \noun off
2480 \color none
2481 \begin_inset Formula $1+1=2$
2482 \end_inset
2483
2484
2485 \end_layout
2486
2487 \end_inset
2488 </cell>
2489 </row>
2490 </lyxtabular>
2491
2492 \end_inset
2493
2494
2495 \end_layout
2496
2497 \end_inset
2498
2499
2500 \end_layout
2501
2502 \begin_layout Standard
2503 Las tablas flotantes pueden insertarse con el menú 
2504 \family sans
2505 Insertar\SpecialChar \menuseparator
2506 Flotante\SpecialChar \menuseparator
2507 Tabla
2508 \family default
2509  o con el botón 
2510 \begin_inset Graphics
2511         filename ../../images/float-insert_table.png
2512         scale 85
2513
2514 \end_inset
2515
2516 .
2517 \end_layout
2518
2519 \begin_layout Standard
2520 El flotante se muestra como un cuadro desplegable con la etiqueta «Tabla
2521 \begin_inset space ~
2522 \end_inset
2523
2524 #:» (# es el número actual).
2525  El texto que sigue a dicha etiqueta es la leyenda de la tabla.
2526  Para insertar una tabla en el flotante se sitúa el cursor al final del
2527  texto del encabezado y se pulsa 
2528 \family sans
2529 Retorno
2530 \family default
2531 .
2532  La leyenda se imprime encima de la tabla.
2533 \end_layout
2534
2535 \begin_layout Standard
2536 La tabla
2537 \begin_inset space ~
2538 \end_inset
2539
2540
2541 \begin_inset CommandInset ref
2542 LatexCommand ref
2543 reference "tab:una tabla flotante"
2544
2545 \end_inset
2546
2547  es un ejemplo de tabla flotante.
2548 \end_layout
2549
2550 \begin_layout Standard
2551 Lo habitual es poner la leyenda sobre la tabla, lo que desafortunadamente
2552  no es soportado en las clases estándar de LaTeX.
2553  Esto significa que si estás usando las clases de documento 
2554 \family sans
2555 article
2556 \family default
2557
2558 \family sans
2559 book
2560 \family default
2561
2562 \family sans
2563 letter
2564 \family default
2565  o 
2566 \family sans
2567 report
2568 \family default
2569  no habrá espacio entre la leyenda y la tabla.
2570  Para añadir un espacio entre ellos hay que poner en el preámbulo LaTeX
2571  del documento la siguiente opción al comando del paquete LaTeX 
2572 \series bold
2573 caption
2574 \series default
2575
2576 \begin_inset Index
2577 status collapsed
2578
2579 \begin_layout Plain Layout
2580 LaTeX-paquetes ! caption
2581 \end_layout
2582
2583 \end_inset
2584
2585 :
2586 \begin_inset Foot
2587 status collapsed
2588
2589 \begin_layout Plain Layout
2590 Para más información ve a la sección
2591 \begin_inset space ~
2592 \end_inset
2593
2594
2595 \begin_inset CommandInset ref
2596 LatexCommand ref
2597 reference "sec:Colocación-de-leyendas"
2598
2599 \end_inset
2600
2601 .
2602 \end_layout
2603
2604 \end_inset
2605
2606
2607 \end_layout
2608
2609 \begin_layout Standard
2610
2611 \series bold
2612 tableposition=top
2613 \end_layout
2614
2615 \begin_layout Standard
2616 El formato de la leyenda se puede controlar mediante el paquete de LaTeX
2617  
2618 \series bold
2619 caption
2620 \series default
2621  como se describe en la sección
2622 \begin_inset space ~
2623 \end_inset
2624
2625
2626 \begin_inset CommandInset ref
2627 LatexCommand ref
2628 reference "sec:Formato-de-leyendas"
2629
2630 \end_inset
2631
2632 .
2633  
2634 \end_layout
2635
2636 \begin_layout Standard
2637 \begin_inset Index
2638 status collapsed
2639
2640 \begin_layout Plain Layout
2641 Referencias ! a tablas
2642 \end_layout
2643
2644 \end_inset
2645
2646 Las tablas pueden tener referencias cruzadas en el texto referenciando su
2647  etiqueta.
2648  Para hacerlo inserta una etiqueta en la leyenda con el menú 
2649 \family sans
2650 Insertar\SpecialChar \menuseparator
2651 Etiqueta
2652 \family default
2653  o con el botón 
2654 \begin_inset Graphics
2655         filename ../../images/label-insert.png
2656         scale 85
2657
2658 \end_inset
2659
2660 .
2661  Ahora puedes referenciar la etiqueta con el menú 
2662 \family sans
2663 Insertar\SpecialChar \menuseparator
2664 Referencia
2665 \begin_inset space ~
2666 \end_inset
2667
2668 cruzada
2669 \family default
2670  o con el botón 
2671 \begin_inset Graphics
2672         filename ../../images/dialog-show-new-inset_ref.png
2673         scale 85
2674
2675 \end_inset
2676
2677 .
2678 \begin_inset Newline newline
2679 \end_inset
2680
2681 Las referencias se explican con detalle en la sección
2682 \begin_inset space ~
2683 \end_inset
2684
2685
2686 \begin_inset CommandInset ref
2687 LatexCommand ref
2688 reference "sec:Referencias-a-Flotantes"
2689
2690 \end_inset
2691
2692 .
2693 \end_layout
2694
2695 \begin_layout Section
2696 Tablas largas
2697 \begin_inset CommandInset label
2698 LatexCommand label
2699 name "sec:Tablas-Largas"
2700
2701 \end_inset
2702
2703
2704 \begin_inset Index
2705 status collapsed
2706
2707 \begin_layout Plain Layout
2708 Tablas largas
2709 \end_layout
2710
2711 \end_inset
2712
2713
2714 \begin_inset Index
2715 status collapsed
2716
2717 \begin_layout Plain Layout
2718 Tablas ! Largas
2719 \end_layout
2720
2721 \end_inset
2722
2723
2724 \end_layout
2725
2726 \begin_layout Standard
2727 Si la tabla es demasiado larga para una página, puedes usar la opción 
2728 \family sans
2729 Usar
2730 \begin_inset space ~
2731 \end_inset
2732
2733 tabla
2734 \begin_inset space ~
2735 \end_inset
2736
2737 larga
2738 \family default
2739  en la solapa 
2740 \family sans
2741 Tabla
2742 \begin_inset space ~
2743 \end_inset
2744
2745 larga
2746 \family default
2747  del diálogo de tablas, para repartir automáticamente la tabla en varias
2748  páginas.
2749  Al hacerlo se habilitan diversos botones opcionales en los que puedes definir:
2750 \end_layout
2751
2752 \begin_layout Description
2753
2754 \family sans
2755 Encabezado:
2756 \family default
2757  La fila actual y todas las de arriba, que no tienen ninguna opción especial
2758  definida, se definen como filas de encabezado para todas las páginas de
2759  la tabla, excepto para la primera página si 
2760 \family sans
2761 Primer
2762 \begin_inset space ~
2763 \end_inset
2764
2765 encabezado
2766 \family default
2767  está definido.
2768  Este se denomina encabezado principal.
2769 \end_layout
2770
2771 \begin_layout Description
2772
2773 \family sans
2774 Primer
2775 \begin_inset space ~
2776 \end_inset
2777
2778 encabezado:
2779 \family default
2780  La fila actual y superiores, que no tienen ninguna opción especial definida,
2781  se definen como filas cabeceras de la primera página de la tabla.
2782 \end_layout
2783
2784 \begin_layout Description
2785
2786 \family sans
2787 Pie:
2788 \family default
2789  La fila actual y todas las siguientes, que no tienen ninguna opción especial
2790  definida, se definen como filas de pie de todas las páginas de la tabla,
2791  excepto para la última página si se define 
2792 \family sans
2793 Último
2794 \begin_inset space ~
2795 \end_inset
2796
2797 pie.
2798 \end_layout
2799
2800 \begin_layout Description
2801
2802 \family sans
2803 Último
2804 \begin_inset space ~
2805 \end_inset
2806
2807 pie: L
2808 \family default
2809 a fila actual y siguientes, que no tienen ninguna opción especial definida,
2810  se definen como filas de pie de la última página de la tabla.
2811 \end_layout
2812
2813 \begin_layout Standard
2814 También se puede especificar en qué fila se ha de cortar la tabla.
2815  Si se establece más de una opción en la misma fila, habría que tener en
2816  cuenta que sólo la primera de ellas se usa en la fila dada.
2817  Las otras quedarán definidas como 
2818 \emph on
2819 vacías
2820 \emph default
2821 .
2822  En este contexto, primera significa primero en este orden: 
2823 \family sans
2824 Encabezado, Primer
2825 \begin_inset space ~
2826 \end_inset
2827
2828 encabezado
2829 \family default
2830
2831 \family sans
2832 Pie, Último
2833 \begin_inset space ~
2834 \end_inset
2835
2836 pie
2837 \family default
2838 .
2839  La siguiente tabla muestra cómo funciona:
2840 \end_layout
2841
2842 \begin_layout Standard
2843
2844 \end_layout
2845
2846 \begin_layout Standard
2847 \align center
2848 \begin_inset Tabular
2849 <lyxtabular version="3" rows="69" columns="3">
2850 <features islongtable="true">
2851 <column alignment="left" valignment="top" width="0cm">
2852 <column alignment="left" valignment="top" width="0pt">
2853 <column alignment="right" valignment="top" width="0pt">
2854 <row endfirsthead="true">
2855 <cell multicolumn="1" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
2856 \begin_inset Text
2857
2858 \begin_layout Plain Layout
2859
2860 \series bold
2861 Ejemplo de lista telefónica (ignore los nombres)
2862 \end_layout
2863
2864 \end_inset
2865 </cell>
2866 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
2867 \begin_inset Text
2868
2869 \begin_layout Plain Layout
2870
2871 \end_layout
2872
2873 \end_inset
2874 </cell>
2875 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
2876 \begin_inset Text
2877
2878 \begin_layout Plain Layout
2879
2880 \end_layout
2881
2882 \end_inset
2883 </cell>
2884 </row>
2885 <row endfirsthead="true">
2886 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
2887 \begin_inset Text
2888
2889 \begin_layout Plain Layout
2890
2891 \series bold
2892 NOMBRE
2893 \end_layout
2894
2895 \end_inset
2896 </cell>
2897 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
2898 \begin_inset Text
2899
2900 \begin_layout Plain Layout
2901
2902 \end_layout
2903
2904 \end_inset
2905 </cell>
2906 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
2907 \begin_inset Text
2908
2909 \begin_layout Plain Layout
2910
2911 \series bold
2912 TEL.
2913 \end_layout
2914
2915 \end_inset
2916 </cell>
2917 </row>
2918 <row endhead="true">
2919 <cell multicolumn="1" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
2920 \begin_inset Text
2921
2922 \begin_layout Plain Layout
2923
2924 \series bold
2925 Ejemplo de lista telefónica
2926 \end_layout
2927
2928 \end_inset
2929 </cell>
2930 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
2931 \begin_inset Text
2932
2933 \begin_layout Plain Layout
2934
2935 \end_layout
2936
2937 \end_inset
2938 </cell>
2939 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
2940 \begin_inset Text
2941
2942 \begin_layout Plain Layout
2943
2944 \end_layout
2945
2946 \end_inset
2947 </cell>
2948 </row>
2949 <row endhead="true">
2950 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
2951 \begin_inset Text
2952
2953 \begin_layout Plain Layout
2954
2955 \series bold
2956 NOMBRE
2957 \end_layout
2958
2959 \end_inset
2960 </cell>
2961 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
2962 \begin_inset Text
2963
2964 \begin_layout Plain Layout
2965
2966 \end_layout
2967
2968 \end_inset
2969 </cell>
2970 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
2971 \begin_inset Text
2972
2973 \begin_layout Plain Layout
2974
2975 \series bold
2976 TEL.
2977 \end_layout
2978
2979 \end_inset
2980 </cell>
2981 </row>
2982 <row endfoot="true">
2983 <cell multicolumn="1" alignment="right" valignment="top" topline="true" usebox="none">
2984 \begin_inset Text
2985
2986 \begin_layout Plain Layout
2987  continúa en la página siguiente
2988 \end_layout
2989
2990 \end_inset
2991 </cell>
2992 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
2993 \begin_inset Text
2994
2995 \begin_layout Plain Layout
2996
2997 \end_layout
2998
2999 \end_inset
3000 </cell>
3001 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
3002 \begin_inset Text
3003
3004 \begin_layout Plain Layout
3005
3006 \end_layout
3007
3008 \end_inset
3009 </cell>
3010 </row>
3011 <row>
3012 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3013 \begin_inset Text
3014
3015 \begin_layout Plain Layout
3016
3017 \series bold
3018 Annovi
3019 \end_layout
3020
3021 \end_inset
3022 </cell>
3023 <cell alignment="center" valignment="top" usebox="none">
3024 \begin_inset Text
3025
3026 \begin_layout Plain Layout
3027 Silvia
3028 \end_layout
3029
3030 \end_inset
3031 </cell>
3032 <cell alignment="right" valignment="top" leftline="true" rightline="true" usebox="none">
3033 \begin_inset Text
3034
3035 \begin_layout Plain Layout
3036 111
3037 \end_layout
3038
3039 \end_inset
3040 </cell>
3041 </row>
3042 <row>
3043 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3044 \begin_inset Text
3045
3046 \begin_layout Plain Layout
3047
3048 \series bold
3049 Bertoli
3050 \end_layout
3051
3052 \end_inset
3053 </cell>
3054 <cell alignment="center" valignment="top" usebox="none">
3055 \begin_inset Text
3056
3057 \begin_layout Plain Layout
3058 Stefano
3059 \end_layout
3060
3061 \end_inset
3062 </cell>
3063 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3064 \begin_inset Text
3065
3066 \begin_layout Plain Layout
3067 111
3068 \end_layout
3069
3070 \end_inset
3071 </cell>
3072 </row>
3073 <row>
3074 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3075 \begin_inset Text
3076
3077 \begin_layout Plain Layout
3078
3079 \series bold
3080 Bozzi
3081 \end_layout
3082
3083 \end_inset
3084 </cell>
3085 <cell alignment="center" valignment="top" usebox="none">
3086 \begin_inset Text
3087
3088 \begin_layout Plain Layout
3089 Walter
3090 \end_layout
3091
3092 \end_inset
3093 </cell>
3094 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3095 \begin_inset Text
3096
3097 \begin_layout Plain Layout
3098 111
3099 \end_layout
3100
3101 \end_inset
3102 </cell>
3103 </row>
3104 <row>
3105 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3106 \begin_inset Text
3107
3108 \begin_layout Plain Layout
3109
3110 \series bold
3111 Cachia
3112 \end_layout
3113
3114 \end_inset
3115 </cell>
3116 <cell alignment="center" valignment="top" usebox="none">
3117 \begin_inset Text
3118
3119 \begin_layout Plain Layout
3120 Maria
3121 \end_layout
3122
3123 \end_inset
3124 </cell>
3125 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3126 \begin_inset Text
3127
3128 \begin_layout Plain Layout
3129 111
3130 \end_layout
3131
3132 \end_inset
3133 </cell>
3134 </row>
3135 <row>
3136 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3137 \begin_inset Text
3138
3139 \begin_layout Plain Layout
3140
3141 \series bold
3142 Cachia
3143 \end_layout
3144
3145 \end_inset
3146 </cell>
3147 <cell alignment="center" valignment="top" usebox="none">
3148 \begin_inset Text
3149
3150 \begin_layout Plain Layout
3151 Maurizio
3152 \end_layout
3153
3154 \end_inset
3155 </cell>
3156 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3157 \begin_inset Text
3158
3159 \begin_layout Plain Layout
3160 111
3161 \end_layout
3162
3163 \end_inset
3164 </cell>
3165 </row>
3166 <row>
3167 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3168 \begin_inset Text
3169
3170 \begin_layout Plain Layout
3171
3172 \series bold
3173 Cinquemani
3174 \end_layout
3175
3176 \end_inset
3177 </cell>
3178 <cell alignment="center" valignment="top" usebox="none">
3179 \begin_inset Text
3180
3181 \begin_layout Plain Layout
3182 Giusi
3183 \end_layout
3184
3185 \end_inset
3186 </cell>
3187 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3188 \begin_inset Text
3189
3190 \begin_layout Plain Layout
3191 111
3192 \end_layout
3193
3194 \end_inset
3195 </cell>
3196 </row>
3197 <row>
3198 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3199 \begin_inset Text
3200
3201 \begin_layout Plain Layout
3202
3203 \series bold
3204 Colin
3205 \end_layout
3206
3207 \end_inset
3208 </cell>
3209 <cell alignment="center" valignment="top" usebox="none">
3210 \begin_inset Text
3211
3212 \begin_layout Plain Layout
3213 Bernard
3214 \end_layout
3215
3216 \end_inset
3217 </cell>
3218 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3219 \begin_inset Text
3220
3221 \begin_layout Plain Layout
3222 111
3223 \end_layout
3224
3225 \end_inset
3226 </cell>
3227 </row>
3228 <row>
3229 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3230 \begin_inset Text
3231
3232 \begin_layout Plain Layout
3233
3234 \series bold
3235 Concli
3236 \end_layout
3237
3238 \end_inset
3239 </cell>
3240 <cell alignment="center" valignment="top" usebox="none">
3241 \begin_inset Text
3242
3243 \begin_layout Plain Layout
3244 Gianfranco
3245 \end_layout
3246
3247 \end_inset
3248 </cell>
3249 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3250 \begin_inset Text
3251
3252 \begin_layout Plain Layout
3253 111
3254 \end_layout
3255
3256 \end_inset
3257 </cell>
3258 </row>
3259 <row>
3260 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3261 \begin_inset Text
3262
3263 \begin_layout Plain Layout
3264
3265 \series bold
3266 Dal Bosco
3267 \end_layout
3268
3269 \end_inset
3270 </cell>
3271 <cell alignment="center" valignment="top" usebox="none">
3272 \begin_inset Text
3273
3274 \begin_layout Plain Layout
3275 Carolina
3276 \end_layout
3277
3278 \end_inset
3279 </cell>
3280 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3281 \begin_inset Text
3282
3283 \begin_layout Plain Layout
3284 111
3285 \end_layout
3286
3287 \end_inset
3288 </cell>
3289 </row>
3290 <row>
3291 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3292 \begin_inset Text
3293
3294 \begin_layout Plain Layout
3295
3296 \series bold
3297 Dalpiaz
3298 \end_layout
3299
3300 \end_inset
3301 </cell>
3302 <cell alignment="center" valignment="top" usebox="none">
3303 \begin_inset Text
3304
3305 \begin_layout Plain Layout
3306 Annamaria
3307 \end_layout
3308
3309 \end_inset
3310 </cell>
3311 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3312 \begin_inset Text
3313
3314 \begin_layout Plain Layout
3315 111
3316 \end_layout
3317
3318 \end_inset
3319 </cell>
3320 </row>
3321 <row>
3322 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3323 \begin_inset Text
3324
3325 \begin_layout Plain Layout
3326
3327 \series bold
3328 Feliciello
3329 \end_layout
3330
3331 \end_inset
3332 </cell>
3333 <cell alignment="center" valignment="top" usebox="none">
3334 \begin_inset Text
3335
3336 \begin_layout Plain Layout
3337 Domenico
3338 \end_layout
3339
3340 \end_inset
3341 </cell>
3342 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3343 \begin_inset Text
3344
3345 \begin_layout Plain Layout
3346 111
3347 \end_layout
3348
3349 \end_inset
3350 </cell>
3351 </row>
3352 <row>
3353 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3354 \begin_inset Text
3355
3356 \begin_layout Plain Layout
3357
3358 \series bold
3359 Focarelli
3360 \end_layout
3361
3362 \end_inset
3363 </cell>
3364 <cell alignment="center" valignment="top" usebox="none">
3365 \begin_inset Text
3366
3367 \begin_layout Plain Layout
3368 Paola
3369 \end_layout
3370
3371 \end_inset
3372 </cell>
3373 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3374 \begin_inset Text
3375
3376 \begin_layout Plain Layout
3377 111
3378 \end_layout
3379
3380 \end_inset
3381 </cell>
3382 </row>
3383 <row>
3384 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3385 \begin_inset Text
3386
3387 \begin_layout Plain Layout
3388
3389 \series bold
3390 Galletti
3391 \end_layout
3392
3393 \end_inset
3394 </cell>
3395 <cell alignment="center" valignment="top" usebox="none">
3396 \begin_inset Text
3397
3398 \begin_layout Plain Layout
3399 Oreste
3400 \end_layout
3401
3402 \end_inset
3403 </cell>
3404 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3405 \begin_inset Text
3406
3407 \begin_layout Plain Layout
3408 111
3409 \end_layout
3410
3411 \end_inset
3412 </cell>
3413 </row>
3414 <row>
3415 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3416 \begin_inset Text
3417
3418 \begin_layout Plain Layout
3419
3420 \series bold
3421 Gasparini
3422 \end_layout
3423
3424 \end_inset
3425 </cell>
3426 <cell alignment="center" valignment="top" usebox="none">
3427 \begin_inset Text
3428
3429 \begin_layout Plain Layout
3430 Franca
3431 \end_layout
3432
3433 \end_inset
3434 </cell>
3435 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3436 \begin_inset Text
3437
3438 \begin_layout Plain Layout
3439 111
3440 \end_layout
3441
3442 \end_inset
3443 </cell>
3444 </row>
3445 <row>
3446 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3447 \begin_inset Text
3448
3449 \begin_layout Plain Layout
3450
3451 \series bold
3452 Rizzardi
3453 \end_layout
3454
3455 \end_inset
3456 </cell>
3457 <cell alignment="center" valignment="top" usebox="none">
3458 \begin_inset Text
3459
3460 \begin_layout Plain Layout
3461 Paola
3462 \end_layout
3463
3464 \end_inset
3465 </cell>
3466 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3467 \begin_inset Text
3468
3469 \begin_layout Plain Layout
3470 111
3471 \end_layout
3472
3473 \end_inset
3474 </cell>
3475 </row>
3476 <row>
3477 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3478 \begin_inset Text
3479
3480 \begin_layout Plain Layout
3481
3482 \series bold
3483 Lassini
3484 \end_layout
3485
3486 \end_inset
3487 </cell>
3488 <cell alignment="center" valignment="top" usebox="none">
3489 \begin_inset Text
3490
3491 \begin_layout Plain Layout
3492 Giancarlo
3493 \end_layout
3494
3495 \end_inset
3496 </cell>
3497 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3498 \begin_inset Text
3499
3500 \begin_layout Plain Layout
3501 111
3502 \end_layout
3503
3504 \end_inset
3505 </cell>
3506 </row>
3507 <row>
3508 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3509 \begin_inset Text
3510
3511 \begin_layout Plain Layout
3512
3513 \series bold
3514 Malfatti
3515 \end_layout
3516
3517 \end_inset
3518 </cell>
3519 <cell alignment="center" valignment="top" usebox="none">
3520 \begin_inset Text
3521
3522 \begin_layout Plain Layout
3523 Luciano
3524 \end_layout
3525
3526 \end_inset
3527 </cell>
3528 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3529 \begin_inset Text
3530
3531 \begin_layout Plain Layout
3532 111
3533 \end_layout
3534
3535 \end_inset
3536 </cell>
3537 </row>
3538 <row>
3539 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3540 \begin_inset Text
3541
3542 \begin_layout Plain Layout
3543
3544 \series bold
3545 Malfatti
3546 \end_layout
3547
3548 \end_inset
3549 </cell>
3550 <cell alignment="center" valignment="top" usebox="none">
3551 \begin_inset Text
3552
3553 \begin_layout Plain Layout
3554 Valeriano
3555 \end_layout
3556
3557 \end_inset
3558 </cell>
3559 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3560 \begin_inset Text
3561
3562 \begin_layout Plain Layout
3563 111
3564 \end_layout
3565
3566 \end_inset
3567 </cell>
3568 </row>
3569 <row>
3570 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3571 \begin_inset Text
3572
3573 \begin_layout Plain Layout
3574
3575 \series bold
3576 Meneguzzo
3577 \end_layout
3578
3579 \end_inset
3580 </cell>
3581 <cell alignment="center" valignment="top" usebox="none">
3582 \begin_inset Text
3583
3584 \begin_layout Plain Layout
3585 Roberto
3586 \end_layout
3587
3588 \end_inset
3589 </cell>
3590 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3591 \begin_inset Text
3592
3593 \begin_layout Plain Layout
3594 111
3595 \end_layout
3596
3597 \end_inset
3598 </cell>
3599 </row>
3600 <row>
3601 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3602 \begin_inset Text
3603
3604 \begin_layout Plain Layout
3605
3606 \series bold
3607 Mezzadra
3608 \end_layout
3609
3610 \end_inset
3611 </cell>
3612 <cell alignment="center" valignment="top" usebox="none">
3613 \begin_inset Text
3614
3615 \begin_layout Plain Layout
3616 Roberto
3617 \end_layout
3618
3619 \end_inset
3620 </cell>
3621 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3622 \begin_inset Text
3623
3624 \begin_layout Plain Layout
3625 111
3626 \end_layout
3627
3628 \end_inset
3629 </cell>
3630 </row>
3631 <row>
3632 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3633 \begin_inset Text
3634
3635 \begin_layout Plain Layout
3636
3637 \series bold
3638 Pirpamer
3639 \end_layout
3640
3641 \end_inset
3642 </cell>
3643 <cell alignment="center" valignment="top" usebox="none">
3644 \begin_inset Text
3645
3646 \begin_layout Plain Layout
3647 Erich
3648 \end_layout
3649
3650 \end_inset
3651 </cell>
3652 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3653 \begin_inset Text
3654
3655 \begin_layout Plain Layout
3656 111
3657 \end_layout
3658
3659 \end_inset
3660 </cell>
3661 </row>
3662 <row>
3663 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3664 \begin_inset Text
3665
3666 \begin_layout Plain Layout
3667
3668 \series bold
3669 Pochiesa
3670 \end_layout
3671
3672 \end_inset
3673 </cell>
3674 <cell alignment="center" valignment="top" usebox="none">
3675 \begin_inset Text
3676
3677 \begin_layout Plain Layout
3678 Paolo
3679 \end_layout
3680
3681 \end_inset
3682 </cell>
3683 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3684 \begin_inset Text
3685
3686 \begin_layout Plain Layout
3687 111, 222
3688 \end_layout
3689
3690 \end_inset
3691 </cell>
3692 </row>
3693 <row>
3694 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3695 \begin_inset Text
3696
3697 \begin_layout Plain Layout
3698
3699 \series bold
3700 Radina
3701 \end_layout
3702
3703 \end_inset
3704 </cell>
3705 <cell alignment="center" valignment="top" usebox="none">
3706 \begin_inset Text
3707
3708 \begin_layout Plain Layout
3709 Claudio
3710 \end_layout
3711
3712 \end_inset
3713 </cell>
3714 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3715 \begin_inset Text
3716
3717 \begin_layout Plain Layout
3718 111
3719 \end_layout
3720
3721 \end_inset
3722 </cell>
3723 </row>
3724 <row>
3725 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3726 \begin_inset Text
3727
3728 \begin_layout Plain Layout
3729
3730 \series bold
3731 Stuffer
3732 \end_layout
3733
3734 \end_inset
3735 </cell>
3736 <cell alignment="center" valignment="top" usebox="none">
3737 \begin_inset Text
3738
3739 \begin_layout Plain Layout
3740 Oskar
3741 \end_layout
3742
3743 \end_inset
3744 </cell>
3745 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3746 \begin_inset Text
3747
3748 \begin_layout Plain Layout
3749 111
3750 \end_layout
3751
3752 \end_inset
3753 </cell>
3754 </row>
3755 <row>
3756 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3757 \begin_inset Text
3758
3759 \begin_layout Plain Layout
3760
3761 \series bold
3762 Tacchelli
3763 \end_layout
3764
3765 \end_inset
3766 </cell>
3767 <cell alignment="center" valignment="top" usebox="none">
3768 \begin_inset Text
3769
3770 \begin_layout Plain Layout
3771 Ugo
3772 \end_layout
3773
3774 \end_inset
3775 </cell>
3776 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3777 \begin_inset Text
3778
3779 \begin_layout Plain Layout
3780 111
3781 \end_layout
3782
3783 \end_inset
3784 </cell>
3785 </row>
3786 <row>
3787 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3788 \begin_inset Text
3789
3790 \begin_layout Plain Layout
3791
3792 \series bold
3793 Tezzele
3794 \end_layout
3795
3796 \end_inset
3797 </cell>
3798 <cell alignment="center" valignment="top" usebox="none">
3799 \begin_inset Text
3800
3801 \begin_layout Plain Layout
3802 Margit
3803 \end_layout
3804
3805 \end_inset
3806 </cell>
3807 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3808 \begin_inset Text
3809
3810 \begin_layout Plain Layout
3811 111
3812 \end_layout
3813
3814 \end_inset
3815 </cell>
3816 </row>
3817 <row>
3818 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3819 \begin_inset Text
3820
3821 \begin_layout Plain Layout
3822
3823 \series bold
3824 Unterkalmsteiner
3825 \end_layout
3826
3827 \end_inset
3828 </cell>
3829 <cell alignment="center" valignment="top" usebox="none">
3830 \begin_inset Text
3831
3832 \begin_layout Plain Layout
3833 Frieda
3834 \end_layout
3835
3836 \end_inset
3837 </cell>
3838 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3839 \begin_inset Text
3840
3841 \begin_layout Plain Layout
3842 111
3843 \end_layout
3844
3845 \end_inset
3846 </cell>
3847 </row>
3848 <row>
3849 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3850 \begin_inset Text
3851
3852 \begin_layout Plain Layout
3853
3854 \series bold
3855 Vieider
3856 \end_layout
3857
3858 \end_inset
3859 </cell>
3860 <cell alignment="center" valignment="top" usebox="none">
3861 \begin_inset Text
3862
3863 \begin_layout Plain Layout
3864 Hilde
3865 \end_layout
3866
3867 \end_inset
3868 </cell>
3869 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3870 \begin_inset Text
3871
3872 \begin_layout Plain Layout
3873 111
3874 \end_layout
3875
3876 \end_inset
3877 </cell>
3878 </row>
3879 <row>
3880 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3881 \begin_inset Text
3882
3883 \begin_layout Plain Layout
3884
3885 \series bold
3886 Vigna
3887 \end_layout
3888
3889 \end_inset
3890 </cell>
3891 <cell alignment="center" valignment="top" usebox="none">
3892 \begin_inset Text
3893
3894 \begin_layout Plain Layout
3895 Jürgen
3896 \end_layout
3897
3898 \end_inset
3899 </cell>
3900 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3901 \begin_inset Text
3902
3903 \begin_layout Plain Layout
3904 111
3905 \end_layout
3906
3907 \end_inset
3908 </cell>
3909 </row>
3910 <row>
3911 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3912 \begin_inset Text
3913
3914 \begin_layout Plain Layout
3915
3916 \series bold
3917 Weber
3918 \end_layout
3919
3920 \end_inset
3921 </cell>
3922 <cell alignment="center" valignment="top" usebox="none">
3923 \begin_inset Text
3924
3925 \begin_layout Plain Layout
3926 Maurizio
3927 \end_layout
3928
3929 \end_inset
3930 </cell>
3931 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3932 \begin_inset Text
3933
3934 \begin_layout Plain Layout
3935 111
3936 \end_layout
3937
3938 \end_inset
3939 </cell>
3940 </row>
3941 <row>
3942 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
3943 \begin_inset Text
3944
3945 \begin_layout Plain Layout
3946
3947 \series bold
3948 Winkler
3949 \end_layout
3950
3951 \end_inset
3952 </cell>
3953 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
3954 \begin_inset Text
3955
3956 \begin_layout Plain Layout
3957 Franz
3958 \end_layout
3959
3960 \end_inset
3961 </cell>
3962 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
3963 \begin_inset Text
3964
3965 \begin_layout Plain Layout
3966 111
3967 \end_layout
3968
3969 \end_inset
3970 </cell>
3971 </row>
3972 <row>
3973 <cell multicolumn="1" alignment="left" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
3974 \begin_inset Text
3975
3976 \begin_layout Plain Layout
3977  
3978 \end_layout
3979
3980 \end_inset
3981 </cell>
3982 <cell multicolumn="2" alignment="center" valignment="top" topline="true" usebox="none">
3983 \begin_inset Text
3984
3985 \begin_layout Plain Layout
3986
3987 \end_layout
3988
3989 \end_inset
3990 </cell>
3991 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
3992 \begin_inset Text
3993
3994 \begin_layout Plain Layout
3995
3996 \end_layout
3997
3998 \end_inset
3999 </cell>
4000 </row>
4001 <row>
4002 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4003 \begin_inset Text
4004
4005 \begin_layout Plain Layout
4006
4007 \series bold
4008 Annovi
4009 \end_layout
4010
4011 \end_inset
4012 </cell>
4013 <cell alignment="center" valignment="top" usebox="none">
4014 \begin_inset Text
4015
4016 \begin_layout Plain Layout
4017 Silvia
4018 \end_layout
4019
4020 \end_inset
4021 </cell>
4022 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4023 \begin_inset Text
4024
4025 \begin_layout Plain Layout
4026 555
4027 \end_layout
4028
4029 \end_inset
4030 </cell>
4031 </row>
4032 <row>
4033 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4034 \begin_inset Text
4035
4036 \begin_layout Plain Layout
4037
4038 \series bold
4039 Bertoli
4040 \end_layout
4041
4042 \end_inset
4043 </cell>
4044 <cell alignment="center" valignment="top" usebox="none">
4045 \begin_inset Text
4046
4047 \begin_layout Plain Layout
4048 Stefano
4049 \end_layout
4050
4051 \end_inset
4052 </cell>
4053 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4054 \begin_inset Text
4055
4056 \begin_layout Plain Layout
4057 555
4058 \end_layout
4059
4060 \end_inset
4061 </cell>
4062 </row>
4063 <row>
4064 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4065 \begin_inset Text
4066
4067 \begin_layout Plain Layout
4068
4069 \series bold
4070 Bozzi
4071 \end_layout
4072
4073 \end_inset
4074 </cell>
4075 <cell alignment="center" valignment="top" usebox="none">
4076 \begin_inset Text
4077
4078 \begin_layout Plain Layout
4079 Walter
4080 \end_layout
4081
4082 \end_inset
4083 </cell>
4084 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4085 \begin_inset Text
4086
4087 \begin_layout Plain Layout
4088 555
4089 \end_layout
4090
4091 \end_inset
4092 </cell>
4093 </row>
4094 <row>
4095 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4096 \begin_inset Text
4097
4098 \begin_layout Plain Layout
4099
4100 \series bold
4101 Cachia
4102 \end_layout
4103
4104 \end_inset
4105 </cell>
4106 <cell alignment="center" valignment="top" usebox="none">
4107 \begin_inset Text
4108
4109 \begin_layout Plain Layout
4110 Maria
4111 \end_layout
4112
4113 \end_inset
4114 </cell>
4115 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4116 \begin_inset Text
4117
4118 \begin_layout Plain Layout
4119 555
4120 \end_layout
4121
4122 \end_inset
4123 </cell>
4124 </row>
4125 <row>
4126 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4127 \begin_inset Text
4128
4129 \begin_layout Plain Layout
4130
4131 \series bold
4132 Cachia
4133 \end_layout
4134
4135 \end_inset
4136 </cell>
4137 <cell alignment="center" valignment="top" usebox="none">
4138 \begin_inset Text
4139
4140 \begin_layout Plain Layout
4141 Maurizio
4142 \end_layout
4143
4144 \end_inset
4145 </cell>
4146 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4147 \begin_inset Text
4148
4149 \begin_layout Plain Layout
4150 555
4151 \end_layout
4152
4153 \end_inset
4154 </cell>
4155 </row>
4156 <row>
4157 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4158 \begin_inset Text
4159
4160 \begin_layout Plain Layout
4161
4162 \series bold
4163 Cinquemani
4164 \end_layout
4165
4166 \end_inset
4167 </cell>
4168 <cell alignment="center" valignment="top" usebox="none">
4169 \begin_inset Text
4170
4171 \begin_layout Plain Layout
4172 Giusi
4173 \end_layout
4174
4175 \end_inset
4176 </cell>
4177 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4178 \begin_inset Text
4179
4180 \begin_layout Plain Layout
4181 555
4182 \end_layout
4183
4184 \end_inset
4185 </cell>
4186 </row>
4187 <row>
4188 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4189 \begin_inset Text
4190
4191 \begin_layout Plain Layout
4192
4193 \series bold
4194 Colin
4195 \end_layout
4196
4197 \end_inset
4198 </cell>
4199 <cell alignment="center" valignment="top" usebox="none">
4200 \begin_inset Text
4201
4202 \begin_layout Plain Layout
4203 Bernard
4204 \end_layout
4205
4206 \end_inset
4207 </cell>
4208 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4209 \begin_inset Text
4210
4211 \begin_layout Plain Layout
4212 555
4213 \end_layout
4214
4215 \end_inset
4216 </cell>
4217 </row>
4218 <row>
4219 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4220 \begin_inset Text
4221
4222 \begin_layout Plain Layout
4223
4224 \series bold
4225 Concli
4226 \end_layout
4227
4228 \end_inset
4229 </cell>
4230 <cell alignment="center" valignment="top" usebox="none">
4231 \begin_inset Text
4232
4233 \begin_layout Plain Layout
4234 Gianfranco
4235 \end_layout
4236
4237 \end_inset
4238 </cell>
4239 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4240 \begin_inset Text
4241
4242 \begin_layout Plain Layout
4243 555
4244 \end_layout
4245
4246 \end_inset
4247 </cell>
4248 </row>
4249 <row>
4250 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4251 \begin_inset Text
4252
4253 \begin_layout Plain Layout
4254
4255 \series bold
4256 Dal Bosco
4257 \end_layout
4258
4259 \end_inset
4260 </cell>
4261 <cell alignment="center" valignment="top" usebox="none">
4262 \begin_inset Text
4263
4264 \begin_layout Plain Layout
4265 Carolina
4266 \end_layout
4267
4268 \end_inset
4269 </cell>
4270 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4271 \begin_inset Text
4272
4273 \begin_layout Plain Layout
4274 555
4275 \end_layout
4276
4277 \end_inset
4278 </cell>
4279 </row>
4280 <row>
4281 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4282 \begin_inset Text
4283
4284 \begin_layout Plain Layout
4285
4286 \series bold
4287 Dalpiaz
4288 \end_layout
4289
4290 \end_inset
4291 </cell>
4292 <cell alignment="center" valignment="top" usebox="none">
4293 \begin_inset Text
4294
4295 \begin_layout Plain Layout
4296 Annamaria
4297 \end_layout
4298
4299 \end_inset
4300 </cell>
4301 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4302 \begin_inset Text
4303
4304 \begin_layout Plain Layout
4305 555
4306 \end_layout
4307
4308 \end_inset
4309 </cell>
4310 </row>
4311 <row>
4312 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4313 \begin_inset Text
4314
4315 \begin_layout Plain Layout
4316
4317 \series bold
4318 Feliciello
4319 \end_layout
4320
4321 \end_inset
4322 </cell>
4323 <cell alignment="center" valignment="top" usebox="none">
4324 \begin_inset Text
4325
4326 \begin_layout Plain Layout
4327 Domenico
4328 \end_layout
4329
4330 \end_inset
4331 </cell>
4332 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4333 \begin_inset Text
4334
4335 \begin_layout Plain Layout
4336 555
4337 \end_layout
4338
4339 \end_inset
4340 </cell>
4341 </row>
4342 <row>
4343 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4344 \begin_inset Text
4345
4346 \begin_layout Plain Layout
4347
4348 \series bold
4349 Focarelli
4350 \end_layout
4351
4352 \end_inset
4353 </cell>
4354 <cell alignment="center" valignment="top" usebox="none">
4355 \begin_inset Text
4356
4357 \begin_layout Plain Layout
4358 Paola
4359 \end_layout
4360
4361 \end_inset
4362 </cell>
4363 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4364 \begin_inset Text
4365
4366 \begin_layout Plain Layout
4367 555
4368 \end_layout
4369
4370 \end_inset
4371 </cell>
4372 </row>
4373 <row>
4374 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4375 \begin_inset Text
4376
4377 \begin_layout Plain Layout
4378
4379 \series bold
4380 Galletti
4381 \end_layout
4382
4383 \end_inset
4384 </cell>
4385 <cell alignment="center" valignment="top" usebox="none">
4386 \begin_inset Text
4387
4388 \begin_layout Plain Layout
4389 Oreste
4390 \end_layout
4391
4392 \end_inset
4393 </cell>
4394 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4395 \begin_inset Text
4396
4397 \begin_layout Plain Layout
4398 555
4399 \end_layout
4400
4401 \end_inset
4402 </cell>
4403 </row>
4404 <row>
4405 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4406 \begin_inset Text
4407
4408 \begin_layout Plain Layout
4409
4410 \series bold
4411 Gasparini
4412 \end_layout
4413
4414 \end_inset
4415 </cell>
4416 <cell alignment="center" valignment="top" usebox="none">
4417 \begin_inset Text
4418
4419 \begin_layout Plain Layout
4420 Franca
4421 \end_layout
4422
4423 \end_inset
4424 </cell>
4425 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4426 \begin_inset Text
4427
4428 \begin_layout Plain Layout
4429 555
4430 \end_layout
4431
4432 \end_inset
4433 </cell>
4434 </row>
4435 <row>
4436 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4437 \begin_inset Text
4438
4439 \begin_layout Plain Layout
4440
4441 \series bold
4442 Rizzardi
4443 \end_layout
4444
4445 \end_inset
4446 </cell>
4447 <cell alignment="center" valignment="top" usebox="none">
4448 \begin_inset Text
4449
4450 \begin_layout Plain Layout
4451 Paola
4452 \end_layout
4453
4454 \end_inset
4455 </cell>
4456 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4457 \begin_inset Text
4458
4459 \begin_layout Plain Layout
4460 555
4461 \end_layout
4462
4463 \end_inset
4464 </cell>
4465 </row>
4466 <row>
4467 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4468 \begin_inset Text
4469
4470 \begin_layout Plain Layout
4471
4472 \series bold
4473 Lassini
4474 \end_layout
4475
4476 \end_inset
4477 </cell>
4478 <cell alignment="center" valignment="top" usebox="none">
4479 \begin_inset Text
4480
4481 \begin_layout Plain Layout
4482 Giancarlo
4483 \end_layout
4484
4485 \end_inset
4486 </cell>
4487 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4488 \begin_inset Text
4489
4490 \begin_layout Plain Layout
4491 555
4492 \end_layout
4493
4494 \end_inset
4495 </cell>
4496 </row>
4497 <row>
4498 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4499 \begin_inset Text
4500
4501 \begin_layout Plain Layout
4502
4503 \series bold
4504 Malfatti
4505 \end_layout
4506
4507 \end_inset
4508 </cell>
4509 <cell alignment="center" valignment="top" usebox="none">
4510 \begin_inset Text
4511
4512 \begin_layout Plain Layout
4513 Luciano
4514 \end_layout
4515
4516 \end_inset
4517 </cell>
4518 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4519 \begin_inset Text
4520
4521 \begin_layout Plain Layout
4522 555
4523 \end_layout
4524
4525 \end_inset
4526 </cell>
4527 </row>
4528 <row>
4529 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4530 \begin_inset Text
4531
4532 \begin_layout Plain Layout
4533
4534 \series bold
4535 Malfatti
4536 \end_layout
4537
4538 \end_inset
4539 </cell>
4540 <cell alignment="center" valignment="top" usebox="none">
4541 \begin_inset Text
4542
4543 \begin_layout Plain Layout
4544 Valeriano
4545 \end_layout
4546
4547 \end_inset
4548 </cell>
4549 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4550 \begin_inset Text
4551
4552 \begin_layout Plain Layout
4553 555
4554 \end_layout
4555
4556 \end_inset
4557 </cell>
4558 </row>
4559 <row>
4560 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4561 \begin_inset Text
4562
4563 \begin_layout Plain Layout
4564
4565 \series bold
4566 Meneguzzo
4567 \end_layout
4568
4569 \end_inset
4570 </cell>
4571 <cell alignment="center" valignment="top" usebox="none">
4572 \begin_inset Text
4573
4574 \begin_layout Plain Layout
4575 Roberto
4576 \end_layout
4577
4578 \end_inset
4579 </cell>
4580 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4581 \begin_inset Text
4582
4583 \begin_layout Plain Layout
4584 555
4585 \end_layout
4586
4587 \end_inset
4588 </cell>
4589 </row>
4590 <row>
4591 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4592 \begin_inset Text
4593
4594 \begin_layout Plain Layout
4595
4596 \series bold
4597 Mezzadra
4598 \end_layout
4599
4600 \end_inset
4601 </cell>
4602 <cell alignment="center" valignment="top" usebox="none">
4603 \begin_inset Text
4604
4605 \begin_layout Plain Layout
4606 Roberto
4607 \end_layout
4608
4609 \end_inset
4610 </cell>
4611 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4612 \begin_inset Text
4613
4614 \begin_layout Plain Layout
4615 555
4616 \end_layout
4617
4618 \end_inset
4619 </cell>
4620 </row>
4621 <row>
4622 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4623 \begin_inset Text
4624
4625 \begin_layout Plain Layout
4626
4627 \series bold
4628 Pirpamer
4629 \end_layout
4630
4631 \end_inset
4632 </cell>
4633 <cell alignment="center" valignment="top" usebox="none">
4634 \begin_inset Text
4635
4636 \begin_layout Plain Layout
4637 Erich
4638 \end_layout
4639
4640 \end_inset
4641 </cell>
4642 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4643 \begin_inset Text
4644
4645 \begin_layout Plain Layout
4646 555
4647 \end_layout
4648
4649 \end_inset
4650 </cell>
4651 </row>
4652 <row>
4653 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4654 \begin_inset Text
4655
4656 \begin_layout Plain Layout
4657
4658 \series bold
4659 Pochiesa
4660 \end_layout
4661
4662 \end_inset
4663 </cell>
4664 <cell alignment="center" valignment="top" usebox="none">
4665 \begin_inset Text
4666
4667 \begin_layout Plain Layout
4668 Paolo
4669 \end_layout
4670
4671 \end_inset
4672 </cell>
4673 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4674 \begin_inset Text
4675
4676 \begin_layout Plain Layout
4677 555, 222
4678 \end_layout
4679
4680 \end_inset
4681 </cell>
4682 </row>
4683 <row>
4684 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4685 \begin_inset Text
4686
4687 \begin_layout Plain Layout
4688
4689 \series bold
4690 Radina
4691 \end_layout
4692
4693 \end_inset
4694 </cell>
4695 <cell alignment="center" valignment="top" usebox="none">
4696 \begin_inset Text
4697
4698 \begin_layout Plain Layout
4699 Claudio
4700 \end_layout
4701
4702 \end_inset
4703 </cell>
4704 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4705 \begin_inset Text
4706
4707 \begin_layout Plain Layout
4708 555
4709 \end_layout
4710
4711 \end_inset
4712 </cell>
4713 </row>
4714 <row>
4715 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4716 \begin_inset Text
4717
4718 \begin_layout Plain Layout
4719
4720 \series bold
4721 Stuffer
4722 \end_layout
4723
4724 \end_inset
4725 </cell>
4726 <cell alignment="center" valignment="top" usebox="none">
4727 \begin_inset Text
4728
4729 \begin_layout Plain Layout
4730 Oskar
4731 \end_layout
4732
4733 \end_inset
4734 </cell>
4735 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4736 \begin_inset Text
4737
4738 \begin_layout Plain Layout
4739 555
4740 \end_layout
4741
4742 \end_inset
4743 </cell>
4744 </row>
4745 <row>
4746 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4747 \begin_inset Text
4748
4749 \begin_layout Plain Layout
4750
4751 \series bold
4752 Tacchelli
4753 \end_layout
4754
4755 \end_inset
4756 </cell>
4757 <cell alignment="center" valignment="top" usebox="none">
4758 \begin_inset Text
4759
4760 \begin_layout Plain Layout
4761 Ugo
4762 \end_layout
4763
4764 \end_inset
4765 </cell>
4766 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4767 \begin_inset Text
4768
4769 \begin_layout Plain Layout
4770 555
4771 \end_layout
4772
4773 \end_inset
4774 </cell>
4775 </row>
4776 <row>
4777 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4778 \begin_inset Text
4779
4780 \begin_layout Plain Layout
4781
4782 \series bold
4783 Tezzele
4784 \end_layout
4785
4786 \end_inset
4787 </cell>
4788 <cell alignment="center" valignment="top" usebox="none">
4789 \begin_inset Text
4790
4791 \begin_layout Plain Layout
4792 Margit
4793 \end_layout
4794
4795 \end_inset
4796 </cell>
4797 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4798 \begin_inset Text
4799
4800 \begin_layout Plain Layout
4801 555
4802 \end_layout
4803
4804 \end_inset
4805 </cell>
4806 </row>
4807 <row>
4808 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4809 \begin_inset Text
4810
4811 \begin_layout Plain Layout
4812
4813 \series bold
4814 Unterkalmsteiner
4815 \end_layout
4816
4817 \end_inset
4818 </cell>
4819 <cell alignment="center" valignment="top" usebox="none">
4820 \begin_inset Text
4821
4822 \begin_layout Plain Layout
4823 Frieda
4824 \end_layout
4825
4826 \end_inset
4827 </cell>
4828 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4829 \begin_inset Text
4830
4831 \begin_layout Plain Layout
4832 555
4833 \end_layout
4834
4835 \end_inset
4836 </cell>
4837 </row>
4838 <row>
4839 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4840 \begin_inset Text
4841
4842 \begin_layout Plain Layout
4843
4844 \series bold
4845 Vieider
4846 \end_layout
4847
4848 \end_inset
4849 </cell>
4850 <cell alignment="center" valignment="top" usebox="none">
4851 \begin_inset Text
4852
4853 \begin_layout Plain Layout
4854 Hilde
4855 \end_layout
4856
4857 \end_inset
4858 </cell>
4859 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4860 \begin_inset Text
4861
4862 \begin_layout Plain Layout
4863 555
4864 \end_layout
4865
4866 \end_inset
4867 </cell>
4868 </row>
4869 <row>
4870 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4871 \begin_inset Text
4872
4873 \begin_layout Plain Layout
4874
4875 \series bold
4876 Vigna
4877 \end_layout
4878
4879 \end_inset
4880 </cell>
4881 <cell alignment="center" valignment="top" usebox="none">
4882 \begin_inset Text
4883
4884 \begin_layout Plain Layout
4885 Jürgen
4886 \end_layout
4887
4888 \end_inset
4889 </cell>
4890 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4891 \begin_inset Text
4892
4893 \begin_layout Plain Layout
4894 999
4895 \end_layout
4896
4897 \end_inset
4898 </cell>
4899 </row>
4900 <row>
4901 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4902 \begin_inset Text
4903
4904 \begin_layout Plain Layout
4905
4906 \series bold
4907 Weber
4908 \end_layout
4909
4910 \end_inset
4911 </cell>
4912 <cell alignment="center" valignment="top" usebox="none">
4913 \begin_inset Text
4914
4915 \begin_layout Plain Layout
4916 Maurizio
4917 \end_layout
4918
4919 \end_inset
4920 </cell>
4921 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4922 \begin_inset Text
4923
4924 \begin_layout Plain Layout
4925 555
4926 \end_layout
4927
4928 \end_inset
4929 </cell>
4930 </row>
4931 <row>
4932 <cell alignment="left" valignment="top" bottomline="true" leftline="true" usebox="none">
4933 \begin_inset Text
4934
4935 \begin_layout Plain Layout
4936
4937 \series bold
4938 Winkler
4939 \end_layout
4940
4941 \end_inset
4942 </cell>
4943 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
4944 \begin_inset Text
4945
4946 \begin_layout Plain Layout
4947 Franz
4948 \end_layout
4949
4950 \end_inset
4951 </cell>
4952 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
4953 \begin_inset Text
4954
4955 \begin_layout Plain Layout
4956 555
4957 \end_layout
4958
4959 \end_inset
4960 </cell>
4961 </row>
4962 <row endlastfoot="true">
4963 <cell multicolumn="1" alignment="right" valignment="top" usebox="none">
4964 \begin_inset Text
4965
4966 \begin_layout Plain Layout
4967 fin
4968 \end_layout
4969
4970 \end_inset
4971 </cell>
4972 <cell multicolumn="2" alignment="center" valignment="top" topline="true" usebox="none">
4973 \begin_inset Text
4974
4975 \begin_layout Plain Layout
4976
4977 \end_layout
4978
4979 \end_inset
4980 </cell>
4981 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
4982 \begin_inset Text
4983
4984 \begin_layout Plain Layout
4985
4986 \end_layout
4987
4988 \end_inset
4989 </cell>
4990 </row>
4991 </lyxtabular>
4992
4993 \end_inset
4994
4995
4996 \begin_inset ERT
4997 status open
4998
4999 \begin_layout Plain Layout
5000
5001
5002 \backslash
5003 addtocounter{table}{-1}
5004 \end_layout
5005
5006 \end_inset
5007
5008
5009 \begin_inset Note Note
5010 status collapsed
5011
5012 \begin_layout Plain Layout
5013 Para comprender el uso de este comando, lee al final de la sección
5014 \begin_inset space ~
5015 \end_inset
5016
5017
5018 \begin_inset CommandInset ref
5019 LatexCommand ref
5020 reference "sub:Leyendas-en-Tablas"
5021
5022 \end_inset
5023
5024  la primera nota resaltada en gris.
5025  
5026 \end_layout
5027
5028 \end_inset
5029
5030
5031 \end_layout
5032
5033 \begin_layout Subsection
5034 Notas al pie en tablas largas
5035 \begin_inset CommandInset label
5036 LatexCommand label
5037 name "sub:Notas-al-pie-en-Tablas-Largas"
5038
5039 \end_inset
5040
5041
5042 \begin_inset Index
5043 status collapsed
5044
5045 \begin_layout Plain Layout
5046 Tablas largas ! Notas al pie
5047 \end_layout
5048
5049 \end_inset
5050
5051
5052 \end_layout
5053
5054 \begin_layout Standard
5055 Se pueden insertar notas al pie en cada celda de una tabla larga.
5056  Las notas se muestran en la parte inferior de la página en la que esté
5057  la celda con la nota.
5058  La tabla
5059 \begin_inset space ~
5060 \end_inset
5061
5062
5063 \begin_inset CommandInset ref
5064 LatexCommand ref
5065 reference "tab:DifLeyendas"
5066
5067 \end_inset
5068
5069  tiene un ejemplo de nota al pie.
5070 \end_layout
5071
5072 \begin_layout Subsection
5073 Alineación de tablas largas
5074 \begin_inset Index
5075 status collapsed
5076
5077 \begin_layout Plain Layout
5078 Tablas largas ! Alineación
5079 \end_layout
5080
5081 \end_inset
5082
5083
5084 \end_layout
5085
5086 \begin_layout Standard
5087 Las tablas largas se centran por omisión.
5088  Al contrario de la alineación de filas y columnas, la alineación de una
5089  tabla no se puede cambiar por ahora en el diálogo de tablas.
5090  Para cambiar la alineación de tablas largas debes cambiar el valor de las
5091  longitudes 
5092 \series bold
5093
5094 \backslash
5095 LTleft
5096 \series default
5097  y 
5098 \series bold
5099
5100 \backslash
5101 LTright 
5102 \series default
5103 insertando la línea siguiente en código TeX antes de la correspondiente
5104  tabla larga:
5105 \end_layout
5106
5107 \begin_layout Standard
5108
5109 \series bold
5110
5111 \backslash
5112 setlength{
5113 \backslash
5114 LTleft}{valor}
5115 \end_layout
5116
5117 \begin_layout Standard
5118 donde el valor puede tener cualquiera de las unidades listadas en el cuadro
5119 \begin_inset space ~
5120 \end_inset
5121
5122
5123 \begin_inset CommandInset ref
5124 LatexCommand ref
5125 reference "tab:Unidades"
5126
5127 \end_inset
5128
5129 .
5130  
5131 \series bold
5132
5133 \backslash
5134 LTlent 
5135 \series default
5136 controla la distancia entre el borde izquierdo de la página y la tabla.
5137  
5138 \series bold
5139
5140 \backslash
5141 LTright 
5142 \series default
5143 la distancia desde el lado derecho.
5144  El valor predeterminado para ambas longitudes es 
5145 \series bold
5146
5147 \backslash
5148 fill
5149 \series default
5150 , que en este caso es lo mismo que un relleno horizontal en LyX.
5151 \end_layout
5152
5153 \begin_layout Standard
5154 La siguiente tabla larga se ha alineado a la izquierda poniendo 
5155 \series bold
5156
5157 \backslash
5158 LTleft
5159 \series default
5160  0 pt.
5161 \begin_inset ERT
5162 status collapsed
5163
5164 \begin_layout Plain Layout
5165
5166
5167 \backslash
5168 setlength{
5169 \backslash
5170 LTleft}{0pt}
5171 \end_layout
5172
5173 \end_inset
5174
5175
5176 \end_layout
5177
5178 \begin_layout Standard
5179 \begin_inset Tabular
5180 <lyxtabular version="3" rows="5" columns="5">
5181 <features islongtable="true">
5182 <column alignment="center" valignment="top" width="0">
5183 <column alignment="center" valignment="top" width="0">
5184 <column alignment="center" valignment="top" width="0">
5185 <column alignment="center" valignment="top" width="0">
5186 <column alignment="center" valignment="top" width="0">
5187 <row>
5188 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5189 \begin_inset Text
5190
5191 \begin_layout Plain Layout
5192 1
5193 \end_layout
5194
5195 \end_inset
5196 </cell>
5197 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5198 \begin_inset Text
5199
5200 \begin_layout Plain Layout
5201 2
5202 \end_layout
5203
5204 \end_inset
5205 </cell>
5206 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5207 \begin_inset Text
5208
5209 \begin_layout Plain Layout
5210 3
5211 \end_layout
5212
5213 \end_inset
5214 </cell>
5215 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5216 \begin_inset Text
5217
5218 \begin_layout Plain Layout
5219 4
5220 \end_layout
5221
5222 \end_inset
5223 </cell>
5224 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5225 \begin_inset Text
5226
5227 \begin_layout Plain Layout
5228 5
5229 \end_layout
5230
5231 \end_inset
5232 </cell>
5233 </row>
5234 <row>
5235 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5236 \begin_inset Text
5237
5238 \begin_layout Plain Layout
5239 asd
5240 \end_layout
5241
5242 \end_inset
5243 </cell>
5244 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5245 \begin_inset Text
5246
5247 \begin_layout Plain Layout
5248 s
5249 \end_layout
5250
5251 \end_inset
5252 </cell>
5253 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5254 \begin_inset Text
5255
5256 \begin_layout Plain Layout
5257 s
5258 \end_layout
5259
5260 \end_inset
5261 </cell>
5262 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5263 \begin_inset Text
5264
5265 \begin_layout Plain Layout
5266 s
5267 \end_layout
5268
5269 \end_inset
5270 </cell>
5271 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5272 \begin_inset Text
5273
5274 \begin_layout Plain Layout
5275 asd
5276 \end_layout
5277
5278 \end_inset
5279 </cell>
5280 </row>
5281 <row>
5282 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5283 \begin_inset Text
5284
5285 \begin_layout Plain Layout
5286 asd
5287 \end_layout
5288
5289 \end_inset
5290 </cell>
5291 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5292 \begin_inset Text
5293
5294 \begin_layout Plain Layout
5295 s
5296 \end_layout
5297
5298 \end_inset
5299 </cell>
5300 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5301 \begin_inset Text
5302
5303 \begin_layout Plain Layout
5304 s
5305 \end_layout
5306
5307 \end_inset
5308 </cell>
5309 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5310 \begin_inset Text
5311
5312 \begin_layout Plain Layout
5313 s
5314 \end_layout
5315
5316 \end_inset
5317 </cell>
5318 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5319 \begin_inset Text
5320
5321 \begin_layout Plain Layout
5322 asd
5323 \end_layout
5324
5325 \end_inset
5326 </cell>
5327 </row>
5328 <row>
5329 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5330 \begin_inset Text
5331
5332 \begin_layout Plain Layout
5333 asd
5334 \end_layout
5335
5336 \end_inset
5337 </cell>
5338 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5339 \begin_inset Text
5340
5341 \begin_layout Plain Layout
5342 s
5343 \end_layout
5344
5345 \end_inset
5346 </cell>
5347 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5348 \begin_inset Text
5349
5350 \begin_layout Plain Layout
5351 s
5352 \end_layout
5353
5354 \end_inset
5355 </cell>
5356 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5357 \begin_inset Text
5358
5359 \begin_layout Plain Layout
5360 s
5361 \end_layout
5362
5363 \end_inset
5364 </cell>
5365 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5366 \begin_inset Text
5367
5368 \begin_layout Plain Layout
5369 asd
5370 \end_layout
5371
5372 \end_inset
5373 </cell>
5374 </row>
5375 <row>
5376 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
5377 \begin_inset Text
5378
5379 \begin_layout Plain Layout
5380 asd
5381 \end_layout
5382
5383 \end_inset
5384 </cell>
5385 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
5386 \begin_inset Text
5387
5388 \begin_layout Plain Layout
5389 asd
5390 \end_layout
5391
5392 \end_inset
5393 </cell>
5394 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
5395 \begin_inset Text
5396
5397 \begin_layout Plain Layout
5398 asd
5399 \end_layout
5400
5401 \end_inset
5402 </cell>
5403 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
5404 \begin_inset Text
5405
5406 \begin_layout Plain Layout
5407 asd
5408 \end_layout
5409
5410 \end_inset
5411 </cell>
5412 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
5413 \begin_inset Text
5414
5415 \begin_layout Plain Layout
5416 asd
5417 \end_layout
5418
5419 \end_inset
5420 </cell>
5421 </row>
5422 </lyxtabular>
5423
5424 \end_inset
5425
5426
5427 \begin_inset ERT
5428 status collapsed
5429
5430 \begin_layout Plain Layout
5431
5432
5433 \backslash
5434 setlength{
5435 \backslash
5436 LTleft}{
5437 \backslash
5438 fill}
5439 \end_layout
5440
5441 \end_inset
5442
5443
5444 \end_layout
5445
5446 \begin_layout Subsection
5447 Leyendas en tablas largas
5448 \begin_inset Index
5449 status collapsed
5450
5451 \begin_layout Plain Layout
5452 Tablas largas ! Leyendas
5453 \end_layout
5454
5455 \end_inset
5456
5457
5458 \begin_inset CommandInset label
5459 LatexCommand label
5460 name "sub:Leyendas-en-Tablas"
5461
5462 \end_inset
5463
5464
5465 \end_layout
5466
5467 \begin_layout Standard
5468 Una tabla larga no se puede poner flotante porque los flotantes sólo pueden
5469  estar en una página, aunque el entorno leyendas de flotantes sí puede usarse
5470  para tablas largas.
5471 \end_layout
5472
5473 \begin_layout Standard
5474 LyX todavía no soporta totalmente leyendas en tablas largas, de modo que
5475  hay que crearlos de la sigiente forma:
5476 \end_layout
5477
5478 \begin_layout Enumerate
5479 Crea una tabla larga.
5480 \end_layout
5481
5482 \begin_layout Enumerate
5483 Marca la primera fila y deshabilita su línea superior.
5484 \end_layout
5485
5486 \begin_layout Enumerate
5487 Inserta una leyenda con el menú 
5488 \family sans
5489 Insertar\SpecialChar \menuseparator
5490 Leyenda
5491 \family default
5492  en la primera celda.
5493 \begin_inset Newline newline
5494 \end_inset
5495
5496 También puedes añadir un 
5497 \family sans
5498 título breve
5499 \family default
5500  para la leyenda .
5501 \end_layout
5502
5503 \begin_layout Enumerate
5504 Inserta un «
5505 \series bold
5506
5507 \backslash
5508
5509 \backslash
5510 %
5511 \series default
5512 » en código TeX detrás de la leyenda.
5513 \end_layout
5514
5515 \begin_layout Standard
5516 En la Lista de tablas aparecerá el título breve en vez del título completo.
5517  El «
5518 \series bold
5519
5520 \backslash
5521
5522 \backslash
5523 %
5524 \series default
5525 » detrás de la leyenda elimina las líneas verticales entre las siguientes
5526  celdas de la fila.
5527  Ahora, la primera fila de la tabla es sólo una fila postiza para la leyenda,
5528  la tabla real comienza en la segunda fila.
5529 \end_layout
5530
5531 \begin_layout Standard
5532 He aquí una pequeña tabla larga para mostrar cómo funciona:
5533 \end_layout
5534
5535 \begin_layout Standard
5536 \begin_inset Tabular
5537 <lyxtabular version="3" rows="6" columns="5">
5538 <features islongtable="true">
5539 <column alignment="center" valignment="top" width="0">
5540 <column alignment="center" valignment="top" width="0">
5541 <column alignment="center" valignment="top" width="0">
5542 <column alignment="center" valignment="top" width="0">
5543 <column alignment="center" valignment="top" width="0">
5544 <row caption="true">
5545 <cell multicolumn="1" alignment="center" valignment="top" usebox="none">
5546 \begin_inset Text
5547
5548 \begin_layout Plain Layout
5549 \begin_inset Caption
5550
5551 \begin_layout Plain Layout
5552 Tabla larga con leyenda
5553 \begin_inset OptArg
5554 status open
5555
5556 \begin_layout Plain Layout
5557 Tabla larga
5558 \end_layout
5559
5560 \end_inset
5561
5562
5563 \end_layout
5564
5565 \end_inset
5566
5567
5568 \end_layout
5569
5570 \end_inset
5571 </cell>
5572 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" usebox="none">
5573 \begin_inset Text
5574
5575 \begin_layout Plain Layout
5576
5577 \end_layout
5578
5579 \end_inset
5580 </cell>
5581 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" usebox="none">
5582 \begin_inset Text
5583
5584 \begin_layout Plain Layout
5585
5586 \end_layout
5587
5588 \end_inset
5589 </cell>
5590 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" usebox="none">
5591 \begin_inset Text
5592
5593 \begin_layout Plain Layout
5594
5595 \end_layout
5596
5597 \end_inset
5598 </cell>
5599 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
5600 \begin_inset Text
5601
5602 \begin_layout Plain Layout
5603
5604 \end_layout
5605
5606 \end_inset
5607 </cell>
5608 </row>
5609 <row>
5610 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5611 \begin_inset Text
5612
5613 \begin_layout Plain Layout
5614 1
5615 \end_layout
5616
5617 \end_inset
5618 </cell>
5619 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5620 \begin_inset Text
5621
5622 \begin_layout Plain Layout
5623 2
5624 \end_layout
5625
5626 \end_inset
5627 </cell>
5628 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5629 \begin_inset Text
5630
5631 \begin_layout Plain Layout
5632 3
5633 \end_layout
5634
5635 \end_inset
5636 </cell>
5637 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5638 \begin_inset Text
5639
5640 \begin_layout Plain Layout
5641 4
5642 \end_layout
5643
5644 \end_inset
5645 </cell>
5646 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5647 \begin_inset Text
5648
5649 \begin_layout Plain Layout
5650 5
5651 \end_layout
5652
5653 \end_inset
5654 </cell>
5655 </row>
5656 <row>
5657 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5658 \begin_inset Text
5659
5660 \begin_layout Plain Layout
5661 asd
5662 \end_layout
5663
5664 \end_inset
5665 </cell>
5666 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5667 \begin_inset Text
5668
5669 \begin_layout Plain Layout
5670 s
5671 \end_layout
5672
5673 \end_inset
5674 </cell>
5675 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5676 \begin_inset Text
5677
5678 \begin_layout Plain Layout
5679 s
5680 \end_layout
5681
5682 \end_inset
5683 </cell>
5684 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5685 \begin_inset Text
5686
5687 \begin_layout Plain Layout
5688 s
5689 \end_layout
5690
5691 \end_inset
5692 </cell>
5693 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5694 \begin_inset Text
5695
5696 \begin_layout Plain Layout
5697 asd
5698 \end_layout
5699
5700 \end_inset
5701 </cell>
5702 </row>
5703 <row>
5704 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5705 \begin_inset Text
5706
5707 \begin_layout Plain Layout
5708 asd
5709 \end_layout
5710
5711 \end_inset
5712 </cell>
5713 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5714 \begin_inset Text
5715
5716 \begin_layout Plain Layout
5717 s
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 s
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 s
5736 \end_layout
5737
5738 \end_inset
5739 </cell>
5740 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5741 \begin_inset Text
5742
5743 \begin_layout Plain Layout
5744 asd
5745 \end_layout
5746
5747 \end_inset
5748 </cell>
5749 </row>
5750 <row>
5751 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5752 \begin_inset Text
5753
5754 \begin_layout Plain Layout
5755 asd
5756 \end_layout
5757
5758 \end_inset
5759 </cell>
5760 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5761 \begin_inset Text
5762
5763 \begin_layout Plain Layout
5764 s
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" rightline="true" usebox="none">
5788 \begin_inset Text
5789
5790 \begin_layout Plain Layout
5791 asd
5792 \end_layout
5793
5794 \end_inset
5795 </cell>
5796 </row>
5797 <row>
5798 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
5799 \begin_inset Text
5800
5801 \begin_layout Plain Layout
5802 asd
5803 \end_layout
5804
5805 \end_inset
5806 </cell>
5807 <cell alignment="center" valignment="top" topline="true" bottomline="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" bottomline="true" leftline="true" usebox="none">
5817 \begin_inset Text
5818
5819 \begin_layout Plain Layout
5820 asd
5821 \end_layout
5822
5823 \end_inset
5824 </cell>
5825 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
5826 \begin_inset Text
5827
5828 \begin_layout Plain Layout
5829 asd
5830 \end_layout
5831
5832 \end_inset
5833 </cell>
5834 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
5835 \begin_inset Text
5836
5837 \begin_layout Plain Layout
5838 asd
5839 \end_layout
5840
5841 \end_inset
5842 </cell>
5843 </row>
5844 </lyxtabular>
5845
5846 \end_inset
5847
5848
5849 \end_layout
5850
5851 \begin_layout Standard
5852 \begin_inset VSpace medskip
5853 \end_inset
5854
5855
5856 \begin_inset Note Greyedout
5857 status open
5858
5859 \begin_layout Plain Layout
5860
5861 \series bold
5862 Nota
5863 \series default
5864 : El número de la tabla se incrementa para cada tabla larga, aunque no pongas
5865  leyenda en alguna de ellas.
5866  Por esto podría suceder que, p.
5867 \begin_inset space \thinspace{}
5868 \end_inset
5869
5870 e., la tabla
5871 \begin_inset space ~
5872 \end_inset
5873
5874 2.4 siga a la tabla
5875 \begin_inset space ~
5876 \end_inset
5877
5878 2.1 en la lista de tablas debido a que hay dos tablas largas sin leyenda.
5879  Para evitarlo, añade detrás de cada tabla larga sin leyenda este comando
5880  en código TeX:
5881 \end_layout
5882
5883 \begin_layout Plain Layout
5884
5885 \series bold
5886
5887 \backslash
5888 addtocounter{table}{-1}
5889 \end_layout
5890
5891 \end_inset
5892
5893
5894 \end_layout
5895
5896 \begin_layout Standard
5897 \begin_inset Note Greyedout
5898 status open
5899
5900 \begin_layout Plain Layout
5901
5902 \series bold
5903 Nota:
5904 \series default
5905  Si utilizas el paquete LaTeX 
5906 \series bold
5907 hyperref
5908 \series default
5909
5910 \begin_inset Index
5911 status collapsed
5912
5913 \begin_layout Plain Layout
5914 LaTeX-paquetes ! hyperref
5915 \end_layout
5916
5917 \end_inset
5918
5919  para enlazar referencias cruzadas en la salida, los enlaces a tablas largas
5920  llevan siempre al principio del documento.
5921 \end_layout
5922
5923 \end_inset
5924
5925
5926 \end_layout
5927
5928 \begin_layout Subsubsection
5929 Referencias a tablas largas
5930 \begin_inset Index
5931 status collapsed
5932
5933 \begin_layout Plain Layout
5934 Tablas largas ! Referencias a
5935 \end_layout
5936
5937 \end_inset
5938
5939
5940 \end_layout
5941
5942 \begin_layout Standard
5943 \begin_inset Tabular
5944 <lyxtabular version="3" rows="6" columns="5">
5945 <features islongtable="true">
5946 <column alignment="center" valignment="top" width="0">
5947 <column alignment="center" valignment="top" width="0">
5948 <column alignment="center" valignment="top" width="0">
5949 <column alignment="center" valignment="top" width="0">
5950 <column alignment="center" valignment="top" width="0">
5951 <row caption="true">
5952 <cell multicolumn="1" alignment="center" valignment="top" usebox="none">
5953 \begin_inset Text
5954
5955 \begin_layout Plain Layout
5956 \begin_inset Caption
5957
5958 \begin_layout Plain Layout
5959 Tabla larga referenciada
5960 \begin_inset CommandInset label
5961 LatexCommand label
5962 name "tab:RefEjemplo"
5963
5964 \end_inset
5965
5966
5967 \end_layout
5968
5969 \end_inset
5970
5971
5972 \end_layout
5973
5974 \end_inset
5975 </cell>
5976 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" usebox="none">
5977 \begin_inset Text
5978
5979 \begin_layout Plain Layout
5980
5981 \end_layout
5982
5983 \end_inset
5984 </cell>
5985 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" usebox="none">
5986 \begin_inset Text
5987
5988 \begin_layout Plain Layout
5989
5990 \end_layout
5991
5992 \end_inset
5993 </cell>
5994 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" usebox="none">
5995 \begin_inset Text
5996
5997 \begin_layout Plain Layout
5998
5999 \end_layout
6000
6001 \end_inset
6002 </cell>
6003 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
6004 \begin_inset Text
6005
6006 \begin_layout Plain Layout
6007
6008 \end_layout
6009
6010 \end_inset
6011 </cell>
6012 </row>
6013 <row>
6014 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6015 \begin_inset Text
6016
6017 \begin_layout Plain Layout
6018 1
6019 \end_layout
6020
6021 \end_inset
6022 </cell>
6023 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6024 \begin_inset Text
6025
6026 \begin_layout Plain Layout
6027 2
6028 \end_layout
6029
6030 \end_inset
6031 </cell>
6032 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6033 \begin_inset Text
6034
6035 \begin_layout Plain Layout
6036 3
6037 \end_layout
6038
6039 \end_inset
6040 </cell>
6041 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6042 \begin_inset Text
6043
6044 \begin_layout Plain Layout
6045 4
6046 \end_layout
6047
6048 \end_inset
6049 </cell>
6050 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6051 \begin_inset Text
6052
6053 \begin_layout Plain Layout
6054 5
6055 \end_layout
6056
6057 \end_inset
6058 </cell>
6059 </row>
6060 <row>
6061 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6062 \begin_inset Text
6063
6064 \begin_layout Plain Layout
6065 asd
6066 \end_layout
6067
6068 \end_inset
6069 </cell>
6070 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6071 \begin_inset Text
6072
6073 \begin_layout Plain Layout
6074 s
6075 \end_layout
6076
6077 \end_inset
6078 </cell>
6079 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6080 \begin_inset Text
6081
6082 \begin_layout Plain Layout
6083 s
6084 \end_layout
6085
6086 \end_inset
6087 </cell>
6088 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6089 \begin_inset Text
6090
6091 \begin_layout Plain Layout
6092 s
6093 \end_layout
6094
6095 \end_inset
6096 </cell>
6097 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6098 \begin_inset Text
6099
6100 \begin_layout Plain Layout
6101 asd
6102 \end_layout
6103
6104 \end_inset
6105 </cell>
6106 </row>
6107 <row>
6108 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6109 \begin_inset Text
6110
6111 \begin_layout Plain Layout
6112 asd
6113 \end_layout
6114
6115 \end_inset
6116 </cell>
6117 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6118 \begin_inset Text
6119
6120 \begin_layout Plain Layout
6121 s
6122 \end_layout
6123
6124 \end_inset
6125 </cell>
6126 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6127 \begin_inset Text
6128
6129 \begin_layout Plain Layout
6130 s
6131 \end_layout
6132
6133 \end_inset
6134 </cell>
6135 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6136 \begin_inset Text
6137
6138 \begin_layout Plain Layout
6139 s
6140 \end_layout
6141
6142 \end_inset
6143 </cell>
6144 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6145 \begin_inset Text
6146
6147 \begin_layout Plain Layout
6148 asd
6149 \end_layout
6150
6151 \end_inset
6152 </cell>
6153 </row>
6154 <row>
6155 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6156 \begin_inset Text
6157
6158 \begin_layout Plain Layout
6159 asd
6160 \end_layout
6161
6162 \end_inset
6163 </cell>
6164 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6165 \begin_inset Text
6166
6167 \begin_layout Plain Layout
6168 s
6169 \end_layout
6170
6171 \end_inset
6172 </cell>
6173 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6174 \begin_inset Text
6175
6176 \begin_layout Plain Layout
6177 s
6178 \end_layout
6179
6180 \end_inset
6181 </cell>
6182 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6183 \begin_inset Text
6184
6185 \begin_layout Plain Layout
6186 s
6187 \end_layout
6188
6189 \end_inset
6190 </cell>
6191 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6192 \begin_inset Text
6193
6194 \begin_layout Plain Layout
6195 asd
6196 \end_layout
6197
6198 \end_inset
6199 </cell>
6200 </row>
6201 <row>
6202 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
6203 \begin_inset Text
6204
6205 \begin_layout Plain Layout
6206 asd
6207 \end_layout
6208
6209 \end_inset
6210 </cell>
6211 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
6212 \begin_inset Text
6213
6214 \begin_layout Plain Layout
6215 sad
6216 \end_layout
6217
6218 \end_inset
6219 </cell>
6220 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
6221 \begin_inset Text
6222
6223 \begin_layout Plain Layout
6224 asd
6225 \end_layout
6226
6227 \end_inset
6228 </cell>
6229 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
6230 \begin_inset Text
6231
6232 \begin_layout Plain Layout
6233 asd
6234 \end_layout
6235
6236 \end_inset
6237 </cell>
6238 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
6239 \begin_inset Text
6240
6241 \begin_layout Plain Layout
6242 asd
6243 \end_layout
6244
6245 \end_inset
6246 </cell>
6247 </row>
6248 </lyxtabular>
6249
6250 \end_inset
6251
6252
6253 \end_layout
6254
6255 \begin_layout Standard
6256 Para referenciar una tabla larga, inserta una etiqueta en la leyenda.
6257  Observa que tienes que añadir el prefijo «
6258 \emph on
6259 tab
6260 \emph default
6261 :» manualmente en el campo de etiqueta.
6262  
6263 \end_layout
6264
6265 \begin_layout Standard
6266 Esto es una referencia a la tabla
6267 \begin_inset space ~
6268 \end_inset
6269
6270
6271 \begin_inset CommandInset ref
6272 LatexCommand ref
6273 reference "tab:RefEjemplo"
6274
6275 \end_inset
6276
6277 .
6278 \end_layout
6279
6280 \begin_layout Standard
6281 El formato de la leyenda puede configurarse junto con todos las demás leyendas
6282  del documento mediante el paquete LaTeX 
6283 \series bold
6284 caption
6285 \series default
6286
6287 \begin_inset Index
6288 status collapsed
6289
6290 \begin_layout Plain Layout
6291 LaTeX-paquetes ! caption
6292 \end_layout
6293
6294 \end_inset
6295
6296 , véase sección
6297 \begin_inset space ~
6298 \end_inset
6299
6300
6301 \begin_inset CommandInset ref
6302 LatexCommand ref
6303 reference "sec:Formato-de-leyendas"
6304
6305 \end_inset
6306
6307 .
6308 \end_layout
6309
6310 \begin_layout Subsubsection
6311 Anchura de la leyenda
6312 \begin_inset Index
6313 status collapsed
6314
6315 \begin_layout Plain Layout
6316 Tablas largas ! Anchura de la leyenda
6317 \end_layout
6318
6319 \end_inset
6320
6321
6322 \end_layout
6323
6324 \begin_layout Standard
6325 La anchura máxima se define por la longitud 
6326 \series bold
6327
6328 \backslash
6329 LTcapwidth
6330 \series default
6331 .
6332  Por omisión es 4
6333 \begin_inset space \thinspace{}
6334 \end_inset
6335
6336 in (4
6337 \begin_inset space ~
6338 \end_inset
6339
6340 pulgadas).
6341  Para cambiarla añade el siguiente comando al preámbulo o en código TeX
6342  en el documento antes de la tabla larga a la que afecta
6343 \end_layout
6344
6345 \begin_layout Standard
6346
6347 \series bold
6348
6349 \backslash
6350 setlength{
6351 \backslash
6352 LTcapwidth}{anchura}
6353 \end_layout
6354
6355 \begin_layout Standard
6356 donde la anchura puede ser una de las unidades listadas en el apéndice
6357 \begin_inset space ~
6358 \end_inset
6359
6360
6361 \begin_inset CommandInset ref
6362 LatexCommand ref
6363 reference "cha:Unidades-disponibles-en"
6364
6365 \end_inset
6366
6367 .
6368 \end_layout
6369
6370 \begin_layout Standard
6371 Las tablas siguientes muestran la diferencia:
6372 \end_layout
6373
6374 \begin_layout Standard
6375 \begin_inset Tabular
6376 <lyxtabular version="3" rows="6" columns="5">
6377 <features islongtable="true">
6378 <column alignment="center" valignment="top" width="0">
6379 <column alignment="center" valignment="top" width="0">
6380 <column alignment="center" valignment="top" width="0">
6381 <column alignment="center" valignment="top" width="0">
6382 <column alignment="center" valignment="top" width="0">
6383 <row caption="true">
6384 <cell multicolumn="1" alignment="center" valignment="top" usebox="none">
6385 \begin_inset Text
6386
6387 \begin_layout Plain Layout
6388 \begin_inset Caption
6389
6390 \begin_layout Plain Layout
6391 Leyenda larga completa con anchura predeterminada leyenda larga completa
6392  con anchura predeterminada
6393 \begin_inset OptArg
6394 status open
6395
6396 \begin_layout Plain Layout
6397 Leyenda con anchura predeterminada
6398 \end_layout
6399
6400 \end_inset
6401
6402
6403 \end_layout
6404
6405 \end_inset
6406
6407
6408 \end_layout
6409
6410 \end_inset
6411 </cell>
6412 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" usebox="none">
6413 \begin_inset Text
6414
6415 \begin_layout Plain Layout
6416
6417 \end_layout
6418
6419 \end_inset
6420 </cell>
6421 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" usebox="none">
6422 \begin_inset Text
6423
6424 \begin_layout Plain Layout
6425
6426 \end_layout
6427
6428 \end_inset
6429 </cell>
6430 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" usebox="none">
6431 \begin_inset Text
6432
6433 \begin_layout Plain Layout
6434
6435 \end_layout
6436
6437 \end_inset
6438 </cell>
6439 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
6440 \begin_inset Text
6441
6442 \begin_layout Plain Layout
6443
6444 \end_layout
6445
6446 \end_inset
6447 </cell>
6448 </row>
6449 <row>
6450 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6451 \begin_inset Text
6452
6453 \begin_layout Plain Layout
6454 1
6455 \end_layout
6456
6457 \end_inset
6458 </cell>
6459 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6460 \begin_inset Text
6461
6462 \begin_layout Plain Layout
6463 2
6464 \end_layout
6465
6466 \end_inset
6467 </cell>
6468 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6469 \begin_inset Text
6470
6471 \begin_layout Plain Layout
6472 3
6473 \end_layout
6474
6475 \end_inset
6476 </cell>
6477 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6478 \begin_inset Text
6479
6480 \begin_layout Plain Layout
6481 4
6482 \end_layout
6483
6484 \end_inset
6485 </cell>
6486 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6487 \begin_inset Text
6488
6489 \begin_layout Plain Layout
6490 5
6491 \end_layout
6492
6493 \end_inset
6494 </cell>
6495 </row>
6496 <row>
6497 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6498 \begin_inset Text
6499
6500 \begin_layout Plain Layout
6501 asd
6502 \end_layout
6503
6504 \end_inset
6505 </cell>
6506 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6507 \begin_inset Text
6508
6509 \begin_layout Plain Layout
6510 s
6511 \end_layout
6512
6513 \end_inset
6514 </cell>
6515 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6516 \begin_inset Text
6517
6518 \begin_layout Plain Layout
6519 s
6520 \end_layout
6521
6522 \end_inset
6523 </cell>
6524 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6525 \begin_inset Text
6526
6527 \begin_layout Plain Layout
6528 s
6529 \end_layout
6530
6531 \end_inset
6532 </cell>
6533 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6534 \begin_inset Text
6535
6536 \begin_layout Plain Layout
6537 asd
6538 \end_layout
6539
6540 \end_inset
6541 </cell>
6542 </row>
6543 <row>
6544 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6545 \begin_inset Text
6546
6547 \begin_layout Plain Layout
6548 asd
6549 \end_layout
6550
6551 \end_inset
6552 </cell>
6553 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6554 \begin_inset Text
6555
6556 \begin_layout Plain Layout
6557 s
6558 \end_layout
6559
6560 \end_inset
6561 </cell>
6562 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6563 \begin_inset Text
6564
6565 \begin_layout Plain Layout
6566 s
6567 \end_layout
6568
6569 \end_inset
6570 </cell>
6571 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6572 \begin_inset Text
6573
6574 \begin_layout Plain Layout
6575 s
6576 \end_layout
6577
6578 \end_inset
6579 </cell>
6580 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6581 \begin_inset Text
6582
6583 \begin_layout Plain Layout
6584 asd
6585 \end_layout
6586
6587 \end_inset
6588 </cell>
6589 </row>
6590 <row>
6591 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6592 \begin_inset Text
6593
6594 \begin_layout Plain Layout
6595 asd
6596 \end_layout
6597
6598 \end_inset
6599 </cell>
6600 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6601 \begin_inset Text
6602
6603 \begin_layout Plain Layout
6604 s
6605 \end_layout
6606
6607 \end_inset
6608 </cell>
6609 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6610 \begin_inset Text
6611
6612 \begin_layout Plain Layout
6613 s
6614 \end_layout
6615
6616 \end_inset
6617 </cell>
6618 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6619 \begin_inset Text
6620
6621 \begin_layout Plain Layout
6622 s
6623 \end_layout
6624
6625 \end_inset
6626 </cell>
6627 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6628 \begin_inset Text
6629
6630 \begin_layout Plain Layout
6631 asd
6632 \end_layout
6633
6634 \end_inset
6635 </cell>
6636 </row>
6637 <row>
6638 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
6639 \begin_inset Text
6640
6641 \begin_layout Plain Layout
6642 asd
6643 \end_layout
6644
6645 \end_inset
6646 </cell>
6647 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
6648 \begin_inset Text
6649
6650 \begin_layout Plain Layout
6651 sad
6652 \end_layout
6653
6654 \end_inset
6655 </cell>
6656 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
6657 \begin_inset Text
6658
6659 \begin_layout Plain Layout
6660 asd
6661 \end_layout
6662
6663 \end_inset
6664 </cell>
6665 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
6666 \begin_inset Text
6667
6668 \begin_layout Plain Layout
6669 asd
6670 \end_layout
6671
6672 \end_inset
6673 </cell>
6674 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
6675 \begin_inset Text
6676
6677 \begin_layout Plain Layout
6678 asd
6679 \end_layout
6680
6681 \end_inset
6682 </cell>
6683 </row>
6684 </lyxtabular>
6685
6686 \end_inset
6687
6688
6689 \end_layout
6690
6691 \begin_layout Standard
6692 \begin_inset ERT
6693 status collapsed
6694
6695 \begin_layout Plain Layout
6696
6697
6698 \backslash
6699 setlength{
6700 \backslash
6701 LTcapwidth}{5cm}
6702 \end_layout
6703
6704 \end_inset
6705
6706
6707 \begin_inset Tabular
6708 <lyxtabular version="3" rows="6" columns="5">
6709 <features islongtable="true">
6710 <column alignment="center" valignment="top" width="0">
6711 <column alignment="center" valignment="top" width="0">
6712 <column alignment="center" valignment="top" width="0">
6713 <column alignment="center" valignment="top" width="0">
6714 <column alignment="center" valignment="top" width="0">
6715 <row caption="true">
6716 <cell multicolumn="1" alignment="center" valignment="top" usebox="none">
6717 \begin_inset Text
6718
6719 \begin_layout Plain Layout
6720 \begin_inset Caption
6721
6722 \begin_layout Plain Layout
6723 Leyenda larga completa con anchura de 5
6724 \begin_inset space \thinspace{}
6725 \end_inset
6726
6727 cm leyenda larga completa con anchura de 5
6728 \begin_inset space \thinspace{}
6729 \end_inset
6730
6731 cm leyenda larga completa con anchura de 5
6732 \begin_inset space \thinspace{}
6733 \end_inset
6734
6735 cm
6736 \begin_inset OptArg
6737 status open
6738
6739 \begin_layout Plain Layout
6740 Leyenda con anchura
6741 \begin_inset space \thinspace{}
6742 \end_inset
6743
6744 =
6745 \begin_inset space \thinspace{}
6746 \end_inset
6747
6748 5
6749 \begin_inset space \thinspace{}
6750 \end_inset
6751
6752 cm
6753 \end_layout
6754
6755 \end_inset
6756
6757
6758 \end_layout
6759
6760 \end_inset
6761
6762
6763 \end_layout
6764
6765 \end_inset
6766 </cell>
6767 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" usebox="none">
6768 \begin_inset Text
6769
6770 \begin_layout Plain Layout
6771
6772 \end_layout
6773
6774 \end_inset
6775 </cell>
6776 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" usebox="none">
6777 \begin_inset Text
6778
6779 \begin_layout Plain Layout
6780
6781 \end_layout
6782
6783 \end_inset
6784 </cell>
6785 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" usebox="none">
6786 \begin_inset Text
6787
6788 \begin_layout Plain Layout
6789
6790 \end_layout
6791
6792 \end_inset
6793 </cell>
6794 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
6795 \begin_inset Text
6796
6797 \begin_layout Plain Layout
6798
6799 \end_layout
6800
6801 \end_inset
6802 </cell>
6803 </row>
6804 <row>
6805 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6806 \begin_inset Text
6807
6808 \begin_layout Plain Layout
6809 1
6810 \end_layout
6811
6812 \end_inset
6813 </cell>
6814 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6815 \begin_inset Text
6816
6817 \begin_layout Plain Layout
6818 2
6819 \end_layout
6820
6821 \end_inset
6822 </cell>
6823 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6824 \begin_inset Text
6825
6826 \begin_layout Plain Layout
6827 3
6828 \end_layout
6829
6830 \end_inset
6831 </cell>
6832 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6833 \begin_inset Text
6834
6835 \begin_layout Plain Layout
6836 4
6837 \end_layout
6838
6839 \end_inset
6840 </cell>
6841 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6842 \begin_inset Text
6843
6844 \begin_layout Plain Layout
6845 5
6846 \end_layout
6847
6848 \end_inset
6849 </cell>
6850 </row>
6851 <row>
6852 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6853 \begin_inset Text
6854
6855 \begin_layout Plain Layout
6856 asd
6857 \end_layout
6858
6859 \end_inset
6860 </cell>
6861 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6862 \begin_inset Text
6863
6864 \begin_layout Plain Layout
6865 s
6866 \end_layout
6867
6868 \end_inset
6869 </cell>
6870 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6871 \begin_inset Text
6872
6873 \begin_layout Plain Layout
6874 s
6875 \end_layout
6876
6877 \end_inset
6878 </cell>
6879 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6880 \begin_inset Text
6881
6882 \begin_layout Plain Layout
6883 s
6884 \end_layout
6885
6886 \end_inset
6887 </cell>
6888 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6889 \begin_inset Text
6890
6891 \begin_layout Plain Layout
6892 asd
6893 \end_layout
6894
6895 \end_inset
6896 </cell>
6897 </row>
6898 <row>
6899 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6900 \begin_inset Text
6901
6902 \begin_layout Plain Layout
6903 asd
6904 \end_layout
6905
6906 \end_inset
6907 </cell>
6908 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6909 \begin_inset Text
6910
6911 \begin_layout Plain Layout
6912 s
6913 \end_layout
6914
6915 \end_inset
6916 </cell>
6917 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6918 \begin_inset Text
6919
6920 \begin_layout Plain Layout
6921 s
6922 \end_layout
6923
6924 \end_inset
6925 </cell>
6926 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6927 \begin_inset Text
6928
6929 \begin_layout Plain Layout
6930 s
6931 \end_layout
6932
6933 \end_inset
6934 </cell>
6935 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6936 \begin_inset Text
6937
6938 \begin_layout Plain Layout
6939 asd
6940 \end_layout
6941
6942 \end_inset
6943 </cell>
6944 </row>
6945 <row>
6946 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6947 \begin_inset Text
6948
6949 \begin_layout Plain Layout
6950 asd
6951 \end_layout
6952
6953 \end_inset
6954 </cell>
6955 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6956 \begin_inset Text
6957
6958 \begin_layout Plain Layout
6959 s
6960 \end_layout
6961
6962 \end_inset
6963 </cell>
6964 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6965 \begin_inset Text
6966
6967 \begin_layout Plain Layout
6968 s
6969 \end_layout
6970
6971 \end_inset
6972 </cell>
6973 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6974 \begin_inset Text
6975
6976 \begin_layout Plain Layout
6977 s
6978 \end_layout
6979
6980 \end_inset
6981 </cell>
6982 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6983 \begin_inset Text
6984
6985 \begin_layout Plain Layout
6986 asd
6987 \end_layout
6988
6989 \end_inset
6990 </cell>
6991 </row>
6992 <row>
6993 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
6994 \begin_inset Text
6995
6996 \begin_layout Plain Layout
6997 asd
6998 \end_layout
6999
7000 \end_inset
7001 </cell>
7002 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
7003 \begin_inset Text
7004
7005 \begin_layout Plain Layout
7006 sad
7007 \end_layout
7008
7009 \end_inset
7010 </cell>
7011 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
7012 \begin_inset Text
7013
7014 \begin_layout Plain Layout
7015 asd
7016 \end_layout
7017
7018 \end_inset
7019 </cell>
7020 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
7021 \begin_inset Text
7022
7023 \begin_layout Plain Layout
7024 asd
7025 \end_layout
7026
7027 \end_inset
7028 </cell>
7029 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
7030 \begin_inset Text
7031
7032 \begin_layout Plain Layout
7033 asd
7034 \end_layout
7035
7036 \end_inset
7037 </cell>
7038 </row>
7039 </lyxtabular>
7040
7041 \end_inset
7042
7043
7044 \begin_inset ERT
7045 status collapsed
7046
7047 \begin_layout Plain Layout
7048
7049
7050 \backslash
7051 setlength{
7052 \backslash
7053 LTcapwidth}{4in}
7054 \end_layout
7055
7056 \end_inset
7057
7058
7059 \end_layout
7060
7061 \begin_layout Standard
7062 \begin_inset Note Greyedout
7063 status collapsed
7064
7065 \begin_layout Plain Layout
7066
7067 \series bold
7068 Nota: 
7069 \series default
7070 Si se usa el paquete LaTeX 
7071 \series bold
7072 caption
7073 \series default
7074
7075 \begin_inset Index
7076 status collapsed
7077
7078 \begin_layout Plain Layout
7079 LaTeX-paquetes ! caption
7080 \end_layout
7081
7082 \end_inset
7083
7084 , como en este documento, se usa la anchura de toda la página para el pie
7085  si utilizas el valor por omisión de 4
7086 \begin_inset space \thinspace{}
7087 \end_inset
7088
7089 in para 
7090 \series bold
7091
7092 \backslash
7093 LTcapwidth
7094 \series default
7095 .
7096  En este caso, para conseguir exactamente un pie de 4
7097 \begin_inset space \thinspace{}
7098 \end_inset
7099
7100 in, puedes poner un valor ligeramente diferente de 4.0
7101 \begin_inset space \thinspace{}
7102 \end_inset
7103
7104 in, p.
7105 \begin_inset space \thinspace{}
7106 \end_inset
7107
7108 e.
7109  3.99
7110 \begin_inset space \thinspace{}
7111 \end_inset
7112
7113 in, o el comando de LaTeX 
7114 \series bold
7115
7116 \backslash
7117 captionsetup{width=valor}
7118 \series default
7119 , suministrado por el paquete 
7120 \series bold
7121 caption
7122 \series default
7123 .
7124 \end_layout
7125
7126 \end_inset
7127
7128
7129 \end_layout
7130
7131 \begin_layout Subsubsection
7132 Leyendas distintas para cada página
7133 \begin_inset Index
7134 status collapsed
7135
7136 \begin_layout Plain Layout
7137 Tablas largas ! Leyendas distintas para cada página
7138 \end_layout
7139
7140 \end_inset
7141
7142
7143 \end_layout
7144
7145 \begin_layout Standard
7146 Si otras leyendas debieran ser diferentes de la leyenda de la primera página,
7147  inserta una leyenda con un título breve no vacío en una fila postiza marcada
7148  como primer encabezado.
7149  La leyenda para las restantes páginas se inserta sin título breve en una
7150  fila postiza de leyenda marcada como primer encabezado.
7151  Si este encabezado no ha de incluir el número de tabla, usa el comando
7152 \end_layout
7153
7154 \begin_layout Standard
7155
7156 \series bold
7157
7158 \backslash
7159 caption*{texto de la leyenda}
7160 \end_layout
7161
7162 \begin_layout Standard
7163 en vez del recuadro de leyenda de LyX.
7164  La etiqueta para referenciar la tabla se inserta en el primer encabezado.
7165  La tabla
7166 \begin_inset space ~
7167 \end_inset
7168
7169
7170 \begin_inset CommandInset ref
7171 LatexCommand ref
7172 reference "tab:DifLeyendas"
7173
7174 \end_inset
7175
7176  es un ejemplo de tabla larga con encabezados distintos donde el segundo
7177  no incluye número de tabla.
7178 \end_layout
7179
7180 \begin_layout Standard
7181 \align center
7182 \begin_inset Tabular
7183 <lyxtabular version="3" rows="60" columns="3">
7184 <features islongtable="true">
7185 <column alignment="left" valignment="top" width="0cm">
7186 <column alignment="left" valignment="top" width="0pt">
7187 <column alignment="right" valignment="top" width="0pt">
7188 <row endfirsthead="true" caption="true">
7189 <cell multicolumn="1" alignment="right" valignment="top" usebox="none">
7190 \begin_inset Text
7191
7192 \begin_layout Plain Layout
7193 \begin_inset Caption
7194
7195 \begin_layout Plain Layout
7196 Ejemplo de lista telefónica
7197 \begin_inset CommandInset label
7198 LatexCommand label
7199 name "tab:DifLeyendas"
7200
7201 \end_inset
7202
7203
7204 \begin_inset OptArg
7205 status collapsed
7206
7207 \begin_layout Plain Layout
7208 Ejemplo de lista telefónica
7209 \end_layout
7210
7211 \end_inset
7212
7213
7214 \end_layout
7215
7216 \end_inset
7217
7218
7219 \end_layout
7220
7221 \end_inset
7222 </cell>
7223 <cell multicolumn="2" alignment="center" valignment="top" rightline="true" usebox="none">
7224 \begin_inset Text
7225
7226 \begin_layout Plain Layout
7227
7228 \end_layout
7229
7230 \end_inset
7231 </cell>
7232 <cell multicolumn="2" alignment="center" valignment="top" rightline="true" usebox="none">
7233 \begin_inset Text
7234
7235 \begin_layout Plain Layout
7236
7237 \end_layout
7238
7239 \end_inset
7240 </cell>
7241 </row>
7242 <row endfirsthead="true">
7243 <cell multicolumn="1" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
7244 \begin_inset Text
7245
7246 \begin_layout Plain Layout
7247
7248 \series bold
7249 Ejemplo de lista telefónica (ignore los nombres)
7250 \end_layout
7251
7252 \end_inset
7253 </cell>
7254 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7255 \begin_inset Text
7256
7257 \begin_layout Plain Layout
7258
7259 \end_layout
7260
7261 \end_inset
7262 </cell>
7263 <cell multicolumn="2" alignment="right" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
7264 \begin_inset Text
7265
7266 \begin_layout Plain Layout
7267
7268 \end_layout
7269
7270 \end_inset
7271 </cell>
7272 </row>
7273 <row endfirsthead="true">
7274 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
7275 \begin_inset Text
7276
7277 \begin_layout Plain Layout
7278
7279 \series bold
7280 NOMBRE
7281 \end_layout
7282
7283 \end_inset
7284 </cell>
7285 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
7286 \begin_inset Text
7287
7288 \begin_layout Plain Layout
7289
7290 \end_layout
7291
7292 \end_inset
7293 </cell>
7294 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
7295 \begin_inset Text
7296
7297 \begin_layout Plain Layout
7298
7299 \series bold
7300 TEL.
7301 \end_layout
7302
7303 \end_inset
7304 </cell>
7305 </row>
7306 <row endhead="true" caption="true">
7307 <cell multicolumn="1" alignment="center" valignment="top" usebox="none">
7308 \begin_inset Text
7309
7310 \begin_layout Plain Layout
7311 \begin_inset ERT
7312 status open
7313
7314 \begin_layout Plain Layout
7315
7316
7317 \backslash
7318 caption*{Continúa Ejemplo de lista telefónica}
7319 \backslash
7320
7321 \backslash
7322 %
7323 \end_layout
7324
7325 \end_inset
7326
7327
7328 \end_layout
7329
7330 \end_inset
7331 </cell>
7332 <cell multicolumn="2" alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
7333 \begin_inset Text
7334
7335 \begin_layout Plain Layout
7336
7337 \end_layout
7338
7339 \end_inset
7340 </cell>
7341 <cell multicolumn="2" alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
7342 \begin_inset Text
7343
7344 \begin_layout Plain Layout
7345
7346 \end_layout
7347
7348 \end_inset
7349 </cell>
7350 </row>
7351 <row endhead="true">
7352 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
7353 \begin_inset Text
7354
7355 \begin_layout Plain Layout
7356
7357 \series bold
7358 Ejemplo de lista telefónica
7359 \end_layout
7360
7361 \end_inset
7362 </cell>
7363 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
7364 \begin_inset Text
7365
7366 \begin_layout Plain Layout
7367
7368 \end_layout
7369
7370 \end_inset
7371 </cell>
7372 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
7373 \begin_inset Text
7374
7375 \begin_layout Plain Layout
7376
7377 \end_layout
7378
7379 \end_inset
7380 </cell>
7381 </row>
7382 <row endhead="true">
7383 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
7384 \begin_inset Text
7385
7386 \begin_layout Plain Layout
7387
7388 \series bold
7389 NOMBRE
7390 \end_layout
7391
7392 \end_inset
7393 </cell>
7394 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
7395 \begin_inset Text
7396
7397 \begin_layout Plain Layout
7398
7399 \end_layout
7400
7401 \end_inset
7402 </cell>
7403 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
7404 \begin_inset Text
7405
7406 \begin_layout Plain Layout
7407
7408 \series bold
7409 TEL.
7410 \end_layout
7411
7412 \end_inset
7413 </cell>
7414 </row>
7415 <row endfoot="true">
7416 <cell multicolumn="1" alignment="right" valignment="top" topline="true" usebox="none">
7417 \begin_inset Text
7418
7419 \begin_layout Plain Layout
7420 continúa en página siguiente
7421 \end_layout
7422
7423 \end_inset
7424 </cell>
7425 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
7426 \begin_inset Text
7427
7428 \begin_layout Plain Layout
7429
7430 \end_layout
7431
7432 \end_inset
7433 </cell>
7434 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
7435 \begin_inset Text
7436
7437 \begin_layout Plain Layout
7438
7439 \end_layout
7440
7441 \end_inset
7442 </cell>
7443 </row>
7444 <row>
7445 <cell alignment="center" valignment="top" leftline="true" usebox="none">
7446 \begin_inset Text
7447
7448 \begin_layout Plain Layout
7449
7450 \series bold
7451 Annovi
7452 \end_layout
7453
7454 \end_inset
7455 </cell>
7456 <cell alignment="center" valignment="top" rightline="true" usebox="none">
7457 \begin_inset Text
7458
7459 \begin_layout Plain Layout
7460 Silvia
7461 \end_layout
7462
7463 \end_inset
7464 </cell>
7465 <cell alignment="right" valignment="top" rightline="true" usebox="none">
7466 \begin_inset Text
7467
7468 \begin_layout Plain Layout
7469 111
7470 \end_layout
7471
7472 \end_inset
7473 </cell>
7474 </row>
7475 <row>
7476 <cell alignment="center" valignment="top" leftline="true" usebox="none">
7477 \begin_inset Text
7478
7479 \begin_layout Plain Layout
7480
7481 \series bold
7482 Bertoli
7483 \end_layout
7484
7485 \end_inset
7486 </cell>
7487 <cell alignment="center" valignment="top" rightline="true" usebox="none">
7488 \begin_inset Text
7489
7490 \begin_layout Plain Layout
7491 Stefano
7492 \end_layout
7493
7494 \end_inset
7495 </cell>
7496 <cell alignment="center" valignment="top" rightline="true" usebox="none">
7497 \begin_inset Text
7498
7499 \begin_layout Plain Layout
7500 111
7501 \end_layout
7502
7503 \end_inset
7504 </cell>
7505 </row>
7506 <row>
7507 <cell alignment="center" valignment="top" leftline="true" usebox="none">
7508 \begin_inset Text
7509
7510 \begin_layout Plain Layout
7511
7512 \series bold
7513 Bozzi
7514 \end_layout
7515
7516 \end_inset
7517 </cell>
7518 <cell alignment="center" valignment="top" rightline="true" usebox="none">
7519 \begin_inset Text
7520
7521 \begin_layout Plain Layout
7522 Walter
7523 \end_layout
7524
7525 \end_inset
7526 </cell>
7527 <cell alignment="center" valignment="top" rightline="true" usebox="none">
7528 \begin_inset Text
7529
7530 \begin_layout Plain Layout
7531 111
7532 \end_layout
7533
7534 \end_inset
7535 </cell>
7536 </row>
7537 <row>
7538 <cell alignment="center" valignment="top" leftline="true" usebox="none">
7539 \begin_inset Text
7540
7541 \begin_layout Plain Layout
7542
7543 \series bold
7544 Cachia
7545 \end_layout
7546
7547 \end_inset
7548 </cell>
7549 <cell alignment="center" valignment="top" rightline="true" usebox="none">
7550 \begin_inset Text
7551
7552 \begin_layout Plain Layout
7553 Maria
7554 \end_layout
7555
7556 \end_inset
7557 </cell>
7558 <cell alignment="center" valignment="top" rightline="true" usebox="none">
7559 \begin_inset Text
7560
7561 \begin_layout Plain Layout
7562 111
7563 \end_layout
7564
7565 \end_inset
7566 </cell>
7567 </row>
7568 <row>
7569 <cell alignment="center" valignment="top" leftline="true" usebox="none">
7570 \begin_inset Text
7571
7572 \begin_layout Plain Layout
7573
7574 \series bold
7575 Cachia
7576 \end_layout
7577
7578 \end_inset
7579 </cell>
7580 <cell alignment="center" valignment="top" rightline="true" usebox="none">
7581 \begin_inset Text
7582
7583 \begin_layout Plain Layout
7584 Maurizio
7585 \end_layout
7586
7587 \end_inset
7588 </cell>
7589 <cell alignment="center" valignment="top" rightline="true" usebox="none">
7590 \begin_inset Text
7591
7592 \begin_layout Plain Layout
7593 111
7594 \end_layout
7595
7596 \end_inset
7597 </cell>
7598 </row>
7599 <row>
7600 <cell alignment="center" valignment="top" leftline="true" usebox="none">
7601 \begin_inset Text
7602
7603 \begin_layout Plain Layout
7604
7605 \series bold
7606 Cinquemani
7607 \end_layout
7608
7609 \end_inset
7610 </cell>
7611 <cell alignment="center" valignment="top" rightline="true" usebox="none">
7612 \begin_inset Text
7613
7614 \begin_layout Plain Layout
7615 Giusi
7616 \end_layout
7617
7618 \end_inset
7619 </cell>
7620 <cell alignment="center" valignment="top" rightline="true" usebox="none">
7621 \begin_inset Text
7622
7623 \begin_layout Plain Layout
7624 111
7625 \end_layout
7626
7627 \end_inset
7628 </cell>
7629 </row>
7630 <row>
7631 <cell alignment="center" valignment="top" leftline="true" usebox="none">
7632 \begin_inset Text
7633
7634 \begin_layout Plain Layout
7635
7636 \series bold
7637 Colin
7638 \end_layout
7639
7640 \end_inset
7641 </cell>
7642 <cell alignment="center" valignment="top" rightline="true" usebox="none">
7643 \begin_inset Text
7644
7645 \begin_layout Plain Layout
7646 Bernard
7647 \end_layout
7648
7649 \end_inset
7650 </cell>
7651 <cell alignment="center" valignment="top" rightline="true" usebox="none">
7652 \begin_inset Text
7653
7654 \begin_layout Plain Layout
7655 111
7656 \end_layout
7657
7658 \end_inset
7659 </cell>
7660 </row>
7661 <row>
7662 <cell alignment="center" valignment="top" leftline="true" usebox="none">
7663 \begin_inset Text
7664
7665 \begin_layout Plain Layout
7666
7667 \series bold
7668 Concli
7669 \end_layout
7670
7671 \end_inset
7672 </cell>
7673 <cell alignment="center" valignment="top" rightline="true" usebox="none">
7674 \begin_inset Text
7675
7676 \begin_layout Plain Layout
7677 Gianfranco
7678 \end_layout
7679
7680 \end_inset
7681 </cell>
7682 <cell alignment="center" valignment="top" rightline="true" usebox="none">
7683 \begin_inset Text
7684
7685 \begin_layout Plain Layout
7686 111
7687 \end_layout
7688
7689 \end_inset
7690 </cell>
7691 </row>
7692 <row>
7693 <cell alignment="center" valignment="top" leftline="true" usebox="none">
7694 \begin_inset Text
7695
7696 \begin_layout Plain Layout
7697
7698 \series bold
7699 Dal Bosco
7700 \end_layout
7701
7702 \end_inset
7703 </cell>
7704 <cell alignment="center" valignment="top" rightline="true" usebox="none">
7705 \begin_inset Text
7706
7707 \begin_layout Plain Layout
7708 Carolina
7709 \end_layout
7710
7711 \end_inset
7712 </cell>
7713 <cell alignment="center" valignment="top" rightline="true" usebox="none">
7714 \begin_inset Text
7715
7716 \begin_layout Plain Layout
7717 111
7718 \end_layout
7719
7720 \end_inset
7721 </cell>
7722 </row>
7723 <row>
7724 <cell alignment="center" valignment="top" leftline="true" usebox="none">
7725 \begin_inset Text
7726
7727 \begin_layout Plain Layout
7728
7729 \series bold
7730 Dalpiaz
7731 \end_layout
7732
7733 \end_inset
7734 </cell>
7735 <cell alignment="center" valignment="top" rightline="true" usebox="none">
7736 \begin_inset Text
7737
7738 \begin_layout Plain Layout
7739 Annamaria
7740 \end_layout
7741
7742 \end_inset
7743 </cell>
7744 <cell alignment="center" valignment="top" rightline="true" usebox="none">
7745 \begin_inset Text
7746
7747 \begin_layout Plain Layout
7748 111
7749 \end_layout
7750
7751 \end_inset
7752 </cell>
7753 </row>
7754 <row>
7755 <cell alignment="center" valignment="top" leftline="true" usebox="none">
7756 \begin_inset Text
7757
7758 \begin_layout Plain Layout
7759
7760 \series bold
7761 Feliciello
7762 \end_layout
7763
7764 \end_inset
7765 </cell>
7766 <cell alignment="center" valignment="top" rightline="true" usebox="none">
7767 \begin_inset Text
7768
7769 \begin_layout Plain Layout
7770 Domenico
7771 \end_layout
7772
7773 \end_inset
7774 </cell>
7775 <cell alignment="center" valignment="top" rightline="true" usebox="none">
7776 \begin_inset Text
7777
7778 \begin_layout Plain Layout
7779 111
7780 \end_layout
7781
7782 \end_inset
7783 </cell>
7784 </row>
7785 <row>
7786 <cell alignment="center" valignment="top" leftline="true" usebox="none">
7787 \begin_inset Text
7788
7789 \begin_layout Plain Layout
7790
7791 \series bold
7792 Focarelli
7793 \end_layout
7794
7795 \end_inset
7796 </cell>
7797 <cell alignment="center" valignment="top" rightline="true" usebox="none">
7798 \begin_inset Text
7799
7800 \begin_layout Plain Layout
7801 Paola
7802 \end_layout
7803
7804 \end_inset
7805 </cell>
7806 <cell alignment="center" valignment="top" rightline="true" usebox="none">
7807 \begin_inset Text
7808
7809 \begin_layout Plain Layout
7810 111
7811 \end_layout
7812
7813 \end_inset
7814 </cell>
7815 </row>
7816 <row>
7817 <cell alignment="center" valignment="top" leftline="true" usebox="none">
7818 \begin_inset Text
7819
7820 \begin_layout Plain Layout
7821
7822 \series bold
7823 Galletti
7824 \end_layout
7825
7826 \end_inset
7827 </cell>
7828 <cell alignment="center" valignment="top" rightline="true" usebox="none">
7829 \begin_inset Text
7830
7831 \begin_layout Plain Layout
7832 Oreste
7833 \end_layout
7834
7835 \end_inset
7836 </cell>
7837 <cell alignment="center" valignment="top" rightline="true" usebox="none">
7838 \begin_inset Text
7839
7840 \begin_layout Plain Layout
7841 111
7842 \end_layout
7843
7844 \end_inset
7845 </cell>
7846 </row>
7847 <row>
7848 <cell alignment="center" valignment="top" leftline="true" usebox="none">
7849 \begin_inset Text
7850
7851 \begin_layout Plain Layout
7852
7853 \series bold
7854 Gasparini
7855 \end_layout
7856
7857 \end_inset
7858 </cell>
7859 <cell alignment="center" valignment="top" rightline="true" usebox="none">
7860 \begin_inset Text
7861
7862 \begin_layout Plain Layout
7863 Franca
7864 \end_layout
7865
7866 \end_inset
7867 </cell>
7868 <cell alignment="center" valignment="top" rightline="true" usebox="none">
7869 \begin_inset Text
7870
7871 \begin_layout Plain Layout
7872 111
7873 \end_layout
7874
7875 \end_inset
7876 </cell>
7877 </row>
7878 <row>
7879 <cell alignment="center" valignment="top" leftline="true" usebox="none">
7880 \begin_inset Text
7881
7882 \begin_layout Plain Layout
7883
7884 \series bold
7885 Rizzardi
7886 \series default
7887
7888 \begin_inset Foot
7889 status open
7890
7891 \begin_layout Plain Layout
7892 Ejemplo de nota al pie
7893 \end_layout
7894
7895 \end_inset
7896
7897
7898 \end_layout
7899
7900 \end_inset
7901 </cell>
7902 <cell alignment="center" valignment="top" rightline="true" usebox="none">
7903 \begin_inset Text
7904
7905 \begin_layout Plain Layout
7906 Paola
7907 \end_layout
7908
7909 \end_inset
7910 </cell>
7911 <cell alignment="center" valignment="top" rightline="true" usebox="none">
7912 \begin_inset Text
7913
7914 \begin_layout Plain Layout
7915 111
7916 \end_layout
7917
7918 \end_inset
7919 </cell>
7920 </row>
7921 <row>
7922 <cell alignment="center" valignment="top" leftline="true" usebox="none">
7923 \begin_inset Text
7924
7925 \begin_layout Plain Layout
7926
7927 \series bold
7928 Lassini
7929 \end_layout
7930
7931 \end_inset
7932 </cell>
7933 <cell alignment="center" valignment="top" rightline="true" usebox="none">
7934 \begin_inset Text
7935
7936 \begin_layout Plain Layout
7937 Giancarlo
7938 \end_layout
7939
7940 \end_inset
7941 </cell>
7942 <cell alignment="center" valignment="top" rightline="true" usebox="none">
7943 \begin_inset Text
7944
7945 \begin_layout Plain Layout
7946 111
7947 \end_layout
7948
7949 \end_inset
7950 </cell>
7951 </row>
7952 <row>
7953 <cell alignment="center" valignment="top" leftline="true" usebox="none">
7954 \begin_inset Text
7955
7956 \begin_layout Plain Layout
7957
7958 \series bold
7959 Malfatti
7960 \end_layout
7961
7962 \end_inset
7963 </cell>
7964 <cell alignment="center" valignment="top" rightline="true" usebox="none">
7965 \begin_inset Text
7966
7967 \begin_layout Plain Layout
7968 Luciano
7969 \end_layout
7970
7971 \end_inset
7972 </cell>
7973 <cell alignment="center" valignment="top" rightline="true" usebox="none">
7974 \begin_inset Text
7975
7976 \begin_layout Plain Layout
7977 111
7978 \end_layout
7979
7980 \end_inset
7981 </cell>
7982 </row>
7983 <row>
7984 <cell alignment="center" valignment="top" leftline="true" usebox="none">
7985 \begin_inset Text
7986
7987 \begin_layout Plain Layout
7988
7989 \series bold
7990 Malfatti
7991 \end_layout
7992
7993 \end_inset
7994 </cell>
7995 <cell alignment="center" valignment="top" rightline="true" usebox="none">
7996 \begin_inset Text
7997
7998 \begin_layout Plain Layout
7999 Valeriano
8000 \end_layout
8001
8002 \end_inset
8003 </cell>
8004 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8005 \begin_inset Text
8006
8007 \begin_layout Plain Layout
8008 111
8009 \end_layout
8010
8011 \end_inset
8012 </cell>
8013 </row>
8014 <row>
8015 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8016 \begin_inset Text
8017
8018 \begin_layout Plain Layout
8019
8020 \series bold
8021 Meneguzzo
8022 \end_layout
8023
8024 \end_inset
8025 </cell>
8026 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8027 \begin_inset Text
8028
8029 \begin_layout Plain Layout
8030 Roberto
8031 \end_layout
8032
8033 \end_inset
8034 </cell>
8035 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8036 \begin_inset Text
8037
8038 \begin_layout Plain Layout
8039 111
8040 \end_layout
8041
8042 \end_inset
8043 </cell>
8044 </row>
8045 <row>
8046 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8047 \begin_inset Text
8048
8049 \begin_layout Plain Layout
8050
8051 \series bold
8052 Mezzadra
8053 \end_layout
8054
8055 \end_inset
8056 </cell>
8057 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8058 \begin_inset Text
8059
8060 \begin_layout Plain Layout
8061 Roberto
8062 \end_layout
8063
8064 \end_inset
8065 </cell>
8066 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8067 \begin_inset Text
8068
8069 \begin_layout Plain Layout
8070 111
8071 \end_layout
8072
8073 \end_inset
8074 </cell>
8075 </row>
8076 <row>
8077 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8078 \begin_inset Text
8079
8080 \begin_layout Plain Layout
8081
8082 \series bold
8083 Pirpamer
8084 \end_layout
8085
8086 \end_inset
8087 </cell>
8088 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8089 \begin_inset Text
8090
8091 \begin_layout Plain Layout
8092 Erich
8093 \end_layout
8094
8095 \end_inset
8096 </cell>
8097 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8098 \begin_inset Text
8099
8100 \begin_layout Plain Layout
8101 111
8102 \end_layout
8103
8104 \end_inset
8105 </cell>
8106 </row>
8107 <row>
8108 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8109 \begin_inset Text
8110
8111 \begin_layout Plain Layout
8112
8113 \series bold
8114 Pochiesa
8115 \end_layout
8116
8117 \end_inset
8118 </cell>
8119 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8120 \begin_inset Text
8121
8122 \begin_layout Plain Layout
8123 Paolo
8124 \end_layout
8125
8126 \end_inset
8127 </cell>
8128 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8129 \begin_inset Text
8130
8131 \begin_layout Plain Layout
8132 111, 222
8133 \end_layout
8134
8135 \end_inset
8136 </cell>
8137 </row>
8138 <row>
8139 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8140 \begin_inset Text
8141
8142 \begin_layout Plain Layout
8143
8144 \series bold
8145 Radina
8146 \end_layout
8147
8148 \end_inset
8149 </cell>
8150 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8151 \begin_inset Text
8152
8153 \begin_layout Plain Layout
8154 Claudio
8155 \end_layout
8156
8157 \end_inset
8158 </cell>
8159 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8160 \begin_inset Text
8161
8162 \begin_layout Plain Layout
8163 111
8164 \end_layout
8165
8166 \end_inset
8167 </cell>
8168 </row>
8169 <row>
8170 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8171 \begin_inset Text
8172
8173 \begin_layout Plain Layout
8174
8175 \series bold
8176 Stuffer
8177 \end_layout
8178
8179 \end_inset
8180 </cell>
8181 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8182 \begin_inset Text
8183
8184 \begin_layout Plain Layout
8185 Oskar
8186 \end_layout
8187
8188 \end_inset
8189 </cell>
8190 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8191 \begin_inset Text
8192
8193 \begin_layout Plain Layout
8194 111
8195 \end_layout
8196
8197 \end_inset
8198 </cell>
8199 </row>
8200 <row>
8201 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8202 \begin_inset Text
8203
8204 \begin_layout Plain Layout
8205
8206 \series bold
8207 Tacchelli
8208 \end_layout
8209
8210 \end_inset
8211 </cell>
8212 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8213 \begin_inset Text
8214
8215 \begin_layout Plain Layout
8216 Ugo
8217 \end_layout
8218
8219 \end_inset
8220 </cell>
8221 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8222 \begin_inset Text
8223
8224 \begin_layout Plain Layout
8225 111
8226 \end_layout
8227
8228 \end_inset
8229 </cell>
8230 </row>
8231 <row>
8232 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8233 \begin_inset Text
8234
8235 \begin_layout Plain Layout
8236
8237 \series bold
8238 Tezzele
8239 \end_layout
8240
8241 \end_inset
8242 </cell>
8243 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8244 \begin_inset Text
8245
8246 \begin_layout Plain Layout
8247 Margit
8248 \end_layout
8249
8250 \end_inset
8251 </cell>
8252 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8253 \begin_inset Text
8254
8255 \begin_layout Plain Layout
8256 111
8257 \end_layout
8258
8259 \end_inset
8260 </cell>
8261 </row>
8262 <row>
8263 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8264 \begin_inset Text
8265
8266 \begin_layout Plain Layout
8267
8268 \series bold
8269 Unterkalmsteiner
8270 \end_layout
8271
8272 \end_inset
8273 </cell>
8274 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8275 \begin_inset Text
8276
8277 \begin_layout Plain Layout
8278 Frieda
8279 \end_layout
8280
8281 \end_inset
8282 </cell>
8283 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8284 \begin_inset Text
8285
8286 \begin_layout Plain Layout
8287 111
8288 \end_layout
8289
8290 \end_inset
8291 </cell>
8292 </row>
8293 <row>
8294 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8295 \begin_inset Text
8296
8297 \begin_layout Plain Layout
8298
8299 \series bold
8300 Vieider
8301 \end_layout
8302
8303 \end_inset
8304 </cell>
8305 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8306 \begin_inset Text
8307
8308 \begin_layout Plain Layout
8309 Hilde
8310 \end_layout
8311
8312 \end_inset
8313 </cell>
8314 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8315 \begin_inset Text
8316
8317 \begin_layout Plain Layout
8318 111
8319 \end_layout
8320
8321 \end_inset
8322 </cell>
8323 </row>
8324 <row>
8325 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8326 \begin_inset Text
8327
8328 \begin_layout Plain Layout
8329
8330 \series bold
8331 Vigna
8332 \end_layout
8333
8334 \end_inset
8335 </cell>
8336 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8337 \begin_inset Text
8338
8339 \begin_layout Plain Layout
8340 Jürgen
8341 \end_layout
8342
8343 \end_inset
8344 </cell>
8345 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8346 \begin_inset Text
8347
8348 \begin_layout Plain Layout
8349 111
8350 \end_layout
8351
8352 \end_inset
8353 </cell>
8354 </row>
8355 <row>
8356 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8357 \begin_inset Text
8358
8359 \begin_layout Plain Layout
8360
8361 \series bold
8362 Weber
8363 \end_layout
8364
8365 \end_inset
8366 </cell>
8367 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8368 \begin_inset Text
8369
8370 \begin_layout Plain Layout
8371 Maurizio
8372 \end_layout
8373
8374 \end_inset
8375 </cell>
8376 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8377 \begin_inset Text
8378
8379 \begin_layout Plain Layout
8380 111
8381 \end_layout
8382
8383 \end_inset
8384 </cell>
8385 </row>
8386 <row>
8387 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
8388 \begin_inset Text
8389
8390 \begin_layout Plain Layout
8391
8392 \series bold
8393 Winkler
8394 \end_layout
8395
8396 \end_inset
8397 </cell>
8398 <cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
8399 \begin_inset Text
8400
8401 \begin_layout Plain Layout
8402 Franz
8403 \end_layout
8404
8405 \end_inset
8406 </cell>
8407 <cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
8408 \begin_inset Text
8409
8410 \begin_layout Plain Layout
8411 111
8412 \end_layout
8413
8414 \end_inset
8415 </cell>
8416 </row>
8417 <row>
8418 <cell multicolumn="1" alignment="left" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
8419 \begin_inset Text
8420
8421 \begin_layout Plain Layout
8422  
8423 \end_layout
8424
8425 \end_inset
8426 </cell>
8427 <cell multicolumn="2" alignment="center" valignment="top" topline="true" usebox="none">
8428 \begin_inset Text
8429
8430 \begin_layout Plain Layout
8431
8432 \end_layout
8433
8434 \end_inset
8435 </cell>
8436 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
8437 \begin_inset Text
8438
8439 \begin_layout Plain Layout
8440
8441 \end_layout
8442
8443 \end_inset
8444 </cell>
8445 </row>
8446 <row>
8447 <cell alignment="left" valignment="top" leftline="true" usebox="none">
8448 \begin_inset Text
8449
8450 \begin_layout Plain Layout
8451
8452 \series bold
8453 Annovi
8454 \end_layout
8455
8456 \end_inset
8457 </cell>
8458 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8459 \begin_inset Text
8460
8461 \begin_layout Plain Layout
8462 Silvia
8463 \end_layout
8464
8465 \end_inset
8466 </cell>
8467 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8468 \begin_inset Text
8469
8470 \begin_layout Plain Layout
8471 555
8472 \end_layout
8473
8474 \end_inset
8475 </cell>
8476 </row>
8477 <row>
8478 <cell alignment="left" valignment="top" leftline="true" usebox="none">
8479 \begin_inset Text
8480
8481 \begin_layout Plain Layout
8482
8483 \series bold
8484 Bertoli
8485 \end_layout
8486
8487 \end_inset
8488 </cell>
8489 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8490 \begin_inset Text
8491
8492 \begin_layout Plain Layout
8493 Stefano
8494 \end_layout
8495
8496 \end_inset
8497 </cell>
8498 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8499 \begin_inset Text
8500
8501 \begin_layout Plain Layout
8502 555
8503 \end_layout
8504
8505 \end_inset
8506 </cell>
8507 </row>
8508 <row>
8509 <cell alignment="left" valignment="top" leftline="true" usebox="none">
8510 \begin_inset Text
8511
8512 \begin_layout Plain Layout
8513
8514 \series bold
8515 Bozzi
8516 \end_layout
8517
8518 \end_inset
8519 </cell>
8520 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8521 \begin_inset Text
8522
8523 \begin_layout Plain Layout
8524 Walter
8525 \end_layout
8526
8527 \end_inset
8528 </cell>
8529 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8530 \begin_inset Text
8531
8532 \begin_layout Plain Layout
8533 555
8534 \end_layout
8535
8536 \end_inset
8537 </cell>
8538 </row>
8539 <row>
8540 <cell alignment="left" valignment="top" leftline="true" usebox="none">
8541 \begin_inset Text
8542
8543 \begin_layout Plain Layout
8544
8545 \series bold
8546 Cachia
8547 \end_layout
8548
8549 \end_inset
8550 </cell>
8551 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8552 \begin_inset Text
8553
8554 \begin_layout Plain Layout
8555 Maria
8556 \end_layout
8557
8558 \end_inset
8559 </cell>
8560 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8561 \begin_inset Text
8562
8563 \begin_layout Plain Layout
8564 555
8565 \end_layout
8566
8567 \end_inset
8568 </cell>
8569 </row>
8570 <row>
8571 <cell alignment="left" valignment="top" leftline="true" usebox="none">
8572 \begin_inset Text
8573
8574 \begin_layout Plain Layout
8575
8576 \series bold
8577 Cachia
8578 \end_layout
8579
8580 \end_inset
8581 </cell>
8582 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8583 \begin_inset Text
8584
8585 \begin_layout Plain Layout
8586 Maurizio
8587 \end_layout
8588
8589 \end_inset
8590 </cell>
8591 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8592 \begin_inset Text
8593
8594 \begin_layout Plain Layout
8595 555
8596 \end_layout
8597
8598 \end_inset
8599 </cell>
8600 </row>
8601 <row>
8602 <cell alignment="left" valignment="top" leftline="true" usebox="none">
8603 \begin_inset Text
8604
8605 \begin_layout Plain Layout
8606
8607 \series bold
8608 Cinquemani
8609 \end_layout
8610
8611 \end_inset
8612 </cell>
8613 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8614 \begin_inset Text
8615
8616 \begin_layout Plain Layout
8617 Giusi
8618 \end_layout
8619
8620 \end_inset
8621 </cell>
8622 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8623 \begin_inset Text
8624
8625 \begin_layout Plain Layout
8626 555
8627 \end_layout
8628
8629 \end_inset
8630 </cell>
8631 </row>
8632 <row>
8633 <cell alignment="left" valignment="top" leftline="true" usebox="none">
8634 \begin_inset Text
8635
8636 \begin_layout Plain Layout
8637
8638 \series bold
8639 Colin
8640 \end_layout
8641
8642 \end_inset
8643 </cell>
8644 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8645 \begin_inset Text
8646
8647 \begin_layout Plain Layout
8648 Bernard
8649 \end_layout
8650
8651 \end_inset
8652 </cell>
8653 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8654 \begin_inset Text
8655
8656 \begin_layout Plain Layout
8657 555
8658 \end_layout
8659
8660 \end_inset
8661 </cell>
8662 </row>
8663 <row>
8664 <cell alignment="left" valignment="top" leftline="true" usebox="none">
8665 \begin_inset Text
8666
8667 \begin_layout Plain Layout
8668
8669 \series bold
8670 Concli
8671 \end_layout
8672
8673 \end_inset
8674 </cell>
8675 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8676 \begin_inset Text
8677
8678 \begin_layout Plain Layout
8679 Gianfranco
8680 \end_layout
8681
8682 \end_inset
8683 </cell>
8684 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8685 \begin_inset Text
8686
8687 \begin_layout Plain Layout
8688 555
8689 \end_layout
8690
8691 \end_inset
8692 </cell>
8693 </row>
8694 <row>
8695 <cell alignment="left" valignment="top" leftline="true" usebox="none">
8696 \begin_inset Text
8697
8698 \begin_layout Plain Layout
8699
8700 \series bold
8701 Dal Bosco
8702 \end_layout
8703
8704 \end_inset
8705 </cell>
8706 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8707 \begin_inset Text
8708
8709 \begin_layout Plain Layout
8710 Carolina
8711 \end_layout
8712
8713 \end_inset
8714 </cell>
8715 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8716 \begin_inset Text
8717
8718 \begin_layout Plain Layout
8719 555
8720 \end_layout
8721
8722 \end_inset
8723 </cell>
8724 </row>
8725 <row>
8726 <cell alignment="left" valignment="top" leftline="true" usebox="none">
8727 \begin_inset Text
8728
8729 \begin_layout Plain Layout
8730
8731 \series bold
8732 Dalpiaz
8733 \end_layout
8734
8735 \end_inset
8736 </cell>
8737 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8738 \begin_inset Text
8739
8740 \begin_layout Plain Layout
8741 Annamaria
8742 \end_layout
8743
8744 \end_inset
8745 </cell>
8746 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8747 \begin_inset Text
8748
8749 \begin_layout Plain Layout
8750 555
8751 \end_layout
8752
8753 \end_inset
8754 </cell>
8755 </row>
8756 <row>
8757 <cell alignment="left" valignment="top" leftline="true" usebox="none">
8758 \begin_inset Text
8759
8760 \begin_layout Plain Layout
8761
8762 \series bold
8763 Feliciello
8764 \end_layout
8765
8766 \end_inset
8767 </cell>
8768 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8769 \begin_inset Text
8770
8771 \begin_layout Plain Layout
8772 Domenico
8773 \end_layout
8774
8775 \end_inset
8776 </cell>
8777 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8778 \begin_inset Text
8779
8780 \begin_layout Plain Layout
8781 555
8782 \end_layout
8783
8784 \end_inset
8785 </cell>
8786 </row>
8787 <row>
8788 <cell alignment="left" valignment="top" leftline="true" usebox="none">
8789 \begin_inset Text
8790
8791 \begin_layout Plain Layout
8792
8793 \series bold
8794 Focarelli
8795 \end_layout
8796
8797 \end_inset
8798 </cell>
8799 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8800 \begin_inset Text
8801
8802 \begin_layout Plain Layout
8803 Paola
8804 \end_layout
8805
8806 \end_inset
8807 </cell>
8808 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8809 \begin_inset Text
8810
8811 \begin_layout Plain Layout
8812 555
8813 \end_layout
8814
8815 \end_inset
8816 </cell>
8817 </row>
8818 <row>
8819 <cell alignment="left" valignment="top" leftline="true" usebox="none">
8820 \begin_inset Text
8821
8822 \begin_layout Plain Layout
8823
8824 \series bold
8825 Galletti
8826 \end_layout
8827
8828 \end_inset
8829 </cell>
8830 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8831 \begin_inset Text
8832
8833 \begin_layout Plain Layout
8834 Oreste
8835 \end_layout
8836
8837 \end_inset
8838 </cell>
8839 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8840 \begin_inset Text
8841
8842 \begin_layout Plain Layout
8843 555
8844 \end_layout
8845
8846 \end_inset
8847 </cell>
8848 </row>
8849 <row>
8850 <cell alignment="left" valignment="top" leftline="true" usebox="none">
8851 \begin_inset Text
8852
8853 \begin_layout Plain Layout
8854
8855 \series bold
8856 Gasparini
8857 \end_layout
8858
8859 \end_inset
8860 </cell>
8861 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8862 \begin_inset Text
8863
8864 \begin_layout Plain Layout
8865 Franca
8866 \end_layout
8867
8868 \end_inset
8869 </cell>
8870 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8871 \begin_inset Text
8872
8873 \begin_layout Plain Layout
8874 555
8875 \end_layout
8876
8877 \end_inset
8878 </cell>
8879 </row>
8880 <row>
8881 <cell alignment="left" valignment="top" leftline="true" usebox="none">
8882 \begin_inset Text
8883
8884 \begin_layout Plain Layout
8885
8886 \series bold
8887 Rizzardi
8888 \end_layout
8889
8890 \end_inset
8891 </cell>
8892 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8893 \begin_inset Text
8894
8895 \begin_layout Plain Layout
8896 Paola
8897 \end_layout
8898
8899 \end_inset
8900 </cell>
8901 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8902 \begin_inset Text
8903
8904 \begin_layout Plain Layout
8905 555
8906 \end_layout
8907
8908 \end_inset
8909 </cell>
8910 </row>
8911 <row>
8912 <cell alignment="left" valignment="top" leftline="true" usebox="none">
8913 \begin_inset Text
8914
8915 \begin_layout Plain Layout
8916
8917 \series bold
8918 Lassini
8919 \end_layout
8920
8921 \end_inset
8922 </cell>
8923 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8924 \begin_inset Text
8925
8926 \begin_layout Plain Layout
8927 Giancarlo
8928 \end_layout
8929
8930 \end_inset
8931 </cell>
8932 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8933 \begin_inset Text
8934
8935 \begin_layout Plain Layout
8936 555
8937 \end_layout
8938
8939 \end_inset
8940 </cell>
8941 </row>
8942 <row>
8943 <cell alignment="left" valignment="top" leftline="true" usebox="none">
8944 \begin_inset Text
8945
8946 \begin_layout Plain Layout
8947
8948 \series bold
8949 Malfatti
8950 \end_layout
8951
8952 \end_inset
8953 </cell>
8954 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8955 \begin_inset Text
8956
8957 \begin_layout Plain Layout
8958 Luciano
8959 \end_layout
8960
8961 \end_inset
8962 </cell>
8963 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8964 \begin_inset Text
8965
8966 \begin_layout Plain Layout
8967 555
8968 \end_layout
8969
8970 \end_inset
8971 </cell>
8972 </row>
8973 <row>
8974 <cell alignment="left" valignment="top" leftline="true" usebox="none">
8975 \begin_inset Text
8976
8977 \begin_layout Plain Layout
8978
8979 \series bold
8980 Malfatti
8981 \end_layout
8982
8983 \end_inset
8984 </cell>
8985 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8986 \begin_inset Text
8987
8988 \begin_layout Plain Layout
8989 Valeriano
8990 \end_layout
8991
8992 \end_inset
8993 </cell>
8994 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8995 \begin_inset Text
8996
8997 \begin_layout Plain Layout
8998 555
8999 \end_layout
9000
9001 \end_inset
9002 </cell>
9003 </row>
9004 <row>
9005 <cell alignment="left" valignment="top" leftline="true" usebox="none">
9006 \begin_inset Text
9007
9008 \begin_layout Plain Layout
9009
9010 \series bold
9011 Meneguzzo
9012 \end_layout
9013
9014 \end_inset
9015 </cell>
9016 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9017 \begin_inset Text
9018
9019 \begin_layout Plain Layout
9020 Roberto
9021 \end_layout
9022
9023 \end_inset
9024 </cell>
9025 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9026 \begin_inset Text
9027
9028 \begin_layout Plain Layout
9029 555
9030 \end_layout
9031
9032 \end_inset
9033 </cell>
9034 </row>
9035 <row>
9036 <cell alignment="left" valignment="top" bottomline="true" leftline="true" usebox="none">
9037 \begin_inset Text
9038
9039 \begin_layout Plain Layout
9040
9041 \series bold
9042 Mezzadra
9043 \end_layout
9044
9045 \end_inset
9046 </cell>
9047 <cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
9048 \begin_inset Text
9049
9050 \begin_layout Plain Layout
9051 Roberto
9052 \end_layout
9053
9054 \end_inset
9055 </cell>
9056 <cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
9057 \begin_inset Text
9058
9059 \begin_layout Plain Layout
9060 555
9061 \end_layout
9062
9063 \end_inset
9064 </cell>
9065 </row>
9066 <row endlastfoot="true">
9067 <cell multicolumn="1" alignment="left" valignment="top" usebox="none">
9068 \begin_inset Text
9069
9070 \begin_layout Plain Layout
9071
9072 \end_layout
9073
9074 \end_inset
9075 </cell>
9076 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
9077 \begin_inset Text
9078
9079 \begin_layout Plain Layout
9080
9081 \end_layout
9082
9083 \end_inset
9084 </cell>
9085 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
9086 \begin_inset Text
9087
9088 \begin_layout Plain Layout
9089
9090 \end_layout
9091
9092 \end_inset
9093 </cell>
9094 </row>
9095 </lyxtabular>
9096
9097 \end_inset
9098
9099
9100 \end_layout
9101
9102 \begin_layout Standard
9103 \begin_inset Newpage newpage
9104 \end_inset
9105
9106
9107 \end_layout
9108
9109 \begin_layout Section
9110 Particularidades de las tablas largas
9111 \end_layout
9112
9113 \begin_layout Subsection
9114 Cálculos
9115 \begin_inset Index
9116 status collapsed
9117
9118 \begin_layout Plain Layout
9119 Tablas largas ! Cálculos
9120 \end_layout
9121
9122 \end_inset
9123
9124
9125 \end_layout
9126
9127 \begin_layout Standard
9128 LaTeX calcula la altura de las páginas con tabla y sus saltos de página
9129  utilizando los denominados «trozos», que son partes de la tabla presentes
9130  en la memoria de LaTeX.
9131  El valor predeterminado está establecido a sólo 20 filas.
9132  Si estás usando tablas largas con muchas páginas, la generación del documento
9133  puede hacerse muy lenta.
9134  No hay problema en aumentar el tamaño de los trozos hasta 100-1000 añadiendo
9135  el siguiente comando en el preámbulo del documento:
9136 \end_layout
9137
9138 \begin_layout Standard
9139
9140 \series bold
9141
9142 \backslash
9143 setcounter{LTchunksize}{100}
9144 \end_layout
9145
9146 \begin_layout Subsection
9147 Flotantes y tablas largas
9148 \begin_inset Index
9149 status collapsed
9150
9151 \begin_layout Plain Layout
9152 Tablas largas ! Flotantes
9153 \end_layout
9154
9155 \end_inset
9156
9157
9158 \end_layout
9159
9160 \begin_layout Standard
9161 Podría haber problemas si un flotante aparece en la misma página donde comienza
9162  una tabla larga.
9163  Para evitarlo, añade el comando 
9164 \series bold
9165
9166 \backslash
9167 clearpage
9168 \series default
9169  en código TeX antes de la tabla.
9170 \end_layout
9171
9172 \begin_layout Subsection
9173 Saltos de página forzados
9174 \begin_inset Index
9175 status collapsed
9176
9177 \begin_layout Plain Layout
9178 Tablas largas ! Saltos de página forzados
9179 \end_layout
9180
9181 \end_inset
9182
9183
9184 \end_layout
9185
9186 \begin_layout Standard
9187 Por omisión, las tablas sólo se cortan entre filas.
9188  Si tienes una celda con líneas múltiples y necesitas un salto de página
9189  dentro de la celda, inserta el comando de nueva línea «
9190 \series bold
9191
9192 \backslash
9193
9194 \backslash
9195
9196 \series default
9197 » en código TeX en el punto en que quieras cortar.
9198  Antes del comando «
9199 \series bold
9200
9201 \backslash
9202
9203 \backslash
9204
9205 \series default
9206 » debes insertar en código TeX tantos caracteres «
9207 \series bold
9208 &
9209 \series default
9210 » como columnas siguientes de la tabla.
9211  
9212 \series bold
9213 &
9214 \series default
9215  es el carácter para separar celdas.
9216  Escribe en código TeX después de cada 
9217 \series bold
9218 &
9219 \series default
9220  el contenido de la celda siguiente correspondiente y borra el contenido
9221  de esas celdas.
9222 \begin_inset Newline newline
9223 \end_inset
9224
9225 Detrás del comando 
9226 \series bold
9227
9228 \backslash
9229
9230 \backslash
9231
9232 \series default
9233 , inserta tantos 
9234 \series bold
9235 &
9236 \series default
9237  como columnas haya delante de la actual.
9238  En la tabla
9239 \begin_inset space ~
9240 \end_inset
9241
9242
9243 \begin_inset CommandInset ref
9244 LatexCommand ref
9245 reference "tab:Saltos de Página Forzados"
9246
9247 \end_inset
9248
9249  la celda que debería cortarse está en la segunda columna seguida de otra
9250  columna.
9251  Por eso el siguiente comando se inserta en la celda en código TeX detrás
9252  de «
9253 \emph on
9254 Castelchiodato,
9255 \emph default
9256 »:
9257 \end_layout
9258
9259 \begin_layout Standard
9260
9261 \series bold
9262 & 111
9263 \backslash
9264
9265 \backslash
9266
9267 \begin_inset Newline newline
9268 \end_inset
9269
9270 &
9271 \end_layout
9272
9273 \begin_layout Standard
9274 El «111» en la tercera columna de la fila se ha borrado.
9275  Si la fila más baja de la tabla larga no tiene, por alguna razón, línea
9276  superior pero quisieras una línea horizontal donde se corta la celda, usa
9277  este comando alternativo:
9278 \end_layout
9279
9280 \begin_layout Standard
9281
9282 \series bold
9283 & 111
9284 \backslash
9285
9286 \backslash
9287
9288 \begin_inset Newline newline
9289 \end_inset
9290
9291
9292 \backslash
9293 hline &
9294 \end_layout
9295
9296 \begin_layout Standard
9297 Cuando la celda a cortar está en la última columna, el comando
9298 \end_layout
9299
9300 \begin_layout Standard
9301
9302 \series bold
9303
9304 \backslash
9305 setlength{
9306 \backslash
9307 parfillskip}{0pt}
9308 \end_layout
9309
9310 \begin_layout Standard
9311 debe insertarse en código TeX al principio de la celda.
9312  Esto garantiza que la parte de la celda que será mostrada en la nueva página
9313  aparecerá con toda su anchura.
9314 \end_layout
9315
9316 \begin_layout Standard
9317 \align center
9318 \begin_inset Tabular
9319 <lyxtabular version="3" rows="39" columns="3">
9320 <features islongtable="true">
9321 <column alignment="left" valignment="top" width="0cm">
9322 <column alignment="left" valignment="top" width="3cm">
9323 <column alignment="right" valignment="top" width="0pt">
9324 <row endfirsthead="true" caption="true">
9325 <cell multicolumn="1" alignment="right" valignment="top" usebox="none">
9326 \begin_inset Text
9327
9328 \begin_layout Plain Layout
9329 \begin_inset Caption
9330
9331 \begin_layout Plain Layout
9332 Tabla con salto de página forzado en celda
9333 \begin_inset CommandInset label
9334 LatexCommand label
9335 name "tab:Saltos de Página Forzados"
9336
9337 \end_inset
9338
9339
9340 \begin_inset OptArg
9341 status collapsed
9342
9343 \begin_layout Plain Layout
9344 Tabla con salto de página forzado en celda
9345 \end_layout
9346
9347 \end_inset
9348
9349
9350 \end_layout
9351
9352 \end_inset
9353
9354
9355 \end_layout
9356
9357 \end_inset
9358 </cell>
9359 <cell multicolumn="2" alignment="center" valignment="top" rightline="true" usebox="none">
9360 \begin_inset Text
9361
9362 \begin_layout Plain Layout
9363
9364 \end_layout
9365
9366 \end_inset
9367 </cell>
9368 <cell multicolumn="2" alignment="center" valignment="top" rightline="true" usebox="none">
9369 \begin_inset Text
9370
9371 \begin_layout Plain Layout
9372
9373 \end_layout
9374
9375 \end_inset
9376 </cell>
9377 </row>
9378 <row endfirsthead="true">
9379 <cell multicolumn="1" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
9380 \begin_inset Text
9381
9382 \begin_layout Plain Layout
9383
9384 \series bold
9385 Ejemplo de lista telefónica (ignore los nombres)
9386 \end_layout
9387
9388 \end_inset
9389 </cell>
9390 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
9391 \begin_inset Text
9392
9393 \begin_layout Plain Layout
9394
9395 \end_layout
9396
9397 \end_inset
9398 </cell>
9399 <cell multicolumn="2" alignment="right" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
9400 \begin_inset Text
9401
9402 \begin_layout Plain Layout
9403
9404 \end_layout
9405
9406 \end_inset
9407 </cell>
9408 </row>
9409 <row endfirsthead="true">
9410 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
9411 \begin_inset Text
9412
9413 \begin_layout Plain Layout
9414
9415 \series bold
9416 NOMBRE
9417 \end_layout
9418
9419 \end_inset
9420 </cell>
9421 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
9422 \begin_inset Text
9423
9424 \begin_layout Plain Layout
9425
9426 \end_layout
9427
9428 \end_inset
9429 </cell>
9430 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
9431 \begin_inset Text
9432
9433 \begin_layout Plain Layout
9434
9435 \series bold
9436 TEL.
9437 \end_layout
9438
9439 \end_inset
9440 </cell>
9441 </row>
9442 <row endhead="true" caption="true">
9443 <cell multicolumn="1" alignment="center" valignment="top" usebox="none">
9444 \begin_inset Text
9445
9446 \begin_layout Plain Layout
9447 \begin_inset ERT
9448 status collapsed
9449
9450 \begin_layout Plain Layout
9451
9452
9453 \backslash
9454 caption*{Continúa tabla con salto de página forzado en celda}
9455 \backslash
9456
9457 \backslash
9458 %
9459 \end_layout
9460
9461 \end_inset
9462
9463
9464 \end_layout
9465
9466 \end_inset
9467 </cell>
9468 <cell multicolumn="2" alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
9469 \begin_inset Text
9470
9471 \begin_layout Plain Layout
9472
9473 \end_layout
9474
9475 \end_inset
9476 </cell>
9477 <cell multicolumn="2" alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
9478 \begin_inset Text
9479
9480 \begin_layout Plain Layout
9481
9482 \end_layout
9483
9484 \end_inset
9485 </cell>
9486 </row>
9487 <row endhead="true">
9488 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
9489 \begin_inset Text
9490
9491 \begin_layout Plain Layout
9492  
9493 \series bold
9494 Ejemplo de lista telefónica
9495 \end_layout
9496
9497 \end_inset
9498 </cell>
9499 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
9500 \begin_inset Text
9501
9502 \begin_layout Plain Layout
9503
9504 \end_layout
9505
9506 \end_inset
9507 </cell>
9508 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
9509 \begin_inset Text
9510
9511 \begin_layout Plain Layout
9512
9513 \end_layout
9514
9515 \end_inset
9516 </cell>
9517 </row>
9518 <row endhead="true">
9519 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
9520 \begin_inset Text
9521
9522 \begin_layout Plain Layout
9523
9524 \series bold
9525 NOMBRE
9526 \end_layout
9527
9528 \end_inset
9529 </cell>
9530 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
9531 \begin_inset Text
9532
9533 \begin_layout Plain Layout
9534
9535 \end_layout
9536
9537 \end_inset
9538 </cell>
9539 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
9540 \begin_inset Text
9541
9542 \begin_layout Plain Layout
9543
9544 \series bold
9545 TEL.
9546 \end_layout
9547
9548 \end_inset
9549 </cell>
9550 </row>
9551 <row endfoot="true">
9552 <cell multicolumn="1" alignment="right" valignment="top" topline="true" usebox="none">
9553 \begin_inset Text
9554
9555 \begin_layout Plain Layout
9556 continúa en página siguiente
9557 \end_layout
9558
9559 \end_inset
9560 </cell>
9561 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
9562 \begin_inset Text
9563
9564 \begin_layout Plain Layout
9565
9566 \end_layout
9567
9568 \end_inset
9569 </cell>
9570 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
9571 \begin_inset Text
9572
9573 \begin_layout Plain Layout
9574
9575 \end_layout
9576
9577 \end_inset
9578 </cell>
9579 </row>
9580 <row>
9581 <cell alignment="center" valignment="top" leftline="true" usebox="none">
9582 \begin_inset Text
9583
9584 \begin_layout Plain Layout
9585
9586 \series bold
9587 Annovi
9588 \end_layout
9589
9590 \end_inset
9591 </cell>
9592 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9593 \begin_inset Text
9594
9595 \begin_layout Plain Layout
9596 Silvia
9597 \end_layout
9598
9599 \end_inset
9600 </cell>
9601 <cell alignment="right" valignment="top" rightline="true" usebox="none">
9602 \begin_inset Text
9603
9604 \begin_layout Plain Layout
9605 111
9606 \end_layout
9607
9608 \end_inset
9609 </cell>
9610 </row>
9611 <row>
9612 <cell alignment="center" valignment="top" leftline="true" usebox="none">
9613 \begin_inset Text
9614
9615 \begin_layout Plain Layout
9616
9617 \series bold
9618 Bertoli
9619 \end_layout
9620
9621 \end_inset
9622 </cell>
9623 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9624 \begin_inset Text
9625
9626 \begin_layout Plain Layout
9627 Stefano
9628 \end_layout
9629
9630 \end_inset
9631 </cell>
9632 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9633 \begin_inset Text
9634
9635 \begin_layout Plain Layout
9636 111
9637 \end_layout
9638
9639 \end_inset
9640 </cell>
9641 </row>
9642 <row>
9643 <cell alignment="center" valignment="top" leftline="true" usebox="none">
9644 \begin_inset Text
9645
9646 \begin_layout Plain Layout
9647
9648 \series bold
9649 Bozzi
9650 \end_layout
9651
9652 \end_inset
9653 </cell>
9654 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9655 \begin_inset Text
9656
9657 \begin_layout Plain Layout
9658 Walter
9659 \end_layout
9660
9661 \end_inset
9662 </cell>
9663 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9664 \begin_inset Text
9665
9666 \begin_layout Plain Layout
9667 111
9668 \end_layout
9669
9670 \end_inset
9671 </cell>
9672 </row>
9673 <row>
9674 <cell alignment="center" valignment="top" leftline="true" usebox="none">
9675 \begin_inset Text
9676
9677 \begin_layout Plain Layout
9678
9679 \series bold
9680 Cachia
9681 \end_layout
9682
9683 \end_inset
9684 </cell>
9685 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9686 \begin_inset Text
9687
9688 \begin_layout Plain Layout
9689 Maria
9690 \end_layout
9691
9692 \end_inset
9693 </cell>
9694 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9695 \begin_inset Text
9696
9697 \begin_layout Plain Layout
9698 111
9699 \end_layout
9700
9701 \end_inset
9702 </cell>
9703 </row>
9704 <row>
9705 <cell alignment="center" valignment="top" leftline="true" usebox="none">
9706 \begin_inset Text
9707
9708 \begin_layout Plain Layout
9709
9710 \series bold
9711 Cachia
9712 \end_layout
9713
9714 \end_inset
9715 </cell>
9716 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9717 \begin_inset Text
9718
9719 \begin_layout Plain Layout
9720 Maurizio
9721 \end_layout
9722
9723 \end_inset
9724 </cell>
9725 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9726 \begin_inset Text
9727
9728 \begin_layout Plain Layout
9729 111
9730 \end_layout
9731
9732 \end_inset
9733 </cell>
9734 </row>
9735 <row>
9736 <cell alignment="center" valignment="top" leftline="true" usebox="none">
9737 \begin_inset Text
9738
9739 \begin_layout Plain Layout
9740
9741 \series bold
9742 Cinquemani
9743 \end_layout
9744
9745 \end_inset
9746 </cell>
9747 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9748 \begin_inset Text
9749
9750 \begin_layout Plain Layout
9751 Giusi
9752 \end_layout
9753
9754 \end_inset
9755 </cell>
9756 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9757 \begin_inset Text
9758
9759 \begin_layout Plain Layout
9760 111
9761 \end_layout
9762
9763 \end_inset
9764 </cell>
9765 </row>
9766 <row>
9767 <cell alignment="center" valignment="top" leftline="true" usebox="none">
9768 \begin_inset Text
9769
9770 \begin_layout Plain Layout
9771
9772 \series bold
9773 Colin
9774 \end_layout
9775
9776 \end_inset
9777 </cell>
9778 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9779 \begin_inset Text
9780
9781 \begin_layout Plain Layout
9782 Bernard
9783 \end_layout
9784
9785 \end_inset
9786 </cell>
9787 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9788 \begin_inset Text
9789
9790 \begin_layout Plain Layout
9791 111
9792 \end_layout
9793
9794 \end_inset
9795 </cell>
9796 </row>
9797 <row>
9798 <cell alignment="center" valignment="top" leftline="true" usebox="none">
9799 \begin_inset Text
9800
9801 \begin_layout Plain Layout
9802
9803 \series bold
9804 Concli
9805 \end_layout
9806
9807 \end_inset
9808 </cell>
9809 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9810 \begin_inset Text
9811
9812 \begin_layout Plain Layout
9813 Gianfranco
9814 \end_layout
9815
9816 \end_inset
9817 </cell>
9818 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9819 \begin_inset Text
9820
9821 \begin_layout Plain Layout
9822 111
9823 \end_layout
9824
9825 \end_inset
9826 </cell>
9827 </row>
9828 <row>
9829 <cell alignment="center" valignment="top" leftline="true" usebox="none">
9830 \begin_inset Text
9831
9832 \begin_layout Plain Layout
9833
9834 \series bold
9835 Dal Bosco
9836 \end_layout
9837
9838 \end_inset
9839 </cell>
9840 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9841 \begin_inset Text
9842
9843 \begin_layout Plain Layout
9844 Carolina
9845 \end_layout
9846
9847 \end_inset
9848 </cell>
9849 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9850 \begin_inset Text
9851
9852 \begin_layout Plain Layout
9853 111
9854 \end_layout
9855
9856 \end_inset
9857 </cell>
9858 </row>
9859 <row>
9860 <cell alignment="center" valignment="top" leftline="true" usebox="none">
9861 \begin_inset Text
9862
9863 \begin_layout Plain Layout
9864
9865 \series bold
9866 Dalpiaz
9867 \end_layout
9868
9869 \end_inset
9870 </cell>
9871 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9872 \begin_inset Text
9873
9874 \begin_layout Plain Layout
9875 Annamaria
9876 \end_layout
9877
9878 \end_inset
9879 </cell>
9880 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9881 \begin_inset Text
9882
9883 \begin_layout Plain Layout
9884 111
9885 \end_layout
9886
9887 \end_inset
9888 </cell>
9889 </row>
9890 <row>
9891 <cell alignment="center" valignment="top" leftline="true" usebox="none">
9892 \begin_inset Text
9893
9894 \begin_layout Plain Layout
9895
9896 \series bold
9897 Feliciello
9898 \end_layout
9899
9900 \end_inset
9901 </cell>
9902 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9903 \begin_inset Text
9904
9905 \begin_layout Plain Layout
9906 Domenico
9907 \end_layout
9908
9909 \end_inset
9910 </cell>
9911 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9912 \begin_inset Text
9913
9914 \begin_layout Plain Layout
9915 111
9916 \end_layout
9917
9918 \end_inset
9919 </cell>
9920 </row>
9921 <row>
9922 <cell alignment="center" valignment="top" leftline="true" usebox="none">
9923 \begin_inset Text
9924
9925 \begin_layout Plain Layout
9926
9927 \series bold
9928 Focarelli
9929 \end_layout
9930
9931 \end_inset
9932 </cell>
9933 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9934 \begin_inset Text
9935
9936 \begin_layout Plain Layout
9937 Paola
9938 \end_layout
9939
9940 \end_inset
9941 </cell>
9942 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9943 \begin_inset Text
9944
9945 \begin_layout Plain Layout
9946 111
9947 \end_layout
9948
9949 \end_inset
9950 </cell>
9951 </row>
9952 <row>
9953 <cell alignment="center" valignment="top" leftline="true" usebox="none">
9954 \begin_inset Text
9955
9956 \begin_layout Plain Layout
9957
9958 \series bold
9959 Galletti
9960 \end_layout
9961
9962 \end_inset
9963 </cell>
9964 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9965 \begin_inset Text
9966
9967 \begin_layout Plain Layout
9968 Oreste
9969 \end_layout
9970
9971 \end_inset
9972 </cell>
9973 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9974 \begin_inset Text
9975
9976 \begin_layout Plain Layout
9977 111
9978 \end_layout
9979
9980 \end_inset
9981 </cell>
9982 </row>
9983 <row>
9984 <cell alignment="center" valignment="top" leftline="true" usebox="none">
9985 \begin_inset Text
9986
9987 \begin_layout Plain Layout
9988
9989 \series bold
9990 Gasparini
9991 \end_layout
9992
9993 \end_inset
9994 </cell>
9995 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9996 \begin_inset Text
9997
9998 \begin_layout Plain Layout
9999 Franca
10000 \end_layout
10001
10002 \end_inset
10003 </cell>
10004 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10005 \begin_inset Text
10006
10007 \begin_layout Plain Layout
10008 111
10009 \end_layout
10010
10011 \end_inset
10012 </cell>
10013 </row>
10014 <row>
10015 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10016 \begin_inset Text
10017
10018 \begin_layout Plain Layout
10019
10020 \series bold
10021 Lassini
10022 \end_layout
10023
10024 \end_inset
10025 </cell>
10026 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10027 \begin_inset Text
10028
10029 \begin_layout Plain Layout
10030 Giancarlo, 11.
10031  Fürst von Montecompatri, 11.
10032  Fürst von Sulmona und Vivaro, 10.
10033  Fürst von Rossano, 5.
10034  Herzog von Canemorte, 11.
10035  Herzog von Palombara, 5.
10036  Herzog von Castelchiodato,
10037 \begin_inset ERT
10038 status open
10039
10040 \begin_layout Plain Layout
10041
10042 & 111
10043 \backslash
10044
10045 \backslash
10046
10047 \end_layout
10048
10049 \begin_layout Plain Layout
10050
10051 &
10052 \end_layout
10053
10054 \end_inset
10055
10056  11.
10057  Herzog von Poggionativo, 11.
10058  Markis von Mentana, Norma, Civitella, Pratica, Moricone und Percille, 11.
10059  Graf von Valinfreda, 11.
10060  Baron von Cropalati, 11.
10061  Herr von Scarpa, Edelmann von Rom, Patrizier von Venedig, Neapel und Genua
10062 \end_layout
10063
10064 \end_inset
10065 </cell>
10066 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10067 \begin_inset Text
10068
10069 \begin_layout Plain Layout
10070
10071 \end_layout
10072
10073 \end_inset
10074 </cell>
10075 </row>
10076 <row>
10077 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10078 \begin_inset Text
10079
10080 \begin_layout Plain Layout
10081
10082 \series bold
10083 Malfatti
10084 \end_layout
10085
10086 \end_inset
10087 </cell>
10088 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10089 \begin_inset Text
10090
10091 \begin_layout Plain Layout
10092 Luciano
10093 \end_layout
10094
10095 \end_inset
10096 </cell>
10097 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10098 \begin_inset Text
10099
10100 \begin_layout Plain Layout
10101 111
10102 \end_layout
10103
10104 \end_inset
10105 </cell>
10106 </row>
10107 <row>
10108 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10109 \begin_inset Text
10110
10111 \begin_layout Plain Layout
10112
10113 \series bold
10114 Malfatti
10115 \end_layout
10116
10117 \end_inset
10118 </cell>
10119 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10120 \begin_inset Text
10121
10122 \begin_layout Plain Layout
10123 Valeriano
10124 \end_layout
10125
10126 \end_inset
10127 </cell>
10128 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10129 \begin_inset Text
10130
10131 \begin_layout Plain Layout
10132 111
10133 \end_layout
10134
10135 \end_inset
10136 </cell>
10137 </row>
10138 <row>
10139 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10140 \begin_inset Text
10141
10142 \begin_layout Plain Layout
10143
10144 \series bold
10145 Meneguzzo
10146 \end_layout
10147
10148 \end_inset
10149 </cell>
10150 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10151 \begin_inset Text
10152
10153 \begin_layout Plain Layout
10154 Roberto
10155 \end_layout
10156
10157 \end_inset
10158 </cell>
10159 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10160 \begin_inset Text
10161
10162 \begin_layout Plain Layout
10163 111
10164 \end_layout
10165
10166 \end_inset
10167 </cell>
10168 </row>
10169 <row>
10170 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10171 \begin_inset Text
10172
10173 \begin_layout Plain Layout
10174
10175 \series bold
10176 Mezzadra
10177 \end_layout
10178
10179 \end_inset
10180 </cell>
10181 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10182 \begin_inset Text
10183
10184 \begin_layout Plain Layout
10185 Roberto
10186 \end_layout
10187
10188 \end_inset
10189 </cell>
10190 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10191 \begin_inset Text
10192
10193 \begin_layout Plain Layout
10194 111
10195 \end_layout
10196
10197 \end_inset
10198 </cell>
10199 </row>
10200 <row>
10201 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10202 \begin_inset Text
10203
10204 \begin_layout Plain Layout
10205
10206 \series bold
10207 Pirpamer
10208 \end_layout
10209
10210 \end_inset
10211 </cell>
10212 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10213 \begin_inset Text
10214
10215 \begin_layout Plain Layout
10216 Erich
10217 \end_layout
10218
10219 \end_inset
10220 </cell>
10221 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10222 \begin_inset Text
10223
10224 \begin_layout Plain Layout
10225 111
10226 \end_layout
10227
10228 \end_inset
10229 </cell>
10230 </row>
10231 <row>
10232 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10233 \begin_inset Text
10234
10235 \begin_layout Plain Layout
10236
10237 \series bold
10238 Pochiesa
10239 \end_layout
10240
10241 \end_inset
10242 </cell>
10243 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10244 \begin_inset Text
10245
10246 \begin_layout Plain Layout
10247 Paolo
10248 \end_layout
10249
10250 \end_inset
10251 </cell>
10252 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10253 \begin_inset Text
10254
10255 \begin_layout Plain Layout
10256 111, 222
10257 \end_layout
10258
10259 \end_inset
10260 </cell>
10261 </row>
10262 <row>
10263 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10264 \begin_inset Text
10265
10266 \begin_layout Plain Layout
10267
10268 \series bold
10269 Radina
10270 \end_layout
10271
10272 \end_inset
10273 </cell>
10274 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10275 \begin_inset Text
10276
10277 \begin_layout Plain Layout
10278 Claudio
10279 \end_layout
10280
10281 \end_inset
10282 </cell>
10283 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10284 \begin_inset Text
10285
10286 \begin_layout Plain Layout
10287 111
10288 \end_layout
10289
10290 \end_inset
10291 </cell>
10292 </row>
10293 <row>
10294 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10295 \begin_inset Text
10296
10297 \begin_layout Plain Layout
10298
10299 \series bold
10300 Rizzardi
10301 \end_layout
10302
10303 \end_inset
10304 </cell>
10305 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10306 \begin_inset Text
10307
10308 \begin_layout Plain Layout
10309 Paolo
10310 \end_layout
10311
10312 \end_inset
10313 </cell>
10314 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10315 \begin_inset Text
10316
10317 \begin_layout Plain Layout
10318 111
10319 \end_layout
10320
10321 \end_inset
10322 </cell>
10323 </row>
10324 <row>
10325 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10326 \begin_inset Text
10327
10328 \begin_layout Plain Layout
10329
10330 \series bold
10331 Stuffer
10332 \end_layout
10333
10334 \end_inset
10335 </cell>
10336 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10337 \begin_inset Text
10338
10339 \begin_layout Plain Layout
10340 Oskar
10341 \end_layout
10342
10343 \end_inset
10344 </cell>
10345 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10346 \begin_inset Text
10347
10348 \begin_layout Plain Layout
10349 111
10350 \end_layout
10351
10352 \end_inset
10353 </cell>
10354 </row>
10355 <row>
10356 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10357 \begin_inset Text
10358
10359 \begin_layout Plain Layout
10360
10361 \series bold
10362 Tacchelli
10363 \end_layout
10364
10365 \end_inset
10366 </cell>
10367 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10368 \begin_inset Text
10369
10370 \begin_layout Plain Layout
10371 Ugo
10372 \end_layout
10373
10374 \end_inset
10375 </cell>
10376 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10377 \begin_inset Text
10378
10379 \begin_layout Plain Layout
10380 111
10381 \end_layout
10382
10383 \end_inset
10384 </cell>
10385 </row>
10386 <row>
10387 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10388 \begin_inset Text
10389
10390 \begin_layout Plain Layout
10391
10392 \series bold
10393 Tezzele
10394 \end_layout
10395
10396 \end_inset
10397 </cell>
10398 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10399 \begin_inset Text
10400
10401 \begin_layout Plain Layout
10402 Margit
10403 \end_layout
10404
10405 \end_inset
10406 </cell>
10407 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10408 \begin_inset Text
10409
10410 \begin_layout Plain Layout
10411 111
10412 \end_layout
10413
10414 \end_inset
10415 </cell>
10416 </row>
10417 <row>
10418 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10419 \begin_inset Text
10420
10421 \begin_layout Plain Layout
10422
10423 \series bold
10424 Unterkalmsteiner
10425 \end_layout
10426
10427 \end_inset
10428 </cell>
10429 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10430 \begin_inset Text
10431
10432 \begin_layout Plain Layout
10433 Frieda
10434 \end_layout
10435
10436 \end_inset
10437 </cell>
10438 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10439 \begin_inset Text
10440
10441 \begin_layout Plain Layout
10442 111
10443 \end_layout
10444
10445 \end_inset
10446 </cell>
10447 </row>
10448 <row>
10449 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10450 \begin_inset Text
10451
10452 \begin_layout Plain Layout
10453
10454 \series bold
10455 Vieider
10456 \end_layout
10457
10458 \end_inset
10459 </cell>
10460 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10461 \begin_inset Text
10462
10463 \begin_layout Plain Layout
10464 Hilde
10465 \end_layout
10466
10467 \end_inset
10468 </cell>
10469 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10470 \begin_inset Text
10471
10472 \begin_layout Plain Layout
10473 111
10474 \end_layout
10475
10476 \end_inset
10477 </cell>
10478 </row>
10479 <row>
10480 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10481 \begin_inset Text
10482
10483 \begin_layout Plain Layout
10484
10485 \series bold
10486 Vigna
10487 \end_layout
10488
10489 \end_inset
10490 </cell>
10491 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10492 \begin_inset Text
10493
10494 \begin_layout Plain Layout
10495 Jürgen
10496 \end_layout
10497
10498 \end_inset
10499 </cell>
10500 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10501 \begin_inset Text
10502
10503 \begin_layout Plain Layout
10504 111
10505 \end_layout
10506
10507 \end_inset
10508 </cell>
10509 </row>
10510 <row>
10511 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10512 \begin_inset Text
10513
10514 \begin_layout Plain Layout
10515
10516 \series bold
10517 Weber
10518 \end_layout
10519
10520 \end_inset
10521 </cell>
10522 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10523 \begin_inset Text
10524
10525 \begin_layout Plain Layout
10526 Maurizio
10527 \end_layout
10528
10529 \end_inset
10530 </cell>
10531 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10532 \begin_inset Text
10533
10534 \begin_layout Plain Layout
10535 111
10536 \end_layout
10537
10538 \end_inset
10539 </cell>
10540 </row>
10541 <row>
10542 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
10543 \begin_inset Text
10544
10545 \begin_layout Plain Layout
10546
10547 \series bold
10548 Winkler
10549 \end_layout
10550
10551 \end_inset
10552 </cell>
10553 <cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
10554 \begin_inset Text
10555
10556 \begin_layout Plain Layout
10557 Franz
10558 \end_layout
10559
10560 \end_inset
10561 </cell>
10562 <cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
10563 \begin_inset Text
10564
10565 \begin_layout Plain Layout
10566 111
10567 \end_layout
10568
10569 \end_inset
10570 </cell>
10571 </row>
10572 <row endlastfoot="true">
10573 <cell multicolumn="1" alignment="left" valignment="top" usebox="none">
10574 \begin_inset Text
10575
10576 \begin_layout Plain Layout
10577
10578 \end_layout
10579
10580 \end_inset
10581 </cell>
10582 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
10583 \begin_inset Text
10584
10585 \begin_layout Plain Layout
10586
10587 \end_layout
10588
10589 \end_inset
10590 </cell>
10591 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
10592 \begin_inset Text
10593
10594 \begin_layout Plain Layout
10595
10596 \end_layout
10597
10598 \end_inset
10599 </cell>
10600 </row>
10601 </lyxtabular>
10602
10603 \end_inset
10604
10605
10606 \end_layout
10607
10608 \begin_layout Section
10609 Líneas múltiples en columnas y filas
10610 \end_layout
10611
10612 \begin_layout Subsection
10613 Líneas múltiples en celdas
10614 \begin_inset CommandInset label
10615 LatexCommand label
10616 name "sub:Líneas-Múltiples-en"
10617
10618 \end_inset
10619
10620
10621 \begin_inset Index
10622 status collapsed
10623
10624 \begin_layout Plain Layout
10625 Líneas múltiples en celdas
10626 \end_layout
10627
10628 \end_inset
10629
10630
10631 \begin_inset Index
10632 status collapsed
10633
10634 \begin_layout Plain Layout
10635 Tablas ! Saltos de línea
10636 \end_layout
10637
10638 \end_inset
10639
10640
10641 \end_layout
10642
10643 \begin_layout Standard
10644 \align center
10645 \begin_inset Float table
10646 placement H
10647 wide false
10648 sideways false
10649 status collapsed
10650
10651 \begin_layout Plain Layout
10652 \begin_inset Caption
10653
10654 \begin_layout Plain Layout
10655 \begin_inset CommandInset label
10656 LatexCommand label
10657 name "tab:Tabla-con-múltiples"
10658
10659 \end_inset
10660
10661 Tabla con líneas múltiples en celda
10662 \end_layout
10663
10664 \end_inset
10665
10666
10667 \end_layout
10668
10669 \begin_layout Plain Layout
10670 \align center
10671 \begin_inset Tabular
10672 <lyxtabular version="3" rows="3" columns="3">
10673 <features>
10674 <column alignment="center" valignment="middle" width="2.5cm">
10675 <column alignment="center" valignment="middle" width="0">
10676 <column alignment="center" valignment="middle" width="0">
10677 <row>
10678 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
10679 \begin_inset Text
10680
10681 \begin_layout Plain Layout
10682 líneas
10683 \begin_inset Newline linebreak
10684 \end_inset
10685
10686 múltiples
10687 \end_layout
10688
10689 \end_inset
10690 </cell>
10691 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
10692 \begin_inset Text
10693
10694 \begin_layout Plain Layout
10695 b
10696 \end_layout
10697
10698 \end_inset
10699 </cell>
10700 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
10701 \begin_inset Text
10702
10703 \begin_layout Plain Layout
10704 c
10705 \end_layout
10706
10707 \end_inset
10708 </cell>
10709 </row>
10710 <row>
10711 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
10712 \begin_inset Text
10713
10714 \begin_layout Plain Layout
10715 d
10716 \end_layout
10717
10718 \end_inset
10719 </cell>
10720 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
10721 \begin_inset Text
10722
10723 \begin_layout Plain Layout
10724 e
10725 \end_layout
10726
10727 \end_inset
10728 </cell>
10729 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
10730 \begin_inset Text
10731
10732 \begin_layout Plain Layout
10733 f
10734 \end_layout
10735
10736 \end_inset
10737 </cell>
10738 </row>
10739 <row>
10740 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
10741 \begin_inset Text
10742
10743 \begin_layout Plain Layout
10744 g
10745 \end_layout
10746
10747 \end_inset
10748 </cell>
10749 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
10750 \begin_inset Text
10751
10752 \begin_layout Plain Layout
10753 h
10754 \end_layout
10755
10756 \end_inset
10757 </cell>
10758 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
10759 \begin_inset Text
10760
10761 \begin_layout Plain Layout
10762 i
10763 \end_layout
10764
10765 \end_inset
10766 </cell>
10767 </row>
10768 </lyxtabular>
10769
10770 \end_inset
10771
10772
10773 \end_layout
10774
10775 \end_inset
10776
10777
10778 \end_layout
10779
10780 \begin_layout Standard
10781 Al ajustar anchura fija en una columna se habilita la entrada de texto como
10782  párrafos con varias líneas y guionado.
10783 \end_layout
10784
10785 \begin_layout Standard
10786 Para generar la tabla
10787 \begin_inset space ~
10788 \end_inset
10789
10790
10791 \begin_inset CommandInset ref
10792 LatexCommand ref
10793 reference "tab:Tabla-con-múltiples"
10794
10795 \end_inset
10796
10797 , crea una tabla 3×3, marca la primera celda y clic-derecha sobre ella.
10798  En el diálogo que surge establece una anchura de 2.5
10799 \begin_inset space \thinspace{}
10800 \end_inset
10801
10802 cm y escoge centro en alineación vertical y horizontal.
10803  La alineación vertical se utiliza para todas las celdas de la fila.
10804  Como nuestro texto es menor de 2.5
10805 \begin_inset space \thinspace{}
10806 \end_inset
10807
10808 cm, sólo aparece una línea.
10809  Para poner dos añadimos un salto de línea justificado, (atajo 
10810 \family sans
10811 Ctrl-Mayúsculas-Retorno
10812 \family default
10813 ).
10814  Si el texto es más ancho que la celda será automáticamente dividido en
10815  líneas.
10816 \end_layout
10817
10818 \begin_layout Standard
10819 Si hay una palabra larga en una celda con anchura fija, LaTeX no puede cortarla
10820  con guión si es la primera entrada.
10821  Por eso hay que insertar algo para que dicha palabra no sea la primera
10822  entrada: añade un espacio horizontal de 0
10823 \begin_inset space \thinspace{}
10824 \end_inset
10825
10826 pt delante de la palabra.
10827  Como el espacio es 0 la salida no cambia.
10828  La tabla
10829 \begin_inset space ~
10830 \end_inset
10831
10832
10833 \begin_inset CommandInset ref
10834 LatexCommand ref
10835 reference "tab:Tabla-con-y"
10836
10837 \end_inset
10838
10839  muestra el efecto.
10840 \end_layout
10841
10842 \begin_layout Standard
10843 \begin_inset Float table
10844 placement b
10845 wide false
10846 sideways false
10847 status open
10848
10849 \begin_layout Plain Layout
10850 \begin_inset Caption
10851
10852 \begin_layout Plain Layout
10853 \begin_inset CommandInset label
10854 LatexCommand label
10855 name "tab:Tabla-con-y"
10856
10857 \end_inset
10858
10859 Tablas con y sin guión
10860 \end_layout
10861
10862 \end_inset
10863
10864
10865 \end_layout
10866
10867 \begin_layout Plain Layout
10868 \begin_inset space \hfill{}
10869 \end_inset
10870
10871
10872 \begin_inset Tabular
10873 <lyxtabular version="3" rows="3" columns="3">
10874 <features>
10875 <column alignment="center" valignment="middle" width="2.5cm">
10876 <column alignment="center" valignment="middle" width="0">
10877 <column alignment="center" valignment="middle" width="0">
10878 <row>
10879 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
10880 \begin_inset Text
10881
10882 \begin_layout Plain Layout
10883 celdaconpalabramuylarga
10884 \end_layout
10885
10886 \end_inset
10887 </cell>
10888 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
10889 \begin_inset Text
10890
10891 \begin_layout Plain Layout
10892 b
10893 \end_layout
10894
10895 \end_inset
10896 </cell>
10897 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
10898 \begin_inset Text
10899
10900 \begin_layout Plain Layout
10901 c
10902 \end_layout
10903
10904 \end_inset
10905 </cell>
10906 </row>
10907 <row>
10908 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
10909 \begin_inset Text
10910
10911 \begin_layout Plain Layout
10912 d
10913 \end_layout
10914
10915 \end_inset
10916 </cell>
10917 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
10918 \begin_inset Text
10919
10920 \begin_layout Plain Layout
10921 e
10922 \end_layout
10923
10924 \end_inset
10925 </cell>
10926 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
10927 \begin_inset Text
10928
10929 \begin_layout Plain Layout
10930 f
10931 \end_layout
10932
10933 \end_inset
10934 </cell>
10935 </row>
10936 <row>
10937 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
10938 \begin_inset Text
10939
10940 \begin_layout Plain Layout
10941 g
10942 \end_layout
10943
10944 \end_inset
10945 </cell>
10946 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
10947 \begin_inset Text
10948
10949 \begin_layout Plain Layout
10950 h
10951 \end_layout
10952
10953 \end_inset
10954 </cell>
10955 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
10956 \begin_inset Text
10957
10958 \begin_layout Plain Layout
10959 i
10960 \end_layout
10961
10962 \end_inset
10963 </cell>
10964 </row>
10965 </lyxtabular>
10966
10967 \end_inset
10968
10969
10970 \begin_inset space \hfill{}
10971 \end_inset
10972
10973
10974 \begin_inset Tabular
10975 <lyxtabular version="3" rows="3" columns="3">
10976 <features>
10977 <column alignment="center" valignment="middle" width="2.5cm">
10978 <column alignment="center" valignment="middle" width="0">
10979 <column alignment="center" valignment="middle" width="0">
10980 <row>
10981 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
10982 \begin_inset Text
10983
10984 \begin_layout Plain Layout
10985 \begin_inset space \hspace{}
10986 \length 0pt
10987 \end_inset
10988
10989 celdaconpalabramuylarga
10990 \end_layout
10991
10992 \end_inset
10993 </cell>
10994 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
10995 \begin_inset Text
10996
10997 \begin_layout Plain Layout
10998 b
10999 \end_layout
11000
11001 \end_inset
11002 </cell>
11003 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
11004 \begin_inset Text
11005
11006 \begin_layout Plain Layout
11007 c
11008 \end_layout
11009
11010 \end_inset
11011 </cell>
11012 </row>
11013 <row>
11014 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11015 \begin_inset Text
11016
11017 \begin_layout Plain Layout
11018 d
11019 \end_layout
11020
11021 \end_inset
11022 </cell>
11023 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11024 \begin_inset Text
11025
11026 \begin_layout Plain Layout
11027 e
11028 \end_layout
11029
11030 \end_inset
11031 </cell>
11032 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
11033 \begin_inset Text
11034
11035 \begin_layout Plain Layout
11036 f
11037 \end_layout
11038
11039 \end_inset
11040 </cell>
11041 </row>
11042 <row>
11043 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11044 \begin_inset Text
11045
11046 \begin_layout Plain Layout
11047 g
11048 \end_layout
11049
11050 \end_inset
11051 </cell>
11052 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11053 \begin_inset Text
11054
11055 \begin_layout Plain Layout
11056 h
11057 \end_layout
11058
11059 \end_inset
11060 </cell>
11061 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
11062 \begin_inset Text
11063
11064 \begin_layout Plain Layout
11065 i
11066 \end_layout
11067
11068 \end_inset
11069 </cell>
11070 </row>
11071 </lyxtabular>
11072
11073 \end_inset
11074
11075
11076 \begin_inset space \hfill{}
11077 \end_inset
11078
11079
11080 \end_layout
11081
11082 \end_inset
11083
11084
11085 \begin_inset Newpage newpage
11086 \end_inset
11087
11088
11089 \end_layout
11090
11091 \begin_layout Subsection
11092 Multicolumnas
11093 \begin_inset CommandInset label
11094 LatexCommand label
11095 name "sub:Multicolumnas"
11096
11097 \end_inset
11098
11099
11100 \begin_inset Index
11101 status collapsed
11102
11103 \begin_layout Plain Layout
11104 Multicolumnas
11105 \end_layout
11106
11107 \end_inset
11108
11109
11110 \begin_inset Index
11111 status collapsed
11112
11113 \begin_layout Plain Layout
11114 Tablas ! Multicolumnas
11115 \end_layout
11116
11117 \end_inset
11118
11119
11120 \end_layout
11121
11122 \begin_layout Subsubsection
11123 Fundamentos de multicolumna
11124 \end_layout
11125
11126 \begin_layout Standard
11127 Para extender una celda sobre varias columnas, se marcan las celdas que
11128  se desee combinar y se usa el botón 
11129 \begin_inset Graphics
11130         filename ../../images/tabular-feature_multicolumn.png
11131         scale 85
11132
11133 \end_inset
11134
11135 , el menú 
11136 \family sans
11137 Editar\SpecialChar \menuseparator
11138 Tabla\SpecialChar \menuseparator
11139 Multicolumna
11140 \family default
11141 , o clic-derecha sobre las celdas marcadas y se selecciona en el diálogo,
11142  bajo la solapa 
11143 \family sans
11144 Configuración
11145 \family default
11146 , la casilla Multicolumna.
11147 \end_layout
11148
11149 \begin_layout Standard
11150 Las multicolumnas tienen su propia configuración de celdas.
11151  Esto es, los cambios de bordes, alineación y anchura sólo afectan a la
11152  multicolumna.
11153  Aquí hay un ejemplo de tabla con una multicolumna en la primera fila y
11154  otra en la última fila sin borde superior:
11155 \end_layout
11156
11157 \begin_layout Standard
11158 \align center
11159 \begin_inset Tabular
11160 <lyxtabular version="3" rows="3" columns="4">
11161 <features firstHeadTopDL="true" firstHeadBottomDL="true">
11162 <column alignment="center" valignment="top" width="0pt">
11163 <column alignment="center" valignment="middle" width="0">
11164 <column alignment="center" valignment="top" width="0in">
11165 <column alignment="center" valignment="top" width="0pt">
11166 <row>
11167 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11168 \begin_inset Text
11169
11170 \begin_layout Plain Layout
11171 abc
11172 \end_layout
11173
11174 \end_inset
11175 </cell>
11176 <cell multicolumn="1" alignment="center" valignment="middle" topline="true" bottomline="true" leftline="true" usebox="none">
11177 \begin_inset Text
11178
11179 \begin_layout Plain Layout
11180 def ghi
11181 \end_layout
11182
11183 \end_inset
11184 </cell>
11185 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11186 \begin_inset Text
11187
11188 \begin_layout Plain Layout
11189
11190 \end_layout
11191
11192 \end_inset
11193 </cell>
11194 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
11195 \begin_inset Text
11196
11197 \begin_layout Plain Layout
11198 jkl
11199 \end_layout
11200
11201 \end_inset
11202 </cell>
11203 </row>
11204 <row>
11205 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11206 \begin_inset Text
11207
11208 \begin_layout Plain Layout
11209
11210 \family roman
11211 \series medium
11212 \shape up
11213 \size normal
11214 \emph off
11215 \bar no
11216 \noun off
11217 \color none
11218 A
11219 \end_layout
11220
11221 \end_inset
11222 </cell>
11223 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11224 \begin_inset Text
11225
11226 \begin_layout Plain Layout
11227 B
11228 \end_layout
11229
11230 \end_inset
11231 </cell>
11232 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11233 \begin_inset Text
11234
11235 \begin_layout Plain Layout
11236 C
11237 \end_layout
11238
11239 \end_inset
11240 </cell>
11241 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
11242 \begin_inset Text
11243
11244 \begin_layout Plain Layout
11245 D
11246 \end_layout
11247
11248 \end_inset
11249 </cell>
11250 </row>
11251 <row>
11252 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11253 \begin_inset Text
11254
11255 \begin_layout Plain Layout
11256 1
11257 \end_layout
11258
11259 \end_inset
11260 </cell>
11261 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
11262 \begin_inset Text
11263
11264 \begin_layout Plain Layout
11265 2
11266 \end_layout
11267
11268 \end_inset
11269 </cell>
11270 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11271 \begin_inset Text
11272
11273 \begin_layout Plain Layout
11274 3
11275 \end_layout
11276
11277 \end_inset
11278 </cell>
11279 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
11280 \begin_inset Text
11281
11282 \begin_layout Plain Layout
11283 4
11284 \end_layout
11285
11286 \end_inset
11287 </cell>
11288 </row>
11289 </lyxtabular>
11290
11291 \end_inset
11292
11293
11294 \end_layout
11295
11296 \begin_layout Subsubsection
11297 Cálculos en multicolumnas
11298 \begin_inset CommandInset label
11299 LatexCommand label
11300 name "sub:Cálculos-en-Multicolumnas"
11301
11302 \end_inset
11303
11304
11305 \begin_inset Index
11306 status collapsed
11307
11308 \begin_layout Plain Layout
11309 Multicolumnas ! Cálculos
11310 \end_layout
11311
11312 \end_inset
11313
11314
11315 \end_layout
11316
11317 \begin_layout Standard
11318 LyX soporta multicolumnas directamente, pero hay que prestar atención a
11319  la anchura de celda de las columnas combinadas en la celda multicolumna.
11320 \end_layout
11321
11322 \begin_layout Standard
11323 \begin_inset Float table
11324 placement h
11325 wide false
11326 sideways false
11327 status open
11328
11329 \begin_layout Plain Layout
11330 \begin_inset Caption
11331
11332 \begin_layout Plain Layout
11333 \begin_inset CommandInset label
11334 LatexCommand label
11335 name "tab:Tabla-con-centrado"
11336
11337 \end_inset
11338
11339 Tabla con texto centrado en multicolumna sobre dos columnas que tienen exactamen
11340 te la mitad de anchura que la celda multicolumna
11341 \begin_inset OptArg
11342 status collapsed
11343
11344 \begin_layout Plain Layout
11345 Tabla multicolumna perfecta
11346 \end_layout
11347
11348 \end_inset
11349
11350
11351 \end_layout
11352
11353 \end_inset
11354
11355
11356 \end_layout
11357
11358 \begin_layout Plain Layout
11359 \align center
11360 \begin_inset Tabular
11361 <lyxtabular version="3" rows="3" columns="3">
11362 <features>
11363 <column alignment="center" valignment="middle" width="0" special=">{\centering}m{1.25cm-6.2pt}">
11364 <column alignment="center" valignment="middle" width="0">
11365 <column alignment="center" valignment="top" width="0">
11366 <row>
11367 <cell multicolumn="1" alignment="center" valignment="middle" topline="true" leftline="true" usebox="none" special=">{\centering}m{2.5cm}">
11368 \begin_inset Text
11369
11370 \begin_layout Plain Layout
11371 multicolumna línea múltiple
11372 \end_layout
11373
11374 \end_inset
11375 </cell>
11376 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11377 \begin_inset Text
11378
11379 \begin_layout Plain Layout
11380
11381 \end_layout
11382
11383 \end_inset
11384 </cell>
11385 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
11386 \begin_inset Text
11387
11388 \begin_layout Plain Layout
11389 c
11390 \end_layout
11391
11392 \end_inset
11393 </cell>
11394 </row>
11395 <row>
11396 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11397 \begin_inset Text
11398
11399 \begin_layout Plain Layout
11400 d
11401 \end_layout
11402
11403 \end_inset
11404 </cell>
11405 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11406 \begin_inset Text
11407
11408 \begin_layout Plain Layout
11409 e
11410 \end_layout
11411
11412 \end_inset
11413 </cell>
11414 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
11415 \begin_inset Text
11416
11417 \begin_layout Plain Layout
11418 f
11419 \end_layout
11420
11421 \end_inset
11422 </cell>
11423 </row>
11424 <row>
11425 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11426 \begin_inset Text
11427
11428 \begin_layout Plain Layout
11429 g
11430 \end_layout
11431
11432 \end_inset
11433 </cell>
11434 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11435 \begin_inset Text
11436
11437 \begin_layout Plain Layout
11438 h
11439 \end_layout
11440
11441 \end_inset
11442 </cell>
11443 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
11444 \begin_inset Text
11445
11446 \begin_layout Plain Layout
11447 i
11448 \end_layout
11449
11450 \end_inset
11451 </cell>
11452 </row>
11453 </lyxtabular>
11454
11455 \end_inset
11456
11457
11458 \end_layout
11459
11460 \end_inset
11461
11462
11463 \end_layout
11464
11465 \begin_layout Standard
11466 Por ejemplo, para crear la tabla
11467 \begin_inset space ~
11468 \end_inset
11469
11470
11471 \begin_inset CommandInset ref
11472 LatexCommand ref
11473 reference "tab:Tabla-con-centrado"
11474
11475 \end_inset
11476
11477 , marca las dos primeras celdas en la primera fila de una tabla 3×3 y haz
11478  clic-derecha.
11479  En el diálogo marca 
11480 \emph on
11481 multicolumna
11482 \emph default
11483
11484 \emph on
11485 alineación centro
11486 \emph default
11487  y una anchura de 2.5
11488 \begin_inset space \thinspace{}
11489 \end_inset
11490
11491 cm.
11492  Las columnas combinadas deberían tener exactamente la mitad de la anchura
11493  de la celda multicolumna, así que deberías ajustar 1.25
11494 \begin_inset space \thinspace{}
11495 \end_inset
11496
11497 cm para la primera columna.
11498  La segunda columna tendrá entonces automáticamente 1.25
11499 \begin_inset space \thinspace{}
11500 \end_inset
11501
11502 cm de anchura.
11503  Para la tabla
11504 \begin_inset space ~
11505 \end_inset
11506
11507
11508 \begin_inset CommandInset ref
11509 LatexCommand ref
11510 reference "tab:Tabla-sin-mitad"
11511
11512 \end_inset
11513
11514  se ha procedido de la siguiente manera:
11515 \end_layout
11516
11517 \begin_layout Standard
11518 \begin_inset Float table
11519 wide false
11520 sideways false
11521 status open
11522
11523 \begin_layout Plain Layout
11524 \begin_inset Caption
11525
11526 \begin_layout Plain Layout
11527 \begin_inset CommandInset label
11528 LatexCommand label
11529 name "tab:Tabla-sin-mitad"
11530
11531 \end_inset
11532
11533 Tabla en la que las columnas combinadas no tienen exactamente la mitad de
11534  anchura que la celda multicolumna
11535 \begin_inset OptArg
11536 status open
11537
11538 \begin_layout Plain Layout
11539 Tabla multicolumna imperfecta
11540 \end_layout
11541
11542 \end_inset
11543
11544
11545 \end_layout
11546
11547 \end_inset
11548
11549
11550 \end_layout
11551
11552 \begin_layout Plain Layout
11553 \align center
11554 \begin_inset Tabular
11555 <lyxtabular version="3" rows="3" columns="3">
11556 <features>
11557 <column alignment="center" valignment="top" width="1.25cm">
11558 <column alignment="center" valignment="top" width="0">
11559 <column alignment="center" valignment="top" width="0">
11560 <row>
11561 <cell multicolumn="1" alignment="center" valignment="top" topline="true" leftline="true" usebox="none" width="2.5cm">
11562 \begin_inset Text
11563
11564 \begin_layout Plain Layout
11565 multicolumna línea múltiple
11566 \end_layout
11567
11568 \end_inset
11569 </cell>
11570 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11571 \begin_inset Text
11572
11573 \begin_layout Plain Layout
11574
11575 \end_layout
11576
11577 \end_inset
11578 </cell>
11579 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
11580 \begin_inset Text
11581
11582 \begin_layout Plain Layout
11583 c
11584 \end_layout
11585
11586 \end_inset
11587 </cell>
11588 </row>
11589 <row>
11590 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11591 \begin_inset Text
11592
11593 \begin_layout Plain Layout
11594 d
11595 \end_layout
11596
11597 \end_inset
11598 </cell>
11599 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11600 \begin_inset Text
11601
11602 \begin_layout Plain Layout
11603 e
11604 \end_layout
11605
11606 \end_inset
11607 </cell>
11608 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
11609 \begin_inset Text
11610
11611 \begin_layout Plain Layout
11612 f
11613 \end_layout
11614
11615 \end_inset
11616 </cell>
11617 </row>
11618 <row>
11619 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11620 \begin_inset Text
11621
11622 \begin_layout Plain Layout
11623 g
11624 \end_layout
11625
11626 \end_inset
11627 </cell>
11628 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11629 \begin_inset Text
11630
11631 \begin_layout Plain Layout
11632 h
11633 \end_layout
11634
11635 \end_inset
11636 </cell>
11637 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
11638 \begin_inset Text
11639
11640 \begin_layout Plain Layout
11641 i
11642 \end_layout
11643
11644 \end_inset
11645 </cell>
11646 </row>
11647 </lyxtabular>
11648
11649 \end_inset
11650
11651
11652 \end_layout
11653
11654 \end_inset
11655
11656
11657 \end_layout
11658
11659 \begin_layout Standard
11660 Se ve que la primera columna no tiene la mitad de ancho que la celda multicolumn
11661 a, es un poco mayor.
11662  La razón es que la anchura dada para una celda 
11663 \begin_inset Formula $W_{g}$
11664 \end_inset
11665
11666  no es su anchura total 
11667 \begin_inset Formula $W_{\mathrm{tot}}$
11668 \end_inset
11669
11670  porque una celda es siempre algo mayor que la anchura dada.
11671  El apéndice
11672 \begin_inset space ~
11673 \end_inset
11674
11675
11676 \begin_inset CommandInset ref
11677 LatexCommand eqref
11678 reference "cha:Explicación-de-la-Ecuación"
11679
11680 \end_inset
11681
11682  lo explica con detalle.
11683 \end_layout
11684
11685 \begin_layout Standard
11686 La anchura dada necesaria, 
11687 \begin_inset Formula $W_{g\, n}$
11688 \end_inset
11689
11690  para combinar 
11691 \emph on
11692 n
11693 \emph default
11694  columnas puede calcularse de manera que cada columna tenga una anchura
11695  total de 
11696 \begin_inset Formula $W_{\mathrm{tot\, multicolumn}}/n$
11697 \end_inset
11698
11699 :
11700 \begin_inset Formula \begin{equation}
11701 W_{g\, n}=(W_{g\,\mathrm{multicolumn}}+(1-n)\cdot(12.4\,\mathrm{pt}))/n\label{eq:Wgn}\end{equation}
11702
11703 \end_inset
11704
11705
11706 \end_layout
11707
11708 \begin_layout Standard
11709 En nuestro caso tenemos 
11710 \begin_inset Formula $n=2$
11711 \end_inset
11712
11713
11714 \begin_inset Formula $W_{g\,\mathrm{multicolumn}}=2.5\,$
11715 \end_inset
11716
11717
11718 \begin_inset space \thinspace{}
11719 \end_inset
11720
11721 cm y los valores predeterminados para longitudes, así la ecuación
11722 \begin_inset space ~
11723 \end_inset
11724
11725
11726 \begin_inset CommandInset ref
11727 LatexCommand ref
11728 reference "eq:Wgn"
11729
11730 \end_inset
11731
11732  queda
11733 \begin_inset Formula \begin{equation}
11734 W_{g\,2}=1.25\,\mathrm{cm}-6.2\,\mathrm{pt}\end{equation}
11735
11736 \end_inset
11737
11738
11739 \end_layout
11740
11741 \begin_layout Standard
11742 Para habilitar cálculos en LaTeX, debe cargarse en el preámbulo el paquete
11743  
11744 \series bold
11745 calc
11746 \series default
11747  con la línea
11748 \begin_inset Index
11749 status collapsed
11750
11751 \begin_layout Plain Layout
11752 LaTeX-paquetes ! calc
11753 \end_layout
11754
11755 \end_inset
11756
11757
11758 \end_layout
11759
11760 \begin_layout Standard
11761
11762 \series bold
11763
11764 \backslash
11765 usepackage{calc}
11766 \end_layout
11767
11768 \begin_layout Standard
11769 LyX no permite calcular longitudes en el campo Ancho del cuadro de diálogo.
11770  Por tanto hay que insertar un argumento LaTeX en el diálogo.
11771  He aquí un repaso de los argumentos:
11772 \end_layout
11773
11774 \begin_layout Itemize
11775
11776 \series bold
11777 p{ancho}
11778 \series default
11779  crea celdas con anchura fija, el texto alineado arriba
11780 \end_layout
11781
11782 \begin_layout Itemize
11783
11784 \series bold
11785 m{ancho}
11786 \series default
11787  crea celdas con anchura fija, el texto con alineación vertical centrada
11788  
11789 \end_layout
11790
11791 \begin_layout Itemize
11792
11793 \series bold
11794 b{ancho}
11795 \series default
11796  crea celdas con anchura fija, el texto alineado abajo
11797 \end_layout
11798
11799 \begin_layout Standard
11800 Al introducir un argumento LaTeX, todas las propiedades de celda puestas
11801  en el diálogo se ignoran.
11802 \end_layout
11803
11804 \begin_layout Standard
11805 \begin_inset Note Greyedout
11806 status open
11807
11808 \begin_layout Plain Layout
11809
11810 \series bold
11811 Nota:
11812 \series default
11813  Debido a un error, LyX muestra de todas formas estas propiedades.
11814 \end_layout
11815
11816 \end_inset
11817
11818  
11819 \end_layout
11820
11821 \begin_layout Standard
11822 El comando 
11823 \series bold
11824
11825 \backslash
11826 centering
11827 \series default
11828  centra horizontalmente el texto.
11829  Puedes entonces introducir el siguiente argumento de LaTeX para la primera
11830  columna extendida:
11831 \end_layout
11832
11833 \begin_layout Standard
11834
11835 \series bold
11836 >{
11837 \backslash
11838 centering}m{1.25cm-6.2pt}
11839 \end_layout
11840
11841 \begin_layout Standard
11842 El comando 
11843 \series bold
11844 >{ }
11845 \series default
11846  significa que los comandos entre llaves se aplican antes de crear la celda.
11847 \end_layout
11848
11849 \begin_layout Standard
11850 Aunque hemos escogido alineación centrada para el texto de la celda multicolumna
11851 , aún está alineado a la izquierda.
11852  Esto se debe a que LyX sólo aplica alineado a columnas simples.
11853  Así que para multicolumnas hemos de usar el argumento de LaTeX
11854 \end_layout
11855
11856 \begin_layout Standard
11857
11858 \series bold
11859 >{
11860 \backslash
11861 centering}m{2.5cm}
11862 \end_layout
11863
11864 \begin_layout Subsection
11865 Multifilas
11866 \begin_inset Index
11867 status collapsed
11868
11869 \begin_layout Plain Layout
11870 Multifilas
11871 \end_layout
11872
11873 \end_inset
11874
11875
11876 \begin_inset Index
11877 status collapsed
11878
11879 \begin_layout Plain Layout
11880 Tablas ! Multifilas
11881 \end_layout
11882
11883 \end_inset
11884
11885
11886 \begin_inset Index
11887 status collapsed
11888
11889 \begin_layout Plain Layout
11890 LaTeX-paquetes ! multirow
11891 \end_layout
11892
11893 \end_inset
11894
11895
11896 \end_layout
11897
11898 \begin_layout Standard
11899 A diferencia de multicolumnas, LyX aún no soporta multifilas por lo que
11900  hace falta un poco de código TeX.
11901  Hay que cargar el paquete de LaTeX 
11902 \series bold
11903 multirow
11904 \series default
11905  en el preámbulo del documento con el comando
11906 \end_layout
11907
11908 \begin_layout Standard
11909
11910 \series bold
11911
11912 \backslash
11913 usepackage{multirow}
11914 \end_layout
11915
11916 \begin_layout Standard
11917 Las multifilas se crean con el comando
11918 \end_layout
11919
11920 \begin_layout Standard
11921
11922 \series bold
11923
11924 \backslash
11925 multirow{número de filas}{ancho de celda}{entrada de celda}
11926 \end_layout
11927
11928 \begin_layout Standard
11929 Para crear la siguiente tabla:
11930 \end_layout
11931
11932 \begin_layout Standard
11933 \align center
11934 \begin_inset ERT
11935 status collapsed
11936
11937 \begin_layout Plain Layout
11938
11939
11940 \backslash
11941 renewcommand{
11942 \backslash
11943 multirowsetup}{
11944 \backslash
11945 centering}
11946 \end_layout
11947
11948 \end_inset
11949
11950
11951 \begin_inset Tabular
11952 <lyxtabular version="3" rows="3" columns="3">
11953 <features>
11954 <column alignment="center" valignment="top" width="0">
11955 <column alignment="center" valignment="top" width="0">
11956 <column alignment="center" valignment="top" width="0">
11957 <row>
11958 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11959 \begin_inset Text
11960
11961 \begin_layout Plain Layout
11962 a
11963 \end_layout
11964
11965 \end_inset
11966 </cell>
11967 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11968 \begin_inset Text
11969
11970 \begin_layout Plain Layout
11971 b
11972 \end_layout
11973
11974 \end_inset
11975 </cell>
11976 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
11977 \begin_inset Text
11978
11979 \begin_layout Plain Layout
11980 c
11981 \end_layout
11982
11983 \end_inset
11984 </cell>
11985 </row>
11986 <row>
11987 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11988 \begin_inset Text
11989
11990 \begin_layout Plain Layout
11991 \begin_inset ERT
11992 status collapsed
11993
11994 \begin_layout Plain Layout
11995
11996
11997 \backslash
11998 multirow{2}{2.5cm}{
11999 \end_layout
12000
12001 \end_inset
12002
12003 entrada multifila
12004 \begin_inset ERT
12005 status collapsed
12006
12007 \begin_layout Plain Layout
12008
12009 }
12010 \end_layout
12011
12012 \end_inset
12013
12014
12015 \end_layout
12016
12017 \end_inset
12018 </cell>
12019 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12020 \begin_inset Text
12021
12022 \begin_layout Plain Layout
12023 e
12024 \end_layout
12025
12026 \end_inset
12027 </cell>
12028 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
12029 \begin_inset Text
12030
12031 \begin_layout Plain Layout
12032 f
12033 \end_layout
12034
12035 \end_inset
12036 </cell>
12037 </row>
12038 <row>
12039 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
12040 \begin_inset Text
12041
12042 \begin_layout Plain Layout
12043
12044 \end_layout
12045
12046 \end_inset
12047 </cell>
12048 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
12049 \begin_inset Text
12050
12051 \begin_layout Plain Layout
12052 h
12053 \end_layout
12054
12055 \end_inset
12056 </cell>
12057 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
12058 \begin_inset Text
12059
12060 \begin_layout Plain Layout
12061 i
12062 \end_layout
12063
12064 \end_inset
12065 </cell>
12066 </row>
12067 </lyxtabular>
12068
12069 \end_inset
12070
12071
12072 \begin_inset ERT
12073 status collapsed
12074
12075 \begin_layout Plain Layout
12076
12077
12078 \backslash
12079 renewcommand{
12080 \backslash
12081 multirowsetup}{
12082 \backslash
12083 raggedright}
12084 \end_layout
12085
12086 \end_inset
12087
12088
12089 \end_layout
12090
12091 \begin_layout Standard
12092 crea una tabla 3×3.
12093  Para quitar la línea sobre la última celda en la primera columna, se marca
12094  la celda como multicolumna y se quita el borde superior.
12095  Ahora se crea la multifila en la segunda fila de la primera columna insertando
12096  ahí el comando
12097 \end_layout
12098
12099 \begin_layout Standard
12100
12101 \series bold
12102
12103 \backslash
12104 multirow{2}{2.5cm}{
12105 \end_layout
12106
12107 \begin_layout Standard
12108 en código TeX.
12109  Según los parámetros del comando la multifila se expande a dos filas y
12110  tiene de ancho 2.5
12111 \begin_inset space \thinspace{}
12112 \end_inset
12113
12114 cm.
12115  El contenido de la celda multifila sigue fuera del cuadro de código TeX
12116  y el comando finaliza con llave derecha 
12117 \series bold
12118 }
12119 \series default
12120  en otro cuadro de código TeX tras el texto.
12121 \end_layout
12122
12123 \begin_layout Standard
12124
12125 \series bold
12126
12127 \backslash
12128 multirow
12129 \series default
12130  alinea su contenido a la izquierda por omisión.
12131  Para cambiarlo renombra el comando 
12132 \series bold
12133
12134 \backslash
12135 multirowsetup
12136 \series default
12137  con el comando
12138 \end_layout
12139
12140 \begin_layout Standard
12141
12142 \series bold
12143
12144 \backslash
12145 renewcommand{
12146 \backslash
12147 multirowsetup}{
12148 \backslash
12149 centering}
12150 \end_layout
12151
12152 \begin_layout Standard
12153 en el preámbulo del documento.
12154  Entonces se centran todas las entradas de celdas multifila en el documento.
12155  Si sólo queremos centrar en algunas tablas, se puede renombrar el comando
12156  en código TeX justo antes de la tabla en lugar de en el preámbulo.
12157  Si el texto debe estar alineado a la derecha, reemplaza 
12158 \series bold
12159
12160 \backslash
12161 centering
12162 \series default
12163  por 
12164 \series bold
12165
12166 \backslash
12167 raggedleft
12168 \series default
12169 .
12170  Para volver a alineado a la izquierda usa 
12171 \series bold
12172
12173 \backslash
12174 raggedright
12175 \series default
12176 .
12177 \end_layout
12178
12179 \begin_layout Section
12180 Tablas formales
12181 \begin_inset CommandInset label
12182 LatexCommand label
12183 name "sec:Tablas-Formales"
12184
12185 \end_inset
12186
12187
12188 \begin_inset Index
12189 status collapsed
12190
12191 \begin_layout Plain Layout
12192 Tablas Formales
12193 \end_layout
12194
12195 \end_inset
12196
12197
12198 \begin_inset Index
12199 status collapsed
12200
12201 \begin_layout Plain Layout
12202 Tablas ! Estilo formal
12203 \end_layout
12204
12205 \end_inset
12206
12207  
12208 \end_layout
12209
12210 \begin_layout Standard
12211 En los libros, las tablas se suelen presentar en un formato como el de la
12212  tabla 
12213 \begin_inset space ~
12214 \end_inset
12215
12216
12217 \begin_inset CommandInset ref
12218 LatexCommand ref
12219 reference "tab:Ejemplo-tabla-formal"
12220
12221 \end_inset
12222
12223 .
12224  Se denominan tablas 
12225 \emph on
12226 formales
12227 \emph default
12228 .
12229  Para hacer tablas con este diseño, elige 
12230 \family sans
12231 Estilo
12232 \family default
12233
12234 \begin_inset space ~
12235 \end_inset
12236
12237
12238 \family sans
12239 Formal
12240 \family default
12241  en la solapa 
12242 \family sans
12243 Bordes
12244 \family default
12245  del cuadro de diálogo de tablas.
12246 \end_layout
12247
12248 \begin_layout Standard
12249 \begin_inset Float table
12250 placement h
12251 wide false
12252 sideways false
12253 status open
12254
12255 \begin_layout Plain Layout
12256 \begin_inset Caption
12257
12258 \begin_layout Plain Layout
12259 \begin_inset CommandInset label
12260 LatexCommand label
12261 name "tab:Ejemplo-tabla-formal"
12262
12263 \end_inset
12264
12265 Ejemplo de tabla formal
12266 \end_layout
12267
12268 \end_inset
12269
12270
12271 \end_layout
12272
12273 \begin_layout Plain Layout
12274 \align center
12275 \begin_inset Tabular
12276 <lyxtabular version="3" rows="8" columns="4">
12277 <features booktabs="true">
12278 <column alignment="center" valignment="top" width="0">
12279 <column alignment="center" valignment="top" width="0">
12280 <column alignment="center" valignment="top" width="0">
12281 <column alignment="center" valignment="top" width="0">
12282 <row>
12283 <cell alignment="center" valignment="top" topline="true" rightline="true" usebox="none">
12284 \begin_inset Text
12285
12286 \begin_layout Plain Layout
12287 System
12288 \end_layout
12289
12290 \end_inset
12291 </cell>
12292 <cell alignment="center" valignment="top" topline="true" usebox="none">
12293 \begin_inset Text
12294
12295 \begin_layout Plain Layout
12296 Medipix
12297 \begin_inset Formula $\,$
12298 \end_inset
12299
12300 1
12301 \end_layout
12302
12303 \end_inset
12304 </cell>
12305 <cell multicolumn="1" alignment="center" valignment="top" usebox="none">
12306 \begin_inset Text
12307
12308 \begin_layout Plain Layout
12309 Medipix
12310 \begin_inset Formula $\,$
12311 \end_inset
12312
12313 2
12314 \end_layout
12315
12316 \end_inset
12317 </cell>
12318 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
12319 \begin_inset Text
12320
12321 \begin_layout Plain Layout
12322
12323 \end_layout
12324
12325 \end_inset
12326 </cell>
12327 </row>
12328 <row>
12329 <cell alignment="center" valignment="top" rightline="true" usebox="none">
12330 \begin_inset Text
12331
12332 \begin_layout Plain Layout
12333 \begin_inset ERT
12334 status collapsed
12335
12336 \begin_layout Plain Layout
12337
12338
12339 \backslash
12340 cmidrule(r){2-2}
12341 \end_layout
12342
12343 \end_inset
12344
12345
12346 \begin_inset ERT
12347 status collapsed
12348
12349 \begin_layout Plain Layout
12350
12351
12352 \backslash
12353 cmidrule(l){3-4}
12354 \end_layout
12355
12356 \end_inset
12357
12358 Detector thickness [µm]
12359 \end_layout
12360
12361 \end_inset
12362 </cell>
12363 <cell alignment="center" valignment="top" usebox="none">
12364 \begin_inset Text
12365
12366 \begin_layout Plain Layout
12367 300
12368 \end_layout
12369
12370 \end_inset
12371 </cell>
12372 <cell alignment="center" valignment="top" usebox="none">
12373 \begin_inset Text
12374
12375 \begin_layout Plain Layout
12376 300
12377 \end_layout
12378
12379 \end_inset
12380 </cell>
12381 <cell alignment="center" valignment="top" usebox="none">
12382 \begin_inset Text
12383
12384 \begin_layout Plain Layout
12385 700
12386 \end_layout
12387
12388 \end_inset
12389 </cell>
12390 </row>
12391 <row>
12392 <cell alignment="center" valignment="top" topline="true" rightline="true" usebox="none">
12393 \begin_inset Text
12394
12395 \begin_layout Plain Layout
12396 Edge angle [°]
12397 \end_layout
12398
12399 \end_inset
12400 </cell>
12401 <cell alignment="center" valignment="top" topline="true" usebox="none">
12402 \begin_inset Text
12403
12404 \begin_layout Plain Layout
12405 3.55
12406 \end_layout
12407
12408 \end_inset
12409 </cell>
12410 <cell alignment="center" valignment="top" topline="true" usebox="none">
12411 \begin_inset Text
12412
12413 \begin_layout Plain Layout
12414 2.71
12415 \end_layout
12416
12417 \end_inset
12418 </cell>
12419 <cell alignment="center" valignment="top" topline="true" usebox="none">
12420 \begin_inset Text
12421
12422 \begin_layout Plain Layout
12423 7.99
12424 \end_layout
12425
12426 \end_inset
12427 </cell>
12428 </row>
12429 <row topspace="default">
12430 <cell alignment="center" valignment="top" rightline="true" usebox="none">
12431 \begin_inset Text
12432
12433 \begin_layout Plain Layout
12434 Spatial resolution [µm]
12435 \end_layout
12436
12437 \end_inset
12438 </cell>
12439 <cell alignment="center" valignment="top" usebox="none">
12440 \begin_inset Text
12441
12442 \begin_layout Plain Layout
12443 4.26
12444 \end_layout
12445
12446 \end_inset
12447 </cell>
12448 <cell alignment="center" valignment="top" usebox="none">
12449 \begin_inset Text
12450
12451 \begin_layout Plain Layout
12452 10.17
12453 \end_layout
12454
12455 \end_inset
12456 </cell>
12457 <cell alignment="center" valignment="top" usebox="none">
12458 \begin_inset Text
12459
12460 \begin_layout Plain Layout
12461 10.56
12462 \end_layout
12463
12464 \end_inset
12465 </cell>
12466 </row>
12467 <row topspace="default">
12468 <cell alignment="center" valignment="top" rightline="true" usebox="none">
12469 \begin_inset Text
12470
12471 \begin_layout Plain Layout
12472 MTF at 
12473 \begin_inset Formula $f_{\mathrm{max}}$
12474 \end_inset
12475
12476
12477 \end_layout
12478
12479 \end_inset
12480 </cell>
12481 <cell alignment="center" valignment="top" usebox="none">
12482 \begin_inset Text
12483
12484 \begin_layout Plain Layout
12485 0.53
12486 \end_layout
12487
12488 \end_inset
12489 </cell>
12490 <cell alignment="center" valignment="top" usebox="none">
12491 \begin_inset Text
12492
12493 \begin_layout Plain Layout
12494 0.37
12495 \end_layout
12496
12497 \end_inset
12498 </cell>
12499 <cell alignment="center" valignment="top" usebox="none">
12500 \begin_inset Text
12501
12502 \begin_layout Plain Layout
12503 0.39
12504 \end_layout
12505
12506 \end_inset
12507 </cell>
12508 </row>
12509 <row topspace="default">
12510 <cell alignment="center" valignment="top" rightline="true" usebox="none">
12511 \begin_inset Text
12512
12513 \begin_layout Plain Layout
12514 \begin_inset ERT
12515 status collapsed
12516
12517 \begin_layout Plain Layout
12518
12519
12520 \backslash
12521 cmidrule(l{10pt}){1-1}
12522 \end_layout
12523
12524 \end_inset
12525
12526 LSF-spatial resolution
12527 \end_layout
12528
12529 \end_inset
12530 </cell>
12531 <cell alignment="center" valignment="top" usebox="none">
12532 \begin_inset Text
12533
12534 \begin_layout Plain Layout
12535
12536 \end_layout
12537
12538 \end_inset
12539 </cell>
12540 <cell alignment="center" valignment="top" usebox="none">
12541 \begin_inset Text
12542
12543 \begin_layout Plain Layout
12544
12545 \end_layout
12546
12547 \end_inset
12548 </cell>
12549 <cell alignment="center" valignment="top" usebox="none">
12550 \begin_inset Text
12551
12552 \begin_layout Plain Layout
12553
12554 \end_layout
12555
12556 \end_inset
12557 </cell>
12558 </row>
12559 <row>
12560 <cell alignment="center" valignment="top" rightline="true" usebox="none">
12561 \begin_inset Text
12562
12563 \begin_layout Plain Layout
12564 in µm
12565 \end_layout
12566
12567 \end_inset
12568 </cell>
12569 <cell alignment="center" valignment="top" usebox="none">
12570 \begin_inset Text
12571
12572 \begin_layout Plain Layout
12573 129.7
12574 \end_layout
12575
12576 \end_inset
12577 </cell>
12578 <cell alignment="center" valignment="top" usebox="none">
12579 \begin_inset Text
12580
12581 \begin_layout Plain Layout
12582 52.75
12583 \end_layout
12584
12585 \end_inset
12586 </cell>
12587 <cell alignment="center" valignment="top" usebox="none">
12588 \begin_inset Text
12589
12590 \begin_layout Plain Layout
12591 50.78
12592 \end_layout
12593
12594 \end_inset
12595 </cell>
12596 </row>
12597 <row>
12598 <cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
12599 \begin_inset Text
12600
12601 \begin_layout Plain Layout
12602 in % of pixel size
12603 \end_layout
12604
12605 \end_inset
12606 </cell>
12607 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
12608 \begin_inset Text
12609
12610 \begin_layout Plain Layout
12611 76.3
12612 \end_layout
12613
12614 \end_inset
12615 </cell>
12616 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
12617 \begin_inset Text
12618
12619 \begin_layout Plain Layout
12620 95.9
12621 \end_layout
12622
12623 \end_inset
12624 </cell>
12625 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
12626 \begin_inset Text
12627
12628 \begin_layout Plain Layout
12629 92.3
12630 \end_layout
12631
12632 \end_inset
12633 </cell>
12634 </row>
12635 </lyxtabular>
12636
12637 \end_inset
12638
12639
12640 \end_layout
12641
12642 \end_inset
12643
12644
12645 \end_layout
12646
12647 \begin_layout Standard
12648 Se puede añadir espacio adicional a las filas de la tabla mediante los botones
12649  correspondientes que se encuentran en la solapa 
12650 \family sans
12651 Bordes 
12652 \family default
12653 del diálogo
12654 \family sans
12655  Configuración
12656 \begin_inset space ~
12657 \end_inset
12658
12659 de
12660 \begin_inset space ~
12661 \end_inset
12662
12663 la
12664 \begin_inset space ~
12665 \end_inset
12666
12667 tabla
12668 \family default
12669 , como se explica en la sección
12670 \begin_inset space ~
12671 \end_inset
12672
12673
12674 \begin_inset CommandInset ref
12675 LatexCommand ref
12676 reference "sub:Espacio-adicional"
12677
12678 \end_inset
12679
12680
12681 \end_layout
12682
12683 \begin_layout Standard
12684 A diferencia de las tablas normales, las tablas formales no tienen líneas
12685  verticales.
12686  Las líneas horizontales se pueden poner o no como en las tablas normales,
12687  pero en la salida se mostrarán con distinto grosor:
12688 \begin_inset Newline newline
12689 \end_inset
12690
12691 Las líneas primera y última tienen un grosor predeterminado de 0.08
12692 \begin_inset space \thinspace{}
12693 \end_inset
12694
12695 em, las demás tienen un grosor predeterminado de 0.05
12696 \begin_inset space \thinspace{}
12697 \end_inset
12698
12699 em.
12700 \end_layout
12701
12702 \begin_layout Standard
12703 Estos valores predeterminados se pueden cambiar
12704 \series bold
12705  
12706 \series default
12707 con las líneas de preámbulo:
12708 \end_layout
12709
12710 \begin_layout Standard
12711
12712 \series bold
12713
12714 \backslash
12715 let
12716 \backslash
12717 mytoprule
12718 \backslash
12719 toprule
12720 \begin_inset Newline newline
12721 \end_inset
12722
12723
12724 \backslash
12725 renewcommand{
12726 \backslash
12727 toprule}{
12728 \backslash
12729 mytoprule[grosor]}
12730 \end_layout
12731
12732 \begin_layout Standard
12733 Este ejemplo es para la primera línea, la denominada 
12734 \series bold
12735 toprule
12736 \series default
12737 .
12738  Si quieres cambiar el grosor de la última línea, reemplaza 
12739 \series bold
12740 toprule
12741 \series default
12742  por 
12743 \series bold
12744 bottomrule
12745 \series default
12746 .
12747  Y para cambiar el grosor de las demás líneas cambia 
12748 \series bold
12749 toprule
12750 \series default
12751  por 
12752 \series bold
12753 midrule
12754 \series default
12755 .
12756  Puedes usar cualquiera de las unidades listadas en el apéndice
12757 \begin_inset space ~
12758 \end_inset
12759
12760
12761 \begin_inset CommandInset ref
12762 LatexCommand ref
12763 reference "cha:Unidades-disponibles-en"
12764
12765 \end_inset
12766
12767 para establecer el grosor.
12768 \end_layout
12769
12770 \begin_layout Standard
12771 Para dibujar líneas que no se extiendan a todas las columnas de la tabla,
12772  puedes marcarlas como celdas multicolumna y entonces ponerles borde.
12773  LyX empleará internamente el comando 
12774 \series bold
12775
12776 \backslash
12777 cmidrule
12778 \series default
12779  para dibujar la línea.
12780  El esquema completo es
12781 \end_layout
12782
12783 \begin_layout Standard
12784
12785 \series bold
12786
12787 \backslash
12788 cmidrule[grosor](recorte){inicol-fincol}
12789 \end_layout
12790
12791 \begin_layout Standard
12792 Por el momento, LyX no soporta las opciones de 
12793 \series bold
12794
12795 \backslash
12796 cmidrule
12797 \series default
12798 , así que para usarlas hay que emplear código TeX.
12799  Las líneas 
12800 \series bold
12801
12802 \backslash
12803 cmidrule
12804 \series default
12805  se pueden insertar manualmente con el comando en código TeX como primera
12806  entrada de la primera celda de una fila.
12807  En la salida se dibujará la línea sobre dicha fila.
12808 \end_layout
12809
12810 \begin_layout Standard
12811 El grosor predeterminado es 0.03
12812 \begin_inset space \thinspace{}
12813 \end_inset
12814
12815 em.
12816  
12817 \series bold
12818 inicol
12819 \series default
12820  es el número de la columna en la que comienza la línea y 
12821 \series bold
12822 fincol
12823 \series default
12824  es el número de la columna en la que acaba la línea.
12825  El valor 
12826 \series bold
12827 fincol
12828 \series default
12829  debe especificarse siempre, aunque la línea se extienda sobre una sola
12830  columna.
12831  El parámetro opcional 
12832 \series bold
12833 recorte
12834 \series default
12835  debe ser 
12836 \emph on
12837 l{recorte}
12838 \emph default
12839  o 
12840 \emph on
12841 r{recorte}
12842 \emph default
12843 , donde 
12844 \emph on
12845 recorte
12846 \emph default
12847  también es opcional.
12848  Por ejemplo, el parámetro 
12849 \emph on
12850 l{2pt}
12851 \emph default
12852  significa que la línea se recorta 2
12853 \begin_inset space \thinspace{}
12854 \end_inset
12855
12856 pt por su izquierda.
12857  Si no se especifica el tamaño  las líneas se recortan por omisión en 0.5
12858 \begin_inset space \thinspace{}
12859 \end_inset
12860
12861 em.
12862
12863 \series bold
12864  
12865 \end_layout
12866
12867 \begin_layout Standard
12868
12869 \end_layout
12870
12871 \begin_layout Standard
12872 \begin_inset VSpace bigskip
12873 \end_inset
12874
12875
12876 \end_layout
12877
12878 \begin_layout Standard
12879 La tabla
12880 \begin_inset space ~
12881 \end_inset
12882
12883
12884 \begin_inset CommandInset ref
12885 LatexCommand ref
12886 reference "tab:Ejemplo-tabla-formal"
12887
12888 \end_inset
12889
12890  se ha creado con los comandos
12891 \end_layout
12892
12893 \begin_layout Standard
12894
12895 \series bold
12896
12897 \backslash
12898 cmidrule(r){2-2}
12899 \backslash
12900 cmidrule(l){3-4}
12901 \end_layout
12902
12903 \begin_layout Standard
12904 en la segunda fila, 
12905 \series bold
12906
12907 \backslash
12908 midrule
12909 \series default
12910  en la tercera, y
12911 \end_layout
12912
12913 \begin_layout Standard
12914
12915 \series bold
12916
12917 \backslash
12918 cmidrule(l{10pt}){1-1}
12919 \end_layout
12920
12921 \begin_layout Standard
12922 en la sexta fila.
12923 \end_layout
12924
12925 \begin_layout Standard
12926 \begin_inset VSpace bigskip
12927 \end_inset
12928
12929
12930 \end_layout
12931
12932 \begin_layout Standard
12933 Quizá quieras superponer líneas 
12934 \series bold
12935
12936 \backslash
12937 cmidrules
12938 \series default
12939  como en la tabla
12940 \begin_inset space ~
12941 \end_inset
12942
12943
12944 \begin_inset CommandInset ref
12945 LatexCommand ref
12946 reference "tab:Tabla-formal-especial"
12947
12948 \end_inset
12949
12950 .
12951  Esto se consigue con el comando en código TeX
12952 \end_layout
12953
12954 \begin_layout Standard
12955
12956 \series bold
12957
12958 \backslash
12959 morecmidrules
12960 \end_layout
12961
12962 \begin_layout Standard
12963 El comando que se ha utilizado para la segunda fila de la tabla
12964 \begin_inset space ~
12965 \end_inset
12966
12967
12968 \begin_inset CommandInset ref
12969 LatexCommand ref
12970 reference "tab:Tabla-formal-especial"
12971
12972 \end_inset
12973
12974  es
12975 \end_layout
12976
12977 \begin_layout Standard
12978
12979 \series bold
12980
12981 \backslash
12982 cmidrule(r){2-2}
12983 \backslash
12984 cmidrule(l){3-4}
12985 \backslash
12986 morecmidrules
12987 \backslash
12988 cmidrule{2-4}
12989 \end_layout
12990
12991 \begin_layout Standard
12992 El comando para la sexta fila es
12993 \end_layout
12994
12995 \begin_layout Standard
12996
12997 \series bold
12998
12999 \backslash
13000 midrule
13001 \backslash
13002 morecmidrules
13003 \backslash
13004 cmidrule{3-4}
13005 \series default
13006
13007 \begin_inset VSpace bigskip
13008 \end_inset
13009
13010
13011 \end_layout
13012
13013 \begin_layout Standard
13014 Si de todas formas no te satisface el espaciado de los bordes, puedes usar
13015  el siguiente comando para dibujar líneas que se extienden sobre todas las
13016  columnas
13017 \end_layout
13018
13019 \begin_layout Standard
13020
13021 \series bold
13022
13023 \backslash
13024 specialrule{anchura}{espacio superior}{espacio inferior}
13025 \end_layout
13026
13027 \begin_layout Standard
13028 Para más información sobre estas características especiales, acude al manual
13029  del paquete LaTeX 
13030 \series bold
13031 booktabs
13032 \series default
13033
13034 \begin_inset CommandInset citation
13035 LatexCommand cite
13036 key "booktabs"
13037
13038 \end_inset
13039
13040 .
13041 \begin_inset Index
13042 status collapsed
13043
13044 \begin_layout Plain Layout
13045 LaTeX-paquetes ! booktabs
13046 \end_layout
13047
13048 \end_inset
13049
13050  
13051 \begin_inset VSpace bigskip
13052 \end_inset
13053
13054
13055 \end_layout
13056
13057 \begin_layout Standard
13058 \begin_inset Float table
13059 placement h
13060 wide false
13061 sideways false
13062 status open
13063
13064 \begin_layout Plain Layout
13065 \begin_inset Caption
13066
13067 \begin_layout Plain Layout
13068 \begin_inset CommandInset label
13069 LatexCommand label
13070 name "tab:Tabla-formal-especial"
13071
13072 \end_inset
13073
13074 Tabla formal especial
13075 \end_layout
13076
13077 \end_inset
13078
13079
13080 \end_layout
13081
13082 \begin_layout Plain Layout
13083 \align center
13084 \begin_inset Tabular
13085 <lyxtabular version="3" rows="8" columns="4">
13086 <features booktabs="true">
13087 <column alignment="center" valignment="top" width="0">
13088 <column alignment="center" valignment="top" width="0">
13089 <column alignment="center" valignment="top" width="0">
13090 <column alignment="center" valignment="top" width="0">
13091 <row>
13092 <cell alignment="center" valignment="top" topline="true" usebox="none">
13093 \begin_inset Text
13094
13095 \begin_layout Plain Layout
13096 System
13097 \end_layout
13098
13099 \end_inset
13100 </cell>
13101 <cell alignment="center" valignment="top" topline="true" usebox="none">
13102 \begin_inset Text
13103
13104 \begin_layout Plain Layout
13105 Medipix
13106 \begin_inset space \thinspace{}
13107 \end_inset
13108
13109 1
13110 \end_layout
13111
13112 \end_inset
13113 </cell>
13114 <cell multicolumn="1" alignment="center" valignment="top" usebox="none">
13115 \begin_inset Text
13116
13117 \begin_layout Plain Layout
13118 Medipix
13119 \begin_inset space \thinspace{}
13120 \end_inset
13121
13122 2
13123 \end_layout
13124
13125 \end_inset
13126 </cell>
13127 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
13128 \begin_inset Text
13129
13130 \begin_layout Plain Layout
13131
13132 \end_layout
13133
13134 \end_inset
13135 </cell>
13136 </row>
13137 <row>
13138 <cell alignment="center" valignment="top" usebox="none">
13139 \begin_inset Text
13140
13141 \begin_layout Plain Layout
13142 \begin_inset ERT
13143 status collapsed
13144
13145 \begin_layout Plain Layout
13146
13147
13148 \backslash
13149 cmidrule(r){2-2}
13150 \end_layout
13151
13152 \end_inset
13153
13154
13155 \begin_inset ERT
13156 status collapsed
13157
13158 \begin_layout Plain Layout
13159
13160
13161 \backslash
13162 cmidrule(l){3-4}
13163 \end_layout
13164
13165 \end_inset
13166
13167
13168 \begin_inset ERT
13169 status collapsed
13170
13171 \begin_layout Plain Layout
13172
13173
13174 \backslash
13175 morecmidrules 
13176 \end_layout
13177
13178 \end_inset
13179
13180
13181 \begin_inset ERT
13182 status collapsed
13183
13184 \begin_layout Plain Layout
13185
13186
13187 \backslash
13188 cmidrule{2-4}
13189 \end_layout
13190
13191 \end_inset
13192
13193 Detector thickness [µm]
13194 \end_layout
13195
13196 \end_inset
13197 </cell>
13198 <cell alignment="center" valignment="top" usebox="none">
13199 \begin_inset Text
13200
13201 \begin_layout Plain Layout
13202 300
13203 \end_layout
13204
13205 \end_inset
13206 </cell>
13207 <cell alignment="center" valignment="top" usebox="none">
13208 \begin_inset Text
13209
13210 \begin_layout Plain Layout
13211 300
13212 \end_layout
13213
13214 \end_inset
13215 </cell>
13216 <cell alignment="center" valignment="top" usebox="none">
13217 \begin_inset Text
13218
13219 \begin_layout Plain Layout
13220 700
13221 \end_layout
13222
13223 \end_inset
13224 </cell>
13225 </row>
13226 <row>
13227 <cell alignment="center" valignment="top" topline="true" usebox="none">
13228 \begin_inset Text
13229
13230 \begin_layout Plain Layout
13231 Edge angle [°]
13232 \end_layout
13233
13234 \end_inset
13235 </cell>
13236 <cell alignment="center" valignment="top" topline="true" usebox="none">
13237 \begin_inset Text
13238
13239 \begin_layout Plain Layout
13240 3.55
13241 \end_layout
13242
13243 \end_inset
13244 </cell>
13245 <cell alignment="center" valignment="top" topline="true" usebox="none">
13246 \begin_inset Text
13247
13248 \begin_layout Plain Layout
13249 2.71
13250 \end_layout
13251
13252 \end_inset
13253 </cell>
13254 <cell alignment="center" valignment="top" topline="true" usebox="none">
13255 \begin_inset Text
13256
13257 \begin_layout Plain Layout
13258 7.99
13259 \end_layout
13260
13261 \end_inset
13262 </cell>
13263 </row>
13264 <row topspace="default">
13265 <cell alignment="center" valignment="top" usebox="none">
13266 \begin_inset Text
13267
13268 \begin_layout Plain Layout
13269 Spatial resolution [µm]
13270 \end_layout
13271
13272 \end_inset
13273 </cell>
13274 <cell alignment="center" valignment="top" usebox="none">
13275 \begin_inset Text
13276
13277 \begin_layout Plain Layout
13278 4.26
13279 \end_layout
13280
13281 \end_inset
13282 </cell>
13283 <cell alignment="center" valignment="top" usebox="none">
13284 \begin_inset Text
13285
13286 \begin_layout Plain Layout
13287 10.17
13288 \end_layout
13289
13290 \end_inset
13291 </cell>
13292 <cell alignment="center" valignment="top" usebox="none">
13293 \begin_inset Text
13294
13295 \begin_layout Plain Layout
13296 10.56
13297 \end_layout
13298
13299 \end_inset
13300 </cell>
13301 </row>
13302 <row topspace="default">
13303 <cell alignment="center" valignment="top" usebox="none">
13304 \begin_inset Text
13305
13306 \begin_layout Plain Layout
13307 MTF at 
13308 \begin_inset Formula $f_{\mathrm{max}}$
13309 \end_inset
13310
13311
13312 \end_layout
13313
13314 \end_inset
13315 </cell>
13316 <cell alignment="center" valignment="top" usebox="none">
13317 \begin_inset Text
13318
13319 \begin_layout Plain Layout
13320 0.53
13321 \end_layout
13322
13323 \end_inset
13324 </cell>
13325 <cell alignment="center" valignment="top" usebox="none">
13326 \begin_inset Text
13327
13328 \begin_layout Plain Layout
13329 0.37
13330 \end_layout
13331
13332 \end_inset
13333 </cell>
13334 <cell alignment="center" valignment="top" usebox="none">
13335 \begin_inset Text
13336
13337 \begin_layout Plain Layout
13338 0.39
13339 \end_layout
13340
13341 \end_inset
13342 </cell>
13343 </row>
13344 <row>
13345 <cell alignment="center" valignment="top" topline="true" usebox="none">
13346 \begin_inset Text
13347
13348 \begin_layout Plain Layout
13349 \begin_inset ERT
13350 status collapsed
13351
13352 \begin_layout Plain Layout
13353
13354
13355 \backslash
13356 morecmidrules 
13357 \end_layout
13358
13359 \end_inset
13360
13361
13362 \begin_inset ERT
13363 status collapsed
13364
13365 \begin_layout Plain Layout
13366
13367
13368 \backslash
13369 cmidrule{3-4}
13370 \end_layout
13371
13372 \end_inset
13373
13374 LSF-spatial resolution
13375 \end_layout
13376
13377 \end_inset
13378 </cell>
13379 <cell alignment="center" valignment="top" topline="true" usebox="none">
13380 \begin_inset Text
13381
13382 \begin_layout Plain Layout
13383
13384 \end_layout
13385
13386 \end_inset
13387 </cell>
13388 <cell alignment="center" valignment="top" topline="true" usebox="none">
13389 \begin_inset Text
13390
13391 \begin_layout Plain Layout
13392
13393 \end_layout
13394
13395 \end_inset
13396 </cell>
13397 <cell alignment="center" valignment="top" topline="true" usebox="none">
13398 \begin_inset Text
13399
13400 \begin_layout Plain Layout
13401
13402 \end_layout
13403
13404 \end_inset
13405 </cell>
13406 </row>
13407 <row>
13408 <cell alignment="center" valignment="top" usebox="none">
13409 \begin_inset Text
13410
13411 \begin_layout Plain Layout
13412 in µm
13413 \end_layout
13414
13415 \end_inset
13416 </cell>
13417 <cell alignment="center" valignment="top" usebox="none">
13418 \begin_inset Text
13419
13420 \begin_layout Plain Layout
13421 129.7
13422 \end_layout
13423
13424 \end_inset
13425 </cell>
13426 <cell alignment="center" valignment="top" usebox="none">
13427 \begin_inset Text
13428
13429 \begin_layout Plain Layout
13430 52.75
13431 \end_layout
13432
13433 \end_inset
13434 </cell>
13435 <cell alignment="center" valignment="top" usebox="none">
13436 \begin_inset Text
13437
13438 \begin_layout Plain Layout
13439 50.78
13440 \end_layout
13441
13442 \end_inset
13443 </cell>
13444 </row>
13445 <row>
13446 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
13447 \begin_inset Text
13448
13449 \begin_layout Plain Layout
13450 in % of pixel size
13451 \end_layout
13452
13453 \end_inset
13454 </cell>
13455 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
13456 \begin_inset Text
13457
13458 \begin_layout Plain Layout
13459 76.3
13460 \end_layout
13461
13462 \end_inset
13463 </cell>
13464 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
13465 \begin_inset Text
13466
13467 \begin_layout Plain Layout
13468 95.9
13469 \end_layout
13470
13471 \end_inset
13472 </cell>
13473 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
13474 \begin_inset Text
13475
13476 \begin_layout Plain Layout
13477 92.3
13478 \end_layout
13479
13480 \end_inset
13481 </cell>
13482 </row>
13483 </lyxtabular>
13484
13485 \end_inset
13486
13487
13488 \end_layout
13489
13490 \end_inset
13491
13492
13493 \end_layout
13494
13495 \begin_layout Section
13496 Alineación vertical de tablas
13497 \begin_inset Index
13498 status collapsed
13499
13500 \begin_layout Plain Layout
13501 Tablas ! Alineación vertical
13502 \end_layout
13503
13504 \end_inset
13505
13506
13507 \end_layout
13508
13509 \begin_layout Standard
13510 Para alinear tablas verticalmente en una línea de texto la tabla debe estar
13511  en un cuadro.
13512  Entonces el cuadro se puede alinear verticalmente como se describe en la
13513  sección
13514 \begin_inset space ~
13515 \end_inset
13516
13517
13518 \begin_inset CommandInset ref
13519 LatexCommand ref
13520 reference "sec:Diálogo-Cuadros"
13521
13522 \end_inset
13523
13524 .
13525  
13526 \end_layout
13527
13528 \begin_layout Standard
13529 En el ejemplo siguiente las tablas están en un cuadro de minipágina
13530 \begin_inset Foot
13531 status collapsed
13532
13533 \begin_layout Plain Layout
13534 Las minipáginas se describen en la sección
13535 \begin_inset space ~
13536 \end_inset
13537
13538
13539 \begin_inset CommandInset ref
13540 LatexCommand ref
13541 reference "sec:Minipáginas"
13542
13543 \end_inset
13544
13545 .
13546 \end_layout
13547
13548 \end_inset
13549
13550  que tiene una anchura del 15
13551 \begin_inset space \thinspace{}
13552 \end_inset
13553
13554 % de columna:
13555 \end_layout
13556
13557 \begin_layout Itemize
13558 test 
13559 \begin_inset Box Frameless
13560 position "t"
13561 hor_pos "c"
13562 has_inner_box 1
13563 inner_pos "c"
13564 use_parbox 0
13565 width "15col%"
13566 special "none"
13567 height "1in"
13568 height_special "totalheight"
13569 status collapsed
13570
13571 \begin_layout Plain Layout
13572 \begin_inset Tabular
13573 <lyxtabular version="3" rows="3" columns="3">
13574 <features>
13575 <column alignment="center" valignment="top" width="0">
13576 <column alignment="center" valignment="top" width="0">
13577 <column alignment="center" valignment="top" width="0">
13578 <row>
13579 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13580 \begin_inset Text
13581
13582 \begin_layout Plain Layout
13583 a
13584 \end_layout
13585
13586 \end_inset
13587 </cell>
13588 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13589 \begin_inset Text
13590
13591 \begin_layout Plain Layout
13592 d
13593 \end_layout
13594
13595 \end_inset
13596 </cell>
13597 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
13598 \begin_inset Text
13599
13600 \begin_layout Plain Layout
13601 g
13602 \end_layout
13603
13604 \end_inset
13605 </cell>
13606 </row>
13607 <row>
13608 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13609 \begin_inset Text
13610
13611 \begin_layout Plain Layout
13612 b
13613 \end_layout
13614
13615 \end_inset
13616 </cell>
13617 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13618 \begin_inset Text
13619
13620 \begin_layout Plain Layout
13621 e
13622 \end_layout
13623
13624 \end_inset
13625 </cell>
13626 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
13627 \begin_inset Text
13628
13629 \begin_layout Plain Layout
13630 h
13631 \end_layout
13632
13633 \end_inset
13634 </cell>
13635 </row>
13636 <row>
13637 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
13638 \begin_inset Text
13639
13640 \begin_layout Plain Layout
13641 c
13642 \end_layout
13643
13644 \end_inset
13645 </cell>
13646 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
13647 \begin_inset Text
13648
13649 \begin_layout Plain Layout
13650 f
13651 \end_layout
13652
13653 \end_inset
13654 </cell>
13655 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
13656 \begin_inset Text
13657
13658 \begin_layout Plain Layout
13659 i
13660 \end_layout
13661
13662 \end_inset
13663 </cell>
13664 </row>
13665 </lyxtabular>
13666
13667 \end_inset
13668
13669
13670 \end_layout
13671
13672 \end_inset
13673
13674  test 
13675 \begin_inset ERT
13676 status collapsed
13677
13678 \begin_layout Plain Layout
13679
13680
13681 \backslash
13682 raisebox{0.85
13683 \backslash
13684 baselineskip}{
13685 \end_layout
13686
13687 \end_inset
13688
13689
13690 \begin_inset Box Frameless
13691 position "t"
13692 hor_pos "c"
13693 has_inner_box 1
13694 inner_pos "c"
13695 use_parbox 0
13696 width "15col%"
13697 special "none"
13698 height "1in"
13699 height_special "totalheight"
13700 status collapsed
13701
13702 \begin_layout Plain Layout
13703 \begin_inset Tabular
13704 <lyxtabular version="3" rows="3" columns="3">
13705 <features>
13706 <column alignment="center" valignment="top" width="0">
13707 <column alignment="center" valignment="top" width="0">
13708 <column alignment="center" valignment="top" width="0">
13709 <row>
13710 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13711 \begin_inset Text
13712
13713 \begin_layout Plain Layout
13714 a
13715 \end_layout
13716
13717 \end_inset
13718 </cell>
13719 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13720 \begin_inset Text
13721
13722 \begin_layout Plain Layout
13723 d
13724 \end_layout
13725
13726 \end_inset
13727 </cell>
13728 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
13729 \begin_inset Text
13730
13731 \begin_layout Plain Layout
13732 g
13733 \end_layout
13734
13735 \end_inset
13736 </cell>
13737 </row>
13738 <row>
13739 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13740 \begin_inset Text
13741
13742 \begin_layout Plain Layout
13743 b
13744 \end_layout
13745
13746 \end_inset
13747 </cell>
13748 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13749 \begin_inset Text
13750
13751 \begin_layout Plain Layout
13752 e
13753 \end_layout
13754
13755 \end_inset
13756 </cell>
13757 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
13758 \begin_inset Text
13759
13760 \begin_layout Plain Layout
13761 h
13762 \end_layout
13763
13764 \end_inset
13765 </cell>
13766 </row>
13767 <row>
13768 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
13769 \begin_inset Text
13770
13771 \begin_layout Plain Layout
13772 c
13773 \end_layout
13774
13775 \end_inset
13776 </cell>
13777 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
13778 \begin_inset Text
13779
13780 \begin_layout Plain Layout
13781 f
13782 \end_layout
13783
13784 \end_inset
13785 </cell>
13786 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
13787 \begin_inset Text
13788
13789 \begin_layout Plain Layout
13790 i
13791 \end_layout
13792
13793 \end_inset
13794 </cell>
13795 </row>
13796 </lyxtabular>
13797
13798 \end_inset
13799
13800
13801 \end_layout
13802
13803 \end_inset
13804
13805
13806 \begin_inset ERT
13807 status collapsed
13808
13809 \begin_layout Plain Layout
13810
13811 }
13812 \end_layout
13813
13814 \end_inset
13815
13816
13817 \end_layout
13818
13819 \begin_layout Itemize
13820 test 
13821 \begin_inset Box Frameless
13822 position "c"
13823 hor_pos "c"
13824 has_inner_box 1
13825 inner_pos "c"
13826 use_parbox 0
13827 width "15col%"
13828 special "none"
13829 height "1in"
13830 height_special "totalheight"
13831 status collapsed
13832
13833 \begin_layout Plain Layout
13834 \begin_inset Tabular
13835 <lyxtabular version="3" rows="3" columns="3">
13836 <features>
13837 <column alignment="center" valignment="top" width="0">
13838 <column alignment="center" valignment="top" width="0">
13839 <column alignment="center" valignment="top" width="0">
13840 <row>
13841 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13842 \begin_inset Text
13843
13844 \begin_layout Plain Layout
13845 a
13846 \end_layout
13847
13848 \end_inset
13849 </cell>
13850 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13851 \begin_inset Text
13852
13853 \begin_layout Plain Layout
13854 d
13855 \end_layout
13856
13857 \end_inset
13858 </cell>
13859 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
13860 \begin_inset Text
13861
13862 \begin_layout Plain Layout
13863 g
13864 \end_layout
13865
13866 \end_inset
13867 </cell>
13868 </row>
13869 <row>
13870 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13871 \begin_inset Text
13872
13873 \begin_layout Plain Layout
13874 b
13875 \end_layout
13876
13877 \end_inset
13878 </cell>
13879 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13880 \begin_inset Text
13881
13882 \begin_layout Plain Layout
13883 e
13884 \end_layout
13885
13886 \end_inset
13887 </cell>
13888 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
13889 \begin_inset Text
13890
13891 \begin_layout Plain Layout
13892 h
13893 \end_layout
13894
13895 \end_inset
13896 </cell>
13897 </row>
13898 <row>
13899 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
13900 \begin_inset Text
13901
13902 \begin_layout Plain Layout
13903 c
13904 \end_layout
13905
13906 \end_inset
13907 </cell>
13908 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
13909 \begin_inset Text
13910
13911 \begin_layout Plain Layout
13912 f
13913 \end_layout
13914
13915 \end_inset
13916 </cell>
13917 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
13918 \begin_inset Text
13919
13920 \begin_layout Plain Layout
13921 i
13922 \end_layout
13923
13924 \end_inset
13925 </cell>
13926 </row>
13927 </lyxtabular>
13928
13929 \end_inset
13930
13931
13932 \end_layout
13933
13934 \end_inset
13935
13936
13937 \end_layout
13938
13939 \begin_layout Itemize
13940 test 
13941 \begin_inset Box Frameless
13942 position "b"
13943 hor_pos "c"
13944 has_inner_box 1
13945 inner_pos "c"
13946 use_parbox 0
13947 width "15col%"
13948 special "none"
13949 height "1in"
13950 height_special "totalheight"
13951 status collapsed
13952
13953 \begin_layout Plain Layout
13954 \begin_inset Tabular
13955 <lyxtabular version="3" rows="3" columns="3">
13956 <features>
13957 <column alignment="center" valignment="top" width="0">
13958 <column alignment="center" valignment="top" width="0">
13959 <column alignment="center" valignment="top" width="0">
13960 <row>
13961 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13962 \begin_inset Text
13963
13964 \begin_layout Plain Layout
13965 a
13966 \end_layout
13967
13968 \end_inset
13969 </cell>
13970 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13971 \begin_inset Text
13972
13973 \begin_layout Plain Layout
13974 d
13975 \end_layout
13976
13977 \end_inset
13978 </cell>
13979 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
13980 \begin_inset Text
13981
13982 \begin_layout Plain Layout
13983 g
13984 \end_layout
13985
13986 \end_inset
13987 </cell>
13988 </row>
13989 <row>
13990 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13991 \begin_inset Text
13992
13993 \begin_layout Plain Layout
13994 b
13995 \end_layout
13996
13997 \end_inset
13998 </cell>
13999 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14000 \begin_inset Text
14001
14002 \begin_layout Plain Layout
14003 e
14004 \end_layout
14005
14006 \end_inset
14007 </cell>
14008 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14009 \begin_inset Text
14010
14011 \begin_layout Plain Layout
14012 h
14013 \end_layout
14014
14015 \end_inset
14016 </cell>
14017 </row>
14018 <row>
14019 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
14020 \begin_inset Text
14021
14022 \begin_layout Plain Layout
14023 c
14024 \end_layout
14025
14026 \end_inset
14027 </cell>
14028 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
14029 \begin_inset Text
14030
14031 \begin_layout Plain Layout
14032 f
14033 \end_layout
14034
14035 \end_inset
14036 </cell>
14037 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
14038 \begin_inset Text
14039
14040 \begin_layout Plain Layout
14041 i
14042 \end_layout
14043
14044 \end_inset
14045 </cell>
14046 </row>
14047 </lyxtabular>
14048
14049 \end_inset
14050
14051
14052 \end_layout
14053
14054 \end_inset
14055
14056  test 
14057 \begin_inset ERT
14058 status collapsed
14059
14060 \begin_layout Plain Layout
14061
14062
14063 \backslash
14064 raisebox{-0.32
14065 \backslash
14066 baselineskip}{
14067 \end_layout
14068
14069 \end_inset
14070
14071
14072 \begin_inset Box Frameless
14073 position "b"
14074 hor_pos "c"
14075 has_inner_box 1
14076 inner_pos "c"
14077 use_parbox 0
14078 width "15col%"
14079 special "none"
14080 height "1in"
14081 height_special "totalheight"
14082 status collapsed
14083
14084 \begin_layout Plain Layout
14085 \begin_inset Tabular
14086 <lyxtabular version="3" rows="3" columns="3">
14087 <features>
14088 <column alignment="center" valignment="top" width="0">
14089 <column alignment="center" valignment="top" width="0">
14090 <column alignment="center" valignment="top" width="0">
14091 <row>
14092 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14093 \begin_inset Text
14094
14095 \begin_layout Plain Layout
14096 a
14097 \end_layout
14098
14099 \end_inset
14100 </cell>
14101 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14102 \begin_inset Text
14103
14104 \begin_layout Plain Layout
14105 d
14106 \end_layout
14107
14108 \end_inset
14109 </cell>
14110 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14111 \begin_inset Text
14112
14113 \begin_layout Plain Layout
14114 g
14115 \end_layout
14116
14117 \end_inset
14118 </cell>
14119 </row>
14120 <row>
14121 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14122 \begin_inset Text
14123
14124 \begin_layout Plain Layout
14125 b
14126 \end_layout
14127
14128 \end_inset
14129 </cell>
14130 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14131 \begin_inset Text
14132
14133 \begin_layout Plain Layout
14134 e
14135 \end_layout
14136
14137 \end_inset
14138 </cell>
14139 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14140 \begin_inset Text
14141
14142 \begin_layout Plain Layout
14143 h
14144 \end_layout
14145
14146 \end_inset
14147 </cell>
14148 </row>
14149 <row>
14150 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
14151 \begin_inset Text
14152
14153 \begin_layout Plain Layout
14154 c
14155 \end_layout
14156
14157 \end_inset
14158 </cell>
14159 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
14160 \begin_inset Text
14161
14162 \begin_layout Plain Layout
14163 f
14164 \end_layout
14165
14166 \end_inset
14167 </cell>
14168 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
14169 \begin_inset Text
14170
14171 \begin_layout Plain Layout
14172 i
14173 \end_layout
14174
14175 \end_inset
14176 </cell>
14177 </row>
14178 </lyxtabular>
14179
14180 \end_inset
14181
14182
14183 \end_layout
14184
14185 \end_inset
14186
14187
14188 \begin_inset ERT
14189 status collapsed
14190
14191 \begin_layout Plain Layout
14192
14193 }
14194 \end_layout
14195
14196 \end_inset
14197
14198
14199 \end_layout
14200
14201 \begin_layout Standard
14202 Como ves, los contenidos de la primera y última filas no se alinean correctament
14203 e con la línea de texto donde está la tabla.
14204  Para conseguir esta alineación, el cuadro (minipágina) debe ponerse en
14205  un cuadro elevado («raisebox»
14206 \begin_inset Foot
14207 status collapsed
14208
14209 \begin_layout Plain Layout
14210 El uso del comando 
14211 \series bold
14212
14213 \backslash
14214 raisebox
14215 \series default
14216  se explica en la sección
14217 \begin_inset space ~
14218 \end_inset
14219
14220
14221 \begin_inset CommandInset ref
14222 LatexCommand ref
14223 reference "sub:Alineación-Vertical"
14224
14225 \end_inset
14226
14227 .
14228 \end_layout
14229
14230 \end_inset
14231
14232 ).
14233  En el ejemplo anterior, la segunda tabla del primer ítem está alineada
14234  usando el comando en código TeX
14235 \end_layout
14236
14237 \begin_layout Standard
14238
14239 \series bold
14240
14241 \backslash
14242 raisebox{0.85
14243 \backslash
14244 baselineskip}{
14245 \end_layout
14246
14247 \begin_layout Standard
14248 antes del cuadro.
14249  Tras él, se pone la llave de cierre 
14250 \series bold
14251 }
14252 \series default
14253  también en código TeX.
14254  Para la segunda tabla en el tercer ítem se usa el comando 
14255 \end_layout
14256
14257 \begin_layout Standard
14258
14259 \series bold
14260
14261 \backslash
14262 raisebox{-0.32
14263 \backslash
14264 baselineskip}{
14265 \end_layout
14266
14267 \begin_layout Standard
14268 \begin_inset Note Greyedout
14269 status open
14270
14271 \begin_layout Plain Layout
14272
14273 \series bold
14274 Not
14275 \series default
14276 a: La alineación del contenido de la fila con la línea del texto adyacente
14277  no es exacta.
14278  El factor necesario del comando 
14279 \series bold
14280
14281 \backslash
14282 raisebox
14283 \series default
14284  para este alineamiento depende de la fuente del documento, del tamaño de
14285  la fuente y del grosor de línea de la tabla.
14286 \end_layout
14287
14288 \end_inset
14289
14290
14291 \end_layout
14292
14293 \begin_layout Section
14294 Tablas coloreadas
14295 \begin_inset CommandInset label
14296 LatexCommand label
14297 name "sec:Tablas-Coloreadas"
14298
14299 \end_inset
14300
14301
14302 \begin_inset Index
14303 status collapsed
14304
14305 \begin_layout Plain Layout
14306 Tablas ! Coloreadas
14307 \end_layout
14308
14309 \end_inset
14310
14311
14312 \end_layout
14313
14314 \begin_layout Subsection
14315 Celdas coloreadas
14316 \begin_inset Index
14317 status collapsed
14318
14319 \begin_layout Plain Layout
14320 Tablas coloreadas ! Celdas
14321 \end_layout
14322
14323 \end_inset
14324
14325
14326 \begin_inset Index
14327 status collapsed
14328
14329 \begin_layout Plain Layout
14330 Color ! en celdas de tablas
14331 \end_layout
14332
14333 \end_inset
14334
14335
14336 \end_layout
14337
14338 \begin_layout Standard
14339 \begin_inset Float table
14340 placement h
14341 wide false
14342 sideways false
14343 status open
14344
14345 \begin_layout Plain Layout
14346 \begin_inset Caption
14347
14348 \begin_layout Plain Layout
14349 \begin_inset CommandInset label
14350 LatexCommand label
14351 name "tab:Tabla-coloreada-sin"
14352
14353 \end_inset
14354
14355 Tabla coloreada sin usar el paquete 
14356 \series bold
14357 colortbl
14358 \series default
14359
14360 \begin_inset OptArg
14361 status collapsed
14362
14363 \begin_layout Plain Layout
14364 Tabla sin colortbl
14365 \end_layout
14366
14367 \end_inset
14368
14369
14370 \end_layout
14371
14372 \end_inset
14373
14374
14375 \end_layout
14376
14377 \begin_layout Plain Layout
14378 \align center
14379 \begin_inset Tabular
14380 <lyxtabular version="3" rows="3" columns="3">
14381 <features>
14382 <column alignment="center" valignment="top" width="0">
14383 <column alignment="center" valignment="top" width="0">
14384 <column alignment="center" valignment="top" width="0">
14385 <row>
14386 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14387 \begin_inset Text
14388
14389 \begin_layout Plain Layout
14390
14391 \color green
14392 a
14393 \end_layout
14394
14395 \end_inset
14396 </cell>
14397 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14398 \begin_inset Text
14399
14400 \begin_layout Plain Layout
14401
14402 \color red
14403 b
14404 \end_layout
14405
14406 \end_inset
14407 </cell>
14408 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14409 \begin_inset Text
14410
14411 \begin_layout Plain Layout
14412
14413 \color red
14414 c
14415 \end_layout
14416
14417 \end_inset
14418 </cell>
14419 </row>
14420 <row>
14421 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14422 \begin_inset Text
14423
14424 \begin_layout Plain Layout
14425
14426 \color green
14427 d
14428 \end_layout
14429
14430 \end_inset
14431 </cell>
14432 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14433 \begin_inset Text
14434
14435 \begin_layout Plain Layout
14436
14437 \color blue
14438 e
14439 \end_layout
14440
14441 \end_inset
14442 </cell>
14443 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14444 \begin_inset Text
14445
14446 \begin_layout Plain Layout
14447
14448 \color blue
14449 f
14450 \end_layout
14451
14452 \end_inset
14453 </cell>
14454 </row>
14455 <row>
14456 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
14457 \begin_inset Text
14458
14459 \begin_layout Plain Layout
14460
14461 \color green
14462 g
14463 \end_layout
14464
14465 \end_inset
14466 </cell>
14467 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
14468 \begin_inset Text
14469
14470 \begin_layout Plain Layout
14471
14472 \color blue
14473 h
14474 \end_layout
14475
14476 \end_inset
14477 </cell>
14478 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
14479 \begin_inset Text
14480
14481 \begin_layout Plain Layout
14482
14483 \color blue
14484 i
14485 \end_layout
14486
14487 \end_inset
14488 </cell>
14489 </row>
14490 </lyxtabular>
14491
14492 \end_inset
14493
14494
14495 \end_layout
14496
14497 \end_inset
14498
14499
14500 \end_layout
14501
14502 \begin_layout Standard
14503 Si sólo necesitas color en el texto, marca las celdas y elige un color en
14504  el menú 
14505 \family sans
14506 Editar\SpecialChar \menuseparator
14507 Estilo
14508 \begin_inset space ~
14509 \end_inset
14510
14511 del
14512 \begin_inset space ~
14513 \end_inset
14514
14515 Texto
14516 \family default
14517 .
14518  Esto se ha hecho en la tabla
14519 \begin_inset space ~
14520 \end_inset
14521
14522
14523 \begin_inset CommandInset ref
14524 LatexCommand ref
14525 reference "tab:Tabla-coloreada-sin"
14526
14527 \end_inset
14528
14529 .
14530  En cualquier otro caso hay que usar el paquete LaTeX 
14531 \series bold
14532 colortbl
14533 \series default
14534 .
14535 \begin_inset Index
14536 status collapsed
14537
14538 \begin_layout Plain Layout
14539 LaTeX-paquetes ! colortbl
14540 \end_layout
14541
14542 \end_inset
14543
14544
14545 \end_layout
14546
14547 \begin_layout Standard
14548 \begin_inset ERT
14549 status collapsed
14550
14551 \begin_layout Plain Layout
14552
14553
14554 \backslash
14555 ifcolortbl
14556 \end_layout
14557
14558 \end_inset
14559
14560
14561 \begin_inset Note Note
14562 status open
14563
14564 \begin_layout Plain Layout
14565 La siguiente sección sólo se mostrará en pantalla si está instalado el paquete
14566  LaTeX 
14567 \series bold
14568 colortbl
14569 \series default
14570 .
14571 \end_layout
14572
14573 \end_inset
14574
14575
14576 \end_layout
14577
14578 \begin_layout Standard
14579 Para crear tablas coloreadas, 
14580 \series bold
14581 colortbl
14582 \series default
14583  debe cargarse en el preámbulo con la línea
14584 \end_layout
14585
14586 \begin_layout Standard
14587
14588 \series bold
14589
14590 \backslash
14591 usepackage{colortbl}
14592 \end_layout
14593
14594 \begin_layout Standard
14595 El color de una columna se define con el comando
14596 \end_layout
14597
14598 \begin_layout Standard
14599
14600 \series bold
14601
14602 \backslash
14603 columncolor{nombre del color}
14604 \end_layout
14605
14606 \begin_layout Standard
14607 dentro del comando 
14608 \series bold
14609 >{ }
14610 \series default
14611 .
14612  Más sobre el comando 
14613 \series bold
14614 >{}
14615 \series default
14616  se explica en la sección
14617 \begin_inset space ~
14618 \end_inset
14619
14620
14621 \begin_inset CommandInset ref
14622 LatexCommand ref
14623 reference "sub:Cálculos-en-Multicolumnas"
14624
14625 \end_inset
14626
14627 .
14628 \end_layout
14629
14630 \begin_layout Standard
14631 Los siguientes nombres de color están predefinidos:
14632 \end_layout
14633
14634 \begin_layout Standard
14635
14636 \family sans
14637 red
14638 \family default
14639
14640 \family sans
14641 green
14642 \family default
14643
14644 \family sans
14645 yellow, blue
14646 \family default
14647
14648 \family sans
14649 cyan
14650 \family default
14651 \series bold
14652 ,
14653 \series default
14654  
14655 \family sans
14656 magenta, black
14657 \family default
14658
14659 \family sans
14660 white
14661 \end_layout
14662
14663 \begin_layout Standard
14664 \begin_inset VSpace medskip
14665 \end_inset
14666
14667
14668 \end_layout
14669
14670 \begin_layout Standard
14671 Puedes definir tus propios colores con el comando
14672 \end_layout
14673
14674 \begin_layout Standard
14675
14676 \series bold
14677
14678 \backslash
14679 definecolor{nombre del color}{modelo de color}{valores de color}
14680 \end_layout
14681
14682 \begin_layout Standard
14683 El modelo de color puede ser
14684 \end_layout
14685
14686 \begin_layout Labeling
14687 \labelwidthstring 00.00.0000
14688 cmyk: cyan, magenta, yellow, black
14689 \end_layout
14690
14691 \begin_layout Labeling
14692 \labelwidthstring 00.00.0000
14693 rgb: red, green, blue
14694 \end_layout
14695
14696 \begin_layout Labeling
14697 \labelwidthstring 00.00.0000
14698 gray: gray
14699 \end_layout
14700
14701 \begin_layout Standard
14702 y los valores de color son números separados por comas entre 0 y 1 que describen
14703  el factor para el color correspondiente del modelo de color.
14704 \end_layout
14705
14706 \begin_layout Standard
14707 Por ejemplo, puedes definir el color
14708 \series bold
14709  
14710 \series default
14711 «
14712 \emph on
14713 verde oscuro
14714 \emph default
14715 » en el preámbulo con
14716 \end_layout
14717
14718 \begin_layout Standard
14719
14720 \series bold
14721
14722 \backslash
14723 definecolor{verdeoscuro}{cmyk}{0.5, 0, 1, 0.5}
14724 \end_layout
14725
14726 \begin_layout Standard
14727 y el color «
14728 \emph on
14729 gris claro
14730 \emph default
14731 » con
14732 \end_layout
14733
14734 \begin_layout Standard
14735
14736 \series bold
14737
14738 \backslash
14739 definecolor{grisclaro}{gray}{0.8}
14740 \end_layout
14741
14742 \begin_layout Standard
14743 \begin_inset VSpace medskip
14744 \end_inset
14745
14746
14747 \end_layout
14748
14749 \begin_layout Standard
14750 Las líneas se colorean con el comando
14751 \end_layout
14752
14753 \begin_layout Standard
14754
14755 \series bold
14756
14757 \backslash
14758 rowcolor{nombre del color}
14759 \end_layout
14760
14761 \begin_layout Standard
14762 y las celdas se colorean con el comando
14763 \end_layout
14764
14765 \begin_layout Standard
14766
14767 \series bold
14768
14769 \backslash
14770 cellcolor{nombre del color}
14771 \end_layout
14772
14773 \begin_layout Standard
14774 Ambos comandos se insertan al principio de una celda en código TeX.
14775 \end_layout
14776
14777 \begin_layout Standard
14778 Para colorear caracteres en la tabla marca las celdas y usa el menú 
14779 \family sans
14780 Editar\SpecialChar \menuseparator
14781 Estilo
14782 \begin_inset space ~
14783 \end_inset
14784
14785 del
14786 \begin_inset space ~
14787 \end_inset
14788
14789 Texto
14790 \family default
14791 .
14792  Si una celda contiene código TeX marca sólo los caracteres, si no el código
14793  TeX en color puede ocasionar errores de LaTeX.
14794 \end_layout
14795
14796 \begin_layout Standard
14797 \begin_inset VSpace bigskip
14798 \end_inset
14799
14800
14801 \end_layout
14802
14803 \begin_layout Standard
14804 Para crear la tabla
14805 \begin_inset space ~
14806 \end_inset
14807
14808
14809 \begin_inset CommandInset ref
14810 LatexCommand ref
14811 reference "tab:Tabla-coloreada-con"
14812
14813 \end_inset
14814
14815  haz lo siguiente: el color de la primera columna debe ser 
14816 \emph on
14817 verde oscuro
14818 \emph default
14819 , entonces inserta
14820 \end_layout
14821
14822 \begin_layout Standard
14823
14824 \series bold
14825 >{
14826 \backslash
14827 columncolor{verdeoscuro}
14828 \backslash
14829 centering}c
14830 \end_layout
14831
14832 \begin_layout Standard
14833 como argumento LaTeX para esta columna.
14834  La primera fila debe ser azul, por tanto inserta el comando en código TeX
14835 \end_layout
14836
14837 \begin_layout Standard
14838
14839 \series bold
14840
14841 \backslash
14842 rowcolow{cyan}
14843 \end_layout
14844
14845 \begin_layout Standard
14846 en la primera celda de esta fila.
14847  Observa que esto sobreescribe el color de la columna para la primera celda.
14848  La última celda de la última fila se colorea magenta insertando el comando
14849  en código TeX
14850 \end_layout
14851
14852 \begin_layout Standard
14853
14854 \series bold
14855
14856 \backslash
14857 cellcolor{magenta}
14858 \end_layout
14859
14860 \begin_layout Standard
14861 Ahora podrían colorearse los caracteres usando el menú 
14862 \family sans
14863 Editar\SpecialChar \menuseparator
14864 Estilo
14865 \begin_inset space ~
14866 \end_inset
14867
14868 del
14869 \begin_inset space ~
14870 \end_inset
14871
14872 Texto
14873 \family default
14874 .
14875 \end_layout
14876
14877 \begin_layout Standard
14878 \begin_inset Float table
14879 placement h
14880 wide false
14881 sideways false
14882 status open
14883
14884 \begin_layout Plain Layout
14885 \begin_inset Caption
14886
14887 \begin_layout Plain Layout
14888 \begin_inset CommandInset label
14889 LatexCommand label
14890 name "tab:Tabla-coloreada-con"
14891
14892 \end_inset
14893
14894 Tabla coloreada con el paquete 
14895 \series bold
14896 colortbl
14897 \series default
14898
14899 \begin_inset OptArg
14900 status open
14901
14902 \begin_layout Plain Layout
14903 Tabla con 
14904 \series bold
14905 colortbl
14906 \end_layout
14907
14908 \end_inset
14909
14910
14911 \end_layout
14912
14913 \end_inset
14914
14915
14916 \end_layout
14917
14918 \begin_layout Plain Layout
14919 \align center
14920 \begin_inset Tabular
14921 <lyxtabular version="3" rows="3" columns="3">
14922 <features>
14923 <column alignment="center" valignment="top" width="0" special=">{\columncolor{verdeoscuro}\centering}c">
14924 <column alignment="center" valignment="top" width="0">
14925 <column alignment="center" valignment="top" width="0">
14926 <row>
14927 <cell alignment="center" valignment="top" usebox="none">
14928 \begin_inset Text
14929
14930 \begin_layout Plain Layout
14931 \begin_inset ERT
14932 status collapsed
14933
14934 \begin_layout Plain Layout
14935
14936
14937 \backslash
14938 rowcolor{cyan}
14939 \end_layout
14940
14941 \end_inset
14942
14943
14944 \color magenta
14945 a
14946 \end_layout
14947
14948 \end_inset
14949 </cell>
14950 <cell alignment="center" valignment="top" usebox="none">
14951 \begin_inset Text
14952
14953 \begin_layout Plain Layout
14954
14955 \color red
14956 b
14957 \end_layout
14958
14959 \end_inset
14960 </cell>
14961 <cell alignment="center" valignment="top" usebox="none">
14962 \begin_inset Text
14963
14964 \begin_layout Plain Layout
14965
14966 \color red
14967 c
14968 \end_layout
14969
14970 \end_inset
14971 </cell>
14972 </row>
14973 <row>
14974 <cell alignment="center" valignment="top" usebox="none">
14975 \begin_inset Text
14976
14977 \begin_layout Plain Layout
14978
14979 \color yellow
14980 d
14981 \end_layout
14982
14983 \end_inset
14984 </cell>
14985 <cell alignment="center" valignment="top" usebox="none">
14986 \begin_inset Text
14987
14988 \begin_layout Plain Layout
14989
14990 \color blue
14991 e
14992 \end_layout
14993
14994 \end_inset
14995 </cell>
14996 <cell alignment="center" valignment="top" usebox="none">
14997 \begin_inset Text
14998
14999 \begin_layout Plain Layout
15000
15001 \color blue
15002 f
15003 \end_layout
15004
15005 \end_inset
15006 </cell>
15007 </row>
15008 <row>
15009 <cell alignment="center" valignment="top" usebox="none">
15010 \begin_inset Text
15011
15012 \begin_layout Plain Layout
15013
15014 \color yellow
15015 g
15016 \end_layout
15017
15018 \end_inset
15019 </cell>
15020 <cell alignment="center" valignment="top" usebox="none">
15021 \begin_inset Text
15022
15023 \begin_layout Plain Layout
15024
15025 \color blue
15026 h
15027 \end_layout
15028
15029 \end_inset
15030 </cell>
15031 <cell alignment="center" valignment="top" usebox="none">
15032 \begin_inset Text
15033
15034 \begin_layout Plain Layout
15035 \begin_inset ERT
15036 status collapsed
15037
15038 \begin_layout Plain Layout
15039
15040
15041 \backslash
15042 cellcolor{magenta}
15043 \end_layout
15044
15045 \end_inset
15046
15047
15048 \color green
15049 i
15050 \end_layout
15051
15052 \end_inset
15053 </cell>
15054 </row>
15055 </lyxtabular>
15056
15057 \end_inset
15058
15059
15060 \end_layout
15061
15062 \end_inset
15063
15064
15065 \end_layout
15066
15067 \begin_layout Standard
15068 \begin_inset ERT
15069 status collapsed
15070
15071 \begin_layout Plain Layout
15072
15073
15074 \backslash
15075 else
15076 \end_layout
15077
15078 \end_inset
15079
15080
15081 \begin_inset Note Note
15082 status open
15083
15084 \begin_layout Plain Layout
15085 Lo siguiente se mostrará en pantalla si no está instalado el paquete LaTeX
15086  
15087 \series bold
15088 colortbl
15089 \series default
15090 .
15091 \end_layout
15092
15093 \end_inset
15094
15095
15096 \end_layout
15097
15098 \begin_layout Standard
15099 Debes instalar el paquete LaTeX 
15100 \series bold
15101 colortbl
15102 \series default
15103  para ver la parte siguiente en la salida.
15104 \end_layout
15105
15106 \begin_layout Standard
15107 \begin_inset ERT
15108 status collapsed
15109
15110 \begin_layout Plain Layout
15111
15112
15113 \backslash
15114 fi
15115 \end_layout
15116
15117 \end_inset
15118
15119
15120 \end_layout
15121
15122 \begin_layout Subsection
15123 Líneas coloreadas
15124 \begin_inset Index
15125 status collapsed
15126
15127 \begin_layout Plain Layout
15128 Tablas coloreadas ! Líneas
15129 \end_layout
15130
15131 \end_inset
15132
15133
15134 \begin_inset Index
15135 status collapsed
15136
15137 \begin_layout Plain Layout
15138 Color ! en bordes de tabla
15139 \end_layout
15140
15141 \end_inset
15142
15143
15144 \end_layout
15145
15146 \begin_layout Standard
15147 Como se describe en la sección
15148 \begin_inset space ~
15149 \end_inset
15150
15151
15152 \begin_inset CommandInset ref
15153 LatexCommand ref
15154 reference "sub:Grosor-de-Líneas"
15155
15156 \end_inset
15157
15158 , el grosor para todas las líneas en una tabla puede ajustarse con el comando
15159  
15160 \series bold
15161
15162 \backslash
15163 arrayrulewidth
15164 \series default
15165 .
15166  Se ha puesto 1.5
15167 \begin_inset space \thinspace{}
15168 \end_inset
15169
15170 pt para todas las tablas de esta sección.
15171 \begin_inset ERT
15172 status collapsed
15173
15174 \begin_layout Plain Layout
15175
15176
15177 \backslash
15178 setlength{
15179 \backslash
15180 arrayrulewidth}{1.5pt}
15181 \end_layout
15182
15183 \end_inset
15184
15185
15186 \end_layout
15187
15188 \begin_layout Standard
15189 Por ejemplo, para colorear todas las líneas verticales en verde, crea en
15190  el preámbulo del documento el siguiente formato de columna, de acuerdo
15191  a lo descrito en la sección
15192 \begin_inset space ~
15193 \end_inset
15194
15195
15196 \begin_inset CommandInset ref
15197 LatexCommand ref
15198 reference "sub:Formato-Personalizado"
15199
15200 \end_inset
15201
15202 :
15203 \end_layout
15204
15205 \begin_layout Standard
15206
15207 \series bold
15208
15209 \backslash
15210 newcolumntype{W}{!{
15211 \backslash
15212 color{green}
15213 \backslash
15214 vline}}
15215 \end_layout
15216
15217 \begin_layout Standard
15218 Para la tabla
15219 \begin_inset space ~
15220 \end_inset
15221
15222
15223 \begin_inset CommandInset ref
15224 LatexCommand ref
15225 reference "tab:Tabla-con-verticales-coloreadas"
15226
15227 \end_inset
15228
15229  se usó el argumento LaTeX
15230 \series bold
15231  WcW
15232 \series default
15233  para la última columna y
15234 \series bold
15235  Wc
15236 \series default
15237  para las demás.
15238 \end_layout
15239
15240 \begin_layout Standard
15241 Si quieres tener varios colores, define más formatos de columna.
15242 \end_layout
15243
15244 \begin_layout Standard
15245 \begin_inset Float table
15246 placement h
15247 wide false
15248 sideways false
15249 status open
15250
15251 \begin_layout Plain Layout
15252 \begin_inset Caption
15253
15254 \begin_layout Plain Layout
15255 \begin_inset CommandInset label
15256 LatexCommand label
15257 name "tab:Tabla-con-verticales-coloreadas"
15258
15259 \end_inset
15260
15261 Tabla con líneas verticales coloreadas
15262 \end_layout
15263
15264 \end_inset
15265
15266
15267 \end_layout
15268
15269 \begin_layout Plain Layout
15270 \align center
15271 \begin_inset Tabular
15272 <lyxtabular version="3" rows="3" columns="3">
15273 <features>
15274 <column alignment="center" valignment="top" width="0" special="Wc">
15275 <column alignment="center" valignment="top" width="0" special="Wc">
15276 <column alignment="center" valignment="top" width="0" special="WcW">
15277 <row>
15278 <cell alignment="center" valignment="top" topline="true" usebox="none">
15279 \begin_inset Text
15280
15281 \begin_layout Plain Layout
15282 sd
15283 \end_layout
15284
15285 \end_inset
15286 </cell>
15287 <cell alignment="center" valignment="top" topline="true" usebox="none">
15288 \begin_inset Text
15289
15290 \begin_layout Plain Layout
15291
15292 \end_layout
15293
15294 \end_inset
15295 </cell>
15296 <cell alignment="center" valignment="top" topline="true" usebox="none">
15297 \begin_inset Text
15298
15299 \begin_layout Plain Layout
15300
15301 \end_layout
15302
15303 \end_inset
15304 </cell>
15305 </row>
15306 <row>
15307 <cell alignment="center" valignment="top" topline="true" usebox="none">
15308 \begin_inset Text
15309
15310 \begin_layout Plain Layout
15311
15312 \end_layout
15313
15314 \end_inset
15315 </cell>
15316 <cell alignment="center" valignment="top" topline="true" usebox="none">
15317 \begin_inset Text
15318
15319 \begin_layout Plain Layout
15320 sd
15321 \end_layout
15322
15323 \end_inset
15324 </cell>
15325 <cell alignment="center" valignment="top" topline="true" usebox="none">
15326 \begin_inset Text
15327
15328 \begin_layout Plain Layout
15329
15330 \end_layout
15331
15332 \end_inset
15333 </cell>
15334 </row>
15335 <row>
15336 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
15337 \begin_inset Text
15338
15339 \begin_layout Plain Layout
15340
15341 \end_layout
15342
15343 \end_inset
15344 </cell>
15345 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
15346 \begin_inset Text
15347
15348 \begin_layout Plain Layout
15349
15350 \end_layout
15351
15352 \end_inset
15353 </cell>
15354 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
15355 \begin_inset Text
15356
15357 \begin_layout Plain Layout
15358 sd
15359 \end_layout
15360
15361 \end_inset
15362 </cell>
15363 </row>
15364 </lyxtabular>
15365
15366 \end_inset
15367
15368
15369 \end_layout
15370
15371 \end_inset
15372
15373
15374 \end_layout
15375
15376 \begin_layout Standard
15377 \begin_inset VSpace bigskip
15378 \end_inset
15379
15380 Para colorear líneas horizontales, por ejemplo en rojo, como en la tabla
15381 \begin_inset space ~
15382 \end_inset
15383
15384
15385 \begin_inset CommandInset ref
15386 LatexCommand ref
15387 reference "tab:Tabla-con-horizontales-coloreadas"
15388
15389 \end_inset
15390
15391 , inserta estos comandos en código TeX antes de la tabla o del flotante:
15392 \end_layout
15393
15394 \begin_layout Standard
15395
15396 \series bold
15397
15398 \backslash
15399 let
15400 \backslash
15401 myHlineC
15402 \backslash
15403 hline
15404 \begin_inset Newline newline
15405 \end_inset
15406
15407
15408 \backslash
15409 renewcommand{
15410 \backslash
15411 hline}
15412 \begin_inset Newline newline
15413 \end_inset
15414
15415
15416 \begin_inset ERT
15417 status collapsed
15418
15419 \begin_layout Plain Layout
15420
15421
15422 \backslash
15423 hphantom{ }
15424 \end_layout
15425
15426 \end_inset
15427
15428 {
15429 \backslash
15430 arrayrulecolor{red}
15431 \backslash
15432 myHlineC
15433 \backslash
15434 arrayrulecolor{black}}
15435 \end_layout
15436
15437 \begin_layout Standard
15438 \begin_inset ERT
15439 status collapsed
15440
15441 \begin_layout Plain Layout
15442
15443
15444 \backslash
15445 let
15446 \backslash
15447 myHlineC
15448 \backslash
15449 hline
15450 \end_layout
15451
15452 \begin_layout Plain Layout
15453
15454
15455 \backslash
15456 renewcommand{
15457 \backslash
15458 hline}
15459 \end_layout
15460
15461 \begin_layout Plain Layout
15462
15463  {
15464 \backslash
15465 arrayrulecolor{red}
15466 \backslash
15467 myHlineC
15468 \backslash
15469 arrayrulecolor{black}}
15470 \end_layout
15471
15472 \end_inset
15473
15474
15475 \begin_inset Float table
15476 placement h
15477 wide false
15478 sideways false
15479 status open
15480
15481 \begin_layout Plain Layout
15482 \begin_inset Caption
15483
15484 \begin_layout Plain Layout
15485 \begin_inset CommandInset label
15486 LatexCommand label
15487 name "tab:Tabla-con-horizontales-coloreadas"
15488
15489 \end_inset
15490
15491 Tabla con líneas horizontales coloreadas
15492 \end_layout
15493
15494 \end_inset
15495
15496
15497 \end_layout
15498
15499 \begin_layout Plain Layout
15500 \align center
15501 \begin_inset Tabular
15502 <lyxtabular version="3" rows="3" columns="3">
15503 <features>
15504 <column alignment="center" valignment="top" width="0">
15505 <column alignment="center" valignment="top" width="0">
15506 <column alignment="center" valignment="top" width="0">
15507 <row>
15508 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15509 \begin_inset Text
15510
15511 \begin_layout Plain Layout
15512 sd
15513 \end_layout
15514
15515 \end_inset
15516 </cell>
15517 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15518 \begin_inset Text
15519
15520 \begin_layout Plain Layout
15521
15522 \end_layout
15523
15524 \end_inset
15525 </cell>
15526 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15527 \begin_inset Text
15528
15529 \begin_layout Plain Layout
15530
15531 \end_layout
15532
15533 \end_inset
15534 </cell>
15535 </row>
15536 <row>
15537 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15538 \begin_inset Text
15539
15540 \begin_layout Plain Layout
15541
15542 \end_layout
15543
15544 \end_inset
15545 </cell>
15546 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15547 \begin_inset Text
15548
15549 \begin_layout Plain Layout
15550 sd
15551 \end_layout
15552
15553 \end_inset
15554 </cell>
15555 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15556 \begin_inset Text
15557
15558 \begin_layout Plain Layout
15559
15560 \end_layout
15561
15562 \end_inset
15563 </cell>
15564 </row>
15565 <row>
15566 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
15567 \begin_inset Text
15568
15569 \begin_layout Plain Layout
15570
15571 \end_layout
15572
15573 \end_inset
15574 </cell>
15575 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
15576 \begin_inset Text
15577
15578 \begin_layout Plain Layout
15579
15580 \end_layout
15581
15582 \end_inset
15583 </cell>
15584 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
15585 \begin_inset Text
15586
15587 \begin_layout Plain Layout
15588 sd
15589 \end_layout
15590
15591 \end_inset
15592 </cell>
15593 </row>
15594 </lyxtabular>
15595
15596 \end_inset
15597
15598
15599 \end_layout
15600
15601 \end_inset
15602
15603
15604 \end_layout
15605
15606 \begin_layout Standard
15607 Para volver al color de línea negro predeterminado inserta este comando
15608  en código TeX detrás de la tabla o el flotante:
15609 \end_layout
15610
15611 \begin_layout Standard
15612
15613 \series bold
15614
15615 \backslash
15616 renewcommand{
15617 \backslash
15618 hline}{
15619 \backslash
15620 myHlineC}
15621 \end_layout
15622
15623 \begin_layout Standard
15624 La tabla
15625 \begin_inset space ~
15626 \end_inset
15627
15628
15629 \begin_inset CommandInset ref
15630 LatexCommand ref
15631 reference "tab:Tabla-con-líneas-coloreadas"
15632
15633 \end_inset
15634
15635  es un ejemplo con líneas verticales y horizontales coloreadas.
15636 \end_layout
15637
15638 \begin_layout Standard
15639 \begin_inset Float table
15640 placement h
15641 wide false
15642 sideways false
15643 status open
15644
15645 \begin_layout Plain Layout
15646 \begin_inset Caption
15647
15648 \begin_layout Plain Layout
15649 \begin_inset CommandInset label
15650 LatexCommand label
15651 name "tab:Tabla-con-líneas-coloreadas"
15652
15653 \end_inset
15654
15655 Tabla con líneas coloreadas
15656 \end_layout
15657
15658 \end_inset
15659
15660
15661 \end_layout
15662
15663 \begin_layout Plain Layout
15664 \align center
15665 \begin_inset Tabular
15666 <lyxtabular version="3" rows="3" columns="3">
15667 <features>
15668 <column alignment="center" valignment="top" width="0" special="Wc">
15669 <column alignment="center" valignment="top" width="0" special="Wc">
15670 <column alignment="center" valignment="top" width="0" special="WcW">
15671 <row>
15672 <cell alignment="center" valignment="top" topline="true" usebox="none">
15673 \begin_inset Text
15674
15675 \begin_layout Plain Layout
15676 sd
15677 \end_layout
15678
15679 \end_inset
15680 </cell>
15681 <cell alignment="center" valignment="top" topline="true" usebox="none">
15682 \begin_inset Text
15683
15684 \begin_layout Plain Layout
15685
15686 \end_layout
15687
15688 \end_inset
15689 </cell>
15690 <cell alignment="center" valignment="top" topline="true" usebox="none">
15691 \begin_inset Text
15692
15693 \begin_layout Plain Layout
15694
15695 \end_layout
15696
15697 \end_inset
15698 </cell>
15699 </row>
15700 <row>
15701 <cell alignment="center" valignment="top" topline="true" usebox="none">
15702 \begin_inset Text
15703
15704 \begin_layout Plain Layout
15705
15706 \end_layout
15707
15708 \end_inset
15709 </cell>
15710 <cell alignment="center" valignment="top" topline="true" usebox="none">
15711 \begin_inset Text
15712
15713 \begin_layout Plain Layout
15714 sd
15715 \end_layout
15716
15717 \end_inset
15718 </cell>
15719 <cell alignment="center" valignment="top" topline="true" usebox="none">
15720 \begin_inset Text
15721
15722 \begin_layout Plain Layout
15723
15724 \end_layout
15725
15726 \end_inset
15727 </cell>
15728 </row>
15729 <row>
15730 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
15731 \begin_inset Text
15732
15733 \begin_layout Plain Layout
15734
15735 \end_layout
15736
15737 \end_inset
15738 </cell>
15739 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
15740 \begin_inset Text
15741
15742 \begin_layout Plain Layout
15743
15744 \end_layout
15745
15746 \end_inset
15747 </cell>
15748 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
15749 \begin_inset Text
15750
15751 \begin_layout Plain Layout
15752 sd
15753 \end_layout
15754
15755 \end_inset
15756 </cell>
15757 </row>
15758 </lyxtabular>
15759
15760 \end_inset
15761
15762
15763 \end_layout
15764
15765 \end_inset
15766
15767
15768 \end_layout
15769
15770 \begin_layout Standard
15771 \begin_inset ERT
15772 status collapsed
15773
15774 \begin_layout Plain Layout
15775
15776
15777 \backslash
15778 renewcommand{
15779 \backslash
15780 hline}{
15781 \backslash
15782 myHlineC}
15783 \end_layout
15784
15785 \end_inset
15786
15787
15788 \end_layout
15789
15790 \begin_layout Standard
15791 \begin_inset ERT
15792 status collapsed
15793
15794 \begin_layout Plain Layout
15795
15796
15797 \backslash
15798 setlength{
15799 \backslash
15800 arrayrulewidth}{0.4pt}
15801 \end_layout
15802
15803 \end_inset
15804
15805
15806 \end_layout
15807
15808 \begin_layout Section
15809 Personalización de tablas
15810 \begin_inset Index
15811 status collapsed
15812
15813 \begin_layout Plain Layout
15814 Personalización de tablas
15815 \end_layout
15816
15817 \end_inset
15818
15819
15820 \begin_inset Index
15821 status collapsed
15822
15823 \begin_layout Plain Layout
15824 Tablas ! Personalización
15825 \end_layout
15826
15827 \end_inset
15828
15829
15830 \end_layout
15831
15832 \begin_layout Subsection
15833 Espacio adicional en filas
15834 \begin_inset CommandInset label
15835 LatexCommand label
15836 name "sub:Espacio-adicional"
15837
15838 \end_inset
15839
15840
15841 \begin_inset Index
15842 status collapsed
15843
15844 \begin_layout Plain Layout
15845 Personalización de tablas ! Espacio adicional en filas
15846 \end_layout
15847
15848 \end_inset
15849
15850
15851 \end_layout
15852
15853 \begin_layout Standard
15854 Es posible añadir espacio vertical a las filas de una tabla en la solapa
15855  
15856 \family sans
15857 Bordes,
15858 \family default
15859  del diálogo de configuración de tablas.
15860  En el marco 
15861 \family sans
15862 Espacio
15863 \begin_inset space ~
15864 \end_inset
15865
15866 adicional
15867 \family default
15868  dispones de tres posibilidades:
15869 \end_layout
15870
15871 \begin_layout Description
15872 Superior
15873 \begin_inset space ~
15874 \end_inset
15875
15876 de
15877 \begin_inset space ~
15878 \end_inset
15879
15880 la
15881 \begin_inset space ~
15882 \end_inset
15883
15884 fila añade espacio sobre los caracteres de la fila.
15885  Si la tabla es de estilo formal
15886 \begin_inset Foot
15887 status collapsed
15888
15889 \begin_layout Plain Layout
15890 Las tablas formales se explican en la sección
15891 \begin_inset space ~
15892 \end_inset
15893
15894
15895 \begin_inset CommandInset ref
15896 LatexCommand ref
15897 reference "sec:Tablas-Formales"
15898
15899 \end_inset
15900
15901
15902 \end_layout
15903
15904 \end_inset
15905
15906  LyX insertará 0.5
15907 \begin_inset space \thinspace{}
15908 \end_inset
15909
15910 em por omisión.
15911  Si la tabla es de estilo normal el espacio adicional destruirá las líneas
15912  verticales, como se ve en la tabla siguiente:
15913 \begin_inset VSpace medskip
15914 \end_inset
15915
15916
15917 \begin_inset Newline newline
15918 \end_inset
15919
15920
15921 \begin_inset space \hspace*{}
15922 \length 0pt
15923 \end_inset
15924
15925
15926 \begin_inset space \hfill{}
15927 \end_inset
15928
15929
15930 \begin_inset Tabular
15931 <lyxtabular version="3" rows="3" columns="1">
15932 <features>
15933 <column alignment="center" valignment="top" width="0">
15934 <row>
15935 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15936 \begin_inset Text
15937
15938 \begin_layout Plain Layout
15939 A
15940 \end_layout
15941
15942 \end_inset
15943 </cell>
15944 </row>
15945 <row topspace="3mm">
15946 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15947 \begin_inset Text
15948
15949 \begin_layout Plain Layout
15950 3
15951 \begin_inset space \thinspace{}
15952 \end_inset
15953
15954 mm sobre la fila
15955 \end_layout
15956
15957 \end_inset
15958 </cell>
15959 </row>
15960 <row>
15961 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
15962 \begin_inset Text
15963
15964 \begin_layout Plain Layout
15965 C
15966 \end_layout
15967
15968 \end_inset
15969 </cell>
15970 </row>
15971 </lyxtabular>
15972
15973 \end_inset
15974
15975
15976 \begin_inset space \hfill{}
15977 \end_inset
15978
15979
15980 \begin_inset space \hspace*{}
15981 \length 0pt
15982 \end_inset
15983
15984
15985 \begin_inset VSpace medskip
15986 \end_inset
15987
15988
15989 \begin_inset Newline newline
15990 \end_inset
15991
15992 Así pues, insertar espacio superior en tablas normales sólo es útil en tablas
15993  sin líneas verticales.
15994 \end_layout
15995
15996 \begin_layout Description
15997 Inferior
15998 \begin_inset space ~
15999 \end_inset
16000
16001 de
16002 \begin_inset space ~
16003 \end_inset
16004
16005 la
16006 \begin_inset space ~
16007 \end_inset
16008
16009 fila añade espacio bajo los caracteres de la fila.
16010  Si la tabla es formal LyX inserta por omisión 0.5
16011 \begin_inset space \thinspace{}
16012 \end_inset
16013
16014 em; si la tabla es normal inserta 2
16015 \begin_inset space \thinspace{}
16016 \end_inset
16017
16018 pt.
16019  
16020 \end_layout
16021
16022 \begin_layout Description
16023 Entre
16024 \begin_inset space ~
16025 \end_inset
16026
16027 las
16028 \begin_inset space ~
16029 \end_inset
16030
16031 filas añade espacio entre la fila actual y la siguiente.
16032  Si la tabla es formal LyX inserta 0.5
16033 \begin_inset space \thinspace{}
16034 \end_inset
16035
16036 em por omisión.
16037  En tablas normales, el espacio adicional destruirá las líneas verticales
16038  de la tabla, como se ve en la siguiente:
16039 \begin_inset VSpace medskip
16040 \end_inset
16041
16042
16043 \begin_inset Newline newline
16044 \end_inset
16045
16046
16047 \begin_inset space \hspace*{}
16048 \length 0pt
16049 \end_inset
16050
16051
16052 \begin_inset space \hfill{}
16053 \end_inset
16054
16055
16056 \begin_inset Tabular
16057 <lyxtabular version="3" rows="3" columns="1">
16058 <features>
16059 <column alignment="center" valignment="top" width="0">
16060 <row>
16061 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16062 \begin_inset Text
16063
16064 \begin_layout Plain Layout
16065 A
16066 \end_layout
16067
16068 \end_inset
16069 </cell>
16070 </row>
16071 <row interlinespace="3mm">
16072 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16073 \begin_inset Text
16074
16075 \begin_layout Plain Layout
16076 \begin_inset Formula $\downarrow$
16077 \end_inset
16078
16079  3
16080 \begin_inset space \thinspace{}
16081 \end_inset
16082
16083 mm entre las filas
16084 \end_layout
16085
16086 \end_inset
16087 </cell>
16088 </row>
16089 <row>
16090 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
16091 \begin_inset Text
16092
16093 \begin_layout Plain Layout
16094 \begin_inset Formula $\uparrow$
16095 \end_inset
16096
16097  3
16098 \begin_inset space \thinspace{}
16099 \end_inset
16100
16101 mm entre las filas 
16102 \begin_inset Formula $\uparrow$
16103 \end_inset
16104
16105
16106 \end_layout
16107
16108 \end_inset
16109 </cell>
16110 </row>
16111 </lyxtabular>
16112
16113 \end_inset
16114
16115
16116 \begin_inset space \hfill{}
16117 \end_inset
16118
16119
16120 \begin_inset space \hspace*{}
16121 \length 0pt
16122 \end_inset
16123
16124
16125 \begin_inset VSpace medskip
16126 \end_inset
16127
16128
16129 \begin_inset Newline newline
16130 \end_inset
16131
16132 Así pues, los espacios adicionales entre filas de tablas normales sólo sirven
16133  para tablas sin líneas verticales.
16134 \end_layout
16135
16136 \begin_layout Standard
16137 \begin_inset VSpace bigskip
16138 \end_inset
16139
16140 Para añadir altura vertical extra a todas las celdas de todas las tablas,
16141  utiliza los siguientes comandos en el preámbulo:
16142 \end_layout
16143
16144 \begin_layout Standard
16145
16146 \series bold
16147
16148 \backslash
16149 @ifundefined{extrarowheight}
16150 \begin_inset Newline newline
16151 \end_inset
16152
16153
16154 \begin_inset ERT
16155 status collapsed
16156
16157 \begin_layout Plain Layout
16158
16159
16160 \backslash
16161 hphantom{ }
16162 \end_layout
16163
16164 \end_inset
16165
16166 {
16167 \backslash
16168 usepackage{array}}{}
16169 \begin_inset Newline newline
16170 \end_inset
16171
16172
16173 \backslash
16174 setlength{
16175 \backslash
16176 extrarowheight}{altura}
16177 \end_layout
16178
16179 \begin_layout Standard
16180 Esto tiene el inconveniente de que el texto de las celdas no estará exactamente
16181  centrado en vertical.
16182  (Lyx cargará automáticamente el paquete 
16183 \series bold
16184 array
16185 \series default
16186  cuando uses formatos de tabla autodefinidos.
16187  Para evitar que sea cargado dos veces se pone al principio el comando 
16188 \series bold
16189
16190 \backslash
16191 @ifundefined
16192 \series default
16193 .)
16194 \end_layout
16195
16196 \begin_layout Standard
16197
16198 \end_layout
16199
16200 \begin_layout Subsection
16201 Alineación especial de celdas
16202 \begin_inset Index
16203 status collapsed
16204
16205 \begin_layout Plain Layout
16206 Personalización de tablas ! Alineación especial de celdas
16207 \end_layout
16208
16209 \end_inset
16210
16211
16212 \end_layout
16213
16214 \begin_layout Standard
16215 A veces mejora la presentación si las entradas en las celdas de una columna
16216  se alinean con un carácter determinado, p.
16217 \begin_inset space \thinspace{}
16218 \end_inset
16219
16220 e.
16221 \begin_inset space ~
16222 \end_inset
16223
16224 el separador decimal, como en la tabla
16225 \begin_inset space ~
16226 \end_inset
16227
16228
16229 \begin_inset CommandInset ref
16230 LatexCommand ref
16231 reference "tab:Tabla-con-celdas-de"
16232
16233 \end_inset
16234
16235 .
16236 \end_layout
16237
16238 \begin_layout Standard
16239 \begin_inset Float table
16240 wide false
16241 sideways false
16242 status open
16243
16244 \begin_layout Plain Layout
16245 \begin_inset Caption
16246
16247 \begin_layout Plain Layout
16248 \begin_inset CommandInset label
16249 LatexCommand label
16250 name "tab:Tabla-con-celdas-de"
16251
16252 \end_inset
16253
16254 Tabla con celdas alineadas con el separador decimal.
16255 \end_layout
16256
16257 \end_inset
16258
16259
16260 \end_layout
16261
16262 \begin_layout Plain Layout
16263 \align center
16264 \begin_inset Tabular
16265 <lyxtabular version="3" rows="4" columns="2">
16266 <features>
16267 <column alignment="right" valignment="top" width="0">
16268 <column alignment="left" valignment="top" width="0" special="@{}l">
16269 <row>
16270 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" usebox="none">
16271 \begin_inset Text
16272
16273 \begin_layout Plain Layout
16274 leyenda
16275 \end_layout
16276
16277 \end_inset
16278 </cell>
16279 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16280 \begin_inset Text
16281
16282 \begin_layout Plain Layout
16283
16284 \end_layout
16285
16286 \end_inset
16287 </cell>
16288 </row>
16289 <row>
16290 <cell alignment="center" valignment="top" usebox="none">
16291 \begin_inset Text
16292
16293 \begin_layout Plain Layout
16294 12.
16295 \end_layout
16296
16297 \end_inset
16298 </cell>
16299 <cell alignment="center" valignment="top" usebox="none">
16300 \begin_inset Text
16301
16302 \begin_layout Plain Layout
16303 6
16304 \end_layout
16305
16306 \end_inset
16307 </cell>
16308 </row>
16309 <row>
16310 <cell alignment="center" valignment="top" usebox="none">
16311 \begin_inset Text
16312
16313 \begin_layout Plain Layout
16314 0.
16315 \end_layout
16316
16317 \end_inset
16318 </cell>
16319 <cell alignment="center" valignment="top" usebox="none">
16320 \begin_inset Text
16321
16322 \begin_layout Plain Layout
16323 68
16324 \end_layout
16325
16326 \end_inset
16327 </cell>
16328 </row>
16329 <row>
16330 <cell alignment="center" valignment="top" usebox="none">
16331 \begin_inset Text
16332
16333 \begin_layout Plain Layout
16334 -123.
16335 \end_layout
16336
16337 \end_inset
16338 </cell>
16339 <cell alignment="center" valignment="top" usebox="none">
16340 \begin_inset Text
16341
16342 \begin_layout Plain Layout
16343 0
16344 \end_layout
16345
16346 \end_inset
16347 </cell>
16348 </row>
16349 </lyxtabular>
16350
16351 \end_inset
16352
16353
16354 \end_layout
16355
16356 \end_inset
16357
16358
16359 \end_layout
16360
16361 \begin_layout Standard
16362 Esta es una tabla 4×2.
16363  La leyenda es una multicolumna centrada.
16364  La primera columna está alineada a la derecha y contiene el punto decimal
16365  y los dígitos anteriores.
16366  La segunda columna está alineada a la izquierda y contiene los dígitos
16367  posteriores al punto decimal.
16368  Para omitir el espacio que hay normalmente entre dos columnas usa el siguiente
16369  argumento LaTeX para la segunda columna:
16370 \end_layout
16371
16372 \begin_layout Standard
16373
16374 \series bold
16375 @{}l
16376 \end_layout
16377
16378 \begin_layout Standard
16379 La tabla
16380 \begin_inset space ~
16381 \end_inset
16382
16383
16384 \begin_inset CommandInset ref
16385 LatexCommand ref
16386 reference "tab:Varias-alineaciones"
16387
16388 \end_inset
16389
16390  muestra varios ejemplos de alineación.
16391  Para alinear con el signo de relación debes añadir el segundo espacio matemátic
16392 o más pequeño al comienzo de la última columna para conseguir el espacio
16393  adecuado alrededor del signo.
16394 \end_layout
16395
16396 \begin_layout Standard
16397 \begin_inset Float table
16398 wide false
16399 sideways false
16400 status open
16401
16402 \begin_layout Plain Layout
16403 \begin_inset Caption
16404
16405 \begin_layout Plain Layout
16406 \begin_inset CommandInset label
16407 LatexCommand label
16408 name "tab:Varias-alineaciones"
16409
16410 \end_inset
16411
16412 Tabla con varias alineaciones.
16413 \end_layout
16414
16415 \end_inset
16416
16417
16418 \end_layout
16419
16420 \begin_layout Plain Layout
16421 \align center
16422 \begin_inset Tabular
16423 <lyxtabular version="3" rows="4" columns="6">
16424 <features>
16425 <column alignment="right" valignment="top" width="0">
16426 <column alignment="left" valignment="top" width="0" special="@{}l">
16427 <column alignment="right" valignment="top" width="0">
16428 <column alignment="left" valignment="top" width="0" special="@{}l">
16429 <column alignment="right" valignment="top" width="0">
16430 <column alignment="left" valignment="top" width="0" special="@{}l">
16431 <row>
16432 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
16433 \begin_inset Text
16434
16435 \begin_layout Plain Layout
16436 unidades
16437 \end_layout
16438
16439 \end_inset
16440 </cell>
16441 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16442 \begin_inset Text
16443
16444 \begin_layout Plain Layout
16445
16446 \end_layout
16447
16448 \end_inset
16449 </cell>
16450 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
16451 \begin_inset Text
16452
16453 \begin_layout Plain Layout
16454 exponentes
16455 \end_layout
16456
16457 \end_inset
16458 </cell>
16459 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16460 \begin_inset Text
16461
16462 \begin_layout Plain Layout
16463
16464 \end_layout
16465
16466 \end_inset
16467 </cell>
16468 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" usebox="none">
16469 \begin_inset Text
16470
16471 \begin_layout Plain Layout
16472 relaciones
16473 \end_layout
16474
16475 \end_inset
16476 </cell>
16477 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16478 \begin_inset Text
16479
16480 \begin_layout Plain Layout
16481
16482 \end_layout
16483
16484 \end_inset
16485 </cell>
16486 </row>
16487 <row>
16488 <cell alignment="center" valignment="top" usebox="none">
16489 \begin_inset Text
16490
16491 \begin_layout Plain Layout
16492 12×
16493 \end_layout
16494
16495 \end_inset
16496 </cell>
16497 <cell alignment="center" valignment="top" rightline="true" usebox="none">
16498 \begin_inset Text
16499
16500 \begin_layout Plain Layout
16501 24
16502 \begin_inset space \thinspace{}
16503 \end_inset
16504
16505 bottles
16506 \end_layout
16507
16508 \end_inset
16509 </cell>
16510 <cell alignment="center" valignment="top" usebox="none">
16511 \begin_inset Text
16512
16513 \begin_layout Plain Layout
16514 \begin_inset Formula $10\cdot$
16515 \end_inset
16516
16517
16518 \end_layout
16519
16520 \end_inset
16521 </cell>
16522 <cell alignment="center" valignment="top" rightline="true" usebox="none">
16523 \begin_inset Text
16524
16525 \begin_layout Plain Layout
16526 \begin_inset Formula $10^{\mbox{-}17}$
16527 \end_inset
16528
16529
16530 \end_layout
16531
16532 \end_inset
16533 </cell>
16534 <cell alignment="center" valignment="top" usebox="none">
16535 \begin_inset Text
16536
16537 \begin_layout Plain Layout
16538 \begin_inset Formula $\Gamma(t)\propto$
16539 \end_inset
16540
16541
16542 \end_layout
16543
16544 \end_inset
16545 </cell>
16546 <cell alignment="center" valignment="top" usebox="none">
16547 \begin_inset Text
16548
16549 \begin_layout Plain Layout
16550 \begin_inset Formula $\:\Upsilon(t)$
16551 \end_inset
16552
16553
16554 \end_layout
16555
16556 \end_inset
16557 </cell>
16558 </row>
16559 <row>
16560 <cell alignment="center" valignment="top" usebox="none">
16561 \begin_inset Text
16562
16563 \begin_layout Plain Layout
16564 1024×
16565 \end_layout
16566
16567 \end_inset
16568 </cell>
16569 <cell alignment="center" valignment="top" rightline="true" usebox="none">
16570 \begin_inset Text
16571
16572 \begin_layout Plain Layout
16573 768
16574 \begin_inset space \thinspace{}
16575 \end_inset
16576
16577 Pixels
16578 \end_layout
16579
16580 \end_inset
16581 </cell>
16582 <cell alignment="center" valignment="top" usebox="none">
16583 \begin_inset Text
16584
16585 \begin_layout Plain Layout
16586 \begin_inset Formula $5.78\cdot$
16587 \end_inset
16588
16589
16590 \end_layout
16591
16592 \end_inset
16593 </cell>
16594 <cell alignment="center" valignment="top" rightline="true" usebox="none">
16595 \begin_inset Text
16596
16597 \begin_layout Plain Layout
16598 \begin_inset Formula $10^{7}$
16599 \end_inset
16600
16601
16602 \end_layout
16603
16604 \end_inset
16605 </cell>
16606 <cell alignment="center" valignment="top" usebox="none">
16607 \begin_inset Text
16608
16609 \begin_layout Plain Layout
16610 \begin_inset Formula $A\ne$
16611 \end_inset
16612
16613
16614 \end_layout
16615
16616 \end_inset
16617 </cell>
16618 <cell alignment="center" valignment="top" usebox="none">
16619 \begin_inset Text
16620
16621 \begin_layout Plain Layout
16622 \begin_inset Formula $\: B_{\mathrm{red}}$
16623 \end_inset
16624
16625
16626 \end_layout
16627
16628 \end_inset
16629 </cell>
16630 </row>
16631 <row>
16632 <cell alignment="center" valignment="top" usebox="none">
16633 \begin_inset Text
16634
16635 \begin_layout Plain Layout
16636 32×
16637 \end_layout
16638
16639 \end_inset
16640 </cell>
16641 <cell alignment="center" valignment="top" rightline="true" usebox="none">
16642 \begin_inset Text
16643
16644 \begin_layout Plain Layout
16645 6
16646 \begin_inset space \thinspace{}
16647 \end_inset
16648
16649 cm
16650 \end_layout
16651
16652 \end_inset
16653 </cell>
16654 <cell alignment="center" valignment="top" usebox="none">
16655 \begin_inset Text
16656
16657 \begin_layout Plain Layout
16658 -
16659 \begin_inset Formula $33.5\cdot$
16660 \end_inset
16661
16662
16663 \end_layout
16664
16665 \end_inset
16666 </cell>
16667 <cell alignment="center" valignment="top" rightline="true" usebox="none">
16668 \begin_inset Text
16669
16670 \begin_layout Plain Layout
16671 \begin_inset Formula $10^{4}$
16672 \end_inset
16673
16674
16675 \end_layout
16676
16677 \end_inset
16678 </cell>
16679 <cell alignment="center" valignment="top" usebox="none">
16680 \begin_inset Text
16681
16682 \begin_layout Plain Layout
16683 \begin_inset Formula $\sin(\alpha)\ge$
16684 \end_inset
16685
16686
16687 \end_layout
16688
16689 \end_inset
16690 </cell>
16691 <cell alignment="center" valignment="top" usebox="none">
16692 \begin_inset Text
16693
16694 \begin_layout Plain Layout
16695 \begin_inset Formula $\:\sin(\beta)$
16696 \end_inset
16697
16698
16699 \end_layout
16700
16701 \end_inset
16702 </cell>
16703 </row>
16704 </lyxtabular>
16705
16706 \end_inset
16707
16708
16709 \end_layout
16710
16711 \end_inset
16712
16713
16714 \end_layout
16715
16716 \begin_layout Standard
16717 \begin_inset VSpace bigskip
16718 \end_inset
16719
16720 También hay un paquete LaTeX, 
16721 \series bold
16722 dcolumn
16723 \series default
16724
16725 \begin_inset Index
16726 status collapsed
16727
16728 \begin_layout Plain Layout
16729 LaTeX-paquetes ! dcolumn
16730 \end_layout
16731
16732 \end_inset
16733
16734 , que permite alinear el contenido de las celdas.
16735  Pero desgraciadamente trata las entradas de celda en modo matemático y
16736  no permite fórmulas en celdas: la primera columna de la tabla
16737 \begin_inset space ~
16738 \end_inset
16739
16740
16741 \begin_inset CommandInset ref
16742 LatexCommand ref
16743 reference "tab:Varias-alineaciones"
16744
16745 \end_inset
16746
16747  se verá con 
16748 \series bold
16749 dcolumn
16750 \series default
16751  como la primera columna en la tabla
16752 \begin_inset space ~
16753 \end_inset
16754
16755
16756 \begin_inset CommandInset ref
16757 LatexCommand ref
16758 reference "tab:Alineaciones-con-el"
16759
16760 \end_inset
16761
16762  y sólo con algunos trucos se consigue lo que se espera.
16763  La alineación de la segunda y tercera columnas de la tabla
16764 \begin_inset space ~
16765 \end_inset
16766
16767
16768 \begin_inset CommandInset ref
16769 LatexCommand ref
16770 reference "tab:Varias-alineaciones"
16771
16772 \end_inset
16773
16774  no es posible con 
16775 \series bold
16776 dcolumn
16777 \series default
16778 .
16779 \end_layout
16780
16781 \begin_layout Standard
16782 \begin_inset Float table
16783 placement h
16784 wide false
16785 sideways false
16786 status open
16787
16788 \begin_layout Plain Layout
16789 \begin_inset Caption
16790
16791 \begin_layout Plain Layout
16792 \begin_inset CommandInset label
16793 LatexCommand label
16794 name "tab:Alineaciones-con-el"
16795
16796 \end_inset
16797
16798
16799 \begin_inset OptArg
16800 status open
16801
16802 \begin_layout Plain Layout
16803 Tabla alineada con 
16804 \series bold
16805 dcolumn
16806 \end_layout
16807
16808 \end_inset
16809
16810 Alineaciones con el paquete LaTeX 
16811 \series bold
16812 dcolumn
16813 \series default
16814 .
16815  Se han tenido que usar unos trucos para la alineación de las columnas en
16816  la salida.
16817 \end_layout
16818
16819 \end_inset
16820
16821
16822 \end_layout
16823
16824 \begin_layout Plain Layout
16825 \align center
16826 \begin_inset Tabular
16827 <lyxtabular version="3" rows="4" columns="3">
16828 <features>
16829 <column alignment="center" valignment="top" width="0" special="D{x}{\times}{4.9}">
16830 <column alignment="center" valignment="top" width="0" special="D{x}{\times}{4.9}">
16831 <column alignment="center" valignment="top" width="0" special="D{~}{\,}{9.7}">
16832 <row>
16833 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
16834 \begin_inset Text
16835
16836 \begin_layout Plain Layout
16837 unidades
16838 \end_layout
16839
16840 \end_inset
16841 </cell>
16842 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
16843 \begin_inset Text
16844
16845 \begin_layout Plain Layout
16846 unidades
16847 \end_layout
16848
16849 \end_inset
16850 </cell>
16851 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" usebox="none">
16852 \begin_inset Text
16853
16854 \begin_layout Plain Layout
16855 unidades
16856 \end_layout
16857
16858 \end_inset
16859 </cell>
16860 </row>
16861 <row>
16862 <cell alignment="center" valignment="top" rightline="true" usebox="none">
16863 \begin_inset Text
16864
16865 \begin_layout Plain Layout
16866 12x24
16867 \begin_inset space \thinspace{}
16868 \end_inset
16869
16870 bottles
16871 \end_layout
16872
16873 \end_inset
16874 </cell>
16875 <cell alignment="center" valignment="top" rightline="true" usebox="none">
16876 \begin_inset Text
16877
16878 \begin_layout Plain Layout
16879 12x24
16880 \begin_inset space \thinspace{}
16881 \end_inset
16882
16883
16884 \begin_inset Formula $\mbox{bottles}$
16885 \end_inset
16886
16887
16888 \end_layout
16889
16890 \end_inset
16891 </cell>
16892 <cell alignment="center" valignment="top" usebox="none">
16893 \begin_inset Text
16894
16895 \begin_layout Plain Layout
16896 12
16897 \begin_inset ERT
16898 status collapsed
16899
16900 \begin_layout Plain Layout
16901
16902
16903 \backslash
16904 times
16905 \end_layout
16906
16907 \end_inset
16908
16909 24~
16910 \begin_inset Formula $\mbox{bottles}$
16911 \end_inset
16912
16913
16914 \end_layout
16915
16916 \end_inset
16917 </cell>
16918 </row>
16919 <row>
16920 <cell alignment="center" valignment="top" rightline="true" usebox="none">
16921 \begin_inset Text
16922
16923 \begin_layout Plain Layout
16924 1024x768
16925 \begin_inset space \thinspace{}
16926 \end_inset
16927
16928 Pixels
16929 \end_layout
16930
16931 \end_inset
16932 </cell>
16933 <cell alignment="center" valignment="top" rightline="true" usebox="none">
16934 \begin_inset Text
16935
16936 \begin_layout Plain Layout
16937 1024x768
16938 \begin_inset space \thinspace{}
16939 \end_inset
16940
16941
16942 \begin_inset Formula $\mbox{Pixels}$
16943 \end_inset
16944
16945
16946 \end_layout
16947
16948 \end_inset
16949 </cell>
16950 <cell alignment="center" valignment="top" usebox="none">
16951 \begin_inset Text
16952
16953 \begin_layout Plain Layout
16954 1024
16955 \begin_inset ERT
16956 status collapsed
16957
16958 \begin_layout Plain Layout
16959
16960
16961 \backslash
16962 times
16963 \end_layout
16964
16965 \end_inset
16966
16967 768~
16968 \begin_inset Formula $\mbox{Pixels}$
16969 \end_inset
16970
16971  
16972 \end_layout
16973
16974 \end_inset
16975 </cell>
16976 </row>
16977 <row>
16978 <cell alignment="center" valignment="top" rightline="true" usebox="none">
16979 \begin_inset Text
16980
16981 \begin_layout Plain Layout
16982 32x6
16983 \begin_inset space \thinspace{}
16984 \end_inset
16985
16986 cm
16987 \end_layout
16988
16989 \end_inset
16990 </cell>
16991 <cell alignment="center" valignment="top" rightline="true" usebox="none">
16992 \begin_inset Text
16993
16994 \begin_layout Plain Layout
16995 32x6
16996 \begin_inset space \thinspace{}
16997 \end_inset
16998
16999
17000 \begin_inset Formula $\mbox{cm}$
17001 \end_inset
17002
17003
17004 \end_layout
17005
17006 \end_inset
17007 </cell>
17008 <cell alignment="center" valignment="top" usebox="none">
17009 \begin_inset Text
17010
17011 \begin_layout Plain Layout
17012 32
17013 \begin_inset ERT
17014 status collapsed
17015
17016 \begin_layout Plain Layout
17017
17018
17019 \backslash
17020 times
17021 \end_layout
17022
17023 \end_inset
17024
17025 6~
17026 \begin_inset Formula $\mbox{cm}$
17027 \end_inset
17028
17029
17030 \end_layout
17031
17032 \end_inset
17033 </cell>
17034 </row>
17035 </lyxtabular>
17036
17037 \end_inset
17038
17039
17040 \end_layout
17041
17042 \end_inset
17043
17044
17045 \end_layout
17046
17047 \begin_layout Subsection
17048 Formato personalizado de celda/columna
17049 \begin_inset CommandInset label
17050 LatexCommand label
17051 name "sub:Formato-Personalizado"
17052
17053 \end_inset
17054
17055
17056 \begin_inset Index
17057 status collapsed
17058
17059 \begin_layout Plain Layout
17060 Personalización de tablas ! Formato de celda/columna
17061 \end_layout
17062
17063 \end_inset
17064
17065
17066 \end_layout
17067
17068 \begin_layout Standard
17069 El cálculo de la anchura necesaria para columnas extendidas descrito en
17070  la sección
17071 \begin_inset space ~
17072 \end_inset
17073
17074
17075 \begin_inset CommandInset ref
17076 LatexCommand ref
17077 reference "sub:Cálculos-en-Multicolumnas"
17078
17079 \end_inset
17080
17081  es muy pesado si tienes varias tablas con multicolumnas.
17082  Para hacerlo más fácil, puedes definir en el preámbulo un formato de celda/colu
17083 mna aplicable a todas las tablas del documento.
17084  El formato se define con el comando
17085 \end_layout
17086
17087 \begin_layout Standard
17088
17089 \series bold
17090
17091 \backslash
17092 newcolumntype{nombre del formato}[número de argumentos]{comandos}
17093 \end_layout
17094
17095 \begin_layout Standard
17096 El nombre de formato puede ser una sola letra.
17097  Las letras 
17098 \emph on
17099 b, c, l, m, p
17100 \emph default
17101  y 
17102 \emph on
17103 r
17104 \emph default
17105  están predefinidas y no pueden usarse.
17106  Pero se permiten todas las mayúsculas.
17107 \end_layout
17108
17109 \begin_layout Standard
17110 \begin_inset VSpace medskip
17111 \end_inset
17112
17113
17114 \end_layout
17115
17116 \begin_layout Standard
17117 Para celdas multicolumna vertical y horizontalmente centradas con una anchura
17118  fija puedes definir el formato de celda
17119 \end_layout
17120
17121 \begin_layout Standard
17122
17123 \series bold
17124
17125 \backslash
17126 newcolumntype{M}[1]{>{
17127 \backslash
17128 centering
17129 \backslash
17130 hspace{0pt}}m{#1}}
17131 \end_layout
17132
17133 \begin_layout Standard
17134 donde 
17135 \series bold
17136
17137 \backslash
17138 hspace{0pt}
17139 \series default
17140  evita el problema de partir con guión la primera palabra, como se describe
17141  en la sección
17142 \begin_inset space ~
17143 \end_inset
17144
17145
17146 \begin_inset CommandInset ref
17147 LatexCommand ref
17148 reference "sub:Líneas-Múltiples-en"
17149
17150 \end_inset
17151
17152 .
17153  Ahora puedes introducir simplemente
17154 \end_layout
17155
17156 \begin_layout Standard
17157
17158 \series bold
17159 M{ancho}
17160 \end_layout
17161
17162 \begin_layout Standard
17163 como argumento LaTeX en el diálogo de tabla para crear una multicolumna.
17164 \end_layout
17165
17166 \begin_layout Standard
17167 \begin_inset VSpace bigskip
17168 \end_inset
17169
17170
17171 \end_layout
17172
17173 \begin_layout Standard
17174 Para celdas extendidas en una celda multicolumna, puedes definir el formato
17175 \end_layout
17176
17177 \begin_layout Standard
17178
17179 \series bold
17180
17181 \backslash
17182 newcolumntype{S}[2]{>{
17183 \backslash
17184 centering
17185 \backslash
17186 hspace{0pt}}
17187 \begin_inset Newline newline
17188 \end_inset
17189
17190
17191 \begin_inset ERT
17192 status collapsed
17193
17194 \begin_layout Plain Layout
17195
17196
17197 \backslash
17198 phantom{
17199 \end_layout
17200
17201 \end_inset
17202
17203
17204 \backslash
17205 newcolumntype
17206 \begin_inset ERT
17207 status collapsed
17208
17209 \begin_layout Plain Layout
17210
17211 }
17212 \end_layout
17213
17214 \end_inset
17215
17216 m{(#1+(2
17217 \backslash
17218 tabcolsep+
17219 \backslash
17220 arrayrulewidth)*(1-#2))/#2}}
17221 \end_layout
17222
17223 \begin_layout Standard
17224 Este formato usa la ecuación 
17225 \begin_inset CommandInset ref
17226 LatexCommand eqref
17227 reference "eq:Wgn"
17228
17229 \end_inset
17230
17231  para calcular la anchura necesaria para que cada celda extendida tenga
17232  la misma anchura.
17233 \end_layout
17234
17235 \begin_layout Standard
17236 Ahora puedes introducir
17237 \end_layout
17238
17239 \begin_layout Standard
17240
17241 \series bold
17242 S{ancho de la celda multicolumna}{número de columnas extendidas}
17243 \end_layout
17244
17245 \begin_layout Standard
17246 como argumento LaTeX de la columna.
17247 \end_layout
17248
17249 \begin_layout Standard
17250 \begin_inset VSpace bigskip
17251 \end_inset
17252
17253
17254 \end_layout
17255
17256 \begin_layout Standard
17257 Para columnas coloreadas puedes definir
17258 \end_layout
17259
17260 \begin_layout Standard
17261
17262 \series bold
17263
17264 \backslash
17265 newcolumntype{K}[1]{>{
17266 \backslash
17267 columncolor{#1}
17268 \backslash
17269 hspace{0pt}}c}
17270 \end_layout
17271
17272 \begin_layout Standard
17273 La «c» al final crea una columna con anchura flexible cuyo texto está centrado
17274  horizontalmente.
17275  Ahora puedes introducir
17276 \end_layout
17277
17278 \begin_layout Standard
17279
17280 \series bold
17281 K{nombre del color}
17282 \end_layout
17283
17284 \begin_layout Standard
17285 como argumento LaTeX.
17286 \end_layout
17287
17288 \begin_layout Standard
17289 \begin_inset VSpace bigskip
17290 \end_inset
17291
17292
17293 \end_layout
17294
17295 \begin_layout Standard
17296 Para crear la tabla
17297 \begin_inset space ~
17298 \end_inset
17299
17300
17301 \begin_inset CommandInset ref
17302 LatexCommand ref
17303 reference "tab:Tabla-con-formatos-definidos-por"
17304
17305 \end_inset
17306
17307  usa los argumentos LaTeX
17308 \end_layout
17309
17310 \begin_layout Standard
17311
17312 \series bold
17313 M{2.5cm}
17314 \end_layout
17315
17316 \begin_layout Standard
17317 para la primera columna y la multicolumna,
17318 \end_layout
17319
17320 \begin_layout Standard
17321
17322 \series bold
17323 K{red}
17324 \end_layout
17325
17326 \begin_layout Standard
17327 para la última columna y
17328 \end_layout
17329
17330 \begin_layout Standard
17331
17332 \series bold
17333 S{2.5cm}{2}
17334 \end_layout
17335
17336 \begin_layout Standard
17337 para las celdas en la segunda columna.
17338 \end_layout
17339
17340 \begin_layout Standard
17341 \begin_inset Float table
17342 placement h
17343 wide false
17344 sideways false
17345 status open
17346
17347 \begin_layout Plain Layout
17348 \begin_inset Caption
17349
17350 \begin_layout Plain Layout
17351 \begin_inset CommandInset label
17352 LatexCommand label
17353 name "tab:Tabla-con-formatos-definidos-por"
17354
17355 \end_inset
17356
17357 Tabla con formatos definidos por el usuario
17358 \end_layout
17359
17360 \end_inset
17361
17362
17363 \end_layout
17364
17365 \begin_layout Plain Layout
17366 \align center
17367 \begin_inset Tabular
17368 <lyxtabular version="3" rows="3" columns="4">
17369 <features>
17370 <column alignment="center" valignment="middle" width="2.5cm" special="M{2.5cm}">
17371 <column alignment="center" valignment="middle" width="0" special="S{2.5cm}{2}">
17372 <column alignment="center" valignment="middle" width="0">
17373 <column alignment="center" valignment="middle" width="0" special="K{red}">
17374 <row>
17375 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17376 \begin_inset Text
17377
17378 \begin_layout Plain Layout
17379 palabramuylargaenceldadetabla
17380 \end_layout
17381
17382 \end_inset
17383 </cell>
17384 <cell multicolumn="1" alignment="center" valignment="top" topline="true" leftline="true" usebox="none" special="M{2.5cm}">
17385 \begin_inset Text
17386
17387 \begin_layout Plain Layout
17388 multicolumna línea múltiple
17389 \end_layout
17390
17391 \end_inset
17392 </cell>
17393 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17394 \begin_inset Text
17395
17396 \begin_layout Plain Layout
17397
17398 \end_layout
17399
17400 \end_inset
17401 </cell>
17402 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17403 \begin_inset Text
17404
17405 \begin_layout Plain Layout
17406 c
17407 \end_layout
17408
17409 \end_inset
17410 </cell>
17411 </row>
17412 <row>
17413 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17414 \begin_inset Text
17415
17416 \begin_layout Plain Layout
17417 d
17418 \end_layout
17419
17420 \end_inset
17421 </cell>
17422 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17423 \begin_inset Text
17424
17425 \begin_layout Plain Layout
17426 e
17427 \end_layout
17428
17429 \end_inset
17430 </cell>
17431 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17432 \begin_inset Text
17433
17434 \begin_layout Plain Layout
17435 f
17436 \end_layout
17437
17438 \end_inset
17439 </cell>
17440 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17441 \begin_inset Text
17442
17443 \begin_layout Plain Layout
17444 g
17445 \end_layout
17446
17447 \end_inset
17448 </cell>
17449 </row>
17450 <row>
17451 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
17452 \begin_inset Text
17453
17454 \begin_layout Plain Layout
17455 h
17456 \end_layout
17457
17458 \end_inset
17459 </cell>
17460 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
17461 \begin_inset Text
17462
17463 \begin_layout Plain Layout
17464 i
17465 \end_layout
17466
17467 \end_inset
17468 </cell>
17469 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
17470 \begin_inset Text
17471
17472 \begin_layout Plain Layout
17473 j
17474 \end_layout
17475
17476 \end_inset
17477 </cell>
17478 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
17479 \begin_inset Text
17480
17481 \begin_layout Plain Layout
17482 k
17483 \end_layout
17484
17485 \end_inset
17486 </cell>
17487 </row>
17488 </lyxtabular>
17489
17490 \end_inset
17491
17492
17493 \end_layout
17494
17495 \end_inset
17496
17497
17498 \end_layout
17499
17500 \begin_layout Subsection
17501 Grosor de líneas
17502 \begin_inset CommandInset label
17503 LatexCommand label
17504 name "sub:Grosor-de-Líneas"
17505
17506 \end_inset
17507
17508
17509 \begin_inset Index
17510 status collapsed
17511
17512 \begin_layout Plain Layout
17513 Personalización de tablas ! Grosor de línea
17514 \end_layout
17515
17516 \end_inset
17517
17518
17519 \end_layout
17520
17521 \begin_layout Standard
17522 El grosor para todas las líneas de una tabla puede ajustarse con la longitud
17523  
17524 \series bold
17525
17526 \backslash
17527 arrayrulewidth
17528 \series default
17529 .
17530  Por ejemplo, para poner un grosor de línea de 1.5
17531 \begin_inset space \thinspace{}
17532 \end_inset
17533
17534 pt, como en la tabla
17535 \begin_inset space ~
17536 \end_inset
17537
17538
17539 \begin_inset CommandInset ref
17540 LatexCommand ref
17541 reference "tab:Tabla-con-líneas"
17542
17543 \end_inset
17544
17545 , inserta el comando
17546 \end_layout
17547
17548 \begin_layout Standard
17549
17550 \series bold
17551
17552 \backslash
17553 setlength{
17554 \backslash
17555 arrayrulewidth}{1.5pt}
17556 \end_layout
17557
17558 \begin_layout Standard
17559 en código TeX antes de la tabla o flotante.
17560  Este cambio es válido para todas las siguientes tablas.
17561  Para volver al valor predeterminado, define 
17562 \series bold
17563
17564 \backslash
17565 arrayrulewidth
17566 \series default
17567  a 0.4
17568 \begin_inset space \thinspace{}
17569 \end_inset
17570
17571 pt en código TeX detrás de la tabla o flotante.
17572 \end_layout
17573
17574 \begin_layout Standard
17575 \begin_inset ERT
17576 status collapsed
17577
17578 \begin_layout Plain Layout
17579
17580
17581 \backslash
17582 setlength{
17583 \backslash
17584 arrayrulewidth}{1.5pt}
17585 \end_layout
17586
17587 \end_inset
17588
17589
17590 \begin_inset Float table
17591 wide false
17592 sideways false
17593 status open
17594
17595 \begin_layout Plain Layout
17596 \begin_inset Caption
17597
17598 \begin_layout Plain Layout
17599 \begin_inset CommandInset label
17600 LatexCommand label
17601 name "tab:Tabla-con-líneas"
17602
17603 \end_inset
17604
17605 Tabla con líneas de grosor 1.5
17606 \begin_inset space \thinspace{}
17607 \end_inset
17608
17609 pt
17610 \end_layout
17611
17612 \end_inset
17613
17614
17615 \end_layout
17616
17617 \begin_layout Plain Layout
17618 \align center
17619 \begin_inset Tabular
17620 <lyxtabular version="3" rows="3" columns="3">
17621 <features>
17622 <column alignment="center" valignment="top" width="0">
17623 <column alignment="center" valignment="top" width="0">
17624 <column alignment="center" valignment="top" width="0">
17625 <row>
17626 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17627 \begin_inset Text
17628
17629 \begin_layout Plain Layout
17630 sd
17631 \end_layout
17632
17633 \end_inset
17634 </cell>
17635 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17636 \begin_inset Text
17637
17638 \begin_layout Plain Layout
17639
17640 \end_layout
17641
17642 \end_inset
17643 </cell>
17644 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17645 \begin_inset Text
17646
17647 \begin_layout Plain Layout
17648
17649 \end_layout
17650
17651 \end_inset
17652 </cell>
17653 </row>
17654 <row>
17655 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17656 \begin_inset Text
17657
17658 \begin_layout Plain Layout
17659
17660 \end_layout
17661
17662 \end_inset
17663 </cell>
17664 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17665 \begin_inset Text
17666
17667 \begin_layout Plain Layout
17668 sd
17669 \end_layout
17670
17671 \end_inset
17672 </cell>
17673 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17674 \begin_inset Text
17675
17676 \begin_layout Plain Layout
17677
17678 \end_layout
17679
17680 \end_inset
17681 </cell>
17682 </row>
17683 <row>
17684 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
17685 \begin_inset Text
17686
17687 \begin_layout Plain Layout
17688
17689 \end_layout
17690
17691 \end_inset
17692 </cell>
17693 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
17694 \begin_inset Text
17695
17696 \begin_layout Plain Layout
17697
17698 \end_layout
17699
17700 \end_inset
17701 </cell>
17702 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
17703 \begin_inset Text
17704
17705 \begin_layout Plain Layout
17706 sd
17707 \end_layout
17708
17709 \end_inset
17710 </cell>
17711 </row>
17712 </lyxtabular>
17713
17714 \end_inset
17715
17716
17717 \end_layout
17718
17719 \end_inset
17720
17721
17722 \begin_inset ERT
17723 status collapsed
17724
17725 \begin_layout Plain Layout
17726
17727
17728 \backslash
17729 setlength{
17730 \backslash
17731 arrayrulewidth}{0.4pt}
17732 \end_layout
17733
17734 \end_inset
17735
17736
17737 \end_layout
17738
17739 \begin_layout Standard
17740 \begin_inset VSpace bigskip
17741 \end_inset
17742
17743 Para definir un grosor de 1.5
17744 \begin_inset space \thinspace{}
17745 \end_inset
17746
17747 pt sólo para líneas horizontales, como en la tabla
17748 \begin_inset space ~
17749 \end_inset
17750
17751
17752 \begin_inset CommandInset ref
17753 LatexCommand ref
17754 reference "tab:Tabla-con-horizontales"
17755
17756 \end_inset
17757
17758 , inserta estos comandos en código TeX antes de la tabla o flotante:
17759 \end_layout
17760
17761 \begin_layout Standard
17762
17763 \series bold
17764
17765 \backslash
17766 let
17767 \backslash
17768 myHline
17769 \backslash
17770 hline
17771 \begin_inset Newline newline
17772 \end_inset
17773
17774
17775 \backslash
17776 renewcommand{
17777 \backslash
17778 hline}
17779 \begin_inset Newline newline
17780 \end_inset
17781
17782  {
17783 \backslash
17784 noalign{
17785 \backslash
17786 global
17787 \backslash
17788 arrayrulewidth 1.5pt}
17789 \begin_inset Newline newline
17790 \end_inset
17791
17792   
17793 \backslash
17794 myHline
17795 \backslash
17796 noalign{
17797 \backslash
17798 global
17799 \backslash
17800 arrayrulewidth 0.4pt}}
17801 \end_layout
17802
17803 \begin_layout Standard
17804 Para volver al grosor predeterminado, inserta este comando en código TeX
17805  detrás de la tabla o flotante:
17806 \end_layout
17807
17808 \begin_layout Standard
17809
17810 \series bold
17811
17812 \backslash
17813 renewcommand{
17814 \backslash
17815 hline}{
17816 \backslash
17817 myHline}
17818 \end_layout
17819
17820 \begin_layout Standard
17821 \begin_inset ERT
17822 status collapsed
17823
17824 \begin_layout Plain Layout
17825
17826
17827 \backslash
17828 let
17829 \backslash
17830 myHline
17831 \backslash
17832 hline
17833 \end_layout
17834
17835 \begin_layout Plain Layout
17836
17837
17838 \backslash
17839 renewcommand{
17840 \backslash
17841 hline}
17842 \end_layout
17843
17844 \begin_layout Plain Layout
17845
17846  {
17847 \backslash
17848 noalign{
17849 \backslash
17850 global
17851 \backslash
17852 arrayrulewidth 1.5pt}
17853 \end_layout
17854
17855 \begin_layout Plain Layout
17856
17857   
17858 \backslash
17859 myHline
17860 \backslash
17861 noalign{
17862 \backslash
17863 global
17864 \backslash
17865 arrayrulewidth 0.4pt}}
17866 \end_layout
17867
17868 \end_inset
17869
17870
17871 \begin_inset Float table
17872 wide false
17873 sideways false
17874 status open
17875
17876 \begin_layout Plain Layout
17877 \begin_inset Caption
17878
17879 \begin_layout Plain Layout
17880 \begin_inset CommandInset label
17881 LatexCommand label
17882 name "tab:Tabla-con-horizontales"
17883
17884 \end_inset
17885
17886 Tabla con líneas horizontales de 1.5
17887 \begin_inset space \thinspace{}
17888 \end_inset
17889
17890 pt
17891 \end_layout
17892
17893 \end_inset
17894
17895
17896 \end_layout
17897
17898 \begin_layout Plain Layout
17899 \align center
17900 \begin_inset Tabular
17901 <lyxtabular version="3" rows="3" columns="3">
17902 <features>
17903 <column alignment="center" valignment="top" width="0">
17904 <column alignment="center" valignment="top" width="0">
17905 <column alignment="center" valignment="top" width="0">
17906 <row>
17907 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17908 \begin_inset Text
17909
17910 \begin_layout Plain Layout
17911 sd
17912 \end_layout
17913
17914 \end_inset
17915 </cell>
17916 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17917 \begin_inset Text
17918
17919 \begin_layout Plain Layout
17920
17921 \end_layout
17922
17923 \end_inset
17924 </cell>
17925 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17926 \begin_inset Text
17927
17928 \begin_layout Plain Layout
17929
17930 \end_layout
17931
17932 \end_inset
17933 </cell>
17934 </row>
17935 <row>
17936 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17937 \begin_inset Text
17938
17939 \begin_layout Plain Layout
17940
17941 \end_layout
17942
17943 \end_inset
17944 </cell>
17945 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17946 \begin_inset Text
17947
17948 \begin_layout Plain Layout
17949 sd
17950 \end_layout
17951
17952 \end_inset
17953 </cell>
17954 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17955 \begin_inset Text
17956
17957 \begin_layout Plain Layout
17958
17959 \end_layout
17960
17961 \end_inset
17962 </cell>
17963 </row>
17964 <row>
17965 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
17966 \begin_inset Text
17967
17968 \begin_layout Plain Layout
17969
17970 \end_layout
17971
17972 \end_inset
17973 </cell>
17974 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
17975 \begin_inset Text
17976
17977 \begin_layout Plain Layout
17978
17979 \end_layout
17980
17981 \end_inset
17982 </cell>
17983 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
17984 \begin_inset Text
17985
17986 \begin_layout Plain Layout
17987 sd
17988 \end_layout
17989
17990 \end_inset
17991 </cell>
17992 </row>
17993 </lyxtabular>
17994
17995 \end_inset
17996
17997
17998 \end_layout
17999
18000 \end_inset
18001
18002
18003 \begin_inset ERT
18004 status collapsed
18005
18006 \begin_layout Plain Layout
18007
18008
18009 \backslash
18010 renewcommand{
18011 \backslash
18012 hline}{
18013 \backslash
18014 myHline}
18015 \end_layout
18016
18017 \end_inset
18018
18019
18020 \end_layout
18021
18022 \begin_layout Standard
18023 \begin_inset VSpace bigskip
18024 \end_inset
18025
18026 Para establecer un grosor de 1.5 pt sólo para líneas verticales, crea el
18027  siguiente formato de columna en el preámbulo del documento, de acuerdo
18028  con lo descrito en la sección
18029 \begin_inset space ~
18030 \end_inset
18031
18032
18033 \begin_inset CommandInset ref
18034 LatexCommand ref
18035 reference "sub:Formato-Personalizado"
18036
18037 \end_inset
18038
18039 :
18040 \end_layout
18041
18042 \begin_layout Standard
18043
18044 \series bold
18045
18046 \backslash
18047 newcolumntype{V}{!{
18048 \backslash
18049 vrule width 1.5pt}}
18050 \end_layout
18051
18052 \begin_layout Standard
18053 Para la tabla
18054 \begin_inset space ~
18055 \end_inset
18056
18057
18058 \begin_inset CommandInset ref
18059 LatexCommand ref
18060 reference "tab:Tabla-con-verticales"
18061
18062 \end_inset
18063
18064  se usó el argumento LaTeX
18065 \end_layout
18066
18067 \begin_layout Standard
18068
18069 \series bold
18070 VcV
18071 \end_layout
18072
18073 \begin_layout Standard
18074 para la última columna y
18075 \end_layout
18076
18077 \begin_layout Standard
18078
18079 \series bold
18080 Vc
18081 \end_layout
18082
18083 \begin_layout Standard
18084 para las otras.
18085 \end_layout
18086
18087 \begin_layout Standard
18088 \begin_inset Float table
18089 wide false
18090 sideways false
18091 status open
18092
18093 \begin_layout Plain Layout
18094 \begin_inset Caption
18095
18096 \begin_layout Plain Layout
18097 \begin_inset CommandInset label
18098 LatexCommand label
18099 name "tab:Tabla-con-verticales"
18100
18101 \end_inset
18102
18103 Tabla con líneas verticales de 1.5
18104 \begin_inset space \thinspace{}
18105 \end_inset
18106
18107 pt de grosor
18108 \end_layout
18109
18110 \end_inset
18111
18112
18113 \end_layout
18114
18115 \begin_layout Plain Layout
18116 \align center
18117 \begin_inset Tabular
18118 <lyxtabular version="3" rows="3" columns="3">
18119 <features>
18120 <column alignment="center" valignment="top" width="0" special="Vc">
18121 <column alignment="center" valignment="top" width="0" special="Vc">
18122 <column alignment="center" valignment="top" width="0" special="VcV">
18123 <row>
18124 <cell alignment="center" valignment="top" topline="true" usebox="none">
18125 \begin_inset Text
18126
18127 \begin_layout Plain Layout
18128 sd
18129 \end_layout
18130
18131 \end_inset
18132 </cell>
18133 <cell alignment="center" valignment="top" topline="true" usebox="none">
18134 \begin_inset Text
18135
18136 \begin_layout Plain Layout
18137
18138 \end_layout
18139
18140 \end_inset
18141 </cell>
18142 <cell alignment="center" valignment="top" topline="true" usebox="none">
18143 \begin_inset Text
18144
18145 \begin_layout Plain Layout
18146
18147 \end_layout
18148
18149 \end_inset
18150 </cell>
18151 </row>
18152 <row>
18153 <cell alignment="center" valignment="top" topline="true" usebox="none">
18154 \begin_inset Text
18155
18156 \begin_layout Plain Layout
18157
18158 \end_layout
18159
18160 \end_inset
18161 </cell>
18162 <cell alignment="center" valignment="top" topline="true" usebox="none">
18163 \begin_inset Text
18164
18165 \begin_layout Plain Layout
18166 sd
18167 \end_layout
18168
18169 \end_inset
18170 </cell>
18171 <cell alignment="center" valignment="top" topline="true" usebox="none">
18172 \begin_inset Text
18173
18174 \begin_layout Plain Layout
18175
18176 \end_layout
18177
18178 \end_inset
18179 </cell>
18180 </row>
18181 <row>
18182 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
18183 \begin_inset Text
18184
18185 \begin_layout Plain Layout
18186
18187 \end_layout
18188
18189 \end_inset
18190 </cell>
18191 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
18192 \begin_inset Text
18193
18194 \begin_layout Plain Layout
18195
18196 \end_layout
18197
18198 \end_inset
18199 </cell>
18200 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
18201 \begin_inset Text
18202
18203 \begin_layout Plain Layout
18204 sd
18205 \end_layout
18206
18207 \end_inset
18208 </cell>
18209 </row>
18210 </lyxtabular>
18211
18212 \end_inset
18213
18214
18215 \end_layout
18216
18217 \end_inset
18218
18219
18220 \end_layout
18221
18222 \begin_layout Subsection
18223 Líneas de trazos
18224 \begin_inset Index
18225 status collapsed
18226
18227 \begin_layout Plain Layout
18228 Personalización de tablas ! Líneas de trazos
18229 \end_layout
18230
18231 \end_inset
18232
18233
18234 \end_layout
18235
18236 \begin_layout Standard
18237 \begin_inset ERT
18238 status collapsed
18239
18240 \begin_layout Plain Layout
18241
18242
18243 \backslash
18244 ifarydshln
18245 \end_layout
18246
18247 \end_inset
18248
18249
18250 \begin_inset Note Note
18251 status open
18252
18253 \begin_layout Plain Layout
18254 La siguiente sección sólo se mostrará en pantalla si está instalado el paquete
18255  LaTeX 
18256 \series bold
18257 arydshln
18258 \series default
18259 .
18260 \end_layout
18261
18262 \end_inset
18263
18264
18265 \end_layout
18266
18267 \begin_layout Standard
18268 \begin_inset Float table
18269 placement H
18270 wide false
18271 sideways false
18272 status open
18273
18274 \begin_layout Plain Layout
18275 \begin_inset Caption
18276
18277 \begin_layout Plain Layout
18278 \begin_inset CommandInset label
18279 LatexCommand label
18280 name "tab:Tabla-con-trazos"
18281
18282 \end_inset
18283
18284 Tabla con líneas de trazos
18285 \end_layout
18286
18287 \end_inset
18288
18289
18290 \end_layout
18291
18292 \begin_layout Plain Layout
18293 \align center
18294 \begin_inset Tabular
18295 <lyxtabular version="3" rows="5" columns="5">
18296 <features>
18297 <column alignment="center" valignment="top" width="0">
18298 <column alignment="center" valignment="top" width="0">
18299 <column alignment="center" valignment="top" width="0" special=":c">
18300 <column alignment="center" valignment="top" width="0">
18301 <column alignment="center" valignment="top" width="0">
18302 <row>
18303 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
18304 \begin_inset Text
18305
18306 \begin_layout Plain Layout
18307 a
18308 \end_layout
18309
18310 \end_inset
18311 </cell>
18312 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
18313 \begin_inset Text
18314
18315 \begin_layout Plain Layout
18316 b
18317 \end_layout
18318
18319 \end_inset
18320 </cell>
18321 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
18322 \begin_inset Text
18323
18324 \begin_layout Plain Layout
18325 c
18326 \end_layout
18327
18328 \end_inset
18329 </cell>
18330 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
18331 \begin_inset Text
18332
18333 \begin_layout Plain Layout
18334 d
18335 \end_layout
18336
18337 \end_inset
18338 </cell>
18339 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
18340 \begin_inset Text
18341
18342 \begin_layout Plain Layout
18343 e
18344 \end_layout
18345
18346 \end_inset
18347 </cell>
18348 </row>
18349 <row>
18350 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18351 \begin_inset Text
18352
18353 \begin_layout Plain Layout
18354 f
18355 \end_layout
18356
18357 \end_inset
18358 </cell>
18359 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18360 \begin_inset Text
18361
18362 \begin_layout Plain Layout
18363 g
18364 \end_layout
18365
18366 \end_inset
18367 </cell>
18368 <cell alignment="center" valignment="top" topline="true" usebox="none">
18369 \begin_inset Text
18370
18371 \begin_layout Plain Layout
18372 h
18373 \end_layout
18374
18375 \end_inset
18376 </cell>
18377 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18378 \begin_inset Text
18379
18380 \begin_layout Plain Layout
18381 i
18382 \end_layout
18383
18384 \end_inset
18385 </cell>
18386 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
18387 \begin_inset Text
18388
18389 \begin_layout Plain Layout
18390 j
18391 \end_layout
18392
18393 \end_inset
18394 </cell>
18395 </row>
18396 <row>
18397 <cell alignment="center" valignment="top" leftline="true" usebox="none">
18398 \begin_inset Text
18399
18400 \begin_layout Plain Layout
18401 \begin_inset ERT
18402 status collapsed
18403
18404 \begin_layout Plain Layout
18405
18406
18407 \backslash
18408 hdashline 
18409 \end_layout
18410
18411 \end_inset
18412
18413 k
18414 \end_layout
18415
18416 \end_inset
18417 </cell>
18418 <cell alignment="center" valignment="top" leftline="true" usebox="none">
18419 \begin_inset Text
18420
18421 \begin_layout Plain Layout
18422 l
18423 \end_layout
18424
18425 \end_inset
18426 </cell>
18427 <cell alignment="center" valignment="top" usebox="none">
18428 \begin_inset Text
18429
18430 \begin_layout Plain Layout
18431 m
18432 \end_layout
18433
18434 \end_inset
18435 </cell>
18436 <cell alignment="center" valignment="top" leftline="true" usebox="none">
18437 \begin_inset Text
18438
18439 \begin_layout Plain Layout
18440 n
18441 \end_layout
18442
18443 \end_inset
18444 </cell>
18445 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
18446 \begin_inset Text
18447
18448 \begin_layout Plain Layout
18449 o
18450 \end_layout
18451
18452 \end_inset
18453 </cell>
18454 </row>
18455 <row>
18456 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18457 \begin_inset Text
18458
18459 \begin_layout Plain Layout
18460 \begin_inset ERT
18461 status collapsed
18462
18463 \begin_layout Plain Layout
18464
18465
18466 \backslash
18467 cdashline{4-5}
18468 \end_layout
18469
18470 \end_inset
18471
18472 p
18473 \end_layout
18474
18475 \end_inset
18476 </cell>
18477 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18478 \begin_inset Text
18479
18480 \begin_layout Plain Layout
18481 q
18482 \end_layout
18483
18484 \end_inset
18485 </cell>
18486 <cell alignment="center" valignment="top" topline="true" usebox="none" special="c:">
18487 \begin_inset Text
18488
18489 \begin_layout Plain Layout
18490 r
18491 \end_layout
18492
18493 \end_inset
18494 </cell>
18495 <cell multicolumn="1" alignment="center" valignment="top" leftline="true" rightline="true" usebox="none" special="c:">
18496 \begin_inset Text
18497
18498 \begin_layout Plain Layout
18499 s
18500 \end_layout
18501
18502 \end_inset
18503 </cell>
18504 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
18505 \begin_inset Text
18506
18507 \begin_layout Plain Layout
18508
18509 \end_layout
18510
18511 \end_inset
18512 </cell>
18513 </row>
18514 <row>
18515 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
18516 \begin_inset Text
18517
18518 \begin_layout Plain Layout
18519 t
18520 \end_layout
18521
18522 \end_inset
18523 </cell>
18524 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
18525 \begin_inset Text
18526
18527 \begin_layout Plain Layout
18528 u
18529 \end_layout
18530
18531 \end_inset
18532 </cell>
18533 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
18534 \begin_inset Text
18535
18536 \begin_layout Plain Layout
18537 v
18538 \end_layout
18539
18540 \end_inset
18541 </cell>
18542 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
18543 \begin_inset Text
18544
18545 \begin_layout Plain Layout
18546 w
18547 \end_layout
18548
18549 \end_inset
18550 </cell>
18551 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
18552 \begin_inset Text
18553
18554 \begin_layout Plain Layout
18555 x
18556 \end_layout
18557
18558 \end_inset
18559 </cell>
18560 </row>
18561 </lyxtabular>
18562
18563 \end_inset
18564
18565
18566 \end_layout
18567
18568 \end_inset
18569
18570
18571 \end_layout
18572
18573 \begin_layout Standard
18574 En principio LyX no soporta líneas de trazos, hay que usar código TeX.
18575  Hay que cargar antes en el preámbulo del documento el paquete LaTeX 
18576 \series bold
18577 arydshln
18578 \series default
18579
18580 \begin_inset Index
18581 status collapsed
18582
18583 \begin_layout Plain Layout
18584 LaTeX-paquetes ! arydshln
18585 \end_layout
18586
18587 \end_inset
18588
18589  
18590 \end_layout
18591
18592 \begin_layout Standard
18593
18594 \series bold
18595
18596 \backslash
18597 usepackage{arydshln}
18598 \end_layout
18599
18600 \begin_layout Standard
18601 Para hacer una línea vertical a trazos, introduce dos puntos «
18602 \series bold
18603 :
18604 \series default
18605 » junto con el carácter para alineación horizontal como argumento LaTeX
18606  en el diálogo de celda de tabla.
18607 \end_layout
18608
18609 \begin_layout Standard
18610 Para una línea de trazos horizontal añade el comando
18611 \end_layout
18612
18613 \begin_layout Standard
18614
18615 \series bold
18616
18617 \backslash
18618 hdashline
18619 \end_layout
18620
18621 \begin_layout Standard
18622 en código TeX como primer elemento de la primera celda en la fila.
18623 \end_layout
18624
18625 \begin_layout Standard
18626 Para líneas de trazos en multicolumna usa el comando
18627 \end_layout
18628
18629 \begin_layout Standard
18630
18631 \series bold
18632
18633 \backslash
18634 cdashline{número de líneas}
18635 \end_layout
18636
18637 \begin_layout Standard
18638 en código TeX como primer elemento de la primera celda en la fila.
18639  Si por ejemplo tienes una multicolumna extendida sobre las columnas 2 a
18640  4 y quieres una línea de trazos por encima, añade el comando
18641 \end_layout
18642
18643 \begin_layout Standard
18644
18645 \series bold
18646
18647 \backslash
18648 cdashline{2-4}
18649 \end_layout
18650
18651 \begin_layout Standard
18652 como primer elemento de la primera celda en la fila de la multicolumna.
18653 \end_layout
18654
18655 \begin_layout Standard
18656 \begin_inset VSpace bigskip
18657 \end_inset
18658
18659
18660 \end_layout
18661
18662 \begin_layout Standard
18663 La tabla
18664 \begin_inset space ~
18665 \end_inset
18666
18667
18668 \begin_inset CommandInset ref
18669 LatexCommand ref
18670 reference "tab:Tabla-con-trazos"
18671
18672 \end_inset
18673
18674  se ha hecho usando «
18675 \series bold
18676 :c
18677 \series default
18678 » como argumento LaTeX de la tercera columna.
18679  El comando en código TeX 
18680 \series bold
18681
18682 \backslash
18683 hdashline
18684 \series default
18685  se ha insertado en la primera celda de la tercera fila y el comando en
18686  código TeX
18687 \begin_inset Newline newline
18688 \end_inset
18689
18690
18691 \series bold
18692
18693 \backslash
18694 cdashline{4-5}
18695 \series default
18696  en la primera celda de la cuarta fila.
18697 \end_layout
18698
18699 \begin_layout Standard
18700 \begin_inset Note Greyedout
18701 status open
18702
18703 \begin_layout Plain Layout
18704
18705 \series bold
18706 Nota:
18707 \series default
18708  Aparentemente el paquete LaTeX 
18709 \series bold
18710 arydshln
18711 \series default
18712  no es compatible con el paquete LaTeX 
18713 \series bold
18714 colortbl
18715 \series default
18716
18717 \begin_inset Index
18718 status collapsed
18719
18720 \begin_layout Plain Layout
18721 LaTeX-paquetes ! colortbl
18722 \end_layout
18723
18724 \end_inset
18725
18726  que se usa para tablas coloreadas en la sección
18727 \begin_inset space ~
18728 \end_inset
18729
18730
18731 \begin_inset CommandInset ref
18732 LatexCommand ref
18733 reference "sec:Tablas-Coloreadas"
18734
18735 \end_inset
18736
18737 .
18738  Esto implica que las tablas coloreadas no pueden tener líneas de trazos.
18739 \end_layout
18740
18741 \end_inset
18742
18743
18744 \end_layout
18745
18746 \begin_layout Standard
18747 \begin_inset ERT
18748 status collapsed
18749
18750 \begin_layout Plain Layout
18751
18752
18753 \backslash
18754 else
18755 \end_layout
18756
18757 \end_inset
18758
18759
18760 \begin_inset Note Note
18761 status open
18762
18763 \begin_layout Plain Layout
18764 Lo siguiente se mostrará en pantalla si no está instalado el paquete LaTeX
18765  
18766 \series bold
18767 arydshln
18768 \series default
18769 .
18770 \end_layout
18771
18772 \end_inset
18773
18774
18775 \end_layout
18776
18777 \begin_layout Standard
18778 Debes instalar el paquete LaTeX 
18779 \series bold
18780 arydshln
18781 \series default
18782  para ver la parte siguiente en la salida.
18783 \end_layout
18784
18785 \begin_layout Standard
18786 \begin_inset ERT
18787 status collapsed
18788
18789 \begin_layout Plain Layout
18790
18791
18792 \backslash
18793 fi
18794 \end_layout
18795
18796 \end_inset
18797
18798
18799 \end_layout
18800
18801 \begin_layout Chapter
18802 Flotantes
18803 \begin_inset CommandInset label
18804 LatexCommand label
18805 name "cha:Flotantes"
18806
18807 \end_inset
18808
18809
18810 \begin_inset Index
18811 status collapsed
18812
18813 \begin_layout Plain Layout
18814 Flotantes
18815 \end_layout
18816
18817 \end_inset
18818
18819
18820 \end_layout
18821
18822 \begin_layout Section
18823 Introducción
18824 \begin_inset CommandInset label
18825 LatexCommand label
18826 name "sec:Introducción-Flotantes"
18827
18828 \end_inset
18829
18830
18831 \begin_inset Index
18832 status collapsed
18833
18834 \begin_layout Plain Layout
18835 Flotantes ! Introducción
18836 \end_layout
18837
18838 \end_inset
18839
18840
18841 \end_layout
18842
18843 \begin_layout Standard
18844 Un flotante es un bloque de texto asociado con algún tipo de etiqueta que
18845  no tiene posición fija.
18846  Puede «flotar» adelante o atrás una o dos páginas, donde encaje mejor.
18847  Las 
18848 \family sans
18849 Notas
18850 \begin_inset space ~
18851 \end_inset
18852
18853 al
18854 \begin_inset space ~
18855 \end_inset
18856
18857 pie
18858 \family default
18859  y 
18860 \family sans
18861 Notas
18862 \begin_inset space ~
18863 \end_inset
18864
18865 al
18866 \begin_inset space ~
18867 \end_inset
18868
18869 margen
18870 \family default
18871  también son flotantes, porque pueden flotar a la página siguiente cuando
18872  hay demasiadas notas en la página.
18873 \end_layout
18874
18875 \begin_layout Standard
18876 Los flotantes permiten composiciones de alta calidad.
18877  Imágenes y tablas se pueden distribuir equitativamente en las páginas para
18878  impedir espacios en blanco y páginas sin texto.
18879  Como el flotante destruye a menudo el contexto entre texto e imagen o tabla,
18880  cada flotante puede ser referenciado en el texto.
18881  Por lo tanto los flotantes están numerados.
18882  Las referencias se describen en la sección
18883 \begin_inset space ~
18884 \end_inset
18885
18886
18887 \begin_inset CommandInset ref
18888 LatexCommand ref
18889 reference "sec:Referencias-a-Flotantes"
18890
18891 \end_inset
18892
18893 .
18894 \end_layout
18895
18896 \begin_layout Standard
18897 Para insertar un flotante, usa el menú 
18898 \family sans
18899 Insertar\SpecialChar \menuseparator
18900 Flotante
18901 \family default
18902 .
18903  Esto inserta una 
18904 \family sans
18905 Leyenda,
18906 \family default
18907  un cuadro con una etiqueta.
18908  La etiqueta se traducirá automáticamente al idioma del documento.
18909  Tras la etiqueta puedes insertar el texto de la leyenda.
18910  La imagen o tabla se inserta encima o debajo de la leyenda en un párrafo
18911  separado dentro del flotante.
18912  La colocación de leyendas se describe en la sección
18913 \begin_inset space ~
18914 \end_inset
18915
18916
18917 \begin_inset CommandInset ref
18918 LatexCommand ref
18919 reference "sec:Colocación-de-leyendas"
18920
18921 \end_inset
18922
18923 .
18924  Para mantener legible el documento LyX, puedes abrir y cerrar el flotante
18925  con clic-izquierdo sobre él.
18926  Un cuadro cerrado se muestra así: 
18927 \begin_inset Graphics
18928         filename clipart/flotanteQt4.png
18929         scale 70
18930
18931 \end_inset
18932
18933  ---un cuadro gris con etiqueta en rojo---.
18934 \end_layout
18935
18936 \begin_layout Standard
18937 Se recomienda insertar flotantes como párrafos separados para evitar posibles
18938  errores de LaTeX si el texto circundante se formatea de modo especial.
18939 \end_layout
18940
18941 \begin_layout Standard
18942 Figuras o tablas ya existentes pueden ponerse en un flotante marcándolas
18943  y pinchando el botón correspondiente de la barra de herramientas para un
18944  flotante nuevo.
18945 \end_layout
18946
18947 \begin_layout Section
18948 Tipos de flotantes
18949 \end_layout
18950
18951 \begin_layout Standard
18952 Además de los flotantes de imagen y de tabla que se describen en la sección
18953 \begin_inset space ~
18954 \end_inset
18955
18956
18957 \begin_inset CommandInset ref
18958 LatexCommand ref
18959 reference "sec:Figuras-Flotantes"
18960
18961 \end_inset
18962
18963  y 
18964 \begin_inset CommandInset ref
18965 LatexCommand ref
18966 reference "sec:Tablas-Flotantes"
18967
18968 \end_inset
18969
18970 , respectivamente, LyX ofrece los tipos 
18971 \series bold
18972 Algoritmo
18973 \series default
18974  y 
18975 \series bold
18976 \lang english
18977 Wrap
18978 \series default
18979 \lang spanish
18980 .
18981 \end_layout
18982
18983 \begin_layout Subsection
18984 Algoritmos flotantes
18985 \begin_inset Index
18986 status collapsed
18987
18988 \begin_layout Plain Layout
18989 Flotantes ! Algoritmos
18990 \end_layout
18991
18992 \end_inset
18993
18994
18995 \begin_inset CommandInset label
18996 LatexCommand label
18997 name "sub:Algoritmos-Flotantes"
18998
18999 \end_inset
19000
19001
19002 \end_layout
19003
19004 \begin_layout Standard
19005 \begin_inset Float algorithm
19006 placement h
19007 wide false
19008 sideways false
19009 status open
19010
19011 \begin_layout Plain Layout
19012 \begin_inset Caption
19013
19014 \begin_layout Plain Layout
19015 \begin_inset CommandInset label
19016 LatexCommand label
19017 name "alg:Ejemplo-de-Algoritmo-flotante"
19018
19019 \end_inset
19020
19021 Ejemplo de algoritmo flotante
19022 \end_layout
19023
19024 \end_inset
19025
19026
19027 \end_layout
19028
19029 \begin_layout LyX-Code
19030 for I in 1..N loop
19031 \begin_inset Newline newline
19032 \end_inset
19033
19034  Sum:= Sum + A(I); /*comment*/
19035 \begin_inset Newline newline
19036 \end_inset
19037
19038 end loop
19039 \begin_inset VSpace -4mm
19040 \end_inset
19041
19042
19043 \end_layout
19044
19045 \end_inset
19046
19047
19048 \end_layout
19049
19050 \begin_layout Standard
19051 Este tipo de flotante se inserta con el menú 
19052 \family sans
19053 Insertar\SpecialChar \menuseparator
19054 Flotante\SpecialChar \menuseparator
19055 Algoritmo
19056 \family default
19057 .
19058  Se usa para códigos y descripciones de algoritmos.
19059  Un posible entorno para algoritmos es 
19060 \family sans
19061 Código-LyX
19062 \family default
19063 , descrito en la 
19064 \emph on
19065 Guía del usuario
19066 \emph default
19067  de LyX.
19068  El algoritmo
19069 \begin_inset space ~
19070 \end_inset
19071
19072
19073 \begin_inset CommandInset ref
19074 LatexCommand ref
19075 reference "alg:Ejemplo-de-Algoritmo-flotante"
19076
19077 \end_inset
19078
19079  es un ejemplo de algoritmo flotante en el que se ha añadido un espacio
19080  vertical de -4
19081 \begin_inset space \thinspace{}
19082 \end_inset
19083
19084 mm al final para tener la línea inferior exactamente bajo la última línea
19085  de texto.
19086 \end_layout
19087
19088 \begin_layout Standard
19089 La etiqueta de flotante no se traduce automáticamente al lenguaje del documento.
19090  Hay que hacerlo manualmente añadiendo al preámbulo del documento la línea:
19091 \end_layout
19092
19093 \begin_layout Standard
19094
19095 \series bold
19096
19097 \backslash
19098 floatname{algorithm}{nombre}
19099 \end_layout
19100
19101 \begin_layout Standard
19102 donde 
19103 \family sans
19104 nombre
19105 \family default
19106  es la palabra «
19107 \emph on
19108 algorithm
19109 \emph default
19110 » en el lenguaje deseado.
19111 \end_layout
19112
19113 \begin_layout Standard
19114 En estos casos, para insertar la lista de algoritmos no puedes usar el menú
19115  
19116 \family sans
19117 Insertar\SpecialChar \menuseparator
19118 Lista/IG\SpecialChar \menuseparator
19119 Lista de algoritmos
19120 \family default
19121  como en documentos en inglés.
19122  Para documentos en otro idioma usa en su lugar el comando en código TeX:
19123 \end_layout
19124
19125 \begin_layout Standard
19126
19127 \series bold
19128
19129 \backslash
19130 listof{algorithm}{nombre}
19131 \end_layout
19132
19133 \begin_layout Standard
19134 donde 
19135 \family sans
19136 nombre
19137 \family default
19138  es «
19139 \emph on
19140 List of algorithms
19141 \emph default
19142 » en tu idioma.
19143 \end_layout
19144
19145 \begin_layout Standard
19146 Los algoritmos flotantes no se numeran por omisión según el esquema habitual
19147  para tablas e imágenes flotantes en muchas clases de documento, «capítulo.algori
19148 tmo».
19149  Para numerarlos con ese esquema, añade este comando en el preámbulo del
19150  documento:
19151 \end_layout
19152
19153 \begin_layout Standard
19154
19155 \series bold
19156
19157 \backslash
19158 numberwithin{algorithm}{chapter}
19159 \end_layout
19160
19161 \begin_layout Standard
19162 Para poder usar el comando 
19163 \series bold
19164
19165 \backslash
19166 numberwithin
19167 \series default
19168 , marca la opción 
19169 \family sans
19170 Usar
19171 \begin_inset space ~
19172 \end_inset
19173
19174 el
19175 \begin_inset space ~
19176 \end_inset
19177
19178 paquete
19179 \begin_inset space ~
19180 \end_inset
19181
19182 AMS
19183 \family default
19184  en el menú 
19185 \family sans
19186 Documento\SpecialChar \menuseparator
19187 Configuración\SpecialChar \menuseparator
19188 Ecuaciones
19189 \family default
19190 .
19191 \end_layout
19192
19193 \begin_layout Subsection
19194 Flotantes envueltos en texto
19195 \begin_inset Index
19196 status collapsed
19197
19198 \begin_layout Plain Layout
19199 Flotantes ! Envueltos en texto
19200 \end_layout
19201
19202 \end_inset
19203
19204
19205 \begin_inset CommandInset label
19206 LatexCommand label
19207 name "sub:Flotante-envuelto"
19208
19209 \end_inset
19210
19211
19212 \end_layout
19213
19214 \begin_layout Standard
19215 \begin_inset Wrap figure
19216 lines 0
19217 placement l
19218 overhang 1cm
19219 width "40col%"
19220 status open
19221
19222 \begin_layout Plain Layout
19223 \begin_inset Graphics
19224         filename ../clipart/mobius.eps
19225         width 35col%
19226         rotateOrigin center
19227
19228 \end_inset
19229
19230
19231 \end_layout
19232
19233 \begin_layout Plain Layout
19234 \begin_inset Caption
19235
19236 \begin_layout Plain Layout
19237 \begin_inset CommandInset label
19238 LatexCommand label
19239 name "fig:Figura-envuelta"
19240
19241 \end_inset
19242
19243 Figura envuelta en el texto.
19244 \end_layout
19245
19246 \end_inset
19247
19248
19249 \end_layout
19250
19251 \end_inset
19252
19253  Este tipo de flotante se usa para adosar una figura o una tabla al texto,
19254  de modo que ocupe sólo una parte del ancho de columna.
19255  Se inserta con el menú 
19256 \family sans
19257 Insertar\SpecialChar \menuseparator
19258 Flotante\SpecialChar \menuseparator
19259 Flotante
19260 \begin_inset space ~
19261 \end_inset
19262
19263 adosado
19264 \begin_inset space ~
19265 \end_inset
19266
19267 al
19268 \begin_inset space ~
19269 \end_inset
19270
19271 texto
19272 \family default
19273  si está instalado el paquete LaTeX 
19274 \series bold
19275 wrapfig
19276 \series default
19277
19278 \begin_inset Index
19279 status collapsed
19280
19281 \begin_layout Plain Layout
19282 LaTeX-paquetes ! wrapfig
19283 \begin_inset ERT
19284 status collapsed
19285
19286 \begin_layout Plain Layout
19287
19288
19289 \backslash
19290 vspace{4mm}
19291 \end_layout
19292
19293 \end_inset
19294
19295
19296 \end_layout
19297
19298 \end_inset
19299
19300 .
19301 \begin_inset Foot
19302 status collapsed
19303
19304 \begin_layout Plain Layout
19305 La instalación de paquetes LaTeX se explica en el manual 
19306 \emph on
19307 Configuración de LaTeX
19308 \emph default
19309 .
19310 \end_layout
19311
19312 \end_inset
19313
19314  La anchura y posición del flotante se ajusta en el diálogo de configuración
19315  que se muestra con clic-derecha sobre el cuadro del flotante.
19316  La figura
19317 \begin_inset space ~
19318 \end_inset
19319
19320
19321 \begin_inset CommandInset ref
19322 LatexCommand ref
19323 reference "fig:Figura-envuelta"
19324
19325 \end_inset
19326
19327  es un ejemplo de flotante envuelto en texto con una anchura de columna
19328  del 40
19329 \begin_inset space \thinspace{}
19330 \end_inset
19331
19332 %.
19333 \begin_inset Foot
19334 status collapsed
19335
19336 \begin_layout Plain Layout
19337 Ver unidades disponibles en el apéndice
19338 \begin_inset space ~
19339 \end_inset
19340
19341
19342 \begin_inset CommandInset ref
19343 LatexCommand ref
19344 reference "cha:Unidades-disponibles-en"
19345
19346 \end_inset
19347
19348 .
19349 \end_layout
19350
19351 \end_inset
19352
19353
19354 \end_layout
19355
19356 \begin_layout Standard
19357 \begin_inset Note Greyedout
19358 status open
19359
19360 \begin_layout Plain Layout
19361
19362 \series bold
19363 Nota:
19364 \series default
19365  ¡Los flotantes adosados a texto son frágiles! P.
19366 \begin_inset space \thinspace{}
19367 \end_inset
19368
19369 e.
19370 \begin_inset space ~
19371 \end_inset
19372
19373 si una figura está demasiado cerca de la parte inferior de la página se
19374  pueden perder cosas en el proceso de salida: el flotante puede no aparecer
19375  o situarse junto a otro texto.
19376 \end_layout
19377
19378 \end_inset
19379
19380
19381 \end_layout
19382
19383 \begin_layout Standard
19384 En general:
19385 \end_layout
19386
19387 \begin_layout Itemize
19388 Los flotantes envueltos no deberían situarse en párrafos que van sobre un
19389  salto de página.
19390  Esto implica que lo mejor es insertarlos en el sitio exacto cuando el documento
19391  esté casi listo y puedas prever los saltos de página.
19392 \end_layout
19393
19394 \begin_layout Itemize
19395 Los flotantes envueltos deberían situarse, bien en un párrafo propio antes
19396  del párrafo al que deben ajustarse, o bien dentro de un párrafo.
19397 \end_layout
19398
19399 \begin_layout Itemize
19400 Los flotantes envueltos en párrafos consecutivos pueden dar problemas, así
19401  que asegura que hay un párrafo de texto entre ellos.
19402 \end_layout
19403
19404 \begin_layout Itemize
19405 Los flotantes envueltos no están permitidos en cabeceras de sección o tablas.
19406 \end_layout
19407
19408 \begin_layout Section
19409 Numeración de flotantes
19410 \begin_inset CommandInset label
19411 LatexCommand label
19412 name "sec:Numeración-de-flotantes"
19413
19414 \end_inset
19415
19416
19417 \begin_inset Index
19418 status collapsed
19419
19420 \begin_layout Plain Layout
19421 Flotantes ! Numeración
19422 \end_layout
19423
19424 \end_inset
19425
19426
19427 \end_layout
19428
19429 \begin_layout Standard
19430 En general, los flotantes se numeran independientemente de las secciones
19431  en las que se encuentran o según el esquema «capítulo.número» o «sección.número»,
19432  dependiendo de la clase de documento utilizada.
19433 \end_layout
19434
19435 \begin_layout Standard
19436 Para cambiar la numeración independiente de la sección, puedes usar el siguiente
19437  comando en el preámbulo del documento:
19438 \end_layout
19439
19440 \begin_layout Standard
19441
19442 \series bold
19443
19444 \backslash
19445 renewcommand{
19446 \backslash
19447 thetable}{
19448 \backslash
19449 roman{table}}
19450 \end_layout
19451
19452 \begin_layout Standard
19453
19454 \series bold
19455
19456 \backslash
19457 thetable 
19458 \series default
19459 es el comando que imprime el número de la tabla, para figuras flotantes
19460  el comando sería 
19461 \series bold
19462
19463 \backslash
19464 thefigure
19465 \series default
19466 .
19467  El comando 
19468 \series bold
19469
19470 \backslash
19471 roman
19472 \series default
19473  imprime el número de tabla en números romanos en minúscula.
19474 \end_layout
19475
19476 \begin_layout Standard
19477 Para cambiar el esquema de numeración, por ejemplo a «subsección.número»,
19478  usa este comando en el preámbulo:
19479 \end_layout
19480
19481 \begin_layout Standard
19482
19483 \series bold
19484
19485 \backslash
19486 numberwithin{table}{subsection}
19487 \end_layout
19488
19489 \begin_layout Standard
19490 Para poder usar el comando 
19491 \series bold
19492
19493 \backslash
19494 numberwithin
19495 \series default
19496 , debes marcar la opción 
19497 \family sans
19498 Usar
19499 \begin_inset space ~
19500 \end_inset
19501
19502 el
19503 \begin_inset space ~
19504 \end_inset
19505
19506 paquete
19507 \begin_inset space ~
19508 \end_inset
19509
19510 AMS 
19511 \family default
19512 en el apartado 
19513 \family sans
19514 Ecuaciones 
19515 \family default
19516 de las preferencias del documento.
19517 \end_layout
19518
19519 \begin_layout Standard
19520 Puedes ver más detalles y notas importantes sobre comandos de numeración
19521  en la sección
19522 \begin_inset space ~
19523 \end_inset
19524
19525
19526 \begin_inset CommandInset ref
19527 LatexCommand ref
19528 reference "sub:Numeración-de-Notas-al-Pie"
19529
19530 \end_inset
19531
19532 .
19533 \end_layout
19534
19535 \begin_layout Section
19536 Referencias a flotantes
19537 \begin_inset CommandInset label
19538 LatexCommand label
19539 name "sec:Referencias-a-Flotantes"
19540
19541 \end_inset
19542
19543
19544 \begin_inset Index
19545 status collapsed
19546
19547 \begin_layout Plain Layout
19548 Flotantes ! Referencias
19549 \end_layout
19550
19551 \end_inset
19552
19553
19554 \begin_inset Index
19555 status collapsed
19556
19557 \begin_layout Plain Layout
19558 Referencias
19559 \end_layout
19560
19561 \end_inset
19562
19563
19564 \end_layout
19565
19566 \begin_layout Standard
19567 Para referirse a un flotante, inserta una etiqueta en su leyenda con el
19568  menú 
19569 \family sans
19570 Insertar\SpecialChar \menuseparator
19571 Etiqueta
19572 \family default
19573  o el botón 
19574 \begin_inset Graphics
19575         filename ../../images/label-insert.png
19576         scale 85
19577
19578 \end_inset
19579
19580 .
19581  Aparece una ventana esperando la introducción del texto de la etiqueta
19582  y se inserta un cuadro gris como este: 
19583 \begin_inset Graphics
19584         filename clipart/etiquetaQt4.png
19585         scale 85
19586
19587 \end_inset
19588
19589 .
19590  LyX ofrece como texto las primeras palabras de la leyenda con un prefijo.
19591  El prefijo depende del tipo de flotante, p.
19592 \begin_inset space \thinspace{}
19593 \end_inset
19594
19595 e.
19596 \begin_inset space ~
19597 \end_inset
19598
19599 para figuras el prefijo será «
19600 \family sans
19601 fig:
19602 \family default
19603 ».
19604 \end_layout
19605
19606 \begin_layout Standard
19607 La etiqueta se usa como ancla y el nombre para la referencia.
19608  Puedes referenciar la etiqueta usando el menú 
19609 \family sans
19610 Insertar\SpecialChar \menuseparator
19611 Referencia
19612 \family default
19613
19614 \begin_inset space ~
19615 \end_inset
19616
19617
19618 \family sans
19619 cruzada
19620 \family default
19621  o el botón 
19622 \begin_inset Graphics
19623         filename ../../images/dialog-show-new-inset_ref.png
19624         scale 85
19625
19626 \end_inset
19627
19628 .
19629  Aparece una ventana de referencia cruzada con todas las etiquetas del documento.
19630  Si tienes abiertos varios documentos LyX, escoge aquel con el  que estás
19631  trabajando de la lista desplegable de la parte superior del diálogo.
19632  Puedes ordenar las etiquetas alfabéticamente y elegir una.
19633  Se inserta un cuadro gris como este: 
19634 \begin_inset Graphics
19635         filename clipart/referenciaQt4.png
19636         scale 85
19637
19638 \end_inset
19639
19640 .
19641  En la salida, en lugar de este cuadro aparecerá el número de la referencia.
19642 \end_layout
19643
19644 \begin_layout Standard
19645 Se recomienda poner un espacio protegido entre el nombre de la referencia
19646  cruzada y su número para evitar saltos de línea entre ellos.
19647  Si una referencia cruzada corresponde a una etiqueta inexistente verás
19648  dos interrogaciones en la salida.
19649 \end_layout
19650
19651 \begin_layout Standard
19652 En cualquier momento puedes cambiar etiquetas pulsando sobre el cuadro.
19653  Las referencias a las etiquetas cambiadas cambian automáticamente su enlace
19654  al texto de la etiqueta nueva, no te ocupes por eso.
19655 \end_layout
19656
19657 \begin_layout Standard
19658 El botón 
19659 \family sans
19660 Ir
19661 \begin_inset space ~
19662 \end_inset
19663
19664 a
19665 \begin_inset space ~
19666 \end_inset
19667
19668 la
19669 \begin_inset space ~
19670 \end_inset
19671
19672 etiqueta
19673 \family default
19674  en la ventana de referencia cruzada lleva el cursor hasta dicha etiqueta,
19675  y el texto del botón cambia a 
19676 \family sans
19677 Volver
19678 \family default
19679 , con el que se puede retornar a la referencia.
19680  Clic-derecho sobre el cuadro de la referencia también lleva el cursor hasta
19681  la etiqueta pero sin opción de volver.
19682 \end_layout
19683
19684 \begin_layout Subsection
19685 Formatos de referencia cruzada
19686 \begin_inset CommandInset label
19687 LatexCommand label
19688 name "sub:Formatos-referencia-cruzada"
19689
19690 \end_inset
19691
19692
19693 \begin_inset Index
19694 status collapsed
19695
19696 \begin_layout Plain Layout
19697 Referencias ! Formatos
19698 \end_layout
19699
19700 \end_inset
19701
19702
19703 \end_layout
19704
19705 \begin_layout Standard
19706 Hay seis variedades de referencias cruzadas:
19707 \end_layout
19708
19709 \begin_layout Description
19710 <referencia>: imprime el número flotante, esta es la opción predeterminada:
19711  
19712 \begin_inset CommandInset ref
19713 LatexCommand ref
19714 reference "fig:Dos-imágenes-distorsionadas"
19715
19716 \end_inset
19717
19718
19719 \end_layout
19720
19721 \begin_layout Description
19722 (<referencia>): imprime el número flotante entre paréntesis, es el estilo
19723  habitual para referirse a fórmulas, especialmente si se omite el nombre
19724  «Ecuación»: 
19725 \begin_inset CommandInset ref
19726 LatexCommand eqref
19727 reference "eq:Wgn"
19728
19729 \end_inset
19730
19731
19732 \end_layout
19733
19734 \begin_layout Description
19735 <página>: imprime el número de página: Página
19736 \begin_inset space ~
19737 \end_inset
19738
19739
19740 \begin_inset CommandInset ref
19741 LatexCommand pageref
19742 reference "fig:Dos-imágenes-distorsionadas"
19743
19744 \end_inset
19745
19746
19747 \end_layout
19748
19749 \begin_layout Description
19750 en
19751 \begin_inset space ~
19752 \end_inset
19753
19754 página
19755 \begin_inset space ~
19756 \end_inset
19757
19758 <página>: imprime el texto «en la página» y el número de página: 
19759 \begin_inset CommandInset ref
19760 LatexCommand vpageref
19761 reference "fig:Dos-imágenes-distorsionadas"
19762
19763 \end_inset
19764
19765
19766 \end_layout
19767
19768 \begin_layout Description
19769 <referencia>
19770 \begin_inset space ~
19771 \end_inset
19772
19773 en
19774 \begin_inset space ~
19775 \end_inset
19776
19777 página
19778 \begin_inset space ~
19779 \end_inset
19780
19781 <página>: imprime el número flotante, el texto «en la página» y el número
19782  de página: 
19783 \begin_inset CommandInset ref
19784 LatexCommand vref
19785 reference "fig:Dos-imágenes-distorsionadas"
19786
19787 \end_inset
19788
19789
19790 \end_layout
19791
19792 \begin_layout Description
19793 Referencia
19794 \begin_inset space ~
19795 \end_inset
19796
19797 con
19798 \begin_inset space ~
19799 \end_inset
19800
19801 formato: imprime un formato personalizado.
19802  
19803 \begin_inset Note Greyedout
19804 status open
19805
19806 \begin_layout Plain Layout
19807
19808 \series bold
19809 Nota:
19810 \series default
19811  Esta característica sólo está disponible si está instalado el paquete LaTeX
19812  
19813 \series bold
19814 prettyref
19815 \series default
19816 .
19817 \end_layout
19818
19819 \end_inset
19820
19821
19822 \end_layout
19823
19824 \begin_layout Standard
19825 Ten en cuenta que el estilo <página>
19826 \begin_inset space \thinspace{}
19827 \end_inset
19828
19829  no imprime el número si la etiqueta está en la misma página, en la anterior
19830  o en la siguiente.
19831  En su lugar verás p.
19832 \begin_inset space \thinspace{}
19833 \end_inset
19834
19835 e.
19836 \begin_inset space ~
19837 \end_inset
19838
19839 el texto «
19840 \family sans
19841 en esta página
19842 \family default
19843 ».
19844 \end_layout
19845
19846 \begin_layout Standard
19847 El número y página actual de la parte del documento referida es automáticamente
19848  calculado por LaTeX en la salida.
19849  Las variedades se ajustan en el campo 
19850 \family sans
19851 Formato
19852 \family default
19853  de la ventana de referencia cruzada, que aparece al pinchar sobre el cuadro.
19854 \end_layout
19855
19856 \begin_layout Subsection
19857 Designación automática de referencias
19858 \begin_inset Index
19859 status collapsed
19860
19861 \begin_layout Plain Layout
19862 Referencias ! Designación automática
19863 \end_layout
19864
19865 \end_inset
19866
19867
19868 \end_layout
19869
19870 \begin_layout Standard
19871 El paquete LaTeX 
19872 \series bold
19873 hyperref
19874 \series default
19875  dispone de una característica muy útil que permite incluir automáticamente
19876  en las referencias cruzadas el nombre de los flotantes referidos (o partes
19877  de texto como secciones).
19878  Quieres p.
19879 \begin_inset space \thinspace{}
19880 \end_inset
19881
19882 e.
19883 \begin_inset space ~
19884 \end_inset
19885
19886 escribir la palabra «Figura» antes de cada cuadro de referencia.
19887  Para conseguirlo debes cargar el paquete LaTeX 
19888 \series bold
19889 hyperref
19890 \series default
19891
19892 \begin_inset Index
19893 status collapsed
19894
19895 \begin_layout Plain Layout
19896 LaTeX-paquetes ! hyperref
19897 \end_layout
19898
19899 \end_inset
19900
19901  en el preámbulo del documento con
19902 \end_layout
19903
19904 \begin_layout Standard
19905
19906 \series bold
19907
19908 \backslash
19909 usepackage[pdfborder={0 0 0}]{hyperref}
19910 \begin_inset Newline newline
19911 \end_inset
19912
19913
19914 \backslash
19915 AtBeginDocument{
19916 \backslash
19917 renewcommand{
19918 \backslash
19919 ref}[1]{
19920 \backslash
19921 mbox{
19922 \backslash
19923 autoref{#1}}}}
19924 \end_layout
19925
19926 \begin_layout Standard
19927
19928 \series bold
19929 hyperref
19930 \series default
19931  se utiliza para enlazar referencias cruzadas en las salidas DVI y PDF,
19932  esto significa que el lector del documento podrá pinchar sobre una entrada
19933  de Índice o una referencia y será inmediatamente dirigido a esa parte del
19934  documento.
19935  
19936 \series bold
19937 hyperref
19938 \series default
19939  también crea marcadores PDF para cada sección para facilitar al lector
19940  la navegación por el documento.
19941  Esto también se ha usado en este documento pero si echas una ojeada al
19942  preámbulo encontrarás varias opciones en la carga de 
19943 \series bold
19944 hyperref
19945 \series default
19946 .
19947  Para aprender más sobre ello acude a la documentación del paquete 
19948 \begin_inset CommandInset citation
19949 LatexCommand cite
19950 key "hyperref"
19951
19952 \end_inset
19953
19954 .
19955 \end_layout
19956
19957 \begin_layout Standard
19958 \begin_inset Note Greyedout
19959 status open
19960
19961 \begin_layout Plain Layout
19962
19963 \series bold
19964 Nota:
19965 \series default
19966  La designación automática de referencias no puede usarse en el estilo 
19967 \family sans
19968 Referencia
19969 \begin_inset space ~
19970 \end_inset
19971
19972 con
19973 \begin_inset space ~
19974 \end_inset
19975
19976 formato
19977 \family default
19978 , descrita en la sección
19979 \begin_inset space ~
19980 \end_inset
19981
19982
19983 \begin_inset CommandInset ref
19984 LatexCommand ref
19985 reference "sub:Formatos-referencia-cruzada"
19986
19987 \end_inset
19988
19989 .
19990 \end_layout
19991
19992 \end_inset
19993
19994
19995 \end_layout
19996
19997 \begin_layout Subsection
19998 Colocación de referencias
19999 \begin_inset CommandInset label
20000 LatexCommand label
20001 name "sub:Colocación-de-Referencias"
20002
20003 \end_inset
20004
20005
20006 \begin_inset Index
20007 status collapsed
20008
20009 \begin_layout Plain Layout
20010 Referencias ! Colocación
20011 \end_layout
20012
20013 \end_inset
20014
20015
20016 \end_layout
20017
20018 \begin_layout Standard
20019 Si usas 
20020 \series bold
20021 hyperref
20022 \series default
20023
20024 \begin_inset Index
20025 status collapsed
20026
20027 \begin_layout Plain Layout
20028 LaTeX-paquetes ! hyperref
20029 \end_layout
20030
20031 \end_inset
20032
20033  para enlazar referencias cruzadas en la salida, verás que al pinchar sobre
20034  la referencia de una imagen flotante te lleva hasta la etiqueta de la imagen.
20035  La leyenda será la primera parte del texto en pantalla, de forma que para
20036  ver la imagen debes deslizar.
20037  Se debe a que el ancla de enlace de la referencia se sitúa en la etiqueta.
20038  Usando el paquete 
20039 \series bold
20040 hypcap
20041 \series default
20042
20043 \begin_inset Index
20044 status collapsed
20045
20046 \begin_layout Plain Layout
20047 LaTeX-paquetes ! hypcap
20048 \end_layout
20049
20050 \end_inset
20051
20052 , que forma parte del paquete LaTeX 
20053 \series bold
20054 oberdiek
20055 \series default
20056
20057 \begin_inset Index
20058 status collapsed
20059
20060 \begin_layout Plain Layout
20061 LaTeX-paquetes ! oberdiek
20062 \end_layout
20063
20064 \end_inset
20065
20066 , el ancla de enlace se sitúa al comienzo de un flotante.
20067  Para usar esta característica para figuras flotantes carga 
20068 \series bold
20069 hypcap
20070 \series default
20071  en el preámbulo con
20072 \end_layout
20073
20074 \begin_layout Standard
20075
20076 \series bold
20077
20078 \backslash
20079 usepackage[figure]{hypcap}
20080 \end_layout
20081
20082 \begin_layout Standard
20083 Puedes usar 
20084 \series bold
20085 hypcap
20086 \series default
20087  para todos los flotantes aunque no se recomienda por razones de estabilidad.
20088  Más información en el manual de 
20089 \series bold
20090 hypcap
20091 \series default
20092  
20093 \begin_inset CommandInset citation
20094 LatexCommand cite
20095 key "hypcap"
20096
20097 \end_inset
20098
20099 .
20100 \end_layout
20101
20102 \begin_layout Standard
20103 \begin_inset Note Greyedout
20104 status open
20105
20106 \begin_layout Plain Layout
20107
20108 \series bold
20109 Nota: hypcap
20110 \series default
20111  debe cargarse después de 
20112 \series bold
20113 hyperref
20114 \series default
20115  en el preámbulo
20116 \series bold
20117 .
20118 \end_layout
20119
20120 \end_inset
20121
20122
20123 \end_layout
20124
20125 \begin_layout Standard
20126 \begin_inset Note Greyedout
20127 status open
20128
20129 \begin_layout Plain Layout
20130
20131 \series bold
20132 Nota:
20133 \series default
20134  La colocación de referencias no afecta a las referencias a subfiguras.
20135 \end_layout
20136
20137 \end_inset
20138
20139
20140 \end_layout
20141
20142 \begin_layout Section
20143 Colocación de flotantes
20144 \begin_inset CommandInset label
20145 LatexCommand label
20146 name "sec:Colocación-de-Flotantes"
20147
20148 \end_inset
20149
20150
20151 \begin_inset Index
20152 status collapsed
20153
20154 \begin_layout Plain Layout
20155 Flotantes ! Colocación
20156 \end_layout
20157
20158 \end_inset
20159
20160
20161 \end_layout
20162
20163 \begin_layout Standard
20164 Pulsando con el botón derecho del ratón sobre un cuadro de flotante se abre
20165  un diálogo en el que pueden cambiarse las opciones de LaTeX para situar
20166  los flotantes.
20167 \begin_inset Newline newline
20168 \end_inset
20169
20170 La opción 
20171 \family sans
20172 Extender
20173 \begin_inset space ~
20174 \end_inset
20175
20176 columnas
20177 \family default
20178  sólo es aplicable a documentos de dos columnas: Si lo seleccionas, el flotante
20179  abarcará ambas columnas en lugar de una sola.
20180 \begin_inset Newline newline
20181 \end_inset
20182
20183 La opción 
20184 \family sans
20185 Girar
20186 \begin_inset space ~
20187 \end_inset
20188
20189 a
20190 \begin_inset space ~
20191 \end_inset
20192
20193 un
20194 \begin_inset space ~
20195 \end_inset
20196
20197 lado
20198 \family default
20199  sirve para girar flotantes, ver sección
20200 \begin_inset space ~
20201 \end_inset
20202
20203
20204 \begin_inset CommandInset ref
20205 LatexCommand ref
20206 reference "sec:Rotación-de-Flotantes"
20207
20208 \end_inset
20209
20210 .
20211  
20212 \end_layout
20213
20214 \begin_layout Standard
20215 Puedes usar una o más de las siguientes opciones en el diálogo para establecer
20216  la posición de un flotante si desmarcas la opción 
20217 \family sans
20218 Usar
20219 \begin_inset space ~
20220 \end_inset
20221
20222 ubicación
20223 \begin_inset space ~
20224 \end_inset
20225
20226 predeterminada
20227 \family default
20228 :
20229 \end_layout
20230
20231 \begin_layout Description
20232
20233 \family sans
20234 \series bold
20235 Aquí
20236 \begin_inset space ~
20237 \end_inset
20238
20239 si
20240 \begin_inset space ~
20241 \end_inset
20242
20243 es
20244 \begin_inset space ~
20245 \end_inset
20246
20247 posible
20248 \family default
20249 \series default
20250  intenta situar el flotante en la posición en la que se inserta
20251 \end_layout
20252
20253 \begin_layout Description
20254
20255 \family sans
20256 \series bold
20257 Principio
20258 \begin_inset space ~
20259 \end_inset
20260
20261 de
20262 \begin_inset space ~
20263 \end_inset
20264
20265 página
20266 \family default
20267 \series default
20268  intenta situar el flotante al principio de la página actual
20269 \end_layout
20270
20271 \begin_layout Description
20272
20273 \family sans
20274 \series bold
20275 Fin
20276 \begin_inset space ~
20277 \end_inset
20278
20279 de
20280 \begin_inset space ~
20281 \end_inset
20282
20283 página
20284 \family default
20285 \series default
20286  intenta situar el flotante al final de la página actual
20287 \end_layout
20288
20289 \begin_layout Description
20290
20291 \family sans
20292 \series bold
20293 Página
20294 \begin_inset space ~
20295 \end_inset
20296
20297 de
20298 \begin_inset space ~
20299 \end_inset
20300
20301 flotantes
20302 \family default
20303 \series default
20304  intenta situar el flotante en una página propia 
20305 \end_layout
20306
20307 \begin_layout Standard
20308 LaTeX usa 
20309 \emph on
20310 siempre
20311 \emph default
20312  ese orden de opciones.
20313  Significa que si usas la colocación predeterminada, LaTeX probará en primer
20314  lugar 
20315 \family sans
20316 Aquí
20317 \begin_inset space ~
20318 \end_inset
20319
20320 si
20321 \begin_inset space ~
20322 \end_inset
20323
20324 es
20325 \begin_inset space ~
20326 \end_inset
20327
20328 posible
20329 \family default
20330 , luego 
20331 \family sans
20332 Principio
20333 \begin_inset space ~
20334 \end_inset
20335
20336 de
20337 \begin_inset space ~
20338 \end_inset
20339
20340 página
20341 \family default
20342 , y después las otras.
20343  Si no usas la predeterminada, LaTeX sólo probará las opciones marcadas
20344  pero en dicho orden.
20345  Si no es posible ninguna de las 4 ubicaciones el proceso se repite internamente
20346  pero intenta poner el flotante en la página siguiente.
20347 \end_layout
20348
20349 \begin_layout Standard
20350 De forma predeterminada cada una de las opciones tiene sus propias reglas:
20351 \end_layout
20352
20353 \begin_layout Labeling
20354 \labelwidthstring 00.00.0000
20355
20356 \family sans
20357 Principio
20358 \begin_inset space ~
20359 \end_inset
20360
20361 de
20362 \begin_inset space ~
20363 \end_inset
20364
20365 página:
20366 \family default
20367  sólo si el flotante ocupa menos del 70
20368 \begin_inset space \thinspace{}
20369 \end_inset
20370
20371 % de la página puede ubicarse al principio de página (
20372 \series bold
20373
20374 \backslash
20375 topfraction
20376 \series default
20377 )
20378 \end_layout
20379
20380 \begin_layout Labeling
20381 \labelwidthstring 00.00.0000
20382
20383 \family sans
20384 Fin
20385 \begin_inset space ~
20386 \end_inset
20387
20388 de
20389 \begin_inset space ~
20390 \end_inset
20391
20392 página:
20393 \family default
20394  sólo si el flotante ocupa menos del 30
20395 \begin_inset space \thinspace{}
20396 \end_inset
20397
20398 % de la página puede ubicarse al fin de página.
20399  (
20400 \series bold
20401
20402 \backslash
20403 bottomfraction
20404 \series default
20405 )
20406 \end_layout
20407
20408 \begin_layout Labeling
20409 \labelwidthstring 00.00.0000
20410
20411 \family sans
20412 Página
20413 \begin_inset space ~
20414 \end_inset
20415
20416 de
20417 \begin_inset space ~
20418 \end_inset
20419
20420 flotantes:
20421 \family default
20422  sólo si más del 50
20423 \begin_inset space \thinspace{}
20424 \end_inset
20425
20426 % de la página se ocupa por flotantes puede haber varios juntos en la misma
20427  página.
20428  (
20429 \series bold
20430
20431 \backslash
20432 floatpagefraction
20433 \series default
20434 )
20435 \end_layout
20436
20437 \begin_layout Standard
20438 Si no te agradan estas reglas puedes ignorarlas marcando la opción adicional
20439  
20440 \family sans
20441 Ignorar
20442 \begin_inset space ~
20443 \end_inset
20444
20445 reglas
20446 \begin_inset space ~
20447 \end_inset
20448
20449 de
20450 \begin_inset space ~
20451 \end_inset
20452
20453 LaTeX
20454 \family default
20455 .
20456 \begin_inset Newline newline
20457 \end_inset
20458
20459 También puedes redefinir las reglas con los comandos LaTeX que van entre
20460  paréntesis tras la descripción de las reglas anteriores.
20461  Por ejemplo, para aumentar el valor predeterminado, quizás pequeño, de
20462  la regla 
20463 \family sans
20464 Fin
20465 \family default
20466
20467 \begin_inset space ~
20468 \end_inset
20469
20470
20471 \family sans
20472 de
20473 \family default
20474
20475 \begin_inset space ~
20476 \end_inset
20477
20478
20479 \family sans
20480 página
20481 \family default
20482  al 50
20483 \begin_inset space \thinspace{}
20484 \end_inset
20485
20486 %, añade esta línea en el preámbulo:
20487 \end_layout
20488
20489 \begin_layout Standard
20490
20491 \series bold
20492
20493 \backslash
20494 renewcommand{
20495 \backslash
20496 bottomfraction}{0.5}
20497 \end_layout
20498
20499 \begin_layout Standard
20500 En determinados casos podrías necesitar ubicar un flotante exactamente en
20501  la posición en la que se inserta.
20502  Para esto puedes usar la opción 
20503 \family sans
20504 Aquí
20505 \begin_inset space ~
20506 \end_inset
20507
20508 definitivamente
20509 \family default
20510 .
20511  Usa esta opción esporádicamente y sólo cuando el documento esté casi listo,
20512  porque el flotante ya no podrá «flotar» y si haces cambios al documento
20513  se podría estropear el diseño de la página.
20514 \end_layout
20515
20516 \begin_layout Standard
20517 No hay opciones de ubicación para flotantes ajustados a texto porque siempre
20518  están rodeados por texto de un párrafo determinado.
20519 \begin_inset VSpace bigskip
20520 \end_inset
20521
20522
20523 \end_layout
20524
20525 \begin_layout Standard
20526 A veces surge el problema de que un flotante se sitúa al principio de la
20527  página mientras que su sección correspondiente empieza en mitad de la página,
20528  así que el lector podría creer que el flotante forma parte de la sección
20529  anterior.
20530  Para evitarlo puede emplearse el comando LaTeX 
20531 \series bold
20532
20533 \backslash
20534 suppressfloats
20535 \series default
20536 , que suprime la ubicación de un flotante dado en la página donde se inserta
20537  y además puede servir para evitar que el flotante se coloque antes del
20538  inicio de sección.
20539  Para ello, añade estos comandos al preámbulo:
20540 \end_layout
20541
20542 \begin_layout Standard
20543
20544 \series bold
20545
20546 \backslash
20547 let
20548 \backslash
20549 mySection
20550 \backslash
20551 section
20552 \begin_inset Newline newline
20553 \end_inset
20554
20555
20556 \backslash
20557 renewcommand{
20558 \backslash
20559 section}{
20560 \backslash
20561 suppressfloats[t]
20562 \backslash
20563 mySection}
20564 \end_layout
20565
20566 \begin_layout Standard
20567 Se puede hacer lo mismo para todas las cabeceras de sección, capítulos y
20568  subsecciones.
20569  No es recomendable para partes pequeñas de texto como subsubsecciones porque
20570  LaTeX podría tener problemas para encontrar una ubicación adecuada.
20571 \end_layout
20572
20573 \begin_layout Standard
20574 \begin_inset VSpace bigskip
20575 \end_inset
20576
20577 En ciertos casos se quieren tener todas las figuras/tablas al final del
20578  documento.
20579  Para estos casos está el paquete LaTeX 
20580 \series bold
20581 endfloat
20582 \series default
20583
20584 \begin_inset Index
20585 status collapsed
20586
20587 \begin_layout Plain Layout
20588 LaTeX-paquetes ! endfloat
20589 \end_layout
20590
20591 \end_inset
20592
20593 .
20594  Pone todas las figuras y tablas flotantes al final del documento en secciones
20595  propias.
20596  En la posición original del flotante se inserta una indicación como «
20597 \family sans
20598 [Figure
20599 \begin_inset space ~
20600 \end_inset
20601
20602 3.2 about here.]
20603 \family default
20604 ».
20605  El paquete 
20606 \series bold
20607 endfloat
20608 \series default
20609  se carga en el preámbulo con la línea
20610 \end_layout
20611
20612 \begin_layout Standard
20613
20614 \series bold
20615
20616 \backslash
20617 usepackage[options]{endfloat}
20618 \end_layout
20619
20620 \begin_layout Standard
20621 Hay varias opciones para diseñar las secciones figura/tabla creadas.
20622  Para más información ver la documentación de 
20623 \begin_inset CommandInset citation
20624 LatexCommand cite
20625 key "endfloat"
20626
20627 \end_inset
20628
20629 .
20630 \begin_inset Newline newline
20631 \end_inset
20632
20633
20634 \begin_inset Note Greyedout
20635 status open
20636
20637 \begin_layout Plain Layout
20638
20639 \series bold
20640 Nota: endfloat
20641 \series default
20642  no traduce automáticamente la indicación, hay que hacerlo manualmente,
20643  ver sección
20644 \begin_inset space ~
20645 \end_inset
20646
20647 4 en 
20648 \begin_inset CommandInset citation
20649 LatexCommand cite
20650 key "endfloat"
20651
20652 \end_inset
20653
20654 .
20655 \end_layout
20656
20657 \end_inset
20658
20659
20660 \begin_inset Newline newline
20661 \end_inset
20662
20663
20664 \begin_inset Note Greyedout
20665 status open
20666
20667 \begin_layout Plain Layout
20668
20669 \series bold
20670 Nota:
20671 \series default
20672  Actualmente hay un error en 
20673 \series bold
20674 endfloat
20675 \series default
20676  cuando la leyenda contiene el carácter alemán «ß».
20677  Usa en ese caso el comando «
20678 \series bold
20679
20680 \backslash
20681 ss
20682 \series default
20683 » en código TeX en vez de «ß».
20684 \end_layout
20685
20686 \end_inset
20687
20688
20689 \end_layout
20690
20691 \begin_layout Standard
20692 \begin_inset VSpace bigskip
20693 \end_inset
20694
20695 Más detalles sobre ubicación de flotantes en libros sobre LaTeX como 
20696 \begin_inset CommandInset citation
20697 LatexCommand cite
20698 key "latexcompanion,latexguide,latexbook"
20699
20700 \end_inset
20701
20702 .
20703 \end_layout
20704
20705 \begin_layout Section
20706 Rotación de flotantes
20707 \begin_inset CommandInset label
20708 LatexCommand label
20709 name "sec:Rotación-de-Flotantes"
20710
20711 \end_inset
20712
20713
20714 \begin_inset Index
20715 status collapsed
20716
20717 \begin_layout Plain Layout
20718 Flotantes ! Rotación
20719 \end_layout
20720
20721 \end_inset
20722
20723
20724 \end_layout
20725
20726 \begin_layout Standard
20727 Podrías necesitar girar flotantes, especialmente con tablas grandes.
20728  Para girar todo el flotante y su leyenda, pincha sobre su cuadro y marca
20729  la opción 
20730 \family sans
20731 Girar
20732 \begin_inset space ~
20733 \end_inset
20734
20735 a
20736 \begin_inset space ~
20737 \end_inset
20738
20739 un
20740 \begin_inset space ~
20741 \end_inset
20742
20743 lado
20744 \family default
20745 .
20746 \end_layout
20747
20748 \begin_layout Standard
20749 Los flotantes girados son puestos siempre en su propia página (o columna
20750  si el documento es de dos columnas).
20751  Se rotan de forma que puedes leerlos desde el margen externo.
20752  Para forzar determinada dirección de rotación para todas las páginas, puedes
20753  añadir una de las opciones 
20754 \series bold
20755 figuresleft
20756 \series default
20757  o 
20758 \series bold
20759 figuresright
20760 \series default
20761  a las opciones de clase del documento.
20762 \end_layout
20763
20764 \begin_layout Standard
20765 Los flotantes girados se refieren igual que los normales, y el formato de
20766  la leyenda también es el mismo: un ejemplo es la tabla
20767 \begin_inset space ~
20768 \end_inset
20769
20770
20771 \begin_inset CommandInset ref
20772 LatexCommand ref
20773 reference "tab:Tabla-girada"
20774
20775 \end_inset
20776
20777 .
20778 \end_layout
20779
20780 \begin_layout Standard
20781 \begin_inset Note Greyedout
20782 status open
20783
20784 \begin_layout Plain Layout
20785
20786 \series bold
20787 Nota:
20788 \series default
20789  No todos los visores DVI pueden mostrar tablas giradas.
20790 \end_layout
20791
20792 \end_inset
20793
20794
20795 \end_layout
20796
20797 \begin_layout Standard
20798 \begin_inset Float table
20799 wide false
20800 sideways true
20801 status open
20802
20803 \begin_layout Plain Layout
20804 \begin_inset Caption
20805
20806 \begin_layout Plain Layout
20807 \begin_inset CommandInset label
20808 LatexCommand label
20809 name "tab:Tabla-girada"
20810
20811 \end_inset
20812
20813 Tabla girada
20814 \end_layout
20815
20816 \end_inset
20817
20818
20819 \end_layout
20820
20821 \begin_layout Plain Layout
20822 \align center
20823 \begin_inset Tabular
20824 <lyxtabular version="3" rows="1" columns="5">
20825 <features>
20826 <column alignment="center" valignment="top" width="0">
20827 <column alignment="center" valignment="top" width="0">
20828 <column alignment="center" valignment="top" width="0">
20829 <column alignment="center" valignment="top" width="0">
20830 <column alignment="center" valignment="top" width="0">
20831 <row>
20832 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
20833 \begin_inset Text
20834
20835 \begin_layout Plain Layout
20836 test
20837 \end_layout
20838
20839 \end_inset
20840 </cell>
20841 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
20842 \begin_inset Text
20843
20844 \begin_layout Plain Layout
20845 b
20846 \end_layout
20847
20848 \end_inset
20849 </cell>
20850 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
20851 \begin_inset Text
20852
20853 \begin_layout Plain Layout
20854 c
20855 \end_layout
20856
20857 \end_inset
20858 </cell>
20859 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
20860 \begin_inset Text
20861
20862 \begin_layout Plain Layout
20863 d
20864 \end_layout
20865
20866 \end_inset
20867 </cell>
20868 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
20869 \begin_inset Text
20870
20871 \begin_layout Plain Layout
20872 e
20873 \end_layout
20874
20875 \end_inset
20876 </cell>
20877 </row>
20878 </lyxtabular>
20879
20880 \end_inset
20881
20882
20883 \end_layout
20884
20885 \end_inset
20886
20887
20888 \end_layout
20889
20890 \begin_layout Section
20891 Flotantes adosados
20892 \begin_inset Index
20893 status collapsed
20894
20895 \begin_layout Plain Layout
20896 Flotantes ! Adosados
20897 \end_layout
20898
20899 \end_inset
20900
20901
20902 \end_layout
20903
20904 \begin_layout Standard
20905 Para colocar flotantes unos junto a otros, como en la figura
20906 \begin_inset space ~
20907 \end_inset
20908
20909
20910 \begin_inset CommandInset ref
20911 LatexCommand ref
20912 reference "fig:Flotante-izquierda"
20913
20914 \end_inset
20915
20916  y 
20917 \begin_inset CommandInset ref
20918 LatexCommand ref
20919 reference "fig:Flotante-derecha"
20920
20921 \end_inset
20922
20923 , se pone 
20924 \emph on
20925 un
20926 \emph default
20927  solo flotante.
20928  En él se insertan dos cuadros tipo minipágina.
20929 \begin_inset Foot
20930 status open
20931
20932 \begin_layout Plain Layout
20933 Las minipáginas se explican en la sección
20934 \begin_inset space ~
20935 \end_inset
20936
20937
20938 \begin_inset CommandInset ref
20939 LatexCommand ref
20940 reference "sec:Minipáginas"
20941
20942 \end_inset
20943
20944 .
20945 \end_layout
20946
20947 \end_inset
20948
20949  La anchura de la columna se establece en 45-50
20950 \begin_inset space \thinspace{}
20951 \end_inset
20952
20953 % y la alineación en 
20954 \family sans
20955 Inferior
20956 \family default
20957  para cada minipágina.
20958  Las minipáginas contienen la imagen y su título, de igual forma que en
20959  los flotantes.
20960  La única diferencia es que el 
20961 \family sans
20962 Ancho
20963 \begin_inset space ~
20964 \end_inset
20965
20966 de
20967 \begin_inset space ~
20968 \end_inset
20969
20970 columna
20971 \begin_inset space ~
20972 \end_inset
20973
20974 %
20975 \family default
20976  de la imagen se calcula en este caso en relación a la anchura de la minipágina.
20977 \end_layout
20978
20979 \begin_layout Standard
20980 \begin_inset Float figure
20981 placement h
20982 wide false
20983 sideways false
20984 status open
20985
20986 \begin_layout Plain Layout
20987 \begin_inset Box Frameless
20988 position "b"
20989 hor_pos "c"
20990 has_inner_box 1
20991 inner_pos "t"
20992 use_parbox 0
20993 width "45col%"
20994 special "none"
20995 height "1in"
20996 height_special "totalheight"
20997 status open
20998
20999 \begin_layout Plain Layout
21000 \align center
21001 \begin_inset Graphics
21002         filename ../clipart/mobius.eps
21003         lyxscale 50
21004         width 100col%
21005         scaleBeforeRotation
21006
21007 \end_inset
21008
21009
21010 \end_layout
21011
21012 \begin_layout Plain Layout
21013 \begin_inset Caption
21014
21015 \begin_layout Plain Layout
21016 \begin_inset CommandInset label
21017 LatexCommand label
21018 name "fig:Flotante-izquierda"
21019
21020 \end_inset
21021
21022 Flotante en el lado izquierdo.
21023 \end_layout
21024
21025 \end_inset
21026
21027
21028 \end_layout
21029
21030 \end_inset
21031
21032
21033 \begin_inset space \hfill{}
21034 \end_inset
21035
21036
21037 \begin_inset Box Frameless
21038 position "b"
21039 hor_pos "c"
21040 has_inner_box 1
21041 inner_pos "t"
21042 use_parbox 0
21043 width "45col%"
21044 special "none"
21045 height "1in"
21046 height_special "totalheight"
21047 status open
21048
21049 \begin_layout Plain Layout
21050 \align center
21051 \begin_inset Graphics
21052         filename ../clipart/platypus.eps
21053         lyxscale 50
21054         width 100col%
21055         scaleBeforeRotation
21056
21057 \end_inset
21058
21059
21060 \end_layout
21061
21062 \begin_layout Plain Layout
21063 \begin_inset Caption
21064
21065 \begin_layout Plain Layout
21066 \begin_inset CommandInset label
21067 LatexCommand label
21068 name "fig:Flotante-derecha"
21069
21070 \end_inset
21071
21072 Flotante en el lado derecho.
21073 \end_layout
21074
21075 \end_inset
21076
21077
21078 \end_layout
21079
21080 \end_inset
21081
21082
21083 \end_layout
21084
21085 \end_inset
21086
21087
21088 \end_layout
21089
21090 \begin_layout Section
21091 Formato de las leyendas
21092 \begin_inset Index
21093 status collapsed
21094
21095 \begin_layout Plain Layout
21096 Leyendas ! Formato
21097 \end_layout
21098
21099 \end_inset
21100
21101
21102 \begin_inset Index
21103 status collapsed
21104
21105 \begin_layout Plain Layout
21106 Flotantes ! Formato de las leyendas
21107 \end_layout
21108
21109 \end_inset
21110
21111
21112 \begin_inset Index
21113 status collapsed
21114
21115 \begin_layout Plain Layout
21116 LaTeX-paquetes ! caption
21117 \end_layout
21118
21119 \end_inset
21120
21121
21122 \begin_inset CommandInset label
21123 LatexCommand label
21124 name "sec:Formato-de-leyendas"
21125
21126 \end_inset
21127
21128
21129 \end_layout
21130
21131 \begin_layout Standard
21132 El entorno 
21133 \family sans
21134 Leyenda
21135 \family default
21136  es el predeterminado para los 
21137 \family sans
21138 Flotantes
21139 \family default
21140 .
21141  En LyX las leyendas se muestran como etiqueta, p.
21142 \begin_inset space \thinspace{}
21143 \end_inset
21144
21145 e.
21146 \begin_inset space ~
21147 \end_inset
21148
21149 «
21150 \family sans
21151 Figura #
21152 \family default
21153 :» seguida por el texto.
21154  «#» es el número real de referencia.
21155  Por omisión la etiqueta y el número usan la misma fuente que el texto de
21156  la leyenda y el signo dos puntos sigue al número para separar la etiqueta
21157  del texto.
21158  El entorno leyenda no es apropiado para todos los tipos de documento.
21159  
21160 \end_layout
21161
21162 \begin_layout Standard
21163 Para cambiar el formato predeterminado carga el paquete LaTeX 
21164 \series bold
21165 caption
21166 \series default
21167
21168 \begin_inset Index
21169 status collapsed
21170
21171 \begin_layout Plain Layout
21172 LaTeX-paquetes ! caption
21173 \end_layout
21174
21175 \end_inset
21176
21177  en el preámbulo del documento con la línea:
21178 \end_layout
21179
21180 \begin_layout Standard
21181
21182 \series bold
21183
21184 \backslash
21185 usepackage[definición de formato]{caption}
21186 \end_layout
21187
21188 \begin_layout Standard
21189 Para poner, por ejemplo, la etiqueta y el número en sans-serif negrita y
21190  las leyendas de tabla siempre sobre ella como en este documento, usa el
21191  comando:
21192 \end_layout
21193
21194 \begin_layout Standard
21195
21196 \series bold
21197
21198 \backslash
21199 usepackage[labelfont={bf,sf}, tableposition=top]{caption}
21200 \end_layout
21201
21202 \begin_layout Standard
21203 También puedes definir distintos formatos de leyenda para los distintos
21204  tipos de flotantes.
21205  En ese caso carga el paquete 
21206 \series bold
21207 caption
21208 \series default
21209  sin opciones específicas y define los distintos formatos con ayuda del
21210  comando
21211 \end_layout
21212
21213 \begin_layout Standard
21214
21215 \series bold
21216
21217 \backslash
21218 captionsetup[tipo de flotante]{definición de formato}
21219 \end_layout
21220
21221 \begin_layout Standard
21222 en el preámbulo del documento.
21223  Por ejemplo las leyendas de la Figura
21224 \begin_inset space ~
21225 \end_inset
21226
21227
21228 \begin_inset CommandInset ref
21229 LatexCommand ref
21230 reference "fig:Esto-es-una-fig"
21231
21232 \end_inset
21233
21234  y la tabla
21235 \begin_inset space ~
21236 \end_inset
21237
21238
21239 \begin_inset CommandInset ref
21240 LatexCommand ref
21241 reference "tab:Esto-es-una-tab"
21242
21243 \end_inset
21244
21245  pueden crearse usando los siguientes comandos en el preámbulo:
21246 \end_layout
21247
21248 \begin_layout Standard
21249
21250 \series bold
21251
21252 \backslash
21253 usepackage[tableposition=top]{caption}
21254 \series default
21255
21256 \begin_inset Newline newline
21257 \end_inset
21258
21259
21260 \series bold
21261
21262 \backslash
21263 captionsetup[figure]{labelfont={tt}, textfont=it, indention=1cm,%
21264 \begin_inset Newline newline
21265 \end_inset
21266
21267
21268 \begin_inset ERT
21269 status collapsed
21270
21271 \begin_layout Plain Layout
21272
21273
21274 \backslash
21275 hphantom{
21276 \backslash
21277
21278 \backslash
21279 captionsetup[figure]
21280 \backslash
21281 {}
21282 \end_layout
21283
21284 \end_inset
21285
21286  labelsep=period}
21287 \begin_inset Newline newline
21288 \end_inset
21289
21290
21291 \backslash
21292 captionsetup[table]{labelfont={bf,sf}}
21293 \end_layout
21294
21295 \begin_layout Standard
21296 \begin_inset Note Greyedout
21297 status open
21298
21299 \begin_layout Plain Layout
21300
21301 \series bold
21302 Nota: 
21303 \series default
21304 La opción 
21305 \series bold
21306 tableposition=top
21307 \series default
21308  no tiene efecto si se usa una clase de documento 
21309 \series bold
21310 koma-script
21311 \series default
21312 .
21313  En este caso debe utilizarse la opción de clase de documento 
21314 \series bold
21315 tablecaptionabove
21316 \series default
21317 .
21318  
21319 \end_layout
21320
21321 \end_inset
21322
21323
21324 \end_layout
21325
21326 \begin_layout Standard
21327 Para más información sobre el paquete 
21328 \series bold
21329 caption
21330 \series default
21331  acude a su documentación 
21332 \begin_inset CommandInset citation
21333 LatexCommand cite
21334 key "caption"
21335
21336 \end_inset
21337
21338 .
21339 \end_layout
21340
21341 \begin_layout Standard
21342 Para cambiar el nombre de la etiqueta de «Figura» a «Imagen», p.
21343 \begin_inset space \thinspace{}
21344 \end_inset
21345
21346 e., usa el siguiente comando de preámbulo:
21347 \end_layout
21348
21349 \begin_layout Standard
21350
21351 \series bold
21352
21353 \backslash
21354 renewcommand{
21355 \backslash
21356 fnum@figure}{Imagen~
21357 \backslash
21358 thefigure}
21359 \end_layout
21360
21361 \begin_layout Standard
21362 donde 
21363 \series bold
21364
21365 \backslash
21366 thefigure
21367 \series default
21368  inserta el número de figura y «~» genera un espacio protegido.
21369
21370 \series bold
21371  
21372 \end_layout
21373
21374 \begin_layout Standard
21375 \begin_inset VSpace bigskip
21376 \end_inset
21377
21378 Si estás usando la clase de documento 
21379 \series bold
21380 koma-script
21381 \series default
21382
21383 \begin_inset Index
21384 status collapsed
21385
21386 \begin_layout Plain Layout
21387 LaTeX-paquetes ! koma-script
21388 \end_layout
21389
21390 \end_inset
21391
21392  (
21393 \family sans
21394 article (koma-script)
21395 \family default
21396
21397 \family sans
21398 book (koma-script)
21399 \family default
21400
21401 \family sans
21402 letter (koma-script)
21403 \family default
21404 , o 
21405 \family sans
21406 report (koma-script)
21407 \family default
21408
21409 \begin_inset space \thinspace{}
21410 \end_inset
21411
21412 ), puedes emplear en vez del paquete 
21413 \series bold
21414 caption
21415 \series default
21416  el comando 
21417 \series bold
21418
21419 \backslash
21420 setkomafont
21421 \series default
21422  incluido en 
21423 \series bold
21424 koma-script
21425 \series default
21426 .
21427  Por ejemplo, para poner en negrita la etiqueta de la leyenda añade este
21428  comando en el preámbulo del documento:
21429 \end_layout
21430
21431 \begin_layout Standard
21432
21433 \series bold
21434
21435 \backslash
21436 setkomafont{captionlabel}{
21437 \backslash
21438 bfseries}
21439 \end_layout
21440
21441 \begin_layout Standard
21442 Más información sobre 
21443 \series bold
21444
21445 \backslash
21446 setkomafont
21447 \series default
21448  en la documentación de 
21449 \series bold
21450 koma-script
21451 \series default
21452  
21453 \begin_inset CommandInset citation
21454 LatexCommand cite
21455 key "koma-script"
21456
21457 \end_inset
21458
21459 .
21460 \end_layout
21461
21462 \begin_layout Standard
21463 \begin_inset ERT
21464 status open
21465
21466 \begin_layout Plain Layout
21467
21468
21469 \backslash
21470 captionsetup[figure]{labelfont={tt}, textfont=it, indention=1cm, labelsep=period
21471 }
21472 \end_layout
21473
21474 \end_inset
21475
21476
21477 \begin_inset Note Note
21478 status open
21479
21480 \begin_layout Plain Layout
21481 El formato de la leyenda se ha cambiado sólo para este ejemplo.
21482 \end_layout
21483
21484 \end_inset
21485
21486
21487 \end_layout
21488
21489 \begin_layout Standard
21490 \begin_inset Float figure
21491 placement !p
21492 wide false
21493 sideways false
21494 status open
21495
21496 \begin_layout Plain Layout
21497 \align center
21498 \begin_inset Graphics
21499         filename ../clipart/mobius.eps
21500         lyxscale 50
21501         scale 50
21502
21503 \end_inset
21504
21505
21506 \end_layout
21507
21508 \begin_layout Plain Layout
21509 \begin_inset Caption
21510
21511 \begin_layout Plain Layout
21512 \begin_inset CommandInset label
21513 LatexCommand label
21514 name "fig:Esto-es-una-fig"
21515
21516 \end_inset
21517
21518
21519 \begin_inset OptArg
21520 status collapsed
21521
21522 \begin_layout Plain Layout
21523 Figura con leyenda muy larga
21524 \end_layout
21525
21526 \end_inset
21527
21528 Este es un ejemplo de figura con una leyenda que es mayor de una línea para
21529  mostrar el formato diferente.
21530  Aquí se usa una leyenda personalizada.
21531 \end_layout
21532
21533 \end_inset
21534
21535
21536 \end_layout
21537
21538 \end_inset
21539
21540
21541 \end_layout
21542
21543 \begin_layout Standard
21544 \begin_inset ERT
21545 status open
21546
21547 \begin_layout Plain Layout
21548
21549
21550 \backslash
21551 captionsetup[figure]{labelfont={bf,sf}, textfont=rm, indention=0cm, labelsep=col
21552 on}
21553 \end_layout
21554
21555 \end_inset
21556
21557
21558 \end_layout
21559
21560 \begin_layout Standard
21561 \begin_inset Float table
21562 placement !p
21563 wide false
21564 sideways false
21565 status collapsed
21566
21567 \begin_layout Plain Layout
21568 \begin_inset Caption
21569
21570 \begin_layout Plain Layout
21571 \begin_inset CommandInset label
21572 LatexCommand label
21573 name "tab:Esto-es-una-tab"
21574
21575 \end_inset
21576
21577
21578 \begin_inset OptArg
21579 status collapsed
21580
21581 \begin_layout Plain Layout
21582 Tabla con leyenda muy larga
21583 \end_layout
21584
21585 \end_inset
21586
21587 Este es un ejemplo de leyenda de tabla mayor que una línea para mostrar
21588  el formato diferente.
21589  Aquí se usa el formato de leyenda estándar para las tablas.
21590 \end_layout
21591
21592 \end_inset
21593
21594
21595 \end_layout
21596
21597 \begin_layout Plain Layout
21598 \align center
21599 \begin_inset Tabular
21600 <lyxtabular version="3" rows="1" columns="5">
21601 <features>
21602 <column alignment="center" valignment="top" width="0">
21603 <column alignment="center" valignment="top" width="0">
21604 <column alignment="center" valignment="top" width="0">
21605 <column alignment="center" valignment="top" width="0">
21606 <column alignment="center" valignment="top" width="0">
21607 <row>
21608 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
21609 \begin_inset Text
21610
21611 \begin_layout Plain Layout
21612 a
21613 \end_layout
21614
21615 \end_inset
21616 </cell>
21617 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
21618 \begin_inset Text
21619
21620 \begin_layout Plain Layout
21621 b
21622 \end_layout
21623
21624 \end_inset
21625 </cell>
21626 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
21627 \begin_inset Text
21628
21629 \begin_layout Plain Layout
21630 c
21631 \end_layout
21632
21633 \end_inset
21634 </cell>
21635 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
21636 \begin_inset Text
21637
21638 \begin_layout Plain Layout
21639 d
21640 \end_layout
21641
21642 \end_inset
21643 </cell>
21644 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
21645 \begin_inset Text
21646
21647 \begin_layout Plain Layout
21648 e
21649 \end_layout
21650
21651 \end_inset
21652 </cell>
21653 </row>
21654 </lyxtabular>
21655
21656 \end_inset
21657
21658
21659 \end_layout
21660
21661 \end_inset
21662
21663
21664 \end_layout
21665
21666 \begin_layout Section
21667 Colocación de leyendas
21668 \begin_inset Index
21669 status collapsed
21670
21671 \begin_layout Plain Layout
21672 Leyendas ! Colocación
21673 \end_layout
21674
21675 \end_inset
21676
21677
21678 \begin_inset Index
21679 status collapsed
21680
21681 \begin_layout Plain Layout
21682 Flotantes ! Colocación de leyendas
21683 \end_layout
21684
21685 \end_inset
21686
21687
21688 \begin_inset CommandInset label
21689 LatexCommand label
21690 name "sec:Colocación-de-leyendas"
21691
21692 \end_inset
21693
21694
21695 \end_layout
21696
21697 \begin_layout Standard
21698 La norma habitual para colocar las leyendas es:
21699 \end_layout
21700
21701 \begin_layout Description
21702 Figura: La leyenda al pie de la figura
21703 \end_layout
21704
21705 \begin_layout Description
21706 Tabla: La leyenda sobre la tabla
21707 \end_layout
21708
21709 \begin_layout Standard
21710 Desafortunadamente, las clases estándar de LaTeX no soportan leyendas sobre
21711  la tabla.
21712  Esto implica que si usas las clases de documento 
21713 \family sans
21714 article
21715 \family default
21716
21717 \family sans
21718 book
21719 \family default
21720
21721 \family sans
21722 letter
21723 \family default
21724 , o 
21725 \family sans
21726 report
21727 \family default
21728  no habrá espacio entre la leyenda y la tabla.
21729  Para insertar el espacio adecuado añade la siguiente opción al comando
21730  del paquete LaTeX 
21731 \series bold
21732 caption
21733 \series default
21734  en el preámbulo del documento:
21735 \begin_inset Foot
21736 status collapsed
21737
21738 \begin_layout Plain Layout
21739 Ver la sección
21740 \begin_inset space ~
21741 \end_inset
21742
21743
21744 \begin_inset CommandInset ref
21745 LatexCommand ref
21746 reference "sec:Formato-de-leyendas"
21747
21748 \end_inset
21749
21750  para más información sobre el paquete 
21751 \series bold
21752 caption
21753 \series default
21754 .
21755 \end_layout
21756
21757 \end_inset
21758
21759
21760 \end_layout
21761
21762 \begin_layout Standard
21763
21764 \series bold
21765 tableposition=top
21766 \end_layout
21767
21768 \begin_layout Standard
21769 Si estás usando la clase 
21770 \series bold
21771 koma-script
21772 \series default
21773
21774 \begin_inset Index
21775 status collapsed
21776
21777 \begin_layout Plain Layout
21778 LaTeX-paquetes ! koma-script
21779 \end_layout
21780
21781 \end_inset
21782
21783  (
21784 \family sans
21785 article (koma-script)
21786 \family default
21787
21788 \family sans
21789 book (koma-script)
21790 \family default
21791
21792 \family sans
21793 letter (koma-script)
21794 \family default
21795 , o 
21796 \family sans
21797 report (koma-script)
21798 \family default
21799
21800 \begin_inset space \thinspace{}
21801 \end_inset
21802
21803 ), en vez de 
21804 \series bold
21805 caption
21806 \series default
21807  puedes poner la opción 
21808 \series bold
21809 tablecaptionabove
21810 \series default
21811  de la clase de documento.
21812 \end_layout
21813
21814 \begin_layout Standard
21815 \begin_inset VSpace bigskip
21816 \end_inset
21817
21818 También es posible poner la leyenda junto a una figura o tabla.
21819  Para conseguirlo hay que cargar el paquete LaTeX 
21820 \series bold
21821 sidecap
21822 \series default
21823
21824 \begin_inset Index
21825 status collapsed
21826
21827 \begin_layout Plain Layout
21828 LaTeX-paquetes ! sidecap
21829 \end_layout
21830
21831 \end_inset
21832
21833  añadiendo en el preámbulo del documento la línea
21834 \end_layout
21835
21836 \begin_layout Standard
21837
21838 \series bold
21839
21840 \backslash
21841 usepackage[option]{sidecap}
21842 \end_layout
21843
21844 \begin_layout Standard
21845 Si no se especifica opción, la leyenda se ubica del lado del margen externo
21846  de la página ---a la derecha en páginas impares, a la izquierda en las
21847  pares---.
21848  Puedes cambiar la colocación al margen interno con la opción 
21849 \series bold
21850 innercaption
21851 \series default
21852 .
21853  Para forzar la ubicación siempre a la derecha o a la izquierda, usa las
21854  opciones 
21855 \series bold
21856 rightcaption
21857 \series default
21858  o 
21859 \series bold
21860 leftcaption
21861 \series default
21862 , respectivamente.
21863 \end_layout
21864
21865 \begin_layout Standard
21866 \begin_inset ERT
21867 status collapsed
21868
21869 \begin_layout Plain Layout
21870
21871
21872 \backslash
21873 ifsidecap
21874 \end_layout
21875
21876 \end_inset
21877
21878
21879 \begin_inset Note Note
21880 status open
21881
21882 \begin_layout Plain Layout
21883 La siguiente sección sólo se mostrará en pantalla si está instalado el paquete
21884  LaTeX 
21885 \series bold
21886 sidecap
21887 \series default
21888 .
21889 \end_layout
21890
21891 \end_inset
21892
21893
21894 \end_layout
21895
21896 \begin_layout Standard
21897 Para situar en LyX la leyenda de un flotante al lado, es necesario añadir
21898  estos comandos al preámbulo del documento:
21899 \end_layout
21900
21901 \begin_layout Standard
21902
21903 \lyxline
21904
21905 \end_layout
21906
21907 \begin_layout Standard
21908
21909 \series bold
21910
21911 \backslash
21912 newcommand{
21913 \backslash
21914 TabBesBeg}{%
21915 \begin_inset Newline newline
21916 \end_inset
21917
21918
21919 \begin_inset ERT
21920 status collapsed
21921
21922 \begin_layout Plain Layout
21923
21924
21925 \backslash
21926 hphantom{ }
21927 \end_layout
21928
21929 \end_inset
21930
21931
21932 \backslash
21933 let
21934 \backslash
21935 MyTable
21936 \backslash
21937 table
21938 \begin_inset Newline newline
21939 \end_inset
21940
21941
21942 \begin_inset ERT
21943 status collapsed
21944
21945 \begin_layout Plain Layout
21946
21947
21948 \backslash
21949 hphantom{ }
21950 \end_layout
21951
21952 \end_inset
21953
21954
21955 \backslash
21956 let
21957 \backslash
21958 MyEndtable
21959 \backslash
21960 endtable
21961 \begin_inset Newline newline
21962 \end_inset
21963
21964
21965 \begin_inset ERT
21966 status collapsed
21967
21968 \begin_layout Plain Layout
21969
21970
21971 \backslash
21972 hphantom{ }
21973 \end_layout
21974
21975 \end_inset
21976
21977
21978 \backslash
21979 renewenvironment{table}{
21980 \backslash
21981 begin{SCtable}}{
21982 \backslash
21983 end{SCtable}}}
21984 \end_layout
21985
21986 \begin_layout Standard
21987
21988 \series bold
21989
21990 \backslash
21991 newcommand{
21992 \backslash
21993 TabBesEnd}{%
21994 \begin_inset Newline newline
21995 \end_inset
21996
21997
21998 \begin_inset ERT
21999 status collapsed
22000
22001 \begin_layout Plain Layout
22002
22003
22004 \backslash
22005 hphantom{ }
22006 \end_layout
22007
22008 \end_inset
22009
22010
22011 \backslash
22012 let
22013 \backslash
22014 table
22015 \backslash
22016 MyTable
22017 \begin_inset Newline newline
22018 \end_inset
22019
22020
22021 \begin_inset ERT
22022 status collapsed
22023
22024 \begin_layout Plain Layout
22025
22026
22027 \backslash
22028 hphantom{ }
22029 \end_layout
22030
22031 \end_inset
22032
22033
22034 \backslash
22035 let
22036 \backslash
22037 endtable
22038 \backslash
22039 MyEndtable
22040 \end_layout
22041
22042 \begin_layout Standard
22043
22044 \series bold
22045
22046 \backslash
22047 newcommand{
22048 \backslash
22049 FigBesBeg}{%
22050 \begin_inset Newline newline
22051 \end_inset
22052
22053
22054 \begin_inset ERT
22055 status collapsed
22056
22057 \begin_layout Plain Layout
22058
22059
22060 \backslash
22061 hphantom{ }
22062 \end_layout
22063
22064 \end_inset
22065
22066
22067 \backslash
22068 let
22069 \backslash
22070 MyFigure
22071 \backslash
22072 figure
22073 \begin_inset Newline newline
22074 \end_inset
22075
22076
22077 \begin_inset ERT
22078 status collapsed
22079
22080 \begin_layout Plain Layout
22081
22082
22083 \backslash
22084 hphantom{ }
22085 \end_layout
22086
22087 \end_inset
22088
22089
22090 \backslash
22091 let
22092 \backslash
22093 MyEndfigure
22094 \backslash
22095 endfigure
22096 \begin_inset Newline newline
22097 \end_inset
22098
22099
22100 \begin_inset ERT
22101 status collapsed
22102
22103 \begin_layout Plain Layout
22104
22105
22106 \backslash
22107 hphantom{ }
22108 \end_layout
22109
22110 \end_inset
22111
22112
22113 \backslash
22114 renewenvironment{figure}{
22115 \backslash
22116 begin{SCfigure}}{
22117 \backslash
22118 end{SCfigure}}}
22119 \end_layout
22120
22121 \begin_layout Standard
22122
22123 \series bold
22124
22125 \backslash
22126 newcommand{
22127 \backslash
22128 FigBesEnd}{%
22129 \begin_inset Newline newline
22130 \end_inset
22131
22132
22133 \begin_inset ERT
22134 status collapsed
22135
22136 \begin_layout Plain Layout
22137
22138
22139 \backslash
22140 hphantom{ }
22141 \end_layout
22142
22143 \end_inset
22144
22145
22146 \backslash
22147 let
22148 \backslash
22149 figure
22150 \backslash
22151 MyFigure
22152 \begin_inset Newline newline
22153 \end_inset
22154
22155
22156 \begin_inset ERT
22157 status collapsed
22158
22159 \begin_layout Plain Layout
22160
22161
22162 \backslash
22163 hphantom{ }
22164 \end_layout
22165
22166 \end_inset
22167
22168
22169 \backslash
22170 let
22171 \backslash
22172 endfigure
22173 \backslash
22174 MyEndfigure}
22175 \end_layout
22176
22177 \begin_layout Standard
22178
22179 \lyxline
22180
22181 \end_layout
22182
22183 \begin_layout Standard
22184 Estos comandos permiten redefinir los flotantes de modo que la leyenda aparezca
22185  en un lado.
22186  Para figuras flotantes usa el comando
22187 \end_layout
22188
22189 \begin_layout Standard
22190
22191 \series bold
22192
22193 \backslash
22194 FigBesBeg
22195 \end_layout
22196
22197 \begin_layout Standard
22198 en código TeX antes del flotante.
22199  Detrás del flotante inserta
22200 \end_layout
22201
22202 \begin_layout Standard
22203
22204 \series bold
22205
22206 \backslash
22207 FigBesEnd
22208 \end_layout
22209
22210 \begin_layout Standard
22211 en código TeX para volver a la definición original de flotantes.
22212 \end_layout
22213
22214 \begin_layout Standard
22215 Para tablas flotantes usa los comandos correspondientes
22216 \end_layout
22217
22218 \begin_layout Standard
22219
22220 \series bold
22221
22222 \backslash
22223 TabBesBeg
22224 \series default
22225  y 
22226 \series bold
22227
22228 \backslash
22229 TabBesEnd
22230 \end_layout
22231
22232 \begin_layout Standard
22233 La figura
22234 \begin_inset space ~
22235 \end_inset
22236
22237
22238 \begin_inset CommandInset ref
22239 LatexCommand ref
22240 reference "fig:encab-al-lado"
22241
22242 \end_inset
22243
22244  y la tabla
22245 \begin_inset space ~
22246 \end_inset
22247
22248
22249 \begin_inset CommandInset ref
22250 LatexCommand ref
22251 reference "tab:encab-al-lado"
22252
22253 \end_inset
22254
22255  son ejemplos en los que el título se sitúa al lado.
22256 \end_layout
22257
22258 \begin_layout Standard
22259 En los ejemplos puedes ver que el texto del título aparece encima del flotante
22260  en tablas flotantes y debajo en las figuras flotantes.
22261  Para cambiarlo, puedes usar el comando
22262 \end_layout
22263
22264 \begin_layout Standard
22265
22266 \series bold
22267
22268 \backslash
22269 sidecaptionvpos{tipo de flotante}{colocación}
22270 \end_layout
22271
22272 \begin_layout Standard
22273 en el preámbulo o en código TeX antes del flotante.
22274  El tipo de flotante es 
22275 \family sans
22276 figure
22277 \family default
22278  o 
22279 \family sans
22280 table
22281 \family default
22282 , la colocación puede ser «
22283 \family sans
22284 t
22285 \family default
22286 » por «top» (arriba), «
22287 \family sans
22288 c
22289 \family default
22290 » por «center» (centro), o «
22291 \family sans
22292 b
22293 \family default
22294 » por «bottom» (abajo).
22295  Para tener, por ejemplo, el título de figuras flotantes verticalmente centrado,
22296  usa el comando
22297 \end_layout
22298
22299 \begin_layout Standard
22300
22301 \series bold
22302
22303 \backslash
22304 sidecaptionvpos{figure}{c}
22305 \end_layout
22306
22307 \begin_layout Standard
22308 Esto se ha hecho en la figura
22309 \begin_inset space ~
22310 \end_inset
22311
22312
22313 \begin_inset CommandInset ref
22314 LatexCommand ref
22315 reference "fig:encab-al-lado-de-fig"
22316
22317 \end_inset
22318
22319 .
22320 \end_layout
22321
22322 \begin_layout Standard
22323 \begin_inset VSpace medskip
22324 \end_inset
22325
22326 Más información sobre el paquete 
22327 \series bold
22328 sidecap
22329 \series default
22330  en su documentación 
22331 \begin_inset CommandInset citation
22332 LatexCommand cite
22333 key "sidecap"
22334
22335 \end_inset
22336
22337 .
22338 \end_layout
22339
22340 \begin_layout Standard
22341 \begin_inset Note Greyedout
22342 status open
22343
22344 \begin_layout Plain Layout
22345
22346 \series bold
22347 Nota:
22348 \series default
22349  El paquete LaTeX 
22350 \series bold
22351 hypcap
22352 \series default
22353
22354 \begin_inset Index
22355 status collapsed
22356
22357 \begin_layout Plain Layout
22358 LaTeX-paquetes ! hypcap
22359 \end_layout
22360
22361 \end_inset
22362
22363 , descrito en la sección
22364 \begin_inset space ~
22365 \end_inset
22366
22367
22368 \begin_inset CommandInset ref
22369 LatexCommand ref
22370 reference "sub:Colocación-de-Referencias"
22371
22372 \end_inset
22373
22374 , no afecta a flotantes con la leyenda al lado.
22375 \end_layout
22376
22377 \end_inset
22378
22379
22380 \end_layout
22381
22382 \begin_layout Standard
22383 \begin_inset ERT
22384 status collapsed
22385
22386 \begin_layout Plain Layout
22387
22388
22389 \backslash
22390 FigBesBeg 
22391 \end_layout
22392
22393 \end_inset
22394
22395
22396 \end_layout
22397
22398 \begin_layout Standard
22399 \begin_inset Float figure
22400 wide false
22401 sideways false
22402 status open
22403
22404 \begin_layout Plain Layout
22405 \begin_inset Graphics
22406         filename ../clipart/escher-lsd.eps
22407         scale 75
22408
22409 \end_inset
22410
22411
22412 \end_layout
22413
22414 \begin_layout Plain Layout
22415 \begin_inset Caption
22416
22417 \begin_layout Plain Layout
22418 \begin_inset CommandInset label
22419 LatexCommand label
22420 name "fig:encab-al-lado"
22421
22422 \end_inset
22423
22424 Leyenda al lado de una figura.
22425 \end_layout
22426
22427 \end_inset
22428
22429
22430 \end_layout
22431
22432 \end_inset
22433
22434
22435 \end_layout
22436
22437 \begin_layout Standard
22438 \begin_inset ERT
22439 status collapsed
22440
22441 \begin_layout Plain Layout
22442
22443
22444 \backslash
22445 TabBesBeg 
22446 \end_layout
22447
22448 \end_inset
22449
22450
22451 \end_layout
22452
22453 \begin_layout Standard
22454 \begin_inset Float table
22455 wide false
22456 sideways false
22457 status open
22458
22459 \begin_layout Plain Layout
22460 \begin_inset Caption
22461
22462 \begin_layout Plain Layout
22463 \begin_inset CommandInset label
22464 LatexCommand label
22465 name "tab:encab-al-lado"
22466
22467 \end_inset
22468
22469 Leyenda al lado de una tabla.
22470 \end_layout
22471
22472 \end_inset
22473
22474
22475 \end_layout
22476
22477 \begin_layout Plain Layout
22478 \begin_inset Tabular
22479 <lyxtabular version="3" rows="4" columns="5">
22480 <features>
22481 <column alignment="center" valignment="top" width="0">
22482 <column alignment="center" valignment="top" width="0">
22483 <column alignment="center" valignment="top" width="0">
22484 <column alignment="center" valignment="top" width="0">
22485 <column alignment="center" valignment="top" width="0">
22486 <row>
22487 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22488 \begin_inset Text
22489
22490 \begin_layout Plain Layout
22491 a
22492 \end_layout
22493
22494 \end_inset
22495 </cell>
22496 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22497 \begin_inset Text
22498
22499 \begin_layout Plain Layout
22500
22501 \end_layout
22502
22503 \end_inset
22504 </cell>
22505 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22506 \begin_inset Text
22507
22508 \begin_layout Plain Layout
22509 b
22510 \end_layout
22511
22512 \end_inset
22513 </cell>
22514 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22515 \begin_inset Text
22516
22517 \begin_layout Plain Layout
22518
22519 \end_layout
22520
22521 \end_inset
22522 </cell>
22523 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22524 \begin_inset Text
22525
22526 \begin_layout Plain Layout
22527 c
22528 \end_layout
22529
22530 \end_inset
22531 </cell>
22532 </row>
22533 <row>
22534 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22535 \begin_inset Text
22536
22537 \begin_layout Plain Layout
22538
22539 \end_layout
22540
22541 \end_inset
22542 </cell>
22543 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22544 \begin_inset Text
22545
22546 \begin_layout Plain Layout
22547 d
22548 \end_layout
22549
22550 \end_inset
22551 </cell>
22552 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22553 \begin_inset Text
22554
22555 \begin_layout Plain Layout
22556
22557 \end_layout
22558
22559 \end_inset
22560 </cell>
22561 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22562 \begin_inset Text
22563
22564 \begin_layout Plain Layout
22565 e
22566 \end_layout
22567
22568 \end_inset
22569 </cell>
22570 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22571 \begin_inset Text
22572
22573 \begin_layout Plain Layout
22574
22575 \end_layout
22576
22577 \end_inset
22578 </cell>
22579 </row>
22580 <row>
22581 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22582 \begin_inset Text
22583
22584 \begin_layout Plain Layout
22585 f
22586 \end_layout
22587
22588 \end_inset
22589 </cell>
22590 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22591 \begin_inset Text
22592
22593 \begin_layout Plain Layout
22594
22595 \end_layout
22596
22597 \end_inset
22598 </cell>
22599 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22600 \begin_inset Text
22601
22602 \begin_layout Plain Layout
22603 g
22604 \end_layout
22605
22606 \end_inset
22607 </cell>
22608 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22609 \begin_inset Text
22610
22611 \begin_layout Plain Layout
22612
22613 \end_layout
22614
22615 \end_inset
22616 </cell>
22617 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22618 \begin_inset Text
22619
22620 \begin_layout Plain Layout
22621 h
22622 \end_layout
22623
22624 \end_inset
22625 </cell>
22626 </row>
22627 <row>
22628 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
22629 \begin_inset Text
22630
22631 \begin_layout Plain Layout
22632
22633 \end_layout
22634
22635 \end_inset
22636 </cell>
22637 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
22638 \begin_inset Text
22639
22640 \begin_layout Plain Layout
22641 i
22642 \end_layout
22643
22644 \end_inset
22645 </cell>
22646 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
22647 \begin_inset Text
22648
22649 \begin_layout Plain Layout
22650
22651 \end_layout
22652
22653 \end_inset
22654 </cell>
22655 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
22656 \begin_inset Text
22657
22658 \begin_layout Plain Layout
22659 j
22660 \end_layout
22661
22662 \end_inset
22663 </cell>
22664 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
22665 \begin_inset Text
22666
22667 \begin_layout Plain Layout
22668
22669 \end_layout
22670
22671 \end_inset
22672 </cell>
22673 </row>
22674 </lyxtabular>
22675
22676 \end_inset
22677
22678
22679 \end_layout
22680
22681 \end_inset
22682
22683
22684 \end_layout
22685
22686 \begin_layout Standard
22687 \begin_inset ERT
22688 status collapsed
22689
22690 \begin_layout Plain Layout
22691
22692
22693 \backslash
22694 TabBesEnd
22695 \end_layout
22696
22697 \end_inset
22698
22699
22700 \end_layout
22701
22702 \begin_layout Standard
22703 \begin_inset ERT
22704 status collapsed
22705
22706 \begin_layout Plain Layout
22707
22708
22709 \backslash
22710 sidecaptionvpos{figure}{c}
22711 \end_layout
22712
22713 \end_inset
22714
22715
22716 \begin_inset Float figure
22717 wide false
22718 sideways false
22719 status open
22720
22721 \begin_layout Plain Layout
22722 \begin_inset Graphics
22723         filename ../clipart/escher-lsd.eps
22724         scale 75
22725
22726 \end_inset
22727
22728
22729 \end_layout
22730
22731 \begin_layout Plain Layout
22732 \begin_inset Caption
22733
22734 \begin_layout Plain Layout
22735 \begin_inset CommandInset label
22736 LatexCommand label
22737 name "fig:encab-al-lado-de-fig"
22738
22739 \end_inset
22740
22741 Leyenda centrada verticalmente junto a una figura.
22742 \end_layout
22743
22744 \end_inset
22745
22746
22747 \end_layout
22748
22749 \end_inset
22750
22751
22752 \end_layout
22753
22754 \begin_layout Standard
22755 \begin_inset ERT
22756 status collapsed
22757
22758 \begin_layout Plain Layout
22759
22760
22761 \backslash
22762 FigBesEnd
22763 \end_layout
22764
22765 \end_inset
22766
22767
22768 \end_layout
22769
22770 \begin_layout Standard
22771 \begin_inset ERT
22772 status collapsed
22773
22774 \begin_layout Plain Layout
22775
22776
22777 \backslash
22778 else
22779 \end_layout
22780
22781 \end_inset
22782
22783
22784 \begin_inset Note Note
22785 status open
22786
22787 \begin_layout Plain Layout
22788 Lo siguiente se mostrará en pantalla si no está instalado el paquete LaTeX
22789  
22790 \series bold
22791 sidecap
22792 \series default
22793 .
22794 \end_layout
22795
22796 \end_inset
22797
22798
22799 \end_layout
22800
22801 \begin_layout Standard
22802 Debes instalar el paquete LaTeX 
22803 \series bold
22804 sidecap
22805 \series default
22806  para ver la parte siguiente en la salida.
22807 \end_layout
22808
22809 \begin_layout Standard
22810 \begin_inset ERT
22811 status collapsed
22812
22813 \begin_layout Plain Layout
22814
22815
22816 \backslash
22817 fi
22818 \end_layout
22819
22820 \end_inset
22821
22822
22823 \end_layout
22824
22825 \begin_layout Section
22826 Lista de flotantes
22827 \begin_inset CommandInset label
22828 LatexCommand label
22829 name "sec:Lista-de-Flotantes"
22830
22831 \end_inset
22832
22833
22834 \begin_inset Index
22835 status collapsed
22836
22837 \begin_layout Plain Layout
22838 Flotantes ! Lista de
22839 \end_layout
22840
22841 \end_inset
22842
22843
22844 \end_layout
22845
22846 \begin_layout Standard
22847 Igual que en el índice general se listan las secciones del documento, hay
22848  listas para todos los tipos de flotantes, como las figuras.
22849  Se pueden insertar mediante los submenús 
22850 \family sans
22851 Insertar\SpecialChar \menuseparator
22852 Lista / IG
22853 \family default
22854 .
22855 \end_layout
22856
22857 \begin_layout Standard
22858 Las entradas de la lista son los títulos del flotante o su título corto,
22859  el número de flotante, y el número de la página del documento en la que
22860  aparecen.
22861 \end_layout
22862
22863 \begin_layout Standard
22864 Puedes encontrar las listas de figuras y tablas al final de este documento.
22865 \end_layout
22866
22867 \begin_layout Chapter
22868 Notas
22869 \end_layout
22870
22871 \begin_layout Section
22872 Notas en LyX
22873 \begin_inset CommandInset label
22874 LatexCommand label
22875 name "sec:Notas-en-LyX"
22876
22877 \end_inset
22878
22879
22880 \begin_inset Index
22881 status collapsed
22882
22883 \begin_layout Plain Layout
22884 Notas ! Notas en LyX
22885 \end_layout
22886
22887 \end_inset
22888
22889
22890 \end_layout
22891
22892 \begin_layout Standard
22893 Las notas se insertan con el botón 
22894 \begin_inset Graphics
22895         filename ../../images/note-insert.png
22896         scale 85
22897
22898 \end_inset
22899
22900  o con el menú 
22901 \family sans
22902 Insertar\SpecialChar \menuseparator
22903 Nota
22904 \family default
22905 .
22906  Hay cinco tipos de notas:
22907 \end_layout
22908
22909 \begin_layout Description
22910 Nota
22911 \begin_inset space ~
22912 \end_inset
22913
22914 LyX Este tipo es para notas internas que no han de aparecer en la salida.
22915  Su cuadro se muestra como este:
22916 \begin_inset Newline newline
22917 \end_inset
22918
22919
22920 \begin_inset Newline newline
22921 \end_inset
22922
22923
22924 \begin_inset Graphics
22925         filename clipart/NotaLyXImagenQt4.png
22926         display false
22927         scale 85
22928
22929 \end_inset
22930
22931  
22932 \begin_inset Note Note
22933 status collapsed
22934
22935 \begin_layout Plain Layout
22936 Este es un texto en un recuadro que no se muestra en la salida.
22937 \end_layout
22938
22939 \end_inset
22940
22941
22942 \end_layout
22943
22944 \begin_layout Description
22945 Comentario Esta nota tampoco se muestra en la salida pero aparece como un
22946  comentario de LaTeX, cuando exportas el documento a LaTeX vía menú 
22947 \family sans
22948 Archivo\SpecialChar \menuseparator
22949 Exportar\SpecialChar \menuseparator
22950 LaTeX (pdflatex) / (plain)
22951 \family default
22952 .
22953  Su recuadro se ve así:
22954 \begin_inset Newline newline
22955 \end_inset
22956
22957
22958 \begin_inset Newline newline
22959 \end_inset
22960
22961
22962 \begin_inset Graphics
22963         filename clipart/ComentNotaImagenQt4.png
22964         display false
22965         scale 85
22966
22967 \end_inset
22968
22969  
22970 \begin_inset Note Comment
22971 status collapsed
22972
22973 \begin_layout Plain Layout
22974 Una nota comentario que sólo aparece como comentario en archivos LaTeX.
22975 \end_layout
22976
22977 \end_inset
22978
22979
22980 \end_layout
22981
22982 \begin_layout Description
22983 Resaltado
22984 \begin_inset space ~
22985 \end_inset
22986
22987 en
22988 \begin_inset space ~
22989 \end_inset
22990
22991 gris Esta nota aparece en la salida como texto resaltado en gris.
22992  Su recuadro se parece a este:
22993 \begin_inset Newline newline
22994 \end_inset
22995
22996
22997 \begin_inset Newline newline
22998 \end_inset
22999
23000
23001 \begin_inset Graphics
23002         filename clipart/GrisNotaImagenQt4.png
23003         display false
23004         scale 85
23005
23006 \end_inset
23007
23008
23009 \begin_inset Newline newline
23010 \end_inset
23011
23012
23013 \begin_inset ERT
23014 status collapsed
23015
23016 \begin_layout Plain Layout
23017
23018
23019 \backslash
23020 renewenvironment{lyxgreyedout}
23021 \end_layout
23022
23023 \begin_layout Plain Layout
23024
23025 {
23026 \backslash
23027 textcolor[gray]{0.8}
23028 \backslash
23029 bgroup}{
23030 \backslash
23031 egroup}
23032 \end_layout
23033
23034 \end_inset
23035
23036
23037 \begin_inset Note Greyedout
23038 status open
23039
23040 \begin_layout Plain Layout
23041 Este es el texto
23042 \begin_inset Foot
23043 status open
23044
23045 \begin_layout Plain Layout
23046 Esto es un ejemplo de nota al pie en una nota resaltada en gris.
23047 \end_layout
23048
23049 \end_inset
23050
23051  de un comentario que se muestra resaltado en gris.
23052 \end_layout
23053
23054 \end_inset
23055
23056
23057 \begin_inset ERT
23058 status collapsed
23059
23060 \begin_layout Plain Layout
23061
23062
23063 \backslash
23064 renewenvironment{lyxgreyedout}
23065 \end_layout
23066
23067 \begin_layout Plain Layout
23068
23069 {
23070 \backslash
23071 textcolor{blue}
23072 \backslash
23073 bgroup}{
23074 \backslash
23075 egroup}
23076 \end_layout
23077
23078 \end_inset
23079
23080
23081 \begin_inset Note Note
23082 status collapsed
23083
23084 \begin_layout Plain Layout
23085 La nota resaltada en gris se ha redefinido aquí para mostrarla con la definición
23086  original de LyX, ya que en el preámbulo de este documento se han redefinido
23087  estas notas para que salgan en azul, como se indica más adelante.
23088 \end_layout
23089
23090 \end_inset
23091
23092
23093 \begin_inset Newline newline
23094 \end_inset
23095
23096
23097 \begin_inset Newline newline
23098 \end_inset
23099
23100 Como se ve en el ejemplo, la primera línea de las notas resaltadas en gris
23101  está un poco sangrada, y por otra parte pueden tener notas al pie.
23102 \end_layout
23103
23104 \begin_layout Description
23105 Enmarcado Este tipo de notas aparecerá en la salida como un texto enmarcado.
23106  Su recuadro se verá como este:
23107 \begin_inset Newline newline
23108 \end_inset
23109
23110
23111 \begin_inset Newline newline
23112 \end_inset
23113
23114
23115 \family roman
23116 \series medium
23117
23118 \begin_inset Graphics
23119         filename clipart/NotaEnmarcadaImg.png
23120         display false
23121
23122 \end_inset
23123
23124
23125 \family default
23126 \series default
23127  
23128 \family roman
23129 \series medium
23130
23131 \begin_inset Box Framed
23132 position "t"
23133 hor_pos "c"
23134 has_inner_box 0
23135 inner_pos "t"
23136 use_parbox 0
23137 width "100col%"
23138 special "none"
23139 height "1in"
23140 height_special "totalheight"
23141 status open
23142
23143 \begin_layout Plain Layout
23144
23145 \family roman
23146 Este texto en un cuadro de nota se verá enmarcado en la salida.
23147 \end_layout
23148
23149 \end_inset
23150
23151
23152 \family default
23153 \series default
23154  
23155 \family roman
23156 \series medium
23157
23158 \family default
23159 \series default
23160 diferencia de los cuadros enmarcados,
23161 \begin_inset Foot
23162 status collapsed
23163
23164 \begin_layout Plain Layout
23165 Los cuadros enmarcados se describen en la sección
23166 \begin_inset space ~
23167 \end_inset
23168
23169
23170 \begin_inset CommandInset ref
23171 LatexCommand ref
23172 reference "sec:Cuadros-Enmarcados"
23173
23174 \end_inset
23175
23176
23177 \end_layout
23178
23179 \end_inset
23180
23181  este marco emplea siempre la anchura total de página y la nota va en su
23182  propio párrafo.
23183 \end_layout
23184
23185 \begin_layout Description
23186 Sombreado Este tipo de nota se verá en la salida con un fondo de color rojo.
23187  Su recuadro se verá como este:
23188 \begin_inset Newline newline
23189 \end_inset
23190
23191
23192 \begin_inset Newline newline
23193 \end_inset
23194
23195
23196 \family roman
23197 \series medium
23198
23199 \begin_inset Graphics
23200         filename clipart/NotaSombreadaImg.png
23201         display false
23202
23203 \end_inset
23204
23205  
23206 \begin_inset Box Shaded
23207 position "t"
23208 hor_pos "c"
23209 has_inner_box 0
23210 inner_pos "t"
23211 use_parbox 0
23212 width "100col%"
23213 special "none"
23214 height "1in"
23215 height_special "totalheight"
23216 status open
23217
23218 \begin_layout Plain Layout
23219
23220 \family roman
23221 Este texto en un cuadro de nota se verá en la salida sobre fondo en rojo.
23222 \end_layout
23223
23224 \end_inset
23225
23226  A diferencia de los cuadros coloreados
23227 \family default
23228 \series default
23229
23230 \begin_inset Foot
23231 status open
23232
23233 \begin_layout Plain Layout
23234 Los cuadros coloreados se describen en la sección
23235 \begin_inset space ~
23236 \end_inset
23237
23238
23239 \begin_inset CommandInset ref
23240 LatexCommand ref
23241 reference "sec:Cuadros-Coloreados"
23242
23243 \end_inset
23244
23245 .
23246 \end_layout
23247
23248 \end_inset
23249
23250 , este cuadro de nota siempre usa toda la anchura de página y va en su propio
23251  párrafo.
23252 \end_layout
23253
23254 \begin_layout Standard
23255 \begin_inset VSpace bigskip
23256 \end_inset
23257
23258 Si usas el botón de la barra de herramientas 
23259 \begin_inset Graphics
23260         filename ../../images/note-insert.png
23261         scale 85
23262
23263 \end_inset
23264
23265  para insertar notas, se inserta una 
23266 \family sans
23267 Nota
23268 \begin_inset space ~
23269 \end_inset
23270
23271 LyX
23272 \family default
23273 .
23274  Puedes cambiar entre los cinco tipos de nota con clic-derecho sobre el
23275  recuadro.
23276  
23277 \family roman
23278 \series medium
23279 \bar no
23280 Si quieres convertir un texto presente a nota, márcalo y pincha sobre el
23281  botón de herramienta 
23282 \family sans
23283 \series default
23284 \bar default
23285 Nota
23286 \family default
23287 .
23288  Para cambiar una nota a texto, pulsa la tecla 
23289 \family sans
23290 Retroceso
23291 \family default
23292  cuando el cursor está en la primera posición de una nota, o la tecla 
23293 \family sans
23294 Supr
23295 \family default
23296  cuando el cursor está en la última posición de la nota, respectivamente.
23297 \end_layout
23298
23299 \begin_layout Standard
23300 \begin_inset VSpace bigskip
23301 \end_inset
23302
23303 Se puede cambiar el color del 
23304 \family sans
23305 Resaltado en gris
23306 \family default
23307  poniendo en el preámbulo el comando:
23308 \end_layout
23309
23310 \begin_layout Standard
23311
23312 \series bold
23313
23314 \backslash
23315 renewenvironment{lyxgreyedout}
23316 \begin_inset Newline newline
23317 \end_inset
23318
23319
23320 \begin_inset ERT
23321 status collapsed
23322
23323 \begin_layout Plain Layout
23324
23325
23326 \backslash
23327 hphantom{ }
23328 \end_layout
23329
23330 \end_inset
23331
23332 {
23333 \backslash
23334 textcolor{color}
23335 \backslash
23336 bgroup}{
23337 \backslash
23338 egroup}
23339 \end_layout
23340
23341 \begin_layout Standard
23342 Los colores disponibles y el método para definir nuestros propios colores
23343  se explica en la sección
23344 \begin_inset space ~
23345 \end_inset
23346
23347
23348 \begin_inset CommandInset ref
23349 LatexCommand ref
23350 reference "sec:Tablas-Coloreadas"
23351
23352 \end_inset
23353
23354 .
23355 \end_layout
23356
23357 \begin_layout Standard
23358 Las notas en azul en este documento se han hecho con notas del tipo 
23359 \family sans
23360 Resaltado en gris
23361 \family default
23362  pero definiendo el color del texto en azul.
23363 \end_layout
23364
23365 \begin_layout Standard
23366 \begin_inset VSpace bigskip
23367 \end_inset
23368
23369
23370 \end_layout
23371
23372 \begin_layout Standard
23373 El estilo de texto en las notas de tipo 
23374 \family sans
23375 Enmarcado
23376 \family default
23377  y 
23378 \family sans
23379 Sombreado
23380 \family default
23381  se puede establecer en el diálogo 
23382 \family sans
23383 Estilo del texto.
23384 \end_layout
23385
23386 \begin_layout Standard
23387 El grosor predeterminado del marco en las notas 
23388 \family sans
23389 Enmarcadas
23390 \family default
23391  es 0.4
23392 \begin_inset space \thinspace{}
23393 \end_inset
23394
23395 pt; se puede cambiar con el comando 
23396 \backslash
23397
23398 \series bold
23399 FrameRule
23400 \series default
23401 .
23402  El espacio entre el contenido y el marco es 9
23403 \series bold
23404
23405 \begin_inset space \thinspace{}
23406 \end_inset
23407
23408
23409 \series default
23410 pt por omisión; se puede cambiar con 
23411 \series bold
23412
23413 \backslash
23414 FrameSep
23415 \series default
23416 .
23417  Por ejemplo, el marco de la siguiente nota 
23418 \family sans
23419 Enmarcada
23420 \family default
23421  está hecho con los comandos en código TeX
23422 \series bold
23423  
23424 \end_layout
23425
23426 \begin_layout Standard
23427
23428 \series bold
23429
23430 \backslash
23431 FrameRule 5pt 
23432 \backslash
23433 FrameSep 0.5cm
23434 \end_layout
23435
23436 \begin_layout Standard
23437 \begin_inset ERT
23438 status collapsed
23439
23440 \begin_layout Plain Layout
23441
23442
23443 \backslash
23444 FrameRule 5pt 
23445 \backslash
23446 FrameSep 0.5cm
23447 \end_layout
23448
23449 \end_inset
23450
23451
23452 \begin_inset Box Framed
23453 position "t"
23454 hor_pos "c"
23455 has_inner_box 0
23456 inner_pos "t"
23457 use_parbox 0
23458 width "100col%"
23459 special "none"
23460 height "1in"
23461 height_special "totalheight"
23462 status open
23463
23464 \begin_layout Plain Layout
23465 Texto en una nota 
23466 \family sans
23467 Enmarcada
23468 \family default
23469 .
23470 \end_layout
23471
23472 \end_inset
23473
23474
23475 \begin_inset ERT
23476 status collapsed
23477
23478 \begin_layout Plain Layout
23479
23480
23481 \backslash
23482 FrameRule 0.4pt 
23483 \backslash
23484 FrameSep 9pt
23485 \end_layout
23486
23487 \end_inset
23488
23489
23490 \end_layout
23491
23492 \begin_layout Standard
23493 \begin_inset VSpace bigskip
23494 \end_inset
23495
23496
23497 \end_layout
23498
23499 \begin_layout Standard
23500 Para las notas 
23501 \family sans
23502 Sombreadas
23503 \family default
23504  el espacio entre el contenido y el borde es 3
23505 \begin_inset space \thinspace{}
23506 \end_inset
23507
23508 pt por omisión; se puede cambiar con 
23509 \series bold
23510
23511 \backslash
23512 fboxsep
23513 \series default
23514 .
23515 \begin_inset Newline newline
23516 \end_inset
23517
23518 El color rojo predeterminado se puede cambiar con el comando 
23519 \series bold
23520
23521 \backslash
23522 definecolor{shadebox}
23523 \series default
23524 .
23525  El esquema del comando 
23526 \series bold
23527
23528 \backslash
23529 definecolor
23530 \series default
23531  se explica en la sección
23532 \begin_inset space ~
23533 \end_inset
23534
23535
23536 \begin_inset CommandInset ref
23537 LatexCommand ref
23538 reference "sec:Tablas-Coloreadas"
23539
23540 \end_inset
23541
23542 .
23543 \begin_inset Foot
23544 status collapsed
23545
23546 \begin_layout Plain Layout
23547
23548 \series bold
23549
23550 \backslash
23551 definecolor 
23552 \series default
23553 requiere el paquete LaTeX 
23554 \series bold
23555 color
23556 \series default
23557  en el preámbulo,  véase la sección
23558 \series bold
23559
23560 \begin_inset space ~
23561 \end_inset
23562
23563
23564 \begin_inset CommandInset ref
23565 LatexCommand ref
23566 reference "sec:Cuadros-Coloreados"
23567
23568 \end_inset
23569
23570
23571 \series default
23572 .
23573
23574 \series bold
23575  
23576 \end_layout
23577
23578 \end_inset
23579
23580
23581 \end_layout
23582
23583 \begin_layout Standard
23584 Por ejemplo, la siguiente nota 
23585 \family sans
23586 Sombreada
23587 \family default
23588  se ha hecho con los comandos en código TeX
23589 \end_layout
23590
23591 \begin_layout Standard
23592
23593 \series bold
23594
23595 \backslash
23596 fboxsep 0.5cm
23597 \begin_inset Newline newline
23598 \end_inset
23599
23600
23601 \backslash
23602 definecolor{shadecolor}{cmyk}{0.5,0,1,0.5}
23603 \end_layout
23604
23605 \begin_layout Standard
23606 \begin_inset ERT
23607 status collapsed
23608
23609 \begin_layout Plain Layout
23610
23611
23612 \backslash
23613 fboxsep 0.5cm
23614 \end_layout
23615
23616 \end_inset
23617
23618
23619 \begin_inset ERT
23620 status collapsed
23621
23622 \begin_layout Plain Layout
23623
23624
23625 \backslash
23626 definecolor{shadecolor}{cmyk}{0.5,0,1,0.5}
23627 \end_layout
23628
23629 \end_inset
23630
23631
23632 \begin_inset Box Shaded
23633 position "t"
23634 hor_pos "c"
23635 has_inner_box 0
23636 inner_pos "t"
23637 use_parbox 0
23638 width "100col%"
23639 special "none"
23640 height "1in"
23641 height_special "totalheight"
23642 status open
23643
23644 \begin_layout Plain Layout
23645
23646 \color yellow
23647 Texto amarillo en una nota 
23648 \family sans
23649 Sombreada
23650 \family default
23651  
23652 \begin_inset space ~
23653 \end_inset
23654
23655 con fondo verde oscuro.
23656 \end_layout
23657
23658 \end_inset
23659
23660
23661 \begin_inset ERT
23662 status collapsed
23663
23664 \begin_layout Plain Layout
23665
23666
23667 \backslash
23668 fboxsep 3pt
23669 \end_layout
23670
23671 \end_inset
23672
23673
23674 \begin_inset ERT
23675 status collapsed
23676
23677 \begin_layout Plain Layout
23678
23679
23680 \backslash
23681 definecolor{shadecolor}{rgb}{1,0,0}
23682 \end_layout
23683
23684 \end_inset
23685
23686
23687 \end_layout
23688
23689 \begin_layout Section
23690 Notas al pie
23691 \begin_inset CommandInset label
23692 LatexCommand label
23693 name "sec:Notas-al-pie"
23694
23695 \end_inset
23696
23697
23698 \begin_inset Index
23699 status collapsed
23700
23701 \begin_layout Plain Layout
23702 Notas ! al pie
23703 \end_layout
23704
23705 \end_inset
23706
23707
23708 \begin_inset Index
23709 status collapsed
23710
23711 \begin_layout Plain Layout
23712 Notas al pie
23713 \end_layout
23714
23715 \end_inset
23716
23717
23718 \end_layout
23719
23720 \begin_layout Standard
23721 Las notas al pie se insertan con el botón 
23722 \begin_inset Graphics
23723         filename ../../images/footnote-insert.png
23724         scale 85
23725
23726 \end_inset
23727
23728  o el menú 
23729 \family sans
23730 Insertar\SpecialChar \menuseparator
23731 Nota
23732 \begin_inset space ~
23733 \end_inset
23734
23735 al
23736 \begin_inset space ~
23737 \end_inset
23738
23739 pie
23740 \family default
23741 .
23742  
23743 \family roman
23744 \series medium
23745 \bar no
23746 Aparece un recuadro como este:
23747 \family default
23748 \series default
23749 \bar default
23750  
23751 \begin_inset Graphics
23752         filename clipart/notapieQt4.png
23753         scale 80
23754
23755 \end_inset
23756
23757  
23758 \family roman
23759 \series medium
23760 \bar no
23761 donde puedes introducir el texto.
23762  Si quieres convertir un texto existente en nota al pie, márcalo y pincha
23763  sobre el
23764 \family default
23765 \series default
23766 \bar default
23767  
23768 \family roman
23769 \series medium
23770 \bar no
23771 botón
23772 \family default
23773 \series default
23774 \bar default
23775 .
23776  Para cambiar una nota al pie a texto, pulsa la tecla 
23777 \family sans
23778 Retroceso
23779 \family default
23780  cuando el cursor está en la primera posición de la nota al pie, o la tecla
23781  
23782 \family sans
23783 Supr
23784 \family default
23785  cuando el cursor está en la última posición de la nota, respectivamente.
23786 \end_layout
23787
23788 \begin_layout Standard
23789 Aquí hay un ejemplo de nota al pie:
23790 \family roman
23791 \series medium
23792 \bar no
23793
23794 \begin_inset Foot
23795 status open
23796
23797 \begin_layout Plain Layout
23798 \begin_inset CommandInset label
23799 LatexCommand label
23800 name "pie:Esto-es-una"
23801
23802 \end_inset
23803
23804 Ejemplo de nota al pie.
23805 \end_layout
23806
23807 \end_inset
23808
23809
23810 \family default
23811 \series default
23812 \bar default
23813
23814 \begin_inset ERT
23815 status collapsed
23816
23817 \begin_layout Plain Layout
23818
23819
23820 \backslash
23821 newcounter{MyRepeatFoot}
23822 \end_layout
23823
23824 \begin_layout Plain Layout
23825
23826
23827 \backslash
23828 setcounter{MyRepeatFoot}{
23829 \backslash
23830 thefootnote}
23831 \end_layout
23832
23833 \end_inset
23834
23835
23836 \end_layout
23837
23838 \begin_layout Standard
23839 En la salida, el pie se muestra como número voladito en el lugar del texto
23840  donde se coloca el recuadro.
23841  El texto se coloca al final de la página actual.
23842  Los números de las notas son calculados por LaTeX, y son consecutivos.
23843  Si comienza o no el recuento en cada capítulo depende de la clase de documento.
23844 \end_layout
23845
23846 \begin_layout Standard
23847 Las notas al pie pueden referenciarse como flotantes: inserta una etiqueta
23848  en la nota y pon una referencia cruzada a esa etiqueta en el texto como
23849  se describe en la sección
23850 \begin_inset space ~
23851 \end_inset
23852
23853
23854 \begin_inset CommandInset ref
23855 LatexCommand ref
23856 reference "sec:Referencias-a-Flotantes"
23857
23858 \end_inset
23859
23860 .
23861 \begin_inset Newline newline
23862 \end_inset
23863
23864 Esto es una referencia cruzada a la Nota al pie
23865 \begin_inset space ~
23866 \end_inset
23867
23868
23869 \begin_inset CommandInset ref
23870 LatexCommand ref
23871 reference "pie:Esto-es-una"
23872
23873 \end_inset
23874
23875 .
23876 \begin_inset Newline newline
23877 \end_inset
23878
23879
23880 \begin_inset Note Greyedout
23881 status open
23882
23883 \begin_layout Plain Layout
23884
23885 \series bold
23886 Nota:
23887 \series default
23888  LyX no suministra prefijos para etiquetas en notas al pie, así que has
23889  de insertar un prefijo, p.
23890 \begin_inset space \thinspace{}
23891 \end_inset
23892
23893 e.
23894 \begin_inset space ~
23895 \end_inset
23896
23897 «
23898 \family sans
23899 pie:
23900 \family default
23901 » manualmente cuando quieras usar el estilo 
23902 \family sans
23903 Referencia
23904 \begin_inset space ~
23905 \end_inset
23906
23907 con
23908 \begin_inset space ~
23909 \end_inset
23910
23911 formato
23912 \family default
23913 .
23914 \end_layout
23915
23916 \end_inset
23917
23918
23919 \end_layout
23920
23921 \begin_layout Standard
23922 \begin_inset VSpace defskip
23923 \end_inset
23924
23925 Para poner notas al pie en tablas, tienes que usar minipáginas, ver sección
23926 \begin_inset space ~
23927 \end_inset
23928
23929
23930 \begin_inset CommandInset ref
23931 LatexCommand ref
23932 reference "sec:Minipáginas"
23933
23934 \end_inset
23935
23936 .
23937  Los pies en tablas largas en la sección
23938 \begin_inset space ~
23939 \end_inset
23940
23941
23942 \begin_inset CommandInset ref
23943 LatexCommand ref
23944 reference "sub:Notas-al-pie-en-Tablas-Largas"
23945
23946 \end_inset
23947
23948 .
23949 \end_layout
23950
23951 \begin_layout Standard
23952 \begin_inset VSpace defskip
23953 \end_inset
23954
23955 Para crear sólo una marca para una nota al pie, puedes usar el comando 
23956 \series bold
23957
23958 \backslash
23959 footnotemark[número]
23960 \series default
23961  en código TeX.
23962  Esto se emplea si tienes la misma anotación varias veces en el texto pero
23963  no quieres imprimir el pie cada vez.
23964 \begin_inset Newline newline
23965 \end_inset
23966
23967 Como no sabes el número del pie que se repite mientras escribes el texto,
23968  tienes que guardarlo.
23969  Para el siguiente ejemplo de marca de pie, se han insertado estos comandos
23970  en código TeX detrás de Nota
23971 \begin_inset space ~
23972 \end_inset
23973
23974 al
23975 \begin_inset space ~
23976 \end_inset
23977
23978 pie
23979 \begin_inset space ~
23980 \end_inset
23981
23982
23983 \begin_inset CommandInset ref
23984 LatexCommand ref
23985 reference "pie:Esto-es-una"
23986
23987 \end_inset
23988
23989  para guardar el número de pie:
23990 \end_layout
23991
23992 \begin_layout Standard
23993
23994 \series bold
23995
23996 \backslash
23997 newcounter{MyRepeatFoot}
23998 \begin_inset Newline newline
23999 \end_inset
24000
24001
24002 \backslash
24003 setcounter{MyRepeatFoot}{
24004 \backslash
24005 thefootnote}
24006 \end_layout
24007
24008 \begin_layout Standard
24009 La marca de pie se crea entonces con el comando:
24010 \end_layout
24011
24012 \begin_layout Standard
24013
24014 \series bold
24015
24016 \backslash
24017 footnotemark[
24018 \backslash
24019 theMyRepeatFoot]
24020 \end_layout
24021
24022 \begin_layout Standard
24023 Aquí hay un ejemplo de marca de pie:
24024 \family roman
24025 \series medium
24026 \bar no
24027
24028 \begin_inset ERT
24029 status collapsed
24030
24031 \begin_layout Plain Layout
24032
24033
24034 \backslash
24035 footnotemark[
24036 \backslash
24037 theMyRepeatFoot]
24038 \end_layout
24039
24040 \end_inset
24041
24042
24043 \end_layout
24044
24045 \begin_layout Subsection
24046 Numeración de notas al pie
24047 \begin_inset CommandInset label
24048 LatexCommand label
24049 name "sub:Numeración-de-Notas-al-Pie"
24050
24051 \end_inset
24052
24053
24054 \begin_inset Index
24055 status collapsed
24056
24057 \begin_layout Plain Layout
24058 Notas al pie ! Numeración
24059 \end_layout
24060
24061 \end_inset
24062
24063
24064 \end_layout
24065
24066 \begin_layout Standard
24067 Para reiniciar el número de pie a 1 en cada sección añade este 
24068 \family roman
24069 comando en el preámbulo:
24070 \end_layout
24071
24072 \begin_layout Standard
24073
24074 \series bold
24075
24076 \backslash
24077 @addtoreset{footnote}{section}
24078 \end_layout
24079
24080 \begin_layout Standard
24081 \begin_inset VSpace bigskip
24082 \end_inset
24083
24084 El siguiente comando en el preámbulo cambia el estilo de numeración del
24085  pie a números romanos en minúsculas:
24086 \end_layout
24087
24088 \begin_layout Standard
24089
24090 \series bold
24091
24092 \backslash
24093 renewcommand{
24094 \backslash
24095 thefootnote}{
24096 \backslash
24097 roman{footnote}}
24098 \end_layout
24099
24100 \begin_layout Standard
24101 \begin_inset ERT
24102 status collapsed
24103
24104 \begin_layout Plain Layout
24105
24106
24107 \backslash
24108 renewcommand{
24109 \backslash
24110 thefootnote}{
24111 \backslash
24112 roman{footnote}}
24113 \end_layout
24114
24115 \end_inset
24116
24117  Nota al pie en números romanos:
24118 \begin_inset Foot
24119 status open
24120
24121 \begin_layout Plain Layout
24122 Ejemplo de nota al pie en números romanos.
24123 \end_layout
24124
24125 \end_inset
24126
24127
24128 \begin_inset ERT
24129 status collapsed
24130
24131 \begin_layout Plain Layout
24132
24133
24134 \backslash
24135 renewcommand{
24136 \backslash
24137 thefootnote}{
24138 \backslash
24139 arabic{footnote}}
24140 \end_layout
24141
24142 \end_inset
24143
24144
24145 \end_layout
24146
24147 \begin_layout Standard
24148 Para cambiar el estilo de número a romanos en mayúscula cambia el comando
24149  
24150 \series bold
24151
24152 \backslash
24153 roman
24154 \series default
24155  por 
24156 \series bold
24157
24158 \backslash
24159 Roman
24160 \series default
24161 .
24162  Para ordenar las notas al pie con letras mayúsculas o minúsculas usa 
24163 \series bold
24164
24165 \backslash
24166 Alph
24167 \series default
24168  o 
24169 \series bold
24170
24171 \backslash
24172 alph
24173 \series default
24174 , respectivamente.
24175  Para ordenar las notas al pie con símbolos usa 
24176 \series bold
24177
24178 \backslash
24179 fnsymbol
24180 \series default
24181 .
24182 \end_layout
24183
24184 \begin_layout Standard
24185 \begin_inset Note Greyedout
24186 status open
24187
24188 \begin_layout Plain Layout
24189
24190 \series bold
24191 Nota:
24192 \series default
24193  sólo puedes ordenar hasta 26 pies con letras, porque está limitado a letras
24194  simples.
24195 \end_layout
24196
24197 \end_inset
24198
24199
24200 \begin_inset Newline newline
24201 \end_inset
24202
24203
24204 \begin_inset Note Greyedout
24205 status open
24206
24207 \begin_layout Plain Layout
24208
24209 \series bold
24210 Nota:
24211 \series default
24212  sólo puedes ordenar hasta 9 pies con símbolos.
24213 \end_layout
24214
24215 \end_inset
24216
24217
24218 \end_layout
24219
24220 \begin_layout Standard
24221 Para volver al estilo de numeración predeterminado cuando has cambiado a
24222  otro estilo, usa 
24223 \series bold
24224
24225 \backslash
24226 arabic
24227 \series default
24228  en vez de 
24229 \series bold
24230
24231 \backslash
24232 roman
24233 \series default
24234  en el comando anterior.
24235 \begin_inset ERT
24236 status collapsed
24237
24238 \begin_layout Plain Layout
24239
24240
24241 \backslash
24242 renewcommand{
24243 \backslash
24244 thefootnote}{
24245 \backslash
24246 arabic{footnote}}
24247 \end_layout
24248
24249 \end_inset
24250
24251
24252 \end_layout
24253
24254 \begin_layout Standard
24255 \begin_inset VSpace bigskip
24256 \end_inset
24257
24258
24259 \end_layout
24260
24261 \begin_layout Standard
24262 Si quieres numerar notas al pie en el esquema «capítulo.nota», añade el siguiente
24263  comando al preámbulo del documento:
24264 \end_layout
24265
24266 \begin_layout Standard
24267
24268 \series bold
24269
24270 \backslash
24271 numberwithin{footnote}{chapter}
24272 \end_layout
24273
24274 \begin_layout Standard
24275 Para poder usar el comando 
24276 \series bold
24277
24278 \backslash
24279 numberwithin
24280 \series default
24281 , marca la opción 
24282 \family sans
24283 Usar
24284 \family default
24285
24286 \begin_inset space ~
24287 \end_inset
24288
24289
24290 \family sans
24291 el
24292 \family default
24293
24294 \begin_inset space ~
24295 \end_inset
24296
24297
24298 \family sans
24299 paquete
24300 \family default
24301
24302 \begin_inset space ~
24303 \end_inset
24304
24305
24306 \family sans
24307 AMS
24308 \family default
24309  en la solapa 
24310 \family sans
24311 Ecuaciones
24312 \family default
24313  de la configuración del documento.
24314 \end_layout
24315
24316 \begin_layout Standard
24317 \begin_inset ERT
24318 status collapsed
24319
24320 \begin_layout Plain Layout
24321
24322
24323 \backslash
24324 numberwithin{footnote}{chapter}
24325 \end_layout
24326
24327 \end_inset
24328
24329 Esto es otro ejemplo de nota al pie:
24330 \series bold
24331
24332 \begin_inset Foot
24333 status open
24334
24335 \begin_layout Plain Layout
24336 Nota al pie numerada en el esquema 
24337 \begin_inset Quotes eld
24338 \end_inset
24339
24340 capítulo.nota
24341 \begin_inset Quotes erd
24342 \end_inset
24343
24344 .
24345 \end_layout
24346
24347 \end_inset
24348
24349
24350 \series default
24351
24352 \begin_inset ERT
24353 status collapsed
24354
24355 \begin_layout Plain Layout
24356
24357
24358 \backslash
24359 renewcommand{
24360 \backslash
24361 thefootnote}{
24362 \backslash
24363 arabic{footnote}}
24364 \end_layout
24365
24366 \end_inset
24367
24368
24369 \end_layout
24370
24371 \begin_layout Standard
24372 \begin_inset Note Greyedout
24373 status open
24374
24375 \begin_layout Plain Layout
24376
24377 \series bold
24378 Nota: 
24379 \backslash
24380 numberwithin 
24381 \series default
24382 siempre imprime el número de nota al pie en números arábigos; las redefiniciones
24383  previas para obtener números no arábigos se sobreescriben.
24384 \end_layout
24385
24386 \end_inset
24387
24388
24389 \end_layout
24390
24391 \begin_layout Standard
24392 Así, para obtener por ejemplo el esquema «capítulo.
24393 \backslash
24394 Roman{footnote}», usa este comando en vez de 
24395 \series bold
24396
24397 \backslash
24398 numberwithin
24399 \series default
24400 :
24401 \end_layout
24402
24403 \begin_layout Standard
24404
24405 \series bold
24406
24407 \backslash
24408 renewcommand{
24409 \backslash
24410 thefootnote}{
24411 \backslash
24412 thechapter.
24413 \backslash
24414 Roman{footnote}}
24415 \end_layout
24416
24417 \begin_layout Subsection
24418 Colocación de notas al pie
24419 \begin_inset Index
24420 status collapsed
24421
24422 \begin_layout Plain Layout
24423 Notas al pie ! Colocación
24424 \end_layout
24425
24426 \end_inset
24427
24428
24429 \end_layout
24430
24431 \begin_layout Standard
24432 Si tienes varias notas al pie de una página, se muestran sin espacio vertical
24433  entre ellas al final de la página.
24434  Para hacerlas más legibles puedes añadir p.
24435 \begin_inset space \thinspace{}
24436 \end_inset
24437
24438 e.
24439 \begin_inset space ~
24440 \end_inset
24441
24442 1.5
24443 \begin_inset space \thinspace{}
24444 \end_inset
24445
24446 mm con el comando siguiente en el preámbulo:
24447 \end_layout
24448
24449 \begin_layout Standard
24450
24451 \series bold
24452
24453 \backslash
24454 let
24455 \backslash
24456 myFoot
24457 \backslash
24458 footnote
24459 \begin_inset Newline newline
24460 \end_inset
24461
24462
24463 \backslash
24464 renewcommand{
24465 \backslash
24466 footnote}[1]{
24467 \backslash
24468 myFoot{#1
24469 \backslash
24470 vspace{1.5mm}}}
24471 \end_layout
24472
24473 \begin_layout Standard
24474 \begin_inset VSpace bigskip
24475 \end_inset
24476
24477 En documentos a dos columnas la nota al pie aparece al final de cada columna,
24478  ver la figura
24479 \begin_inset space ~
24480 \end_inset
24481
24482
24483 \begin_inset CommandInset ref
24484 LatexCommand ref
24485 reference "fig:Colocación-standard-del-pie"
24486
24487 \end_inset
24488
24489 .
24490  Si las notas debieran mostrarse sólo al final de la columna derecha, como
24491  en la figura
24492 \begin_inset space ~
24493 \end_inset
24494
24495
24496 \begin_inset CommandInset ref
24497 LatexCommand ref
24498 reference "fig:Colocación-del-pie-en"
24499
24500 \end_inset
24501
24502 , usa el paquete LaTeX 
24503 \series bold
24504 ftnright
24505 \series default
24506
24507 \begin_inset Index
24508 status collapsed
24509
24510 \begin_layout Plain Layout
24511 LaTeX-paquetes ! ftnright
24512 \end_layout
24513
24514 \end_inset
24515
24516  con este comando en el preámbulo:
24517 \end_layout
24518
24519 \begin_layout Standard
24520
24521 \series bold
24522
24523 \backslash
24524 usepackage{ftnright}
24525 \end_layout
24526
24527 \begin_layout Standard
24528 \begin_inset Float figure
24529 placement !h
24530 wide false
24531 sideways false
24532 status open
24533
24534 \begin_layout Plain Layout
24535 \begin_inset ERT
24536 status collapsed
24537
24538 \begin_layout Plain Layout
24539
24540
24541 \backslash
24542 framebox{
24543 \end_layout
24544
24545 \end_inset
24546
24547
24548 \begin_inset Graphics
24549         filename ../clipart/without_fntright.pdf
24550         width 100col%
24551
24552 \end_inset
24553
24554
24555 \begin_inset ERT
24556 status collapsed
24557
24558 \begin_layout Plain Layout
24559
24560 }
24561 \end_layout
24562
24563 \end_inset
24564
24565
24566 \end_layout
24567
24568 \begin_layout Plain Layout
24569 \begin_inset Caption
24570
24571 \begin_layout Plain Layout
24572 \begin_inset CommandInset label
24573 LatexCommand label
24574 name "fig:Colocación-standard-del-pie"
24575
24576 \end_inset
24577
24578 Colocación estándar de notas al pie en documentos a dos columnas.
24579 \end_layout
24580
24581 \end_inset
24582
24583
24584 \end_layout
24585
24586 \end_inset
24587
24588
24589 \end_layout
24590
24591 \begin_layout Standard
24592 \begin_inset Float figure
24593 placement !h
24594 wide false
24595 sideways false
24596 status open
24597
24598 \begin_layout Plain Layout
24599 \begin_inset ERT
24600 status collapsed
24601
24602 \begin_layout Plain Layout
24603
24604
24605 \backslash
24606 framebox{
24607 \end_layout
24608
24609 \end_inset
24610
24611
24612 \begin_inset Graphics
24613         filename ../clipart/with_fntright.pdf
24614         width 100col%
24615
24616 \end_inset
24617
24618
24619 \begin_inset ERT
24620 status collapsed
24621
24622 \begin_layout Plain Layout
24623
24624 }
24625 \end_layout
24626
24627 \end_inset
24628
24629
24630 \end_layout
24631
24632 \begin_layout Plain Layout
24633 \begin_inset Caption
24634
24635 \begin_layout Plain Layout
24636 \begin_inset CommandInset label
24637 LatexCommand label
24638 name "fig:Colocación-del-pie-en"
24639
24640 \end_inset
24641
24642 Colocación de la nota al pie en documentos a dos columnas cuando se usa
24643  el paquete LaTeX 
24644 \series bold
24645 ftnright
24646 \series default
24647 .
24648 \end_layout
24649
24650 \end_inset
24651
24652
24653 \end_layout
24654
24655 \end_inset
24656
24657
24658 \end_layout
24659
24660 \begin_layout Standard
24661 \begin_inset VSpace bigskip
24662 \end_inset
24663
24664 En alguna literatura científica es habitual reunir las notas para imprimirlas
24665  en un párrafo separado al final de la sección, como en la figura
24666 \begin_inset space ~
24667 \end_inset
24668
24669
24670 \begin_inset CommandInset ref
24671 LatexCommand ref
24672 reference "fig:Notas-al-pie-al-final"
24673
24674 \end_inset
24675
24676 .
24677  Para usar notas finales
24678 \begin_inset Index
24679 status collapsed
24680
24681 \begin_layout Plain Layout
24682 Notas finales
24683 \end_layout
24684
24685 \end_inset
24686
24687  en vez de notas al pie, carga el paquete LaTeX 
24688 \series bold
24689 endnotes
24690 \series default
24691
24692 \begin_inset Index
24693 status collapsed
24694
24695 \begin_layout Plain Layout
24696 LaTeX-paquetes ! endnotes
24697 \end_layout
24698
24699 \end_inset
24700
24701  con las siguientes líneas en el preámbulo de tu documento:
24702 \end_layout
24703
24704 \begin_layout Standard
24705
24706 \series bold
24707
24708 \backslash
24709 usepackage{endnotes}
24710 \begin_inset Newline newline
24711 \end_inset
24712
24713
24714 \backslash
24715 let
24716 \backslash
24717 footnote
24718 \backslash
24719 endnote
24720 \end_layout
24721
24722 \begin_layout Standard
24723 Para insertar la colección de notas, escribe el comando
24724 \end_layout
24725
24726 \begin_layout Standard
24727
24728 \series bold
24729
24730 \backslash
24731 theendnotes
24732 \end_layout
24733
24734 \begin_layout Standard
24735 en código TeX al final de una sección o capítulo.
24736 \end_layout
24737
24738 \begin_layout Standard
24739 \begin_inset Float figure
24740 wide false
24741 sideways false
24742 status open
24743
24744 \begin_layout Plain Layout
24745 \align center
24746 \begin_inset ERT
24747 status collapsed
24748
24749 \begin_layout Plain Layout
24750
24751
24752 \backslash
24753 framebox{
24754 \end_layout
24755
24756 \end_inset
24757
24758
24759 \begin_inset Graphics
24760         filename ../clipart/endnotes.pdf
24761
24762 \end_inset
24763
24764
24765 \begin_inset ERT
24766 status collapsed
24767
24768 \begin_layout Plain Layout
24769
24770 }
24771 \end_layout
24772
24773 \end_inset
24774
24775
24776 \end_layout
24777
24778 \begin_layout Plain Layout
24779 \begin_inset Caption
24780
24781 \begin_layout Plain Layout
24782 \begin_inset CommandInset label
24783 LatexCommand label
24784 name "fig:Notas-al-pie-al-final"
24785
24786 \end_inset
24787
24788 Notas al final: notas impresas en párrafo separado al final de la sección
24789  o del capítulo.
24790 \end_layout
24791
24792 \end_inset
24793
24794
24795 \end_layout
24796
24797 \end_inset
24798
24799
24800 \end_layout
24801
24802 \begin_layout Standard
24803 \begin_inset VSpace medskip
24804 \end_inset
24805
24806 La cabecera de párrafo para las notas finales no se traduce automáticamente
24807  al lenguaje del documento, hay que hacerlo manualmente.
24808   El siguiente comando de preámbulo traduce el nombre en inglés «Notes»
24809  al español «Notas»:
24810 \end_layout
24811
24812 \begin_layout Standard
24813
24814 \series bold
24815
24816 \backslash
24817 renewcommand{
24818 \backslash
24819 notesname}{Notas}
24820 \end_layout
24821
24822 \begin_layout Standard
24823 \begin_inset VSpace medskip
24824 \end_inset
24825
24826 La numeración de notas finales puede cambiarse como la de las notas al pie,
24827  como se describe en la sección
24828 \begin_inset space ~
24829 \end_inset
24830
24831
24832 \begin_inset CommandInset ref
24833 LatexCommand ref
24834 reference "sub:Numeración-de-Notas-al-Pie"
24835
24836 \end_inset
24837
24838 ; sólo hay que reemplazar el comando 
24839 \series bold
24840
24841 \backslash
24842 thefootnote
24843 \series default
24844  por 
24845 \series bold
24846
24847 \backslash
24848 theendnote
24849 \series default
24850 .
24851  Para restablecer la numeración usa el comando 
24852 \series bold
24853
24854 \backslash
24855 @addtoreset
24856 \series default
24857  como se describe en la sección
24858 \begin_inset space ~
24859 \end_inset
24860
24861
24862 \begin_inset CommandInset ref
24863 LatexCommand ref
24864 reference "sub:Numeración-de-Notas-al-Pie"
24865
24866 \end_inset
24867
24868  y sustituye el parámetro de comando 
24869 \series bold
24870 footnote
24871 \series default
24872  por 
24873 \series bold
24874 endnote
24875 \series default
24876 .
24877 \end_layout
24878
24879 \begin_layout Standard
24880 Para crear sólo una marca para una nota final, usa el comando 
24881 \series bold
24882
24883 \backslash
24884 endnotemark[número]
24885 \series default
24886  similar al comando 
24887 \series bold
24888
24889 \backslash
24890 footnotemark
24891 \series default
24892 , descrito en la sección
24893 \begin_inset space ~
24894 \end_inset
24895
24896
24897 \begin_inset CommandInset ref
24898 LatexCommand ref
24899 reference "sec:Notas-al-pie"
24900
24901 \end_inset
24902
24903 .
24904 \end_layout
24905
24906 \begin_layout Standard
24907 \begin_inset VSpace bigskip
24908 \end_inset
24909
24910 Las notas al pie también pueden colocarse al margen de la página y la alineación
24911  del texto del pie también puede cambiarse, véase el paquete LaTeX 
24912 \series bold
24913 footmisc
24914 \series default
24915
24916 \begin_inset Index
24917 status collapsed
24918
24919 \begin_layout Plain Layout
24920 LaTeX-paquetes ! footmisc
24921 \end_layout
24922
24923 \end_inset
24924
24925  
24926 \begin_inset CommandInset citation
24927 LatexCommand cite
24928 key "footmisc"
24929
24930 \end_inset
24931
24932  para más información.
24933 \end_layout
24934
24935 \begin_layout Standard
24936 Para otras posibilidades de diseño de notas al pie mira en libros de LaTeX,
24937  
24938 \begin_inset CommandInset citation
24939 LatexCommand cite
24940 key "latexcompanion,latexguide,latexbook"
24941
24942 \end_inset
24943
24944 .
24945 \end_layout
24946
24947 \begin_layout Section
24948 Notas al margen
24949 \begin_inset Index
24950 status collapsed
24951
24952 \begin_layout Plain Layout
24953 Notas ! al margen
24954 \end_layout
24955
24956 \end_inset
24957
24958
24959 \end_layout
24960
24961 \begin_layout Standard
24962 Las notas al margen se ven y se comportan en LyX como notas al pie.
24963  Se insertan con el menú 
24964 \family sans
24965 Insertar\SpecialChar \menuseparator
24966 Nota
24967 \begin_inset space ~
24968 \end_inset
24969
24970 al
24971 \begin_inset space ~
24972 \end_inset
24973
24974 margen
24975 \family default
24976  o con el botón 
24977 \begin_inset Graphics
24978         filename ../../images/marginalnote-insert.png
24979         scale 85
24980
24981 \end_inset
24982
24983 .
24984  Aparece un cuadro gris con la etiqueta 
24985 \family roman
24986 \series medium
24987 «margen» en color rojo y un marco en el que puedes escribir el texto de
24988  la nota.
24989 \end_layout
24990
24991 \begin_layout Standard
24992 Al lado hay un ejemplo de nota al margen.
24993
24994 \family roman
24995 \series medium
24996  
24997 \begin_inset Marginal
24998 status open
24999
25000 \begin_layout Plain Layout
25001 Esto es una nota al margen.
25002 \end_layout
25003
25004 \end_inset
25005
25006
25007 \end_layout
25008
25009 \begin_layout Standard
25010 Estas notas salen en el margen derecho en documentos a una cara.
25011  En documentos a doble cara se muestran en el margen externo ---margen izquierdo
25012  en páginas pares, derecho en páginas impares---.
25013  El texto de las notas se ajusta a la parte opuesta al margen ---se ajusta
25014  a la derecha si la nota aparece en el margen izquierdo---.
25015  La primera línea de la nota se sitúa en la posición de la línea del texto
25016  en la que se inserta en el documento.
25017 \end_layout
25018
25019 \begin_layout Standard
25020 \begin_inset VSpace bigskip
25021 \end_inset
25022
25023 Para colocar la nota en el margen interno añade el comando
25024 \end_layout
25025
25026 \begin_layout Standard
25027
25028 \series bold
25029
25030 \backslash
25031 reversemarginpar
25032 \end_layout
25033
25034 \begin_layout Standard
25035 en código TeX antes de la nota.
25036  La nueva colocación es válida para todas las siguientes notas al margen.
25037  
25038 \begin_inset ERT
25039 status collapsed
25040
25041 \begin_layout Plain Layout
25042
25043
25044 \backslash
25045 reversemarginpar 
25046 \end_layout
25047
25048 \end_inset
25049
25050
25051 \begin_inset Marginal
25052 status open
25053
25054 \begin_layout Plain Layout
25055 Esto es una nota en el margen interno.
25056 \end_layout
25057
25058 \end_inset
25059
25060
25061 \series bold
25062
25063 \begin_inset Newline newline
25064 \end_inset
25065
25066
25067 \series default
25068
25069 \begin_inset Note Greyedout
25070 status open
25071
25072 \begin_layout Plain Layout
25073
25074 \series bold
25075 Nota:
25076 \series default
25077  A veces no hay espacio suficiente en el margen interno, por lo que la nota
25078  no se mostrará correctamente en la salida.
25079 \end_layout
25080
25081 \end_inset
25082
25083
25084 \end_layout
25085
25086 \begin_layout Standard
25087 Para volver a la ubicación predeterminada inserta en código TeX el comando
25088 \begin_inset ERT
25089 status collapsed
25090
25091 \begin_layout Plain Layout
25092
25093
25094 \backslash
25095 normalmarginpar 
25096 \end_layout
25097
25098 \end_inset
25099
25100
25101 \end_layout
25102
25103 \begin_layout Standard
25104
25105 \series bold
25106
25107 \backslash
25108 normalmarginpar
25109 \end_layout
25110
25111 \begin_layout Standard
25112 \begin_inset Note Greyedout
25113 status open
25114
25115 \begin_layout Plain Layout
25116
25117 \series bold
25118 Nota:
25119 \series default
25120  El comando se ignora si en el mismo párrafo está también presente el comando
25121  
25122 \series bold
25123
25124 \backslash
25125 reversemarginpar
25126 \series default
25127 .
25128 \end_layout
25129
25130 \end_inset
25131
25132
25133 \end_layout
25134
25135 \begin_layout Standard
25136 \begin_inset VSpace bigskip
25137 \end_inset
25138
25139
25140 \family roman
25141 \series medium
25142
25143 \begin_inset Marginal
25144 status open
25145
25146 \begin_layout Plain Layout
25147 PalabraMuyLargaAlMargen no partida con guión.
25148 \end_layout
25149
25150 \end_inset
25151
25152
25153 \family default
25154 \series default
25155  Como en el caso descrito en la sección
25156 \begin_inset space ~
25157 \end_inset
25158
25159
25160 \begin_inset CommandInset ref
25161 LatexCommand ref
25162 reference "sub:Líneas-Múltiples-en"
25163
25164 \end_inset
25165
25166 , una palabra larga no puede partirse con guión cuando es la primera en
25167  la nota al margen.
25168  Para evitar esto, inserta un espacio horizontal de 0
25169 \begin_inset space \thinspace{}
25170 \end_inset
25171
25172 pt antes de la palabra
25173 \family roman
25174 \series medium
25175 .
25176  
25177 \begin_inset Marginal
25178 status open
25179
25180 \begin_layout Plain Layout
25181 \begin_inset ERT
25182 status collapsed
25183
25184 \begin_layout Plain Layout
25185
25186
25187 \backslash
25188 hspace{0pt}
25189 \end_layout
25190
25191 \end_inset
25192
25193 PalabraMuyLargaAlMargen partida con guión.
25194 \end_layout
25195
25196 \end_inset
25197
25198
25199 \end_layout
25200
25201 \begin_layout Standard
25202 \begin_inset VSpace bigskip
25203 \end_inset
25204
25205
25206 \end_layout
25207
25208 \begin_layout Standard
25209 \begin_inset Note Greyedout
25210 status open
25211
25212 \begin_layout Plain Layout
25213
25214 \series bold
25215 Nota:
25216 \series default
25217  Normalmente no pueden utilizarse notas al margen en tablas, flotantes y
25218  notas al pie.
25219 \end_layout
25220
25221 \end_inset
25222
25223
25224 \end_layout
25225
25226 \begin_layout Standard
25227 \begin_inset VSpace bigskip
25228 \end_inset
25229
25230
25231 \end_layout
25232
25233 \begin_layout Standard
25234 \begin_inset ERT
25235 status collapsed
25236
25237 \begin_layout Plain Layout
25238
25239
25240 \backslash
25241 ifmarginnote
25242 \end_layout
25243
25244 \end_inset
25245
25246
25247 \begin_inset Note Note
25248 status open
25249
25250 \begin_layout Plain Layout
25251 La siguiente sección sólo se mostrará en pantalla si está instalado el paquete
25252  LaTeX 
25253 \series bold
25254 marginnote
25255 \series default
25256 .
25257 \end_layout
25258
25259 \end_inset
25260
25261
25262 \end_layout
25263
25264 \begin_layout Standard
25265 Esta restricción se puede salvar con el paquete LaTeX 
25266 \series bold
25267 marginnote
25268 \series default
25269
25270 \begin_inset Index
25271 status collapsed
25272
25273 \begin_layout Plain Layout
25274 LaTeX-paquetes ! marginnote
25275 \end_layout
25276
25277 \end_inset
25278
25279 .
25280  Poniendo estas dos líneas en el preámbulo, el comando usado por LyX para
25281  notas al margen es redefinido para usar el comando proporcionado por el
25282  paquete 
25283 \series bold
25284 marginnote
25285 \series default
25286 :
25287 \end_layout
25288
25289 \begin_layout Standard
25290
25291 \series bold
25292
25293 \backslash
25294 usepackage{marginnote}
25295 \begin_inset Newline newline
25296 \end_inset
25297
25298
25299 \backslash
25300 let
25301 \backslash
25302 marginpar
25303 \backslash
25304 marginnote
25305 \end_layout
25306
25307 \begin_layout Standard
25308 Esto se ha utilizado en el presente documento porque 
25309 \series bold
25310 marginnote
25311 \series default
25312  tiene una característica adicional útil: Puedes establecer un desplazamiento
25313  vertical a la nota.
25314  A veces esto hace falta si hay demasiadas notas juntas o para mejorar el
25315  diseño de la página.
25316  En LyX, el desplazamiento se escribe directamente tras la nota al margen,
25317  en código TeX
25318 \end_layout
25319
25320 \begin_layout Standard
25321
25322 \series bold
25323 [desplazamiento]
25324 \end_layout
25325
25326 \begin_layout Standard
25327 donde desplazamiento es una longitud en una de las unidades de la tabla
25328 \begin_inset space ~
25329 \end_inset
25330
25331
25332 \begin_inset CommandInset ref
25333 LatexCommand ref
25334 reference "tab:Unidades"
25335
25336 \end_inset
25337
25338 .
25339  Un valor negativo desplaza la nota hacia arriba, un valor positivo hacia
25340  abajo.
25341  
25342 \family roman
25343 \series medium
25344 Por ejemplo la nota adjunta a esta línea de texto está desplazada 1.5
25345 \begin_inset space \thinspace{}
25346 \end_inset
25347
25348 cm arriba con el comando en código TeX 
25349 \begin_inset Quotes eld
25350 \end_inset
25351
25352
25353 \family default
25354 \series bold
25355 [-1.5cm]
25356 \family roman
25357 \series medium
25358
25359 \begin_inset Quotes erd
25360 \end_inset
25361
25362
25363 \begin_inset Marginal
25364 status collapsed
25365
25366 \begin_layout Plain Layout
25367 Esta nota está 1.5
25368 \begin_inset space \thinspace{}
25369 \end_inset
25370
25371 cm por encima de su posición original.
25372 \end_layout
25373
25374 \end_inset
25375
25376
25377 \family default
25378 \series default
25379
25380 \begin_inset ERT
25381 status open
25382
25383 \begin_layout Plain Layout
25384
25385 [-1.5cm]
25386 \end_layout
25387
25388 \end_inset
25389
25390
25391 \end_layout
25392
25393 \begin_layout Standard
25394 \begin_inset VSpace medskip
25395 \end_inset
25396
25397 Con 
25398 \series bold
25399 marginnote
25400 \series default
25401  también puedes cambiar la alineación del texto en el margen.
25402  Por ejemplo los comandos
25403 \end_layout
25404
25405 \begin_layout Standard
25406
25407 \series bold
25408
25409 \backslash
25410 renewcommand*{
25411 \backslash
25412 raggedleftmarginnote}{
25413 \backslash
25414 centering}
25415 \begin_inset Newline newline
25416 \end_inset
25417
25418
25419 \backslash
25420 renewcommand*{
25421 \backslash
25422 raggedrightmarginnote}{
25423 \backslash
25424 centering}
25425 \end_layout
25426
25427 \begin_layout Standard
25428 producen alineación centrada.
25429  
25430 \series bold
25431
25432 \backslash
25433 raggedleftmarginnote
25434 \series default
25435  identifica las notas que aparecen al lado izquierdo.
25436 \family roman
25437 \series medium
25438
25439 \begin_inset ERT
25440 status collapsed
25441
25442 \begin_layout Plain Layout
25443
25444
25445 \backslash
25446 renewcommand*{
25447 \backslash
25448 raggedleftmarginnote}{
25449 \backslash
25450 centering}
25451 \end_layout
25452
25453 \begin_layout Plain Layout
25454
25455
25456 \backslash
25457 renewcommand*{
25458 \backslash
25459 raggedrightmarginnote}{
25460 \backslash
25461 centering}
25462 \end_layout
25463
25464 \end_inset
25465
25466
25467 \begin_inset Marginal
25468 status open
25469
25470 \begin_layout Plain Layout
25471 El texto de esta nota está centrado.
25472 \end_layout
25473
25474 \end_inset
25475
25476
25477 \family default
25478 \series default
25479  El valor predeterminado es 
25480 \end_layout
25481
25482 \begin_layout Standard
25483
25484 \series bold
25485
25486 \backslash
25487 renewcommand*{
25488 \backslash
25489 raggedleftmarginnote}{
25490 \backslash
25491 raggedleft}
25492 \begin_inset Newline newline
25493 \end_inset
25494
25495
25496 \backslash
25497 renewcommand*{
25498 \backslash
25499 raggedrightmarginnote}{
25500 \backslash
25501 raggedright}
25502 \family roman
25503 \series medium
25504
25505 \begin_inset ERT
25506 status collapsed
25507
25508 \begin_layout Plain Layout
25509
25510
25511 \backslash
25512 renewcommand*{
25513 \backslash
25514 raggedleftmarginnote}{
25515 \backslash
25516 raggedleft}
25517 \end_layout
25518
25519 \begin_layout Plain Layout
25520
25521
25522 \backslash
25523 renewcommand*{
25524 \backslash
25525 raggedrightmarginnote}{
25526 \backslash
25527 raggedright}
25528 \end_layout
25529
25530 \end_inset
25531
25532
25533 \end_layout
25534
25535 \begin_layout Standard
25536 \begin_inset VSpace medskip
25537 \end_inset
25538
25539 Para otras características de 
25540 \series bold
25541 marginnote
25542 \series default
25543  mira en su documentación 
25544 \begin_inset CommandInset citation
25545 LatexCommand cite
25546 key "marginnote"
25547
25548 \end_inset
25549
25550 .
25551 \end_layout
25552
25553 \begin_layout Standard
25554 \begin_inset VSpace bigskip
25555 \end_inset
25556
25557 El diseño de las notas al margen puede ser redefinido.
25558  Por ejemplo, para crear una cabecera para todas las notas con el texto
25559  
25560 \begin_inset Quotes eld
25561 \end_inset
25562
25563
25564 \series bold
25565 \bar under
25566 ¡
25567 \family sans
25568 Atención
25569 \family default
25570 !
25571 \series default
25572 \bar default
25573
25574 \begin_inset Quotes erd
25575 \end_inset
25576
25577 , subrayado, sans-serif en negrita, añade lo siguiente en el preámbulo:
25578 \end_layout
25579
25580 \begin_layout Standard
25581
25582 \series bold
25583
25584 \backslash
25585 let
25586 \backslash
25587 myMarginpar
25588 \backslash
25589 marginpar
25590 \begin_inset Newline newline
25591 \end_inset
25592
25593
25594 \backslash
25595 renewcommand{
25596 \backslash
25597 marginpar}[1]{
25598 \backslash
25599 myMarginpar{%
25600 \begin_inset Newline newline
25601 \end_inset
25602
25603
25604 \begin_inset ERT
25605 status collapsed
25606
25607 \begin_layout Plain Layout
25608
25609
25610 \backslash
25611 hphantom{ }
25612 \end_layout
25613
25614 \end_inset
25615
25616
25617 \backslash
25618 hspace{0pt}
25619 \backslash
25620 textsf{
25621 \backslash
25622 textbf{
25623 \backslash
25624 underbar{¡Atención!}}}%
25625 \begin_inset Newline newline
25626 \end_inset
25627
25628
25629 \begin_inset ERT
25630 status collapsed
25631
25632 \begin_layout Plain Layout
25633
25634
25635 \backslash
25636 hphantom{ }
25637 \end_layout
25638
25639 \end_inset
25640
25641
25642 \backslash
25643 vspace{1.5mm}
25644 \backslash
25645
25646 \backslash
25647 #1}}
25648 \end_layout
25649
25650 \begin_layout Standard
25651
25652 \family roman
25653 \series medium
25654 \begin_inset ERT
25655 status collapsed
25656
25657 \begin_layout Plain Layout
25658
25659
25660 \backslash
25661 let
25662 \backslash
25663 myMarginpar
25664 \backslash
25665 marginpar
25666 \end_layout
25667
25668 \begin_layout Plain Layout
25669
25670
25671 \backslash
25672 renewcommand{
25673 \backslash
25674 marginpar}[1]{
25675 \backslash
25676 myMarginpar{%
25677 \end_layout
25678
25679 \begin_layout Plain Layout
25680
25681    
25682 \backslash
25683 textsf{
25684 \backslash
25685 textbf{
25686 \backslash
25687 underbar{¡Atención!}}}%
25688 \end_layout
25689
25690 \begin_layout Plain Layout
25691
25692    
25693 \backslash
25694 vspace{1.5mm}
25695 \backslash
25696
25697 \backslash
25698 #1}}
25699 \end_layout
25700
25701 \end_inset
25702
25703
25704 \begin_inset Marginal
25705 status open
25706
25707 \begin_layout Plain Layout
25708 Esta es una nota con una cabecera definida.
25709 \end_layout
25710
25711 \end_inset
25712
25713
25714 \family default
25715 \series default
25716
25717 \begin_inset ERT
25718 status collapsed
25719
25720 \begin_layout Plain Layout
25721
25722 [-1.5cm]
25723 \end_layout
25724
25725 \end_inset
25726
25727
25728 \family roman
25729 \series medium
25730
25731 \begin_inset ERT
25732 status collapsed
25733
25734 \begin_layout Plain Layout
25735
25736
25737 \backslash
25738 renewcommand{
25739 \backslash
25740 marginpar}[1]{
25741 \backslash
25742 myMarginpar{#1}}
25743 \end_layout
25744
25745 \end_inset
25746
25747
25748 \family default
25749 \series default
25750
25751 \begin_inset Note Note
25752 status collapsed
25753
25754 \begin_layout Plain Layout
25755 El formato de la nota al margen se ha cambiado sólo para este ejemplo.
25756 \end_layout
25757
25758 \end_inset
25759
25760
25761 \end_layout
25762
25763 \begin_layout Standard
25764 \begin_inset ERT
25765 status collapsed
25766
25767 \begin_layout Plain Layout
25768
25769
25770 \backslash
25771 else
25772 \end_layout
25773
25774 \end_inset
25775
25776
25777 \begin_inset Note Note
25778 status open
25779
25780 \begin_layout Plain Layout
25781 Lo siguiente se mostrará en pantalla si no está instalado el paquete LaTeX
25782  
25783 \series bold
25784 marginnote
25785 \series default
25786 .
25787 \end_layout
25788
25789 \end_inset
25790
25791
25792 \end_layout
25793
25794 \begin_layout Standard
25795 Debes instalar el paquete LaTeX 
25796 \series bold
25797 marginnote
25798 \series default
25799  para ver la parte siguiente en la salida.
25800 \end_layout
25801
25802 \begin_layout Standard
25803 \begin_inset ERT
25804 status collapsed
25805
25806 \begin_layout Plain Layout
25807
25808
25809 \backslash
25810 fi
25811 \end_layout
25812
25813 \end_inset
25814
25815
25816 \end_layout
25817
25818 \begin_layout Chapter
25819 Cuadros
25820 \end_layout
25821
25822 \begin_layout Section
25823 Introducción
25824 \begin_inset Index
25825 status collapsed
25826
25827 \begin_layout Plain Layout
25828 Cuadros ! Introducción
25829 \end_layout
25830
25831 \end_inset
25832
25833
25834 \end_layout
25835
25836 \begin_layout Standard
25837 Los cuadros se emplean para dar formato a bloques de texto.
25838  Se pueden usar para escribir documentos con varios lenguajes, véase sección
25839 \begin_inset space ~
25840 \end_inset
25841
25842
25843 \begin_inset CommandInset ref
25844 LatexCommand ref
25845 reference "sec:Minipáginas"
25846
25847 \end_inset
25848
25849 , enmarcar textos, véase sección
25850 \begin_inset space ~
25851 \end_inset
25852
25853
25854 \begin_inset CommandInset ref
25855 LatexCommand ref
25856 reference "sec:Cuadros-Enmarcados"
25857
25858 \end_inset
25859
25860 , evitar la división de palabras, véase sección
25861 \begin_inset space ~
25862 \end_inset
25863
25864
25865 \begin_inset CommandInset ref
25866 LatexCommand ref
25867 reference "sec:Evitar-la-Partición"
25868
25869 \end_inset
25870
25871 , alinear texto, véase sección
25872 \begin_inset space ~
25873 \end_inset
25874
25875
25876 \begin_inset CommandInset ref
25877 LatexCommand ref
25878 reference "sub:Alineación-Vertical"
25879
25880 \end_inset
25881
25882 , o para poner color de fondo a un texto, véase sección
25883 \begin_inset space ~
25884 \end_inset
25885
25886
25887 \begin_inset CommandInset ref
25888 LatexCommand ref
25889 reference "sec:Cuadros-Coloreados"
25890
25891 \end_inset
25892
25893 .
25894 \end_layout
25895
25896 \begin_layout Standard
25897 Se insertan con el menú 
25898 \family sans
25899 Insertar\SpecialChar \menuseparator
25900 Cuadro
25901 \family default
25902  o con el botón 
25903 \begin_inset Graphics
25904         filename ../../images/box-insert.png
25905         scale 85
25906
25907 \end_inset
25908
25909 .
25910  Surge un recuadro gris con la etiqueta 
25911 \family sans
25912 Cuadro (Minipágina)
25913 \family default
25914
25915 \begin_inset Graphics
25916         filename clipart/CuadroMinipagQt4.png
25917         scale 75
25918         keepAspectRatio
25919
25920 \end_inset
25921
25922 .
25923  El tipo de cuadro se puede elegir al hacer clic-derecho sobre él.
25924  Sale un diálogo en el que 
25925 \family sans
25926 Cuadro
25927 \family default
25928
25929 \begin_inset space ~
25930 \end_inset
25931
25932
25933 \family sans
25934 interior
25935 \family default
25936  permite escoger los tipos 
25937 \family sans
25938 Párrafo
25939 \family default
25940  y 
25941 \family sans
25942 Minipágina
25943 \family default
25944 .
25945  
25946 \family sans
25947 Minipágina
25948 \family default
25949  es el predeterminado para nuevos cuadros y se explica en la sección
25950 \begin_inset space ~
25951 \end_inset
25952
25953
25954 \begin_inset CommandInset ref
25955 LatexCommand ref
25956 reference "sec:Minipáginas"
25957
25958 \end_inset
25959
25960 ; el tipo 
25961 \family sans
25962 Párrafo
25963 \family default
25964  se describe en la sección
25965 \begin_inset space ~
25966 \end_inset
25967
25968
25969 \begin_inset CommandInset ref
25970 LatexCommand ref
25971 reference "sec:Cuadros-de-Párrafo"
25972
25973 \end_inset
25974
25975 .
25976 \end_layout
25977
25978 \begin_layout Standard
25979 Los cuadros no se numeran y por tanto no se pueden referenciar como los
25980  flotantes o las notas al pie.
25981 \end_layout
25982
25983 \begin_layout Standard
25984 \begin_inset Note Greyedout
25985 status open
25986
25987 \begin_layout Plain Layout
25988
25989 \series bold
25990 Nota:
25991 \series default
25992  Los cuadros no deben ser el ítem en un entorno 
25993 \family sans
25994 Enumeración*
25995 \family default
25996  o 
25997 \family sans
25998 Descripción
25999 \family default
26000 .
26001 \end_layout
26002
26003 \end_inset
26004
26005
26006 \end_layout
26007
26008 \begin_layout Standard
26009 \begin_inset Note Greyedout
26010 status open
26011
26012 \begin_layout Plain Layout
26013
26014 \series bold
26015 Nota:
26016 \series default
26017  Por razones desconocidas sólo se puede poner el tipo 
26018 \family sans
26019 Cuadro
26020 \begin_inset space ~
26021 \end_inset
26022
26023 interior
26024 \family default
26025  en 
26026 \family sans
26027 Ninguno
26028 \family default
26029  cuando se emplea un cuadro enmarcado.
26030  Los cuadros sin ningún tipo de 
26031 \family sans
26032 Cuadro
26033 \begin_inset space ~
26034 \end_inset
26035
26036 interior
26037 \family default
26038  y sin marcos se explican en la sección
26039 \begin_inset space ~
26040 \end_inset
26041
26042
26043 \begin_inset CommandInset ref
26044 LatexCommand ref
26045 reference "sec:Evitar-la-Partición"
26046
26047 \end_inset
26048
26049 .
26050 \end_layout
26051
26052 \end_inset
26053
26054
26055 \end_layout
26056
26057 \begin_layout Section
26058 Diálogo de cuadros
26059 \begin_inset CommandInset label
26060 LatexCommand label
26061 name "sec:Diálogo-Cuadros"
26062
26063 \end_inset
26064
26065
26066 \begin_inset Index
26067 status collapsed
26068
26069 \begin_layout Plain Layout
26070 Cuadros ! Configuración
26071 \end_layout
26072
26073 \end_inset
26074
26075
26076 \end_layout
26077
26078 \begin_layout Subsection
26079 Tamaño
26080 \begin_inset Index
26081 status collapsed
26082
26083 \begin_layout Plain Layout
26084 Cuadros ! Tamaño
26085 \end_layout
26086
26087 \end_inset
26088
26089
26090 \end_layout
26091
26092 \begin_layout Standard
26093 En el diálogo puedes ajustar la geometría del cuadro en los campos 
26094 \family sans
26095 Ancho
26096 \family default
26097  y 
26098 \family sans
26099 Alto
26100 \family default
26101 .
26102  Las unidades disponibles para la geometría se describen en la tabla
26103 \begin_inset space ~
26104 \end_inset
26105
26106
26107 \begin_inset CommandInset ref
26108 LatexCommand ref
26109 reference "tab:Unidades"
26110
26111 \end_inset
26112
26113 .
26114  El campo 
26115 \family sans
26116 Alto
26117 \family default
26118  ofrece los siguientes tamaños adicionales:
26119 \end_layout
26120
26121 \begin_layout Description
26122 Profundidad Este es el texto plano «alto».
26123  Ignora la profundidad total cuando hay múltiples líneas de texto en el
26124  cuadro:
26125 \begin_inset Newline newline
26126 \end_inset
26127
26128
26129 \begin_inset Newline newline
26130 \end_inset
26131
26132
26133 \begin_inset Newline newline
26134 \end_inset
26135
26136
26137 \begin_inset Box Boxed
26138 position "c"
26139 hor_pos "c"
26140 has_inner_box 1
26141 inner_pos "c"
26142 use_parbox 0
26143 width "12col%"
26144 special "none"
26145 height "1in"
26146 height_special "depth"
26147 status open
26148
26149 \begin_layout Plain Layout
26150 \align center
26151 Cuadro con altura establecida en 1
26152 \begin_inset space \thinspace{}
26153 \end_inset
26154
26155 Profundidad
26156 \end_layout
26157
26158 \end_inset
26159
26160
26161 \begin_inset Newline newline
26162 \end_inset
26163
26164
26165 \begin_inset Newline newline
26166 \end_inset
26167
26168
26169 \end_layout
26170
26171 \begin_layout Description
26172 Alto Es la altura del texto que está dentro del cuadro.
26173  Un valor de, p.
26174 \begin_inset space \thinspace{}
26175 \end_inset
26176
26177 e.
26178 \begin_inset space ~
26179 \end_inset
26180
26181 2 para este tamaño fijará la altura del cuadro a 2 veces la altura del texto:
26182  
26183 \begin_inset Box Boxed
26184 position "c"
26185 hor_pos "c"
26186 has_inner_box 1
26187 inner_pos "c"
26188 use_parbox 0
26189 width "20col%"
26190 special "none"
26191 height "2in"
26192 height_special "height"
26193 status open
26194
26195 \begin_layout Plain Layout
26196 \align center
26197 Cuadro con altura puesta en 2
26198 \begin_inset space \thinspace{}
26199 \end_inset
26200
26201 Alto
26202 \end_layout
26203
26204 \end_inset
26205
26206
26207 \end_layout
26208
26209 \begin_layout Description
26210 Alto
26211 \begin_inset space ~
26212 \end_inset
26213
26214 total Esto es el Alto
26215 \begin_inset space \thinspace{}
26216 \end_inset
26217
26218 +
26219 \begin_inset space \thinspace{}
26220 \end_inset
26221
26222 Profundidad: 
26223 \begin_inset Box Boxed
26224 position "c"
26225 hor_pos "c"
26226 has_inner_box 1
26227 inner_pos "c"
26228 use_parbox 0
26229 width "20col%"
26230 special "none"
26231 height "1in"
26232 height_special "totalheight"
26233 status open
26234
26235 \begin_layout Plain Layout
26236 \align center
26237 Cuadro con altura puesta a 1
26238 \begin_inset space \thinspace{}
26239 \end_inset
26240
26241 Alto
26242 \begin_inset space ~
26243 \end_inset
26244
26245 total
26246 \end_layout
26247
26248 \end_inset
26249
26250
26251 \end_layout
26252
26253 \begin_layout Description
26254 Ancho Esto determina al ancho del cuadro como altura: 
26255 \begin_inset Box Boxed
26256 position "c"
26257 hor_pos "c"
26258 has_inner_box 1
26259 inner_pos "c"
26260 use_parbox 0
26261 width "12col%"
26262 special "none"
26263 height "1in"
26264 height_special "width"
26265 status open
26266
26267 \begin_layout Plain Layout
26268 \align center
26269 Cuadro con altura puesta en 1
26270 \begin_inset space \thinspace{}
26271 \end_inset
26272
26273 Ancho
26274 \end_layout
26275
26276 \end_inset
26277
26278
26279 \end_layout
26280
26281 \begin_layout Subsection
26282 Alineación
26283 \begin_inset Index
26284 status collapsed
26285
26286 \begin_layout Plain Layout
26287 Cuadros ! Alineación
26288 \end_layout
26289
26290 \end_inset
26291
26292
26293 \end_layout
26294
26295 \begin_layout Standard
26296 Si has elegido un 
26297 \family sans
26298 Cuadro
26299 \begin_inset space ~
26300 \end_inset
26301
26302 interior
26303 \family default
26304 , la alineación vertical del cuadro puede ser:
26305 \end_layout
26306
26307 \begin_layout Description
26308 Superior Ejemplo de línea de texto.
26309  
26310 \begin_inset Box Boxed
26311 position "t"
26312 hor_pos "c"
26313 has_inner_box 1
26314 inner_pos "c"
26315 use_parbox 0
26316 width "12col%"
26317 special "none"
26318 height "1in"
26319 height_special "totalheight"
26320 status collapsed
26321
26322 \begin_layout Plain Layout
26323 \align center
26324 Cuadro alineado arriba.
26325 \end_layout
26326
26327 \end_inset
26328
26329  Ejemplo de línea de texto.
26330 \end_layout
26331
26332 \begin_layout Description
26333 Medio Ejemplo de línea de texto.
26334  
26335 \begin_inset Box Boxed
26336 position "c"
26337 hor_pos "c"
26338 has_inner_box 1
26339 inner_pos "c"
26340 use_parbox 0
26341 width "12col%"
26342 special "none"
26343 height "1in"
26344 height_special "totalheight"
26345 status collapsed
26346
26347 \begin_layout Plain Layout
26348 \align center
26349 Cuadro alineado en medio.
26350 \end_layout
26351
26352 \end_inset
26353
26354  Ejemplo de línea de texto.
26355 \end_layout
26356
26357 \begin_layout Description
26358 Inferior Ejemplo de línea de texto.
26359  
26360 \begin_inset Box Boxed
26361 position "b"
26362 hor_pos "c"
26363 has_inner_box 1
26364 inner_pos "c"
26365 use_parbox 0
26366 width "12col%"
26367 special "none"
26368 height "1in"
26369 height_special "totalheight"
26370 status collapsed
26371
26372 \begin_layout Plain Layout
26373 \align center
26374 Cuadro alineado abajo.
26375 \end_layout
26376
26377 \end_inset
26378
26379  Ejemplo de línea de texto.
26380 \end_layout
26381
26382 \begin_layout Standard
26383 \begin_inset Note Greyedout
26384 status open
26385
26386 \begin_layout Plain Layout
26387
26388 \series bold
26389 Nota:
26390 \series default
26391  La alineación vertical puede desaparecer en la salida si hay dos cuadros
26392  en una línea y, p.
26393 \begin_inset space \thinspace{}
26394 \end_inset
26395
26396 e., uno de ellos tiene sombreado y el otro no.
26397 \end_layout
26398
26399 \end_inset
26400
26401
26402 \end_layout
26403
26404 \begin_layout Standard
26405 La alineación horizontal del cuadro puede establecerse en el diálogo de
26406  configuración de párrafo de LyX si colocas el cuadro en su propio párrafo.
26407 \end_layout
26408
26409 \begin_layout Standard
26410 \begin_inset VSpace bigskip
26411 \end_inset
26412
26413 Si has escogido un 
26414 \family sans
26415 Cuadro
26416 \begin_inset space ~
26417 \end_inset
26418
26419 interior
26420 \family default
26421 , el contenido puede alinearse verticalmente a:
26422 \end_layout
26423
26424 \begin_layout Description
26425 Superior Ejemplo de línea de texto.
26426  
26427 \begin_inset Box Boxed
26428 position "c"
26429 hor_pos "c"
26430 has_inner_box 1
26431 inner_pos "t"
26432 use_parbox 0
26433 width "12col%"
26434 special "none"
26435 height "1.5in"
26436 height_special "totalheight"
26437 status collapsed
26438
26439 \begin_layout Plain Layout
26440 \align center
26441 Cuadro con texto alineado arriba.
26442 \end_layout
26443
26444 \end_inset
26445
26446  Ejemplo de línea de texto.
26447 \end_layout
26448
26449 \begin_layout Description
26450 Medio Ejemplo de línea de texto.
26451  
26452 \begin_inset Box Boxed
26453 position "c"
26454 hor_pos "c"
26455 has_inner_box 1
26456 inner_pos "c"
26457 use_parbox 0
26458 width "12col%"
26459 special "none"
26460 height "1.5in"
26461 height_special "totalheight"
26462 status collapsed
26463
26464 \begin_layout Plain Layout
26465 \align center
26466 Cuadro con texto alineado en medio.
26467 \end_layout
26468
26469 \end_inset
26470
26471  Ejemplo de línea de texto.
26472 \end_layout
26473
26474 \begin_layout Description
26475 Inferior Ejemplo de línea de texto.
26476  
26477 \begin_inset Box Boxed
26478 position "c"
26479 hor_pos "c"
26480 has_inner_box 1
26481 inner_pos "b"
26482 use_parbox 0
26483 width "12col%"
26484 special "none"
26485 height "1.5in"
26486 height_special "totalheight"
26487 status collapsed
26488
26489 \begin_layout Plain Layout
26490 \align center
26491 Cuadro con texto alineado abajo.
26492 \end_layout
26493
26494 \end_inset
26495
26496  Ejemplo de línea de texto.
26497 \end_layout
26498
26499 \begin_layout Description
26500 Estirado Ejemplo de línea de texto.
26501  
26502 \begin_inset Box Boxed
26503 position "c"
26504 hor_pos "c"
26505 has_inner_box 1
26506 inner_pos "s"
26507 use_parbox 0
26508 width "12col%"
26509 special "none"
26510 height "1.5in"
26511 height_special "totalheight"
26512 status collapsed
26513
26514 \begin_layout Plain Layout
26515 \align center
26516 Este texto
26517 \end_layout
26518
26519 \begin_layout Plain Layout
26520 \align center
26521 está
26522 \end_layout
26523
26524 \begin_layout Plain Layout
26525 \align center
26526 estirado.
26527 \end_layout
26528
26529 \end_inset
26530
26531  Ejemplo de línea de texto.
26532 \end_layout
26533
26534 \begin_layout Standard
26535 Para estirar el contenido debe tener más de un párrafo.
26536  En el ejemplo anterior cada línea de texto está en un párrafo propio.
26537 \end_layout
26538
26539 \begin_layout Standard
26540 \begin_inset VSpace bigskip
26541 \end_inset
26542
26543 Para estirar horizontalmente el contenido usa el diálogo de párrafos de
26544  LyX cuando hayas escogido un 
26545 \family sans
26546 Cuadro
26547 \begin_inset space ~
26548 \end_inset
26549
26550 interior
26551 \family default
26552 .
26553 \end_layout
26554
26555 \begin_layout Standard
26556 \align center
26557 \begin_inset Box Boxed
26558 position "c"
26559 hor_pos "c"
26560 has_inner_box 1
26561 inner_pos "s"
26562 use_parbox 0
26563 width "15col%"
26564 special "none"
26565 height "1.25in"
26566 height_special "totalheight"
26567 status collapsed
26568
26569 \begin_layout Plain Layout
26570 \align left
26571 Cuadro
26572 \end_layout
26573
26574 \begin_layout Plain Layout
26575 \align center
26576 con texto
26577 \end_layout
26578
26579 \begin_layout Plain Layout
26580 \align right
26581 estirado
26582 \end_layout
26583
26584 \end_inset
26585
26586
26587 \end_layout
26588
26589 \begin_layout Standard
26590 Si no has establecido un 
26591 \family sans
26592 Cuadro
26593 \begin_inset space ~
26594 \end_inset
26595
26596 interior
26597 \family default
26598 , puedes alinear horizontalmente el contenido del cuadro en el diálogo de
26599  cuadro.
26600 \end_layout
26601
26602 \begin_layout Standard
26603 \align center
26604 \begin_inset Box Boxed
26605 position "c"
26606 hor_pos "s"
26607 has_inner_box 0
26608 inner_pos "s"
26609 use_parbox 0
26610 width "90col%"
26611 special "none"
26612 height "1.25in"
26613 height_special "totalheight"
26614 status collapsed
26615
26616 \begin_layout Plain Layout
26617 \align left
26618 Texto estirado horizontalmente.
26619 \end_layout
26620
26621 \end_inset
26622
26623
26624 \end_layout
26625
26626 \begin_layout Subsection
26627 Cuadros enmarcados
26628 \begin_inset CommandInset label
26629 LatexCommand label
26630 name "sec:Cuadros-Enmarcados"
26631
26632 \end_inset
26633
26634
26635 \begin_inset Index
26636 status collapsed
26637
26638 \begin_layout Plain Layout
26639 Cuadros ! Marcos
26640 \end_layout
26641
26642 \end_inset
26643
26644
26645 \end_layout
26646
26647 \begin_layout Standard
26648 El estilo de marco del cuadro se puede determinar en la lista desplegable
26649  
26650 \family sans
26651 Tipo
26652 \family default
26653  del diálogo de cuadros.
26654  Son posibles los siguientes marcos:
26655 \end_layout
26656
26657 \begin_layout Description
26658 Marco
26659 \begin_inset space ~
26660 \end_inset
26661
26662 rectangular Dibuja un marco rectangular alrededor del cuadro.
26663  El grosor del marco depende de 
26664 \series bold
26665
26666 \backslash
26667 fboxrule
26668 \series default
26669 .
26670  
26671 \begin_inset Box Boxed
26672 position "c"
26673 hor_pos "c"
26674 has_inner_box 1
26675 inner_pos "c"
26676 use_parbox 0
26677 width "25col%"
26678 special "none"
26679 height "1in"
26680 height_special "totalheight"
26681 status open
26682
26683 \begin_layout Plain Layout
26684 \align center
26685 Cuadro rectangular
26686 \end_layout
26687
26688 \end_inset
26689
26690
26691 \end_layout
26692
26693 \begin_layout Description
26694 Marco
26695 \begin_inset space ~
26696 \end_inset
26697
26698 ovalado,
26699 \begin_inset space ~
26700 \end_inset
26701
26702 fino Dibuja un marco ovalado cuya línea tiene un grosor de 0.4
26703 \begin_inset space \thinspace{}
26704 \end_inset
26705
26706 pt.
26707  
26708 \begin_inset Box ovalbox
26709 position "c"
26710 hor_pos "c"
26711 has_inner_box 1
26712 inner_pos "c"
26713 use_parbox 0
26714 width "25col%"
26715 special "none"
26716 height "1in"
26717 height_special "totalheight"
26718 status open
26719
26720 \begin_layout Plain Layout
26721 \align center
26722 Marco ovalado, fino
26723 \end_layout
26724
26725 \end_inset
26726
26727
26728 \end_layout
26729
26730 \begin_layout Description
26731 Marco
26732 \begin_inset space ~
26733 \end_inset
26734
26735 ovalado,
26736 \begin_inset space ~
26737 \end_inset
26738
26739 grueso Dibuja un marco ovalado cuya línea tiene un grosor de 0.8
26740 \begin_inset space \thinspace{}
26741 \end_inset
26742
26743 pt.
26744  
26745 \begin_inset Box Ovalbox
26746 position "c"
26747 hor_pos "c"
26748 has_inner_box 1
26749 inner_pos "c"
26750 use_parbox 0
26751 width "30col%"
26752 special "none"
26753 height "1in"
26754 height_special "totalheight"
26755 status open
26756
26757 \begin_layout Plain Layout
26758 \align center
26759 Cuadro ovalado, grueso
26760 \end_layout
26761
26762 \end_inset
26763
26764
26765 \end_layout
26766
26767 \begin_layout Description
26768 Marco
26769 \begin_inset space ~
26770 \end_inset
26771
26772 con
26773 \begin_inset space ~
26774 \end_inset
26775
26776 sombra Dibuja un cuadro rectangular con sombra alrededor del cuadro.
26777  El grosor de la línea tiene el tamaño dado por 
26778 \series bold
26779
26780 \backslash
26781 fboxrule
26782 \series default
26783 , la sombra tiene una anchura de 4
26784 \begin_inset space \thinspace{}
26785 \end_inset
26786
26787 pt.
26788  
26789 \begin_inset Box Shadowbox
26790 position "c"
26791 hor_pos "c"
26792 has_inner_box 1
26793 inner_pos "c"
26794 use_parbox 0
26795 width "20col%"
26796 special "none"
26797 height "1in"
26798 height_special "totalheight"
26799 status open
26800
26801 \begin_layout Plain Layout
26802 \align center
26803 Marco sombrado
26804 \end_layout
26805
26806 \end_inset
26807
26808
26809 \end_layout
26810
26811 \begin_layout Description
26812 Marco
26813 \begin_inset space ~
26814 \end_inset
26815
26816 doble Dibuja un rectángulo de línea doble alrededor del cuadro.
26817  El grosor de la línea interior es 0.75
26818 \begin_inset space \thinspace{}
26819 \end_inset
26820
26821
26822 \series bold
26823
26824 \backslash
26825 fboxrule
26826 \series default
26827 , el de la línea exterior es 1.5
26828 \begin_inset space \thinspace{}
26829 \end_inset
26830
26831
26832 \series bold
26833
26834 \backslash
26835 fboxrule
26836 \series default
26837 .
26838  La distancia entre líneas es 1.5
26839 \begin_inset space \thinspace{}
26840 \end_inset
26841
26842
26843 \series bold
26844
26845 \backslash
26846 fboxrule
26847 \series default
26848
26849 \begin_inset space \thinspace{}
26850 \end_inset
26851
26852 +
26853 \begin_inset space \thinspace{}
26854 \end_inset
26855
26856 0.5
26857 \begin_inset space \thinspace{}
26858 \end_inset
26859
26860 pt.
26861  
26862 \begin_inset Box Doublebox
26863 position "c"
26864 hor_pos "c"
26865 has_inner_box 1
26866 inner_pos "c"
26867 use_parbox 0
26868 width "20col%"
26869 special "none"
26870 height "1in"
26871 height_special "totalheight"
26872 status open
26873
26874 \begin_layout Plain Layout
26875 \align center
26876 Marco doble
26877 \end_layout
26878
26879 \end_inset
26880
26881
26882 \end_layout
26883
26884 \begin_layout Standard
26885 \begin_inset VSpace bigskip
26886 \end_inset
26887
26888 La etiqueta del recuadro en LyX cambiará según el estilo de marco elegido.
26889  Para poder utilizar los distintos marcos, debe estar instalado el paquete
26890  LaTeX 
26891 \series bold
26892 fancybox
26893 \series default
26894
26895 \begin_inset Index
26896 status collapsed
26897
26898 \begin_layout Plain Layout
26899 LaTeX-paquetes ! fancybox
26900 \end_layout
26901
26902 \end_inset
26903
26904 .
26905 \end_layout
26906
26907 \begin_layout Section
26908
26909 \lang english
26910 Box customization
26911 \begin_inset Index
26912 status open
26913
26914 \begin_layout Plain Layout
26915 Cuadros ! 
26916 \lang english
26917 Customization
26918 \end_layout
26919
26920 \end_inset
26921
26922
26923 \end_layout
26924
26925 \begin_layout Standard
26926 El valor predeterminado por 
26927 \series bold
26928
26929 \backslash
26930 fboxrule
26931 \series default
26932  es 0.4
26933 \begin_inset space \thinspace{}
26934 \end_inset
26935
26936 pt.
26937  Puede cambiarse con el siguiente comando en código TeX, p.
26938 \begin_inset space \thinspace{}
26939 \end_inset
26940
26941 e.
26942 \begin_inset space ~
26943 \end_inset
26944
26945 a
26946 \begin_inset space ~
26947 \end_inset
26948
26949 2
26950 \begin_inset space \thinspace{}
26951 \end_inset
26952
26953 pt:
26954 \end_layout
26955
26956 \begin_layout Standard
26957
26958 \series bold
26959
26960 \backslash
26961 setlength{
26962 \backslash
26963 fboxrule}{2pt}
26964 \end_layout
26965
26966 \begin_layout Standard
26967 \begin_inset ERT
26968 status collapsed
26969
26970 \begin_layout Plain Layout
26971
26972
26973 \backslash
26974 setlength{
26975 \backslash
26976 fboxrule}{2pt}
26977 \end_layout
26978
26979 \end_inset
26980
26981
26982 \begin_inset Box Boxed
26983 position "c"
26984 hor_pos "c"
26985 has_inner_box 1
26986 inner_pos "c"
26987 use_parbox 0
26988 width "25col%"
26989 special "none"
26990 height "1in"
26991 height_special "totalheight"
26992 status open
26993
26994 \begin_layout Plain Layout
26995 \align center
26996 Cuadro rectangular con 
26997 \series bold
26998
26999 \backslash
27000 fboxrule
27001 \series default
27002
27003 \begin_inset space \thinspace{}
27004 \end_inset
27005
27006 =
27007 \begin_inset space \thinspace{}
27008 \end_inset
27009
27010 2
27011 \begin_inset space \thinspace{}
27012 \end_inset
27013
27014 pt
27015 \end_layout
27016
27017 \end_inset
27018
27019
27020 \begin_inset ERT
27021 status collapsed
27022
27023 \begin_layout Plain Layout
27024
27025
27026 \backslash
27027 setlength{
27028 \backslash
27029 fboxrule}{0.4pt}
27030 \end_layout
27031
27032 \end_inset
27033
27034
27035 \end_layout
27036
27037 \begin_layout Standard
27038 \begin_inset VSpace bigskip
27039 \end_inset
27040
27041 El espacio entre el marco y el contenido del cuadro es 3
27042 \begin_inset space \thinspace{}
27043 \end_inset
27044
27045 pt por omisión para todos los estilos.
27046  Se puede cambiar mediante la longitud 
27047 \series bold
27048
27049 \backslash
27050 fboxsep
27051 \series default
27052 .
27053  Por ejemplo el comando
27054 \end_layout
27055
27056 \begin_layout Standard
27057
27058 \series bold
27059
27060 \backslash
27061 setlength{
27062 \backslash
27063 fboxsep}{10pt}
27064 \end_layout
27065
27066 \begin_layout Standard
27067 determina un valor de 10
27068 \begin_inset space \thinspace{}
27069 \end_inset
27070
27071 pt, como en el siguiente cuadro:
27072 \end_layout
27073
27074 \begin_layout Standard
27075 \begin_inset ERT
27076 status collapsed
27077
27078 \begin_layout Plain Layout
27079
27080
27081 \backslash
27082 setlength{
27083 \backslash
27084 fboxsep}{10pt}
27085 \end_layout
27086
27087 \end_inset
27088
27089
27090 \begin_inset Box Boxed
27091 position "c"
27092 hor_pos "c"
27093 has_inner_box 1
27094 inner_pos "c"
27095 use_parbox 0
27096 width "25col%"
27097 special "none"
27098 height "1in"
27099 height_special "totalheight"
27100 status open
27101
27102 \begin_layout Plain Layout
27103 \align center
27104 Cuadro rectangular con 
27105 \series bold
27106
27107 \backslash
27108 fboxsep
27109 \series default
27110
27111 \begin_inset space \thinspace{}
27112 \end_inset
27113
27114 =
27115 \begin_inset space \thinspace{}
27116 \end_inset
27117
27118 10
27119 \begin_inset space \thinspace{}
27120 \end_inset
27121
27122 pt
27123 \end_layout
27124
27125 \end_inset
27126
27127
27128 \begin_inset ERT
27129 status collapsed
27130
27131 \begin_layout Plain Layout
27132
27133
27134 \backslash
27135 setlength{
27136 \backslash
27137 fboxsep}{3pt}
27138 \end_layout
27139
27140 \end_inset
27141
27142
27143 \end_layout
27144
27145 \begin_layout Standard
27146 \begin_inset VSpace bigskip
27147 \end_inset
27148
27149 El diámetro de las esquinas de los cuadros ovalados se puede modificar con
27150  el comando 
27151 \series bold
27152
27153 \backslash
27154 cornersize
27155 \series default
27156 .
27157  El comando
27158 \end_layout
27159
27160 \begin_layout Standard
27161
27162 \series bold
27163
27164 \backslash
27165 cornersize*{1cm}
27166 \end_layout
27167
27168 \begin_layout Standard
27169 establece un diámetro de 1
27170 \begin_inset space \thinspace{}
27171 \end_inset
27172
27173 cm.
27174  El comando
27175 \end_layout
27176
27177 \begin_layout Standard
27178
27179 \series bold
27180
27181 \backslash
27182 cornersize{num}
27183 \end_layout
27184
27185 \begin_layout Standard
27186 fija el diámetro en 
27187 \family sans
27188 num
27189 \begin_inset space \thinspace{}
27190 \end_inset
27191
27192 ×
27193 \begin_inset space \thinspace{}
27194 \end_inset
27195
27196 mínimo
27197 \family default
27198  
27199 \family sans
27200 (ancho y alto del cuadro)
27201 \family default
27202 .
27203  Por omisión es 
27204 \series bold
27205
27206 \backslash
27207 cornersize{0.5}
27208 \series default
27209 .
27210 \end_layout
27211
27212 \begin_layout Standard
27213 \begin_inset ERT
27214 status collapsed
27215
27216 \begin_layout Plain Layout
27217
27218
27219 \backslash
27220 cornersize*{1.5cm}
27221 \end_layout
27222
27223 \end_inset
27224
27225
27226 \begin_inset Box Ovalbox
27227 position "c"
27228 hor_pos "c"
27229 has_inner_box 1
27230 inner_pos "c"
27231 use_parbox 0
27232 width "28col%"
27233 special "none"
27234 height "1in"
27235 height_special "totalheight"
27236 status open
27237
27238 \begin_layout Plain Layout
27239 \align center
27240 Cuadro ovalado con 
27241 \series bold
27242
27243 \backslash
27244 cornersize
27245 \series default
27246
27247 \begin_inset space \thinspace{}
27248 \end_inset
27249
27250 =
27251 \begin_inset space \thinspace{}
27252 \end_inset
27253
27254 1.5
27255 \begin_inset space \thinspace{}
27256 \end_inset
27257
27258 cm
27259 \end_layout
27260
27261 \end_inset
27262
27263
27264 \begin_inset ERT
27265 status collapsed
27266
27267 \begin_layout Plain Layout
27268
27269
27270 \backslash
27271 cornersize{0.5}
27272 \end_layout
27273
27274 \end_inset
27275
27276
27277 \end_layout
27278
27279 \begin_layout Standard
27280 \begin_inset VSpace bigskip
27281 \end_inset
27282
27283 El tamaño de la sombra se puede ajustar cambiando la longitud 
27284 \series bold
27285
27286 \backslash
27287 shadowsize
27288 \series default
27289 .
27290  Este comando la ajusta a 2
27291 \begin_inset space \thinspace{}
27292 \end_inset
27293
27294 pt en el cuadro siguiente:
27295 \end_layout
27296
27297 \begin_layout Standard
27298
27299 \series bold
27300
27301 \backslash
27302 setlength{
27303 \backslash
27304 shadowsize}{2pt}
27305 \end_layout
27306
27307 \begin_layout Standard
27308 \begin_inset ERT
27309 status collapsed
27310
27311 \begin_layout Plain Layout
27312
27313
27314 \backslash
27315 setlength{
27316 \backslash
27317 shadowsize}{2pt}
27318 \end_layout
27319
27320 \end_inset
27321
27322
27323 \begin_inset Box Shadowbox
27324 position "c"
27325 hor_pos "c"
27326 has_inner_box 1
27327 inner_pos "c"
27328 use_parbox 0
27329 width "28col%"
27330 special "none"
27331 height "1in"
27332 height_special "totalheight"
27333 status open
27334
27335 \begin_layout Plain Layout
27336 \align center
27337 Cuadro sombreado con 
27338 \series bold
27339
27340 \backslash
27341 shadowsize
27342 \series default
27343
27344 \begin_inset space \thinspace{}
27345 \end_inset
27346
27347 =
27348 \begin_inset space \thinspace{}
27349 \end_inset
27350
27351 2
27352 \begin_inset space \thinspace{}
27353 \end_inset
27354
27355 pt
27356 \end_layout
27357
27358 \end_inset
27359
27360
27361 \begin_inset ERT
27362 status collapsed
27363
27364 \begin_layout Plain Layout
27365
27366
27367 \backslash
27368 setlength{
27369 \backslash
27370 shadowsize}{4pt}
27371 \end_layout
27372
27373 \end_inset
27374
27375
27376 \end_layout
27377
27378 \begin_layout Standard
27379 \begin_inset VSpace bigskip
27380 \end_inset
27381
27382 Los cambios en las dimensiones son válidos para todos los cuadros que siguen
27383  a los comandos.
27384 \end_layout
27385
27386 \begin_layout Section
27387 Minipáginas
27388 \begin_inset CommandInset label
27389 LatexCommand label
27390 name "sec:Minipáginas"
27391
27392 \end_inset
27393
27394
27395 \begin_inset Index
27396 status collapsed
27397
27398 \begin_layout Plain Layout
27399 Cuadros ! Minipáginas
27400 \end_layout
27401
27402 \end_inset
27403
27404
27405 \end_layout
27406
27407 \begin_layout Standard
27408 Las minipáginas son tratadas por LaTeX como páginas dentro de páginas y
27409  por tanto pueden tener, por ejemplo, sus propias notas al pie.
27410 \end_layout
27411
27412 \begin_layout Standard
27413 Las minipáginas son útiles para escribir documentos con distintos lenguajes.
27414 \end_layout
27415
27416 \begin_layout Standard
27417 A continuación hay dos ejemplos de minipáginas adosadas.
27418  Su anchura está puesta en 45
27419 \begin_inset space \thinspace{}
27420 \end_inset
27421
27422 % y separadas por un relleno horizontal, insertado vía el menú 
27423 \family sans
27424 Insertar\SpecialChar \menuseparator
27425 Formato\SpecialChar \menuseparator
27426 Relleno
27427 \begin_inset space ~
27428 \end_inset
27429
27430 horizontal
27431 \family default
27432 .
27433 \end_layout
27434
27435 \begin_layout Standard
27436 \begin_inset Box Frameless
27437 position "t"
27438 hor_pos "c"
27439 has_inner_box 1
27440 inner_pos "c"
27441 use_parbox 0
27442 width "45col%"
27443 special "none"
27444 height "1in"
27445 height_special "totalheight"
27446 status open
27447
27448 \begin_layout Plain Layout
27449
27450 \lang german
27451 Dies ist ein deutscher Text.
27452  Dies ist ein deutscher Text.
27453  Dies ist ein deutscher Text.
27454  Dies ist ein deutscher Text.
27455  Dies ist ein deutscher Text.
27456  Dies ist ein deutscher Text.
27457  Dies ist ein deutscher Text.
27458  Dies ist ein deutscher Text.
27459  Dies ist ein deutscher Text.
27460  Dies ist ein deutscher Text.
27461  Dies ist ein deutscher Text.
27462  Dies ist ein deutscher Text.
27463  Dies ist ein deutscher Text
27464 \begin_inset Foot
27465 status collapsed
27466
27467 \begin_layout Plain Layout
27468
27469 \lang german
27470 Dies ist eine deutsche Fußnote.
27471 \end_layout
27472
27473 \end_inset
27474
27475 .
27476  Dies ist ein deutscher Text.
27477  Dies ist ein deutscher Text.
27478 \end_layout
27479
27480 \end_inset
27481
27482
27483 \begin_inset space \hfill{}
27484 \end_inset
27485
27486
27487 \begin_inset Box Frameless
27488 position "t"
27489 hor_pos "c"
27490 has_inner_box 1
27491 inner_pos "c"
27492 use_parbox 0
27493 width "45col%"
27494 special "none"
27495 height "1in"
27496 height_special "totalheight"
27497 status open
27498
27499 \begin_layout Plain Layout
27500 This is an English Text.
27501  This is an English Text.
27502  This is an English Text.
27503  This is an English Text.
27504  This is an English Text.
27505  This is an English Text.
27506  This is an English Text.
27507  This is an English Text.
27508  This is an English Text.
27509  This is an English Text.
27510  This is an English Text.
27511  This is an English Text.
27512  This is an English Text.
27513  This is an English Text.
27514  This is an English Text.
27515  This is an English Text.
27516 \begin_inset Foot
27517 status collapsed
27518
27519 \begin_layout Plain Layout
27520 This is an English footnote.
27521 \end_layout
27522
27523 \end_inset
27524
27525  This is an English Text.
27526  
27527 \end_layout
27528
27529 \end_inset
27530
27531
27532 \end_layout
27533
27534 \begin_layout Standard
27535 \begin_inset VSpace bigskip
27536 \end_inset
27537
27538 Otra aplicación de los cuadros son las notas a pie en tablas.
27539  Debido a una restricción de LaTeX las notas a pie en tablas no aparecen
27540  al final de la página actual.
27541  Pero si pones la tabla con notas al pie en una minipágina, las notas aparecen
27542  en la parte inferior, ordenadas con letras.
27543  La ordenación de las notas al pie se restablece en cada minipágina pero
27544  no fuera de las minipáginas.
27545 \end_layout
27546
27547 \begin_layout Standard
27548 La nota al pie en esta tabla no aparece: 
27549 \begin_inset Tabular
27550 <lyxtabular version="3" rows="3" columns="4">
27551 <features>
27552 <column alignment="center" valignment="top" width="0pt">
27553 <column alignment="center" valignment="top" width="0pt">
27554 <column alignment="center" valignment="top" width="0pt">
27555 <column alignment="center" valignment="top" width="0pt">
27556 <row>
27557 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
27558 \begin_inset Text
27559
27560 \begin_layout Plain Layout
27561 1
27562 \end_layout
27563
27564 \end_inset
27565 </cell>
27566 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
27567 \begin_inset Text
27568
27569 \begin_layout Plain Layout
27570 2
27571 \end_layout
27572
27573 \end_inset
27574 </cell>
27575 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
27576 \begin_inset Text
27577
27578 \begin_layout Plain Layout
27579 3
27580 \begin_inset Foot
27581 status open
27582
27583 \begin_layout Plain Layout
27584 Nota al pie en una tabla.
27585 \end_layout
27586
27587 \end_inset
27588
27589
27590 \end_layout
27591
27592 \end_inset
27593 </cell>
27594 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
27595 \begin_inset Text
27596
27597 \begin_layout Plain Layout
27598 4
27599 \end_layout
27600
27601 \end_inset
27602 </cell>
27603 </row>
27604 <row>
27605 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
27606 \begin_inset Text
27607
27608 \begin_layout Plain Layout
27609 a
27610 \end_layout
27611
27612 \end_inset
27613 </cell>
27614 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
27615 \begin_inset Text
27616
27617 \begin_layout Plain Layout
27618 b
27619 \end_layout
27620
27621 \end_inset
27622 </cell>
27623 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
27624 \begin_inset Text
27625
27626 \begin_layout Plain Layout
27627 c
27628 \end_layout
27629
27630 \end_inset
27631 </cell>
27632 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
27633 \begin_inset Text
27634
27635 \begin_layout Plain Layout
27636 d
27637 \end_layout
27638
27639 \end_inset
27640 </cell>
27641 </row>
27642 <row>
27643 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
27644 \begin_inset Text
27645
27646 \begin_layout Plain Layout
27647 e
27648 \end_layout
27649
27650 \end_inset
27651 </cell>
27652 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
27653 \begin_inset Text
27654
27655 \begin_layout Plain Layout
27656 f
27657 \end_layout
27658
27659 \end_inset
27660 </cell>
27661 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
27662 \begin_inset Text
27663
27664 \begin_layout Plain Layout
27665 g
27666 \end_layout
27667
27668 \end_inset
27669 </cell>
27670 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
27671 \begin_inset Text
27672
27673 \begin_layout Plain Layout
27674 h
27675 \end_layout
27676
27677 \end_inset
27678 </cell>
27679 </row>
27680 </lyxtabular>
27681
27682 \end_inset
27683
27684
27685 \end_layout
27686
27687 \begin_layout Standard
27688 \align center
27689 \begin_inset Box Frameless
27690 position "t"
27691 hor_pos "c"
27692 has_inner_box 1
27693 inner_pos "c"
27694 use_parbox 0
27695 width "30col%"
27696 special "none"
27697 height "1in"
27698 height_special "totalheight"
27699 status open
27700
27701 \begin_layout Plain Layout
27702 \align center
27703 \begin_inset Tabular
27704 <lyxtabular version="3" rows="3" columns="4">
27705 <features>
27706 <column alignment="center" valignment="top" width="0pt">
27707 <column alignment="center" valignment="top" width="0pt">
27708 <column alignment="center" valignment="top" width="0pt">
27709 <column alignment="center" valignment="top" width="0pt">
27710 <row>
27711 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
27712 \begin_inset Text
27713
27714 \begin_layout Plain Layout
27715 1
27716 \end_layout
27717
27718 \end_inset
27719 </cell>
27720 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
27721 \begin_inset Text
27722
27723 \begin_layout Plain Layout
27724 2
27725 \end_layout
27726
27727 \end_inset
27728 </cell>
27729 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
27730 \begin_inset Text
27731
27732 \begin_layout Plain Layout
27733 3
27734 \begin_inset Foot
27735 status open
27736
27737 \begin_layout Plain Layout
27738 Nota al pie en una tabla..
27739 \end_layout
27740
27741 \end_inset
27742
27743
27744 \end_layout
27745
27746 \end_inset
27747 </cell>
27748 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
27749 \begin_inset Text
27750
27751 \begin_layout Plain Layout
27752 4
27753 \end_layout
27754
27755 \end_inset
27756 </cell>
27757 </row>
27758 <row>
27759 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
27760 \begin_inset Text
27761
27762 \begin_layout Plain Layout
27763 a
27764 \end_layout
27765
27766 \end_inset
27767 </cell>
27768 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
27769 \begin_inset Text
27770
27771 \begin_layout Plain Layout
27772 b
27773 \end_layout
27774
27775 \end_inset
27776 </cell>
27777 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
27778 \begin_inset Text
27779
27780 \begin_layout Plain Layout
27781 c
27782 \end_layout
27783
27784 \end_inset
27785 </cell>
27786 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
27787 \begin_inset Text
27788
27789 \begin_layout Plain Layout
27790 d
27791 \end_layout
27792
27793 \end_inset
27794 </cell>
27795 </row>
27796 <row>
27797 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
27798 \begin_inset Text
27799
27800 \begin_layout Plain Layout
27801 e
27802 \end_layout
27803
27804 \end_inset
27805 </cell>
27806 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
27807 \begin_inset Text
27808
27809 \begin_layout Plain Layout
27810 f
27811 \end_layout
27812
27813 \end_inset
27814 </cell>
27815 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
27816 \begin_inset Text
27817
27818 \begin_layout Plain Layout
27819 g
27820 \end_layout
27821
27822 \end_inset
27823 </cell>
27824 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
27825 \begin_inset Text
27826
27827 \begin_layout Plain Layout
27828 h
27829 \end_layout
27830
27831 \end_inset
27832 </cell>
27833 </row>
27834 </lyxtabular>
27835
27836 \end_inset
27837
27838
27839 \end_layout
27840
27841 \end_inset
27842
27843
27844 \end_layout
27845
27846 \begin_layout Standard
27847 \begin_inset VSpace bigskip
27848 \end_inset
27849
27850 La configuración global de párrafos se ignora en las minipáginas.
27851  Esto significa que en las mismas no habrá espacio entre párrafos aunque
27852  pongas p.
27853 \begin_inset space \thinspace{}
27854 \end_inset
27855
27856 e.
27857 \begin_inset space ~
27858 \end_inset
27859
27860
27861 \family sans
27862 Salto
27863 \begin_inset space ~
27864 \end_inset
27865
27866 medio
27867 \family default
27868  en la configuración del documento.
27869 \end_layout
27870
27871 \begin_layout Standard
27872 Las minipáginas también sirven para poner un color de fondo para partes
27873  de texto, ver sección
27874 \begin_inset space ~
27875 \end_inset
27876
27877
27878 \begin_inset CommandInset ref
27879 LatexCommand ref
27880 reference "sub:Color-en-Párrafos"
27881
27882 \end_inset
27883
27884 .
27885 \end_layout
27886
27887 \begin_layout Standard
27888 \begin_inset Note Greyedout
27889 status open
27890
27891 \begin_layout Plain Layout
27892
27893 \series bold
27894 Nota:
27895 \series default
27896  No puedes tener flotantes o notas al margen en minipáginas pero sí puedes
27897  tener minipáginas en tablas, flotantes, y otros cuadros.
27898 \end_layout
27899
27900 \end_inset
27901
27902
27903 \end_layout
27904
27905 \begin_layout Section
27906 Cuadros de párrafo
27907 \begin_inset CommandInset label
27908 LatexCommand label
27909 name "sec:Cuadros-de-Párrafo"
27910
27911 \end_inset
27912
27913
27914 \begin_inset Index
27915 status collapsed
27916
27917 \begin_layout Plain Layout
27918 Cuadros ! de párrafo
27919 \end_layout
27920
27921 \end_inset
27922
27923
27924 \end_layout
27925
27926 \begin_layout Standard
27927 Los cuadros de párrafo son similares a las minipáginas con la diferencia
27928  de que no pueden contener notas al pie.
27929   La diferencia principal es que las minipáginas no son verdaderos cuadros
27930  sino entornos de LaTeX.
27931 \end_layout
27932
27933 \begin_layout Standard
27934 \align center
27935 \begin_inset Box Frameless
27936 position "t"
27937 hor_pos "c"
27938 has_inner_box 1
27939 inner_pos "t"
27940 use_parbox 1
27941 width "33col%"
27942 special "none"
27943 height "1in"
27944 height_special "totalheight"
27945 status collapsed
27946
27947 \begin_layout Plain Layout
27948 Texto en un cuadro de párrafo.
27949  Texto en un cuadro de párrafo.
27950  Esta nota no aparece:
27951 \begin_inset Foot
27952 status open
27953
27954 \begin_layout Plain Layout
27955 Esta es una nota en cuadro de párrafo y por eso no aparecerá.
27956 \end_layout
27957
27958 \end_inset
27959
27960
27961 \end_layout
27962
27963 \end_inset
27964
27965
27966 \end_layout
27967
27968 \begin_layout Section
27969 Cuadros para palabras y caracteres
27970 \begin_inset Index
27971 status collapsed
27972
27973 \begin_layout Plain Layout
27974 Cuadros ! para palabras y caracteres
27975 \end_layout
27976
27977 \end_inset
27978
27979
27980 \end_layout
27981
27982 \begin_layout Subsection
27983 Evitar la partición de palabras
27984 \begin_inset CommandInset label
27985 LatexCommand label
27986 name "sec:Evitar-la-Partición"
27987
27988 \end_inset
27989
27990
27991 \begin_inset Index
27992 status collapsed
27993
27994 \begin_layout Plain Layout
27995 Cuadros ! para evitar la partición de palabras
27996 \end_layout
27997
27998 \end_inset
27999
28000
28001 \end_layout
28002
28003 \begin_layout Standard
28004 Hay un tipo especial de cuadro para impedir que una palabra sea partida
28005  con guión.
28006 \begin_inset Newline newline
28007 \end_inset
28008
28009 He aquí un ejemplo:
28010 \end_layout
28011
28012 \begin_layout Standard
28013 Esta línea es un ejemplo para mostrar cómo evitar la división de «estalarguísima
28014 palabra».
28015 \end_layout
28016
28017 \begin_layout Standard
28018 Para evitar su división usa el comando
28019 \end_layout
28020
28021 \begin_layout Standard
28022
28023 \series bold
28024
28025 \backslash
28026 mbox{
28027 \end_layout
28028
28029 \begin_layout Standard
28030 en código TeX antes de la palabra.
28031  Tras ella inserta una llave de cierre «
28032 \series bold
28033 }
28034 \series default
28035 » en código TeX.
28036 \end_layout
28037
28038 \begin_layout Standard
28039 Este es el resultado:
28040 \end_layout
28041
28042 \begin_layout Standard
28043 Esta línea es un ejemplo para mostrar cómo prevenir la división de 
28044 \begin_inset ERT
28045 status collapsed
28046
28047 \begin_layout Plain Layout
28048
28049
28050 \backslash
28051 mbox{
28052 \end_layout
28053
28054 \end_inset
28055
28056 «estalarguísimapalabra».
28057 \begin_inset ERT
28058 status collapsed
28059
28060 \begin_layout Plain Layout
28061
28062 }
28063 \end_layout
28064
28065 \end_inset
28066
28067
28068 \end_layout
28069
28070 \begin_layout Standard
28071 Como alternativa puedes poner el comando «
28072 \series bold
28073
28074 \backslash
28075 -
28076 \series default
28077 » en código TeX directamente antes de la palabra:
28078 \end_layout
28079
28080 \begin_layout Standard
28081 Esta línea es un ejemplo para mostrar cómo prevenir la división de «
28082 \begin_inset ERT
28083 status collapsed
28084
28085 \begin_layout Plain Layout
28086
28087
28088 \backslash
28089 -
28090 \end_layout
28091
28092 \end_inset
28093
28094 estalarguísimapalabra».
28095 \end_layout
28096
28097 \begin_layout Standard
28098 Por supuesto, la palabra sobresale del margen.
28099  Para evitarlo añade, con el menú 
28100 \family sans
28101 Insertar\SpecialChar \menuseparator
28102 Formato\SpecialChar \menuseparator
28103 Salto
28104 \begin_inset space ~
28105 \end_inset
28106
28107 de
28108 \begin_inset space ~
28109 \end_inset
28110
28111
28112 \family default
28113 línea (atajo 
28114 \series bold
28115 Ctrl-Retorno
28116 \series default
28117 ), un salto de línea antes de la palabra:
28118 \end_layout
28119
28120 \begin_layout Standard
28121 Esta línea es un ejemplo para mostrar cómo prevenir la división de 
28122 \begin_inset Newline newline
28123 \end_inset
28124
28125
28126 \begin_inset ERT
28127 status collapsed
28128
28129 \begin_layout Plain Layout
28130
28131
28132 \backslash
28133 mbox{
28134 \end_layout
28135
28136 \end_inset
28137
28138 «estalarguísimapalabra».
28139 \begin_inset ERT
28140 status collapsed
28141
28142 \begin_layout Plain Layout
28143
28144 }
28145 \end_layout
28146
28147 \end_inset
28148
28149
28150 \end_layout
28151
28152 \begin_layout Subsection
28153 Alineación vertical
28154 \begin_inset CommandInset label
28155 LatexCommand label
28156 name "sub:Alineación-Vertical"
28157
28158 \end_inset
28159
28160
28161 \begin_inset Index
28162 status collapsed
28163
28164 \begin_layout Plain Layout
28165 Cuadros ! para alineación vertical
28166 \end_layout
28167
28168 \end_inset
28169
28170
28171 \end_layout
28172
28173 \begin_layout Standard
28174 Con ayuda del comando 
28175 \series bold
28176
28177 \backslash
28178 raisebox
28179 \series default
28180  puedes alinear verticalmente con el texto circundante palabras o caracteres.
28181  
28182 \series bold
28183
28184 \backslash
28185 raisebox
28186 \series default
28187  se utiliza según el esquema:
28188 \end_layout
28189
28190 \begin_layout Standard
28191
28192 \series bold
28193
28194 \backslash
28195 raisebox{elevación}[altura][profundidad]{contenido del cuadro}
28196 \end_layout
28197
28198 \begin_layout Standard
28199 La elevación puede ser un valor positivo para subir el cuadro o negativo
28200  para bajarlo.
28201 \end_layout
28202
28203 \begin_layout Standard
28204 Para alinear una palabra, p.
28205 \begin_inset space \thinspace{}
28206 \end_inset
28207
28208 e
28209 \begin_inset space ~
28210 \end_inset
28211
28212 «prevención» para que la parte inferior de la letra más «profunda» «p» esté
28213  en la línea de base, inserta el comando
28214 \end_layout
28215
28216 \begin_layout Standard
28217
28218 \series bold
28219
28220 \backslash
28221 raisebox{
28222 \backslash
28223 depth}{
28224 \end_layout
28225
28226 \begin_layout Standard
28227 en código TeX antes de la palabra.
28228  Detrás de la palabra inserta una llave de cierre «
28229 \series bold
28230 }
28231 \series default
28232 » en código TeX.
28233 \begin_inset Newline newline
28234 \end_inset
28235
28236 Este es el resultado:
28237 \end_layout
28238
28239 \begin_layout Standard
28240 Esto es una línea de texto con la palabra 
28241 \begin_inset ERT
28242 status collapsed
28243
28244 \begin_layout Plain Layout
28245
28246
28247 \backslash
28248 raisebox{
28249 \backslash
28250 depth}{
28251 \end_layout
28252
28253 \end_inset
28254
28255 «prevención»
28256 \begin_inset ERT
28257 status collapsed
28258
28259 \begin_layout Plain Layout
28260
28261 }
28262 \end_layout
28263
28264 \end_inset
28265
28266  elevada.
28267 \end_layout
28268
28269 \begin_layout Standard
28270 \begin_inset VSpace bigskip
28271 \end_inset
28272
28273 Al subir o bajar caracteres en una línea, se modifica el espacio entre líneas:
28274 \end_layout
28275
28276 \begin_layout Standard
28277 Esto es una línea de texto con la palabra 
28278 \begin_inset ERT
28279 status collapsed
28280
28281 \begin_layout Plain Layout
28282
28283
28284 \backslash
28285 raisebox{-
28286 \backslash
28287 depth}{
28288 \end_layout
28289
28290 \end_inset
28291
28292 «prevención»
28293 \begin_inset ERT
28294 status collapsed
28295
28296 \begin_layout Plain Layout
28297
28298 }
28299 \end_layout
28300
28301 \end_inset
28302
28303  como palabra más baja.
28304 \begin_inset Newline newline
28305 \end_inset
28306
28307 Esto es una línea de texto con la palabra 
28308 \begin_inset ERT
28309 status collapsed
28310
28311 \begin_layout Plain Layout
28312
28313
28314 \backslash
28315 raisebox{0.5cm}{
28316 \end_layout
28317
28318 \end_inset
28319
28320 «testigo»
28321 \begin_inset ERT
28322 status collapsed
28323
28324 \begin_layout Plain Layout
28325
28326 }
28327 \end_layout
28328
28329 \end_inset
28330
28331  como palabra más alta.
28332 \end_layout
28333
28334 \begin_layout Standard
28335 Si por alguna razón quieres impedir esto, pon la altura de cuadro a cero.
28336  Por ejemplo
28337 \end_layout
28338
28339 \begin_layout Standard
28340
28341 \series bold
28342
28343 \backslash
28344 raisebox{-
28345 \backslash
28346 depth}[0pt]{
28347 \end_layout
28348
28349 \begin_layout Standard
28350 Esto es una línea de texto con la palabra 
28351 \begin_inset ERT
28352 status collapsed
28353
28354 \begin_layout Plain Layout
28355
28356
28357 \backslash
28358 raisebox{-
28359 \backslash
28360 depth}[0pt]{
28361 \end_layout
28362
28363 \end_inset
28364
28365 «prevención»
28366 \begin_inset ERT
28367 status collapsed
28368
28369 \begin_layout Plain Layout
28370
28371 }
28372 \end_layout
28373
28374 \end_inset
28375
28376  como palabra más baja.
28377 \begin_inset Newline newline
28378 \end_inset
28379
28380 Esto es una línea de texto con la palabra 
28381 \begin_inset ERT
28382 status collapsed
28383
28384 \begin_layout Plain Layout
28385
28386
28387 \backslash
28388 raisebox{0.5cm}[0pt]{
28389 \end_layout
28390
28391 \end_inset
28392
28393 «testigo»
28394 \begin_inset ERT
28395 status collapsed
28396
28397 \begin_layout Plain Layout
28398
28399 }
28400 \end_layout
28401
28402 \end_inset
28403
28404  como palabra más alta.
28405 \end_layout
28406
28407 \begin_layout Section
28408 Cuadros coloreados
28409 \begin_inset CommandInset label
28410 LatexCommand label
28411 name "sec:Cuadros-Coloreados"
28412
28413 \end_inset
28414
28415
28416 \begin_inset Index
28417 status collapsed
28418
28419 \begin_layout Plain Layout
28420 Cuadros ! Color
28421 \end_layout
28422
28423 \end_inset
28424
28425
28426 \end_layout
28427
28428 \begin_layout Subsection
28429 Color en texto
28430 \begin_inset Index
28431 status collapsed
28432
28433 \begin_layout Plain Layout
28434 Color ! en texto
28435 \end_layout
28436
28437 \end_inset
28438
28439
28440 \end_layout
28441
28442 \begin_layout Standard
28443 Para colorear el fondo de un texto, éste debe ponerse en un cuadro coloreado.
28444  Esto requiere cargar el paquete LaTeX 
28445 \series bold
28446 color
28447 \series default
28448
28449 \begin_inset Index
28450 status collapsed
28451
28452 \begin_layout Plain Layout
28453 LaTeX-paquetes ! color
28454 \end_layout
28455
28456 \end_inset
28457
28458  en el preámbulo del documento con
28459 \end_layout
28460
28461 \begin_layout Standard
28462
28463 \series bold
28464
28465 \backslash
28466 @ifundef\SpecialChar \textcompwordmark{}
28467 ined{textcolor}
28468 \begin_inset Newline newline
28469 \end_inset
28470
28471
28472 \begin_inset ERT
28473 status collapsed
28474
28475 \begin_layout Plain Layout
28476
28477
28478 \backslash
28479 hphantom{ }
28480 \end_layout
28481
28482 \end_inset
28483
28484 {
28485 \backslash
28486 usepackage{color}}{}
28487 \end_layout
28488
28489 \begin_layout Standard
28490 LyX cargará automáticamente el paquete 
28491 \series bold
28492 color
28493 \series default
28494  cuando colorees texto.
28495 \begin_inset Foot
28496 status collapsed
28497
28498 \begin_layout Plain Layout
28499 Para evitar cargarlo dos veces se usa el comando 
28500 \series bold
28501
28502 \backslash
28503 @ifundef\SpecialChar \textcompwordmark{}
28504 ined
28505 \series default
28506 .
28507 \end_layout
28508
28509 \end_inset
28510
28511
28512 \end_layout
28513
28514 \begin_layout Standard
28515 \begin_inset VSpace medskip
28516 \end_inset
28517
28518 Los cuadros coloreados se crean con el comando 
28519 \series bold
28520
28521 \backslash
28522 colorbox
28523 \series default
28524 , de acuerdo con el siguiente esquema:
28525 \end_layout
28526
28527 \begin_layout Standard
28528
28529 \series bold
28530
28531 \backslash
28532 colorbox{color}{contenido del cuadro}
28533 \end_layout
28534
28535 \begin_layout Standard
28536 El contenido también puede ser un cuadro y los cuadros coloreados también
28537  pueden estar en otros cuadros.
28538 \end_layout
28539
28540 \begin_layout Standard
28541 Los siguientes colores están predefinidos:
28542 \begin_inset Newline newline
28543 \end_inset
28544
28545
28546 \family sans
28547 red
28548 \family default
28549
28550 \family sans
28551 green
28552 \family default
28553
28554 \family sans
28555 yellow, blue
28556 \family default
28557
28558 \family sans
28559 cyan
28560 \family default
28561 \series bold
28562 ,
28563 \series default
28564  
28565 \family sans
28566 magenta, black
28567 \family default
28568
28569 \family sans
28570 white
28571 \family default
28572 .
28573 \begin_inset Newline newline
28574 \end_inset
28575
28576 También puedes definir tus propios colores según se explica en la sección
28577 \begin_inset space ~
28578 \end_inset
28579
28580
28581 \begin_inset CommandInset ref
28582 LatexCommand ref
28583 reference "sec:Tablas-Coloreadas"
28584
28585 \end_inset
28586
28587 .
28588 \end_layout
28589
28590 \begin_layout Standard
28591 Por ejemplo, para poner fondo rojo a una palabra, inserta el comando
28592 \end_layout
28593
28594 \begin_layout Standard
28595
28596 \series bold
28597
28598 \backslash
28599 colorbox{red}{
28600 \end_layout
28601
28602 \begin_layout Standard
28603 en código TeX antes de la palabra.
28604  Tras la palabra inserta una llave de cierre «
28605 \series bold
28606 }
28607 \series default
28608 » en código TeX.
28609 \begin_inset Newline newline
28610 \end_inset
28611
28612 Este es el resultado:
28613 \end_layout
28614
28615 \begin_layout Standard
28616 Línea en la que la palabra 
28617 \begin_inset ERT
28618 status collapsed
28619
28620 \begin_layout Plain Layout
28621
28622
28623 \backslash
28624 colorbox{red}{
28625 \end_layout
28626
28627 \end_inset
28628
28629 «¡Atención!»
28630 \begin_inset ERT
28631 status collapsed
28632
28633 \begin_layout Plain Layout
28634
28635 }
28636 \end_layout
28637
28638 \end_inset
28639
28640  tiene fondo rojo.
28641 \end_layout
28642
28643 \begin_layout Standard
28644 \begin_inset VSpace bigskip
28645 \end_inset
28646
28647 Si quieres un marco de distinto color, puedes emplear el comando 
28648 \series bold
28649
28650 \backslash
28651 fcolorbox
28652 \series default
28653  con el esquema siguiente:
28654 \end_layout
28655
28656 \begin_layout Standard
28657
28658 \series bold
28659
28660 \backslash
28661 fcolorbox{color del marco}{color del cuadro}{contenido del cuadro}
28662 \end_layout
28663
28664 \begin_layout Standard
28665
28666 \series bold
28667
28668 \backslash
28669 fcolorbox
28670 \series default
28671  es una extensión de 
28672 \series bold
28673
28674 \backslash
28675 colorbox
28676 \series default
28677 .
28678  El grosor del marco y el espacio entre él y el contenido se puede ajustar
28679  con las longitudes 
28680 \series bold
28681
28682 \backslash
28683 fboxrule
28684 \series default
28685  y 
28686 \series bold
28687
28688 \backslash
28689 fboxsep
28690 \series default
28691 , respectivamente, como se describe en la sección
28692 \begin_inset space ~
28693 \end_inset
28694
28695
28696 \begin_inset CommandInset ref
28697 LatexCommand ref
28698 reference "sec:Cuadros-Enmarcados"
28699
28700 \end_inset
28701
28702 .
28703 \end_layout
28704
28705 \begin_layout Standard
28706 Para el ejemplo siguiente se ha utilizado el comando
28707 \end_layout
28708
28709 \begin_layout Standard
28710
28711 \series bold
28712
28713 \backslash
28714 fcolorbox{cyan}{magenta}{
28715 \end_layout
28716
28717 \begin_layout Standard
28718 Este es un ejemplo en el que se ha puesto un grosor de 1
28719 \begin_inset space \thinspace{}
28720 \end_inset
28721
28722 mm para la línea del marco:
28723 \begin_inset Newline newline
28724 \end_inset
28725
28726
28727 \begin_inset ERT
28728 status collapsed
28729
28730 \begin_layout Plain Layout
28731
28732
28733 \backslash
28734 fboxrule 1mm 
28735 \backslash
28736 fboxsep 1mm
28737 \end_layout
28738
28739 \end_inset
28740
28741
28742 \begin_inset ERT
28743 status collapsed
28744
28745 \begin_layout Plain Layout
28746
28747
28748 \backslash
28749 fcolorbox{cyan}{magenta}{
28750 \end_layout
28751
28752 \end_inset
28753
28754 Texto en un marco coloreado y enmarcado.
28755 \begin_inset ERT
28756 status collapsed
28757
28758 \begin_layout Plain Layout
28759
28760 }
28761 \end_layout
28762
28763 \end_inset
28764
28765
28766 \end_layout
28767
28768 \begin_layout Standard
28769 \begin_inset VSpace bigskip
28770 \end_inset
28771
28772 Por supuesto también puedes colorear el texto en un marco coloreado:
28773 \begin_inset Newline newline
28774 \end_inset
28775
28776
28777 \begin_inset ERT
28778 status collapsed
28779
28780 \begin_layout Plain Layout
28781
28782
28783 \backslash
28784 fcolorbox{cyan}{magenta}{
28785 \end_layout
28786
28787 \end_inset
28788
28789
28790 \color yellow
28791 Texto coloreado en un marco sombreado y coloreado.
28792 \color none
28793
28794 \begin_inset ERT
28795 status collapsed
28796
28797 \begin_layout Plain Layout
28798
28799 }
28800 \end_layout
28801
28802 \end_inset
28803
28804
28805 \begin_inset ERT
28806 status collapsed
28807
28808 \begin_layout Plain Layout
28809
28810
28811 \backslash
28812 fboxrule 0.4pt 
28813 \backslash
28814 fboxsep 3pt
28815 \end_layout
28816
28817 \end_inset
28818
28819
28820 \end_layout
28821
28822 \begin_layout Standard
28823
28824 \series bold
28825 \begin_inset VSpace medskip
28826 \end_inset
28827
28828
28829 \end_layout
28830
28831 \begin_layout Standard
28832 \begin_inset Note Greyedout
28833 status open
28834
28835 \begin_layout Plain Layout
28836
28837 \series bold
28838 Nota:
28839 \series default
28840  El texto en cuadros coloreados no puede tener saltos de línea.
28841  Para colorear líneas o párrafos múltiples, usa un cuadro dentro de un cuadro
28842  coloreado como se describe a continuación.
28843 \end_layout
28844
28845 \end_inset
28846
28847
28848 \end_layout
28849
28850 \begin_layout Subsection
28851 Color en párrafos
28852 \begin_inset CommandInset label
28853 LatexCommand label
28854 name "sub:Color-en-Párrafos"
28855
28856 \end_inset
28857
28858
28859 \begin_inset Index
28860 status collapsed
28861
28862 \begin_layout Plain Layout
28863 Color ! en párrafos
28864 \end_layout
28865
28866 \end_inset
28867
28868
28869 \end_layout
28870
28871 \begin_layout Standard
28872 Para poner color de fondo en más de una línea, pon el texto en una minipágina.
28873  Antes de la minipágina inserta el comando 
28874 \series bold
28875
28876 \backslash
28877 colorbox
28878 \end_layout
28879
28880 \begin_layout Standard
28881
28882 \series bold
28883
28884 \backslash
28885 colorbox{color}{
28886 \end_layout
28887
28888 \begin_layout Standard
28889 en código TeX.
28890  Detrás de la minipágina inserta una llave de cierre «
28891 \series bold
28892 }
28893 \series default
28894 » en código TeX.
28895 \end_layout
28896
28897 \begin_layout Standard
28898 \begin_inset ERT
28899 status collapsed
28900
28901 \begin_layout Plain Layout
28902
28903
28904 \backslash
28905 colorbox{grisclaro}{
28906 \end_layout
28907
28908 \end_inset
28909
28910
28911 \begin_inset Box Frameless
28912 position "t"
28913 hor_pos "c"
28914 has_inner_box 1
28915 inner_pos "t"
28916 use_parbox 0
28917 width "100col%"
28918 special "none"
28919 height "1in"
28920 height_special "totalheight"
28921 status collapsed
28922
28923 \begin_layout Plain Layout
28924 Texto con color de fondo.
28925  Texto con color de fondo.
28926 \end_layout
28927
28928 \begin_layout Plain Layout
28929 \begin_inset VSpace defskip
28930 \end_inset
28931
28932 El texto puede tener notas al pie
28933 \begin_inset Foot
28934 status open
28935
28936 \begin_layout Plain Layout
28937 Otro ejemplo de nota
28938 \end_layout
28939
28940 \end_inset
28941
28942  y puede incluir tablas y figuras.
28943 \end_layout
28944
28945 \begin_layout Plain Layout
28946 \align center
28947 \begin_inset Tabular
28948 <lyxtabular version="3" rows="3" columns="3">
28949 <features>
28950 <column alignment="center" valignment="top" width="0">
28951 <column alignment="center" valignment="top" width="0">
28952 <column alignment="center" valignment="top" width="0">
28953 <row>
28954 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
28955 \begin_inset Text
28956
28957 \begin_layout Plain Layout
28958 a
28959 \end_layout
28960
28961 \end_inset
28962 </cell>
28963 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
28964 \begin_inset Text
28965
28966 \begin_layout Plain Layout
28967 !
28968 \end_layout
28969
28970 \end_inset
28971 </cell>
28972 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
28973 \begin_inset Text
28974
28975 \begin_layout Plain Layout
28976 3
28977 \end_layout
28978
28979 \end_inset
28980 </cell>
28981 </row>
28982 <row>
28983 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
28984 \begin_inset Text
28985
28986 \begin_layout Plain Layout
28987 <
28988 \end_layout
28989
28990 \end_inset
28991 </cell>
28992 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
28993 \begin_inset Text
28994
28995 \begin_layout Plain Layout
28996 b2
28997 \begin_inset Quotes erd
28998 \end_inset
28999
29000 |
29001 \end_layout
29002
29003 \end_inset
29004 </cell>
29005 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
29006 \begin_inset Text
29007
29008 \begin_layout Plain Layout
29009 >
29010 \end_layout
29011
29012 \end_inset
29013 </cell>
29014 </row>
29015 <row>
29016 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
29017 \begin_inset Text
29018
29019 \begin_layout Plain Layout
29020 1
29021 \end_layout
29022
29023 \end_inset
29024 </cell>
29025 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
29026 \begin_inset Text
29027
29028 \begin_layout Plain Layout
29029 §
29030 \end_layout
29031
29032 \end_inset
29033 </cell>
29034 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
29035 \begin_inset Text
29036
29037 \begin_layout Plain Layout
29038 c
29039 \end_layout
29040
29041 \end_inset
29042 </cell>
29043 </row>
29044 </lyxtabular>
29045
29046 \end_inset
29047
29048
29049 \end_layout
29050
29051 \end_inset
29052
29053
29054 \begin_inset ERT
29055 status collapsed
29056
29057 \begin_layout Plain Layout
29058
29059 }
29060 \end_layout
29061
29062 \end_inset
29063
29064
29065 \end_layout
29066
29067 \begin_layout Section
29068 Cuadros rotados y escalados
29069 \end_layout
29070
29071 \begin_layout Standard
29072 Para poder usar los comandos descritos en esta sección hay que cargar el
29073  paquete LaTeX 
29074 \series bold
29075 graphicx
29076 \begin_inset Index
29077 status collapsed
29078
29079 \begin_layout Plain Layout
29080 LaTeX-paquetes ! graphicx
29081 \end_layout
29082
29083 \end_inset
29084
29085
29086 \series default
29087  en el preámbulo del documento, con el comando
29088 \end_layout
29089
29090 \begin_layout Standard
29091
29092 \series bold
29093
29094 \backslash
29095 @ifundefined{rotatebox}
29096 \begin_inset Newline newline
29097 \end_inset
29098
29099
29100 \begin_inset ERT
29101 status collapsed
29102
29103 \begin_layout Plain Layout
29104
29105
29106 \backslash
29107 hphantom{ }
29108 \end_layout
29109
29110 \end_inset
29111
29112 {
29113 \backslash
29114 usepackage{graphicx}}{}
29115 \end_layout
29116
29117 \begin_layout Standard
29118 \begin_inset Note Greyedout
29119 status open
29120
29121 \begin_layout Plain Layout
29122
29123 \series bold
29124 Nota: 
29125 \series default
29126 Algunos visores DVI no pueden mostrar material rotado o escalado.
29127 \end_layout
29128
29129 \end_inset
29130
29131
29132 \end_layout
29133
29134 \begin_layout Standard
29135 \begin_inset Note Greyedout
29136 status open
29137
29138 \begin_layout Plain Layout
29139
29140 \series bold
29141 Nota:
29142 \series default
29143  Los cuadros rotados o escalados no pueden contener flotantes.
29144 \end_layout
29145
29146 \end_inset
29147
29148
29149 \end_layout
29150
29151 \begin_layout Subsection
29152 Cuadros rotados
29153 \begin_inset Index
29154 status collapsed
29155
29156 \begin_layout Plain Layout
29157 Cuadros ! Rotar
29158 \end_layout
29159
29160 \end_inset
29161
29162
29163 \begin_inset Index
29164 status collapsed
29165
29166 \begin_layout Plain Layout
29167 Material rotado
29168 \end_layout
29169
29170 \end_inset
29171
29172
29173 \begin_inset Index
29174 status collapsed
29175
29176 \begin_layout Plain Layout
29177 Figuras ! Rotar
29178 \end_layout
29179
29180 \end_inset
29181
29182
29183 \begin_inset Index
29184 status collapsed
29185
29186 \begin_layout Plain Layout
29187 Tablas ! Rotar
29188 \end_layout
29189
29190 \end_inset
29191
29192
29193 \end_layout
29194
29195 \begin_layout Standard
29196 Para rotar material debes ponerlo en un cuadro rotado.
29197  Los cuadros rotados se crean con el comando 
29198 \series bold
29199
29200 \backslash
29201 rotatebox
29202 \series default
29203  en código TeX, según el esquema:
29204 \end_layout
29205
29206 \begin_layout Standard
29207
29208 \series bold
29209
29210 \backslash
29211 rotatebox[origen de rotación]{ángulo de rotación}{contenido del cuadro}
29212 \end_layout
29213
29214 \begin_layout Standard
29215 El origen de rotación se especifica en la forma 
29216 \series bold
29217 origin=position
29218 \series default
29219 .
29220  Son posibles las posiciones siguientes: 
29221 \emph on
29222 c
29223 \emph default
29224  (center), 
29225 \emph on
29226 l
29227 \emph default
29228  (left), 
29229 \emph on
29230 r
29231 \emph default
29232  (right), 
29233 \emph on
29234 b
29235 \emph default
29236  (bottom), 
29237 \emph on
29238 t
29239 \emph default
29240  (top), así como combinaciones adecuadas de las posiciones básicas.
29241  Por ejemplo, 
29242 \emph on
29243 lt
29244 \emph default
29245  significa que el origen de rotación es la esquina superior izquierda del
29246  cuadro.
29247  Si no se especifica origen de rotación se usará la posición 
29248 \emph on
29249 l
29250 \emph default
29251 .
29252  El ángulo de rotación es un número de grados, y puede ser negativo.
29253  El sentido de giro es contrario al de las agujas del reloj.
29254 \end_layout
29255
29256 \begin_layout Standard
29257 En el siguiente ejemplo se ha insertado el comando 
29258 \series bold
29259
29260 \backslash
29261 rotatebox[origin=c]{60}{ 
29262 \series default
29263 como código TeX delante del texto «con rotación»; después del texto, el
29264  cuadro se ha cerrado con llave de cierre en código TeX.
29265 \end_layout
29266
29267 \begin_layout Standard
29268 Esta línea contiene texto 
29269 \begin_inset ERT
29270 status collapsed
29271
29272 \begin_layout Plain Layout
29273
29274
29275 \backslash
29276 rotatebox[origin=c]{60}{
29277 \end_layout
29278
29279 \end_inset
29280
29281 con rotación
29282 \begin_inset ERT
29283 status collapsed
29284
29285 \begin_layout Plain Layout
29286
29287 }
29288 \end_layout
29289
29290 \end_inset
29291
29292 .
29293 \end_layout
29294
29295 \begin_layout Standard
29296 El contenido del cuadro puede ser también otro cuadro o una ecuación en
29297  línea:
29298 \end_layout
29299
29300 \begin_layout Standard
29301 En esta línea hay texto enmarcado 
29302 \begin_inset ERT
29303 status collapsed
29304
29305 \begin_layout Plain Layout
29306
29307
29308 \backslash
29309 rotatebox[origin=r]{-60}{
29310 \end_layout
29311
29312 \end_inset
29313
29314
29315 \begin_inset Box Doublebox
29316 position "c"
29317 hor_pos "c"
29318 has_inner_box 0
29319 inner_pos "c"
29320 use_parbox 0
29321 width "1in"
29322 special "width"
29323 height "1in"
29324 height_special "totalheight"
29325 status open
29326
29327 \begin_layout Plain Layout
29328 con rotación
29329 \end_layout
29330
29331 \end_inset
29332
29333
29334 \begin_inset ERT
29335 status collapsed
29336
29337 \begin_layout Plain Layout
29338
29339 }
29340 \end_layout
29341
29342 \end_inset
29343
29344  y 
29345 \begin_inset ERT
29346 status collapsed
29347
29348 \begin_layout Plain Layout
29349
29350
29351 \backslash
29352 rotatebox[origin=lb]{60}{
29353 \end_layout
29354
29355 \end_inset
29356
29357
29358 \begin_inset Formula $\int A\,\mathrm{d}x=B$
29359 \end_inset
29360
29361
29362 \begin_inset ERT
29363 status collapsed
29364
29365 \begin_layout Plain Layout
29366
29367 }
29368 \end_layout
29369
29370 \end_inset
29371
29372  una ecuación.
29373 \end_layout
29374
29375 \begin_layout Standard
29376 O una imagen o una tabla:
29377 \end_layout
29378
29379 \begin_layout Standard
29380 Aquí hay una imagen girada 
29381 \begin_inset ERT
29382 status collapsed
29383
29384 \begin_layout Plain Layout
29385
29386
29387 \backslash
29388 rotatebox[origin=lb]{90}{
29389 \end_layout
29390
29391 \end_inset
29392
29393
29394 \begin_inset Graphics
29395         filename ../clipart/platypus.eps
29396         lyxscale 50
29397         width 25col%
29398
29399 \end_inset
29400
29401
29402 \begin_inset ERT
29403 status collapsed
29404
29405 \begin_layout Plain Layout
29406
29407 }
29408 \end_layout
29409
29410 \end_inset
29411
29412  y una tabla girada 
29413 \begin_inset ERT
29414 status collapsed
29415
29416 \begin_layout Plain Layout
29417
29418
29419 \backslash
29420 rotatebox[origin=l]{-90}{
29421 \end_layout
29422
29423 \end_inset
29424
29425
29426 \begin_inset Tabular
29427 <lyxtabular version="3" rows="2" columns="2">
29428 <features>
29429 <column alignment="center" valignment="top" width="0">
29430 <column alignment="center" valignment="top" width="0">
29431 <row>
29432 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
29433 \begin_inset Text
29434
29435 \begin_layout Plain Layout
29436 q
29437 \end_layout
29438
29439 \end_inset
29440 </cell>
29441 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
29442 \begin_inset Text
29443
29444 \begin_layout Plain Layout
29445 w
29446 \end_layout
29447
29448 \end_inset
29449 </cell>
29450 </row>
29451 <row>
29452 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
29453 \begin_inset Text
29454
29455 \begin_layout Plain Layout
29456 e
29457 \end_layout
29458
29459 \end_inset
29460 </cell>
29461 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
29462 \begin_inset Text
29463
29464 \begin_layout Plain Layout
29465 r
29466 \end_layout
29467
29468 \end_inset
29469 </cell>
29470 </row>
29471 </lyxtabular>
29472
29473 \end_inset
29474
29475
29476 \begin_inset ERT
29477 status collapsed
29478
29479 \begin_layout Plain Layout
29480
29481 }
29482 \end_layout
29483
29484 \end_inset
29485
29486
29487 \end_layout
29488
29489 \begin_layout Subsection
29490 Cuadros escalados
29491 \begin_inset Index
29492 status collapsed
29493
29494 \begin_layout Plain Layout
29495 Cuadros ! Escalar
29496 \end_layout
29497
29498 \end_inset
29499
29500
29501 \begin_inset Index
29502 status collapsed
29503
29504 \begin_layout Plain Layout
29505 Material escalado
29506 \end_layout
29507
29508 \end_inset
29509
29510
29511 \begin_inset Index
29512 status collapsed
29513
29514 \begin_layout Plain Layout
29515 Figuras ! Escalar
29516 \end_layout
29517
29518 \end_inset
29519
29520
29521 \begin_inset Index
29522 status collapsed
29523
29524 \begin_layout Plain Layout
29525 Tablas ! Escalar
29526 \end_layout
29527
29528 \end_inset
29529
29530
29531 \end_layout
29532
29533 \begin_layout Standard
29534 Para escalar material se pueden usar los comandos 
29535 \series bold
29536
29537 \backslash
29538 scalebox
29539 \series default
29540  y 
29541 \series bold
29542
29543 \backslash
29544 resizebox 
29545 \series default
29546 en código TeX.
29547 \end_layout
29548
29549 \begin_layout Standard
29550
29551 \series bold
29552
29553 \backslash
29554 scalebox
29555 \series default
29556  se usa con el esquema siguiente:
29557 \end_layout
29558
29559 \begin_layout Standard
29560
29561 \series bold
29562
29563 \backslash
29564 scalebox{horizontal}[vertical]{contenido del cuadro}
29565 \end_layout
29566
29567 \begin_layout Standard
29568 Horizontal y vertical son los factores de escala correspondientes.
29569  Si no se especifica factor vertical, su valor será el mismo que el factor
29570  de escala horizontal.
29571  
29572 \end_layout
29573
29574 \begin_layout Standard
29575 Por ejemplo, el comando 
29576 \series bold
29577
29578 \backslash
29579 scalebox{2}{Hola} 
29580 \series default
29581 crea un 
29582 \begin_inset ERT
29583 status collapsed
29584
29585 \begin_layout Plain Layout
29586
29587
29588 \backslash
29589 scalebox{2}{
29590 \end_layout
29591
29592 \end_inset
29593
29594 Hola
29595 \begin_inset ERT
29596 status collapsed
29597
29598 \begin_layout Plain Layout
29599
29600 }
29601 \end_layout
29602
29603 \end_inset
29604
29605  de doble tamaño que el texto normal del documento.
29606 \end_layout
29607
29608 \begin_layout Standard
29609 El comando 
29610 \series bold
29611
29612 \backslash
29613 scalebox{2}[1]{Hola} 
29614 \series default
29615 distorsiona el 
29616 \begin_inset ERT
29617 status collapsed
29618
29619 \begin_layout Plain Layout
29620
29621
29622 \backslash
29623 scalebox{2}[1]{
29624 \end_layout
29625
29626 \end_inset
29627
29628 Hola
29629 \begin_inset ERT
29630 status collapsed
29631
29632 \begin_layout Plain Layout
29633
29634 }
29635 \end_layout
29636
29637 \end_inset
29638
29639 .
29640 \end_layout
29641
29642 \begin_layout Standard
29643 Si un factor de escala es negativo el contenido del cuadro es reflejado.
29644  Por eso el comando 
29645 \series bold
29646
29647 \backslash
29648 scalebox{-1}[1]{Hola} 
29649 \series default
29650 puede usarse para reflejar un texto: 
29651 \begin_inset ERT
29652 status collapsed
29653
29654 \begin_layout Plain Layout
29655
29656
29657 \backslash
29658 scalebox{-1}[1]{
29659 \end_layout
29660
29661 \end_inset
29662
29663 Hola
29664 \begin_inset ERT
29665 status collapsed
29666
29667 \begin_layout Plain Layout
29668
29669 }
29670 \end_layout
29671
29672 \end_inset
29673
29674 .
29675 \end_layout
29676
29677 \begin_layout Standard
29678
29679 \series bold
29680
29681 \backslash
29682 scalebox{1}[-1]{Hola} 
29683 \series default
29684 refleja el 
29685 \begin_inset ERT
29686 status collapsed
29687
29688 \begin_layout Plain Layout
29689
29690
29691 \backslash
29692 scalebox{1}[-1]{
29693 \end_layout
29694
29695 \end_inset
29696
29697 Hola
29698 \begin_inset ERT
29699 status collapsed
29700
29701 \begin_layout Plain Layout
29702
29703 }
29704 \end_layout
29705
29706 \end_inset
29707
29708  sobre la base.
29709 \end_layout
29710
29711 \begin_layout Standard
29712 El comando 
29713 \series bold
29714
29715 \backslash
29716 scalebox{-1}[1]{contenido del cuadro} 
29717 \series default
29718 puede sustituirse por 
29719 \series bold
29720
29721 \begin_inset Newline newline
29722 \end_inset
29723
29724
29725 \backslash
29726 reflectbox{contenido del cuadro}
29727 \begin_inset VSpace defskip
29728 \end_inset
29729
29730
29731 \end_layout
29732
29733 \begin_layout Standard
29734 El comando 
29735 \series bold
29736
29737 \backslash
29738 resizebox
29739 \series default
29740  sirve para escalar el cuadro a una altura y anchura definidas, según el
29741  esquema:
29742 \end_layout
29743
29744 \begin_layout Standard
29745
29746 \series bold
29747
29748 \backslash
29749 resizebox{anchura}{altura}{contenido del cuadro}
29750 \end_layout
29751
29752 \begin_layout Standard
29753 Si uno de los argumentos del comando es un signo de exclamación, 
29754 \series bold
29755 !
29756 \series default
29757 , la escala se produce de forma que se mantiene la relación de las dimensiones
29758  originales del contenido del cuadro.
29759  
29760 \end_layout
29761
29762 \begin_layout Standard
29763 El comando 
29764 \series bold
29765
29766 \backslash
29767 resizebox{2cm}{1cm}{Hola}
29768 \series default
29769  genera: 
29770 \begin_inset ERT
29771 status collapsed
29772
29773 \begin_layout Plain Layout
29774
29775
29776 \backslash
29777 resizebox{2cm}{1cm}{
29778 \end_layout
29779
29780 \end_inset
29781
29782 Hola
29783 \begin_inset ERT
29784 status collapsed
29785
29786 \begin_layout Plain Layout
29787
29788 }
29789 \end_layout
29790
29791 \end_inset
29792
29793
29794 \begin_inset Newline newline
29795 \end_inset
29796
29797 El comando 
29798 \series bold
29799
29800 \backslash
29801 resizebox{2cm}{!}{Hola}
29802 \series default
29803  genera: 
29804 \begin_inset ERT
29805 status collapsed
29806
29807 \begin_layout Plain Layout
29808
29809
29810 \backslash
29811 resizebox{2cm}{!}{
29812 \end_layout
29813
29814 \end_inset
29815
29816 Hola
29817 \begin_inset ERT
29818 status collapsed
29819
29820 \begin_layout Plain Layout
29821
29822 }
29823 \end_layout
29824
29825 \end_inset
29826
29827
29828 \end_layout
29829
29830 \begin_layout Standard
29831 \begin_inset VSpace defskip
29832 \end_inset
29833
29834
29835 \end_layout
29836
29837 \begin_layout Standard
29838 \begin_inset Note Greyedout
29839 status open
29840
29841 \begin_layout Plain Layout
29842
29843 \series bold
29844 Nota: 
29845 \series default
29846 Si los argumentos de 
29847 \series bold
29848
29849 \backslash
29850 scalebox
29851 \series default
29852  o 
29853 \series bold
29854
29855 \backslash
29856 resizebox
29857 \series default
29858  son cero, no se generan errores de LaTeX al exportar el documento, pero
29859  puede suceder que la salida no se muestre o que sea incompleta.
29860  
29861 \end_layout
29862
29863 \end_inset
29864
29865
29866 \begin_inset VSpace defskip
29867 \end_inset
29868
29869
29870 \end_layout
29871
29872 \begin_layout Standard
29873 Los cuadros se pueden combinar en cualquier orden.
29874  Por ejemplo, el comando
29875 \series bold
29876
29877 \begin_inset Newline newline
29878 \end_inset
29879
29880
29881 \backslash
29882 rotatebox[origin=c]{-45}{
29883 \backslash
29884 resizebox{2cm}{!}{
29885 \backslash
29886 reflectbox{Hola}}}
29887 \begin_inset Newline newline
29888 \end_inset
29889
29890
29891 \series default
29892 genera:
29893 \end_layout
29894
29895 \begin_layout Standard
29896 \noindent
29897 \align center
29898 \begin_inset ERT
29899 status collapsed
29900
29901 \begin_layout Plain Layout
29902
29903
29904 \backslash
29905 rotatebox[origin=c]{-45}{
29906 \backslash
29907 resizebox{2cm}{!}{
29908 \backslash
29909 reflectbox{
29910 \end_layout
29911
29912 \end_inset
29913
29914 Hola
29915 \begin_inset ERT
29916 status collapsed
29917
29918 \begin_layout Plain Layout
29919
29920 }}}
29921 \end_layout
29922
29923 \end_inset
29924
29925
29926 \end_layout
29927
29928 \begin_layout Standard
29929 \noindent
29930 Un cuadro puede contener imágenes, tablas y ecuaciones en línea:
29931 \end_layout
29932
29933 \begin_layout Standard
29934 \noindent
29935
29936 \end_layout
29937
29938 \begin_layout Standard
29939 \align center
29940 \begin_inset ERT
29941 status collapsed
29942
29943 \begin_layout Plain Layout
29944
29945
29946 \backslash
29947 rotatebox[origin=c]{-30}{
29948 \backslash
29949 resizebox{2cm}{!}{
29950 \backslash
29951 reflectbox{
29952 \end_layout
29953
29954 \end_inset
29955
29956
29957 \begin_inset Graphics
29958         filename ../clipart/platypus.eps
29959         lyxscale 50
29960         width 25col%
29961
29962 \end_inset
29963
29964
29965 \begin_inset ERT
29966 status collapsed
29967
29968 \begin_layout Plain Layout
29969
29970 }}}
29971 \end_layout
29972
29973 \end_inset
29974
29975
29976 \begin_inset ERT
29977 status collapsed
29978
29979 \begin_layout Plain Layout
29980
29981
29982 \backslash
29983 rotatebox[origin=c]{-45}{
29984 \backslash
29985 resizebox{2cm}{!}{
29986 \backslash
29987 reflectbox{
29988 \end_layout
29989
29990 \end_inset
29991
29992
29993 \begin_inset Tabular
29994 <lyxtabular version="3" rows="2" columns="2">
29995 <features>
29996 <column alignment="center" valignment="top" width="0">
29997 <column alignment="center" valignment="top" width="0">
29998 <row>
29999 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
30000 \begin_inset Text
30001
30002 \begin_layout Plain Layout
30003 q
30004 \end_layout
30005
30006 \end_inset
30007 </cell>
30008 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
30009 \begin_inset Text
30010
30011 \begin_layout Plain Layout
30012 w
30013 \end_layout
30014
30015 \end_inset
30016 </cell>
30017 </row>
30018 <row>
30019 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
30020 \begin_inset Text
30021
30022 \begin_layout Plain Layout
30023 e
30024 \end_layout
30025
30026 \end_inset
30027 </cell>
30028 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
30029 \begin_inset Text
30030
30031 \begin_layout Plain Layout
30032 r
30033 \end_layout
30034
30035 \end_inset
30036 </cell>
30037 </row>
30038 </lyxtabular>
30039
30040 \end_inset
30041
30042
30043 \begin_inset ERT
30044 status collapsed
30045
30046 \begin_layout Plain Layout
30047
30048 }}}
30049 \end_layout
30050
30051 \end_inset
30052
30053
30054 \begin_inset ERT
30055 status collapsed
30056
30057 \begin_layout Plain Layout
30058
30059
30060 \backslash
30061 rotatebox[origin=c]{-45}{
30062 \backslash
30063 resizebox{2cm}{!}{
30064 \backslash
30065 reflectbox{
30066 \end_layout
30067
30068 \end_inset
30069
30070
30071 \begin_inset Formula $\int A\,\mathrm{d}x=B$
30072 \end_inset
30073
30074
30075 \begin_inset ERT
30076 status collapsed
30077
30078 \begin_layout Plain Layout
30079
30080 }}}
30081 \end_layout
30082
30083 \end_inset
30084
30085
30086 \end_layout
30087
30088 \begin_layout Standard
30089 Si se usa el estilo global 
30090 \series bold
30091 fleqn
30092 \series default
30093  para las ecuaciones del documento,
30094 \begin_inset Foot
30095 status collapsed
30096
30097 \begin_layout Plain Layout
30098 Si «fleqn» se añade a las opciones de clase del documento.
30099 \end_layout
30100
30101 \end_inset
30102
30103  también pueden escalarse las ecuaciones en estilo presentación.
30104 \end_layout
30105
30106 \begin_layout Chapter
30107 Archivo
30108 \begin_inset Index
30109 status collapsed
30110
30111 \begin_layout Plain Layout
30112 Archivo, insertar
30113 \end_layout
30114
30115 \end_inset
30116
30117
30118 \end_layout
30119
30120 \begin_layout Standard
30121 Con el menú 
30122 \family sans
30123 Insertar\SpecialChar \menuseparator
30124 Archivo 
30125 \family default
30126 se pueden insertar archivos externos en un documento.
30127  Estos pueden ser:
30128 \end_layout
30129
30130 \begin_layout Description
30131 Documento
30132 \begin_inset space ~
30133 \end_inset
30134
30135 LyX Otro documento LyX; su contenido se inserta directamente en tu documento.
30136 \end_layout
30137
30138 \begin_layout Description
30139 Texto
30140 \begin_inset space ~
30141 \end_inset
30142
30143 simple
30144 \begin_inset space ~
30145 \end_inset
30146
30147 como
30148 \begin_inset space ~
30149 \end_inset
30150
30151 líneas Un documento de texto; cada línea del mismo se inserta en tu documento
30152  como un nuevo párrafo.
30153 \end_layout
30154
30155 \begin_layout Description
30156 Texto
30157 \begin_inset space ~
30158 \end_inset
30159
30160 simple
30161 \begin_inset space ~
30162 \end_inset
30163
30164 como
30165 \begin_inset space ~
30166 \end_inset
30167
30168 párrafos Un documento de texto; cada línea del texto se inserta tal como
30169  está, formando un solo párrafo.
30170  Las líneas vacías generan un nuevo párrafo en tu documento.
30171 \end_layout
30172
30173 \begin_layout Description
30174 Material
30175 \begin_inset space ~
30176 \end_inset
30177
30178 externo Archivos en diversos formatos.
30179 \end_layout
30180
30181 \begin_layout Description
30182 Documento
30183 \begin_inset space ~
30184 \end_inset
30185
30186 hijo Documentos LyX, LaTeX o texto simple.
30187 \end_layout
30188
30189 \begin_layout Section
30190 Material externo
30191 \begin_inset Index
30192 status collapsed
30193
30194 \begin_layout Plain Layout
30195 Material externo
30196 \end_layout
30197
30198 \end_inset
30199
30200
30201 \end_layout
30202
30203 \begin_layout Standard
30204 Esta característica te permite insertar archivos en tu documento sin convertirlo
30205 s previamente a un formato legible en la salida, ya que LyX se ocupa de
30206  las necesarias conversiones.
30207  Esto es parecido a la inserción de imágenes en diversos formatos en los
30208  documentos LyX.
30209 \end_layout
30210
30211 \begin_layout Standard
30212 El material externo se puede insertar mediante el diálogo que surge a partir
30213  del menú 
30214 \family sans
30215 Insertar\SpecialChar \menuseparator
30216 Archivo\SpecialChar \menuseparator
30217 Material
30218 \begin_inset space ~
30219 \end_inset
30220
30221 externo
30222 \family default
30223 .
30224  Actualmente se permiten los siguientes tipos de archivo (
30225 \family sans
30226 Plantillas
30227 \family default
30228 ):
30229 \end_layout
30230
30231 \begin_layout Description
30232 Diagrama
30233 \begin_inset space ~
30234 \end_inset
30235
30236 de
30237 \begin_inset space ~
30238 \end_inset
30239
30240 ajedrez Esta plantilla soporta diagramas posicionales de ajedrez hechos
30241  con el programa 
30242 \series bold
30243
30244 \begin_inset CommandInset href
30245 LatexCommand href
30246 name "XBoard"
30247 target "http://en.wikipedia.org/wiki/XBoard"
30248
30249 \end_inset
30250
30251
30252 \series default
30253 .
30254 \end_layout
30255
30256 \begin_layout Description
30257 Fecha Esta inserta la fecha en el formato 
30258 \emph on
30259 Día-Mes-Año.
30260
30261 \emph default
30262  A continuación hay una fecha insertada como material externo: 
30263 \begin_inset External
30264         template Date
30265         filename ...
30266
30267 \end_inset
30268
30269
30270 \lang english
30271
30272 \begin_inset space ~
30273 \end_inset
30274
30275
30276 \begin_inset Note Note
30277 status open
30278
30279 \begin_layout Plain Layout
30280
30281 \lang english
30282 Remove the protected space when bug 4398 is fixed!
30283 \end_layout
30284
30285 \end_inset
30286
30287
30288 \lang spanish
30289
30290 \begin_inset Newline newline
30291 \end_inset
30292
30293 La fecha no se muestra en LyX, sólo en la salida.
30294  Hay otros dos métodos de insertar una fecha, con el menú 
30295 \family sans
30296 Insertar\SpecialChar \menuseparator
30297 Fecha
30298 \family default
30299  y con el comando LaTeX 
30300 \series bold
30301
30302 \backslash
30303 today
30304 \series default
30305  en código TeX.
30306  Los distintos métodos se comparan en la tabla
30307 \begin_inset space ~
30308 \end_inset
30309
30310
30311 \begin_inset CommandInset ref
30312 LatexCommand ref
30313 reference "tab:Comparación-de"
30314
30315 \end_inset
30316
30317 .
30318 \end_layout
30319
30320 \begin_layout Description
30321 LilyPond Esta plantilla sirve para tipografiar notación musical con el programa
30322 \begin_inset Newline linebreak
30323 \end_inset
30324
30325
30326 \series bold
30327
30328 \begin_inset CommandInset href
30329 LatexCommand href
30330 name "LilyPond"
30331 target "http://en.wikipedia.org/wiki/LilyPond"
30332
30333 \end_inset
30334
30335
30336 \series default
30337 .
30338 \end_layout
30339
30340 \begin_layout Description
30341 RasterImage Sirve para insertar imágenes bitmap.
30342  Casi todos los formatos populares de imágenes están soportados.
30343  Las imágenes se pueden tratar en el diálogo 
30344 \family sans
30345 Material Externo
30346 \family default
30347  como las que habitualmente se incluyen mediante el diálogo 
30348 \family sans
30349 Gráficos
30350 \family default
30351 , tal como se explica en la sección
30352 \begin_inset space ~
30353 \end_inset
30354
30355
30356 \begin_inset CommandInset ref
30357 LatexCommand ref
30358 reference "sec:Diálogo-Gráficos"
30359
30360 \end_inset
30361
30362 .
30363  La diferencia es que sólo se permiten imágenes bitmap, por tanto las imágenes
30364  PDF y EPS no están soportadas.
30365 \end_layout
30366
30367 \begin_layout Description
30368 XFig Esta plantilla soporta imágenes creadas con el programa 
30369 \series bold
30370
30371 \begin_inset CommandInset href
30372 LatexCommand href
30373 name "Xfig"
30374 target "http://en.wikipedia.org/wiki/Xfig"
30375
30376 \end_inset
30377
30378
30379 \series default
30380 .
30381 \end_layout
30382
30383 \begin_layout Standard
30384 \begin_inset Float table
30385 placement h
30386 wide false
30387 sideways false
30388 status open
30389
30390 \begin_layout Plain Layout
30391 \begin_inset Caption
30392
30393 \begin_layout Plain Layout
30394 \begin_inset CommandInset label
30395 LatexCommand label
30396 name "tab:Comparación-de"
30397
30398 \end_inset
30399
30400 Comparación de los métodos de inserción de fecha.
30401 \end_layout
30402
30403 \end_inset
30404
30405
30406 \end_layout
30407
30408 \begin_layout Plain Layout
30409 \align center
30410 \begin_inset Tabular
30411 <lyxtabular version="3" rows="4" columns="4">
30412 <features>
30413 <column alignment="center" valignment="top" width="0">
30414 <column alignment="center" valignment="top" width="0">
30415 <column alignment="center" valignment="top" width="0">
30416 <column alignment="center" valignment="top" width="0">
30417 <row>
30418 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
30419 \begin_inset Text
30420
30421 \begin_layout Plain Layout
30422 Tipo del Documento
30423 \end_layout
30424
30425 \end_inset
30426 </cell>
30427 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
30428 \begin_inset Text
30429
30430 \begin_layout Plain Layout
30431
30432 \family sans
30433 Material Externo\SpecialChar \menuseparator
30434 Fecha
30435 \end_layout
30436
30437 \end_inset
30438 </cell>
30439 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
30440 \begin_inset Text
30441
30442 \begin_layout Plain Layout
30443
30444 \family sans
30445 Insertar\SpecialChar \menuseparator
30446 Fecha
30447 \end_layout
30448
30449 \end_inset
30450 </cell>
30451 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
30452 \begin_inset Text
30453
30454 \begin_layout Plain Layout
30455 comando 
30456 \series bold
30457
30458 \backslash
30459 today
30460 \end_layout
30461
30462 \end_inset
30463 </cell>
30464 </row>
30465 <row>
30466 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
30467 \begin_inset Text
30468
30469 \begin_layout Plain Layout
30470 LyX
30471 \end_layout
30472
30473 \end_inset
30474 </cell>
30475 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
30476 \begin_inset Text
30477
30478 \begin_layout Plain Layout
30479 como cuadro
30480 \end_layout
30481
30482 \end_inset
30483 </cell>
30484 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
30485 \begin_inset Text
30486
30487 \begin_layout Plain Layout
30488 como fecha
30489 \end_layout
30490
30491 \end_inset
30492 </cell>
30493 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
30494 \begin_inset Text
30495
30496 \begin_layout Plain Layout
30497 como cuadro en código TeX
30498 \end_layout
30499
30500 \end_inset
30501 </cell>
30502 </row>
30503 <row>
30504 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
30505 \begin_inset Text
30506
30507 \begin_layout Plain Layout
30508 LaTeX
30509 \end_layout
30510
30511 \end_inset
30512 </cell>
30513 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
30514 \begin_inset Text
30515
30516 \begin_layout Plain Layout
30517 como fecha
30518 \end_layout
30519
30520 \end_inset
30521 </cell>
30522 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
30523 \begin_inset Text
30524
30525 \begin_layout Plain Layout
30526 como fecha
30527 \end_layout
30528
30529 \end_inset
30530 </cell>
30531 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
30532 \begin_inset Text
30533
30534 \begin_layout Plain Layout
30535 como comando
30536 \end_layout
30537
30538 \end_inset
30539 </cell>
30540 </row>
30541 <row>
30542 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
30543 \begin_inset Text
30544
30545 \begin_layout Plain Layout
30546 DVI, PDF, PS
30547 \end_layout
30548
30549 \end_inset
30550 </cell>
30551 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
30552 \begin_inset Text
30553
30554 \begin_layout Plain Layout
30555 como fecha
30556 \end_layout
30557
30558 \end_inset
30559 </cell>
30560 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
30561 \begin_inset Text
30562
30563 \begin_layout Plain Layout
30564 como fecha
30565 \end_layout
30566
30567 \end_inset
30568 </cell>
30569 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
30570 \begin_inset Text
30571
30572 \begin_layout Plain Layout
30573 como fecha
30574 \end_layout
30575
30576 \end_inset
30577 </cell>
30578 </row>
30579 </lyxtabular>
30580
30581 \end_inset
30582
30583
30584 \end_layout
30585
30586 \end_inset
30587
30588
30589 \end_layout
30590
30591 \begin_layout Standard
30592 Si utilizas la opción 
30593 \family sans
30594 Borrador
30595 \family default
30596  en la solapa 
30597 \family sans
30598 Archivo
30599 \family default
30600  del diálogo 
30601 \family sans
30602 Material Externo
30603 \family default
30604 , en el documento de salida sólo se muestra la ruta al archivo insertado.
30605 \family sans
30606
30607 \begin_inset Newline newline
30608 \end_inset
30609
30610
30611 \family default
30612 El material externo se muestra en LyX como un cuadro del tipo:
30613 \family sans
30614  
30615 \family default
30616
30617 \begin_inset Graphics
30618         filename clipart/MaterialExternoQt4.png
30619         scale 80
30620
30621 \end_inset
30622
30623  o como imagen, según la configuración elegida en la solapa 
30624 \family sans
30625 Vista
30626 \begin_inset space ~
30627 \end_inset
30628
30629 LyX 
30630 \family default
30631 del diálogo 
30632 \family sans
30633 Material Externo.
30634 \end_layout
30635
30636 \begin_layout Standard
30637 En el manual 
30638 \emph on
30639 Personalización
30640 \emph default
30641  se explica cómo definir tus propias plantillas.
30642 \end_layout
30643
30644 \begin_layout Section
30645 Documento hijo
30646 \begin_inset CommandInset label
30647 LatexCommand label
30648 name "sec:Documento-Hijo"
30649
30650 \end_inset
30651
30652
30653 \begin_inset Index
30654 status collapsed
30655
30656 \begin_layout Plain Layout
30657 Documento hijo
30658 \end_layout
30659
30660 \end_inset
30661
30662
30663 \end_layout
30664
30665 \begin_layout Standard
30666 Los documentos hijos se emplean en el caso de tener un documento extenso
30667  compuesto por varias partes o secciones más grandes.
30668  Para trabajar en este tipo de documentos es útil, y a veces obligado, dividirlo
30669  en varios archivos que pueden ser revisados por separado.
30670  Estos archivos se conocen como documentos hijos, y el llamado documento
30671  maestro los conecta con el fin de imprimirlos como un todo o por partes.
30672  
30673 \end_layout
30674
30675 \begin_layout Standard
30676 Los documentos incluidos como hijos se muestran en la pantalla de LyX como
30677  cuadros del tipo: 
30678 \begin_inset Graphics
30679         filename clipart/DocumentoHijoQt4.png
30680         scale 80
30681
30682 \end_inset
30683
30684 .
30685  Para incluir documentos hijos en un documento maestro utiliza el menú 
30686 \family sans
30687 Insertar
30688 \family default
30689 \SpecialChar \menuseparator
30690
30691 \family sans
30692 Archivo
30693 \family default
30694 \SpecialChar \menuseparator
30695
30696 \family sans
30697 Documento
30698 \begin_inset space ~
30699 \end_inset
30700
30701 hijo
30702 \family default
30703 .
30704  Surge un diálogo en el que puedes elegir entre cuatro métodos de inclusión:
30705 \end_layout
30706
30707 \begin_layout Description
30708 Incluir Puedes incluir documentos LyX y documentos LaTeX.
30709  Al pulsar el botón 
30710 \family sans
30711 Cargar
30712 \family default
30713  en el diálogo 
30714 \family sans
30715 Documento hijo
30716 \family default
30717 , los documentos incluidos se abrirán en una nueva solapa de archivo en
30718  la ventana de LyX y así puedes modificarlos si quieres.
30719 \end_layout
30720
30721 \begin_layout Standard
30722 Aquí hay un archivo insertado con el método 
30723 \family sans
30724 Incluir
30725 \family default
30726
30727 \begin_inset CommandInset include
30728 LatexCommand include
30729 filename "DocumentoPostizo1.lyx"
30730
30731 \end_inset
30732
30733
30734 \end_layout
30735
30736 \begin_layout Standard
30737 La numeración de secciones tiene en cuenta las secciones de los archivos
30738  incluidos en el orden en que están insertados en el documento maestro.
30739  El documento incluido de ejemplo tiene una subsección que se numera como
30740  subsección de la presente sección.
30741  Las etiquetas de los documentos incluidos se pueden referenciar: Subsección
30742 \begin_inset space ~
30743 \end_inset
30744
30745
30746 \begin_inset CommandInset ref
30747 LatexCommand ref
30748 reference "sub:Subsección-Externa-1"
30749
30750 \end_inset
30751
30752 .
30753 \end_layout
30754
30755 \begin_layout Standard
30756 El preámbulo del documento hijo se ignora, sólo se utiliza el preámbulo
30757  del documento maestro.
30758  Los documentos incluidos se insertan comenzando una página nueva y acabando
30759  con un salto de página.
30760 \end_layout
30761
30762 \begin_layout Standard
30763 Con el comando LaTeX 
30764 \series bold
30765
30766 \backslash
30767 includeonly
30768 \series default
30769  puedes determinar qué documentos hijos serán procesados al generar la salida.
30770  Esto es útil si, por ejemplo, estás trabajando sólo cierto capítulo de
30771  un extenso documento y quieres ahorrar tiempo de compilación.
30772  
30773 \series bold
30774
30775 \backslash
30776 includeonly 
30777 \series default
30778 se inserta en el preámbulo del documento maestro, poniendo como argumento
30779  una lista de los nombres de archivo separados con comas, p.
30780 \begin_inset space \thinspace{}
30781 \end_inset
30782
30783 e.
30784  la orden:
30785 \end_layout
30786
30787 \begin_layout Standard
30788
30789 \series bold
30790
30791 \backslash
30792 includeonly{capítulo1,capítulo5}
30793 \end_layout
30794
30795 \begin_layout Standard
30796 hará que sólo se procesen los archivos incluidos cuyos nombres son «capítulo1.lyx
30797 » (o «capítulo1.tex») y «capítulo5.lyx».
30798 \end_layout
30799
30800 \begin_layout Standard
30801 \begin_inset Note Greyedout
30802 status open
30803
30804 \begin_layout Plain Layout
30805
30806 \series bold
30807 Nota:
30808 \series default
30809  Si has incluido un archivo LyX o LaTeX cuya clase de documento es distinta
30810  a la del documento maestro, recibirás una advertencia al exportar/ver el
30811  documento, ya que esto podría dar resultados inesperados.
30812 \end_layout
30813
30814 \end_inset
30815
30816
30817 \end_layout
30818
30819 \begin_layout Description
30820 Entrada Este método es muy parecido al método 
30821 \family sans
30822 Incluir
30823 \family default
30824 .
30825  Las diferencias son:
30826 \end_layout
30827
30828 \begin_deeper
30829 \begin_layout Itemize
30830 Los archivos del tipo Entrada no comienzan en página nueva ni acaban con
30831  un salto de página.
30832 \end_layout
30833
30834 \begin_layout Itemize
30835 Los archivos del tipo Entrada se pueden visualizar en LyX si la 
30836 \family sans
30837 Vista
30838 \begin_inset space ~
30839 \end_inset
30840
30841 preliminar
30842 \begin_inset space ~
30843 \end_inset
30844
30845 inmediata 
30846 \family default
30847 está activada en el diálogo 
30848 \family sans
30849 Herramientas\SpecialChar \menuseparator
30850 Preferencias
30851 \family default
30852 , apartado 
30853 \family sans
30854 Apariencia\SpecialChar \menuseparator
30855 Gráficos
30856 \family default
30857 .
30858 \end_layout
30859
30860 \begin_layout Itemize
30861 No se puede utilizar el comando LaTeX 
30862 \series bold
30863
30864 \backslash
30865 includeonly
30866 \series default
30867 .
30868 \end_layout
30869
30870 \end_deeper
30871 \begin_layout Standard
30872 Aquí hay un documento hijo insertado con el método 
30873 \family sans
30874 Entrada
30875 \family default
30876 :
30877 \end_layout
30878
30879 \begin_layout Standard
30880 \begin_inset CommandInset include
30881 LatexCommand input
30882 filename "DocumentoPostizo2.lyx"
30883
30884 \end_inset
30885
30886
30887 \end_layout
30888
30889 \begin_layout Description
30890 Literal Con este método se puede incluir todo archivo de texto.
30891  El archivo aparece en la salida con su código fuente, y si contiene comandos
30892  no se ejecutan.
30893  Con la opción 
30894 \family sans
30895 Marcar espacios en la salida
30896 \family default
30897  cada espacio en el código fuente se muestra en la salida con el carácter
30898  «
30899 \begin_inset ERT
30900 status collapsed
30901
30902 \begin_layout Plain Layout
30903
30904
30905 \backslash
30906 textvisiblespace
30907 \end_layout
30908
30909 \end_inset
30910
30911 ».
30912  La diferencia con el método de inserción mediante el menú 
30913 \family sans
30914 Insertar
30915 \family default
30916 \SpecialChar \menuseparator
30917
30918 \family sans
30919 Archivo
30920 \family default
30921 \SpecialChar \menuseparator
30922
30923 \family sans
30924 Texto
30925 \begin_inset space ~
30926 \end_inset
30927
30928 simple
30929 \family default
30930  es que en este caso el contenido del archivo se ve en LyX, mientras que
30931  en modo 
30932 \family sans
30933 Literal 
30934 \family default
30935 no se muestra el contenido, sino un recuadro con el nombre.
30936
30937 \family sans
30938  
30939 \end_layout
30940
30941 \begin_layout Standard
30942 Aquí se inserta un documento hijo en modo Literal:
30943 \begin_inset CommandInset include
30944 LatexCommand verbatiminput
30945 filename "DocumentoTextoPostizo.txt"
30946
30947 \end_inset
30948
30949
30950 \begin_inset VSpace bigskip
30951 \end_inset
30952
30953
30954 \end_layout
30955
30956 \begin_layout Standard
30957 Aquí se inserta un documento hijo en modo Literal con la opción 
30958 \family sans
30959 Marcar espacios en la salida
30960 \family default
30961 :
30962 \begin_inset CommandInset include
30963 LatexCommand verbatiminput*
30964 filename "DocumentoTextoPostizo.txt"
30965
30966 \end_inset
30967
30968
30969 \begin_inset VSpace bigskip
30970 \end_inset
30971
30972
30973 \end_layout
30974
30975 \begin_layout Standard
30976 \begin_inset Note Greyedout
30977 status open
30978
30979 \begin_layout Plain Layout
30980
30981 \series bold
30982 Nota:
30983 \series default
30984  Como puedes ver en los ejemplos anteriores, el texto de los documentos
30985  incluidos en modo 
30986 \family sans
30987 literal
30988 \family default
30989  no contiene saltos de línea, a no ser que se incluyan expresamente en el
30990  archivo de texto.
30991 \end_layout
30992
30993 \end_inset
30994
30995
30996 \end_layout
30997
30998 \begin_layout Description
30999 Listado
31000 \begin_inset space ~
31001 \end_inset
31002
31003 de
31004 \begin_inset space ~
31005 \end_inset
31006
31007 programa Este tipo se describe en el capítulo
31008 \begin_inset space ~
31009 \end_inset
31010
31011
31012 \begin_inset CommandInset ref
31013 LatexCommand ref
31014 reference "cha:Listado-de-programa"
31015
31016 \end_inset
31017
31018 .
31019 \end_layout
31020
31021 \begin_layout Standard
31022 \begin_inset Note Greyedout
31023 status open
31024
31025 \begin_layout Plain Layout
31026
31027 \series bold
31028 Nota:
31029 \series default
31030  Incluir el mismo documento dos veces  con métodos diferentes podría causar
31031  problemas en LaTeX.
31032 \end_layout
31033
31034 \end_inset
31035
31036
31037 \end_layout
31038
31039 \begin_layout Chapter
31040 Listado de programa
31041 \begin_inset CommandInset label
31042 LatexCommand label
31043 name "cha:Listado-de-programa"
31044
31045 \end_inset
31046
31047
31048 \begin_inset Index
31049 status collapsed
31050
31051 \begin_layout Plain Layout
31052 Listado de programa
31053 \end_layout
31054
31055 \end_inset
31056
31057
31058 \begin_inset Index
31059 status collapsed
31060
31061 \begin_layout Plain Layout
31062 Listado de programa ! list@
31063 \emph on
31064 listings
31065 \end_layout
31066
31067 \end_inset
31068
31069
31070 \begin_inset Index
31071 status collapsed
31072
31073 \begin_layout Plain Layout
31074 Flotantes ! Listado de programa
31075 \end_layout
31076
31077 \end_inset
31078
31079
31080 \end_layout
31081
31082 \begin_layout Standard
31083 Para incluir y tipografiar código de programación puedes usar la opción
31084  de menú disponible en 
31085 \family sans
31086 Insertar\SpecialChar \menuseparator
31087 Listado
31088 \begin_inset space ~
31089 \end_inset
31090
31091 de
31092 \begin_inset space ~
31093 \end_inset
31094
31095 programa.
31096  
31097 \family default
31098 El paquete LaTeX 
31099 \series bold
31100 listings
31101 \series default
31102
31103 \begin_inset Index
31104 status collapsed
31105
31106 \begin_layout Plain Layout
31107 LaTeX-paquetes ! listings
31108 \end_layout
31109
31110 \end_inset
31111
31112  provee un mecanismo potente y flexible para insertar código fuente en tu
31113  documento.
31114 \end_layout
31115
31116 \begin_layout Standard
31117 Al hacer clic-derecho sobre un recuadro de listado surge un cuadro de diálogo
31118  en el que puedes establecer el formato del mismo.
31119 \end_layout
31120
31121 \begin_layout Standard
31122 Por omisión, al insertar un listado de programa se inicia un párrafo nuevo.
31123  La opción de ubicación 
31124 \family sans
31125 Listado
31126 \begin_inset space ~
31127 \end_inset
31128
31129 insertado
31130 \family default
31131  lo imprime en la línea, como este ejemplo: 
31132 \begin_inset listings
31133 lstparams "language={C++}"
31134 inline true
31135 status open
31136
31137 \begin_layout Plain Layout
31138
31139 int a=5;
31140 \end_layout
31141
31142 \end_inset
31143
31144
31145 \family sans
31146
31147 \begin_inset Newline newline
31148 \end_inset
31149
31150
31151 \family default
31152 La opción 
31153 \family sans
31154 Flotante
31155 \family default
31156  crea un listado flotante cuya colocación se puede especificar mediante
31157  las opciones «
31158 \family sans
31159 h
31160 \family default
31161 », «
31162 \family sans
31163 t
31164 \family default
31165 », «
31166 \family sans
31167 b
31168 \family default
31169 » y «
31170 \family sans
31171 p
31172 \family default
31173 », correspondientes a las opciones de colocación de flotantes descritas
31174  en la sección
31175 \family sans
31176
31177 \begin_inset space ~
31178 \end_inset
31179
31180
31181 \begin_inset CommandInset ref
31182 LatexCommand ref
31183 reference "sec:Colocación-de-Flotantes"
31184
31185 \end_inset
31186
31187
31188 \family default
31189 .
31190  Las opciones de colocación se pueden mezclar y se escriben sin separación,
31191  p.
31192 \family sans
31193
31194 \begin_inset space \thinspace{}
31195 \end_inset
31196
31197
31198 \family default
31199 e.
31200 \begin_inset space ~
31201 \end_inset
31202
31203 «
31204 \family sans
31205 htbp
31206 \family default
31207 ».
31208  La opción «
31209 \family sans
31210 h
31211 \family default
31212 » a veces no tiene efecto, pero no necesitas usar la opción 
31213 \family sans
31214 Flotante
31215 \family default
31216  en ese caso puesto que los listados de programa no flotantes también pueden
31217  tener leyendas y ser referenciadas.
31218 \end_layout
31219
31220 \begin_layout Standard
31221 Se puede añadir una leyenda a un listado de programa con el menú 
31222 \family sans
31223 Insertar\SpecialChar \menuseparator
31224 Leyenda
31225 \family default
31226
31227 \begin_inset Foot
31228 status open
31229
31230 \begin_layout Plain Layout
31231 Para traducir la etiqueta 
31232 \begin_inset Quotes eld
31233 \end_inset
31234
31235 Listado
31236 \begin_inset Quotes erd
31237 \end_inset
31238
31239  de la leyenda, se añade al preámbulo del documento el comando 
31240 \series bold
31241
31242 \backslash
31243 renewcommand{
31244 \backslash
31245 lstlistingname}{Listado}
31246 \series default
31247 .
31248  (
31249 \emph on
31250 N.
31251 \begin_inset space \thinspace{}
31252 \end_inset
31253
31254 del t.
31255 \emph default
31256 )
31257 \end_layout
31258
31259 \end_inset
31260
31261 .
31262  Los listados de programa se pueden referenciar como los flotantes: Listado
31263 \begin_inset space ~
31264 \end_inset
31265
31266
31267 \begin_inset CommandInset ref
31268 LatexCommand ref
31269 reference "lst:Ejemplo-de-listado-de-programa"
31270
31271 \end_inset
31272
31273
31274 \end_layout
31275
31276 \begin_layout Standard
31277 \begin_inset listings
31278 lstparams "language=Python"
31279 inline false
31280 status collapsed
31281
31282 \begin_layout Plain Layout
31283
31284 \begin_inset Caption
31285
31286 \begin_layout Plain Layout
31287 \begin_inset CommandInset label
31288 LatexCommand label
31289 name "lst:Ejemplo-de-listado-de-programa"
31290
31291 \end_inset
31292
31293 Ejemplo de listado de programa flotante
31294 \end_layout
31295
31296 \end_inset
31297
31298 # Ejemplo de listado flotante
31299 \end_layout
31300
31301 \begin_layout Plain Layout
31302
31303 def func(param):
31304 \end_layout
31305
31306 \begin_layout Plain Layout
31307
31308     'this is a python function'
31309 \end_layout
31310
31311 \begin_layout Plain Layout
31312
31313     pass
31314 \end_layout
31315
31316 \end_inset
31317
31318
31319 \end_layout
31320
31321 \begin_layout Standard
31322 Una vez que has escogido un lenguaje de programación en el cuadro de diálogo
31323  de listado de programa, las palabras clave de ese lenguaje serán reconocidas
31324  y tipografiadas de manera especial en la salida.
31325  En el ejemplo, la clave de Python «def» es reconocida y se imprimirá en
31326  negrita.
31327 \end_layout
31328
31329 \begin_layout Standard
31330 \begin_inset Note Greyedout
31331 status collapsed
31332
31333 \begin_layout Plain Layout
31334
31335 \series bold
31336 Nota:
31337 \series default
31338  Si no consigues caracteres en negrita cuando usas fuentes typewriter, se
31339  debe probablemente a que dicha fuente no suministra negritas.
31340  En este caso selecciona una fuente distinta en el menú 
31341 \family sans
31342 Documento
31343 \family default
31344 \SpecialChar \menuseparator
31345
31346 \family sans
31347 Configuración
31348 \family default
31349 \SpecialChar \menuseparator
31350
31351 \family sans
31352 Fuentes.
31353  
31354 \family default
31355 (Las fuentes 
31356 \emph on
31357 LuxiMono, BeraMono
31358 \emph default
31359  y 
31360 \emph on
31361 Courier 
31362 \emph default
31363 suministran negritas.)
31364 \end_layout
31365
31366 \end_inset
31367
31368
31369 \end_layout
31370
31371 \begin_layout Standard
31372 En la sección 
31373 \family sans
31374 Numeración
31375 \begin_inset space ~
31376 \end_inset
31377
31378 de
31379 \begin_inset space ~
31380 \end_inset
31381
31382 líneas
31383 \family default
31384  del diálogo puedes elegir el estilo de numeración de las líneas.
31385  En el campo 
31386 \family sans
31387 Paso 
31388 \family default
31389 puedes insertar un número para determinar qué líneas se numeran.
31390  Por ejemplo, si pones «3», se numera sólo una de cada tres líneas.
31391  
31392 \end_layout
31393
31394 \begin_layout Standard
31395 Además, puedes especificar un rango de líneas para que sólo éstas aparezcan
31396  en la salida.
31397  La opción 
31398 \family sans
31399 Tabla
31400 \begin_inset space ~
31401 \end_inset
31402
31403 de
31404 \begin_inset space ~
31405 \end_inset
31406
31407 caracteres
31408 \begin_inset space ~
31409 \end_inset
31410
31411 extendida
31412 \family default
31413  debería emplearse si se usan en el código caracteres nacionales como la
31414  diéresis alemana.
31415 \begin_inset Newline newline
31416 \end_inset
31417
31418 A continuación hay un ejemplo con numeración de líneas a la izquierda, paso
31419  «3», lenguaje «Python», opciones de estilo «Tabla de caracteres extendida»
31420  y «Espacio como símbolo», rango de líneas 3-8:
31421 \begin_inset listings
31422 lstparams "extendedchars=true,firstline=3,language=Python,lastline=8,numbers=left,showspaces=true,stepnumber=3"
31423 inline false
31424 status collapsed
31425
31426 \begin_layout Plain Layout
31427
31428 def func(param):
31429 \end_layout
31430
31431 \begin_layout Plain Layout
31432
31433     'this is a python function'
31434 \end_layout
31435
31436 \begin_layout Plain Layout
31437
31438     pass
31439 \end_layout
31440
31441 \begin_layout Plain Layout
31442
31443 def func(param):
31444 \end_layout
31445
31446 \begin_layout Plain Layout
31447
31448 'This is a German word: Tschüß'
31449 \end_layout
31450
31451 \begin_layout Plain Layout
31452
31453 pass
31454 \end_layout
31455
31456 \begin_layout Plain Layout
31457
31458 def func(param):
31459 \end_layout
31460
31461 \begin_layout Plain Layout
31462
31463 'this is a python function'
31464 \end_layout
31465
31466 \begin_layout Plain Layout
31467
31468 pass
31469 \end_layout
31470
31471 \end_inset
31472
31473
31474 \end_layout
31475
31476 \begin_layout Standard
31477 \begin_inset Note Greyedout
31478 status open
31479
31480 \begin_layout Plain Layout
31481
31482 \series bold
31483 Nota:
31484 \series default
31485  Debido a un error en el paquete 
31486 \series bold
31487 listings
31488 \series default
31489  la numeración de líneas cambia en una línea por cada listado previo.
31490  Por esto en el ejemplo de arriba se numeran las líneas 2 y 5 y no las líneas
31491  3 y 6.
31492 \end_layout
31493
31494 \end_inset
31495
31496
31497 \end_layout
31498
31499 \begin_layout Standard
31500 \begin_inset VSpace bigskip
31501 \end_inset
31502
31503
31504 \end_layout
31505
31506 \begin_layout Standard
31507 También es posible imprimir como listado de programa líneas de un archivo.
31508  Para hacer esto, usa el menú 
31509 \family sans
31510 Insertar\SpecialChar \menuseparator
31511 Archivo\SpecialChar \menuseparator
31512 Documento
31513 \begin_inset space ~
31514 \end_inset
31515
31516 hijo 
31517 \family default
31518 y elige el tipo 
31519 \family sans
31520 Listado de programa
31521 \family default
31522 .
31523 \begin_inset Foot
31524 status collapsed
31525
31526 \begin_layout Plain Layout
31527 Los restantes tipos de documento hijo se describen en la sección
31528 \begin_inset space ~
31529 \end_inset
31530
31531
31532 \begin_inset CommandInset ref
31533 LatexCommand ref
31534 reference "sec:Documento-Hijo"
31535
31536 \end_inset
31537
31538 .
31539 \end_layout
31540
31541 \end_inset
31542
31543  En el diálogo de documento hijo puedes especificar los parámetros del listado
31544  en el cuadro de texto.
31545  Para ver una lista de los parámetros disponibles teclea una interrogación
31546  «?» en el cuadro.
31547 \end_layout
31548
31549 \begin_layout Standard
31550 Para referenciar un documento hijo tipo listado, escribe el texto de la
31551  etiqueta en el campo correspondiente del diálogo de documento hijo.
31552  Después se puede referenciar la etiqueta con el menú 
31553 \family sans
31554 Insertar\SpecialChar \menuseparator
31555 Referencia cruzada.
31556 \end_layout
31557
31558 \begin_layout Standard
31559 A continuación hay un ejemplo, Listado
31560 \begin_inset space ~
31561 \end_inset
31562
31563
31564 \begin_inset CommandInset ref
31565 LatexCommand ref
31566 reference "lst:archivo-listado"
31567
31568 \end_inset
31569
31570 , de inserción de líneas de un archivo; en él se incluye el rango de las
31571  líneas 10
31572 \begin_inset space \thinspace{}
31573 \end_inset
31574
31575 -
31576 \begin_inset space \thinspace{}
31577 \end_inset
31578
31579 15 de este archivo LyX.
31580 \end_layout
31581
31582 \begin_layout Standard
31583 \begin_inset CommandInset include
31584 LatexCommand lstinputlisting
31585 filename "EmbeddedObjects.lyx"
31586 lstparams "breaklines=true,caption={Líneas  10 - 15 de este archivo LyX},firstline=10,label={lst:archivo-listado},language={[LaTeX]TeX},lastline=15"
31587
31588 \end_inset
31589
31590
31591 \begin_inset VSpace bigskip
31592 \end_inset
31593
31594
31595 \end_layout
31596
31597 \begin_layout Standard
31598 Las preferencias globales se pueden establecer en el diálogo 
31599 \family sans
31600 Documento\SpecialChar \menuseparator
31601 Configuración\SpecialChar \menuseparator
31602 Diseño
31603 \begin_inset space ~
31604 \end_inset
31605
31606 del
31607 \begin_inset space ~
31608 \end_inset
31609
31610 texto.
31611  
31612 \family default
31613 Para ver ahí una lista de las opciones disponibles, escribe una interrogación
31614  «?» en el campo de texto.
31615 \end_layout
31616
31617 \begin_layout Standard
31618 Para más información sobre el paquete 
31619 \series bold
31620 listings
31621 \series default
31622 , consulta su documentación
31623 \begin_inset space ~
31624 \end_inset
31625
31626
31627 \begin_inset CommandInset citation
31628 LatexCommand cite
31629 key "listings"
31630
31631 \end_inset
31632
31633 .
31634 \end_layout
31635
31636 \begin_layout Standard
31637 \begin_inset Newpage newpage
31638 \end_inset
31639
31640
31641 \end_layout
31642
31643 \begin_layout Chapter
31644 \start_of_appendix
31645 Unidades disponibles en LyX
31646 \begin_inset Index
31647 status collapsed
31648
31649 \begin_layout Plain Layout
31650 Unidades
31651 \end_layout
31652
31653 \end_inset
31654
31655
31656 \begin_inset CommandInset label
31657 LatexCommand label
31658 name "cha:Unidades-disponibles-en"
31659
31660 \end_inset
31661
31662
31663 \end_layout
31664
31665 \begin_layout Standard
31666 Para comprender las unidades utilizadas en este manual, el cuadro
31667 \begin_inset space ~
31668 \end_inset
31669
31670
31671 \begin_inset CommandInset ref
31672 LatexCommand ref
31673 reference "tab:Unidades"
31674
31675 \end_inset
31676
31677  describe todas las unidades disponibles en LyX.
31678 \end_layout
31679
31680 \begin_layout Standard
31681 \begin_inset Float table
31682 placement h
31683 wide false
31684 sideways false
31685 status open
31686
31687 \begin_layout Plain Layout
31688 \begin_inset Caption
31689
31690 \begin_layout Plain Layout
31691 \begin_inset CommandInset label
31692 LatexCommand label
31693 name "tab:Unidades"
31694
31695 \end_inset
31696
31697 Unidades
31698 \end_layout
31699
31700 \end_inset
31701
31702
31703 \end_layout
31704
31705 \begin_layout Plain Layout
31706 \begin_inset VSpace medskip
31707 \end_inset
31708
31709
31710 \end_layout
31711
31712 \begin_layout Plain Layout
31713 \align center
31714 \begin_inset Tabular
31715 <lyxtabular version="3" rows="20" columns="2">
31716 <features>
31717 <column alignment="center" valignment="top" width="0">
31718 <column alignment="center" valignment="top" width="0">
31719 <row>
31720 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
31721 \begin_inset Text
31722
31723 \begin_layout Plain Layout
31724 unidad
31725 \end_layout
31726
31727 \end_inset
31728 </cell>
31729 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
31730 \begin_inset Text
31731
31732 \begin_layout Plain Layout
31733 nombre/descripción
31734 \end_layout
31735
31736 \end_inset
31737 </cell>
31738 </row>
31739 <row>
31740 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
31741 \begin_inset Text
31742
31743 \begin_layout Plain Layout
31744 mm
31745 \end_layout
31746
31747 \end_inset
31748 </cell>
31749 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
31750 \begin_inset Text
31751
31752 \begin_layout Plain Layout
31753 milímetro
31754 \end_layout
31755
31756 \end_inset
31757 </cell>
31758 </row>
31759 <row>
31760 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
31761 \begin_inset Text
31762
31763 \begin_layout Plain Layout
31764 cm
31765 \end_layout
31766
31767 \end_inset
31768 </cell>
31769 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
31770 \begin_inset Text
31771
31772 \begin_layout Plain Layout
31773 centímetro
31774 \end_layout
31775
31776 \end_inset
31777 </cell>
31778 </row>
31779 <row>
31780 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
31781 \begin_inset Text
31782
31783 \begin_layout Plain Layout
31784 in
31785 \end_layout
31786
31787 \end_inset
31788 </cell>
31789 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
31790 \begin_inset Text
31791
31792 \begin_layout Plain Layout
31793 pulgada
31794 \end_layout
31795
31796 \end_inset
31797 </cell>
31798 </row>
31799 <row>
31800 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
31801 \begin_inset Text
31802
31803 \begin_layout Plain Layout
31804 pt
31805 \end_layout
31806
31807 \end_inset
31808 </cell>
31809 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
31810 \begin_inset Text
31811
31812 \begin_layout Plain Layout
31813 punto (72.27
31814 \begin_inset space \thinspace{}
31815 \end_inset
31816
31817 pt = 1
31818 \begin_inset space \thinspace{}
31819 \end_inset
31820
31821 in)
31822 \end_layout
31823
31824 \end_inset
31825 </cell>
31826 </row>
31827 <row>
31828 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
31829 \begin_inset Text
31830
31831 \begin_layout Plain Layout
31832 pc
31833 \end_layout
31834
31835 \end_inset
31836 </cell>
31837 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
31838 \begin_inset Text
31839
31840 \begin_layout Plain Layout
31841 pica (1
31842 \begin_inset space \thinspace{}
31843 \end_inset
31844
31845 pc = 12
31846 \begin_inset space \thinspace{}
31847 \end_inset
31848
31849 pt)
31850 \end_layout
31851
31852 \end_inset
31853 </cell>
31854 </row>
31855 <row>
31856 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
31857 \begin_inset Text
31858
31859 \begin_layout Plain Layout
31860 sp
31861 \end_layout
31862
31863 \end_inset
31864 </cell>
31865 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
31866 \begin_inset Text
31867
31868 \begin_layout Plain Layout
31869 punto escalado (65536
31870 \begin_inset space \thinspace{}
31871 \end_inset
31872
31873 sp = 1
31874 \begin_inset space \thinspace{}
31875 \end_inset
31876
31877 pt)
31878 \end_layout
31879
31880 \end_inset
31881 </cell>
31882 </row>
31883 <row>
31884 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
31885 \begin_inset Text
31886
31887 \begin_layout Plain Layout
31888 bp
31889 \end_layout
31890
31891 \end_inset
31892 </cell>
31893 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
31894 \begin_inset Text
31895
31896 \begin_layout Plain Layout
31897 punto grande (72
31898 \begin_inset space \thinspace{}
31899 \end_inset
31900
31901 bp = 1
31902 \begin_inset space \thinspace{}
31903 \end_inset
31904
31905 in)
31906 \end_layout
31907
31908 \end_inset
31909 </cell>
31910 </row>
31911 <row>
31912 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
31913 \begin_inset Text
31914
31915 \begin_layout Plain Layout
31916 dd
31917 \end_layout
31918
31919 \end_inset
31920 </cell>
31921 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
31922 \begin_inset Text
31923
31924 \begin_layout Plain Layout
31925 didot (1
31926 \begin_inset space \thinspace{}
31927 \end_inset
31928
31929 dd 
31930 \begin_inset Formula $\approx$
31931 \end_inset
31932
31933  0.376
31934 \begin_inset space \thinspace{}
31935 \end_inset
31936
31937 mm)
31938 \end_layout
31939
31940 \end_inset
31941 </cell>
31942 </row>
31943 <row>
31944 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
31945 \begin_inset Text
31946
31947 \begin_layout Plain Layout
31948 cc
31949 \end_layout
31950
31951 \end_inset
31952 </cell>
31953 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
31954 \begin_inset Text
31955
31956 \begin_layout Plain Layout
31957 cicero (1
31958 \begin_inset space \thinspace{}
31959 \end_inset
31960
31961 cc = 12
31962 \begin_inset space \thinspace{}
31963 \end_inset
31964
31965 dd)
31966 \end_layout
31967
31968 \end_inset
31969 </cell>
31970 </row>
31971 <row>
31972 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
31973 \begin_inset Text
31974
31975 \begin_layout Plain Layout
31976 Scale%
31977 \end_layout
31978
31979 \end_inset
31980 </cell>
31981 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
31982 \begin_inset Text
31983
31984 \begin_layout Plain Layout
31985 % de anchura original de la imagen
31986 \end_layout
31987
31988 \end_inset
31989 </cell>
31990 </row>
31991 <row>
31992 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
31993 \begin_inset Text
31994
31995 \begin_layout Plain Layout
31996 text%
31997 \end_layout
31998
31999 \end_inset
32000 </cell>
32001 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
32002 \begin_inset Text
32003
32004 \begin_layout Plain Layout
32005 % de anchura de texto
32006 \end_layout
32007
32008 \end_inset
32009 </cell>
32010 </row>
32011 <row>
32012 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
32013 \begin_inset Text
32014
32015 \begin_layout Plain Layout
32016 col%
32017 \end_layout
32018
32019 \end_inset
32020 </cell>
32021 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
32022 \begin_inset Text
32023
32024 \begin_layout Plain Layout
32025 % de anchura de columna
32026 \end_layout
32027
32028 \end_inset
32029 </cell>
32030 </row>
32031 <row>
32032 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
32033 \begin_inset Text
32034
32035 \begin_layout Plain Layout
32036 page%
32037 \end_layout
32038
32039 \end_inset
32040 </cell>
32041 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
32042 \begin_inset Text
32043
32044 \begin_layout Plain Layout
32045 % de anchura de página
32046 \end_layout
32047
32048 \end_inset
32049 </cell>
32050 </row>
32051 <row>
32052 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
32053 \begin_inset Text
32054
32055 \begin_layout Plain Layout
32056 line%
32057 \end_layout
32058
32059 \end_inset
32060 </cell>
32061 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
32062 \begin_inset Text
32063
32064 \begin_layout Plain Layout
32065 % de anchura de línea
32066 \end_layout
32067
32068 \end_inset
32069 </cell>
32070 </row>
32071 <row>
32072 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
32073 \begin_inset Text
32074
32075 \begin_layout Plain Layout
32076 theight%
32077 \end_layout
32078
32079 \end_inset
32080 </cell>
32081 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
32082 \begin_inset Text
32083
32084 \begin_layout Plain Layout
32085 % de altura de texto
32086 \end_layout
32087
32088 \end_inset
32089 </cell>
32090 </row>
32091 <row>
32092 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
32093 \begin_inset Text
32094
32095 \begin_layout Plain Layout
32096 pheight%
32097 \end_layout
32098
32099 \end_inset
32100 </cell>
32101 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
32102 \begin_inset Text
32103
32104 \begin_layout Plain Layout
32105 % de altura de página
32106 \end_layout
32107
32108 \end_inset
32109 </cell>
32110 </row>
32111 <row>
32112 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
32113 \begin_inset Text
32114
32115 \begin_layout Plain Layout
32116 ex
32117 \end_layout
32118
32119 \end_inset
32120 </cell>
32121 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
32122 \begin_inset Text
32123
32124 \begin_layout Plain Layout
32125 altura de la letra 
32126 \emph on
32127 x
32128 \emph default
32129  en la fuente actual
32130 \end_layout
32131
32132 \end_inset
32133 </cell>
32134 </row>
32135 <row>
32136 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
32137 \begin_inset Text
32138
32139 \begin_layout Plain Layout
32140 em
32141 \end_layout
32142
32143 \end_inset
32144 </cell>
32145 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
32146 \begin_inset Text
32147
32148 \begin_layout Plain Layout
32149 anchura de la letra 
32150 \emph on
32151 M
32152 \emph default
32153  en la fuente actual
32154 \end_layout
32155
32156 \end_inset
32157 </cell>
32158 </row>
32159 <row>
32160 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
32161 \begin_inset Text
32162
32163 \begin_layout Plain Layout
32164 mu
32165 \end_layout
32166
32167 \end_inset
32168 </cell>
32169 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
32170 \begin_inset Text
32171
32172 \begin_layout Plain Layout
32173 unidad matemática (1
32174 \begin_inset space \thinspace{}
32175 \end_inset
32176
32177 mu = 1/18
32178 \begin_inset space \thinspace{}
32179 \end_inset
32180
32181 em)
32182 \end_layout
32183
32184 \end_inset
32185 </cell>
32186 </row>
32187 </lyxtabular>
32188
32189 \end_inset
32190
32191
32192 \end_layout
32193
32194 \end_inset
32195
32196
32197 \end_layout
32198
32199 \begin_layout Chapter
32200 Formatos de archivos de salida con gráficos
32201 \begin_inset CommandInset label
32202 LatexCommand label
32203 name "cha:Formatos-de-Archivos-de-Salida"
32204
32205 \end_inset
32206
32207
32208 \end_layout
32209
32210 \begin_layout Section
32211 DVI
32212 \begin_inset Index
32213 status collapsed
32214
32215 \begin_layout Plain Layout
32216 Formatos de archivo ! DVI
32217 \end_layout
32218
32219 \end_inset
32220
32221
32222 \begin_inset Index
32223 status collapsed
32224
32225 \begin_layout Plain Layout
32226 DVI|see
32227 \begin_inset ERT
32228 status collapsed
32229
32230 \begin_layout Plain Layout
32231
32232 {
32233 \end_layout
32234
32235 \end_inset
32236
32237 Formatos de archivo
32238 \begin_inset ERT
32239 status collapsed
32240
32241 \begin_layout Plain Layout
32242
32243 }
32244 \end_layout
32245
32246 \end_inset
32247
32248
32249 \end_layout
32250
32251 \end_inset
32252
32253
32254 \end_layout
32255
32256 \begin_layout Standard
32257 Este tipo de archivo tiene la extensión «
32258 \family typewriter
32259 .dvi
32260 \family default
32261 ».
32262  Se denomina «device-independent» (DVI), porque es completamente portable;
32263  se pueden mover de una máquina a otra sin necesidad de conversión alguna.
32264  En la época en que se desarrolló este formato, esto no era un asunto baladí.
32265  Los DVI se usan para vistas preliminares rápidas y como preparación para
32266  otros formatos de salida como PostScript.
32267 \end_layout
32268
32269 \begin_layout Standard
32270 \begin_inset Note Greyedout
32271 status open
32272
32273 \begin_layout Plain Layout
32274
32275 \series bold
32276 Nota:
32277 \series default
32278  Los archivos DVI no contienen imágenes, sino enlaces a ellas.
32279 \end_layout
32280
32281 \end_inset
32282
32283  Por tanto no debes olvidar esto si mueves archivos 
32284 \family typewriter
32285 .dvi
32286 \family default
32287  a otro ordenador.
32288  Esta característica también puede retardar la visualización del archivo,
32289  porque el visor DVI tiene que convertir la imagen en segundo plano para
32290  hacerla visible al deslizar el visor.
32291  Así pues recomendamos usar PDF para archivos con muchas imágenes.
32292 \end_layout
32293
32294 \begin_layout Standard
32295 Un documento se exporta a DVI con el menú 
32296 \family sans
32297 Archivo\SpecialChar \menuseparator
32298 Exportar\SpecialChar \menuseparator
32299 DVI
32300 \family default
32301 .
32302  Puedes ver la salida del documento en DVI con el menú 
32303 \family sans
32304 Ver\SpecialChar \menuseparator
32305 DVI 
32306 \family default
32307 o con el botón
32308 \begin_inset space ~
32309 \end_inset
32310
32311
32312 \begin_inset Graphics
32313         filename ../../images/buffer-view_dvi.png
32314         scale 85
32315
32316 \end_inset
32317
32318 .
32319 \end_layout
32320
32321 \begin_layout Section
32322 PostScript
32323 \begin_inset CommandInset label
32324 LatexCommand label
32325 name "sec:PostScript"
32326
32327 \end_inset
32328
32329
32330 \begin_inset Index
32331 status collapsed
32332
32333 \begin_layout Plain Layout
32334 Formatos de archivo ! PostScript
32335 \end_layout
32336
32337 \end_inset
32338
32339
32340 \begin_inset Index
32341 status collapsed
32342
32343 \begin_layout Plain Layout
32344 PostScript|see
32345 \begin_inset ERT
32346 status collapsed
32347
32348 \begin_layout Plain Layout
32349
32350 {
32351 \end_layout
32352
32353 \end_inset
32354
32355 Formatos de archivo
32356 \begin_inset ERT
32357 status collapsed
32358
32359 \begin_layout Plain Layout
32360
32361 }
32362 \end_layout
32363
32364 \end_inset
32365
32366
32367 \end_layout
32368
32369 \end_inset
32370
32371
32372 \end_layout
32373
32374 \begin_layout Standard
32375 Este tipo de archivo tiene la extensión «
32376 \family typewriter
32377 .ps
32378 \family default
32379 ».
32380  PostScript fue desarrollado por la compañía 
32381 \family typewriter
32382 Adobe
32383 \family default
32384  como lenguaje para impresoras.
32385  Por eso estos archivos contienen comandos que usa la impresora para imprimirlos.
32386  PostScript puede considerarse como un «lenguaje de programación»; con él
32387  puedes calcular y dibujar imágenes y diagramas.
32388 \begin_inset Foot
32389 status collapsed
32390
32391 \begin_layout Plain Layout
32392 Si estás interesado en este tema acude al paquete LaTeX 
32393 \series bold
32394 PSTricks
32395 \series default
32396  
32397 \begin_inset CommandInset citation
32398 LatexCommand cite
32399 key "pstricks"
32400
32401 \end_inset
32402
32403 .
32404 \end_layout
32405
32406 \end_inset
32407
32408  Por esto los archivos suelen ser más grandes que los PDF.
32409 \end_layout
32410
32411 \begin_layout Standard
32412 Los archivos PostScript sólo pueden contener imágenes en el formato «Encapsulate
32413 d PostScript» (EPS, extensión «
32414 \family typewriter
32415 .eps
32416 \family default
32417 »).
32418  Como LyX permite usar cualquier formato de imagen conocido, tiene que trabajar
32419  en segundo plano para convertir las imágenes a EPS.
32420  Si por ejemplo, el documento tiene 50 imágenes, LyX ha de hacer 50 conversiones
32421  cada vez que veas o exportes el documento.
32422  Esto ralentizará mucho el trabajo, así que si piensas usar PostScript,
32423  puedes evitar el problema insertando las imágenes directamente en EPS.
32424 \end_layout
32425
32426 \begin_layout Standard
32427 El documento se puede exportar a PostScript con el menú 
32428 \family sans
32429 Archivo\SpecialChar \menuseparator
32430 Exportar\SpecialChar \menuseparator
32431 Postscript
32432 \family default
32433 .
32434  Se puede ver la salida en PostScript con el menú 
32435 \family sans
32436 Ver\SpecialChar \menuseparator
32437 Postscript 
32438 \family default
32439 o con el botón
32440 \begin_inset space ~
32441 \end_inset
32442
32443
32444 \begin_inset Graphics
32445         filename ../../images/buffer-view_ps.png
32446
32447 \end_inset
32448
32449 .
32450 \end_layout
32451
32452 \begin_layout Section
32453 PDF
32454 \begin_inset CommandInset label
32455 LatexCommand label
32456 name "sec:PDF"
32457
32458 \end_inset
32459
32460
32461 \begin_inset Index
32462 status collapsed
32463
32464 \begin_layout Plain Layout
32465 Formatos de archivo ! PDF
32466 \end_layout
32467
32468 \end_inset
32469
32470
32471 \begin_inset Index
32472 status collapsed
32473
32474 \begin_layout Plain Layout
32475 PDF
32476 \end_layout
32477
32478 \end_inset
32479
32480
32481 \end_layout
32482
32483 \begin_layout Standard
32484 Este tipo de archivo tiene la extensión «
32485 \family typewriter
32486 .pdf
32487 \family default
32488 ».
32489  El formato «Portable Document Format» (PDF) fue desarrollado por 
32490 \family typewriter
32491 Adobe
32492 \family default
32493  como derivado de PostScript.
32494  Es más comprimido y utiliza muchos menos comandos que PostScript.
32495  Como su nombre «portable» indica, puede ser procesado por cualquier sistema
32496  operativo y la salida impresa se muestra exactamente igual.
32497 \end_layout
32498
32499 \begin_layout Standard
32500 PDF puede contener imágenes en su propio formato PDF, en el formato «Joint
32501  Photographic Experts Group» (JPG, extensión «
32502 \family typewriter
32503 .jpg
32504 \family default
32505 » o «
32506 \family typewriter
32507 .jpeg
32508 \family default
32509 »), y en el formato «Portable Network Graphics» (PNG, extensión «
32510 \family typewriter
32511 .png
32512 \family default
32513 »).
32514  Aunque puedes poner cualquier otro formato de imagen, porque LyX los convierte
32515  en segundo plano a alguno de los anteriores.
32516  Pero como se ha comentado en la sección sobre PostScript, la conversión
32517  de gráficos ralentiza el trabajo.
32518  Por tanto se recomienda utilizar alguno de los tres formatos de imagen
32519  mencionados.
32520 \end_layout
32521
32522 \begin_layout Standard
32523 Un documento se puede exportar a PDF con el menú 
32524 \family sans
32525 Archivo\SpecialChar \menuseparator
32526 Exportar
32527 \family default
32528  en tres modos diferentes:
32529 \end_layout
32530
32531 \begin_layout Description
32532 PDF
32533 \begin_inset space ~
32534 \end_inset
32535
32536 (ps2pdf) Este utiliza el programa 
32537 \family typewriter
32538 ps2pdf
32539 \family default
32540  que crea un PDF a partir de una versión PostScript del archivo.
32541  La versión PostScript es producida por el programa 
32542 \family typewriter
32543 dvips
32544 \family default
32545  que usa una versión DVI como paso intermedio.
32546  Así que este modo de exportación consta de tres conversiones.
32547 \end_layout
32548
32549 \begin_layout Description
32550 PDF
32551 \begin_inset space ~
32552 \end_inset
32553
32554 (dvipdfm) Este utiliza el programa 
32555 \family typewriter
32556 dvipdfm
32557 \family default
32558  que convierte el archivo a DVI en segundo plano y en un segundo paso a
32559  PDF.
32560 \end_layout
32561
32562 \begin_layout Description
32563 PDF
32564 \begin_inset space ~
32565 \end_inset
32566
32567 (pdflatex) Este utiliza el programa 
32568 \family typewriter
32569 pdftex
32570 \family default
32571  que convierte directamente el archivo a PDF.
32572 \end_layout
32573
32574 \begin_layout Standard
32575 Se recomienda usar 
32576 \family sans
32577 PDF
32578 \begin_inset space ~
32579 \end_inset
32580
32581 (pdflatex)
32582 \family default
32583  porque 
32584 \family typewriter
32585 pdftex
32586 \family default
32587  soporta todas las características de las versiones actuales de PDF, es
32588  rápido y estable.
32589  El programa 
32590 \family typewriter
32591 dvipdfm
32592 \family default
32593  ya no se desarrolla y está un poco obsoleto.
32594 \end_layout
32595
32596 \begin_layout Standard
32597 La salida en formato PDF se puede ver con el menú 
32598 \family sans
32599 Ver 
32600 \family default
32601 o con el botón
32602 \begin_inset space ~
32603 \end_inset
32604
32605
32606 \begin_inset Graphics
32607         filename ../../images/buffer-view_pdf2.png
32608         scale 85
32609
32610 \end_inset
32611
32612  (que usa 
32613 \family sans
32614 PDF
32615 \begin_inset space ~
32616 \end_inset
32617
32618 (pdflatex)
32619 \family default
32620 ).
32621 \end_layout
32622
32623 \begin_layout Chapter
32624 Explicación de la ecuación
32625 \begin_inset space ~
32626 \end_inset
32627
32628
32629 \begin_inset CommandInset ref
32630 LatexCommand eqref
32631 reference "eq:Wgn"
32632
32633 \end_inset
32634
32635
32636 \begin_inset CommandInset label
32637 LatexCommand label
32638 name "cha:Explicación-de-la-Ecuación"
32639
32640 \end_inset
32641
32642
32643 \end_layout
32644
32645 \begin_layout Standard
32646 La anchura total de 
32647 \emph on
32648 n
32649 \emph default
32650  celdas de una tabla 
32651 \begin_inset Formula $W_{\mathrm{tot\, n}}$
32652 \end_inset
32653
32654  puede calcularse con
32655 \end_layout
32656
32657 \begin_layout Standard
32658 \begin_inset Formula \begin{equation}
32659 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}
32660
32661 \end_inset
32662
32663
32664 \end_layout
32665
32666 \begin_layout Standard
32667 donde 
32668 \begin_inset Formula $W_{g\, n}$
32669 \end_inset
32670
32671  es el ancho dado de todas las celdas.
32672  
32673 \series bold
32674
32675 \backslash
32676 tabcolsep
32677 \series default
32678  es la longitud LaTeX entre el texto y el borde de la celda, 6
32679 \begin_inset space \thinspace{}
32680 \end_inset
32681
32682 pt por omisión.
32683  
32684 \series bold
32685
32686 \backslash
32687 arrayrulewidth
32688 \series default
32689  es el grosor de línea del borde, 0.4
32690 \begin_inset space \thinspace{}
32691 \end_inset
32692
32693 pt por omisión.
32694 \end_layout
32695
32696 \begin_layout Standard
32697 Procediendo como en la ecuación
32698 \begin_inset space ~
32699 \end_inset
32700
32701
32702 \begin_inset CommandInset ref
32703 LatexCommand eqref
32704 reference "eq:Wtot_n"
32705
32706 \end_inset
32707
32708 , el ancho total de una multicolumna, 
32709 \begin_inset Formula $W_{\mathrm{tot\, mult}}$
32710 \end_inset
32711
32712  es
32713 \end_layout
32714
32715 \begin_layout Standard
32716 \begin_inset Formula \begin{equation}
32717 W_{\mathrm{tot\, mult}}=W_{g\,\mathrm{mult}}+2\cdot\backslash\mbox{tabcolsep}+2\cdot\backslash\mbox{arrayrulewidth}\label{eq:Wtot_mult}\end{equation}
32718
32719 \end_inset
32720
32721
32722 \end_layout
32723
32724 \begin_layout Standard
32725 Igualando las ecuaciones
32726 \begin_inset space ~
32727 \end_inset
32728
32729
32730 \begin_inset CommandInset ref
32731 LatexCommand eqref
32732 reference "eq:Wtot_n"
32733
32734 \end_inset
32735
32736  y 
32737 \begin_inset CommandInset ref
32738 LatexCommand eqref
32739 reference "eq:Wtot_mult"
32740
32741 \end_inset
32742
32743  podemos calcular el ancho dado necesario 
32744 \begin_inset Formula $W_{g\, n}$
32745 \end_inset
32746
32747  cuando se expanden 
32748 \emph on
32749 n
32750 \emph default
32751  columnas, de forma que cada una de ellas tiene una anchura total  
32752 \begin_inset Formula $W_{\mathrm{tot\, mult}}/n$
32753 \end_inset
32754
32755 :
32756 \end_layout
32757
32758 \begin_layout Standard
32759 \begin_inset Formula \begin{equation}
32760 W_{g\, n}=(W_{g\,\mathrm{mult}}+(1-n)\cdot(2\cdot\backslash\mbox{tabcolsep}+\backslash\mbox{arrayrulewidth}))/n\end{equation}
32761
32762 \end_inset
32763
32764
32765 \end_layout
32766
32767 \begin_layout Bibliography
32768 \begin_inset CommandInset bibitem
32769 LatexCommand bibitem
32770 key "latexcompanion"
32771
32772 \end_inset
32773
32774 Frank Mittelbach and Michel Goossens: 
32775 \emph on
32776 The LaTeX Companion Second Edition.
32777
32778 \emph default
32779  Addison-Wesley, 2004
32780 \end_layout
32781
32782 \begin_layout Bibliography
32783 \begin_inset CommandInset bibitem
32784 LatexCommand bibitem
32785 key "latexguide"
32786
32787 \end_inset
32788
32789 Helmut Kopka and Patrick W.
32790  Daly: 
32791 \emph on
32792 A Guide to LaTeX Fourth Edition.
32793
32794 \emph default
32795  Addison-Wesley, 2003
32796 \end_layout
32797
32798 \begin_layout Bibliography
32799 \begin_inset CommandInset bibitem
32800 LatexCommand bibitem
32801 key "latexbook"
32802
32803 \end_inset
32804
32805 Leslie Lamport: 
32806 \emph on
32807 LaTeX: A Document Preparation System.
32808
32809 \emph default
32810  Addison-Wesley, second edition, 1994
32811 \end_layout
32812
32813 \begin_layout Bibliography
32814 \begin_inset CommandInset bibitem
32815 LatexCommand bibitem
32816 key "booktabs"
32817
32818 \end_inset
32819
32820 Documentación del paquete LaTeX 
32821 \series bold
32822
32823 \begin_inset CommandInset href
32824 LatexCommand href
32825 name "booktabs"
32826 target "ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/booktabs/booktabs.pdf"
32827
32828 \end_inset
32829
32830
32831 \series default
32832
32833 \begin_inset Index
32834 status collapsed
32835
32836 \begin_layout Plain Layout
32837 LaTeX-paquetes ! booktabs
32838 \end_layout
32839
32840 \end_inset
32841
32842
32843 \end_layout
32844
32845 \begin_layout Bibliography
32846 \begin_inset CommandInset bibitem
32847 LatexCommand bibitem
32848 key "caption"
32849
32850 \end_inset
32851
32852 Documentación del paquete LaTeX 
32853 \series bold
32854
32855 \begin_inset CommandInset href
32856 LatexCommand href
32857 name "caption"
32858 target "ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/caption/caption.pdf"
32859
32860 \end_inset
32861
32862
32863 \series default
32864
32865 \begin_inset Index
32866 status collapsed
32867
32868 \begin_layout Plain Layout
32869 LaTeX-paquetes ! caption
32870 \end_layout
32871
32872 \end_inset
32873
32874
32875 \end_layout
32876
32877 \begin_layout Bibliography
32878 \begin_inset CommandInset bibitem
32879 LatexCommand bibitem
32880 key "endfloat"
32881
32882 \end_inset
32883
32884 Documentación del paquete LaTeX 
32885 \series bold
32886
32887 \begin_inset CommandInset href
32888 LatexCommand href
32889 name "endfloat"
32890 target "ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/endfloat/endfloat.pdf"
32891
32892 \end_inset
32893
32894
32895 \series default
32896
32897 \begin_inset Index
32898 status collapsed
32899
32900 \begin_layout Plain Layout
32901 LaTeX-paquetes ! endfloat
32902 \end_layout
32903
32904 \end_inset
32905
32906
32907 \end_layout
32908
32909 \begin_layout Bibliography
32910 \begin_inset CommandInset bibitem
32911 LatexCommand bibitem
32912 key "wrapfig"
32913
32914 \end_inset
32915
32916 Documentación del paquete LaTeX 
32917 \series bold
32918
32919 \begin_inset CommandInset href
32920 LatexCommand href
32921 name "wrapfig"
32922 target "ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/wrapfig/wrapfig.sty"
32923
32924 \end_inset
32925
32926
32927 \series default
32928
32929 \begin_inset Index
32930 status collapsed
32931
32932 \begin_layout Plain Layout
32933 LaTeX-paquetes ! wrapfig
32934 \begin_inset ERT
32935 status collapsed
32936
32937 \begin_layout Plain Layout
32938
32939
32940 \backslash
32941 vspace{4mm}
32942 \end_layout
32943
32944 \end_inset
32945
32946
32947 \end_layout
32948
32949 \end_inset
32950
32951
32952 \end_layout
32953
32954 \begin_layout Bibliography
32955 \begin_inset CommandInset bibitem
32956 LatexCommand bibitem
32957 key "footmisc"
32958
32959 \end_inset
32960
32961 Documentación del paquete LaTeX 
32962 \series bold
32963
32964 \begin_inset CommandInset href
32965 LatexCommand href
32966 name "footmisc"
32967 target "ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/footmisc/footmisc.pdf"
32968
32969 \end_inset
32970
32971
32972 \series default
32973
32974 \begin_inset Index
32975 status collapsed
32976
32977 \begin_layout Plain Layout
32978 LaTeX-paquetes ! footmisc
32979 \end_layout
32980
32981 \end_inset
32982
32983
32984 \end_layout
32985
32986 \begin_layout Bibliography
32987 \begin_inset CommandInset bibitem
32988 LatexCommand bibitem
32989 key "hypcap"
32990
32991 \end_inset
32992
32993 Documentación del paquete LaTeX 
32994 \series bold
32995
32996 \begin_inset CommandInset href
32997 LatexCommand href
32998 name "hypcap"
32999 target "http://www.ctan.org/tex-archive/macros/latex/contrib/oberdiek/hypcap.pdf"
33000
33001 \end_inset
33002
33003
33004 \series default
33005
33006 \begin_inset Index
33007 status collapsed
33008
33009 \begin_layout Plain Layout
33010 LaTeX-paquetes ! hyperref
33011 \end_layout
33012
33013 \end_inset
33014
33015
33016 \end_layout
33017
33018 \begin_layout Bibliography
33019 \begin_inset CommandInset bibitem
33020 LatexCommand bibitem
33021 key "hyperref"
33022
33023 \end_inset
33024
33025 Documentación del paquete LaTeX 
33026 \series bold
33027
33028 \begin_inset CommandInset href
33029 LatexCommand href
33030 name "hyperref"
33031 target "ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/hyperref/hyperref.pdf"
33032
33033 \end_inset
33034
33035
33036 \series default
33037
33038 \begin_inset Index
33039 status collapsed
33040
33041 \begin_layout Plain Layout
33042 LaTeX-paquetes ! hyperref
33043 \end_layout
33044
33045 \end_inset
33046
33047
33048 \end_layout
33049
33050 \begin_layout Bibliography
33051 \begin_inset CommandInset bibitem
33052 LatexCommand bibitem
33053 key "koma-script"
33054
33055 \end_inset
33056
33057 Documentación del paquete LaTeX 
33058 \series bold
33059
33060 \begin_inset CommandInset href
33061 LatexCommand href
33062 name "koma-script"
33063 target "ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/koma-script/scrguien.pdf"
33064
33065 \end_inset
33066
33067
33068 \series default
33069
33070 \begin_inset Index
33071 status collapsed
33072
33073 \begin_layout Plain Layout
33074 LaTeX-paquetes ! koma-script
33075 \end_layout
33076
33077 \end_inset
33078
33079
33080 \end_layout
33081
33082 \begin_layout Bibliography
33083 \begin_inset CommandInset bibitem
33084 LatexCommand bibitem
33085 key "listings"
33086
33087 \end_inset
33088
33089 Documentación del paquete LaTeX 
33090 \series bold
33091
33092 \begin_inset CommandInset href
33093 LatexCommand href
33094 name "listings"
33095 target "ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/listings/listings.pdf"
33096
33097 \end_inset
33098
33099
33100 \series default
33101
33102 \begin_inset Index
33103 status collapsed
33104
33105 \begin_layout Plain Layout
33106 LaTeX-paquetes ! listings
33107 \end_layout
33108
33109 \end_inset
33110
33111
33112 \end_layout
33113
33114 \begin_layout Bibliography
33115 \begin_inset CommandInset bibitem
33116 LatexCommand bibitem
33117 key "marginnote"
33118
33119 \end_inset
33120
33121 Documentación del paquete LaTeX 
33122 \series bold
33123
33124 \begin_inset CommandInset href
33125 LatexCommand href
33126 name "marginnote"
33127 target "ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/marginnote/marginnote.pdf"
33128
33129 \end_inset
33130
33131
33132 \series default
33133
33134 \begin_inset Index
33135 status collapsed
33136
33137 \begin_layout Plain Layout
33138 LaTeX-paquetes ! marginnote
33139 \end_layout
33140
33141 \end_inset
33142
33143
33144 \end_layout
33145
33146 \begin_layout Bibliography
33147 \begin_inset CommandInset bibitem
33148 LatexCommand bibitem
33149 key "pstricks"
33150
33151 \end_inset
33152
33153 Página web del paquete LaTeX 
33154 \series bold
33155
33156 \begin_inset CommandInset href
33157 LatexCommand href
33158 name "PSTricks"
33159 target "http://tug.org/PSTricks/"
33160
33161 \end_inset
33162
33163
33164 \series default
33165
33166 \begin_inset Index
33167 status collapsed
33168
33169 \begin_layout Plain Layout
33170 LaTeX-paquetes ! PSTricks
33171 \end_layout
33172
33173 \end_inset
33174
33175
33176 \end_layout
33177
33178 \begin_layout Bibliography
33179 \begin_inset CommandInset bibitem
33180 LatexCommand bibitem
33181 key "sidecap"
33182
33183 \end_inset
33184
33185 Documentación del paquete LaTeX 
33186 \series bold
33187
33188 \begin_inset CommandInset href
33189 LatexCommand href
33190 name "sidecap"
33191 target "ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/sidecap/sidecap.pdf"
33192
33193 \end_inset
33194
33195
33196 \series default
33197
33198 \begin_inset Index
33199 status collapsed
33200
33201 \begin_layout Plain Layout
33202 LaTeX-paquetes ! sidecap
33203 \end_layout
33204
33205 \end_inset
33206
33207
33208 \end_layout
33209
33210 \begin_layout Bibliography
33211 \begin_inset CommandInset bibitem
33212 LatexCommand bibitem
33213 key "NewInLyX16"
33214
33215 \end_inset
33216
33217
33218 \begin_inset CommandInset href
33219 LatexCommand href
33220 name "Página wiki"
33221 target "http://wiki.lyx.org/LyX/NewInLyX16"
33222
33223 \end_inset
33224
33225  sobre características nuevas para la versión 
33226 \family sans
33227 LyX
33228 \begin_inset space ~
33229 \end_inset
33230
33231 1.6.0
33232 \family default
33233 .
33234 \end_layout
33235
33236 \begin_layout Standard
33237 \begin_inset CommandInset index_print
33238 LatexCommand printindex
33239
33240 \end_inset
33241
33242
33243 \end_layout
33244
33245 \begin_layout Standard
33246 \begin_inset FloatList figure
33247
33248 \end_inset
33249
33250
33251 \end_layout
33252
33253 \begin_layout Standard
33254 \begin_inset FloatList table
33255
33256 \end_inset
33257
33258
33259 \end_layout
33260
33261 \begin_layout Standard
33262 \begin_inset ERT
33263 status open
33264
33265 \begin_layout Plain Layout
33266
33267
33268 \backslash
33269 listof{algorithm}{Lista de algoritmos}
33270 \end_layout
33271
33272 \end_inset
33273
33274
33275 \begin_inset Note Note
33276 status collapsed
33277
33278 \begin_layout Plain Layout
33279 Véase la sección
33280 \begin_inset space ~
33281 \end_inset
33282
33283
33284 \begin_inset CommandInset ref
33285 LatexCommand ref
33286 reference "sub:Algoritmos-Flotantes"
33287
33288 \end_inset
33289
33290  para una descripción.
33291 \end_layout
33292
33293 \end_inset
33294
33295
33296 \end_layout
33297
33298 \end_body
33299 \end_document