]> git.lyx.org Git - lyx.git/blob - lib/doc/es/EmbeddedObjects.lyx
- EmbeddedObjects.lyx: more work on 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 Standard
23105 \begin_inset VSpace bigskip
23106 \end_inset
23107
23108 Si usas el botón de la barra de herramientas 
23109 \begin_inset Graphics
23110         filename ../../images/note-insert.png
23111         scale 85
23112
23113 \end_inset
23114
23115  para insertar notas, se inserta una 
23116 \family sans
23117 Nota
23118 \begin_inset space ~
23119 \end_inset
23120
23121 LyX
23122 \family default
23123 .
23124  Puedes cambiar entre los cinco tipos de nota con clic-derecho sobre el
23125  recuadro.
23126  
23127 \family roman
23128 \series medium
23129 \bar no
23130 Si quieres convertir un texto presente a nota, márcalo y pincha sobre el
23131  botón de herramienta 
23132 \family sans
23133 \series default
23134 \bar default
23135 Nota
23136 \family default
23137 .
23138  Para cambiar una nota a texto, pulsa la tecla 
23139 \family sans
23140 Retroceso
23141 \family default
23142  cuando el cursor está en la primera posición de una nota, o la tecla 
23143 \family sans
23144 Supr
23145 \family default
23146  cuando el cursor está en la última posición de la nota, respectivamente.
23147 \end_layout
23148
23149 \begin_layout Standard
23150 \begin_inset VSpace bigskip
23151 \end_inset
23152
23153 Se puede cambiar el color del 
23154 \family sans
23155 Resaltado en gris
23156 \family default
23157  poniendo en el preámbulo el comando:
23158 \end_layout
23159
23160 \begin_layout Standard
23161
23162 \series bold
23163
23164 \backslash
23165 renewenvironment{lyxgreyedout}
23166 \begin_inset Newline newline
23167 \end_inset
23168
23169
23170 \begin_inset ERT
23171 status collapsed
23172
23173 \begin_layout Plain Layout
23174
23175
23176 \backslash
23177 hphantom{ }
23178 \end_layout
23179
23180 \end_inset
23181
23182 {
23183 \backslash
23184 textcolor{color}
23185 \backslash
23186 bgroup}{
23187 \backslash
23188 egroup}
23189 \end_layout
23190
23191 \begin_layout Standard
23192 Los colores disponibles y el método para definir nuestros propios colores
23193  se explica en la sección
23194 \begin_inset space ~
23195 \end_inset
23196
23197
23198 \begin_inset CommandInset ref
23199 LatexCommand ref
23200 reference "sec:Tablas-Coloreadas"
23201
23202 \end_inset
23203
23204 .
23205 \end_layout
23206
23207 \begin_layout Standard
23208 Las notas en azul en este documento se han hecho con notas del tipo 
23209 \family sans
23210 Resaltado en gris
23211 \family default
23212  pero definiendo el color del texto en azul.
23213 \end_layout
23214
23215 \begin_layout Section
23216 Notas al pie
23217 \begin_inset CommandInset label
23218 LatexCommand label
23219 name "sec:Notas-al-pie"
23220
23221 \end_inset
23222
23223
23224 \begin_inset Index
23225 status collapsed
23226
23227 \begin_layout Plain Layout
23228 Notas ! al pie
23229 \end_layout
23230
23231 \end_inset
23232
23233
23234 \begin_inset Index
23235 status collapsed
23236
23237 \begin_layout Plain Layout
23238 Notas al pie
23239 \end_layout
23240
23241 \end_inset
23242
23243
23244 \end_layout
23245
23246 \begin_layout Standard
23247 Las notas al pie se insertan con el botón 
23248 \begin_inset Graphics
23249         filename ../../images/footnote-insert.png
23250         scale 85
23251
23252 \end_inset
23253
23254  o el menú 
23255 \family sans
23256 Insertar\SpecialChar \menuseparator
23257 Nota
23258 \begin_inset space ~
23259 \end_inset
23260
23261 al
23262 \begin_inset space ~
23263 \end_inset
23264
23265 pie
23266 \family default
23267 .
23268  
23269 \family roman
23270 \series medium
23271 \bar no
23272 Aparece un recuadro como este:
23273 \family default
23274 \series default
23275 \bar default
23276  
23277 \begin_inset Graphics
23278         filename clipart/notapieQt4.png
23279         scale 80
23280
23281 \end_inset
23282
23283  
23284 \family roman
23285 \series medium
23286 \bar no
23287 donde puedes introducir el texto.
23288  Si quieres convertir un texto existente en nota al pie, márcalo y pincha
23289  sobre el
23290 \family default
23291 \series default
23292 \bar default
23293  
23294 \family roman
23295 \series medium
23296 \bar no
23297 botón
23298 \family default
23299 \series default
23300 \bar default
23301 .
23302  Para cambiar una nota al pie a texto, pulsa la tecla 
23303 \family sans
23304 Retroceso
23305 \family default
23306  cuando el cursor está en la primera posición de la nota al pie, o la tecla
23307  
23308 \family sans
23309 Supr
23310 \family default
23311  cuando el cursor está en la última posición de la nota, respectivamente.
23312 \end_layout
23313
23314 \begin_layout Standard
23315 Aquí hay un ejemplo de nota al pie:
23316 \family roman
23317 \series medium
23318 \bar no
23319
23320 \begin_inset Foot
23321 status open
23322
23323 \begin_layout Plain Layout
23324 \begin_inset CommandInset label
23325 LatexCommand label
23326 name "pie:Esto-es-una"
23327
23328 \end_inset
23329
23330 Ejemplo de nota al pie.
23331 \end_layout
23332
23333 \end_inset
23334
23335
23336 \family default
23337 \series default
23338 \bar default
23339
23340 \begin_inset ERT
23341 status collapsed
23342
23343 \begin_layout Plain Layout
23344
23345
23346 \backslash
23347 newcounter{MyRepeatFoot}
23348 \end_layout
23349
23350 \begin_layout Plain Layout
23351
23352
23353 \backslash
23354 setcounter{MyRepeatFoot}{
23355 \backslash
23356 thefootnote}
23357 \end_layout
23358
23359 \end_inset
23360
23361
23362 \end_layout
23363
23364 \begin_layout Standard
23365 En la salida, el pie se muestra como número voladito en el lugar del texto
23366  donde se coloca el recuadro.
23367  El texto se coloca al final de la página actual.
23368  Los números de las notas son calculados por LaTeX, y son consecutivos.
23369  Si comienza o no el recuento en cada capítulo depende de la clase de documento.
23370 \end_layout
23371
23372 \begin_layout Standard
23373 Las notas al pie pueden referenciarse como flotantes: inserta una etiqueta
23374  en la nota y pon una referencia cruzada a esa etiqueta en el texto como
23375  se describe en la sección
23376 \begin_inset space ~
23377 \end_inset
23378
23379
23380 \begin_inset CommandInset ref
23381 LatexCommand ref
23382 reference "sec:Referencias-a-Flotantes"
23383
23384 \end_inset
23385
23386 .
23387 \begin_inset Newline newline
23388 \end_inset
23389
23390 Esto es una referencia cruzada a la Nota al pie
23391 \begin_inset space ~
23392 \end_inset
23393
23394
23395 \begin_inset CommandInset ref
23396 LatexCommand ref
23397 reference "pie:Esto-es-una"
23398
23399 \end_inset
23400
23401 .
23402 \begin_inset Newline newline
23403 \end_inset
23404
23405
23406 \begin_inset Note Greyedout
23407 status open
23408
23409 \begin_layout Plain Layout
23410
23411 \series bold
23412 Nota:
23413 \series default
23414  LyX no suministra prefijos para etiquetas en notas al pie, así que has
23415  de insertar un prefijo, p.
23416 \begin_inset space \thinspace{}
23417 \end_inset
23418
23419 e.
23420 \begin_inset space ~
23421 \end_inset
23422
23423 «
23424 \family sans
23425 pie:
23426 \family default
23427 » manualmente cuando quieras usar el estilo 
23428 \family sans
23429 Referencia
23430 \begin_inset space ~
23431 \end_inset
23432
23433 con
23434 \begin_inset space ~
23435 \end_inset
23436
23437 formato
23438 \family default
23439 .
23440 \end_layout
23441
23442 \end_inset
23443
23444
23445 \end_layout
23446
23447 \begin_layout Standard
23448 \begin_inset VSpace defskip
23449 \end_inset
23450
23451 Para poner notas al pie en tablas, tienes que usar minipáginas, ver sección
23452 \begin_inset space ~
23453 \end_inset
23454
23455
23456 \begin_inset CommandInset ref
23457 LatexCommand ref
23458 reference "sec:Minipáginas"
23459
23460 \end_inset
23461
23462 .
23463  Los pies en tablas largas en la sección
23464 \begin_inset space ~
23465 \end_inset
23466
23467
23468 \begin_inset CommandInset ref
23469 LatexCommand ref
23470 reference "sub:Notas-al-pie-en-Tablas-Largas"
23471
23472 \end_inset
23473
23474 .
23475 \end_layout
23476
23477 \begin_layout Standard
23478 \begin_inset VSpace defskip
23479 \end_inset
23480
23481 Para crear sólo una marca para una nota al pie, puedes usar el comando 
23482 \series bold
23483
23484 \backslash
23485 footnotemark[número]
23486 \series default
23487  en código TeX.
23488  Esto se emplea si tienes la misma anotación varias veces en el texto pero
23489  no quieres imprimir el pie cada vez.
23490 \begin_inset Newline newline
23491 \end_inset
23492
23493 Como no sabes el número del pie que se repite mientras escribes el texto,
23494  tienes que guardarlo.
23495  Para el siguiente ejemplo de marca de pie, se han insertado estos comandos
23496  en código TeX detrás de Nota
23497 \begin_inset space ~
23498 \end_inset
23499
23500 al
23501 \begin_inset space ~
23502 \end_inset
23503
23504 pie
23505 \begin_inset space ~
23506 \end_inset
23507
23508
23509 \begin_inset CommandInset ref
23510 LatexCommand ref
23511 reference "pie:Esto-es-una"
23512
23513 \end_inset
23514
23515  para guardar el número de pie:
23516 \end_layout
23517
23518 \begin_layout Standard
23519
23520 \series bold
23521
23522 \backslash
23523 newcounter{MyRepeatFoot}
23524 \begin_inset Newline newline
23525 \end_inset
23526
23527
23528 \backslash
23529 setcounter{MyRepeatFoot}{
23530 \backslash
23531 thefootnote}
23532 \end_layout
23533
23534 \begin_layout Standard
23535 La marca de pie se crea entonces con el comando:
23536 \end_layout
23537
23538 \begin_layout Standard
23539
23540 \series bold
23541
23542 \backslash
23543 footnotemark[
23544 \backslash
23545 theMyRepeatFoot]
23546 \end_layout
23547
23548 \begin_layout Standard
23549 Aquí hay un ejemplo de marca de pie:
23550 \family roman
23551 \series medium
23552 \bar no
23553
23554 \begin_inset ERT
23555 status collapsed
23556
23557 \begin_layout Plain Layout
23558
23559
23560 \backslash
23561 footnotemark[
23562 \backslash
23563 theMyRepeatFoot]
23564 \end_layout
23565
23566 \end_inset
23567
23568
23569 \end_layout
23570
23571 \begin_layout Subsection
23572 Numeración de notas al pie
23573 \begin_inset CommandInset label
23574 LatexCommand label
23575 name "sub:Numeración-de-Notas-al-Pie"
23576
23577 \end_inset
23578
23579
23580 \begin_inset Index
23581 status collapsed
23582
23583 \begin_layout Plain Layout
23584 Notas al pie ! Numeración
23585 \end_layout
23586
23587 \end_inset
23588
23589
23590 \end_layout
23591
23592 \begin_layout Standard
23593 Para reiniciar el número de pie a 1 en cada sección añade este 
23594 \family roman
23595 comando en el preámbulo:
23596 \end_layout
23597
23598 \begin_layout Standard
23599
23600 \series bold
23601
23602 \backslash
23603 @addtoreset{footnote}{section}
23604 \end_layout
23605
23606 \begin_layout Standard
23607 \begin_inset VSpace bigskip
23608 \end_inset
23609
23610 El siguiente comando en el preámbulo cambia el estilo de numeración del
23611  pie a números romanos en minúsculas:
23612 \end_layout
23613
23614 \begin_layout Standard
23615
23616 \series bold
23617
23618 \backslash
23619 renewcommand{
23620 \backslash
23621 thefootnote}{
23622 \backslash
23623 roman{footnote}}
23624 \end_layout
23625
23626 \begin_layout Standard
23627 \begin_inset ERT
23628 status collapsed
23629
23630 \begin_layout Plain Layout
23631
23632
23633 \backslash
23634 renewcommand{
23635 \backslash
23636 thefootnote}{
23637 \backslash
23638 roman{footnote}}
23639 \end_layout
23640
23641 \end_inset
23642
23643  Nota al pie en números romanos:
23644 \begin_inset Foot
23645 status open
23646
23647 \begin_layout Plain Layout
23648 Ejemplo de nota al pie en números romanos.
23649 \end_layout
23650
23651 \end_inset
23652
23653
23654 \begin_inset ERT
23655 status collapsed
23656
23657 \begin_layout Plain Layout
23658
23659
23660 \backslash
23661 renewcommand{
23662 \backslash
23663 thefootnote}{
23664 \backslash
23665 arabic{footnote}}
23666 \end_layout
23667
23668 \end_inset
23669
23670
23671 \end_layout
23672
23673 \begin_layout Standard
23674 Para cambiar el estilo de número a romanos en mayúscula cambia el comando
23675  
23676 \series bold
23677
23678 \backslash
23679 roman
23680 \series default
23681  por 
23682 \series bold
23683
23684 \backslash
23685 Roman
23686 \series default
23687 .
23688  Para ordenar las notas al pie con letras mayúsculas o minúsculas usa 
23689 \series bold
23690
23691 \backslash
23692 Alph
23693 \series default
23694  o 
23695 \series bold
23696
23697 \backslash
23698 alph
23699 \series default
23700 , respectivamente.
23701  Para ordenar las notas al pie con símbolos usa 
23702 \series bold
23703
23704 \backslash
23705 fnsymbol
23706 \series default
23707 .
23708 \end_layout
23709
23710 \begin_layout Standard
23711 \begin_inset Note Greyedout
23712 status open
23713
23714 \begin_layout Plain Layout
23715
23716 \series bold
23717 Nota:
23718 \series default
23719  sólo puedes ordenar hasta 26 pies con letras, porque está limitado a letras
23720  simples.
23721 \end_layout
23722
23723 \end_inset
23724
23725
23726 \begin_inset Newline newline
23727 \end_inset
23728
23729
23730 \begin_inset Note Greyedout
23731 status open
23732
23733 \begin_layout Plain Layout
23734
23735 \series bold
23736 Nota:
23737 \series default
23738  sólo puedes ordenar hasta 9 pies con símbolos.
23739 \end_layout
23740
23741 \end_inset
23742
23743
23744 \end_layout
23745
23746 \begin_layout Standard
23747 Para volver al estilo de numeración predeterminado cuando has cambiado a
23748  otro estilo, usa 
23749 \series bold
23750
23751 \backslash
23752 arabic
23753 \series default
23754  en vez de 
23755 \series bold
23756
23757 \backslash
23758 roman
23759 \series default
23760  en el comando anterior.
23761 \begin_inset ERT
23762 status collapsed
23763
23764 \begin_layout Plain Layout
23765
23766
23767 \backslash
23768 renewcommand{
23769 \backslash
23770 thefootnote}{
23771 \backslash
23772 arabic{footnote}}
23773 \end_layout
23774
23775 \end_inset
23776
23777
23778 \end_layout
23779
23780 \begin_layout Standard
23781 \begin_inset VSpace bigskip
23782 \end_inset
23783
23784
23785 \end_layout
23786
23787 \begin_layout Standard
23788 Si quieres numerar notas al pie en el esquema «capítulo.nota», añade el siguiente
23789  comando al preámbulo del documento:
23790 \end_layout
23791
23792 \begin_layout Standard
23793
23794 \series bold
23795
23796 \backslash
23797 numberwithin{footnote}{chapter}
23798 \end_layout
23799
23800 \begin_layout Standard
23801 Para poder usar el comando 
23802 \series bold
23803
23804 \backslash
23805 numberwithin
23806 \series default
23807 , marca la opción 
23808 \family sans
23809 Usar
23810 \family default
23811
23812 \begin_inset space ~
23813 \end_inset
23814
23815
23816 \family sans
23817 el
23818 \family default
23819
23820 \begin_inset space ~
23821 \end_inset
23822
23823
23824 \family sans
23825 paquete
23826 \family default
23827
23828 \begin_inset space ~
23829 \end_inset
23830
23831
23832 \family sans
23833 AMS
23834 \family default
23835  en la solapa 
23836 \family sans
23837 Ecuaciones
23838 \family default
23839  de la configuración del documento.
23840 \end_layout
23841
23842 \begin_layout Standard
23843 \begin_inset ERT
23844 status collapsed
23845
23846 \begin_layout Plain Layout
23847
23848
23849 \backslash
23850 numberwithin{footnote}{chapter}
23851 \end_layout
23852
23853 \end_inset
23854
23855 Esto es otro ejemplo de nota al pie:
23856 \series bold
23857
23858 \begin_inset Foot
23859 status open
23860
23861 \begin_layout Plain Layout
23862 Nota al pie numerada en el esquema 
23863 \begin_inset Quotes eld
23864 \end_inset
23865
23866 capítulo.nota
23867 \begin_inset Quotes erd
23868 \end_inset
23869
23870 .
23871 \end_layout
23872
23873 \end_inset
23874
23875
23876 \series default
23877
23878 \begin_inset ERT
23879 status collapsed
23880
23881 \begin_layout Plain Layout
23882
23883
23884 \backslash
23885 renewcommand{
23886 \backslash
23887 thefootnote}{
23888 \backslash
23889 arabic{footnote}}
23890 \end_layout
23891
23892 \end_inset
23893
23894
23895 \end_layout
23896
23897 \begin_layout Standard
23898 \begin_inset Note Greyedout
23899 status open
23900
23901 \begin_layout Plain Layout
23902
23903 \series bold
23904 Nota: 
23905 \backslash
23906 numberwithin 
23907 \series default
23908 siempre imprime el número de nota al pie en números arábigos; las redefiniciones
23909  previas para obtener números no arábigos se sobreescriben.
23910 \end_layout
23911
23912 \end_inset
23913
23914
23915 \end_layout
23916
23917 \begin_layout Standard
23918 Así, para obtener por ejemplo el esquema «capítulo.
23919 \backslash
23920 Roman{footnote}», usa este comando en vez de 
23921 \series bold
23922
23923 \backslash
23924 numberwithin
23925 \series default
23926 :
23927 \end_layout
23928
23929 \begin_layout Standard
23930
23931 \series bold
23932
23933 \backslash
23934 renewcommand{
23935 \backslash
23936 thefootnote}{
23937 \backslash
23938 thechapter.
23939 \backslash
23940 Roman{footnote}}
23941 \end_layout
23942
23943 \begin_layout Subsection
23944 Colocación de notas al pie
23945 \begin_inset Index
23946 status collapsed
23947
23948 \begin_layout Plain Layout
23949 Notas al pie ! Colocación
23950 \end_layout
23951
23952 \end_inset
23953
23954
23955 \end_layout
23956
23957 \begin_layout Standard
23958 Si tienes varias notas al pie de una página, se muestran sin espacio vertical
23959  entre ellas al final de la página.
23960  Para hacerlas más legibles puedes añadir p.
23961 \begin_inset space \thinspace{}
23962 \end_inset
23963
23964 e.
23965 \begin_inset space ~
23966 \end_inset
23967
23968 1.5
23969 \begin_inset space \thinspace{}
23970 \end_inset
23971
23972 mm con el comando siguiente en el preámbulo:
23973 \end_layout
23974
23975 \begin_layout Standard
23976
23977 \series bold
23978
23979 \backslash
23980 let
23981 \backslash
23982 myFoot
23983 \backslash
23984 footnote
23985 \begin_inset Newline newline
23986 \end_inset
23987
23988
23989 \backslash
23990 renewcommand{
23991 \backslash
23992 footnote}[1]{
23993 \backslash
23994 myFoot{#1
23995 \backslash
23996 vspace{1.5mm}}}
23997 \end_layout
23998
23999 \begin_layout Standard
24000 \begin_inset VSpace bigskip
24001 \end_inset
24002
24003 En documentos a dos columnas la nota al pie aparece al final de cada columna,
24004  ver la figura
24005 \begin_inset space ~
24006 \end_inset
24007
24008
24009 \begin_inset CommandInset ref
24010 LatexCommand ref
24011 reference "fig:Colocación-standard-del-pie"
24012
24013 \end_inset
24014
24015 .
24016  Si las notas debieran mostrarse sólo al final de la columna derecha, como
24017  en la figura
24018 \begin_inset space ~
24019 \end_inset
24020
24021
24022 \begin_inset CommandInset ref
24023 LatexCommand ref
24024 reference "fig:Colocación-del-pie-en"
24025
24026 \end_inset
24027
24028 , usa el paquete LaTeX 
24029 \series bold
24030 ftnright
24031 \series default
24032
24033 \begin_inset Index
24034 status collapsed
24035
24036 \begin_layout Plain Layout
24037 LaTeX-paquetes ! ftnright
24038 \end_layout
24039
24040 \end_inset
24041
24042  con este comando en el preámbulo:
24043 \end_layout
24044
24045 \begin_layout Standard
24046
24047 \series bold
24048
24049 \backslash
24050 usepackage{ftnright}
24051 \end_layout
24052
24053 \begin_layout Standard
24054 \begin_inset Float figure
24055 placement !h
24056 wide false
24057 sideways false
24058 status open
24059
24060 \begin_layout Plain Layout
24061 \begin_inset ERT
24062 status collapsed
24063
24064 \begin_layout Plain Layout
24065
24066
24067 \backslash
24068 framebox{
24069 \end_layout
24070
24071 \end_inset
24072
24073
24074 \begin_inset Graphics
24075         filename ../clipart/without_fntright.pdf
24076         width 100col%
24077
24078 \end_inset
24079
24080
24081 \begin_inset ERT
24082 status collapsed
24083
24084 \begin_layout Plain Layout
24085
24086 }
24087 \end_layout
24088
24089 \end_inset
24090
24091
24092 \end_layout
24093
24094 \begin_layout Plain Layout
24095 \begin_inset Caption
24096
24097 \begin_layout Plain Layout
24098 \begin_inset CommandInset label
24099 LatexCommand label
24100 name "fig:Colocación-standard-del-pie"
24101
24102 \end_inset
24103
24104 Colocación estándar de notas al pie en documentos a dos columnas.
24105 \end_layout
24106
24107 \end_inset
24108
24109
24110 \end_layout
24111
24112 \end_inset
24113
24114
24115 \end_layout
24116
24117 \begin_layout Standard
24118 \begin_inset Float figure
24119 placement !h
24120 wide false
24121 sideways false
24122 status open
24123
24124 \begin_layout Plain Layout
24125 \begin_inset ERT
24126 status collapsed
24127
24128 \begin_layout Plain Layout
24129
24130
24131 \backslash
24132 framebox{
24133 \end_layout
24134
24135 \end_inset
24136
24137
24138 \begin_inset Graphics
24139         filename ../clipart/with_fntright.pdf
24140         width 100col%
24141
24142 \end_inset
24143
24144
24145 \begin_inset ERT
24146 status collapsed
24147
24148 \begin_layout Plain Layout
24149
24150 }
24151 \end_layout
24152
24153 \end_inset
24154
24155
24156 \end_layout
24157
24158 \begin_layout Plain Layout
24159 \begin_inset Caption
24160
24161 \begin_layout Plain Layout
24162 \begin_inset CommandInset label
24163 LatexCommand label
24164 name "fig:Colocación-del-pie-en"
24165
24166 \end_inset
24167
24168 Colocación de la nota al pie en documentos a dos columnas cuando se usa
24169  el paquete LaTeX 
24170 \series bold
24171 ftnright
24172 \series default
24173 .
24174 \end_layout
24175
24176 \end_inset
24177
24178
24179 \end_layout
24180
24181 \end_inset
24182
24183
24184 \end_layout
24185
24186 \begin_layout Standard
24187 \begin_inset VSpace bigskip
24188 \end_inset
24189
24190 En alguna literatura científica es habitual reunir las notas para imprimirlas
24191  en un párrafo separado al final de la sección, como en la figura
24192 \begin_inset space ~
24193 \end_inset
24194
24195
24196 \begin_inset CommandInset ref
24197 LatexCommand ref
24198 reference "fig:Notas-al-pie-al-final"
24199
24200 \end_inset
24201
24202 .
24203  Para usar notas finales
24204 \begin_inset Index
24205 status collapsed
24206
24207 \begin_layout Plain Layout
24208 Notas finales
24209 \end_layout
24210
24211 \end_inset
24212
24213  en vez de notas al pie, carga el paquete LaTeX 
24214 \series bold
24215 endnotes
24216 \series default
24217
24218 \begin_inset Index
24219 status collapsed
24220
24221 \begin_layout Plain Layout
24222 LaTeX-paquetes ! endnotes
24223 \end_layout
24224
24225 \end_inset
24226
24227  con las siguientes líneas en el preámbulo de tu documento:
24228 \end_layout
24229
24230 \begin_layout Standard
24231
24232 \series bold
24233
24234 \backslash
24235 usepackage{endnotes}
24236 \begin_inset Newline newline
24237 \end_inset
24238
24239
24240 \backslash
24241 let
24242 \backslash
24243 footnote
24244 \backslash
24245 endnote
24246 \end_layout
24247
24248 \begin_layout Standard
24249 Para insertar la colección de notas, escribe el comando
24250 \end_layout
24251
24252 \begin_layout Standard
24253
24254 \series bold
24255
24256 \backslash
24257 theendnotes
24258 \end_layout
24259
24260 \begin_layout Standard
24261 en código TeX al final de una sección o capítulo.
24262 \end_layout
24263
24264 \begin_layout Standard
24265 \begin_inset Float figure
24266 wide false
24267 sideways false
24268 status open
24269
24270 \begin_layout Plain Layout
24271 \align center
24272 \begin_inset ERT
24273 status collapsed
24274
24275 \begin_layout Plain Layout
24276
24277
24278 \backslash
24279 framebox{
24280 \end_layout
24281
24282 \end_inset
24283
24284
24285 \begin_inset Graphics
24286         filename ../clipart/endnotes.pdf
24287
24288 \end_inset
24289
24290
24291 \begin_inset ERT
24292 status collapsed
24293
24294 \begin_layout Plain Layout
24295
24296 }
24297 \end_layout
24298
24299 \end_inset
24300
24301
24302 \end_layout
24303
24304 \begin_layout Plain Layout
24305 \begin_inset Caption
24306
24307 \begin_layout Plain Layout
24308 \begin_inset CommandInset label
24309 LatexCommand label
24310 name "fig:Notas-al-pie-al-final"
24311
24312 \end_inset
24313
24314 Notas al final: notas impresas en párrafo separado al final de la sección
24315  o del capítulo.
24316 \end_layout
24317
24318 \end_inset
24319
24320
24321 \end_layout
24322
24323 \end_inset
24324
24325
24326 \end_layout
24327
24328 \begin_layout Standard
24329 \begin_inset VSpace medskip
24330 \end_inset
24331
24332 La cabecera de párrafo para las notas finales no se traduce automáticamente
24333  al lenguaje del documento, hay que hacerlo manualmente.
24334   El siguiente comando de preámbulo traduce el nombre en inglés «Notes»
24335  al español «Notas»:
24336 \end_layout
24337
24338 \begin_layout Standard
24339
24340 \series bold
24341
24342 \backslash
24343 renewcommand{
24344 \backslash
24345 notesname}{Notas}
24346 \end_layout
24347
24348 \begin_layout Standard
24349 \begin_inset VSpace medskip
24350 \end_inset
24351
24352 La numeración de notas finales puede cambiarse como la de las notas al pie,
24353  como se describe en la sección
24354 \begin_inset space ~
24355 \end_inset
24356
24357
24358 \begin_inset CommandInset ref
24359 LatexCommand ref
24360 reference "sub:Numeración-de-Notas-al-Pie"
24361
24362 \end_inset
24363
24364 ; sólo hay que reemplazar el comando 
24365 \series bold
24366
24367 \backslash
24368 thefootnote
24369 \series default
24370  por 
24371 \series bold
24372
24373 \backslash
24374 theendnote
24375 \series default
24376 .
24377  Para restablecer la numeración usa el comando 
24378 \series bold
24379
24380 \backslash
24381 @addtoreset
24382 \series default
24383  como se describe en la sección
24384 \begin_inset space ~
24385 \end_inset
24386
24387
24388 \begin_inset CommandInset ref
24389 LatexCommand ref
24390 reference "sub:Numeración-de-Notas-al-Pie"
24391
24392 \end_inset
24393
24394  y sustituye el parámetro de comando 
24395 \series bold
24396 footnote
24397 \series default
24398  por 
24399 \series bold
24400 endnote
24401 \series default
24402 .
24403 \end_layout
24404
24405 \begin_layout Standard
24406 Para crear sólo una marca para una nota final, usa el comando 
24407 \series bold
24408
24409 \backslash
24410 endnotemark[número]
24411 \series default
24412  similar al comando 
24413 \series bold
24414
24415 \backslash
24416 footnotemark
24417 \series default
24418 , descrito en la sección
24419 \begin_inset space ~
24420 \end_inset
24421
24422
24423 \begin_inset CommandInset ref
24424 LatexCommand ref
24425 reference "sec:Notas-al-pie"
24426
24427 \end_inset
24428
24429 .
24430 \end_layout
24431
24432 \begin_layout Standard
24433 \begin_inset VSpace bigskip
24434 \end_inset
24435
24436 Las notas al pie también pueden colocarse al margen de la página y la alineación
24437  del texto del pie también puede cambiarse, véase el paquete LaTeX 
24438 \series bold
24439 footmisc
24440 \series default
24441
24442 \begin_inset Index
24443 status collapsed
24444
24445 \begin_layout Plain Layout
24446 LaTeX-paquetes ! footmisc
24447 \end_layout
24448
24449 \end_inset
24450
24451  
24452 \begin_inset CommandInset citation
24453 LatexCommand cite
24454 key "footmisc"
24455
24456 \end_inset
24457
24458  para más información.
24459 \end_layout
24460
24461 \begin_layout Standard
24462 Para otras posibilidades de diseño de notas al pie mira en libros de LaTeX,
24463  
24464 \begin_inset CommandInset citation
24465 LatexCommand cite
24466 key "latexcompanion,latexguide,latexbook"
24467
24468 \end_inset
24469
24470 .
24471 \end_layout
24472
24473 \begin_layout Section
24474 Notas al margen
24475 \begin_inset Index
24476 status collapsed
24477
24478 \begin_layout Plain Layout
24479 Notas ! al margen
24480 \end_layout
24481
24482 \end_inset
24483
24484
24485 \end_layout
24486
24487 \begin_layout Standard
24488 Las notas al margen se ven y se comportan en LyX como notas al pie.
24489  Se insertan con el menú 
24490 \family sans
24491 Insertar\SpecialChar \menuseparator
24492 Nota
24493 \begin_inset space ~
24494 \end_inset
24495
24496 al
24497 \begin_inset space ~
24498 \end_inset
24499
24500 margen
24501 \family default
24502  o con el botón 
24503 \begin_inset Graphics
24504         filename ../../images/marginalnote-insert.png
24505         scale 85
24506
24507 \end_inset
24508
24509 .
24510  Aparece un cuadro gris con la etiqueta 
24511 \family roman
24512 \series medium
24513 «margen» en color rojo y un marco en el que puedes escribir el texto de
24514  la nota.
24515 \end_layout
24516
24517 \begin_layout Standard
24518 Al lado hay un ejemplo de nota al margen.
24519
24520 \family roman
24521 \series medium
24522  
24523 \begin_inset Marginal
24524 status open
24525
24526 \begin_layout Plain Layout
24527 Esto es una nota al margen.
24528 \end_layout
24529
24530 \end_inset
24531
24532
24533 \end_layout
24534
24535 \begin_layout Standard
24536 Estas notas salen en el margen derecho en documentos a una cara.
24537  En documentos a doble cara se muestran en el margen externo ---margen izquierdo
24538  en páginas pares, derecho en páginas impares---.
24539  El texto de las notas se ajusta a la parte opuesta al margen ---se ajusta
24540  a la derecha si la nota aparece en el margen izquierdo---.
24541  La primera línea de la nota se sitúa en la posición de la línea del texto
24542  en la que se inserta en el documento.
24543 \end_layout
24544
24545 \begin_layout Standard
24546 \begin_inset VSpace bigskip
24547 \end_inset
24548
24549 Para colocar la nota en el margen interno añade el comando
24550 \end_layout
24551
24552 \begin_layout Standard
24553
24554 \series bold
24555
24556 \backslash
24557 reversemarginpar
24558 \end_layout
24559
24560 \begin_layout Standard
24561 en código TeX antes de la nota.
24562  La nueva colocación es válida para todas las siguientes notas al margen.
24563  
24564 \begin_inset ERT
24565 status collapsed
24566
24567 \begin_layout Plain Layout
24568
24569
24570 \backslash
24571 reversemarginpar 
24572 \end_layout
24573
24574 \end_inset
24575
24576
24577 \begin_inset Marginal
24578 status open
24579
24580 \begin_layout Plain Layout
24581 Esto es una nota en el margen interno.
24582 \end_layout
24583
24584 \end_inset
24585
24586
24587 \series bold
24588
24589 \begin_inset Newline newline
24590 \end_inset
24591
24592
24593 \series default
24594
24595 \begin_inset Note Greyedout
24596 status open
24597
24598 \begin_layout Plain Layout
24599
24600 \series bold
24601 Nota:
24602 \series default
24603  A veces no hay espacio suficiente en el margen interno, por lo que la nota
24604  no se mostrará correctamente en la salida.
24605 \end_layout
24606
24607 \end_inset
24608
24609
24610 \end_layout
24611
24612 \begin_layout Standard
24613 Para volver a la ubicación predeterminada inserta en código TeX el comando
24614 \begin_inset ERT
24615 status collapsed
24616
24617 \begin_layout Plain Layout
24618
24619
24620 \backslash
24621 normalmarginpar 
24622 \end_layout
24623
24624 \end_inset
24625
24626
24627 \end_layout
24628
24629 \begin_layout Standard
24630
24631 \series bold
24632
24633 \backslash
24634 normalmarginpar
24635 \end_layout
24636
24637 \begin_layout Standard
24638 \begin_inset Note Greyedout
24639 status open
24640
24641 \begin_layout Plain Layout
24642
24643 \series bold
24644 Nota:
24645 \series default
24646  El comando se ignora si en el mismo párrafo está también presente el comando
24647  
24648 \series bold
24649
24650 \backslash
24651 reversemarginpar
24652 \series default
24653 .
24654 \end_layout
24655
24656 \end_inset
24657
24658
24659 \end_layout
24660
24661 \begin_layout Standard
24662 \begin_inset VSpace bigskip
24663 \end_inset
24664
24665
24666 \family roman
24667 \series medium
24668
24669 \begin_inset Marginal
24670 status open
24671
24672 \begin_layout Plain Layout
24673 PalabraMuyLargaAlMargen no partida con guión.
24674 \end_layout
24675
24676 \end_inset
24677
24678
24679 \family default
24680 \series default
24681  Como en el caso descrito en la sección
24682 \begin_inset space ~
24683 \end_inset
24684
24685
24686 \begin_inset CommandInset ref
24687 LatexCommand ref
24688 reference "sub:Líneas-Múltiples-en"
24689
24690 \end_inset
24691
24692 , una palabra larga no puede partirse con guión cuando es la primera en
24693  la nota al margen.
24694  Para evitar esto, inserta un espacio horizontal de 0
24695 \begin_inset space \thinspace{}
24696 \end_inset
24697
24698 pt antes de la palabra
24699 \family roman
24700 \series medium
24701 .
24702  
24703 \begin_inset Marginal
24704 status open
24705
24706 \begin_layout Plain Layout
24707 \begin_inset ERT
24708 status collapsed
24709
24710 \begin_layout Plain Layout
24711
24712
24713 \backslash
24714 hspace{0pt}
24715 \end_layout
24716
24717 \end_inset
24718
24719 PalabraMuyLargaAlMargen partida con guión.
24720 \end_layout
24721
24722 \end_inset
24723
24724
24725 \end_layout
24726
24727 \begin_layout Standard
24728 \begin_inset VSpace bigskip
24729 \end_inset
24730
24731
24732 \end_layout
24733
24734 \begin_layout Standard
24735 \begin_inset Note Greyedout
24736 status open
24737
24738 \begin_layout Plain Layout
24739
24740 \series bold
24741 Nota:
24742 \series default
24743  Normalmente no pueden utilizarse notas al margen en tablas, flotantes y
24744  notas al pie.
24745 \end_layout
24746
24747 \end_inset
24748
24749
24750 \end_layout
24751
24752 \begin_layout Standard
24753 \begin_inset VSpace bigskip
24754 \end_inset
24755
24756
24757 \end_layout
24758
24759 \begin_layout Standard
24760 \begin_inset ERT
24761 status collapsed
24762
24763 \begin_layout Plain Layout
24764
24765
24766 \backslash
24767 ifmarginnote
24768 \end_layout
24769
24770 \end_inset
24771
24772
24773 \begin_inset Note Note
24774 status open
24775
24776 \begin_layout Plain Layout
24777 La siguiente sección sólo se mostrará en pantalla si está instalado el paquete
24778  LaTeX 
24779 \series bold
24780 marginnote
24781 \series default
24782 .
24783 \end_layout
24784
24785 \end_inset
24786
24787
24788 \end_layout
24789
24790 \begin_layout Standard
24791 Esta restricción se puede salvar con el paquete LaTeX 
24792 \series bold
24793 marginnote
24794 \series default
24795
24796 \begin_inset Index
24797 status collapsed
24798
24799 \begin_layout Plain Layout
24800 LaTeX-paquetes ! marginnote
24801 \end_layout
24802
24803 \end_inset
24804
24805 .
24806  Poniendo estas dos líneas en el preámbulo, el comando usado por LyX para
24807  notas al margen es redefinido para usar el comando proporcionado por el
24808  paquete 
24809 \series bold
24810 marginnote
24811 \series default
24812 :
24813 \end_layout
24814
24815 \begin_layout Standard
24816
24817 \series bold
24818
24819 \backslash
24820 usepackage{marginnote}
24821 \begin_inset Newline newline
24822 \end_inset
24823
24824
24825 \backslash
24826 let
24827 \backslash
24828 marginpar
24829 \backslash
24830 marginnote
24831 \end_layout
24832
24833 \begin_layout Standard
24834 Esto se ha utilizado en el presente documento porque 
24835 \series bold
24836 marginnote
24837 \series default
24838  tiene una característica adicional útil: Puedes establecer un desplazamiento
24839  vertical a la nota.
24840  A veces esto hace falta si hay demasiadas notas juntas o para mejorar el
24841  diseño de la página.
24842  En LyX, el desplazamiento se escribe directamente tras la nota al margen,
24843  en código TeX
24844 \end_layout
24845
24846 \begin_layout Standard
24847
24848 \series bold
24849 [desplazamiento]
24850 \end_layout
24851
24852 \begin_layout Standard
24853 donde desplazamiento es una longitud en una de las unidades de la tabla
24854 \begin_inset space ~
24855 \end_inset
24856
24857
24858 \begin_inset CommandInset ref
24859 LatexCommand ref
24860 reference "tab:Unidades"
24861
24862 \end_inset
24863
24864 .
24865  Un valor negativo desplaza la nota hacia arriba, un valor positivo hacia
24866  abajo.
24867  
24868 \family roman
24869 \series medium
24870 Por ejemplo la nota adjunta a esta línea de texto está desplazada 1.5
24871 \begin_inset space \thinspace{}
24872 \end_inset
24873
24874 cm arriba con el comando en código TeX 
24875 \begin_inset Quotes eld
24876 \end_inset
24877
24878
24879 \family default
24880 \series bold
24881 [-1.5cm]
24882 \family roman
24883 \series medium
24884
24885 \begin_inset Quotes erd
24886 \end_inset
24887
24888
24889 \begin_inset Marginal
24890 status collapsed
24891
24892 \begin_layout Plain Layout
24893 Esta nota está 1.5
24894 \begin_inset space \thinspace{}
24895 \end_inset
24896
24897 cm por encima de su posición original.
24898 \end_layout
24899
24900 \end_inset
24901
24902
24903 \family default
24904 \series default
24905
24906 \begin_inset ERT
24907 status collapsed
24908
24909 \begin_layout Plain Layout
24910
24911 [-1.5cm]
24912 \end_layout
24913
24914 \end_inset
24915
24916
24917 \end_layout
24918
24919 \begin_layout Standard
24920 \begin_inset VSpace medskip
24921 \end_inset
24922
24923 Con 
24924 \series bold
24925 marginnote
24926 \series default
24927  también puedes cambiar la alineación del texto en el margen.
24928  Por ejemplo los comandos
24929 \end_layout
24930
24931 \begin_layout Standard
24932
24933 \series bold
24934
24935 \backslash
24936 renewcommand*{
24937 \backslash
24938 raggedleftmarginnote}{
24939 \backslash
24940 centering}
24941 \begin_inset Newline newline
24942 \end_inset
24943
24944
24945 \backslash
24946 renewcommand*{
24947 \backslash
24948 raggedrightmarginnote}{
24949 \backslash
24950 centering}
24951 \end_layout
24952
24953 \begin_layout Standard
24954 producen alineación centrada.
24955  
24956 \series bold
24957
24958 \backslash
24959 raggedleftmarginnote
24960 \series default
24961  identifica las notas que aparecen al lado izquierdo.
24962 \family roman
24963 \series medium
24964
24965 \begin_inset ERT
24966 status collapsed
24967
24968 \begin_layout Plain Layout
24969
24970
24971 \backslash
24972 renewcommand*{
24973 \backslash
24974 raggedleftmarginnote}{
24975 \backslash
24976 centering}
24977 \end_layout
24978
24979 \begin_layout Plain Layout
24980
24981
24982 \backslash
24983 renewcommand*{
24984 \backslash
24985 raggedrightmarginnote}{
24986 \backslash
24987 centering}
24988 \end_layout
24989
24990 \end_inset
24991
24992
24993 \begin_inset Marginal
24994 status open
24995
24996 \begin_layout Plain Layout
24997 El texto de esta nota está centrado.
24998 \end_layout
24999
25000 \end_inset
25001
25002
25003 \family default
25004 \series default
25005  El valor predeterminado es 
25006 \end_layout
25007
25008 \begin_layout Standard
25009
25010 \series bold
25011
25012 \backslash
25013 renewcommand*{
25014 \backslash
25015 raggedleftmarginnote}{
25016 \backslash
25017 raggedleft}
25018 \begin_inset Newline newline
25019 \end_inset
25020
25021
25022 \backslash
25023 renewcommand*{
25024 \backslash
25025 raggedrightmarginnote}{
25026 \backslash
25027 raggedright}
25028 \family roman
25029 \series medium
25030
25031 \begin_inset ERT
25032 status collapsed
25033
25034 \begin_layout Plain Layout
25035
25036
25037 \backslash
25038 renewcommand*{
25039 \backslash
25040 raggedleftmarginnote}{
25041 \backslash
25042 raggedleft}
25043 \end_layout
25044
25045 \begin_layout Plain Layout
25046
25047
25048 \backslash
25049 renewcommand*{
25050 \backslash
25051 raggedrightmarginnote}{
25052 \backslash
25053 raggedright}
25054 \end_layout
25055
25056 \end_inset
25057
25058
25059 \end_layout
25060
25061 \begin_layout Standard
25062 \begin_inset VSpace medskip
25063 \end_inset
25064
25065 Para otras características de 
25066 \series bold
25067 marginnote
25068 \series default
25069  mira en su documentación 
25070 \begin_inset CommandInset citation
25071 LatexCommand cite
25072 key "marginnote"
25073
25074 \end_inset
25075
25076 .
25077 \end_layout
25078
25079 \begin_layout Standard
25080 \begin_inset VSpace bigskip
25081 \end_inset
25082
25083 El diseño de las notas al margen puede ser redefinido.
25084  Por ejemplo, para crear una cabecera para todas las notas con el texto
25085  
25086 \begin_inset Quotes eld
25087 \end_inset
25088
25089
25090 \series bold
25091 \bar under
25092 ¡
25093 \family sans
25094 Atención
25095 \family default
25096 !
25097 \series default
25098 \bar default
25099
25100 \begin_inset Quotes erd
25101 \end_inset
25102
25103 , subrayado, sans-serif en negrita, añade lo siguiente en el preámbulo:
25104 \end_layout
25105
25106 \begin_layout Standard
25107
25108 \series bold
25109
25110 \backslash
25111 let
25112 \backslash
25113 myMarginpar
25114 \backslash
25115 marginpar
25116 \begin_inset Newline newline
25117 \end_inset
25118
25119
25120 \backslash
25121 renewcommand{
25122 \backslash
25123 marginpar}[1]{
25124 \backslash
25125 myMarginpar{%
25126 \begin_inset Newline newline
25127 \end_inset
25128
25129
25130 \begin_inset ERT
25131 status collapsed
25132
25133 \begin_layout Plain Layout
25134
25135
25136 \backslash
25137 hphantom{ }
25138 \end_layout
25139
25140 \end_inset
25141
25142
25143 \backslash
25144 hspace{0pt}
25145 \backslash
25146 textsf{
25147 \backslash
25148 textbf{
25149 \backslash
25150 underbar{¡Atención!}}}%
25151 \begin_inset Newline newline
25152 \end_inset
25153
25154
25155 \begin_inset ERT
25156 status collapsed
25157
25158 \begin_layout Plain Layout
25159
25160
25161 \backslash
25162 hphantom{ }
25163 \end_layout
25164
25165 \end_inset
25166
25167
25168 \backslash
25169 vspace{1.5mm}
25170 \backslash
25171
25172 \backslash
25173 #1}}
25174 \end_layout
25175
25176 \begin_layout Standard
25177
25178 \family roman
25179 \series medium
25180 \begin_inset ERT
25181 status collapsed
25182
25183 \begin_layout Plain Layout
25184
25185
25186 \backslash
25187 let
25188 \backslash
25189 myMarginpar
25190 \backslash
25191 marginpar
25192 \end_layout
25193
25194 \begin_layout Plain Layout
25195
25196
25197 \backslash
25198 renewcommand{
25199 \backslash
25200 marginpar}[1]{
25201 \backslash
25202 myMarginpar{%
25203 \end_layout
25204
25205 \begin_layout Plain Layout
25206
25207    
25208 \backslash
25209 textsf{
25210 \backslash
25211 textbf{
25212 \backslash
25213 underbar{¡Atención!}}}%
25214 \end_layout
25215
25216 \begin_layout Plain Layout
25217
25218    
25219 \backslash
25220 vspace{1.5mm}
25221 \backslash
25222
25223 \backslash
25224 #1}}
25225 \end_layout
25226
25227 \end_inset
25228
25229
25230 \begin_inset Marginal
25231 status open
25232
25233 \begin_layout Plain Layout
25234 Esta es una nota con una cabecera definida.
25235 \end_layout
25236
25237 \end_inset
25238
25239
25240 \family default
25241 \series default
25242
25243 \begin_inset ERT
25244 status collapsed
25245
25246 \begin_layout Plain Layout
25247
25248 [-1.5cm]
25249 \end_layout
25250
25251 \end_inset
25252
25253
25254 \family roman
25255 \series medium
25256
25257 \begin_inset ERT
25258 status collapsed
25259
25260 \begin_layout Plain Layout
25261
25262
25263 \backslash
25264 renewcommand{
25265 \backslash
25266 marginpar}[1]{
25267 \backslash
25268 myMarginpar{#1}}
25269 \end_layout
25270
25271 \end_inset
25272
25273
25274 \family default
25275 \series default
25276
25277 \begin_inset Note Note
25278 status collapsed
25279
25280 \begin_layout Plain Layout
25281 El formato de la nota al margen se ha cambiado sólo para este ejemplo.
25282 \end_layout
25283
25284 \end_inset
25285
25286
25287 \end_layout
25288
25289 \begin_layout Standard
25290 \begin_inset ERT
25291 status collapsed
25292
25293 \begin_layout Plain Layout
25294
25295
25296 \backslash
25297 else
25298 \end_layout
25299
25300 \end_inset
25301
25302
25303 \begin_inset Note Note
25304 status open
25305
25306 \begin_layout Plain Layout
25307 Lo siguiente se mostrará en pantalla si no está instalado el paquete LaTeX
25308  
25309 \series bold
25310 marginnote
25311 \series default
25312 .
25313 \end_layout
25314
25315 \end_inset
25316
25317
25318 \end_layout
25319
25320 \begin_layout Standard
25321 Debes instalar el paquete LaTeX 
25322 \series bold
25323 marginnote
25324 \series default
25325  para ver la parte siguiente en la salida.
25326 \end_layout
25327
25328 \begin_layout Standard
25329 \begin_inset ERT
25330 status collapsed
25331
25332 \begin_layout Plain Layout
25333
25334
25335 \backslash
25336 fi
25337 \end_layout
25338
25339 \end_inset
25340
25341
25342 \end_layout
25343
25344 \begin_layout Chapter
25345 Cuadros
25346 \end_layout
25347
25348 \begin_layout Section
25349 Introducción
25350 \begin_inset Index
25351 status collapsed
25352
25353 \begin_layout Plain Layout
25354 Cuadros ! Introducción
25355 \end_layout
25356
25357 \end_inset
25358
25359
25360 \end_layout
25361
25362 \begin_layout Standard
25363 Los cuadros se emplean para dar formato a bloques de texto.
25364  Se pueden usar para escribir documentos con varios lenguajes, véase sección
25365 \begin_inset space ~
25366 \end_inset
25367
25368
25369 \begin_inset CommandInset ref
25370 LatexCommand ref
25371 reference "sec:Minipáginas"
25372
25373 \end_inset
25374
25375 , enmarcar textos, véase sección
25376 \begin_inset space ~
25377 \end_inset
25378
25379
25380 \begin_inset CommandInset ref
25381 LatexCommand ref
25382 reference "sec:Cuadros-Enmarcados"
25383
25384 \end_inset
25385
25386 , evitar la división de palabras, véase sección
25387 \begin_inset space ~
25388 \end_inset
25389
25390
25391 \begin_inset CommandInset ref
25392 LatexCommand ref
25393 reference "sec:Evitar-la-Partición"
25394
25395 \end_inset
25396
25397 , alinear texto, véase sección
25398 \begin_inset space ~
25399 \end_inset
25400
25401
25402 \begin_inset CommandInset ref
25403 LatexCommand ref
25404 reference "sub:Alineación-Vertical"
25405
25406 \end_inset
25407
25408 , o para poner color de fondo a un texto, véase sección
25409 \begin_inset space ~
25410 \end_inset
25411
25412
25413 \begin_inset CommandInset ref
25414 LatexCommand ref
25415 reference "sec:Cuadros-Coloreados"
25416
25417 \end_inset
25418
25419 .
25420 \end_layout
25421
25422 \begin_layout Standard
25423 Se insertan con el menú 
25424 \family sans
25425 Insertar\SpecialChar \menuseparator
25426 Cuadro
25427 \family default
25428  o con el botón 
25429 \begin_inset Graphics
25430         filename ../../images/box-insert.png
25431         scale 85
25432
25433 \end_inset
25434
25435 .
25436  Surge un recuadro gris con la etiqueta 
25437 \family sans
25438 Cuadro (Minipágina)
25439 \family default
25440
25441 \begin_inset Graphics
25442         filename clipart/CuadroMinipagQt4.png
25443         scale 75
25444         keepAspectRatio
25445
25446 \end_inset
25447
25448 .
25449  El tipo de cuadro se puede elegir al hacer clic-derecho sobre él.
25450  Sale un diálogo en el que 
25451 \family sans
25452 Cuadro
25453 \family default
25454
25455 \begin_inset space ~
25456 \end_inset
25457
25458
25459 \family sans
25460 interior
25461 \family default
25462  permite escoger los tipos 
25463 \family sans
25464 Párrafo
25465 \family default
25466  y 
25467 \family sans
25468 Minipágina
25469 \family default
25470 .
25471  
25472 \family sans
25473 Minipágina
25474 \family default
25475  es el predeterminado para nuevos cuadros y se explica en la sección
25476 \begin_inset space ~
25477 \end_inset
25478
25479
25480 \begin_inset CommandInset ref
25481 LatexCommand ref
25482 reference "sec:Minipáginas"
25483
25484 \end_inset
25485
25486 ; el tipo 
25487 \family sans
25488 Párrafo
25489 \family default
25490  se describe en la sección
25491 \begin_inset space ~
25492 \end_inset
25493
25494
25495 \begin_inset CommandInset ref
25496 LatexCommand ref
25497 reference "sec:Cuadros-de-Párrafo"
25498
25499 \end_inset
25500
25501 .
25502 \end_layout
25503
25504 \begin_layout Standard
25505 Los cuadros no se numeran y por tanto no se pueden referenciar como los
25506  flotantes o las notas al pie.
25507 \end_layout
25508
25509 \begin_layout Standard
25510 \begin_inset Note Greyedout
25511 status open
25512
25513 \begin_layout Plain Layout
25514
25515 \series bold
25516 Nota:
25517 \series default
25518  Los cuadros no deben ser el ítem en un entorno 
25519 \family sans
25520 Enumeración*
25521 \family default
25522  o 
25523 \family sans
25524 Descripción
25525 \family default
25526 .
25527 \end_layout
25528
25529 \end_inset
25530
25531
25532 \end_layout
25533
25534 \begin_layout Standard
25535 \begin_inset Note Greyedout
25536 status open
25537
25538 \begin_layout Plain Layout
25539
25540 \series bold
25541 Nota:
25542 \series default
25543  Por razones desconocidas sólo se puede poner el tipo 
25544 \family sans
25545 Cuadro
25546 \begin_inset space ~
25547 \end_inset
25548
25549 interior
25550 \family default
25551  en 
25552 \family sans
25553 Ninguno
25554 \family default
25555  cuando se emplea un cuadro enmarcado.
25556  Los cuadros sin ningún tipo de 
25557 \family sans
25558 Cuadro
25559 \begin_inset space ~
25560 \end_inset
25561
25562 interior
25563 \family default
25564  y sin marcos se explican en la sección
25565 \begin_inset space ~
25566 \end_inset
25567
25568
25569 \begin_inset CommandInset ref
25570 LatexCommand ref
25571 reference "sec:Evitar-la-Partición"
25572
25573 \end_inset
25574
25575 .
25576 \end_layout
25577
25578 \end_inset
25579
25580
25581 \end_layout
25582
25583 \begin_layout Section
25584 Diálogo de cuadros
25585 \begin_inset CommandInset label
25586 LatexCommand label
25587 name "sec:Diálogo-Cuadros"
25588
25589 \end_inset
25590
25591
25592 \begin_inset Index
25593 status collapsed
25594
25595 \begin_layout Plain Layout
25596 Cuadros ! Configuración
25597 \end_layout
25598
25599 \end_inset
25600
25601
25602 \end_layout
25603
25604 \begin_layout Subsection
25605 Tamaño
25606 \begin_inset Index
25607 status collapsed
25608
25609 \begin_layout Plain Layout
25610 Cuadros ! Tamaño
25611 \end_layout
25612
25613 \end_inset
25614
25615
25616 \end_layout
25617
25618 \begin_layout Standard
25619 En el diálogo puedes ajustar la geometría del cuadro en los campos 
25620 \family sans
25621 Ancho
25622 \family default
25623  y 
25624 \family sans
25625 Alto
25626 \family default
25627 .
25628  Las unidades disponibles para la geometría se describen en la tabla
25629 \begin_inset space ~
25630 \end_inset
25631
25632
25633 \begin_inset CommandInset ref
25634 LatexCommand ref
25635 reference "tab:Unidades"
25636
25637 \end_inset
25638
25639 .
25640  El campo 
25641 \family sans
25642 Alto
25643 \family default
25644  ofrece los siguientes tamaños adicionales:
25645 \end_layout
25646
25647 \begin_layout Description
25648 Profundidad Este es el texto plano «alto».
25649  Ignora la profundidad total cuando hay múltiples líneas de texto en el
25650  cuadro:
25651 \begin_inset Newline newline
25652 \end_inset
25653
25654
25655 \begin_inset Newline newline
25656 \end_inset
25657
25658
25659 \begin_inset Newline newline
25660 \end_inset
25661
25662
25663 \begin_inset Box Boxed
25664 position "c"
25665 hor_pos "c"
25666 has_inner_box 1
25667 inner_pos "c"
25668 use_parbox 0
25669 width "12col%"
25670 special "none"
25671 height "1in"
25672 height_special "depth"
25673 status open
25674
25675 \begin_layout Plain Layout
25676 \align center
25677 Cuadro con altura establecida en 1
25678 \begin_inset space \thinspace{}
25679 \end_inset
25680
25681 Profundidad
25682 \end_layout
25683
25684 \end_inset
25685
25686
25687 \begin_inset Newline newline
25688 \end_inset
25689
25690
25691 \begin_inset Newline newline
25692 \end_inset
25693
25694
25695 \end_layout
25696
25697 \begin_layout Description
25698 Alto Es la altura del texto que está dentro del cuadro.
25699  Un valor de, p.
25700 \begin_inset space \thinspace{}
25701 \end_inset
25702
25703 e.
25704 \begin_inset space ~
25705 \end_inset
25706
25707 2 para este tamaño fijará la altura del cuadro a 2 veces la altura del texto:
25708  
25709 \begin_inset Box Boxed
25710 position "c"
25711 hor_pos "c"
25712 has_inner_box 1
25713 inner_pos "c"
25714 use_parbox 0
25715 width "20col%"
25716 special "none"
25717 height "2in"
25718 height_special "height"
25719 status open
25720
25721 \begin_layout Plain Layout
25722 \align center
25723 Cuadro con altura puesta en 2
25724 \begin_inset space \thinspace{}
25725 \end_inset
25726
25727 Alto
25728 \end_layout
25729
25730 \end_inset
25731
25732
25733 \end_layout
25734
25735 \begin_layout Description
25736 Alto
25737 \begin_inset space ~
25738 \end_inset
25739
25740 total Esto es el Alto
25741 \begin_inset space \thinspace{}
25742 \end_inset
25743
25744 +
25745 \begin_inset space \thinspace{}
25746 \end_inset
25747
25748 Profundidad: 
25749 \begin_inset Box Boxed
25750 position "c"
25751 hor_pos "c"
25752 has_inner_box 1
25753 inner_pos "c"
25754 use_parbox 0
25755 width "20col%"
25756 special "none"
25757 height "1in"
25758 height_special "totalheight"
25759 status open
25760
25761 \begin_layout Plain Layout
25762 \align center
25763 Cuadro con altura puesta a 1
25764 \begin_inset space \thinspace{}
25765 \end_inset
25766
25767 Alto
25768 \begin_inset space ~
25769 \end_inset
25770
25771 total
25772 \end_layout
25773
25774 \end_inset
25775
25776
25777 \end_layout
25778
25779 \begin_layout Description
25780 Ancho Esto determina al ancho del cuadro como altura: 
25781 \begin_inset Box Boxed
25782 position "c"
25783 hor_pos "c"
25784 has_inner_box 1
25785 inner_pos "c"
25786 use_parbox 0
25787 width "12col%"
25788 special "none"
25789 height "1in"
25790 height_special "width"
25791 status open
25792
25793 \begin_layout Plain Layout
25794 \align center
25795 Cuadro con altura puesta en 1
25796 \begin_inset space \thinspace{}
25797 \end_inset
25798
25799 Ancho
25800 \end_layout
25801
25802 \end_inset
25803
25804
25805 \end_layout
25806
25807 \begin_layout Subsection
25808 Alineación
25809 \begin_inset Index
25810 status collapsed
25811
25812 \begin_layout Plain Layout
25813 Cuadros ! Alineación
25814 \end_layout
25815
25816 \end_inset
25817
25818
25819 \end_layout
25820
25821 \begin_layout Standard
25822 Si has elegido un 
25823 \family sans
25824 Cuadro
25825 \begin_inset space ~
25826 \end_inset
25827
25828 interior
25829 \family default
25830 , la alineación vertical del cuadro puede ser:
25831 \end_layout
25832
25833 \begin_layout Description
25834 Superior Ejemplo de línea de texto.
25835  
25836 \begin_inset Box Boxed
25837 position "t"
25838 hor_pos "c"
25839 has_inner_box 1
25840 inner_pos "c"
25841 use_parbox 0
25842 width "12col%"
25843 special "none"
25844 height "1in"
25845 height_special "totalheight"
25846 status collapsed
25847
25848 \begin_layout Plain Layout
25849 \align center
25850 Cuadro alineado arriba.
25851 \end_layout
25852
25853 \end_inset
25854
25855  Ejemplo de línea de texto.
25856 \end_layout
25857
25858 \begin_layout Description
25859 Medio Ejemplo de línea de texto.
25860  
25861 \begin_inset Box Boxed
25862 position "c"
25863 hor_pos "c"
25864 has_inner_box 1
25865 inner_pos "c"
25866 use_parbox 0
25867 width "12col%"
25868 special "none"
25869 height "1in"
25870 height_special "totalheight"
25871 status collapsed
25872
25873 \begin_layout Plain Layout
25874 \align center
25875 Cuadro alineado en medio.
25876 \end_layout
25877
25878 \end_inset
25879
25880  Ejemplo de línea de texto.
25881 \end_layout
25882
25883 \begin_layout Description
25884 Inferior Ejemplo de línea de texto.
25885  
25886 \begin_inset Box Boxed
25887 position "b"
25888 hor_pos "c"
25889 has_inner_box 1
25890 inner_pos "c"
25891 use_parbox 0
25892 width "12col%"
25893 special "none"
25894 height "1in"
25895 height_special "totalheight"
25896 status collapsed
25897
25898 \begin_layout Plain Layout
25899 \align center
25900 Cuadro alineado abajo.
25901 \end_layout
25902
25903 \end_inset
25904
25905  Ejemplo de línea de texto.
25906 \end_layout
25907
25908 \begin_layout Standard
25909 \begin_inset Note Greyedout
25910 status open
25911
25912 \begin_layout Plain Layout
25913
25914 \series bold
25915 Nota:
25916 \series default
25917  La alineación vertical puede desaparecer en la salida si hay dos cuadros
25918  en una línea y, p.
25919 \begin_inset space \thinspace{}
25920 \end_inset
25921
25922 e., uno de ellos tiene sombreado y el otro no.
25923 \end_layout
25924
25925 \end_inset
25926
25927
25928 \end_layout
25929
25930 \begin_layout Standard
25931 La alineación horizontal del cuadro puede establecerse en el diálogo de
25932  configuración de párrafo de LyX si colocas el cuadro en su propio párrafo.
25933 \end_layout
25934
25935 \begin_layout Standard
25936 \begin_inset VSpace bigskip
25937 \end_inset
25938
25939 Si has escogido un 
25940 \family sans
25941 Cuadro
25942 \begin_inset space ~
25943 \end_inset
25944
25945 interior
25946 \family default
25947 , el contenido puede alinearse verticalmente a:
25948 \end_layout
25949
25950 \begin_layout Description
25951 Superior Ejemplo de línea de texto.
25952  
25953 \begin_inset Box Boxed
25954 position "c"
25955 hor_pos "c"
25956 has_inner_box 1
25957 inner_pos "t"
25958 use_parbox 0
25959 width "12col%"
25960 special "none"
25961 height "1.5in"
25962 height_special "totalheight"
25963 status collapsed
25964
25965 \begin_layout Plain Layout
25966 \align center
25967 Cuadro con texto alineado arriba.
25968 \end_layout
25969
25970 \end_inset
25971
25972  Ejemplo de línea de texto.
25973 \end_layout
25974
25975 \begin_layout Description
25976 Medio Ejemplo de línea de texto.
25977  
25978 \begin_inset Box Boxed
25979 position "c"
25980 hor_pos "c"
25981 has_inner_box 1
25982 inner_pos "c"
25983 use_parbox 0
25984 width "12col%"
25985 special "none"
25986 height "1.5in"
25987 height_special "totalheight"
25988 status collapsed
25989
25990 \begin_layout Plain Layout
25991 \align center
25992 Cuadro con texto alineado en medio.
25993 \end_layout
25994
25995 \end_inset
25996
25997  Ejemplo de línea de texto.
25998 \end_layout
25999
26000 \begin_layout Description
26001 Inferior Ejemplo de línea de texto.
26002  
26003 \begin_inset Box Boxed
26004 position "c"
26005 hor_pos "c"
26006 has_inner_box 1
26007 inner_pos "b"
26008 use_parbox 0
26009 width "12col%"
26010 special "none"
26011 height "1.5in"
26012 height_special "totalheight"
26013 status collapsed
26014
26015 \begin_layout Plain Layout
26016 \align center
26017 Cuadro con texto alineado abajo.
26018 \end_layout
26019
26020 \end_inset
26021
26022  Ejemplo de línea de texto.
26023 \end_layout
26024
26025 \begin_layout Description
26026 Estirado Ejemplo de línea de texto.
26027  
26028 \begin_inset Box Boxed
26029 position "c"
26030 hor_pos "c"
26031 has_inner_box 1
26032 inner_pos "s"
26033 use_parbox 0
26034 width "12col%"
26035 special "none"
26036 height "1.5in"
26037 height_special "totalheight"
26038 status collapsed
26039
26040 \begin_layout Plain Layout
26041 \align center
26042 Este texto
26043 \end_layout
26044
26045 \begin_layout Plain Layout
26046 \align center
26047 está
26048 \end_layout
26049
26050 \begin_layout Plain Layout
26051 \align center
26052 estirado.
26053 \end_layout
26054
26055 \end_inset
26056
26057  Ejemplo de línea de texto.
26058 \end_layout
26059
26060 \begin_layout Standard
26061 Para estirar el contenido debe tener más de un párrafo.
26062  En el ejemplo anterior cada línea de texto está en un párrafo propio.
26063 \end_layout
26064
26065 \begin_layout Standard
26066 \begin_inset VSpace bigskip
26067 \end_inset
26068
26069 Para estirar horizontalmente el contenido usa el diálogo de párrafos de
26070  LyX cuando hayas escogido un 
26071 \family sans
26072 Cuadro
26073 \begin_inset space ~
26074 \end_inset
26075
26076 interior
26077 \family default
26078 .
26079 \end_layout
26080
26081 \begin_layout Standard
26082 \align center
26083 \begin_inset Box Boxed
26084 position "c"
26085 hor_pos "c"
26086 has_inner_box 1
26087 inner_pos "s"
26088 use_parbox 0
26089 width "15col%"
26090 special "none"
26091 height "1.25in"
26092 height_special "totalheight"
26093 status collapsed
26094
26095 \begin_layout Plain Layout
26096 \align left
26097 Cuadro
26098 \end_layout
26099
26100 \begin_layout Plain Layout
26101 \align center
26102 con texto
26103 \end_layout
26104
26105 \begin_layout Plain Layout
26106 \align right
26107 estirado
26108 \end_layout
26109
26110 \end_inset
26111
26112
26113 \end_layout
26114
26115 \begin_layout Standard
26116 Si no has establecido un 
26117 \family sans
26118 Cuadro
26119 \begin_inset space ~
26120 \end_inset
26121
26122 interior
26123 \family default
26124 , puedes alinear horizontalmente el contenido del cuadro en el diálogo de
26125  cuadro.
26126 \end_layout
26127
26128 \begin_layout Standard
26129 \align center
26130 \begin_inset Box Boxed
26131 position "c"
26132 hor_pos "s"
26133 has_inner_box 0
26134 inner_pos "s"
26135 use_parbox 0
26136 width "90col%"
26137 special "none"
26138 height "1.25in"
26139 height_special "totalheight"
26140 status collapsed
26141
26142 \begin_layout Plain Layout
26143 \align left
26144 Texto estirado horizontalmente.
26145 \end_layout
26146
26147 \end_inset
26148
26149
26150 \end_layout
26151
26152 \begin_layout Subsection
26153 Cuadros enmarcados
26154 \begin_inset CommandInset label
26155 LatexCommand label
26156 name "sec:Cuadros-Enmarcados"
26157
26158 \end_inset
26159
26160
26161 \begin_inset Index
26162 status collapsed
26163
26164 \begin_layout Plain Layout
26165 Cuadros ! Marcos
26166 \end_layout
26167
26168 \end_inset
26169
26170
26171 \end_layout
26172
26173 \begin_layout Standard
26174 El estilo de marco del cuadro se puede determinar en la lista desplegable
26175  
26176 \family sans
26177 Tipo
26178 \family default
26179  del diálogo de cuadros.
26180  Son posibles los siguientes marcos:
26181 \end_layout
26182
26183 \begin_layout Description
26184 Marco
26185 \begin_inset space ~
26186 \end_inset
26187
26188 rectangular Dibuja un marco rectangular alrededor del cuadro.
26189  El grosor del marco depende de 
26190 \series bold
26191
26192 \backslash
26193 fboxrule
26194 \series default
26195 .
26196  
26197 \begin_inset Box Boxed
26198 position "c"
26199 hor_pos "c"
26200 has_inner_box 1
26201 inner_pos "c"
26202 use_parbox 0
26203 width "25col%"
26204 special "none"
26205 height "1in"
26206 height_special "totalheight"
26207 status open
26208
26209 \begin_layout Plain Layout
26210 \align center
26211 Cuadro rectangular
26212 \end_layout
26213
26214 \end_inset
26215
26216
26217 \end_layout
26218
26219 \begin_layout Description
26220 Marco
26221 \begin_inset space ~
26222 \end_inset
26223
26224 ovalado,
26225 \begin_inset space ~
26226 \end_inset
26227
26228 fino Dibuja un marco ovalado cuya línea tiene un grosor de 0.4
26229 \begin_inset space \thinspace{}
26230 \end_inset
26231
26232 pt.
26233  
26234 \begin_inset Box ovalbox
26235 position "c"
26236 hor_pos "c"
26237 has_inner_box 1
26238 inner_pos "c"
26239 use_parbox 0
26240 width "25col%"
26241 special "none"
26242 height "1in"
26243 height_special "totalheight"
26244 status open
26245
26246 \begin_layout Plain Layout
26247 \align center
26248 Marco ovalado, fino
26249 \end_layout
26250
26251 \end_inset
26252
26253
26254 \end_layout
26255
26256 \begin_layout Description
26257 Marco
26258 \begin_inset space ~
26259 \end_inset
26260
26261 ovalado,
26262 \begin_inset space ~
26263 \end_inset
26264
26265 grueso Dibuja un marco ovalado cuya línea tiene un grosor de 0.8
26266 \begin_inset space \thinspace{}
26267 \end_inset
26268
26269 pt.
26270  
26271 \begin_inset Box Ovalbox
26272 position "c"
26273 hor_pos "c"
26274 has_inner_box 1
26275 inner_pos "c"
26276 use_parbox 0
26277 width "30col%"
26278 special "none"
26279 height "1in"
26280 height_special "totalheight"
26281 status open
26282
26283 \begin_layout Plain Layout
26284 \align center
26285 Cuadro ovalado, grueso
26286 \end_layout
26287
26288 \end_inset
26289
26290
26291 \end_layout
26292
26293 \begin_layout Description
26294 Marco
26295 \begin_inset space ~
26296 \end_inset
26297
26298 con
26299 \begin_inset space ~
26300 \end_inset
26301
26302 sombra Dibuja un cuadro rectangular con sombra alrededor del cuadro.
26303  El grosor de la línea tiene el tamaño dado por 
26304 \series bold
26305
26306 \backslash
26307 fboxrule
26308 \series default
26309 , la sombra tiene una anchura de 4
26310 \begin_inset space \thinspace{}
26311 \end_inset
26312
26313 pt.
26314  
26315 \begin_inset Box Shadowbox
26316 position "c"
26317 hor_pos "c"
26318 has_inner_box 1
26319 inner_pos "c"
26320 use_parbox 0
26321 width "20col%"
26322 special "none"
26323 height "1in"
26324 height_special "totalheight"
26325 status open
26326
26327 \begin_layout Plain Layout
26328 \align center
26329 Marco sombrado
26330 \end_layout
26331
26332 \end_inset
26333
26334
26335 \end_layout
26336
26337 \begin_layout Description
26338 Marco
26339 \begin_inset space ~
26340 \end_inset
26341
26342 doble Dibuja un rectángulo de línea doble alrededor del cuadro.
26343  El grosor de la línea interior es 0.75
26344 \begin_inset space \thinspace{}
26345 \end_inset
26346
26347
26348 \series bold
26349
26350 \backslash
26351 fboxrule
26352 \series default
26353 , el de la línea exterior es 1.5
26354 \begin_inset space \thinspace{}
26355 \end_inset
26356
26357
26358 \series bold
26359
26360 \backslash
26361 fboxrule
26362 \series default
26363 .
26364  La distancia entre líneas es 1.5
26365 \begin_inset space \thinspace{}
26366 \end_inset
26367
26368
26369 \series bold
26370
26371 \backslash
26372 fboxrule
26373 \series default
26374
26375 \begin_inset space \thinspace{}
26376 \end_inset
26377
26378 +
26379 \begin_inset space \thinspace{}
26380 \end_inset
26381
26382 0.5
26383 \begin_inset space \thinspace{}
26384 \end_inset
26385
26386 pt.
26387  
26388 \begin_inset Box Doublebox
26389 position "c"
26390 hor_pos "c"
26391 has_inner_box 1
26392 inner_pos "c"
26393 use_parbox 0
26394 width "20col%"
26395 special "none"
26396 height "1in"
26397 height_special "totalheight"
26398 status open
26399
26400 \begin_layout Plain Layout
26401 \align center
26402 Marco doble
26403 \end_layout
26404
26405 \end_inset
26406
26407
26408 \end_layout
26409
26410 \begin_layout Standard
26411 \begin_inset VSpace bigskip
26412 \end_inset
26413
26414 La etiqueta del recuadro en LyX cambiará según el estilo de marco elegido.
26415  Para poder utilizar los distintos marcos, debe estar instalado el paquete
26416  LaTeX 
26417 \series bold
26418 fancybox
26419 \series default
26420
26421 \begin_inset Index
26422 status collapsed
26423
26424 \begin_layout Plain Layout
26425 LaTeX-paquetes ! fancybox
26426 \end_layout
26427
26428 \end_inset
26429
26430 .
26431 \end_layout
26432
26433 \begin_layout Section
26434
26435 \lang english
26436 Box customization
26437 \begin_inset Index
26438 status open
26439
26440 \begin_layout Plain Layout
26441 Cuadros ! 
26442 \lang english
26443 Customization
26444 \end_layout
26445
26446 \end_inset
26447
26448
26449 \end_layout
26450
26451 \begin_layout Standard
26452 El valor predeterminado por 
26453 \series bold
26454
26455 \backslash
26456 fboxrule
26457 \series default
26458  es 0.4
26459 \begin_inset space \thinspace{}
26460 \end_inset
26461
26462 pt.
26463  Puede cambiarse con el siguiente comando en código TeX, p.
26464 \begin_inset space \thinspace{}
26465 \end_inset
26466
26467 e.
26468 \begin_inset space ~
26469 \end_inset
26470
26471 a
26472 \begin_inset space ~
26473 \end_inset
26474
26475 2
26476 \begin_inset space \thinspace{}
26477 \end_inset
26478
26479 pt:
26480 \end_layout
26481
26482 \begin_layout Standard
26483
26484 \series bold
26485
26486 \backslash
26487 setlength{
26488 \backslash
26489 fboxrule}{2pt}
26490 \end_layout
26491
26492 \begin_layout Standard
26493 \begin_inset ERT
26494 status collapsed
26495
26496 \begin_layout Plain Layout
26497
26498
26499 \backslash
26500 setlength{
26501 \backslash
26502 fboxrule}{2pt}
26503 \end_layout
26504
26505 \end_inset
26506
26507
26508 \begin_inset Box Boxed
26509 position "c"
26510 hor_pos "c"
26511 has_inner_box 1
26512 inner_pos "c"
26513 use_parbox 0
26514 width "25col%"
26515 special "none"
26516 height "1in"
26517 height_special "totalheight"
26518 status open
26519
26520 \begin_layout Plain Layout
26521 \align center
26522 Cuadro rectangular con 
26523 \series bold
26524
26525 \backslash
26526 fboxrule
26527 \series default
26528
26529 \begin_inset space \thinspace{}
26530 \end_inset
26531
26532 =
26533 \begin_inset space \thinspace{}
26534 \end_inset
26535
26536 2
26537 \begin_inset space \thinspace{}
26538 \end_inset
26539
26540 pt
26541 \end_layout
26542
26543 \end_inset
26544
26545
26546 \begin_inset ERT
26547 status collapsed
26548
26549 \begin_layout Plain Layout
26550
26551
26552 \backslash
26553 setlength{
26554 \backslash
26555 fboxrule}{0.4pt}
26556 \end_layout
26557
26558 \end_inset
26559
26560
26561 \end_layout
26562
26563 \begin_layout Standard
26564 \begin_inset VSpace bigskip
26565 \end_inset
26566
26567 El espacio entre el marco y el contenido del cuadro es 3
26568 \begin_inset space \thinspace{}
26569 \end_inset
26570
26571 pt por omisión para todos los estilos.
26572  Se puede cambiar mediante la longitud 
26573 \series bold
26574
26575 \backslash
26576 fboxsep
26577 \series default
26578 .
26579  Por ejemplo el comando
26580 \end_layout
26581
26582 \begin_layout Standard
26583
26584 \series bold
26585
26586 \backslash
26587 setlength{
26588 \backslash
26589 fboxsep}{10pt}
26590 \end_layout
26591
26592 \begin_layout Standard
26593 determina un valor de 10
26594 \begin_inset space \thinspace{}
26595 \end_inset
26596
26597 pt, como en el siguiente cuadro:
26598 \end_layout
26599
26600 \begin_layout Standard
26601 \begin_inset ERT
26602 status collapsed
26603
26604 \begin_layout Plain Layout
26605
26606
26607 \backslash
26608 setlength{
26609 \backslash
26610 fboxsep}{10pt}
26611 \end_layout
26612
26613 \end_inset
26614
26615
26616 \begin_inset Box Boxed
26617 position "c"
26618 hor_pos "c"
26619 has_inner_box 1
26620 inner_pos "c"
26621 use_parbox 0
26622 width "25col%"
26623 special "none"
26624 height "1in"
26625 height_special "totalheight"
26626 status open
26627
26628 \begin_layout Plain Layout
26629 \align center
26630 Cuadro rectangular con 
26631 \series bold
26632
26633 \backslash
26634 fboxsep
26635 \series default
26636
26637 \begin_inset space \thinspace{}
26638 \end_inset
26639
26640 =
26641 \begin_inset space \thinspace{}
26642 \end_inset
26643
26644 10
26645 \begin_inset space \thinspace{}
26646 \end_inset
26647
26648 pt
26649 \end_layout
26650
26651 \end_inset
26652
26653
26654 \begin_inset ERT
26655 status collapsed
26656
26657 \begin_layout Plain Layout
26658
26659
26660 \backslash
26661 setlength{
26662 \backslash
26663 fboxsep}{3pt}
26664 \end_layout
26665
26666 \end_inset
26667
26668
26669 \end_layout
26670
26671 \begin_layout Standard
26672 \begin_inset VSpace bigskip
26673 \end_inset
26674
26675 El diámetro de las esquinas de los cuadros ovalados se puede modificar con
26676  el comando 
26677 \series bold
26678
26679 \backslash
26680 cornersize
26681 \series default
26682 .
26683  El comando
26684 \end_layout
26685
26686 \begin_layout Standard
26687
26688 \series bold
26689
26690 \backslash
26691 cornersize*{1cm}
26692 \end_layout
26693
26694 \begin_layout Standard
26695 establece un diámetro de 1
26696 \begin_inset space \thinspace{}
26697 \end_inset
26698
26699 cm.
26700  El comando
26701 \end_layout
26702
26703 \begin_layout Standard
26704
26705 \series bold
26706
26707 \backslash
26708 cornersize{num}
26709 \end_layout
26710
26711 \begin_layout Standard
26712 fija el diámetro en 
26713 \family sans
26714 num
26715 \begin_inset space \thinspace{}
26716 \end_inset
26717
26718 ×
26719 \begin_inset space \thinspace{}
26720 \end_inset
26721
26722 mínimo
26723 \family default
26724  
26725 \family sans
26726 (ancho y alto del cuadro)
26727 \family default
26728 .
26729  Por omisión es 
26730 \series bold
26731
26732 \backslash
26733 cornersize{0.5}
26734 \series default
26735 .
26736 \end_layout
26737
26738 \begin_layout Standard
26739 \begin_inset ERT
26740 status collapsed
26741
26742 \begin_layout Plain Layout
26743
26744
26745 \backslash
26746 cornersize*{1.5cm}
26747 \end_layout
26748
26749 \end_inset
26750
26751
26752 \begin_inset Box Ovalbox
26753 position "c"
26754 hor_pos "c"
26755 has_inner_box 1
26756 inner_pos "c"
26757 use_parbox 0
26758 width "28col%"
26759 special "none"
26760 height "1in"
26761 height_special "totalheight"
26762 status open
26763
26764 \begin_layout Plain Layout
26765 \align center
26766 Cuadro ovalado con 
26767 \series bold
26768
26769 \backslash
26770 cornersize
26771 \series default
26772
26773 \begin_inset space \thinspace{}
26774 \end_inset
26775
26776 =
26777 \begin_inset space \thinspace{}
26778 \end_inset
26779
26780 1.5
26781 \begin_inset space \thinspace{}
26782 \end_inset
26783
26784 cm
26785 \end_layout
26786
26787 \end_inset
26788
26789
26790 \begin_inset ERT
26791 status collapsed
26792
26793 \begin_layout Plain Layout
26794
26795
26796 \backslash
26797 cornersize{0.5}
26798 \end_layout
26799
26800 \end_inset
26801
26802
26803 \end_layout
26804
26805 \begin_layout Standard
26806 \begin_inset VSpace bigskip
26807 \end_inset
26808
26809 El tamaño de la sombra se puede ajustar cambiando la longitud 
26810 \series bold
26811
26812 \backslash
26813 shadowsize
26814 \series default
26815 .
26816  Este comando la ajusta a 2
26817 \begin_inset space \thinspace{}
26818 \end_inset
26819
26820 pt en el cuadro siguiente:
26821 \end_layout
26822
26823 \begin_layout Standard
26824
26825 \series bold
26826
26827 \backslash
26828 setlength{
26829 \backslash
26830 shadowsize}{2pt}
26831 \end_layout
26832
26833 \begin_layout Standard
26834 \begin_inset ERT
26835 status collapsed
26836
26837 \begin_layout Plain Layout
26838
26839
26840 \backslash
26841 setlength{
26842 \backslash
26843 shadowsize}{2pt}
26844 \end_layout
26845
26846 \end_inset
26847
26848
26849 \begin_inset Box Shadowbox
26850 position "c"
26851 hor_pos "c"
26852 has_inner_box 1
26853 inner_pos "c"
26854 use_parbox 0
26855 width "28col%"
26856 special "none"
26857 height "1in"
26858 height_special "totalheight"
26859 status open
26860
26861 \begin_layout Plain Layout
26862 \align center
26863 Cuadro sombreado con 
26864 \series bold
26865
26866 \backslash
26867 shadowsize
26868 \series default
26869
26870 \begin_inset space \thinspace{}
26871 \end_inset
26872
26873 =
26874 \begin_inset space \thinspace{}
26875 \end_inset
26876
26877 2
26878 \begin_inset space \thinspace{}
26879 \end_inset
26880
26881 pt
26882 \end_layout
26883
26884 \end_inset
26885
26886
26887 \begin_inset ERT
26888 status collapsed
26889
26890 \begin_layout Plain Layout
26891
26892
26893 \backslash
26894 setlength{
26895 \backslash
26896 shadowsize}{4pt}
26897 \end_layout
26898
26899 \end_inset
26900
26901
26902 \end_layout
26903
26904 \begin_layout Standard
26905 \begin_inset VSpace bigskip
26906 \end_inset
26907
26908 Los cambios en las dimensiones son válidos para todos los cuadros que siguen
26909  a los comandos.
26910 \end_layout
26911
26912 \begin_layout Section
26913 Minipáginas
26914 \begin_inset CommandInset label
26915 LatexCommand label
26916 name "sec:Minipáginas"
26917
26918 \end_inset
26919
26920
26921 \begin_inset Index
26922 status collapsed
26923
26924 \begin_layout Plain Layout
26925 Cuadros ! Minipáginas
26926 \end_layout
26927
26928 \end_inset
26929
26930
26931 \end_layout
26932
26933 \begin_layout Standard
26934 Las minipáginas son tratadas por LaTeX como páginas dentro de páginas y
26935  por tanto pueden tener, por ejemplo, sus propias notas al pie.
26936 \end_layout
26937
26938 \begin_layout Standard
26939 Las minipáginas son útiles para escribir documentos con distintos lenguajes.
26940 \end_layout
26941
26942 \begin_layout Standard
26943 A continuación hay dos ejemplos de minipáginas adosadas.
26944  Su anchura está puesta en 45
26945 \begin_inset space \thinspace{}
26946 \end_inset
26947
26948 % y separadas por un relleno horizontal, insertado vía el menú 
26949 \family sans
26950 Insertar\SpecialChar \menuseparator
26951 Formato\SpecialChar \menuseparator
26952 Relleno
26953 \begin_inset space ~
26954 \end_inset
26955
26956 horizontal
26957 \family default
26958 .
26959 \end_layout
26960
26961 \begin_layout Standard
26962 \begin_inset Box Frameless
26963 position "t"
26964 hor_pos "c"
26965 has_inner_box 1
26966 inner_pos "c"
26967 use_parbox 0
26968 width "45col%"
26969 special "none"
26970 height "1in"
26971 height_special "totalheight"
26972 status open
26973
26974 \begin_layout Plain Layout
26975
26976 \lang german
26977 Dies ist ein deutscher Text.
26978  Dies ist ein deutscher Text.
26979  Dies ist ein deutscher Text.
26980  Dies ist ein deutscher Text.
26981  Dies ist ein deutscher Text.
26982  Dies ist ein deutscher Text.
26983  Dies ist ein deutscher Text.
26984  Dies ist ein deutscher Text.
26985  Dies ist ein deutscher Text.
26986  Dies ist ein deutscher Text.
26987  Dies ist ein deutscher Text.
26988  Dies ist ein deutscher Text.
26989  Dies ist ein deutscher Text
26990 \begin_inset Foot
26991 status collapsed
26992
26993 \begin_layout Plain Layout
26994
26995 \lang german
26996 Dies ist eine deutsche Fußnote.
26997 \end_layout
26998
26999 \end_inset
27000
27001 .
27002  Dies ist ein deutscher Text.
27003  Dies ist ein deutscher Text.
27004 \end_layout
27005
27006 \end_inset
27007
27008
27009 \begin_inset space \hfill{}
27010 \end_inset
27011
27012
27013 \begin_inset Box Frameless
27014 position "t"
27015 hor_pos "c"
27016 has_inner_box 1
27017 inner_pos "c"
27018 use_parbox 0
27019 width "45col%"
27020 special "none"
27021 height "1in"
27022 height_special "totalheight"
27023 status open
27024
27025 \begin_layout Plain Layout
27026 This is an English Text.
27027  This is an English Text.
27028  This is an English Text.
27029  This is an English Text.
27030  This is an English Text.
27031  This is an English Text.
27032  This is an English Text.
27033  This is an English Text.
27034  This is an English Text.
27035  This is an English Text.
27036  This is an English Text.
27037  This is an English Text.
27038  This is an English Text.
27039  This is an English Text.
27040  This is an English Text.
27041  This is an English Text.
27042 \begin_inset Foot
27043 status collapsed
27044
27045 \begin_layout Plain Layout
27046 This is an English footnote.
27047 \end_layout
27048
27049 \end_inset
27050
27051  This is an English Text.
27052  
27053 \end_layout
27054
27055 \end_inset
27056
27057
27058 \end_layout
27059
27060 \begin_layout Standard
27061 \begin_inset VSpace bigskip
27062 \end_inset
27063
27064 Otra aplicación de los cuadros son las notas a pie en tablas.
27065  Debido a una restricción de LaTeX las notas a pie en tablas no aparecen
27066  al final de la página actual.
27067  Pero si pones la tabla con notas al pie en una minipágina, las notas aparecen
27068  en la parte inferior, ordenadas con letras.
27069  La ordenación de las notas al pie se restablece en cada minipágina pero
27070  no fuera de las minipáginas.
27071 \end_layout
27072
27073 \begin_layout Standard
27074 La nota al pie en esta tabla no aparece: 
27075 \begin_inset Tabular
27076 <lyxtabular version="3" rows="3" columns="4">
27077 <features>
27078 <column alignment="center" valignment="top" width="0pt">
27079 <column alignment="center" valignment="top" width="0pt">
27080 <column alignment="center" valignment="top" width="0pt">
27081 <column alignment="center" valignment="top" width="0pt">
27082 <row>
27083 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
27084 \begin_inset Text
27085
27086 \begin_layout Plain Layout
27087 1
27088 \end_layout
27089
27090 \end_inset
27091 </cell>
27092 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
27093 \begin_inset Text
27094
27095 \begin_layout Plain Layout
27096 2
27097 \end_layout
27098
27099 \end_inset
27100 </cell>
27101 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
27102 \begin_inset Text
27103
27104 \begin_layout Plain Layout
27105 3
27106 \begin_inset Foot
27107 status open
27108
27109 \begin_layout Plain Layout
27110 Nota al pie en una tabla.
27111 \end_layout
27112
27113 \end_inset
27114
27115
27116 \end_layout
27117
27118 \end_inset
27119 </cell>
27120 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
27121 \begin_inset Text
27122
27123 \begin_layout Plain Layout
27124 4
27125 \end_layout
27126
27127 \end_inset
27128 </cell>
27129 </row>
27130 <row>
27131 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
27132 \begin_inset Text
27133
27134 \begin_layout Plain Layout
27135 a
27136 \end_layout
27137
27138 \end_inset
27139 </cell>
27140 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
27141 \begin_inset Text
27142
27143 \begin_layout Plain Layout
27144 b
27145 \end_layout
27146
27147 \end_inset
27148 </cell>
27149 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
27150 \begin_inset Text
27151
27152 \begin_layout Plain Layout
27153 c
27154 \end_layout
27155
27156 \end_inset
27157 </cell>
27158 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
27159 \begin_inset Text
27160
27161 \begin_layout Plain Layout
27162 d
27163 \end_layout
27164
27165 \end_inset
27166 </cell>
27167 </row>
27168 <row>
27169 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
27170 \begin_inset Text
27171
27172 \begin_layout Plain Layout
27173 e
27174 \end_layout
27175
27176 \end_inset
27177 </cell>
27178 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
27179 \begin_inset Text
27180
27181 \begin_layout Plain Layout
27182 f
27183 \end_layout
27184
27185 \end_inset
27186 </cell>
27187 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
27188 \begin_inset Text
27189
27190 \begin_layout Plain Layout
27191 g
27192 \end_layout
27193
27194 \end_inset
27195 </cell>
27196 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
27197 \begin_inset Text
27198
27199 \begin_layout Plain Layout
27200 h
27201 \end_layout
27202
27203 \end_inset
27204 </cell>
27205 </row>
27206 </lyxtabular>
27207
27208 \end_inset
27209
27210
27211 \end_layout
27212
27213 \begin_layout Standard
27214 \align center
27215 \begin_inset Box Frameless
27216 position "t"
27217 hor_pos "c"
27218 has_inner_box 1
27219 inner_pos "c"
27220 use_parbox 0
27221 width "30col%"
27222 special "none"
27223 height "1in"
27224 height_special "totalheight"
27225 status open
27226
27227 \begin_layout Plain Layout
27228 \align center
27229 \begin_inset Tabular
27230 <lyxtabular version="3" rows="3" columns="4">
27231 <features>
27232 <column alignment="center" valignment="top" width="0pt">
27233 <column alignment="center" valignment="top" width="0pt">
27234 <column alignment="center" valignment="top" width="0pt">
27235 <column alignment="center" valignment="top" width="0pt">
27236 <row>
27237 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
27238 \begin_inset Text
27239
27240 \begin_layout Plain Layout
27241 1
27242 \end_layout
27243
27244 \end_inset
27245 </cell>
27246 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
27247 \begin_inset Text
27248
27249 \begin_layout Plain Layout
27250 2
27251 \end_layout
27252
27253 \end_inset
27254 </cell>
27255 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
27256 \begin_inset Text
27257
27258 \begin_layout Plain Layout
27259 3
27260 \begin_inset Foot
27261 status open
27262
27263 \begin_layout Plain Layout
27264 Nota al pie en una tabla..
27265 \end_layout
27266
27267 \end_inset
27268
27269
27270 \end_layout
27271
27272 \end_inset
27273 </cell>
27274 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
27275 \begin_inset Text
27276
27277 \begin_layout Plain Layout
27278 4
27279 \end_layout
27280
27281 \end_inset
27282 </cell>
27283 </row>
27284 <row>
27285 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
27286 \begin_inset Text
27287
27288 \begin_layout Plain Layout
27289 a
27290 \end_layout
27291
27292 \end_inset
27293 </cell>
27294 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
27295 \begin_inset Text
27296
27297 \begin_layout Plain Layout
27298 b
27299 \end_layout
27300
27301 \end_inset
27302 </cell>
27303 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
27304 \begin_inset Text
27305
27306 \begin_layout Plain Layout
27307 c
27308 \end_layout
27309
27310 \end_inset
27311 </cell>
27312 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
27313 \begin_inset Text
27314
27315 \begin_layout Plain Layout
27316 d
27317 \end_layout
27318
27319 \end_inset
27320 </cell>
27321 </row>
27322 <row>
27323 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
27324 \begin_inset Text
27325
27326 \begin_layout Plain Layout
27327 e
27328 \end_layout
27329
27330 \end_inset
27331 </cell>
27332 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
27333 \begin_inset Text
27334
27335 \begin_layout Plain Layout
27336 f
27337 \end_layout
27338
27339 \end_inset
27340 </cell>
27341 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
27342 \begin_inset Text
27343
27344 \begin_layout Plain Layout
27345 g
27346 \end_layout
27347
27348 \end_inset
27349 </cell>
27350 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
27351 \begin_inset Text
27352
27353 \begin_layout Plain Layout
27354 h
27355 \end_layout
27356
27357 \end_inset
27358 </cell>
27359 </row>
27360 </lyxtabular>
27361
27362 \end_inset
27363
27364
27365 \end_layout
27366
27367 \end_inset
27368
27369
27370 \end_layout
27371
27372 \begin_layout Standard
27373 \begin_inset VSpace bigskip
27374 \end_inset
27375
27376 La configuración global de párrafos se ignora en las minipáginas.
27377  Esto significa que en las mismas no habrá espacio entre párrafos aunque
27378  pongas p.
27379 \begin_inset space \thinspace{}
27380 \end_inset
27381
27382 e.
27383 \begin_inset space ~
27384 \end_inset
27385
27386
27387 \family sans
27388 Salto
27389 \begin_inset space ~
27390 \end_inset
27391
27392 medio
27393 \family default
27394  en la configuración del documento.
27395 \end_layout
27396
27397 \begin_layout Standard
27398 Las minipáginas también sirven para poner un color de fondo para partes
27399  de texto, ver sección
27400 \begin_inset space ~
27401 \end_inset
27402
27403
27404 \begin_inset CommandInset ref
27405 LatexCommand ref
27406 reference "sub:Color-en-Párrafos"
27407
27408 \end_inset
27409
27410 .
27411 \end_layout
27412
27413 \begin_layout Standard
27414 \begin_inset Note Greyedout
27415 status open
27416
27417 \begin_layout Plain Layout
27418
27419 \series bold
27420 Nota:
27421 \series default
27422  No puedes tener flotantes o notas al margen en minipáginas pero sí puedes
27423  tener minipáginas en tablas, flotantes, y otros cuadros.
27424 \end_layout
27425
27426 \end_inset
27427
27428
27429 \end_layout
27430
27431 \begin_layout Section
27432 Cuadros de párrafo
27433 \begin_inset CommandInset label
27434 LatexCommand label
27435 name "sec:Cuadros-de-Párrafo"
27436
27437 \end_inset
27438
27439
27440 \begin_inset Index
27441 status collapsed
27442
27443 \begin_layout Plain Layout
27444 Cuadros ! de párrafo
27445 \end_layout
27446
27447 \end_inset
27448
27449
27450 \end_layout
27451
27452 \begin_layout Standard
27453 Los cuadros de párrafo son similares a las minipáginas con la diferencia
27454  de que no pueden contener notas al pie.
27455   La diferencia principal es que las minipáginas no son verdaderos cuadros
27456  sino entornos de LaTeX.
27457 \end_layout
27458
27459 \begin_layout Standard
27460 \align center
27461 \begin_inset Box Frameless
27462 position "t"
27463 hor_pos "c"
27464 has_inner_box 1
27465 inner_pos "t"
27466 use_parbox 1
27467 width "33col%"
27468 special "none"
27469 height "1in"
27470 height_special "totalheight"
27471 status collapsed
27472
27473 \begin_layout Plain Layout
27474 Texto en un cuadro de párrafo.
27475  Texto en un cuadro de párrafo.
27476  Esta nota no aparece:
27477 \begin_inset Foot
27478 status open
27479
27480 \begin_layout Plain Layout
27481 Esta es una nota en cuadro de párrafo y por eso no aparecerá.
27482 \end_layout
27483
27484 \end_inset
27485
27486
27487 \end_layout
27488
27489 \end_inset
27490
27491
27492 \end_layout
27493
27494 \begin_layout Section
27495 Cuadros para palabras y caracteres
27496 \begin_inset Index
27497 status collapsed
27498
27499 \begin_layout Plain Layout
27500 Cuadros ! para palabras y caracteres
27501 \end_layout
27502
27503 \end_inset
27504
27505
27506 \end_layout
27507
27508 \begin_layout Subsection
27509 Evitar la partición de palabras
27510 \begin_inset CommandInset label
27511 LatexCommand label
27512 name "sec:Evitar-la-Partición"
27513
27514 \end_inset
27515
27516
27517 \begin_inset Index
27518 status collapsed
27519
27520 \begin_layout Plain Layout
27521 Cuadros ! para evitar la partición de palabras
27522 \end_layout
27523
27524 \end_inset
27525
27526
27527 \end_layout
27528
27529 \begin_layout Standard
27530 Hay un tipo especial de cuadro para impedir que una palabra sea partida
27531  con guión.
27532 \begin_inset Newline newline
27533 \end_inset
27534
27535 He aquí un ejemplo:
27536 \end_layout
27537
27538 \begin_layout Standard
27539 Esta línea es un ejemplo para mostrar cómo evitar la división de «estalarguísima
27540 palabra».
27541 \end_layout
27542
27543 \begin_layout Standard
27544 Para evitar su división usa el comando
27545 \end_layout
27546
27547 \begin_layout Standard
27548
27549 \series bold
27550
27551 \backslash
27552 mbox{
27553 \end_layout
27554
27555 \begin_layout Standard
27556 en código TeX antes de la palabra.
27557  Tras ella inserta una llave de cierre «
27558 \series bold
27559 }
27560 \series default
27561 » en código TeX.
27562 \end_layout
27563
27564 \begin_layout Standard
27565 Este es el resultado:
27566 \end_layout
27567
27568 \begin_layout Standard
27569 Esta línea es un ejemplo para mostrar cómo prevenir la división de 
27570 \begin_inset ERT
27571 status collapsed
27572
27573 \begin_layout Plain Layout
27574
27575
27576 \backslash
27577 mbox{
27578 \end_layout
27579
27580 \end_inset
27581
27582 «estalarguísimapalabra».
27583 \begin_inset ERT
27584 status collapsed
27585
27586 \begin_layout Plain Layout
27587
27588 }
27589 \end_layout
27590
27591 \end_inset
27592
27593
27594 \end_layout
27595
27596 \begin_layout Standard
27597 Como alternativa puedes poner el comando «
27598 \series bold
27599
27600 \backslash
27601 -
27602 \series default
27603 » en código TeX directamente antes de la palabra:
27604 \end_layout
27605
27606 \begin_layout Standard
27607 Esta línea es un ejemplo para mostrar cómo prevenir la división de «
27608 \begin_inset ERT
27609 status collapsed
27610
27611 \begin_layout Plain Layout
27612
27613
27614 \backslash
27615 -
27616 \end_layout
27617
27618 \end_inset
27619
27620 estalarguísimapalabra».
27621 \end_layout
27622
27623 \begin_layout Standard
27624 Por supuesto, la palabra sobresale del margen.
27625  Para evitarlo añade, con el menú 
27626 \family sans
27627 Insertar\SpecialChar \menuseparator
27628 Formato\SpecialChar \menuseparator
27629 Salto
27630 \begin_inset space ~
27631 \end_inset
27632
27633 de
27634 \begin_inset space ~
27635 \end_inset
27636
27637
27638 \family default
27639 línea (atajo 
27640 \series bold
27641 Ctrl-Retorno
27642 \series default
27643 ), un salto de línea antes de la palabra:
27644 \end_layout
27645
27646 \begin_layout Standard
27647 Esta línea es un ejemplo para mostrar cómo prevenir la división de 
27648 \begin_inset Newline newline
27649 \end_inset
27650
27651
27652 \begin_inset ERT
27653 status collapsed
27654
27655 \begin_layout Plain Layout
27656
27657
27658 \backslash
27659 mbox{
27660 \end_layout
27661
27662 \end_inset
27663
27664 «estalarguísimapalabra».
27665 \begin_inset ERT
27666 status collapsed
27667
27668 \begin_layout Plain Layout
27669
27670 }
27671 \end_layout
27672
27673 \end_inset
27674
27675
27676 \end_layout
27677
27678 \begin_layout Subsection
27679 Alineación vertical
27680 \begin_inset CommandInset label
27681 LatexCommand label
27682 name "sub:Alineación-Vertical"
27683
27684 \end_inset
27685
27686
27687 \begin_inset Index
27688 status collapsed
27689
27690 \begin_layout Plain Layout
27691 Cuadros ! para alineación vertical
27692 \end_layout
27693
27694 \end_inset
27695
27696
27697 \end_layout
27698
27699 \begin_layout Standard
27700 Con ayuda del comando 
27701 \series bold
27702
27703 \backslash
27704 raisebox
27705 \series default
27706  puedes alinear verticalmente con el texto circundante palabras o caracteres.
27707  
27708 \series bold
27709
27710 \backslash
27711 raisebox
27712 \series default
27713  se utiliza según el esquema:
27714 \end_layout
27715
27716 \begin_layout Standard
27717
27718 \series bold
27719
27720 \backslash
27721 raisebox{elevación}[altura][profundidad]{contenido del cuadro}
27722 \end_layout
27723
27724 \begin_layout Standard
27725 La elevación puede ser un valor positivo para subir el cuadro o negativo
27726  para bajarlo.
27727 \end_layout
27728
27729 \begin_layout Standard
27730 Para alinear una palabra, p.
27731 \begin_inset space \thinspace{}
27732 \end_inset
27733
27734 e
27735 \begin_inset space ~
27736 \end_inset
27737
27738 «prevención» para que la parte inferior de la letra más «profunda» «p» esté
27739  en la línea de base, inserta el comando
27740 \end_layout
27741
27742 \begin_layout Standard
27743
27744 \series bold
27745
27746 \backslash
27747 raisebox{
27748 \backslash
27749 depth}{
27750 \end_layout
27751
27752 \begin_layout Standard
27753 en código TeX antes de la palabra.
27754  Detrás de la palabra inserta una llave de cierre «
27755 \series bold
27756 }
27757 \series default
27758 » en código TeX.
27759 \begin_inset Newline newline
27760 \end_inset
27761
27762 Este es el resultado:
27763 \end_layout
27764
27765 \begin_layout Standard
27766 Esto es una línea de texto con la palabra 
27767 \begin_inset ERT
27768 status collapsed
27769
27770 \begin_layout Plain Layout
27771
27772
27773 \backslash
27774 raisebox{
27775 \backslash
27776 depth}{
27777 \end_layout
27778
27779 \end_inset
27780
27781 «prevención»
27782 \begin_inset ERT
27783 status collapsed
27784
27785 \begin_layout Plain Layout
27786
27787 }
27788 \end_layout
27789
27790 \end_inset
27791
27792  elevada.
27793 \end_layout
27794
27795 \begin_layout Standard
27796 \begin_inset VSpace bigskip
27797 \end_inset
27798
27799 Al subir o bajar caracteres en una línea, se modifica el espacio entre líneas:
27800 \end_layout
27801
27802 \begin_layout Standard
27803 Esto es una línea de texto con la palabra 
27804 \begin_inset ERT
27805 status collapsed
27806
27807 \begin_layout Plain Layout
27808
27809
27810 \backslash
27811 raisebox{-
27812 \backslash
27813 depth}{
27814 \end_layout
27815
27816 \end_inset
27817
27818 «prevención»
27819 \begin_inset ERT
27820 status collapsed
27821
27822 \begin_layout Plain Layout
27823
27824 }
27825 \end_layout
27826
27827 \end_inset
27828
27829  como palabra más baja.
27830 \begin_inset Newline newline
27831 \end_inset
27832
27833 Esto es una línea de texto con la palabra 
27834 \begin_inset ERT
27835 status collapsed
27836
27837 \begin_layout Plain Layout
27838
27839
27840 \backslash
27841 raisebox{0.5cm}{
27842 \end_layout
27843
27844 \end_inset
27845
27846 «testigo»
27847 \begin_inset ERT
27848 status collapsed
27849
27850 \begin_layout Plain Layout
27851
27852 }
27853 \end_layout
27854
27855 \end_inset
27856
27857  como palabra más alta.
27858 \end_layout
27859
27860 \begin_layout Standard
27861 Si por alguna razón quieres impedir esto, pon la altura de cuadro a cero.
27862  Por ejemplo
27863 \end_layout
27864
27865 \begin_layout Standard
27866
27867 \series bold
27868
27869 \backslash
27870 raisebox{-
27871 \backslash
27872 depth}[0pt]{
27873 \end_layout
27874
27875 \begin_layout Standard
27876 Esto es una línea de texto con la palabra 
27877 \begin_inset ERT
27878 status collapsed
27879
27880 \begin_layout Plain Layout
27881
27882
27883 \backslash
27884 raisebox{-
27885 \backslash
27886 depth}[0pt]{
27887 \end_layout
27888
27889 \end_inset
27890
27891 «prevención»
27892 \begin_inset ERT
27893 status collapsed
27894
27895 \begin_layout Plain Layout
27896
27897 }
27898 \end_layout
27899
27900 \end_inset
27901
27902  como palabra más baja.
27903 \begin_inset Newline newline
27904 \end_inset
27905
27906 Esto es una línea de texto con la palabra 
27907 \begin_inset ERT
27908 status collapsed
27909
27910 \begin_layout Plain Layout
27911
27912
27913 \backslash
27914 raisebox{0.5cm}[0pt]{
27915 \end_layout
27916
27917 \end_inset
27918
27919 «testigo»
27920 \begin_inset ERT
27921 status collapsed
27922
27923 \begin_layout Plain Layout
27924
27925 }
27926 \end_layout
27927
27928 \end_inset
27929
27930  como palabra más alta.
27931 \end_layout
27932
27933 \begin_layout Section
27934 Cuadros coloreados
27935 \begin_inset CommandInset label
27936 LatexCommand label
27937 name "sec:Cuadros-Coloreados"
27938
27939 \end_inset
27940
27941
27942 \begin_inset Index
27943 status collapsed
27944
27945 \begin_layout Plain Layout
27946 Cuadros ! Color
27947 \end_layout
27948
27949 \end_inset
27950
27951
27952 \end_layout
27953
27954 \begin_layout Subsection
27955 Color en texto
27956 \begin_inset Index
27957 status collapsed
27958
27959 \begin_layout Plain Layout
27960 Color ! en texto
27961 \end_layout
27962
27963 \end_inset
27964
27965
27966 \end_layout
27967
27968 \begin_layout Standard
27969 Para colorear el fondo de un texto, éste debe ponerse en un cuadro coloreado.
27970  Esto requiere cargar el paquete LaTeX 
27971 \series bold
27972 color
27973 \series default
27974
27975 \begin_inset Index
27976 status collapsed
27977
27978 \begin_layout Plain Layout
27979 LaTeX-paquetes ! color
27980 \end_layout
27981
27982 \end_inset
27983
27984  en el preámbulo del documento con
27985 \end_layout
27986
27987 \begin_layout Standard
27988
27989 \series bold
27990
27991 \backslash
27992 @ifundef\SpecialChar \textcompwordmark{}
27993 ined{textcolor}
27994 \begin_inset Newline newline
27995 \end_inset
27996
27997
27998 \begin_inset ERT
27999 status collapsed
28000
28001 \begin_layout Plain Layout
28002
28003
28004 \backslash
28005 hphantom{ }
28006 \end_layout
28007
28008 \end_inset
28009
28010 {
28011 \backslash
28012 usepackage{color}}{}
28013 \end_layout
28014
28015 \begin_layout Standard
28016 LyX cargará automáticamente el paquete 
28017 \series bold
28018 color
28019 \series default
28020  cuando colorees texto.
28021 \begin_inset Foot
28022 status collapsed
28023
28024 \begin_layout Plain Layout
28025 Para evitar cargarlo dos veces se usa el comando 
28026 \series bold
28027
28028 \backslash
28029 @ifundef\SpecialChar \textcompwordmark{}
28030 ined
28031 \series default
28032 .
28033 \end_layout
28034
28035 \end_inset
28036
28037
28038 \end_layout
28039
28040 \begin_layout Standard
28041 \begin_inset VSpace medskip
28042 \end_inset
28043
28044 Los cuadros coloreados se crean con el comando 
28045 \series bold
28046
28047 \backslash
28048 colorbox
28049 \series default
28050 , de acuerdo con el siguiente esquema:
28051 \end_layout
28052
28053 \begin_layout Standard
28054
28055 \series bold
28056
28057 \backslash
28058 colorbox{color}{contenido del cuadro}
28059 \end_layout
28060
28061 \begin_layout Standard
28062 El contenido también puede ser un cuadro y los cuadros coloreados también
28063  pueden estar en otros cuadros.
28064 \end_layout
28065
28066 \begin_layout Standard
28067 Los siguientes colores están predefinidos:
28068 \begin_inset Newline newline
28069 \end_inset
28070
28071
28072 \family sans
28073 red
28074 \family default
28075
28076 \family sans
28077 green
28078 \family default
28079
28080 \family sans
28081 yellow, blue
28082 \family default
28083
28084 \family sans
28085 cyan
28086 \family default
28087 \series bold
28088 ,
28089 \series default
28090  
28091 \family sans
28092 magenta, black
28093 \family default
28094
28095 \family sans
28096 white
28097 \family default
28098 .
28099 \begin_inset Newline newline
28100 \end_inset
28101
28102 También puedes definir tus propios colores según se explica en la sección
28103 \begin_inset space ~
28104 \end_inset
28105
28106
28107 \begin_inset CommandInset ref
28108 LatexCommand ref
28109 reference "sec:Tablas-Coloreadas"
28110
28111 \end_inset
28112
28113 .
28114 \end_layout
28115
28116 \begin_layout Standard
28117 Por ejemplo, para poner fondo rojo a una palabra, inserta el comando
28118 \end_layout
28119
28120 \begin_layout Standard
28121
28122 \series bold
28123
28124 \backslash
28125 colorbox{red}{
28126 \end_layout
28127
28128 \begin_layout Standard
28129 en código TeX antes de la palabra.
28130  Tras la palabra inserta una llave de cierre «
28131 \series bold
28132 }
28133 \series default
28134 » en código TeX.
28135 \begin_inset Newline newline
28136 \end_inset
28137
28138 Este es el resultado:
28139 \end_layout
28140
28141 \begin_layout Standard
28142 Línea en la que la palabra 
28143 \begin_inset ERT
28144 status collapsed
28145
28146 \begin_layout Plain Layout
28147
28148
28149 \backslash
28150 colorbox{red}{
28151 \end_layout
28152
28153 \end_inset
28154
28155 «¡Atención!»
28156 \begin_inset ERT
28157 status collapsed
28158
28159 \begin_layout Plain Layout
28160
28161 }
28162 \end_layout
28163
28164 \end_inset
28165
28166  tiene fondo rojo.
28167 \end_layout
28168
28169 \begin_layout Standard
28170 \begin_inset VSpace bigskip
28171 \end_inset
28172
28173 Si quieres un marco de distinto color, puedes emplear el comando 
28174 \series bold
28175
28176 \backslash
28177 fcolorbox
28178 \series default
28179  con el esquema siguiente:
28180 \end_layout
28181
28182 \begin_layout Standard
28183
28184 \series bold
28185
28186 \backslash
28187 fcolorbox{color del marco}{color del cuadro}{contenido del cuadro}
28188 \end_layout
28189
28190 \begin_layout Standard
28191
28192 \series bold
28193
28194 \backslash
28195 fcolorbox
28196 \series default
28197  es una extensión de 
28198 \series bold
28199
28200 \backslash
28201 colorbox
28202 \series default
28203 .
28204  El grosor del marco y el espacio entre él y el contenido se puede ajustar
28205  con las longitudes 
28206 \series bold
28207
28208 \backslash
28209 fboxrule
28210 \series default
28211  y 
28212 \series bold
28213
28214 \backslash
28215 fboxsep
28216 \series default
28217 , respectivamente, como se describe en la sección
28218 \begin_inset space ~
28219 \end_inset
28220
28221
28222 \begin_inset CommandInset ref
28223 LatexCommand ref
28224 reference "sec:Cuadros-Enmarcados"
28225
28226 \end_inset
28227
28228 .
28229 \end_layout
28230
28231 \begin_layout Standard
28232 Para el ejemplo siguiente se ha utilizado el comando
28233 \end_layout
28234
28235 \begin_layout Standard
28236
28237 \series bold
28238
28239 \backslash
28240 fcolorbox{cyan}{magenta}{
28241 \end_layout
28242
28243 \begin_layout Standard
28244 Este es un ejemplo en el que se ha puesto un grosor de 1
28245 \begin_inset space \thinspace{}
28246 \end_inset
28247
28248 mm para la línea del marco:
28249 \begin_inset Newline newline
28250 \end_inset
28251
28252
28253 \begin_inset ERT
28254 status collapsed
28255
28256 \begin_layout Plain Layout
28257
28258
28259 \backslash
28260 fboxrule 1mm 
28261 \backslash
28262 fboxsep 1mm
28263 \end_layout
28264
28265 \end_inset
28266
28267
28268 \begin_inset ERT
28269 status collapsed
28270
28271 \begin_layout Plain Layout
28272
28273
28274 \backslash
28275 fcolorbox{cyan}{magenta}{
28276 \end_layout
28277
28278 \end_inset
28279
28280 Texto en un marco coloreado y enmarcado.
28281 \begin_inset ERT
28282 status collapsed
28283
28284 \begin_layout Plain Layout
28285
28286 }
28287 \end_layout
28288
28289 \end_inset
28290
28291
28292 \end_layout
28293
28294 \begin_layout Standard
28295 \begin_inset VSpace bigskip
28296 \end_inset
28297
28298 Por supuesto también puedes colorear el texto en un marco coloreado:
28299 \begin_inset Newline newline
28300 \end_inset
28301
28302
28303 \begin_inset ERT
28304 status collapsed
28305
28306 \begin_layout Plain Layout
28307
28308
28309 \backslash
28310 fcolorbox{cyan}{magenta}{
28311 \end_layout
28312
28313 \end_inset
28314
28315
28316 \color yellow
28317 Texto coloreado en un marco sombreado y coloreado.
28318 \color none
28319
28320 \begin_inset ERT
28321 status collapsed
28322
28323 \begin_layout Plain Layout
28324
28325 }
28326 \end_layout
28327
28328 \end_inset
28329
28330
28331 \begin_inset ERT
28332 status collapsed
28333
28334 \begin_layout Plain Layout
28335
28336
28337 \backslash
28338 fboxrule 0.4pt 
28339 \backslash
28340 fboxsep 3pt
28341 \end_layout
28342
28343 \end_inset
28344
28345
28346 \end_layout
28347
28348 \begin_layout Standard
28349
28350 \series bold
28351 \begin_inset VSpace medskip
28352 \end_inset
28353
28354
28355 \end_layout
28356
28357 \begin_layout Standard
28358 \begin_inset Note Greyedout
28359 status open
28360
28361 \begin_layout Plain Layout
28362
28363 \series bold
28364 Nota:
28365 \series default
28366  El texto en cuadros coloreados no puede tener saltos de línea.
28367  Para colorear líneas o párrafos múltiples, usa un cuadro dentro de un cuadro
28368  coloreado como se describe a continuación.
28369 \end_layout
28370
28371 \end_inset
28372
28373
28374 \end_layout
28375
28376 \begin_layout Subsection
28377 Color en párrafos
28378 \begin_inset CommandInset label
28379 LatexCommand label
28380 name "sub:Color-en-Párrafos"
28381
28382 \end_inset
28383
28384
28385 \begin_inset Index
28386 status collapsed
28387
28388 \begin_layout Plain Layout
28389 Color ! en párrafos
28390 \end_layout
28391
28392 \end_inset
28393
28394
28395 \end_layout
28396
28397 \begin_layout Standard
28398 Para poner color de fondo en más de una línea, pon el texto en una minipágina.
28399  Antes de la minipágina inserta el comando 
28400 \series bold
28401
28402 \backslash
28403 colorbox
28404 \end_layout
28405
28406 \begin_layout Standard
28407
28408 \series bold
28409
28410 \backslash
28411 colorbox{color}{
28412 \end_layout
28413
28414 \begin_layout Standard
28415 en código TeX.
28416  Detrás de la minipágina inserta una llave de cierre «
28417 \series bold
28418 }
28419 \series default
28420 » en código TeX.
28421 \end_layout
28422
28423 \begin_layout Standard
28424 \begin_inset ERT
28425 status collapsed
28426
28427 \begin_layout Plain Layout
28428
28429
28430 \backslash
28431 colorbox{grisclaro}{
28432 \end_layout
28433
28434 \end_inset
28435
28436
28437 \begin_inset Box Frameless
28438 position "t"
28439 hor_pos "c"
28440 has_inner_box 1
28441 inner_pos "t"
28442 use_parbox 0
28443 width "100col%"
28444 special "none"
28445 height "1in"
28446 height_special "totalheight"
28447 status collapsed
28448
28449 \begin_layout Plain Layout
28450 Texto con color de fondo.
28451  Texto con color de fondo.
28452 \end_layout
28453
28454 \begin_layout Plain Layout
28455 \begin_inset VSpace defskip
28456 \end_inset
28457
28458 El texto puede tener notas al pie
28459 \begin_inset Foot
28460 status open
28461
28462 \begin_layout Plain Layout
28463 Otro ejemplo de nota
28464 \end_layout
28465
28466 \end_inset
28467
28468  y puede incluir tablas y figuras.
28469 \end_layout
28470
28471 \begin_layout Plain Layout
28472 \align center
28473 \begin_inset Tabular
28474 <lyxtabular version="3" rows="3" columns="3">
28475 <features>
28476 <column alignment="center" valignment="top" width="0">
28477 <column alignment="center" valignment="top" width="0">
28478 <column alignment="center" valignment="top" width="0">
28479 <row>
28480 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
28481 \begin_inset Text
28482
28483 \begin_layout Plain Layout
28484 a
28485 \end_layout
28486
28487 \end_inset
28488 </cell>
28489 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
28490 \begin_inset Text
28491
28492 \begin_layout Plain Layout
28493 !
28494 \end_layout
28495
28496 \end_inset
28497 </cell>
28498 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
28499 \begin_inset Text
28500
28501 \begin_layout Plain Layout
28502 3
28503 \end_layout
28504
28505 \end_inset
28506 </cell>
28507 </row>
28508 <row>
28509 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
28510 \begin_inset Text
28511
28512 \begin_layout Plain Layout
28513 <
28514 \end_layout
28515
28516 \end_inset
28517 </cell>
28518 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
28519 \begin_inset Text
28520
28521 \begin_layout Plain Layout
28522 b2
28523 \begin_inset Quotes erd
28524 \end_inset
28525
28526 |
28527 \end_layout
28528
28529 \end_inset
28530 </cell>
28531 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
28532 \begin_inset Text
28533
28534 \begin_layout Plain Layout
28535 >
28536 \end_layout
28537
28538 \end_inset
28539 </cell>
28540 </row>
28541 <row>
28542 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
28543 \begin_inset Text
28544
28545 \begin_layout Plain Layout
28546 1
28547 \end_layout
28548
28549 \end_inset
28550 </cell>
28551 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
28552 \begin_inset Text
28553
28554 \begin_layout Plain Layout
28555 §
28556 \end_layout
28557
28558 \end_inset
28559 </cell>
28560 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
28561 \begin_inset Text
28562
28563 \begin_layout Plain Layout
28564 c
28565 \end_layout
28566
28567 \end_inset
28568 </cell>
28569 </row>
28570 </lyxtabular>
28571
28572 \end_inset
28573
28574
28575 \end_layout
28576
28577 \end_inset
28578
28579
28580 \begin_inset ERT
28581 status collapsed
28582
28583 \begin_layout Plain Layout
28584
28585 }
28586 \end_layout
28587
28588 \end_inset
28589
28590
28591 \end_layout
28592
28593 \begin_layout Section
28594 Cuadros rotados y escalados
28595 \end_layout
28596
28597 \begin_layout Standard
28598 Para poder usar los comandos descritos en esta sección hay que cargar el
28599  paquete LaTeX 
28600 \series bold
28601 graphicx
28602 \begin_inset Index
28603 status collapsed
28604
28605 \begin_layout Plain Layout
28606 LaTeX-paquetes ! graphicx
28607 \end_layout
28608
28609 \end_inset
28610
28611
28612 \series default
28613  en el preámbulo del documento, con el comando
28614 \end_layout
28615
28616 \begin_layout Standard
28617
28618 \series bold
28619
28620 \backslash
28621 @ifundefined{rotatebox}
28622 \begin_inset Newline newline
28623 \end_inset
28624
28625
28626 \begin_inset ERT
28627 status collapsed
28628
28629 \begin_layout Plain Layout
28630
28631
28632 \backslash
28633 hphantom{ }
28634 \end_layout
28635
28636 \end_inset
28637
28638 {
28639 \backslash
28640 usepackage{graphicx}}{}
28641 \end_layout
28642
28643 \begin_layout Standard
28644 \begin_inset Note Greyedout
28645 status open
28646
28647 \begin_layout Plain Layout
28648
28649 \series bold
28650 Nota: 
28651 \series default
28652 Algunos visores DVI no pueden mostrar material rotado o escalado.
28653 \end_layout
28654
28655 \end_inset
28656
28657
28658 \end_layout
28659
28660 \begin_layout Standard
28661 \begin_inset Note Greyedout
28662 status open
28663
28664 \begin_layout Plain Layout
28665
28666 \series bold
28667 Nota:
28668 \series default
28669  Los cuadros rotados o escalados no pueden contener flotantes.
28670 \end_layout
28671
28672 \end_inset
28673
28674
28675 \end_layout
28676
28677 \begin_layout Subsection
28678 Cuadros rotados
28679 \begin_inset Index
28680 status collapsed
28681
28682 \begin_layout Plain Layout
28683 Cuadros ! Rotar
28684 \end_layout
28685
28686 \end_inset
28687
28688
28689 \begin_inset Index
28690 status collapsed
28691
28692 \begin_layout Plain Layout
28693 Material rotado
28694 \end_layout
28695
28696 \end_inset
28697
28698
28699 \begin_inset Index
28700 status collapsed
28701
28702 \begin_layout Plain Layout
28703 Figuras ! Rotar
28704 \end_layout
28705
28706 \end_inset
28707
28708
28709 \begin_inset Index
28710 status collapsed
28711
28712 \begin_layout Plain Layout
28713 Tablas ! Rotar
28714 \end_layout
28715
28716 \end_inset
28717
28718
28719 \end_layout
28720
28721 \begin_layout Standard
28722 Para rotar material debes ponerlo en un cuadro rotado.
28723  Los cuadros rotados se crean con el comando 
28724 \series bold
28725
28726 \backslash
28727 rotatebox
28728 \series default
28729  en código TeX, según el esquema:
28730 \end_layout
28731
28732 \begin_layout Standard
28733
28734 \series bold
28735
28736 \backslash
28737 rotatebox[origen de rotación]{ángulo de rotación}{contenido del cuadro}
28738 \end_layout
28739
28740 \begin_layout Standard
28741 El origen de rotación se especifica en la forma 
28742 \series bold
28743 origin=position
28744 \series default
28745 .
28746  Son posibles las posiciones siguientes: 
28747 \emph on
28748 c
28749 \emph default
28750  (center), 
28751 \emph on
28752 l
28753 \emph default
28754  (left), 
28755 \emph on
28756 r
28757 \emph default
28758  (right), 
28759 \emph on
28760 b
28761 \emph default
28762  (bottom), 
28763 \emph on
28764 t
28765 \emph default
28766  (top), así como combinaciones adecuadas de las posiciones básicas.
28767  Por ejemplo, 
28768 \emph on
28769 lt
28770 \emph default
28771  significa que el origen de rotación es la esquina superior izquierda del
28772  cuadro.
28773  Si no se especifica origen de rotación se usará la posición 
28774 \emph on
28775 l
28776 \emph default
28777 .
28778  El ángulo de rotación es un número de grados, y puede ser negativo.
28779  El sentido de giro es contrario al de las agujas del reloj.
28780 \end_layout
28781
28782 \begin_layout Standard
28783 En el siguiente ejemplo se ha insertado el comando 
28784 \series bold
28785
28786 \backslash
28787 rotatebox[origin=c]{60}{ 
28788 \series default
28789 como código TeX delante del texto «con rotación»; después del texto, el
28790  cuadro se ha cerrado con llave de cierre en código TeX.
28791 \end_layout
28792
28793 \begin_layout Standard
28794 Esta línea contiene texto 
28795 \begin_inset ERT
28796 status collapsed
28797
28798 \begin_layout Plain Layout
28799
28800
28801 \backslash
28802 rotatebox[origin=c]{60}{
28803 \end_layout
28804
28805 \end_inset
28806
28807 con rotación
28808 \begin_inset ERT
28809 status collapsed
28810
28811 \begin_layout Plain Layout
28812
28813 }
28814 \end_layout
28815
28816 \end_inset
28817
28818 .
28819 \end_layout
28820
28821 \begin_layout Standard
28822 El contenido del cuadro puede ser también otro cuadro o una ecuación en
28823  línea:
28824 \end_layout
28825
28826 \begin_layout Standard
28827 En esta línea hay texto enmarcado 
28828 \begin_inset ERT
28829 status collapsed
28830
28831 \begin_layout Plain Layout
28832
28833
28834 \backslash
28835 rotatebox[origin=r]{-60}{
28836 \end_layout
28837
28838 \end_inset
28839
28840
28841 \begin_inset Box Doublebox
28842 position "c"
28843 hor_pos "c"
28844 has_inner_box 0
28845 inner_pos "c"
28846 use_parbox 0
28847 width "1in"
28848 special "width"
28849 height "1in"
28850 height_special "totalheight"
28851 status open
28852
28853 \begin_layout Plain Layout
28854 con rotación
28855 \end_layout
28856
28857 \end_inset
28858
28859
28860 \begin_inset ERT
28861 status collapsed
28862
28863 \begin_layout Plain Layout
28864
28865 }
28866 \end_layout
28867
28868 \end_inset
28869
28870  y 
28871 \begin_inset ERT
28872 status collapsed
28873
28874 \begin_layout Plain Layout
28875
28876
28877 \backslash
28878 rotatebox[origin=lb]{60}{
28879 \end_layout
28880
28881 \end_inset
28882
28883
28884 \begin_inset Formula $\int A\,\mathrm{d}x=B$
28885 \end_inset
28886
28887
28888 \begin_inset ERT
28889 status collapsed
28890
28891 \begin_layout Plain Layout
28892
28893 }
28894 \end_layout
28895
28896 \end_inset
28897
28898  una ecuación.
28899 \end_layout
28900
28901 \begin_layout Standard
28902 O una imagen o una tabla:
28903 \end_layout
28904
28905 \begin_layout Standard
28906 Aquí hay una imagen girada 
28907 \begin_inset ERT
28908 status collapsed
28909
28910 \begin_layout Plain Layout
28911
28912
28913 \backslash
28914 rotatebox[origin=lb]{90}{
28915 \end_layout
28916
28917 \end_inset
28918
28919
28920 \begin_inset Graphics
28921         filename ../clipart/platypus.eps
28922         lyxscale 50
28923         width 25col%
28924
28925 \end_inset
28926
28927
28928 \begin_inset ERT
28929 status collapsed
28930
28931 \begin_layout Plain Layout
28932
28933 }
28934 \end_layout
28935
28936 \end_inset
28937
28938  y una tabla girada 
28939 \begin_inset ERT
28940 status collapsed
28941
28942 \begin_layout Plain Layout
28943
28944
28945 \backslash
28946 rotatebox[origin=l]{-90}{
28947 \end_layout
28948
28949 \end_inset
28950
28951
28952 \begin_inset Tabular
28953 <lyxtabular version="3" rows="2" columns="2">
28954 <features>
28955 <column alignment="center" valignment="top" width="0">
28956 <column alignment="center" valignment="top" width="0">
28957 <row>
28958 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
28959 \begin_inset Text
28960
28961 \begin_layout Plain Layout
28962 q
28963 \end_layout
28964
28965 \end_inset
28966 </cell>
28967 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
28968 \begin_inset Text
28969
28970 \begin_layout Plain Layout
28971 w
28972 \end_layout
28973
28974 \end_inset
28975 </cell>
28976 </row>
28977 <row>
28978 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
28979 \begin_inset Text
28980
28981 \begin_layout Plain Layout
28982 e
28983 \end_layout
28984
28985 \end_inset
28986 </cell>
28987 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
28988 \begin_inset Text
28989
28990 \begin_layout Plain Layout
28991 r
28992 \end_layout
28993
28994 \end_inset
28995 </cell>
28996 </row>
28997 </lyxtabular>
28998
28999 \end_inset
29000
29001
29002 \begin_inset ERT
29003 status collapsed
29004
29005 \begin_layout Plain Layout
29006
29007 }
29008 \end_layout
29009
29010 \end_inset
29011
29012
29013 \end_layout
29014
29015 \begin_layout Subsection
29016 Cuadros escalados
29017 \begin_inset Index
29018 status collapsed
29019
29020 \begin_layout Plain Layout
29021 Cuadros ! Escalar
29022 \end_layout
29023
29024 \end_inset
29025
29026
29027 \begin_inset Index
29028 status collapsed
29029
29030 \begin_layout Plain Layout
29031 Material escalado
29032 \end_layout
29033
29034 \end_inset
29035
29036
29037 \begin_inset Index
29038 status collapsed
29039
29040 \begin_layout Plain Layout
29041 Figuras ! Escalar
29042 \end_layout
29043
29044 \end_inset
29045
29046
29047 \begin_inset Index
29048 status collapsed
29049
29050 \begin_layout Plain Layout
29051 Tablas ! Escalar
29052 \end_layout
29053
29054 \end_inset
29055
29056
29057 \end_layout
29058
29059 \begin_layout Standard
29060 Para escalar material se pueden usar los comandos 
29061 \series bold
29062
29063 \backslash
29064 scalebox
29065 \series default
29066  y 
29067 \series bold
29068
29069 \backslash
29070 resizebox 
29071 \series default
29072 en código TeX.
29073 \end_layout
29074
29075 \begin_layout Standard
29076
29077 \series bold
29078
29079 \backslash
29080 scalebox
29081 \series default
29082  se usa con el esquema siguiente:
29083 \end_layout
29084
29085 \begin_layout Standard
29086
29087 \series bold
29088
29089 \backslash
29090 scalebox{horizontal}[vertical]{contenido del cuadro}
29091 \end_layout
29092
29093 \begin_layout Standard
29094 Horizontal y vertical son los factores de escala correspondientes.
29095  Si no se especifica factor vertical, su valor será el mismo que el factor
29096  de escala horizontal.
29097  
29098 \end_layout
29099
29100 \begin_layout Standard
29101 Por ejemplo, el comando 
29102 \series bold
29103
29104 \backslash
29105 scalebox{2}{Hola} 
29106 \series default
29107 crea un 
29108 \begin_inset ERT
29109 status collapsed
29110
29111 \begin_layout Plain Layout
29112
29113
29114 \backslash
29115 scalebox{2}{
29116 \end_layout
29117
29118 \end_inset
29119
29120 Hola
29121 \begin_inset ERT
29122 status collapsed
29123
29124 \begin_layout Plain Layout
29125
29126 }
29127 \end_layout
29128
29129 \end_inset
29130
29131  de doble tamaño que el texto normal del documento.
29132 \end_layout
29133
29134 \begin_layout Standard
29135 El comando 
29136 \series bold
29137
29138 \backslash
29139 scalebox{2}[1]{Hola} 
29140 \series default
29141 distorsiona el 
29142 \begin_inset ERT
29143 status collapsed
29144
29145 \begin_layout Plain Layout
29146
29147
29148 \backslash
29149 scalebox{2}[1]{
29150 \end_layout
29151
29152 \end_inset
29153
29154 Hola
29155 \begin_inset ERT
29156 status collapsed
29157
29158 \begin_layout Plain Layout
29159
29160 }
29161 \end_layout
29162
29163 \end_inset
29164
29165 .
29166 \end_layout
29167
29168 \begin_layout Standard
29169 Si un factor de escala es negativo el contenido del cuadro es reflejado.
29170  Por eso el comando 
29171 \series bold
29172
29173 \backslash
29174 scalebox{-1}[1]{Hola} 
29175 \series default
29176 puede usarse para reflejar un texto: 
29177 \begin_inset ERT
29178 status collapsed
29179
29180 \begin_layout Plain Layout
29181
29182
29183 \backslash
29184 scalebox{-1}[1]{
29185 \end_layout
29186
29187 \end_inset
29188
29189 Hola
29190 \begin_inset ERT
29191 status collapsed
29192
29193 \begin_layout Plain Layout
29194
29195 }
29196 \end_layout
29197
29198 \end_inset
29199
29200 .
29201 \end_layout
29202
29203 \begin_layout Standard
29204
29205 \series bold
29206
29207 \backslash
29208 scalebox{1}[-1]{Hola} 
29209 \series default
29210 refleja el 
29211 \begin_inset ERT
29212 status collapsed
29213
29214 \begin_layout Plain Layout
29215
29216
29217 \backslash
29218 scalebox{1}[-1]{
29219 \end_layout
29220
29221 \end_inset
29222
29223 Hola
29224 \begin_inset ERT
29225 status collapsed
29226
29227 \begin_layout Plain Layout
29228
29229 }
29230 \end_layout
29231
29232 \end_inset
29233
29234  sobre la base.
29235 \end_layout
29236
29237 \begin_layout Standard
29238 El comando 
29239 \series bold
29240
29241 \backslash
29242 scalebox{-1}[1]{contenido del cuadro} 
29243 \series default
29244 puede sustituirse por 
29245 \series bold
29246
29247 \begin_inset Newline newline
29248 \end_inset
29249
29250
29251 \backslash
29252 reflectbox{contenido del cuadro}
29253 \begin_inset VSpace defskip
29254 \end_inset
29255
29256
29257 \end_layout
29258
29259 \begin_layout Standard
29260 El comando 
29261 \series bold
29262
29263 \backslash
29264 resizebox
29265 \series default
29266  sirve para escalar el cuadro a una altura y anchura definidas, según el
29267  esquema:
29268 \end_layout
29269
29270 \begin_layout Standard
29271
29272 \series bold
29273
29274 \backslash
29275 resizebox{anchura}{altura}{contenido del cuadro}
29276 \end_layout
29277
29278 \begin_layout Standard
29279 Si uno de los argumentos del comando es un signo de exclamación, 
29280 \series bold
29281 !
29282 \series default
29283 , la escala se produce de forma que se mantiene la relación de las dimensiones
29284  originales del contenido del cuadro.
29285  
29286 \end_layout
29287
29288 \begin_layout Standard
29289 El comando 
29290 \series bold
29291
29292 \backslash
29293 resizebox{2cm}{1cm}{Hola}
29294 \series default
29295  genera: 
29296 \begin_inset ERT
29297 status collapsed
29298
29299 \begin_layout Plain Layout
29300
29301
29302 \backslash
29303 resizebox{2cm}{1cm}{
29304 \end_layout
29305
29306 \end_inset
29307
29308 Hola
29309 \begin_inset ERT
29310 status collapsed
29311
29312 \begin_layout Plain Layout
29313
29314 }
29315 \end_layout
29316
29317 \end_inset
29318
29319
29320 \begin_inset Newline newline
29321 \end_inset
29322
29323 El comando 
29324 \series bold
29325
29326 \backslash
29327 resizebox{2cm}{!}{Hola}
29328 \series default
29329  genera: 
29330 \begin_inset ERT
29331 status collapsed
29332
29333 \begin_layout Plain Layout
29334
29335
29336 \backslash
29337 resizebox{2cm}{!}{
29338 \end_layout
29339
29340 \end_inset
29341
29342 Hola
29343 \begin_inset ERT
29344 status collapsed
29345
29346 \begin_layout Plain Layout
29347
29348 }
29349 \end_layout
29350
29351 \end_inset
29352
29353
29354 \end_layout
29355
29356 \begin_layout Standard
29357 \begin_inset VSpace defskip
29358 \end_inset
29359
29360
29361 \end_layout
29362
29363 \begin_layout Standard
29364 \begin_inset Note Greyedout
29365 status open
29366
29367 \begin_layout Plain Layout
29368
29369 \series bold
29370 Nota: 
29371 \series default
29372 Si los argumentos de 
29373 \series bold
29374
29375 \backslash
29376 scalebox
29377 \series default
29378  o 
29379 \series bold
29380
29381 \backslash
29382 resizebox
29383 \series default
29384  son cero, no se generan errores de LaTeX al exportar el documento, pero
29385  puede suceder que la salida no se muestre o que sea incompleta.
29386  
29387 \end_layout
29388
29389 \end_inset
29390
29391
29392 \begin_inset VSpace defskip
29393 \end_inset
29394
29395
29396 \end_layout
29397
29398 \begin_layout Standard
29399 Los cuadros se pueden combinar en cualquier orden.
29400  Por ejemplo, el comando
29401 \series bold
29402
29403 \begin_inset Newline newline
29404 \end_inset
29405
29406
29407 \backslash
29408 rotatebox[origin=c]{-45}{
29409 \backslash
29410 resizebox{2cm}{!}{
29411 \backslash
29412 reflectbox{Hola}}}
29413 \begin_inset Newline newline
29414 \end_inset
29415
29416
29417 \series default
29418 genera:
29419 \end_layout
29420
29421 \begin_layout Standard
29422 \noindent
29423 \align center
29424 \begin_inset ERT
29425 status collapsed
29426
29427 \begin_layout Plain Layout
29428
29429
29430 \backslash
29431 rotatebox[origin=c]{-45}{
29432 \backslash
29433 resizebox{2cm}{!}{
29434 \backslash
29435 reflectbox{
29436 \end_layout
29437
29438 \end_inset
29439
29440 Hola
29441 \begin_inset ERT
29442 status collapsed
29443
29444 \begin_layout Plain Layout
29445
29446 }}}
29447 \end_layout
29448
29449 \end_inset
29450
29451
29452 \end_layout
29453
29454 \begin_layout Standard
29455 \noindent
29456 Un cuadro puede contener imágenes, tablas y ecuaciones en línea:
29457 \end_layout
29458
29459 \begin_layout Standard
29460 \noindent
29461
29462 \end_layout
29463
29464 \begin_layout Standard
29465 \align center
29466 \begin_inset ERT
29467 status collapsed
29468
29469 \begin_layout Plain Layout
29470
29471
29472 \backslash
29473 rotatebox[origin=c]{-30}{
29474 \backslash
29475 resizebox{2cm}{!}{
29476 \backslash
29477 reflectbox{
29478 \end_layout
29479
29480 \end_inset
29481
29482
29483 \begin_inset Graphics
29484         filename ../clipart/platypus.eps
29485         lyxscale 50
29486         width 25col%
29487
29488 \end_inset
29489
29490
29491 \begin_inset ERT
29492 status collapsed
29493
29494 \begin_layout Plain Layout
29495
29496 }}}
29497 \end_layout
29498
29499 \end_inset
29500
29501
29502 \begin_inset ERT
29503 status collapsed
29504
29505 \begin_layout Plain Layout
29506
29507
29508 \backslash
29509 rotatebox[origin=c]{-45}{
29510 \backslash
29511 resizebox{2cm}{!}{
29512 \backslash
29513 reflectbox{
29514 \end_layout
29515
29516 \end_inset
29517
29518
29519 \begin_inset Tabular
29520 <lyxtabular version="3" rows="2" columns="2">
29521 <features>
29522 <column alignment="center" valignment="top" width="0">
29523 <column alignment="center" valignment="top" width="0">
29524 <row>
29525 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
29526 \begin_inset Text
29527
29528 \begin_layout Plain Layout
29529 q
29530 \end_layout
29531
29532 \end_inset
29533 </cell>
29534 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
29535 \begin_inset Text
29536
29537 \begin_layout Plain Layout
29538 w
29539 \end_layout
29540
29541 \end_inset
29542 </cell>
29543 </row>
29544 <row>
29545 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
29546 \begin_inset Text
29547
29548 \begin_layout Plain Layout
29549 e
29550 \end_layout
29551
29552 \end_inset
29553 </cell>
29554 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
29555 \begin_inset Text
29556
29557 \begin_layout Plain Layout
29558 r
29559 \end_layout
29560
29561 \end_inset
29562 </cell>
29563 </row>
29564 </lyxtabular>
29565
29566 \end_inset
29567
29568
29569 \begin_inset ERT
29570 status collapsed
29571
29572 \begin_layout Plain Layout
29573
29574 }}}
29575 \end_layout
29576
29577 \end_inset
29578
29579
29580 \begin_inset ERT
29581 status collapsed
29582
29583 \begin_layout Plain Layout
29584
29585
29586 \backslash
29587 rotatebox[origin=c]{-45}{
29588 \backslash
29589 resizebox{2cm}{!}{
29590 \backslash
29591 reflectbox{
29592 \end_layout
29593
29594 \end_inset
29595
29596
29597 \begin_inset Formula $\int A\,\mathrm{d}x=B$
29598 \end_inset
29599
29600
29601 \begin_inset ERT
29602 status collapsed
29603
29604 \begin_layout Plain Layout
29605
29606 }}}
29607 \end_layout
29608
29609 \end_inset
29610
29611
29612 \end_layout
29613
29614 \begin_layout Standard
29615 Si se usa el estilo global 
29616 \series bold
29617 fleqn
29618 \series default
29619  para las ecuaciones del documento,
29620 \begin_inset Foot
29621 status collapsed
29622
29623 \begin_layout Plain Layout
29624 Si «fleqn» se añade a las opciones de clase del documento.
29625 \end_layout
29626
29627 \end_inset
29628
29629  también pueden escalarse las ecuaciones en estilo presentación.
29630 \end_layout
29631
29632 \begin_layout Chapter
29633 Archivo
29634 \begin_inset Index
29635 status collapsed
29636
29637 \begin_layout Plain Layout
29638 Archivo, insertar
29639 \end_layout
29640
29641 \end_inset
29642
29643
29644 \end_layout
29645
29646 \begin_layout Standard
29647 Con el menú 
29648 \family sans
29649 Insertar\SpecialChar \menuseparator
29650 Archivo 
29651 \family default
29652 se pueden insertar archivos externos en un documento.
29653  Estos pueden ser:
29654 \end_layout
29655
29656 \begin_layout Description
29657 Documento
29658 \begin_inset space ~
29659 \end_inset
29660
29661 LyX Otro documento LyX; su contenido se inserta directamente en tu documento.
29662 \end_layout
29663
29664 \begin_layout Description
29665 Texto
29666 \begin_inset space ~
29667 \end_inset
29668
29669 simple
29670 \begin_inset space ~
29671 \end_inset
29672
29673 como
29674 \begin_inset space ~
29675 \end_inset
29676
29677 líneas Un documento de texto; cada línea del mismo se inserta en tu documento
29678  como un nuevo párrafo.
29679 \end_layout
29680
29681 \begin_layout Description
29682 Texto
29683 \begin_inset space ~
29684 \end_inset
29685
29686 simple
29687 \begin_inset space ~
29688 \end_inset
29689
29690 como
29691 \begin_inset space ~
29692 \end_inset
29693
29694 párrafos Un documento de texto; cada línea del texto se inserta tal como
29695  está, formando un solo párrafo.
29696  Las líneas vacías generan un nuevo párrafo en tu documento.
29697 \end_layout
29698
29699 \begin_layout Description
29700 Material
29701 \begin_inset space ~
29702 \end_inset
29703
29704 externo Archivos en diversos formatos.
29705 \end_layout
29706
29707 \begin_layout Description
29708 Documento
29709 \begin_inset space ~
29710 \end_inset
29711
29712 hijo Documentos LyX, LaTeX o texto simple.
29713 \end_layout
29714
29715 \begin_layout Section
29716 Material externo
29717 \begin_inset Index
29718 status collapsed
29719
29720 \begin_layout Plain Layout
29721 Material externo
29722 \end_layout
29723
29724 \end_inset
29725
29726
29727 \end_layout
29728
29729 \begin_layout Standard
29730 Esta característica te permite insertar archivos en tu documento sin convertirlo
29731 s previamente a un formato legible en la salida, ya que LyX se ocupa de
29732  las necesarias conversiones.
29733  Esto es parecido a la inserción de imágenes en diversos formatos en los
29734  documentos LyX.
29735 \end_layout
29736
29737 \begin_layout Standard
29738 El material externo se puede insertar mediante el diálogo que surge a partir
29739  del menú 
29740 \family sans
29741 Insertar\SpecialChar \menuseparator
29742 Archivo\SpecialChar \menuseparator
29743 Material
29744 \begin_inset space ~
29745 \end_inset
29746
29747 externo
29748 \family default
29749 .
29750  Actualmente se permiten los siguientes tipos de archivo (
29751 \family sans
29752 Plantillas
29753 \family default
29754 ):
29755 \end_layout
29756
29757 \begin_layout Description
29758 Diagrama
29759 \begin_inset space ~
29760 \end_inset
29761
29762 de
29763 \begin_inset space ~
29764 \end_inset
29765
29766 ajedrez Esta plantilla soporta diagramas posicionales de ajedrez hechos
29767  con el programa 
29768 \series bold
29769
29770 \begin_inset CommandInset href
29771 LatexCommand href
29772 name "XBoard"
29773 target "http://en.wikipedia.org/wiki/XBoard"
29774
29775 \end_inset
29776
29777
29778 \series default
29779 .
29780 \end_layout
29781
29782 \begin_layout Description
29783 Fecha Esta inserta la fecha en el formato 
29784 \emph on
29785 Día-Mes-Año.
29786
29787 \emph default
29788  A continuación hay una fecha insertada como material externo: 
29789 \begin_inset External
29790         template Date
29791         filename ...
29792
29793 \end_inset
29794
29795
29796 \lang english
29797
29798 \begin_inset space ~
29799 \end_inset
29800
29801
29802 \begin_inset Note Note
29803 status open
29804
29805 \begin_layout Plain Layout
29806
29807 \lang english
29808 Remove the protected space when bug 4398 is fixed!
29809 \end_layout
29810
29811 \end_inset
29812
29813
29814 \lang spanish
29815
29816 \begin_inset Newline newline
29817 \end_inset
29818
29819 La fecha no se muestra en LyX, sólo en la salida.
29820  Hay otros dos métodos de insertar una fecha, con el menú 
29821 \family sans
29822 Insertar\SpecialChar \menuseparator
29823 Fecha
29824 \family default
29825  y con el comando LaTeX 
29826 \series bold
29827
29828 \backslash
29829 today
29830 \series default
29831  en código TeX.
29832  Los distintos métodos se comparan en la tabla
29833 \begin_inset space ~
29834 \end_inset
29835
29836
29837 \begin_inset CommandInset ref
29838 LatexCommand ref
29839 reference "tab:Comparación-de"
29840
29841 \end_inset
29842
29843 .
29844 \end_layout
29845
29846 \begin_layout Description
29847 LilyPond Esta plantilla sirve para tipografiar notación musical con el programa
29848 \begin_inset Newline linebreak
29849 \end_inset
29850
29851
29852 \series bold
29853
29854 \begin_inset CommandInset href
29855 LatexCommand href
29856 name "LilyPond"
29857 target "http://en.wikipedia.org/wiki/LilyPond"
29858
29859 \end_inset
29860
29861
29862 \series default
29863 .
29864 \end_layout
29865
29866 \begin_layout Description
29867 RasterImage Sirve para insertar imágenes bitmap.
29868  Casi todos los formatos populares de imágenes están soportados.
29869  Las imágenes se pueden tratar en el diálogo 
29870 \family sans
29871 Material Externo
29872 \family default
29873  como las que habitualmente se incluyen mediante el diálogo 
29874 \family sans
29875 Gráficos
29876 \family default
29877 , tal como se explica en la sección
29878 \begin_inset space ~
29879 \end_inset
29880
29881
29882 \begin_inset CommandInset ref
29883 LatexCommand ref
29884 reference "sec:Diálogo-Gráficos"
29885
29886 \end_inset
29887
29888 .
29889  La diferencia es que sólo se permiten imágenes bitmap, por tanto las imágenes
29890  PDF y EPS no están soportadas.
29891 \end_layout
29892
29893 \begin_layout Description
29894 XFig Esta plantilla soporta imágenes creadas con el programa 
29895 \series bold
29896
29897 \begin_inset CommandInset href
29898 LatexCommand href
29899 name "Xfig"
29900 target "http://en.wikipedia.org/wiki/Xfig"
29901
29902 \end_inset
29903
29904
29905 \series default
29906 .
29907 \end_layout
29908
29909 \begin_layout Standard
29910 \begin_inset Float table
29911 placement h
29912 wide false
29913 sideways false
29914 status open
29915
29916 \begin_layout Plain Layout
29917 \begin_inset Caption
29918
29919 \begin_layout Plain Layout
29920 \begin_inset CommandInset label
29921 LatexCommand label
29922 name "tab:Comparación-de"
29923
29924 \end_inset
29925
29926 Comparación de los métodos de inserción de fecha.
29927 \end_layout
29928
29929 \end_inset
29930
29931
29932 \end_layout
29933
29934 \begin_layout Plain Layout
29935 \align center
29936 \begin_inset Tabular
29937 <lyxtabular version="3" rows="4" columns="4">
29938 <features>
29939 <column alignment="center" valignment="top" width="0">
29940 <column alignment="center" valignment="top" width="0">
29941 <column alignment="center" valignment="top" width="0">
29942 <column alignment="center" valignment="top" width="0">
29943 <row>
29944 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
29945 \begin_inset Text
29946
29947 \begin_layout Plain Layout
29948 Tipo del Documento
29949 \end_layout
29950
29951 \end_inset
29952 </cell>
29953 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
29954 \begin_inset Text
29955
29956 \begin_layout Plain Layout
29957
29958 \family sans
29959 Material Externo\SpecialChar \menuseparator
29960 Fecha
29961 \end_layout
29962
29963 \end_inset
29964 </cell>
29965 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
29966 \begin_inset Text
29967
29968 \begin_layout Plain Layout
29969
29970 \family sans
29971 Insertar\SpecialChar \menuseparator
29972 Fecha
29973 \end_layout
29974
29975 \end_inset
29976 </cell>
29977 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
29978 \begin_inset Text
29979
29980 \begin_layout Plain Layout
29981 comando 
29982 \series bold
29983
29984 \backslash
29985 today
29986 \end_layout
29987
29988 \end_inset
29989 </cell>
29990 </row>
29991 <row>
29992 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
29993 \begin_inset Text
29994
29995 \begin_layout Plain Layout
29996 LyX
29997 \end_layout
29998
29999 \end_inset
30000 </cell>
30001 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
30002 \begin_inset Text
30003
30004 \begin_layout Plain Layout
30005 como cuadro
30006 \end_layout
30007
30008 \end_inset
30009 </cell>
30010 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
30011 \begin_inset Text
30012
30013 \begin_layout Plain Layout
30014 como fecha
30015 \end_layout
30016
30017 \end_inset
30018 </cell>
30019 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
30020 \begin_inset Text
30021
30022 \begin_layout Plain Layout
30023 como cuadro en código TeX
30024 \end_layout
30025
30026 \end_inset
30027 </cell>
30028 </row>
30029 <row>
30030 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
30031 \begin_inset Text
30032
30033 \begin_layout Plain Layout
30034 LaTeX
30035 \end_layout
30036
30037 \end_inset
30038 </cell>
30039 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
30040 \begin_inset Text
30041
30042 \begin_layout Plain Layout
30043 como fecha
30044 \end_layout
30045
30046 \end_inset
30047 </cell>
30048 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
30049 \begin_inset Text
30050
30051 \begin_layout Plain Layout
30052 como fecha
30053 \end_layout
30054
30055 \end_inset
30056 </cell>
30057 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
30058 \begin_inset Text
30059
30060 \begin_layout Plain Layout
30061 como comando
30062 \end_layout
30063
30064 \end_inset
30065 </cell>
30066 </row>
30067 <row>
30068 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
30069 \begin_inset Text
30070
30071 \begin_layout Plain Layout
30072 DVI, PDF, PS
30073 \end_layout
30074
30075 \end_inset
30076 </cell>
30077 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
30078 \begin_inset Text
30079
30080 \begin_layout Plain Layout
30081 como fecha
30082 \end_layout
30083
30084 \end_inset
30085 </cell>
30086 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
30087 \begin_inset Text
30088
30089 \begin_layout Plain Layout
30090 como fecha
30091 \end_layout
30092
30093 \end_inset
30094 </cell>
30095 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
30096 \begin_inset Text
30097
30098 \begin_layout Plain Layout
30099 como fecha
30100 \end_layout
30101
30102 \end_inset
30103 </cell>
30104 </row>
30105 </lyxtabular>
30106
30107 \end_inset
30108
30109
30110 \end_layout
30111
30112 \end_inset
30113
30114
30115 \end_layout
30116
30117 \begin_layout Standard
30118 Si utilizas la opción 
30119 \family sans
30120 Borrador
30121 \family default
30122  en la solapa 
30123 \family sans
30124 Archivo
30125 \family default
30126  del diálogo 
30127 \family sans
30128 Material Externo
30129 \family default
30130 , en el documento de salida sólo se muestra la ruta al archivo insertado.
30131 \family sans
30132
30133 \begin_inset Newline newline
30134 \end_inset
30135
30136
30137 \family default
30138 El material externo se muestra en LyX como un cuadro del tipo:
30139 \family sans
30140  
30141 \family default
30142
30143 \begin_inset Graphics
30144         filename clipart/MaterialExternoQt4.png
30145         scale 80
30146
30147 \end_inset
30148
30149  o como imagen, según la configuración elegida en la solapa 
30150 \family sans
30151 Vista
30152 \begin_inset space ~
30153 \end_inset
30154
30155 LyX 
30156 \family default
30157 del diálogo 
30158 \family sans
30159 Material Externo.
30160 \end_layout
30161
30162 \begin_layout Standard
30163 En el manual 
30164 \emph on
30165 Personalización
30166 \emph default
30167  se explica cómo definir tus propias plantillas.
30168 \end_layout
30169
30170 \begin_layout Section
30171 Documento hijo
30172 \begin_inset CommandInset label
30173 LatexCommand label
30174 name "sec:Documento-Hijo"
30175
30176 \end_inset
30177
30178
30179 \begin_inset Index
30180 status collapsed
30181
30182 \begin_layout Plain Layout
30183 Documento hijo
30184 \end_layout
30185
30186 \end_inset
30187
30188
30189 \end_layout
30190
30191 \begin_layout Standard
30192 Los documentos hijos se emplean en el caso de tener un documento extenso
30193  compuesto por varias partes o secciones más grandes.
30194  Para trabajar en este tipo de documentos es útil, y a veces obligado, dividirlo
30195  en varios archivos que pueden ser revisados por separado.
30196  Estos archivos se conocen como documentos hijos, y el llamado documento
30197  maestro los conecta con el fin de imprimirlos como un todo o por partes.
30198  
30199 \end_layout
30200
30201 \begin_layout Standard
30202 Los documentos incluidos como hijos se muestran en la pantalla de LyX como
30203  cuadros del tipo: 
30204 \begin_inset Graphics
30205         filename clipart/DocumentoHijoQt4.png
30206         scale 80
30207
30208 \end_inset
30209
30210 .
30211  Para incluir documentos hijos en un documento maestro utiliza el menú 
30212 \family sans
30213 Insertar
30214 \family default
30215 \SpecialChar \menuseparator
30216
30217 \family sans
30218 Archivo
30219 \family default
30220 \SpecialChar \menuseparator
30221
30222 \family sans
30223 Documento
30224 \begin_inset space ~
30225 \end_inset
30226
30227 hijo
30228 \family default
30229 .
30230  Surge un diálogo en el que puedes elegir entre cuatro métodos de inclusión:
30231 \end_layout
30232
30233 \begin_layout Description
30234 Incluir Puedes incluir documentos LyX y documentos LaTeX.
30235  Al pulsar el botón 
30236 \family sans
30237 Cargar
30238 \family default
30239  en el diálogo 
30240 \family sans
30241 Documento hijo
30242 \family default
30243 , los documentos incluidos se abrirán en una nueva solapa de archivo en
30244  la ventana de LyX y así puedes modificarlos si quieres.
30245 \end_layout
30246
30247 \begin_layout Standard
30248 Aquí hay un archivo insertado con el método 
30249 \family sans
30250 Incluir
30251 \family default
30252
30253 \begin_inset CommandInset include
30254 LatexCommand include
30255 filename "DocumentoPostizo1.lyx"
30256
30257 \end_inset
30258
30259
30260 \end_layout
30261
30262 \begin_layout Standard
30263 La numeración de secciones tiene en cuenta las secciones de los archivos
30264  incluidos en el orden en que están insertados en el documento maestro.
30265  El documento incluido de ejemplo tiene una subsección que se numera como
30266  subsección de la presente sección.
30267  Las etiquetas de los documentos incluidos se pueden referenciar: Subsección
30268 \begin_inset space ~
30269 \end_inset
30270
30271
30272 \begin_inset CommandInset ref
30273 LatexCommand ref
30274 reference "sub:Subsección-Externa-1"
30275
30276 \end_inset
30277
30278 .
30279 \end_layout
30280
30281 \begin_layout Standard
30282 El preámbulo del documento hijo se ignora, sólo se utiliza el preámbulo
30283  del documento maestro.
30284  Los documentos incluidos se insertan comenzando una página nueva y acabando
30285  con un salto de página.
30286 \end_layout
30287
30288 \begin_layout Standard
30289 Con el comando LaTeX 
30290 \series bold
30291
30292 \backslash
30293 includeonly
30294 \series default
30295  puedes determinar qué documentos hijos serán procesados al generar la salida.
30296  Esto es útil si, por ejemplo, estás trabajando sólo cierto capítulo de
30297  un extenso documento y quieres ahorrar tiempo de compilación.
30298  
30299 \series bold
30300
30301 \backslash
30302 includeonly 
30303 \series default
30304 se inserta en el preámbulo del documento maestro, poniendo como argumento
30305  una lista de los nombres de archivo separados con comas, p.
30306 \begin_inset space \thinspace{}
30307 \end_inset
30308
30309 e.
30310  la orden:
30311 \end_layout
30312
30313 \begin_layout Standard
30314
30315 \series bold
30316
30317 \backslash
30318 includeonly{capítulo1,capítulo5}
30319 \end_layout
30320
30321 \begin_layout Standard
30322 hará que sólo se procesen los archivos incluidos cuyos nombres son «capítulo1.lyx
30323 » (o «capítulo1.tex») y «capítulo5.lyx».
30324 \end_layout
30325
30326 \begin_layout Standard
30327 \begin_inset Note Greyedout
30328 status open
30329
30330 \begin_layout Plain Layout
30331
30332 \series bold
30333 Nota:
30334 \series default
30335  Si has incluido un archivo LyX o LaTeX cuya clase de documento es distinta
30336  a la del documento maestro, recibirás una advertencia al exportar/ver el
30337  documento, ya que esto podría dar resultados inesperados.
30338 \end_layout
30339
30340 \end_inset
30341
30342
30343 \end_layout
30344
30345 \begin_layout Description
30346 Entrada Este método es muy parecido al método 
30347 \family sans
30348 Incluir
30349 \family default
30350 .
30351  Las diferencias son:
30352 \end_layout
30353
30354 \begin_deeper
30355 \begin_layout Itemize
30356 Los archivos del tipo Entrada no comienzan en página nueva ni acaban con
30357  un salto de página.
30358 \end_layout
30359
30360 \begin_layout Itemize
30361 Los archivos del tipo Entrada se pueden visualizar en LyX si la 
30362 \family sans
30363 Vista
30364 \begin_inset space ~
30365 \end_inset
30366
30367 preliminar
30368 \begin_inset space ~
30369 \end_inset
30370
30371 inmediata 
30372 \family default
30373 está activada en el diálogo 
30374 \family sans
30375 Herramientas\SpecialChar \menuseparator
30376 Preferencias
30377 \family default
30378 , apartado 
30379 \family sans
30380 Apariencia\SpecialChar \menuseparator
30381 Gráficos
30382 \family default
30383 .
30384 \end_layout
30385
30386 \begin_layout Itemize
30387 No se puede utilizar el comando LaTeX 
30388 \series bold
30389
30390 \backslash
30391 includeonly
30392 \series default
30393 .
30394 \end_layout
30395
30396 \end_deeper
30397 \begin_layout Standard
30398 Aquí hay un documento hijo insertado con el método 
30399 \family sans
30400 Entrada
30401 \family default
30402 :
30403 \end_layout
30404
30405 \begin_layout Standard
30406 \begin_inset CommandInset include
30407 LatexCommand input
30408 filename "DocumentoPostizo2.lyx"
30409
30410 \end_inset
30411
30412
30413 \end_layout
30414
30415 \begin_layout Description
30416 Literal Con este método se puede incluir todo archivo de texto.
30417  El archivo aparece en la salida con su código fuente, y si contiene comandos
30418  no se ejecutan.
30419  Con la opción 
30420 \family sans
30421 Marcar espacios en la salida
30422 \family default
30423  cada espacio en el código fuente se muestra en la salida con el carácter
30424  «
30425 \begin_inset ERT
30426 status collapsed
30427
30428 \begin_layout Plain Layout
30429
30430
30431 \backslash
30432 textvisiblespace
30433 \end_layout
30434
30435 \end_inset
30436
30437 ».
30438  La diferencia con el método de inserción mediante el menú 
30439 \family sans
30440 Insertar
30441 \family default
30442 \SpecialChar \menuseparator
30443
30444 \family sans
30445 Archivo
30446 \family default
30447 \SpecialChar \menuseparator
30448
30449 \family sans
30450 Texto
30451 \begin_inset space ~
30452 \end_inset
30453
30454 simple
30455 \family default
30456  es que en este caso el contenido del archivo se ve en LyX, mientras que
30457  en modo 
30458 \family sans
30459 Literal 
30460 \family default
30461 no se muestra el contenido, sino un recuadro con el nombre.
30462
30463 \family sans
30464  
30465 \end_layout
30466
30467 \begin_layout Standard
30468 Aquí se inserta un documento hijo en modo Literal:
30469 \begin_inset CommandInset include
30470 LatexCommand verbatiminput
30471 filename "DocumentoTextoPostizo.txt"
30472
30473 \end_inset
30474
30475
30476 \begin_inset VSpace bigskip
30477 \end_inset
30478
30479
30480 \end_layout
30481
30482 \begin_layout Standard
30483 Aquí se inserta un documento hijo en modo Literal con la opción 
30484 \family sans
30485 Marcar espacios en la salida
30486 \family default
30487 :
30488 \begin_inset CommandInset include
30489 LatexCommand verbatiminput*
30490 filename "DocumentoTextoPostizo.txt"
30491
30492 \end_inset
30493
30494
30495 \begin_inset VSpace bigskip
30496 \end_inset
30497
30498
30499 \end_layout
30500
30501 \begin_layout Standard
30502 \begin_inset Note Greyedout
30503 status open
30504
30505 \begin_layout Plain Layout
30506
30507 \series bold
30508 Nota:
30509 \series default
30510  Como puedes ver en los ejemplos anteriores, el texto de los documentos
30511  incluidos en modo 
30512 \family sans
30513 literal
30514 \family default
30515  no contiene saltos de línea, a no ser que se incluyan expresamente en el
30516  archivo de texto.
30517 \end_layout
30518
30519 \end_inset
30520
30521
30522 \end_layout
30523
30524 \begin_layout Description
30525 Listado
30526 \begin_inset space ~
30527 \end_inset
30528
30529 de
30530 \begin_inset space ~
30531 \end_inset
30532
30533 programa Este tipo se describe en el capítulo
30534 \begin_inset space ~
30535 \end_inset
30536
30537
30538 \begin_inset CommandInset ref
30539 LatexCommand ref
30540 reference "cha:Listado-de-programa"
30541
30542 \end_inset
30543
30544 .
30545 \end_layout
30546
30547 \begin_layout Standard
30548 \begin_inset Note Greyedout
30549 status open
30550
30551 \begin_layout Plain Layout
30552
30553 \series bold
30554 Nota:
30555 \series default
30556  Incluir el mismo documento dos veces  con métodos diferentes podría causar
30557  problemas en LaTeX.
30558 \end_layout
30559
30560 \end_inset
30561
30562
30563 \end_layout
30564
30565 \begin_layout Chapter
30566 Listado de programa
30567 \begin_inset CommandInset label
30568 LatexCommand label
30569 name "cha:Listado-de-programa"
30570
30571 \end_inset
30572
30573
30574 \begin_inset Index
30575 status collapsed
30576
30577 \begin_layout Plain Layout
30578 Listado de programa
30579 \end_layout
30580
30581 \end_inset
30582
30583
30584 \begin_inset Index
30585 status collapsed
30586
30587 \begin_layout Plain Layout
30588 Listado de programa ! list@
30589 \emph on
30590 listings
30591 \end_layout
30592
30593 \end_inset
30594
30595
30596 \begin_inset Index
30597 status collapsed
30598
30599 \begin_layout Plain Layout
30600 Flotantes ! Listado de programa
30601 \end_layout
30602
30603 \end_inset
30604
30605
30606 \end_layout
30607
30608 \begin_layout Standard
30609 Para incluir y tipografiar código de programación puedes usar la opción
30610  de menú disponible en 
30611 \family sans
30612 Insertar\SpecialChar \menuseparator
30613 Listado
30614 \begin_inset space ~
30615 \end_inset
30616
30617 de
30618 \begin_inset space ~
30619 \end_inset
30620
30621 programa.
30622  
30623 \family default
30624 El paquete LaTeX 
30625 \series bold
30626 listings
30627 \series default
30628
30629 \begin_inset Index
30630 status collapsed
30631
30632 \begin_layout Plain Layout
30633 LaTeX-paquetes ! listings
30634 \end_layout
30635
30636 \end_inset
30637
30638  provee un mecanismo potente y flexible para insertar código fuente en tu
30639  documento.
30640 \end_layout
30641
30642 \begin_layout Standard
30643 Al hacer clic-derecho sobre un recuadro de listado surge un cuadro de diálogo
30644  en el que puedes establecer el formato del mismo.
30645 \end_layout
30646
30647 \begin_layout Standard
30648 Por omisión, al insertar un listado de programa se inicia un párrafo nuevo.
30649  La opción de ubicación 
30650 \family sans
30651 Listado
30652 \begin_inset space ~
30653 \end_inset
30654
30655 insertado
30656 \family default
30657  lo imprime en la línea, como este ejemplo: 
30658 \begin_inset listings
30659 lstparams "language={C++}"
30660 inline true
30661 status open
30662
30663 \begin_layout Plain Layout
30664
30665 int a=5;
30666 \end_layout
30667
30668 \end_inset
30669
30670
30671 \family sans
30672
30673 \begin_inset Newline newline
30674 \end_inset
30675
30676
30677 \family default
30678 La opción 
30679 \family sans
30680 Flotante
30681 \family default
30682  crea un listado flotante cuya colocación se puede especificar mediante
30683  las opciones «
30684 \family sans
30685 h
30686 \family default
30687 », «
30688 \family sans
30689 t
30690 \family default
30691 », «
30692 \family sans
30693 b
30694 \family default
30695 » y «
30696 \family sans
30697 p
30698 \family default
30699 », correspondientes a las opciones de colocación de flotantes descritas
30700  en la sección
30701 \family sans
30702
30703 \begin_inset space ~
30704 \end_inset
30705
30706
30707 \begin_inset CommandInset ref
30708 LatexCommand ref
30709 reference "sec:Colocación-de-Flotantes"
30710
30711 \end_inset
30712
30713
30714 \family default
30715 .
30716  Las opciones de colocación se pueden mezclar y se escriben sin separación,
30717  p.
30718 \family sans
30719
30720 \begin_inset space \thinspace{}
30721 \end_inset
30722
30723
30724 \family default
30725 e.
30726 \begin_inset space ~
30727 \end_inset
30728
30729 «
30730 \family sans
30731 htbp
30732 \family default
30733 ».
30734  La opción «
30735 \family sans
30736 h
30737 \family default
30738 » a veces no tiene efecto, pero no necesitas usar la opción 
30739 \family sans
30740 Flotante
30741 \family default
30742  en ese caso puesto que los listados de programa no flotantes también pueden
30743  tener leyendas y ser referenciadas.
30744 \end_layout
30745
30746 \begin_layout Standard
30747 Se puede añadir una leyenda a un listado de programa con el menú 
30748 \family sans
30749 Insertar\SpecialChar \menuseparator
30750 Leyenda
30751 \family default
30752
30753 \begin_inset Foot
30754 status open
30755
30756 \begin_layout Plain Layout
30757 Para traducir la etiqueta 
30758 \begin_inset Quotes eld
30759 \end_inset
30760
30761 Listado
30762 \begin_inset Quotes erd
30763 \end_inset
30764
30765  de la leyenda, se añade al preámbulo del documento el comando 
30766 \series bold
30767
30768 \backslash
30769 renewcommand{
30770 \backslash
30771 lstlistingname}{Listado}
30772 \series default
30773 .
30774  (
30775 \emph on
30776 N.
30777 \begin_inset space \thinspace{}
30778 \end_inset
30779
30780 del t.
30781 \emph default
30782 )
30783 \end_layout
30784
30785 \end_inset
30786
30787 .
30788  Los listados de programa se pueden referenciar como los flotantes: Listado
30789 \begin_inset space ~
30790 \end_inset
30791
30792
30793 \begin_inset CommandInset ref
30794 LatexCommand ref
30795 reference "lst:Ejemplo-de-listado-de-programa"
30796
30797 \end_inset
30798
30799
30800 \end_layout
30801
30802 \begin_layout Standard
30803 \begin_inset listings
30804 lstparams "language=Python"
30805 inline false
30806 status collapsed
30807
30808 \begin_layout Plain Layout
30809
30810 \begin_inset Caption
30811
30812 \begin_layout Plain Layout
30813 \begin_inset CommandInset label
30814 LatexCommand label
30815 name "lst:Ejemplo-de-listado-de-programa"
30816
30817 \end_inset
30818
30819 Ejemplo de listado de programa flotante
30820 \end_layout
30821
30822 \end_inset
30823
30824 # Ejemplo de listado flotante
30825 \end_layout
30826
30827 \begin_layout Plain Layout
30828
30829 def func(param):
30830 \end_layout
30831
30832 \begin_layout Plain Layout
30833
30834     'this is a python function'
30835 \end_layout
30836
30837 \begin_layout Plain Layout
30838
30839     pass
30840 \end_layout
30841
30842 \end_inset
30843
30844
30845 \end_layout
30846
30847 \begin_layout Standard
30848 Una vez que has escogido un lenguaje de programación en el cuadro de diálogo
30849  de listado de programa, las palabras clave de ese lenguaje serán reconocidas
30850  y tipografiadas de manera especial en la salida.
30851  En el ejemplo, la clave de Python «def» es reconocida y se imprimirá en
30852  negrita.
30853 \end_layout
30854
30855 \begin_layout Standard
30856 \begin_inset Note Greyedout
30857 status collapsed
30858
30859 \begin_layout Plain Layout
30860
30861 \series bold
30862 Nota:
30863 \series default
30864  Si no consigues caracteres en negrita cuando usas fuentes typewriter, se
30865  debe probablemente a que dicha fuente no suministra negritas.
30866  En este caso selecciona una fuente distinta en el menú 
30867 \family sans
30868 Documento
30869 \family default
30870 \SpecialChar \menuseparator
30871
30872 \family sans
30873 Configuración
30874 \family default
30875 \SpecialChar \menuseparator
30876
30877 \family sans
30878 Fuentes.
30879  
30880 \family default
30881 (Las fuentes 
30882 \emph on
30883 LuxiMono, BeraMono
30884 \emph default
30885  y 
30886 \emph on
30887 Courier 
30888 \emph default
30889 suministran negritas.)
30890 \end_layout
30891
30892 \end_inset
30893
30894
30895 \end_layout
30896
30897 \begin_layout Standard
30898 En la sección 
30899 \family sans
30900 Numeración
30901 \begin_inset space ~
30902 \end_inset
30903
30904 de
30905 \begin_inset space ~
30906 \end_inset
30907
30908 líneas
30909 \family default
30910  del diálogo puedes elegir el estilo de numeración de las líneas.
30911  En el campo 
30912 \family sans
30913 Paso 
30914 \family default
30915 puedes insertar un número para determinar qué líneas se numeran.
30916  Por ejemplo, si pones «3», se numera sólo una de cada tres líneas.
30917  
30918 \end_layout
30919
30920 \begin_layout Standard
30921 Además, puedes especificar un rango de líneas para que sólo éstas aparezcan
30922  en la salida.
30923  La opción 
30924 \family sans
30925 Tabla
30926 \begin_inset space ~
30927 \end_inset
30928
30929 de
30930 \begin_inset space ~
30931 \end_inset
30932
30933 caracteres
30934 \begin_inset space ~
30935 \end_inset
30936
30937 extendida
30938 \family default
30939  debería emplearse si se usan en el código caracteres nacionales como la
30940  diéresis alemana.
30941 \begin_inset Newline newline
30942 \end_inset
30943
30944 A continuación hay un ejemplo con numeración de líneas a la izquierda, paso
30945  «3», lenguaje «Python», opciones de estilo «Tabla de caracteres extendida»
30946  y «Espacio como símbolo», rango de líneas 3-8:
30947 \begin_inset listings
30948 lstparams "extendedchars=true,firstline=3,language=Python,lastline=8,numbers=left,showspaces=true,stepnumber=3"
30949 inline false
30950 status collapsed
30951
30952 \begin_layout Plain Layout
30953
30954 def func(param):
30955 \end_layout
30956
30957 \begin_layout Plain Layout
30958
30959     'this is a python function'
30960 \end_layout
30961
30962 \begin_layout Plain Layout
30963
30964     pass
30965 \end_layout
30966
30967 \begin_layout Plain Layout
30968
30969 def func(param):
30970 \end_layout
30971
30972 \begin_layout Plain Layout
30973
30974 'This is a German word: Tschüß'
30975 \end_layout
30976
30977 \begin_layout Plain Layout
30978
30979 pass
30980 \end_layout
30981
30982 \begin_layout Plain Layout
30983
30984 def func(param):
30985 \end_layout
30986
30987 \begin_layout Plain Layout
30988
30989 'this is a python function'
30990 \end_layout
30991
30992 \begin_layout Plain Layout
30993
30994 pass
30995 \end_layout
30996
30997 \end_inset
30998
30999
31000 \end_layout
31001
31002 \begin_layout Standard
31003 \begin_inset Note Greyedout
31004 status open
31005
31006 \begin_layout Plain Layout
31007
31008 \series bold
31009 Nota:
31010 \series default
31011  Debido a un error en el paquete 
31012 \series bold
31013 listings
31014 \series default
31015  la numeración de líneas cambia en una línea por cada listado previo.
31016  Por esto en el ejemplo de arriba se numeran las líneas 2 y 5 y no las líneas
31017  3 y 6.
31018 \end_layout
31019
31020 \end_inset
31021
31022
31023 \end_layout
31024
31025 \begin_layout Standard
31026 \begin_inset VSpace bigskip
31027 \end_inset
31028
31029
31030 \end_layout
31031
31032 \begin_layout Standard
31033 También es posible imprimir como listado de programa líneas de un archivo.
31034  Para hacer esto, usa el menú 
31035 \family sans
31036 Insertar\SpecialChar \menuseparator
31037 Archivo\SpecialChar \menuseparator
31038 Documento
31039 \begin_inset space ~
31040 \end_inset
31041
31042 hijo 
31043 \family default
31044 y elige el tipo 
31045 \family sans
31046 Listado de programa
31047 \family default
31048 .
31049 \begin_inset Foot
31050 status collapsed
31051
31052 \begin_layout Plain Layout
31053 Los restantes tipos de documento hijo se describen en la sección
31054 \begin_inset space ~
31055 \end_inset
31056
31057
31058 \begin_inset CommandInset ref
31059 LatexCommand ref
31060 reference "sec:Documento-Hijo"
31061
31062 \end_inset
31063
31064 .
31065 \end_layout
31066
31067 \end_inset
31068
31069  En el diálogo de documento hijo puedes especificar los parámetros del listado
31070  en el cuadro de texto.
31071  Para ver una lista de los parámetros disponibles teclea una interrogación
31072  «?» en el cuadro.
31073 \end_layout
31074
31075 \begin_layout Standard
31076 Para referenciar un documento hijo tipo listado, escribe el texto de la
31077  etiqueta en el campo correspondiente del diálogo de documento hijo.
31078  Después se puede referenciar la etiqueta con el menú 
31079 \family sans
31080 Insertar\SpecialChar \menuseparator
31081 Referencia cruzada.
31082 \end_layout
31083
31084 \begin_layout Standard
31085 A continuación hay un ejemplo, Listado
31086 \begin_inset space ~
31087 \end_inset
31088
31089
31090 \begin_inset CommandInset ref
31091 LatexCommand ref
31092 reference "lst:archivo-listado"
31093
31094 \end_inset
31095
31096 , de inserción de líneas de un archivo; en él se incluye el rango de las
31097  líneas 10
31098 \begin_inset space \thinspace{}
31099 \end_inset
31100
31101 -
31102 \begin_inset space \thinspace{}
31103 \end_inset
31104
31105 15 de este archivo LyX.
31106 \end_layout
31107
31108 \begin_layout Standard
31109 \begin_inset CommandInset include
31110 LatexCommand lstinputlisting
31111 filename "EmbeddedObjects.lyx"
31112 lstparams "breaklines=true,caption={Líneas  10 - 15 de este archivo LyX},firstline=10,label={lst:archivo-listado},language={[LaTeX]TeX},lastline=15"
31113
31114 \end_inset
31115
31116
31117 \begin_inset VSpace bigskip
31118 \end_inset
31119
31120
31121 \end_layout
31122
31123 \begin_layout Standard
31124 Las preferencias globales se pueden establecer en el diálogo 
31125 \family sans
31126 Documento\SpecialChar \menuseparator
31127 Configuración\SpecialChar \menuseparator
31128 Diseño
31129 \begin_inset space ~
31130 \end_inset
31131
31132 del
31133 \begin_inset space ~
31134 \end_inset
31135
31136 texto.
31137  
31138 \family default
31139 Para ver ahí una lista de las opciones disponibles, escribe una interrogación
31140  «?» en el campo de texto.
31141 \end_layout
31142
31143 \begin_layout Standard
31144 Para más información sobre el paquete 
31145 \series bold
31146 listings
31147 \series default
31148 , consulta su documentación
31149 \begin_inset space ~
31150 \end_inset
31151
31152
31153 \begin_inset CommandInset citation
31154 LatexCommand cite
31155 key "listings"
31156
31157 \end_inset
31158
31159 .
31160 \end_layout
31161
31162 \begin_layout Standard
31163 \begin_inset Newpage newpage
31164 \end_inset
31165
31166
31167 \end_layout
31168
31169 \begin_layout Chapter
31170 \start_of_appendix
31171 Unidades disponibles en LyX
31172 \begin_inset Index
31173 status collapsed
31174
31175 \begin_layout Plain Layout
31176 Unidades
31177 \end_layout
31178
31179 \end_inset
31180
31181
31182 \begin_inset CommandInset label
31183 LatexCommand label
31184 name "cha:Unidades-disponibles-en"
31185
31186 \end_inset
31187
31188
31189 \end_layout
31190
31191 \begin_layout Standard
31192 Para comprender las unidades utilizadas en este manual, el cuadro
31193 \begin_inset space ~
31194 \end_inset
31195
31196
31197 \begin_inset CommandInset ref
31198 LatexCommand ref
31199 reference "tab:Unidades"
31200
31201 \end_inset
31202
31203  describe todas las unidades disponibles en LyX.
31204 \end_layout
31205
31206 \begin_layout Standard
31207 \begin_inset Float table
31208 placement h
31209 wide false
31210 sideways false
31211 status open
31212
31213 \begin_layout Plain Layout
31214 \begin_inset Caption
31215
31216 \begin_layout Plain Layout
31217 \begin_inset CommandInset label
31218 LatexCommand label
31219 name "tab:Unidades"
31220
31221 \end_inset
31222
31223 Unidades
31224 \end_layout
31225
31226 \end_inset
31227
31228
31229 \end_layout
31230
31231 \begin_layout Plain Layout
31232 \begin_inset VSpace medskip
31233 \end_inset
31234
31235
31236 \end_layout
31237
31238 \begin_layout Plain Layout
31239 \align center
31240 \begin_inset Tabular
31241 <lyxtabular version="3" rows="20" columns="2">
31242 <features>
31243 <column alignment="center" valignment="top" width="0">
31244 <column alignment="center" valignment="top" width="0">
31245 <row>
31246 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
31247 \begin_inset Text
31248
31249 \begin_layout Plain Layout
31250 unidad
31251 \end_layout
31252
31253 \end_inset
31254 </cell>
31255 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
31256 \begin_inset Text
31257
31258 \begin_layout Plain Layout
31259 nombre/descripción
31260 \end_layout
31261
31262 \end_inset
31263 </cell>
31264 </row>
31265 <row>
31266 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
31267 \begin_inset Text
31268
31269 \begin_layout Plain Layout
31270 mm
31271 \end_layout
31272
31273 \end_inset
31274 </cell>
31275 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
31276 \begin_inset Text
31277
31278 \begin_layout Plain Layout
31279 milímetro
31280 \end_layout
31281
31282 \end_inset
31283 </cell>
31284 </row>
31285 <row>
31286 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
31287 \begin_inset Text
31288
31289 \begin_layout Plain Layout
31290 cm
31291 \end_layout
31292
31293 \end_inset
31294 </cell>
31295 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
31296 \begin_inset Text
31297
31298 \begin_layout Plain Layout
31299 centímetro
31300 \end_layout
31301
31302 \end_inset
31303 </cell>
31304 </row>
31305 <row>
31306 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
31307 \begin_inset Text
31308
31309 \begin_layout Plain Layout
31310 in
31311 \end_layout
31312
31313 \end_inset
31314 </cell>
31315 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
31316 \begin_inset Text
31317
31318 \begin_layout Plain Layout
31319 pulgada
31320 \end_layout
31321
31322 \end_inset
31323 </cell>
31324 </row>
31325 <row>
31326 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
31327 \begin_inset Text
31328
31329 \begin_layout Plain Layout
31330 pt
31331 \end_layout
31332
31333 \end_inset
31334 </cell>
31335 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
31336 \begin_inset Text
31337
31338 \begin_layout Plain Layout
31339 punto (72.27
31340 \begin_inset space \thinspace{}
31341 \end_inset
31342
31343 pt = 1
31344 \begin_inset space \thinspace{}
31345 \end_inset
31346
31347 in)
31348 \end_layout
31349
31350 \end_inset
31351 </cell>
31352 </row>
31353 <row>
31354 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
31355 \begin_inset Text
31356
31357 \begin_layout Plain Layout
31358 pc
31359 \end_layout
31360
31361 \end_inset
31362 </cell>
31363 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
31364 \begin_inset Text
31365
31366 \begin_layout Plain Layout
31367 pica (1
31368 \begin_inset space \thinspace{}
31369 \end_inset
31370
31371 pc = 12
31372 \begin_inset space \thinspace{}
31373 \end_inset
31374
31375 pt)
31376 \end_layout
31377
31378 \end_inset
31379 </cell>
31380 </row>
31381 <row>
31382 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
31383 \begin_inset Text
31384
31385 \begin_layout Plain Layout
31386 sp
31387 \end_layout
31388
31389 \end_inset
31390 </cell>
31391 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
31392 \begin_inset Text
31393
31394 \begin_layout Plain Layout
31395 punto escalado (65536
31396 \begin_inset space \thinspace{}
31397 \end_inset
31398
31399 sp = 1
31400 \begin_inset space \thinspace{}
31401 \end_inset
31402
31403 pt)
31404 \end_layout
31405
31406 \end_inset
31407 </cell>
31408 </row>
31409 <row>
31410 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
31411 \begin_inset Text
31412
31413 \begin_layout Plain Layout
31414 bp
31415 \end_layout
31416
31417 \end_inset
31418 </cell>
31419 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
31420 \begin_inset Text
31421
31422 \begin_layout Plain Layout
31423 punto grande (72
31424 \begin_inset space \thinspace{}
31425 \end_inset
31426
31427 bp = 1
31428 \begin_inset space \thinspace{}
31429 \end_inset
31430
31431 in)
31432 \end_layout
31433
31434 \end_inset
31435 </cell>
31436 </row>
31437 <row>
31438 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
31439 \begin_inset Text
31440
31441 \begin_layout Plain Layout
31442 dd
31443 \end_layout
31444
31445 \end_inset
31446 </cell>
31447 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
31448 \begin_inset Text
31449
31450 \begin_layout Plain Layout
31451 didot (1
31452 \begin_inset space \thinspace{}
31453 \end_inset
31454
31455 dd 
31456 \begin_inset Formula $\approx$
31457 \end_inset
31458
31459  0.376
31460 \begin_inset space \thinspace{}
31461 \end_inset
31462
31463 mm)
31464 \end_layout
31465
31466 \end_inset
31467 </cell>
31468 </row>
31469 <row>
31470 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
31471 \begin_inset Text
31472
31473 \begin_layout Plain Layout
31474 cc
31475 \end_layout
31476
31477 \end_inset
31478 </cell>
31479 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
31480 \begin_inset Text
31481
31482 \begin_layout Plain Layout
31483 cicero (1
31484 \begin_inset space \thinspace{}
31485 \end_inset
31486
31487 cc = 12
31488 \begin_inset space \thinspace{}
31489 \end_inset
31490
31491 dd)
31492 \end_layout
31493
31494 \end_inset
31495 </cell>
31496 </row>
31497 <row>
31498 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
31499 \begin_inset Text
31500
31501 \begin_layout Plain Layout
31502 Scale%
31503 \end_layout
31504
31505 \end_inset
31506 </cell>
31507 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
31508 \begin_inset Text
31509
31510 \begin_layout Plain Layout
31511 % de anchura original de la imagen
31512 \end_layout
31513
31514 \end_inset
31515 </cell>
31516 </row>
31517 <row>
31518 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
31519 \begin_inset Text
31520
31521 \begin_layout Plain Layout
31522 text%
31523 \end_layout
31524
31525 \end_inset
31526 </cell>
31527 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
31528 \begin_inset Text
31529
31530 \begin_layout Plain Layout
31531 % de anchura de texto
31532 \end_layout
31533
31534 \end_inset
31535 </cell>
31536 </row>
31537 <row>
31538 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
31539 \begin_inset Text
31540
31541 \begin_layout Plain Layout
31542 col%
31543 \end_layout
31544
31545 \end_inset
31546 </cell>
31547 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
31548 \begin_inset Text
31549
31550 \begin_layout Plain Layout
31551 % de anchura de columna
31552 \end_layout
31553
31554 \end_inset
31555 </cell>
31556 </row>
31557 <row>
31558 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
31559 \begin_inset Text
31560
31561 \begin_layout Plain Layout
31562 page%
31563 \end_layout
31564
31565 \end_inset
31566 </cell>
31567 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
31568 \begin_inset Text
31569
31570 \begin_layout Plain Layout
31571 % de anchura de página
31572 \end_layout
31573
31574 \end_inset
31575 </cell>
31576 </row>
31577 <row>
31578 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
31579 \begin_inset Text
31580
31581 \begin_layout Plain Layout
31582 line%
31583 \end_layout
31584
31585 \end_inset
31586 </cell>
31587 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
31588 \begin_inset Text
31589
31590 \begin_layout Plain Layout
31591 % de anchura de línea
31592 \end_layout
31593
31594 \end_inset
31595 </cell>
31596 </row>
31597 <row>
31598 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
31599 \begin_inset Text
31600
31601 \begin_layout Plain Layout
31602 theight%
31603 \end_layout
31604
31605 \end_inset
31606 </cell>
31607 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
31608 \begin_inset Text
31609
31610 \begin_layout Plain Layout
31611 % de altura de texto
31612 \end_layout
31613
31614 \end_inset
31615 </cell>
31616 </row>
31617 <row>
31618 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
31619 \begin_inset Text
31620
31621 \begin_layout Plain Layout
31622 pheight%
31623 \end_layout
31624
31625 \end_inset
31626 </cell>
31627 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
31628 \begin_inset Text
31629
31630 \begin_layout Plain Layout
31631 % de altura de página
31632 \end_layout
31633
31634 \end_inset
31635 </cell>
31636 </row>
31637 <row>
31638 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
31639 \begin_inset Text
31640
31641 \begin_layout Plain Layout
31642 ex
31643 \end_layout
31644
31645 \end_inset
31646 </cell>
31647 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
31648 \begin_inset Text
31649
31650 \begin_layout Plain Layout
31651 altura de la letra 
31652 \emph on
31653 x
31654 \emph default
31655  en la fuente actual
31656 \end_layout
31657
31658 \end_inset
31659 </cell>
31660 </row>
31661 <row>
31662 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
31663 \begin_inset Text
31664
31665 \begin_layout Plain Layout
31666 em
31667 \end_layout
31668
31669 \end_inset
31670 </cell>
31671 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
31672 \begin_inset Text
31673
31674 \begin_layout Plain Layout
31675 anchura de la letra 
31676 \emph on
31677 M
31678 \emph default
31679  en la fuente actual
31680 \end_layout
31681
31682 \end_inset
31683 </cell>
31684 </row>
31685 <row>
31686 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
31687 \begin_inset Text
31688
31689 \begin_layout Plain Layout
31690 mu
31691 \end_layout
31692
31693 \end_inset
31694 </cell>
31695 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
31696 \begin_inset Text
31697
31698 \begin_layout Plain Layout
31699 unidad matemática (1
31700 \begin_inset space \thinspace{}
31701 \end_inset
31702
31703 mu = 1/18
31704 \begin_inset space \thinspace{}
31705 \end_inset
31706
31707 em)
31708 \end_layout
31709
31710 \end_inset
31711 </cell>
31712 </row>
31713 </lyxtabular>
31714
31715 \end_inset
31716
31717
31718 \end_layout
31719
31720 \end_inset
31721
31722
31723 \end_layout
31724
31725 \begin_layout Chapter
31726 Formatos de archivos de salida con gráficos
31727 \begin_inset CommandInset label
31728 LatexCommand label
31729 name "cha:Formatos-de-Archivos-de-Salida"
31730
31731 \end_inset
31732
31733
31734 \end_layout
31735
31736 \begin_layout Section
31737 DVI
31738 \begin_inset Index
31739 status collapsed
31740
31741 \begin_layout Plain Layout
31742 Formatos de archivo ! DVI
31743 \end_layout
31744
31745 \end_inset
31746
31747
31748 \begin_inset Index
31749 status collapsed
31750
31751 \begin_layout Plain Layout
31752 DVI|see
31753 \begin_inset ERT
31754 status collapsed
31755
31756 \begin_layout Plain Layout
31757
31758 {
31759 \end_layout
31760
31761 \end_inset
31762
31763 Formatos de archivo
31764 \begin_inset ERT
31765 status collapsed
31766
31767 \begin_layout Plain Layout
31768
31769 }
31770 \end_layout
31771
31772 \end_inset
31773
31774
31775 \end_layout
31776
31777 \end_inset
31778
31779
31780 \end_layout
31781
31782 \begin_layout Standard
31783 Este tipo de archivo tiene la extensión «
31784 \family typewriter
31785 .dvi
31786 \family default
31787 ».
31788  Se denomina «device-independent» (DVI), porque es completamente portable;
31789  se pueden mover de una máquina a otra sin necesidad de conversión alguna.
31790  En la época en que se desarrolló este formato, esto no era un asunto baladí.
31791  Los DVI se usan para vistas preliminares rápidas y como preparación para
31792  otros formatos de salida como PostScript.
31793 \end_layout
31794
31795 \begin_layout Standard
31796 \begin_inset Note Greyedout
31797 status open
31798
31799 \begin_layout Plain Layout
31800
31801 \series bold
31802 Nota:
31803 \series default
31804  Los archivos DVI no contienen imágenes, sino enlaces a ellas.
31805 \end_layout
31806
31807 \end_inset
31808
31809  Por tanto no debes olvidar esto si mueves archivos 
31810 \family typewriter
31811 .dvi
31812 \family default
31813  a otro ordenador.
31814  Esta característica también puede retardar la visualización del archivo,
31815  porque el visor DVI tiene que convertir la imagen en segundo plano para
31816  hacerla visible al deslizar el visor.
31817  Así pues recomendamos usar PDF para archivos con muchas imágenes.
31818 \end_layout
31819
31820 \begin_layout Standard
31821 Un documento se exporta a DVI con el menú 
31822 \family sans
31823 Archivo\SpecialChar \menuseparator
31824 Exportar\SpecialChar \menuseparator
31825 DVI
31826 \family default
31827 .
31828  Puedes ver la salida del documento en DVI con el menú 
31829 \family sans
31830 Ver\SpecialChar \menuseparator
31831 DVI 
31832 \family default
31833 o con el botón
31834 \begin_inset space ~
31835 \end_inset
31836
31837
31838 \begin_inset Graphics
31839         filename ../../images/buffer-view_dvi.png
31840         scale 85
31841
31842 \end_inset
31843
31844 .
31845 \end_layout
31846
31847 \begin_layout Section
31848 PostScript
31849 \begin_inset CommandInset label
31850 LatexCommand label
31851 name "sec:PostScript"
31852
31853 \end_inset
31854
31855
31856 \begin_inset Index
31857 status collapsed
31858
31859 \begin_layout Plain Layout
31860 Formatos de archivo ! PostScript
31861 \end_layout
31862
31863 \end_inset
31864
31865
31866 \begin_inset Index
31867 status collapsed
31868
31869 \begin_layout Plain Layout
31870 PostScript|see
31871 \begin_inset ERT
31872 status collapsed
31873
31874 \begin_layout Plain Layout
31875
31876 {
31877 \end_layout
31878
31879 \end_inset
31880
31881 Formatos de archivo
31882 \begin_inset ERT
31883 status collapsed
31884
31885 \begin_layout Plain Layout
31886
31887 }
31888 \end_layout
31889
31890 \end_inset
31891
31892
31893 \end_layout
31894
31895 \end_inset
31896
31897
31898 \end_layout
31899
31900 \begin_layout Standard
31901 Este tipo de archivo tiene la extensión «
31902 \family typewriter
31903 .ps
31904 \family default
31905 ».
31906  PostScript fue desarrollado por la compañía 
31907 \family typewriter
31908 Adobe
31909 \family default
31910  como lenguaje para impresoras.
31911  Por eso estos archivos contienen comandos que usa la impresora para imprimirlos.
31912  PostScript puede considerarse como un «lenguaje de programación»; con él
31913  puedes calcular y dibujar imágenes y diagramas.
31914 \begin_inset Foot
31915 status collapsed
31916
31917 \begin_layout Plain Layout
31918 Si estás interesado en este tema acude al paquete LaTeX 
31919 \series bold
31920 PSTricks
31921 \series default
31922  
31923 \begin_inset CommandInset citation
31924 LatexCommand cite
31925 key "pstricks"
31926
31927 \end_inset
31928
31929 .
31930 \end_layout
31931
31932 \end_inset
31933
31934  Por esto los archivos suelen ser más grandes que los PDF.
31935 \end_layout
31936
31937 \begin_layout Standard
31938 Los archivos PostScript sólo pueden contener imágenes en el formato «Encapsulate
31939 d PostScript» (EPS, extensión «
31940 \family typewriter
31941 .eps
31942 \family default
31943 »).
31944  Como LyX permite usar cualquier formato de imagen conocido, tiene que trabajar
31945  en segundo plano para convertir las imágenes a EPS.
31946  Si por ejemplo, el documento tiene 50 imágenes, LyX ha de hacer 50 conversiones
31947  cada vez que veas o exportes el documento.
31948  Esto ralentizará mucho el trabajo, así que si piensas usar PostScript,
31949  puedes evitar el problema insertando las imágenes directamente en EPS.
31950 \end_layout
31951
31952 \begin_layout Standard
31953 El documento se puede exportar a PostScript con el menú 
31954 \family sans
31955 Archivo\SpecialChar \menuseparator
31956 Exportar\SpecialChar \menuseparator
31957 Postscript
31958 \family default
31959 .
31960  Se puede ver la salida en PostScript con el menú 
31961 \family sans
31962 Ver\SpecialChar \menuseparator
31963 Postscript 
31964 \family default
31965 o con el botón
31966 \begin_inset space ~
31967 \end_inset
31968
31969
31970 \begin_inset Graphics
31971         filename ../../images/buffer-view_ps.png
31972
31973 \end_inset
31974
31975 .
31976 \end_layout
31977
31978 \begin_layout Section
31979 PDF
31980 \begin_inset CommandInset label
31981 LatexCommand label
31982 name "sec:PDF"
31983
31984 \end_inset
31985
31986
31987 \begin_inset Index
31988 status collapsed
31989
31990 \begin_layout Plain Layout
31991 Formatos de archivo ! PDF
31992 \end_layout
31993
31994 \end_inset
31995
31996
31997 \begin_inset Index
31998 status collapsed
31999
32000 \begin_layout Plain Layout
32001 PDF
32002 \end_layout
32003
32004 \end_inset
32005
32006
32007 \end_layout
32008
32009 \begin_layout Standard
32010 Este tipo de archivo tiene la extensión «
32011 \family typewriter
32012 .pdf
32013 \family default
32014 ».
32015  El formato «Portable Document Format» (PDF) fue desarrollado por 
32016 \family typewriter
32017 Adobe
32018 \family default
32019  como derivado de PostScript.
32020  Es más comprimido y utiliza muchos menos comandos que PostScript.
32021  Como su nombre «portable» indica, puede ser procesado por cualquier sistema
32022  operativo y la salida impresa se muestra exactamente igual.
32023 \end_layout
32024
32025 \begin_layout Standard
32026 PDF puede contener imágenes en su propio formato PDF, en el formato «Joint
32027  Photographic Experts Group» (JPG, extensión «
32028 \family typewriter
32029 .jpg
32030 \family default
32031 » o «
32032 \family typewriter
32033 .jpeg
32034 \family default
32035 »), y en el formato «Portable Network Graphics» (PNG, extensión «
32036 \family typewriter
32037 .png
32038 \family default
32039 »).
32040  Aunque puedes poner cualquier otro formato de imagen, porque LyX los convierte
32041  en segundo plano a alguno de los anteriores.
32042  Pero como se ha comentado en la sección sobre PostScript, la conversión
32043  de gráficos ralentiza el trabajo.
32044  Por tanto se recomienda utilizar alguno de los tres formatos de imagen
32045  mencionados.
32046 \end_layout
32047
32048 \begin_layout Standard
32049 Un documento se puede exportar a PDF con el menú 
32050 \family sans
32051 Archivo\SpecialChar \menuseparator
32052 Exportar
32053 \family default
32054  en tres modos diferentes:
32055 \end_layout
32056
32057 \begin_layout Description
32058 PDF
32059 \begin_inset space ~
32060 \end_inset
32061
32062 (ps2pdf) Este utiliza el programa 
32063 \family typewriter
32064 ps2pdf
32065 \family default
32066  que crea un PDF a partir de una versión PostScript del archivo.
32067  La versión PostScript es producida por el programa 
32068 \family typewriter
32069 dvips
32070 \family default
32071  que usa una versión DVI como paso intermedio.
32072  Así que este modo de exportación consta de tres conversiones.
32073 \end_layout
32074
32075 \begin_layout Description
32076 PDF
32077 \begin_inset space ~
32078 \end_inset
32079
32080 (dvipdfm) Este utiliza el programa 
32081 \family typewriter
32082 dvipdfm
32083 \family default
32084  que convierte el archivo a DVI en segundo plano y en un segundo paso a
32085  PDF.
32086 \end_layout
32087
32088 \begin_layout Description
32089 PDF
32090 \begin_inset space ~
32091 \end_inset
32092
32093 (pdflatex) Este utiliza el programa 
32094 \family typewriter
32095 pdftex
32096 \family default
32097  que convierte directamente el archivo a PDF.
32098 \end_layout
32099
32100 \begin_layout Standard
32101 Se recomienda usar 
32102 \family sans
32103 PDF
32104 \begin_inset space ~
32105 \end_inset
32106
32107 (pdflatex)
32108 \family default
32109  porque 
32110 \family typewriter
32111 pdftex
32112 \family default
32113  soporta todas las características de las versiones actuales de PDF, es
32114  rápido y estable.
32115  El programa 
32116 \family typewriter
32117 dvipdfm
32118 \family default
32119  ya no se desarrolla y está un poco obsoleto.
32120 \end_layout
32121
32122 \begin_layout Standard
32123 La salida en formato PDF se puede ver con el menú 
32124 \family sans
32125 Ver 
32126 \family default
32127 o con el botón
32128 \begin_inset space ~
32129 \end_inset
32130
32131
32132 \begin_inset Graphics
32133         filename ../../images/buffer-view_pdf2.png
32134         scale 85
32135
32136 \end_inset
32137
32138  (que usa 
32139 \family sans
32140 PDF
32141 \begin_inset space ~
32142 \end_inset
32143
32144 (pdflatex)
32145 \family default
32146 ).
32147 \end_layout
32148
32149 \begin_layout Chapter
32150 Explicación de la ecuación
32151 \begin_inset space ~
32152 \end_inset
32153
32154
32155 \begin_inset CommandInset ref
32156 LatexCommand eqref
32157 reference "eq:Wgn"
32158
32159 \end_inset
32160
32161
32162 \begin_inset CommandInset label
32163 LatexCommand label
32164 name "cha:Explicación-de-la-Ecuación"
32165
32166 \end_inset
32167
32168
32169 \end_layout
32170
32171 \begin_layout Standard
32172 La anchura total de 
32173 \emph on
32174 n
32175 \emph default
32176  celdas de una tabla 
32177 \begin_inset Formula $W_{\mathrm{tot\, n}}$
32178 \end_inset
32179
32180  puede calcularse con
32181 \end_layout
32182
32183 \begin_layout Standard
32184 \begin_inset Formula \begin{equation}
32185 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}
32186
32187 \end_inset
32188
32189
32190 \end_layout
32191
32192 \begin_layout Standard
32193 donde 
32194 \begin_inset Formula $W_{g\, n}$
32195 \end_inset
32196
32197  es el ancho dado de todas las celdas.
32198  
32199 \series bold
32200
32201 \backslash
32202 tabcolsep
32203 \series default
32204  es la longitud LaTeX entre el texto y el borde de la celda, 6
32205 \begin_inset space \thinspace{}
32206 \end_inset
32207
32208 pt por omisión.
32209  
32210 \series bold
32211
32212 \backslash
32213 arrayrulewidth
32214 \series default
32215  es el grosor de línea del borde, 0.4
32216 \begin_inset space \thinspace{}
32217 \end_inset
32218
32219 pt por omisión.
32220 \end_layout
32221
32222 \begin_layout Standard
32223 Procediendo como en la ecuación
32224 \begin_inset space ~
32225 \end_inset
32226
32227
32228 \begin_inset CommandInset ref
32229 LatexCommand eqref
32230 reference "eq:Wtot_n"
32231
32232 \end_inset
32233
32234 , el ancho total de una multicolumna, 
32235 \begin_inset Formula $W_{\mathrm{tot\, mult}}$
32236 \end_inset
32237
32238  es
32239 \end_layout
32240
32241 \begin_layout Standard
32242 \begin_inset Formula \begin{equation}
32243 W_{\mathrm{tot\, mult}}=W_{g\,\mathrm{mult}}+2\cdot\backslash\mbox{tabcolsep}+2\cdot\backslash\mbox{arrayrulewidth}\label{eq:Wtot_mult}\end{equation}
32244
32245 \end_inset
32246
32247
32248 \end_layout
32249
32250 \begin_layout Standard
32251 Igualando las ecuaciones
32252 \begin_inset space ~
32253 \end_inset
32254
32255
32256 \begin_inset CommandInset ref
32257 LatexCommand eqref
32258 reference "eq:Wtot_n"
32259
32260 \end_inset
32261
32262  y 
32263 \begin_inset CommandInset ref
32264 LatexCommand eqref
32265 reference "eq:Wtot_mult"
32266
32267 \end_inset
32268
32269  podemos calcular el ancho dado necesario 
32270 \begin_inset Formula $W_{g\, n}$
32271 \end_inset
32272
32273  cuando se expanden 
32274 \emph on
32275 n
32276 \emph default
32277  columnas, de forma que cada una de ellas tiene una anchura total  
32278 \begin_inset Formula $W_{\mathrm{tot\, mult}}/n$
32279 \end_inset
32280
32281 :
32282 \end_layout
32283
32284 \begin_layout Standard
32285 \begin_inset Formula \begin{equation}
32286 W_{g\, n}=(W_{g\,\mathrm{mult}}+(1-n)\cdot(2\cdot\backslash\mbox{tabcolsep}+\backslash\mbox{arrayrulewidth}))/n\end{equation}
32287
32288 \end_inset
32289
32290
32291 \end_layout
32292
32293 \begin_layout Bibliography
32294 \begin_inset CommandInset bibitem
32295 LatexCommand bibitem
32296 key "latexcompanion"
32297
32298 \end_inset
32299
32300 Frank Mittelbach and Michel Goossens: 
32301 \emph on
32302 The LaTeX Companion Second Edition.
32303
32304 \emph default
32305  Addison-Wesley, 2004
32306 \end_layout
32307
32308 \begin_layout Bibliography
32309 \begin_inset CommandInset bibitem
32310 LatexCommand bibitem
32311 key "latexguide"
32312
32313 \end_inset
32314
32315 Helmut Kopka and Patrick W.
32316  Daly: 
32317 \emph on
32318 A Guide to LaTeX Fourth Edition.
32319
32320 \emph default
32321  Addison-Wesley, 2003
32322 \end_layout
32323
32324 \begin_layout Bibliography
32325 \begin_inset CommandInset bibitem
32326 LatexCommand bibitem
32327 key "latexbook"
32328
32329 \end_inset
32330
32331 Leslie Lamport: 
32332 \emph on
32333 LaTeX: A Document Preparation System.
32334
32335 \emph default
32336  Addison-Wesley, second edition, 1994
32337 \end_layout
32338
32339 \begin_layout Bibliography
32340 \begin_inset CommandInset bibitem
32341 LatexCommand bibitem
32342 key "booktabs"
32343
32344 \end_inset
32345
32346 Documentación del paquete LaTeX 
32347 \series bold
32348
32349 \begin_inset CommandInset href
32350 LatexCommand href
32351 name "booktabs"
32352 target "ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/booktabs/booktabs.pdf"
32353
32354 \end_inset
32355
32356
32357 \series default
32358
32359 \begin_inset Index
32360 status collapsed
32361
32362 \begin_layout Plain Layout
32363 LaTeX-paquetes ! booktabs
32364 \end_layout
32365
32366 \end_inset
32367
32368
32369 \end_layout
32370
32371 \begin_layout Bibliography
32372 \begin_inset CommandInset bibitem
32373 LatexCommand bibitem
32374 key "caption"
32375
32376 \end_inset
32377
32378 Documentación del paquete LaTeX 
32379 \series bold
32380
32381 \begin_inset CommandInset href
32382 LatexCommand href
32383 name "caption"
32384 target "ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/caption/caption.pdf"
32385
32386 \end_inset
32387
32388
32389 \series default
32390
32391 \begin_inset Index
32392 status collapsed
32393
32394 \begin_layout Plain Layout
32395 LaTeX-paquetes ! caption
32396 \end_layout
32397
32398 \end_inset
32399
32400
32401 \end_layout
32402
32403 \begin_layout Bibliography
32404 \begin_inset CommandInset bibitem
32405 LatexCommand bibitem
32406 key "endfloat"
32407
32408 \end_inset
32409
32410 Documentación del paquete LaTeX 
32411 \series bold
32412
32413 \begin_inset CommandInset href
32414 LatexCommand href
32415 name "endfloat"
32416 target "ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/endfloat/endfloat.pdf"
32417
32418 \end_inset
32419
32420
32421 \series default
32422
32423 \begin_inset Index
32424 status collapsed
32425
32426 \begin_layout Plain Layout
32427 LaTeX-paquetes ! endfloat
32428 \end_layout
32429
32430 \end_inset
32431
32432
32433 \end_layout
32434
32435 \begin_layout Bibliography
32436 \begin_inset CommandInset bibitem
32437 LatexCommand bibitem
32438 key "wrapfig"
32439
32440 \end_inset
32441
32442 Documentación del paquete LaTeX 
32443 \series bold
32444
32445 \begin_inset CommandInset href
32446 LatexCommand href
32447 name "wrapfig"
32448 target "ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/wrapfig/wrapfig.sty"
32449
32450 \end_inset
32451
32452
32453 \series default
32454
32455 \begin_inset Index
32456 status collapsed
32457
32458 \begin_layout Plain Layout
32459 LaTeX-paquetes ! wrapfig
32460 \begin_inset ERT
32461 status collapsed
32462
32463 \begin_layout Plain Layout
32464
32465
32466 \backslash
32467 vspace{4mm}
32468 \end_layout
32469
32470 \end_inset
32471
32472
32473 \end_layout
32474
32475 \end_inset
32476
32477
32478 \end_layout
32479
32480 \begin_layout Bibliography
32481 \begin_inset CommandInset bibitem
32482 LatexCommand bibitem
32483 key "footmisc"
32484
32485 \end_inset
32486
32487 Documentación del paquete LaTeX 
32488 \series bold
32489
32490 \begin_inset CommandInset href
32491 LatexCommand href
32492 name "footmisc"
32493 target "ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/footmisc/footmisc.pdf"
32494
32495 \end_inset
32496
32497
32498 \series default
32499
32500 \begin_inset Index
32501 status collapsed
32502
32503 \begin_layout Plain Layout
32504 LaTeX-paquetes ! footmisc
32505 \end_layout
32506
32507 \end_inset
32508
32509
32510 \end_layout
32511
32512 \begin_layout Bibliography
32513 \begin_inset CommandInset bibitem
32514 LatexCommand bibitem
32515 key "hypcap"
32516
32517 \end_inset
32518
32519 Documentación del paquete LaTeX 
32520 \series bold
32521
32522 \begin_inset CommandInset href
32523 LatexCommand href
32524 name "hypcap"
32525 target "http://www.ctan.org/tex-archive/macros/latex/contrib/oberdiek/hypcap.pdf"
32526
32527 \end_inset
32528
32529
32530 \series default
32531
32532 \begin_inset Index
32533 status collapsed
32534
32535 \begin_layout Plain Layout
32536 LaTeX-paquetes ! hyperref
32537 \end_layout
32538
32539 \end_inset
32540
32541
32542 \end_layout
32543
32544 \begin_layout Bibliography
32545 \begin_inset CommandInset bibitem
32546 LatexCommand bibitem
32547 key "hyperref"
32548
32549 \end_inset
32550
32551 Documentación del paquete LaTeX 
32552 \series bold
32553
32554 \begin_inset CommandInset href
32555 LatexCommand href
32556 name "hyperref"
32557 target "ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/hyperref/hyperref.pdf"
32558
32559 \end_inset
32560
32561
32562 \series default
32563
32564 \begin_inset Index
32565 status collapsed
32566
32567 \begin_layout Plain Layout
32568 LaTeX-paquetes ! hyperref
32569 \end_layout
32570
32571 \end_inset
32572
32573
32574 \end_layout
32575
32576 \begin_layout Bibliography
32577 \begin_inset CommandInset bibitem
32578 LatexCommand bibitem
32579 key "koma-script"
32580
32581 \end_inset
32582
32583 Documentación del paquete LaTeX 
32584 \series bold
32585
32586 \begin_inset CommandInset href
32587 LatexCommand href
32588 name "koma-script"
32589 target "ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/koma-script/scrguien.pdf"
32590
32591 \end_inset
32592
32593
32594 \series default
32595
32596 \begin_inset Index
32597 status collapsed
32598
32599 \begin_layout Plain Layout
32600 LaTeX-paquetes ! koma-script
32601 \end_layout
32602
32603 \end_inset
32604
32605
32606 \end_layout
32607
32608 \begin_layout Bibliography
32609 \begin_inset CommandInset bibitem
32610 LatexCommand bibitem
32611 key "listings"
32612
32613 \end_inset
32614
32615 Documentación del paquete LaTeX 
32616 \series bold
32617
32618 \begin_inset CommandInset href
32619 LatexCommand href
32620 name "listings"
32621 target "ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/listings/listings.pdf"
32622
32623 \end_inset
32624
32625
32626 \series default
32627
32628 \begin_inset Index
32629 status collapsed
32630
32631 \begin_layout Plain Layout
32632 LaTeX-paquetes ! listings
32633 \end_layout
32634
32635 \end_inset
32636
32637
32638 \end_layout
32639
32640 \begin_layout Bibliography
32641 \begin_inset CommandInset bibitem
32642 LatexCommand bibitem
32643 key "marginnote"
32644
32645 \end_inset
32646
32647 Documentación del paquete LaTeX 
32648 \series bold
32649
32650 \begin_inset CommandInset href
32651 LatexCommand href
32652 name "marginnote"
32653 target "ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/marginnote/marginnote.pdf"
32654
32655 \end_inset
32656
32657
32658 \series default
32659
32660 \begin_inset Index
32661 status collapsed
32662
32663 \begin_layout Plain Layout
32664 LaTeX-paquetes ! marginnote
32665 \end_layout
32666
32667 \end_inset
32668
32669
32670 \end_layout
32671
32672 \begin_layout Bibliography
32673 \begin_inset CommandInset bibitem
32674 LatexCommand bibitem
32675 key "pstricks"
32676
32677 \end_inset
32678
32679 Página web del paquete LaTeX 
32680 \series bold
32681
32682 \begin_inset CommandInset href
32683 LatexCommand href
32684 name "PSTricks"
32685 target "http://tug.org/PSTricks/"
32686
32687 \end_inset
32688
32689
32690 \series default
32691
32692 \begin_inset Index
32693 status collapsed
32694
32695 \begin_layout Plain Layout
32696 LaTeX-paquetes ! PSTricks
32697 \end_layout
32698
32699 \end_inset
32700
32701
32702 \end_layout
32703
32704 \begin_layout Bibliography
32705 \begin_inset CommandInset bibitem
32706 LatexCommand bibitem
32707 key "sidecap"
32708
32709 \end_inset
32710
32711 Documentación del paquete LaTeX 
32712 \series bold
32713
32714 \begin_inset CommandInset href
32715 LatexCommand href
32716 name "sidecap"
32717 target "ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/sidecap/sidecap.pdf"
32718
32719 \end_inset
32720
32721
32722 \series default
32723
32724 \begin_inset Index
32725 status collapsed
32726
32727 \begin_layout Plain Layout
32728 LaTeX-paquetes ! sidecap
32729 \end_layout
32730
32731 \end_inset
32732
32733
32734 \end_layout
32735
32736 \begin_layout Bibliography
32737 \begin_inset CommandInset bibitem
32738 LatexCommand bibitem
32739 key "NewInLyX16"
32740
32741 \end_inset
32742
32743
32744 \begin_inset CommandInset href
32745 LatexCommand href
32746 name "Página wiki"
32747 target "http://wiki.lyx.org/LyX/NewInLyX16"
32748
32749 \end_inset
32750
32751  sobre características nuevas para la versión 
32752 \family sans
32753 LyX
32754 \begin_inset space ~
32755 \end_inset
32756
32757 1.6.0
32758 \family default
32759 .
32760 \end_layout
32761
32762 \begin_layout Standard
32763 \begin_inset CommandInset index_print
32764 LatexCommand printindex
32765
32766 \end_inset
32767
32768
32769 \end_layout
32770
32771 \begin_layout Standard
32772 \begin_inset FloatList figure
32773
32774 \end_inset
32775
32776
32777 \end_layout
32778
32779 \begin_layout Standard
32780 \begin_inset FloatList table
32781
32782 \end_inset
32783
32784
32785 \end_layout
32786
32787 \begin_layout Standard
32788 \begin_inset ERT
32789 status open
32790
32791 \begin_layout Plain Layout
32792
32793
32794 \backslash
32795 listof{algorithm}{Lista de algoritmos}
32796 \end_layout
32797
32798 \end_inset
32799
32800
32801 \begin_inset Note Note
32802 status collapsed
32803
32804 \begin_layout Plain Layout
32805 Véase la sección
32806 \begin_inset space ~
32807 \end_inset
32808
32809
32810 \begin_inset CommandInset ref
32811 LatexCommand ref
32812 reference "sub:Algoritmos-Flotantes"
32813
32814 \end_inset
32815
32816  para una descripción.
32817 \end_layout
32818
32819 \end_inset
32820
32821
32822 \end_layout
32823
32824 \end_body
32825 \end_document