]> git.lyx.org Git - lyx.git/blob - lib/doc/es/EmbeddedObjects.lyx
documentation: more Index fixes
[lyx.git] / lib / doc / es / EmbeddedObjects.lyx
1 #LyX 1.6.0rc1 created this file. For more info see http://www.lyx.org/
2 \lyxformat 340
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, véase 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, véase 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  véase 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 Lineas@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 \noindent
10645 \begin_inset Float table
10646 placement H
10647 wide false
10648 sideways false
10649 status open
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 \end_layout
11086
11087 \begin_layout Subsection
11088 Multicolumnas
11089 \begin_inset CommandInset label
11090 LatexCommand label
11091 name "sub:Multicolumnas"
11092
11093 \end_inset
11094
11095
11096 \begin_inset Index
11097 status collapsed
11098
11099 \begin_layout Plain Layout
11100 Multicolumnas
11101 \end_layout
11102
11103 \end_inset
11104
11105
11106 \begin_inset Index
11107 status collapsed
11108
11109 \begin_layout Plain Layout
11110 Tablas ! Multicolumnas
11111 \end_layout
11112
11113 \end_inset
11114
11115
11116 \end_layout
11117
11118 \begin_layout Subsubsection
11119 Fundamentos de multicolumna
11120 \end_layout
11121
11122 \begin_layout Standard
11123 Para extender una celda sobre varias columnas, se marcan las celdas que
11124  se desee combinar y se usa el botón 
11125 \begin_inset Graphics
11126         filename ../../images/tabular-feature_multicolumn.png
11127         scale 85
11128
11129 \end_inset
11130
11131 , el menú 
11132 \family sans
11133 Editar\SpecialChar \menuseparator
11134 Tabla\SpecialChar \menuseparator
11135 Multicolumna
11136 \family default
11137 , o clic-derecha sobre las celdas marcadas y se selecciona en el diálogo,
11138  bajo la solapa 
11139 \family sans
11140 Configuración
11141 \family default
11142 , la casilla Multicolumna.
11143 \end_layout
11144
11145 \begin_layout Standard
11146 Las multicolumnas tienen su propia configuración de celdas.
11147  Esto es, los cambios de bordes, alineación y anchura sólo afectan a la
11148  multicolumna.
11149  Aquí hay un ejemplo de tabla con una multicolumna en la primera fila y
11150  otra en la última fila sin borde superior:
11151 \end_layout
11152
11153 \begin_layout Standard
11154 \align center
11155 \begin_inset Tabular
11156 <lyxtabular version="3" rows="3" columns="4">
11157 <features firstHeadTopDL="true" firstHeadBottomDL="true">
11158 <column alignment="center" valignment="top" width="0pt">
11159 <column alignment="center" valignment="middle" width="0">
11160 <column alignment="center" valignment="top" width="0in">
11161 <column alignment="center" valignment="top" width="0pt">
11162 <row>
11163 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11164 \begin_inset Text
11165
11166 \begin_layout Plain Layout
11167 abc
11168 \end_layout
11169
11170 \end_inset
11171 </cell>
11172 <cell multicolumn="1" alignment="center" valignment="middle" topline="true" bottomline="true" leftline="true" usebox="none">
11173 \begin_inset Text
11174
11175 \begin_layout Plain Layout
11176 def ghi
11177 \end_layout
11178
11179 \end_inset
11180 </cell>
11181 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11182 \begin_inset Text
11183
11184 \begin_layout Plain Layout
11185
11186 \end_layout
11187
11188 \end_inset
11189 </cell>
11190 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
11191 \begin_inset Text
11192
11193 \begin_layout Plain Layout
11194 jkl
11195 \end_layout
11196
11197 \end_inset
11198 </cell>
11199 </row>
11200 <row>
11201 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11202 \begin_inset Text
11203
11204 \begin_layout Plain Layout
11205
11206 \family roman
11207 \series medium
11208 \shape up
11209 \size normal
11210 \emph off
11211 \bar no
11212 \noun off
11213 \color none
11214 A
11215 \end_layout
11216
11217 \end_inset
11218 </cell>
11219 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11220 \begin_inset Text
11221
11222 \begin_layout Plain Layout
11223 B
11224 \end_layout
11225
11226 \end_inset
11227 </cell>
11228 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11229 \begin_inset Text
11230
11231 \begin_layout Plain Layout
11232 C
11233 \end_layout
11234
11235 \end_inset
11236 </cell>
11237 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
11238 \begin_inset Text
11239
11240 \begin_layout Plain Layout
11241 D
11242 \end_layout
11243
11244 \end_inset
11245 </cell>
11246 </row>
11247 <row>
11248 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11249 \begin_inset Text
11250
11251 \begin_layout Plain Layout
11252 1
11253 \end_layout
11254
11255 \end_inset
11256 </cell>
11257 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
11258 \begin_inset Text
11259
11260 \begin_layout Plain Layout
11261 2
11262 \end_layout
11263
11264 \end_inset
11265 </cell>
11266 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11267 \begin_inset Text
11268
11269 \begin_layout Plain Layout
11270 3
11271 \end_layout
11272
11273 \end_inset
11274 </cell>
11275 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
11276 \begin_inset Text
11277
11278 \begin_layout Plain Layout
11279 4
11280 \end_layout
11281
11282 \end_inset
11283 </cell>
11284 </row>
11285 </lyxtabular>
11286
11287 \end_inset
11288
11289
11290 \end_layout
11291
11292 \begin_layout Subsubsection
11293 Cálculos en multicolumnas
11294 \begin_inset CommandInset label
11295 LatexCommand label
11296 name "sub:Cálculos-en-Multicolumnas"
11297
11298 \end_inset
11299
11300
11301 \begin_inset Index
11302 status collapsed
11303
11304 \begin_layout Plain Layout
11305 Multicolumnas ! Cálculos
11306 \end_layout
11307
11308 \end_inset
11309
11310
11311 \end_layout
11312
11313 \begin_layout Standard
11314 LyX soporta multicolumnas directamente, pero hay que prestar atención a
11315  la anchura de celda de las columnas combinadas en la celda multicolumna.
11316 \end_layout
11317
11318 \begin_layout Standard
11319 \begin_inset Float table
11320 placement h
11321 wide false
11322 sideways false
11323 status open
11324
11325 \begin_layout Plain Layout
11326 \begin_inset Caption
11327
11328 \begin_layout Plain Layout
11329 \begin_inset CommandInset label
11330 LatexCommand label
11331 name "tab:Tabla-con-centrado"
11332
11333 \end_inset
11334
11335 Tabla con texto centrado en multicolumna sobre dos columnas que tienen exactamen
11336 te la mitad de anchura que la celda multicolumna
11337 \begin_inset OptArg
11338 status collapsed
11339
11340 \begin_layout Plain Layout
11341 Tabla multicolumna perfecta
11342 \end_layout
11343
11344 \end_inset
11345
11346
11347 \end_layout
11348
11349 \end_inset
11350
11351
11352 \end_layout
11353
11354 \begin_layout Plain Layout
11355 \align center
11356 \begin_inset Tabular
11357 <lyxtabular version="3" rows="3" columns="3">
11358 <features>
11359 <column alignment="center" valignment="middle" width="0" special=">{\centering}m{1.25cm-6.2pt}">
11360 <column alignment="center" valignment="middle" width="0">
11361 <column alignment="center" valignment="top" width="0">
11362 <row>
11363 <cell multicolumn="1" alignment="center" valignment="middle" topline="true" leftline="true" usebox="none" special=">{\centering}m{2.5cm}">
11364 \begin_inset Text
11365
11366 \begin_layout Plain Layout
11367 multicolumna línea múltiple
11368 \end_layout
11369
11370 \end_inset
11371 </cell>
11372 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11373 \begin_inset Text
11374
11375 \begin_layout Plain Layout
11376
11377 \end_layout
11378
11379 \end_inset
11380 </cell>
11381 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
11382 \begin_inset Text
11383
11384 \begin_layout Plain Layout
11385 c
11386 \end_layout
11387
11388 \end_inset
11389 </cell>
11390 </row>
11391 <row>
11392 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11393 \begin_inset Text
11394
11395 \begin_layout Plain Layout
11396 d
11397 \end_layout
11398
11399 \end_inset
11400 </cell>
11401 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11402 \begin_inset Text
11403
11404 \begin_layout Plain Layout
11405 e
11406 \end_layout
11407
11408 \end_inset
11409 </cell>
11410 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
11411 \begin_inset Text
11412
11413 \begin_layout Plain Layout
11414 f
11415 \end_layout
11416
11417 \end_inset
11418 </cell>
11419 </row>
11420 <row>
11421 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11422 \begin_inset Text
11423
11424 \begin_layout Plain Layout
11425 g
11426 \end_layout
11427
11428 \end_inset
11429 </cell>
11430 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11431 \begin_inset Text
11432
11433 \begin_layout Plain Layout
11434 h
11435 \end_layout
11436
11437 \end_inset
11438 </cell>
11439 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
11440 \begin_inset Text
11441
11442 \begin_layout Plain Layout
11443 i
11444 \end_layout
11445
11446 \end_inset
11447 </cell>
11448 </row>
11449 </lyxtabular>
11450
11451 \end_inset
11452
11453
11454 \end_layout
11455
11456 \end_inset
11457
11458
11459 \end_layout
11460
11461 \begin_layout Standard
11462 Por ejemplo, para crear la tabla
11463 \begin_inset space ~
11464 \end_inset
11465
11466
11467 \begin_inset CommandInset ref
11468 LatexCommand ref
11469 reference "tab:Tabla-con-centrado"
11470
11471 \end_inset
11472
11473 , marca las dos primeras celdas en la primera fila de una tabla 3×3 y haz
11474  clic-derecha.
11475  En el diálogo marca 
11476 \emph on
11477 multicolumna
11478 \emph default
11479
11480 \emph on
11481 alineación centro
11482 \emph default
11483  y una anchura de 2.5
11484 \begin_inset space \thinspace{}
11485 \end_inset
11486
11487 cm.
11488  Las columnas combinadas deberían tener exactamente la mitad de la anchura
11489  de la celda multicolumna, así que deberías ajustar 1.25
11490 \begin_inset space \thinspace{}
11491 \end_inset
11492
11493 cm para la primera columna.
11494  La segunda columna tendrá entonces automáticamente 1.25
11495 \begin_inset space \thinspace{}
11496 \end_inset
11497
11498 cm de anchura.
11499  Para la tabla
11500 \begin_inset space ~
11501 \end_inset
11502
11503
11504 \begin_inset CommandInset ref
11505 LatexCommand ref
11506 reference "tab:Tabla-sin-mitad"
11507
11508 \end_inset
11509
11510  se ha procedido de la siguiente manera:
11511 \end_layout
11512
11513 \begin_layout Standard
11514 \begin_inset Float table
11515 wide false
11516 sideways false
11517 status open
11518
11519 \begin_layout Plain Layout
11520 \begin_inset Caption
11521
11522 \begin_layout Plain Layout
11523 \begin_inset CommandInset label
11524 LatexCommand label
11525 name "tab:Tabla-sin-mitad"
11526
11527 \end_inset
11528
11529 Tabla en la que las columnas combinadas no tienen exactamente la mitad de
11530  anchura que la celda multicolumna
11531 \begin_inset OptArg
11532 status open
11533
11534 \begin_layout Plain Layout
11535 Tabla multicolumna imperfecta
11536 \end_layout
11537
11538 \end_inset
11539
11540
11541 \end_layout
11542
11543 \end_inset
11544
11545
11546 \end_layout
11547
11548 \begin_layout Plain Layout
11549 \align center
11550 \begin_inset Tabular
11551 <lyxtabular version="3" rows="3" columns="3">
11552 <features>
11553 <column alignment="center" valignment="top" width="1.25cm">
11554 <column alignment="center" valignment="top" width="0">
11555 <column alignment="center" valignment="top" width="0">
11556 <row>
11557 <cell multicolumn="1" alignment="center" valignment="top" topline="true" leftline="true" usebox="none" width="2.5cm">
11558 \begin_inset Text
11559
11560 \begin_layout Plain Layout
11561 multicolumna línea múltiple
11562 \end_layout
11563
11564 \end_inset
11565 </cell>
11566 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11567 \begin_inset Text
11568
11569 \begin_layout Plain Layout
11570
11571 \end_layout
11572
11573 \end_inset
11574 </cell>
11575 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
11576 \begin_inset Text
11577
11578 \begin_layout Plain Layout
11579 c
11580 \end_layout
11581
11582 \end_inset
11583 </cell>
11584 </row>
11585 <row>
11586 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11587 \begin_inset Text
11588
11589 \begin_layout Plain Layout
11590 d
11591 \end_layout
11592
11593 \end_inset
11594 </cell>
11595 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11596 \begin_inset Text
11597
11598 \begin_layout Plain Layout
11599 e
11600 \end_layout
11601
11602 \end_inset
11603 </cell>
11604 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
11605 \begin_inset Text
11606
11607 \begin_layout Plain Layout
11608 f
11609 \end_layout
11610
11611 \end_inset
11612 </cell>
11613 </row>
11614 <row>
11615 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11616 \begin_inset Text
11617
11618 \begin_layout Plain Layout
11619 g
11620 \end_layout
11621
11622 \end_inset
11623 </cell>
11624 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11625 \begin_inset Text
11626
11627 \begin_layout Plain Layout
11628 h
11629 \end_layout
11630
11631 \end_inset
11632 </cell>
11633 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
11634 \begin_inset Text
11635
11636 \begin_layout Plain Layout
11637 i
11638 \end_layout
11639
11640 \end_inset
11641 </cell>
11642 </row>
11643 </lyxtabular>
11644
11645 \end_inset
11646
11647
11648 \end_layout
11649
11650 \end_inset
11651
11652
11653 \end_layout
11654
11655 \begin_layout Standard
11656 Se ve que la primera columna no tiene la mitad de ancho que la celda multicolumn
11657 a, es un poco mayor.
11658  La razón es que la anchura dada para una celda 
11659 \begin_inset Formula $W_{g}$
11660 \end_inset
11661
11662  no es su anchura total 
11663 \begin_inset Formula $W_{\mathrm{tot}}$
11664 \end_inset
11665
11666  porque una celda es siempre algo mayor que la anchura dada.
11667  El apéndice
11668 \begin_inset space ~
11669 \end_inset
11670
11671
11672 \begin_inset CommandInset ref
11673 LatexCommand eqref
11674 reference "cha:Explicación-de-la-Ecuación"
11675
11676 \end_inset
11677
11678  lo explica con detalle.
11679 \end_layout
11680
11681 \begin_layout Standard
11682 La anchura dada necesaria, 
11683 \begin_inset Formula $W_{g\, n}$
11684 \end_inset
11685
11686  para combinar 
11687 \emph on
11688 n
11689 \emph default
11690  columnas puede calcularse de manera que cada columna tenga una anchura
11691  total de 
11692 \begin_inset Formula $W_{\mathrm{tot\, multicolumn}}/n$
11693 \end_inset
11694
11695 :
11696 \begin_inset Formula \begin{equation}
11697 W_{g\, n}=(W_{g\,\mathrm{multicolumn}}+(1-n)\cdot(12.4\,\mathrm{pt}))/n\label{eq:Wgn}\end{equation}
11698
11699 \end_inset
11700
11701
11702 \end_layout
11703
11704 \begin_layout Standard
11705 En nuestro caso tenemos 
11706 \begin_inset Formula $n=2$
11707 \end_inset
11708
11709
11710 \begin_inset Formula $W_{g\,\mathrm{multicolumn}}=2.5\,$
11711 \end_inset
11712
11713
11714 \begin_inset space \thinspace{}
11715 \end_inset
11716
11717 cm y los valores predeterminados para longitudes, así la ecuación
11718 \begin_inset space ~
11719 \end_inset
11720
11721
11722 \begin_inset CommandInset ref
11723 LatexCommand ref
11724 reference "eq:Wgn"
11725
11726 \end_inset
11727
11728  queda
11729 \begin_inset Formula \begin{equation}
11730 W_{g\,2}=1.25\,\mathrm{cm}-6.2\,\mathrm{pt}\end{equation}
11731
11732 \end_inset
11733
11734
11735 \end_layout
11736
11737 \begin_layout Standard
11738 Para habilitar cálculos en LaTeX, debe cargarse en el preámbulo el paquete
11739  
11740 \series bold
11741 calc
11742 \series default
11743  con la línea
11744 \begin_inset Index
11745 status collapsed
11746
11747 \begin_layout Plain Layout
11748 LaTeX-paquetes ! calc
11749 \end_layout
11750
11751 \end_inset
11752
11753
11754 \end_layout
11755
11756 \begin_layout Standard
11757
11758 \series bold
11759
11760 \backslash
11761 usepackage{calc}
11762 \end_layout
11763
11764 \begin_layout Standard
11765 LyX no permite calcular longitudes en el campo Ancho del cuadro de diálogo.
11766  Por tanto hay que insertar un argumento LaTeX en el diálogo.
11767  He aquí un repaso de los argumentos:
11768 \end_layout
11769
11770 \begin_layout Itemize
11771
11772 \series bold
11773 p{ancho}
11774 \series default
11775  crea celdas con anchura fija, el texto alineado arriba
11776 \end_layout
11777
11778 \begin_layout Itemize
11779
11780 \series bold
11781 m{ancho}
11782 \series default
11783  crea celdas con anchura fija, el texto con alineación vertical centrada
11784  
11785 \end_layout
11786
11787 \begin_layout Itemize
11788
11789 \series bold
11790 b{ancho}
11791 \series default
11792  crea celdas con anchura fija, el texto alineado abajo
11793 \end_layout
11794
11795 \begin_layout Standard
11796 Al introducir un argumento LaTeX, todas las propiedades de celda puestas
11797  en el diálogo se ignoran.
11798 \end_layout
11799
11800 \begin_layout Standard
11801 \begin_inset Note Greyedout
11802 status open
11803
11804 \begin_layout Plain Layout
11805
11806 \series bold
11807 Nota:
11808 \series default
11809  Debido a un error, LyX muestra de todas formas estas propiedades.
11810 \end_layout
11811
11812 \end_inset
11813
11814  
11815 \end_layout
11816
11817 \begin_layout Standard
11818 El comando 
11819 \series bold
11820
11821 \backslash
11822 centering
11823 \series default
11824  centra horizontalmente el texto.
11825  Puedes entonces introducir el siguiente argumento de LaTeX para la primera
11826  columna extendida:
11827 \end_layout
11828
11829 \begin_layout Standard
11830
11831 \series bold
11832 >{
11833 \backslash
11834 centering}m{1.25cm-6.2pt}
11835 \end_layout
11836
11837 \begin_layout Standard
11838 El comando 
11839 \series bold
11840 >{ }
11841 \series default
11842  significa que los comandos entre llaves se aplican antes de crear la celda.
11843 \end_layout
11844
11845 \begin_layout Standard
11846 Aunque hemos escogido alineación centrada para el texto de la celda multicolumna
11847 , aún está alineado a la izquierda.
11848  Esto se debe a que LyX sólo aplica alineado a columnas simples.
11849  Así que para multicolumnas hemos de usar el argumento de LaTeX
11850 \end_layout
11851
11852 \begin_layout Standard
11853
11854 \series bold
11855 >{
11856 \backslash
11857 centering}m{2.5cm}
11858 \end_layout
11859
11860 \begin_layout Subsection
11861 Multifilas
11862 \begin_inset Index
11863 status collapsed
11864
11865 \begin_layout Plain Layout
11866 Multifilas
11867 \end_layout
11868
11869 \end_inset
11870
11871
11872 \begin_inset Index
11873 status collapsed
11874
11875 \begin_layout Plain Layout
11876 Tablas ! Multifilas
11877 \end_layout
11878
11879 \end_inset
11880
11881
11882 \end_layout
11883
11884 \begin_layout Standard
11885 A diferencia de multicolumnas, LyX aún no soporta multifilas por lo que
11886  hace falta un poco de código TeX.
11887  Hay que cargar el paquete de LaTeX 
11888 \series bold
11889 multirow
11890 \series default
11891
11892 \begin_inset Index
11893 status collapsed
11894
11895 \begin_layout Plain Layout
11896 LaTeX-paquetes ! multirow
11897 \end_layout
11898
11899 \end_inset
11900
11901  en el preámbulo del documento con el comando
11902 \end_layout
11903
11904 \begin_layout Standard
11905
11906 \series bold
11907
11908 \backslash
11909 usepackage{multirow}
11910 \end_layout
11911
11912 \begin_layout Standard
11913 Las multifilas se crean con el comando
11914 \end_layout
11915
11916 \begin_layout Standard
11917
11918 \series bold
11919
11920 \backslash
11921 multirow{número de filas}{ancho de celda}{entrada de celda}
11922 \end_layout
11923
11924 \begin_layout Standard
11925 Para crear la siguiente tabla:
11926 \end_layout
11927
11928 \begin_layout Standard
11929 \align center
11930 \begin_inset ERT
11931 status collapsed
11932
11933 \begin_layout Plain Layout
11934
11935
11936 \backslash
11937 renewcommand{
11938 \backslash
11939 multirowsetup}{
11940 \backslash
11941 centering}
11942 \end_layout
11943
11944 \end_inset
11945
11946
11947 \begin_inset Tabular
11948 <lyxtabular version="3" rows="3" columns="3">
11949 <features>
11950 <column alignment="center" valignment="top" width="0">
11951 <column alignment="center" valignment="top" width="0">
11952 <column alignment="center" valignment="top" width="0">
11953 <row>
11954 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11955 \begin_inset Text
11956
11957 \begin_layout Plain Layout
11958 a
11959 \end_layout
11960
11961 \end_inset
11962 </cell>
11963 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11964 \begin_inset Text
11965
11966 \begin_layout Plain Layout
11967 b
11968 \end_layout
11969
11970 \end_inset
11971 </cell>
11972 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
11973 \begin_inset Text
11974
11975 \begin_layout Plain Layout
11976 c
11977 \end_layout
11978
11979 \end_inset
11980 </cell>
11981 </row>
11982 <row>
11983 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11984 \begin_inset Text
11985
11986 \begin_layout Plain Layout
11987 \begin_inset ERT
11988 status collapsed
11989
11990 \begin_layout Plain Layout
11991
11992
11993 \backslash
11994 multirow{2}{2.5cm}{
11995 \end_layout
11996
11997 \end_inset
11998
11999 entrada multifila
12000 \begin_inset ERT
12001 status collapsed
12002
12003 \begin_layout Plain Layout
12004
12005 }
12006 \end_layout
12007
12008 \end_inset
12009
12010
12011 \end_layout
12012
12013 \end_inset
12014 </cell>
12015 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12016 \begin_inset Text
12017
12018 \begin_layout Plain Layout
12019 e
12020 \end_layout
12021
12022 \end_inset
12023 </cell>
12024 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
12025 \begin_inset Text
12026
12027 \begin_layout Plain Layout
12028 f
12029 \end_layout
12030
12031 \end_inset
12032 </cell>
12033 </row>
12034 <row>
12035 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
12036 \begin_inset Text
12037
12038 \begin_layout Plain Layout
12039
12040 \end_layout
12041
12042 \end_inset
12043 </cell>
12044 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
12045 \begin_inset Text
12046
12047 \begin_layout Plain Layout
12048 h
12049 \end_layout
12050
12051 \end_inset
12052 </cell>
12053 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
12054 \begin_inset Text
12055
12056 \begin_layout Plain Layout
12057 i
12058 \end_layout
12059
12060 \end_inset
12061 </cell>
12062 </row>
12063 </lyxtabular>
12064
12065 \end_inset
12066
12067
12068 \begin_inset ERT
12069 status collapsed
12070
12071 \begin_layout Plain Layout
12072
12073
12074 \backslash
12075 renewcommand{
12076 \backslash
12077 multirowsetup}{
12078 \backslash
12079 raggedright}
12080 \end_layout
12081
12082 \end_inset
12083
12084
12085 \end_layout
12086
12087 \begin_layout Standard
12088 crea una tabla 3×3.
12089  Para quitar la línea sobre la última celda en la primera columna, se marca
12090  la celda como multicolumna y se quita el borde superior.
12091  Ahora se crea la multifila en la segunda fila de la primera columna insertando
12092  ahí el comando
12093 \end_layout
12094
12095 \begin_layout Standard
12096
12097 \series bold
12098
12099 \backslash
12100 multirow{2}{2.5cm}{
12101 \end_layout
12102
12103 \begin_layout Standard
12104 en código TeX.
12105  Según los parámetros del comando la multifila se expande a dos filas y
12106  tiene de ancho 2.5
12107 \begin_inset space \thinspace{}
12108 \end_inset
12109
12110 cm.
12111  El contenido de la celda multifila sigue fuera del cuadro de código TeX
12112  y el comando finaliza con llave derecha 
12113 \series bold
12114 }
12115 \series default
12116  en otro cuadro de código TeX tras el texto.
12117 \end_layout
12118
12119 \begin_layout Standard
12120
12121 \series bold
12122
12123 \backslash
12124 multirow
12125 \series default
12126  alinea su contenido a la izquierda por omisión.
12127  Para cambiarlo renombra el comando 
12128 \series bold
12129
12130 \backslash
12131 multirowsetup
12132 \series default
12133  con el comando
12134 \end_layout
12135
12136 \begin_layout Standard
12137
12138 \series bold
12139
12140 \backslash
12141 renewcommand{
12142 \backslash
12143 multirowsetup}{
12144 \backslash
12145 centering}
12146 \end_layout
12147
12148 \begin_layout Standard
12149 en el preámbulo del documento.
12150  Entonces se centran todas las entradas de celdas multifila en el documento.
12151  Si sólo queremos centrar en algunas tablas, se puede renombrar el comando
12152  en código TeX justo antes de la tabla en lugar de en el preámbulo.
12153  Si el texto debe estar alineado a la derecha, reemplaza 
12154 \series bold
12155
12156 \backslash
12157 centering
12158 \series default
12159  por 
12160 \series bold
12161
12162 \backslash
12163 raggedleft
12164 \series default
12165 .
12166  Para volver a alineado a la izquierda usa 
12167 \series bold
12168
12169 \backslash
12170 raggedright
12171 \series default
12172 .
12173 \end_layout
12174
12175 \begin_layout Section
12176 Tablas formales
12177 \begin_inset CommandInset label
12178 LatexCommand label
12179 name "sec:Tablas-Formales"
12180
12181 \end_inset
12182
12183
12184 \begin_inset Index
12185 status collapsed
12186
12187 \begin_layout Plain Layout
12188 Tablas Formales
12189 \end_layout
12190
12191 \end_inset
12192
12193
12194 \begin_inset Index
12195 status collapsed
12196
12197 \begin_layout Plain Layout
12198 Tablas ! Estilo formal
12199 \end_layout
12200
12201 \end_inset
12202
12203  
12204 \end_layout
12205
12206 \begin_layout Standard
12207 En los libros, las tablas se suelen presentar en un formato como el de la
12208  tabla 
12209 \begin_inset space ~
12210 \end_inset
12211
12212
12213 \begin_inset CommandInset ref
12214 LatexCommand ref
12215 reference "tab:Ejemplo-tabla-formal"
12216
12217 \end_inset
12218
12219 .
12220  Se denominan tablas 
12221 \emph on
12222 formales
12223 \emph default
12224 .
12225  Para hacer tablas con este diseño, elige 
12226 \family sans
12227 Estilo
12228 \family default
12229
12230 \begin_inset space ~
12231 \end_inset
12232
12233
12234 \family sans
12235 Formal
12236 \family default
12237  en la solapa 
12238 \family sans
12239 Bordes
12240 \family default
12241  del cuadro de diálogo de tablas.
12242 \end_layout
12243
12244 \begin_layout Standard
12245 \begin_inset Float table
12246 placement h
12247 wide false
12248 sideways false
12249 status open
12250
12251 \begin_layout Plain Layout
12252 \begin_inset Caption
12253
12254 \begin_layout Plain Layout
12255 \begin_inset CommandInset label
12256 LatexCommand label
12257 name "tab:Ejemplo-tabla-formal"
12258
12259 \end_inset
12260
12261 Ejemplo de tabla formal
12262 \end_layout
12263
12264 \end_inset
12265
12266
12267 \end_layout
12268
12269 \begin_layout Plain Layout
12270 \align center
12271 \begin_inset Tabular
12272 <lyxtabular version="3" rows="8" columns="4">
12273 <features booktabs="true">
12274 <column alignment="center" valignment="top" width="0">
12275 <column alignment="center" valignment="top" width="0">
12276 <column alignment="center" valignment="top" width="0">
12277 <column alignment="center" valignment="top" width="0">
12278 <row>
12279 <cell alignment="center" valignment="top" topline="true" rightline="true" usebox="none">
12280 \begin_inset Text
12281
12282 \begin_layout Plain Layout
12283 System
12284 \end_layout
12285
12286 \end_inset
12287 </cell>
12288 <cell alignment="center" valignment="top" topline="true" usebox="none">
12289 \begin_inset Text
12290
12291 \begin_layout Plain Layout
12292 Medipix
12293 \begin_inset Formula $\,$
12294 \end_inset
12295
12296 1
12297 \end_layout
12298
12299 \end_inset
12300 </cell>
12301 <cell multicolumn="1" alignment="center" valignment="top" usebox="none">
12302 \begin_inset Text
12303
12304 \begin_layout Plain Layout
12305 Medipix
12306 \begin_inset Formula $\,$
12307 \end_inset
12308
12309 2
12310 \end_layout
12311
12312 \end_inset
12313 </cell>
12314 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
12315 \begin_inset Text
12316
12317 \begin_layout Plain Layout
12318
12319 \end_layout
12320
12321 \end_inset
12322 </cell>
12323 </row>
12324 <row>
12325 <cell alignment="center" valignment="top" rightline="true" usebox="none">
12326 \begin_inset Text
12327
12328 \begin_layout Plain Layout
12329 \begin_inset ERT
12330 status collapsed
12331
12332 \begin_layout Plain Layout
12333
12334
12335 \backslash
12336 cmidrule(r){2-2}
12337 \end_layout
12338
12339 \end_inset
12340
12341
12342 \begin_inset ERT
12343 status collapsed
12344
12345 \begin_layout Plain Layout
12346
12347
12348 \backslash
12349 cmidrule(l){3-4}
12350 \end_layout
12351
12352 \end_inset
12353
12354 Detector thickness [µm]
12355 \end_layout
12356
12357 \end_inset
12358 </cell>
12359 <cell alignment="center" valignment="top" usebox="none">
12360 \begin_inset Text
12361
12362 \begin_layout Plain Layout
12363 300
12364 \end_layout
12365
12366 \end_inset
12367 </cell>
12368 <cell alignment="center" valignment="top" usebox="none">
12369 \begin_inset Text
12370
12371 \begin_layout Plain Layout
12372 300
12373 \end_layout
12374
12375 \end_inset
12376 </cell>
12377 <cell alignment="center" valignment="top" usebox="none">
12378 \begin_inset Text
12379
12380 \begin_layout Plain Layout
12381 700
12382 \end_layout
12383
12384 \end_inset
12385 </cell>
12386 </row>
12387 <row>
12388 <cell alignment="center" valignment="top" topline="true" rightline="true" usebox="none">
12389 \begin_inset Text
12390
12391 \begin_layout Plain Layout
12392 Edge angle [°]
12393 \end_layout
12394
12395 \end_inset
12396 </cell>
12397 <cell alignment="center" valignment="top" topline="true" usebox="none">
12398 \begin_inset Text
12399
12400 \begin_layout Plain Layout
12401 3.55
12402 \end_layout
12403
12404 \end_inset
12405 </cell>
12406 <cell alignment="center" valignment="top" topline="true" usebox="none">
12407 \begin_inset Text
12408
12409 \begin_layout Plain Layout
12410 2.71
12411 \end_layout
12412
12413 \end_inset
12414 </cell>
12415 <cell alignment="center" valignment="top" topline="true" usebox="none">
12416 \begin_inset Text
12417
12418 \begin_layout Plain Layout
12419 7.99
12420 \end_layout
12421
12422 \end_inset
12423 </cell>
12424 </row>
12425 <row topspace="default">
12426 <cell alignment="center" valignment="top" rightline="true" usebox="none">
12427 \begin_inset Text
12428
12429 \begin_layout Plain Layout
12430 Spatial resolution [µm]
12431 \end_layout
12432
12433 \end_inset
12434 </cell>
12435 <cell alignment="center" valignment="top" usebox="none">
12436 \begin_inset Text
12437
12438 \begin_layout Plain Layout
12439 4.26
12440 \end_layout
12441
12442 \end_inset
12443 </cell>
12444 <cell alignment="center" valignment="top" usebox="none">
12445 \begin_inset Text
12446
12447 \begin_layout Plain Layout
12448 10.17
12449 \end_layout
12450
12451 \end_inset
12452 </cell>
12453 <cell alignment="center" valignment="top" usebox="none">
12454 \begin_inset Text
12455
12456 \begin_layout Plain Layout
12457 10.56
12458 \end_layout
12459
12460 \end_inset
12461 </cell>
12462 </row>
12463 <row topspace="default">
12464 <cell alignment="center" valignment="top" rightline="true" usebox="none">
12465 \begin_inset Text
12466
12467 \begin_layout Plain Layout
12468 MTF at 
12469 \begin_inset Formula $f_{\mathrm{max}}$
12470 \end_inset
12471
12472
12473 \end_layout
12474
12475 \end_inset
12476 </cell>
12477 <cell alignment="center" valignment="top" usebox="none">
12478 \begin_inset Text
12479
12480 \begin_layout Plain Layout
12481 0.53
12482 \end_layout
12483
12484 \end_inset
12485 </cell>
12486 <cell alignment="center" valignment="top" usebox="none">
12487 \begin_inset Text
12488
12489 \begin_layout Plain Layout
12490 0.37
12491 \end_layout
12492
12493 \end_inset
12494 </cell>
12495 <cell alignment="center" valignment="top" usebox="none">
12496 \begin_inset Text
12497
12498 \begin_layout Plain Layout
12499 0.39
12500 \end_layout
12501
12502 \end_inset
12503 </cell>
12504 </row>
12505 <row topspace="default">
12506 <cell alignment="center" valignment="top" rightline="true" usebox="none">
12507 \begin_inset Text
12508
12509 \begin_layout Plain Layout
12510 \begin_inset ERT
12511 status collapsed
12512
12513 \begin_layout Plain Layout
12514
12515
12516 \backslash
12517 cmidrule(l{10pt}){1-1}
12518 \end_layout
12519
12520 \end_inset
12521
12522 LSF-spatial resolution
12523 \end_layout
12524
12525 \end_inset
12526 </cell>
12527 <cell alignment="center" valignment="top" usebox="none">
12528 \begin_inset Text
12529
12530 \begin_layout Plain Layout
12531
12532 \end_layout
12533
12534 \end_inset
12535 </cell>
12536 <cell alignment="center" valignment="top" usebox="none">
12537 \begin_inset Text
12538
12539 \begin_layout Plain Layout
12540
12541 \end_layout
12542
12543 \end_inset
12544 </cell>
12545 <cell alignment="center" valignment="top" usebox="none">
12546 \begin_inset Text
12547
12548 \begin_layout Plain Layout
12549
12550 \end_layout
12551
12552 \end_inset
12553 </cell>
12554 </row>
12555 <row>
12556 <cell alignment="center" valignment="top" rightline="true" usebox="none">
12557 \begin_inset Text
12558
12559 \begin_layout Plain Layout
12560 in µm
12561 \end_layout
12562
12563 \end_inset
12564 </cell>
12565 <cell alignment="center" valignment="top" usebox="none">
12566 \begin_inset Text
12567
12568 \begin_layout Plain Layout
12569 129.7
12570 \end_layout
12571
12572 \end_inset
12573 </cell>
12574 <cell alignment="center" valignment="top" usebox="none">
12575 \begin_inset Text
12576
12577 \begin_layout Plain Layout
12578 52.75
12579 \end_layout
12580
12581 \end_inset
12582 </cell>
12583 <cell alignment="center" valignment="top" usebox="none">
12584 \begin_inset Text
12585
12586 \begin_layout Plain Layout
12587 50.78
12588 \end_layout
12589
12590 \end_inset
12591 </cell>
12592 </row>
12593 <row>
12594 <cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
12595 \begin_inset Text
12596
12597 \begin_layout Plain Layout
12598 in % of pixel size
12599 \end_layout
12600
12601 \end_inset
12602 </cell>
12603 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
12604 \begin_inset Text
12605
12606 \begin_layout Plain Layout
12607 76.3
12608 \end_layout
12609
12610 \end_inset
12611 </cell>
12612 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
12613 \begin_inset Text
12614
12615 \begin_layout Plain Layout
12616 95.9
12617 \end_layout
12618
12619 \end_inset
12620 </cell>
12621 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
12622 \begin_inset Text
12623
12624 \begin_layout Plain Layout
12625 92.3
12626 \end_layout
12627
12628 \end_inset
12629 </cell>
12630 </row>
12631 </lyxtabular>
12632
12633 \end_inset
12634
12635
12636 \end_layout
12637
12638 \end_inset
12639
12640
12641 \end_layout
12642
12643 \begin_layout Standard
12644 Se puede añadir espacio adicional a las filas de la tabla mediante los botones
12645  correspondientes que se encuentran en la solapa 
12646 \family sans
12647 Bordes 
12648 \family default
12649 del diálogo
12650 \family sans
12651  Configuración
12652 \begin_inset space ~
12653 \end_inset
12654
12655 de
12656 \begin_inset space ~
12657 \end_inset
12658
12659 la
12660 \begin_inset space ~
12661 \end_inset
12662
12663 tabla
12664 \family default
12665 , como se explica en la sección
12666 \begin_inset space ~
12667 \end_inset
12668
12669
12670 \begin_inset CommandInset ref
12671 LatexCommand ref
12672 reference "sub:Espacio-adicional"
12673
12674 \end_inset
12675
12676
12677 \end_layout
12678
12679 \begin_layout Standard
12680 A diferencia de las tablas normales, las tablas formales no tienen líneas
12681  verticales.
12682  Las líneas horizontales se pueden poner o no como en las tablas normales,
12683  pero en la salida se mostrarán con distinto grosor:
12684 \begin_inset Newline newline
12685 \end_inset
12686
12687 Las líneas primera y última tienen un grosor predeterminado de 0.08
12688 \begin_inset space \thinspace{}
12689 \end_inset
12690
12691 em, las demás tienen un grosor predeterminado de 0.05
12692 \begin_inset space \thinspace{}
12693 \end_inset
12694
12695 em.
12696 \end_layout
12697
12698 \begin_layout Standard
12699 Estos valores predeterminados se pueden cambiar
12700 \series bold
12701  
12702 \series default
12703 con las líneas de preámbulo:
12704 \end_layout
12705
12706 \begin_layout Standard
12707
12708 \series bold
12709
12710 \backslash
12711 let
12712 \backslash
12713 mytoprule
12714 \backslash
12715 toprule
12716 \begin_inset Newline newline
12717 \end_inset
12718
12719
12720 \backslash
12721 renewcommand{
12722 \backslash
12723 toprule}{
12724 \backslash
12725 mytoprule[grosor]}
12726 \end_layout
12727
12728 \begin_layout Standard
12729 Este ejemplo es para la primera línea, la denominada 
12730 \series bold
12731 toprule
12732 \series default
12733 .
12734  Si quieres cambiar el grosor de la última línea, reemplaza 
12735 \series bold
12736 toprule
12737 \series default
12738  por 
12739 \series bold
12740 bottomrule
12741 \series default
12742 .
12743  Y para cambiar el grosor de las demás líneas cambia 
12744 \series bold
12745 toprule
12746 \series default
12747  por 
12748 \series bold
12749 midrule
12750 \series default
12751 .
12752  Puedes usar cualquiera de las unidades listadas en el apéndice
12753 \begin_inset space ~
12754 \end_inset
12755
12756
12757 \begin_inset CommandInset ref
12758 LatexCommand ref
12759 reference "cha:Unidades-disponibles-en"
12760
12761 \end_inset
12762
12763 para establecer el grosor.
12764 \end_layout
12765
12766 \begin_layout Standard
12767 Para dibujar líneas que no se extiendan a todas las columnas de la tabla,
12768  puedes marcarlas como celdas multicolumna y entonces ponerles borde.
12769  LyX empleará internamente el comando 
12770 \series bold
12771
12772 \backslash
12773 cmidrule
12774 \series default
12775  para dibujar la línea.
12776  El esquema completo es
12777 \end_layout
12778
12779 \begin_layout Standard
12780
12781 \series bold
12782
12783 \backslash
12784 cmidrule[grosor](recorte){inicol-fincol}
12785 \end_layout
12786
12787 \begin_layout Standard
12788 Por el momento, LyX no soporta las opciones de 
12789 \series bold
12790
12791 \backslash
12792 cmidrule
12793 \series default
12794 , así que para usarlas hay que emplear código TeX.
12795  Las líneas 
12796 \series bold
12797
12798 \backslash
12799 cmidrule
12800 \series default
12801  se pueden insertar manualmente con el comando en código TeX como primera
12802  entrada de la primera celda de una fila.
12803  En la salida se dibujará la línea sobre dicha fila.
12804 \end_layout
12805
12806 \begin_layout Standard
12807 El grosor predeterminado es 0.03
12808 \begin_inset space \thinspace{}
12809 \end_inset
12810
12811 em.
12812  
12813 \series bold
12814 inicol
12815 \series default
12816  es el número de la columna en la que comienza la línea y 
12817 \series bold
12818 fincol
12819 \series default
12820  es el número de la columna en la que acaba la línea.
12821  El valor 
12822 \series bold
12823 fincol
12824 \series default
12825  debe especificarse siempre, aunque la línea se extienda sobre una sola
12826  columna.
12827  El parámetro opcional 
12828 \series bold
12829 recorte
12830 \series default
12831  debe ser 
12832 \emph on
12833 l{recorte}
12834 \emph default
12835  o 
12836 \emph on
12837 r{recorte}
12838 \emph default
12839 , donde 
12840 \emph on
12841 recorte
12842 \emph default
12843  también es opcional.
12844  Por ejemplo, el parámetro 
12845 \emph on
12846 l{2pt}
12847 \emph default
12848  significa que la línea se recorta 2
12849 \begin_inset space \thinspace{}
12850 \end_inset
12851
12852 pt por su izquierda.
12853  Si no se especifica el tamaño  las líneas se recortan por omisión en 0.5
12854 \begin_inset space \thinspace{}
12855 \end_inset
12856
12857 em.
12858
12859 \series bold
12860  
12861 \end_layout
12862
12863 \begin_layout Standard
12864
12865 \end_layout
12866
12867 \begin_layout Standard
12868 \begin_inset VSpace bigskip
12869 \end_inset
12870
12871
12872 \end_layout
12873
12874 \begin_layout Standard
12875 La tabla
12876 \begin_inset space ~
12877 \end_inset
12878
12879
12880 \begin_inset CommandInset ref
12881 LatexCommand ref
12882 reference "tab:Ejemplo-tabla-formal"
12883
12884 \end_inset
12885
12886  se ha creado con los comandos
12887 \end_layout
12888
12889 \begin_layout Standard
12890
12891 \series bold
12892
12893 \backslash
12894 cmidrule(r){2-2}
12895 \backslash
12896 cmidrule(l){3-4}
12897 \end_layout
12898
12899 \begin_layout Standard
12900 en la segunda fila, 
12901 \series bold
12902
12903 \backslash
12904 midrule
12905 \series default
12906  en la tercera, y
12907 \end_layout
12908
12909 \begin_layout Standard
12910
12911 \series bold
12912
12913 \backslash
12914 cmidrule(l{10pt}){1-1}
12915 \end_layout
12916
12917 \begin_layout Standard
12918 en la sexta fila.
12919 \end_layout
12920
12921 \begin_layout Standard
12922 \begin_inset VSpace bigskip
12923 \end_inset
12924
12925
12926 \end_layout
12927
12928 \begin_layout Standard
12929 Quizá quieras superponer líneas 
12930 \series bold
12931
12932 \backslash
12933 cmidrules
12934 \series default
12935  como en la tabla
12936 \begin_inset space ~
12937 \end_inset
12938
12939
12940 \begin_inset CommandInset ref
12941 LatexCommand ref
12942 reference "tab:Tabla-formal-especial"
12943
12944 \end_inset
12945
12946 .
12947  Esto se consigue con el comando en código TeX
12948 \end_layout
12949
12950 \begin_layout Standard
12951
12952 \series bold
12953
12954 \backslash
12955 morecmidrules
12956 \end_layout
12957
12958 \begin_layout Standard
12959 El comando que se ha utilizado para la segunda fila de la tabla
12960 \begin_inset space ~
12961 \end_inset
12962
12963
12964 \begin_inset CommandInset ref
12965 LatexCommand ref
12966 reference "tab:Tabla-formal-especial"
12967
12968 \end_inset
12969
12970  es
12971 \end_layout
12972
12973 \begin_layout Standard
12974
12975 \series bold
12976
12977 \backslash
12978 cmidrule(r){2-2}
12979 \backslash
12980 cmidrule(l){3-4}
12981 \backslash
12982 morecmidrules
12983 \backslash
12984 cmidrule{2-4}
12985 \end_layout
12986
12987 \begin_layout Standard
12988 El comando para la sexta fila es
12989 \end_layout
12990
12991 \begin_layout Standard
12992
12993 \series bold
12994
12995 \backslash
12996 midrule
12997 \backslash
12998 morecmidrules
12999 \backslash
13000 cmidrule{3-4}
13001 \series default
13002
13003 \begin_inset VSpace bigskip
13004 \end_inset
13005
13006
13007 \end_layout
13008
13009 \begin_layout Standard
13010 Si de todas formas no te satisface el espaciado de los bordes, puedes usar
13011  el siguiente comando para dibujar líneas que se extienden sobre todas las
13012  columnas
13013 \end_layout
13014
13015 \begin_layout Standard
13016
13017 \series bold
13018
13019 \backslash
13020 specialrule{anchura}{espacio superior}{espacio inferior}
13021 \end_layout
13022
13023 \begin_layout Standard
13024 Para más información sobre estas características especiales, acude al manual
13025  del paquete LaTeX 
13026 \series bold
13027 booktabs
13028 \series default
13029
13030 \begin_inset CommandInset citation
13031 LatexCommand cite
13032 key "booktabs"
13033
13034 \end_inset
13035
13036 .
13037 \begin_inset Index
13038 status collapsed
13039
13040 \begin_layout Plain Layout
13041 LaTeX-paquetes ! booktabs
13042 \end_layout
13043
13044 \end_inset
13045
13046  
13047 \begin_inset VSpace bigskip
13048 \end_inset
13049
13050
13051 \end_layout
13052
13053 \begin_layout Standard
13054 \begin_inset Float table
13055 placement h
13056 wide false
13057 sideways false
13058 status open
13059
13060 \begin_layout Plain Layout
13061 \begin_inset Caption
13062
13063 \begin_layout Plain Layout
13064 \begin_inset CommandInset label
13065 LatexCommand label
13066 name "tab:Tabla-formal-especial"
13067
13068 \end_inset
13069
13070 Tabla formal especial
13071 \end_layout
13072
13073 \end_inset
13074
13075
13076 \end_layout
13077
13078 \begin_layout Plain Layout
13079 \align center
13080 \begin_inset Tabular
13081 <lyxtabular version="3" rows="8" columns="4">
13082 <features booktabs="true">
13083 <column alignment="center" valignment="top" width="0">
13084 <column alignment="center" valignment="top" width="0">
13085 <column alignment="center" valignment="top" width="0">
13086 <column alignment="center" valignment="top" width="0">
13087 <row>
13088 <cell alignment="center" valignment="top" topline="true" usebox="none">
13089 \begin_inset Text
13090
13091 \begin_layout Plain Layout
13092 System
13093 \end_layout
13094
13095 \end_inset
13096 </cell>
13097 <cell alignment="center" valignment="top" topline="true" usebox="none">
13098 \begin_inset Text
13099
13100 \begin_layout Plain Layout
13101 Medipix
13102 \begin_inset space \thinspace{}
13103 \end_inset
13104
13105 1
13106 \end_layout
13107
13108 \end_inset
13109 </cell>
13110 <cell multicolumn="1" alignment="center" valignment="top" usebox="none">
13111 \begin_inset Text
13112
13113 \begin_layout Plain Layout
13114 Medipix
13115 \begin_inset space \thinspace{}
13116 \end_inset
13117
13118 2
13119 \end_layout
13120
13121 \end_inset
13122 </cell>
13123 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
13124 \begin_inset Text
13125
13126 \begin_layout Plain Layout
13127
13128 \end_layout
13129
13130 \end_inset
13131 </cell>
13132 </row>
13133 <row>
13134 <cell alignment="center" valignment="top" usebox="none">
13135 \begin_inset Text
13136
13137 \begin_layout Plain Layout
13138 \begin_inset ERT
13139 status collapsed
13140
13141 \begin_layout Plain Layout
13142
13143
13144 \backslash
13145 cmidrule(r){2-2}
13146 \end_layout
13147
13148 \end_inset
13149
13150
13151 \begin_inset ERT
13152 status collapsed
13153
13154 \begin_layout Plain Layout
13155
13156
13157 \backslash
13158 cmidrule(l){3-4}
13159 \end_layout
13160
13161 \end_inset
13162
13163
13164 \begin_inset ERT
13165 status collapsed
13166
13167 \begin_layout Plain Layout
13168
13169
13170 \backslash
13171 morecmidrules 
13172 \end_layout
13173
13174 \end_inset
13175
13176
13177 \begin_inset ERT
13178 status collapsed
13179
13180 \begin_layout Plain Layout
13181
13182
13183 \backslash
13184 cmidrule{2-4}
13185 \end_layout
13186
13187 \end_inset
13188
13189 Detector thickness [µm]
13190 \end_layout
13191
13192 \end_inset
13193 </cell>
13194 <cell alignment="center" valignment="top" usebox="none">
13195 \begin_inset Text
13196
13197 \begin_layout Plain Layout
13198 300
13199 \end_layout
13200
13201 \end_inset
13202 </cell>
13203 <cell alignment="center" valignment="top" usebox="none">
13204 \begin_inset Text
13205
13206 \begin_layout Plain Layout
13207 300
13208 \end_layout
13209
13210 \end_inset
13211 </cell>
13212 <cell alignment="center" valignment="top" usebox="none">
13213 \begin_inset Text
13214
13215 \begin_layout Plain Layout
13216 700
13217 \end_layout
13218
13219 \end_inset
13220 </cell>
13221 </row>
13222 <row>
13223 <cell alignment="center" valignment="top" topline="true" usebox="none">
13224 \begin_inset Text
13225
13226 \begin_layout Plain Layout
13227 Edge angle [°]
13228 \end_layout
13229
13230 \end_inset
13231 </cell>
13232 <cell alignment="center" valignment="top" topline="true" usebox="none">
13233 \begin_inset Text
13234
13235 \begin_layout Plain Layout
13236 3.55
13237 \end_layout
13238
13239 \end_inset
13240 </cell>
13241 <cell alignment="center" valignment="top" topline="true" usebox="none">
13242 \begin_inset Text
13243
13244 \begin_layout Plain Layout
13245 2.71
13246 \end_layout
13247
13248 \end_inset
13249 </cell>
13250 <cell alignment="center" valignment="top" topline="true" usebox="none">
13251 \begin_inset Text
13252
13253 \begin_layout Plain Layout
13254 7.99
13255 \end_layout
13256
13257 \end_inset
13258 </cell>
13259 </row>
13260 <row topspace="default">
13261 <cell alignment="center" valignment="top" usebox="none">
13262 \begin_inset Text
13263
13264 \begin_layout Plain Layout
13265 Spatial resolution [µm]
13266 \end_layout
13267
13268 \end_inset
13269 </cell>
13270 <cell alignment="center" valignment="top" usebox="none">
13271 \begin_inset Text
13272
13273 \begin_layout Plain Layout
13274 4.26
13275 \end_layout
13276
13277 \end_inset
13278 </cell>
13279 <cell alignment="center" valignment="top" usebox="none">
13280 \begin_inset Text
13281
13282 \begin_layout Plain Layout
13283 10.17
13284 \end_layout
13285
13286 \end_inset
13287 </cell>
13288 <cell alignment="center" valignment="top" usebox="none">
13289 \begin_inset Text
13290
13291 \begin_layout Plain Layout
13292 10.56
13293 \end_layout
13294
13295 \end_inset
13296 </cell>
13297 </row>
13298 <row topspace="default">
13299 <cell alignment="center" valignment="top" usebox="none">
13300 \begin_inset Text
13301
13302 \begin_layout Plain Layout
13303 MTF at 
13304 \begin_inset Formula $f_{\mathrm{max}}$
13305 \end_inset
13306
13307
13308 \end_layout
13309
13310 \end_inset
13311 </cell>
13312 <cell alignment="center" valignment="top" usebox="none">
13313 \begin_inset Text
13314
13315 \begin_layout Plain Layout
13316 0.53
13317 \end_layout
13318
13319 \end_inset
13320 </cell>
13321 <cell alignment="center" valignment="top" usebox="none">
13322 \begin_inset Text
13323
13324 \begin_layout Plain Layout
13325 0.37
13326 \end_layout
13327
13328 \end_inset
13329 </cell>
13330 <cell alignment="center" valignment="top" usebox="none">
13331 \begin_inset Text
13332
13333 \begin_layout Plain Layout
13334 0.39
13335 \end_layout
13336
13337 \end_inset
13338 </cell>
13339 </row>
13340 <row>
13341 <cell alignment="center" valignment="top" topline="true" usebox="none">
13342 \begin_inset Text
13343
13344 \begin_layout Plain Layout
13345 \begin_inset ERT
13346 status collapsed
13347
13348 \begin_layout Plain Layout
13349
13350
13351 \backslash
13352 morecmidrules 
13353 \end_layout
13354
13355 \end_inset
13356
13357
13358 \begin_inset ERT
13359 status collapsed
13360
13361 \begin_layout Plain Layout
13362
13363
13364 \backslash
13365 cmidrule{3-4}
13366 \end_layout
13367
13368 \end_inset
13369
13370 LSF-spatial resolution
13371 \end_layout
13372
13373 \end_inset
13374 </cell>
13375 <cell alignment="center" valignment="top" topline="true" usebox="none">
13376 \begin_inset Text
13377
13378 \begin_layout Plain Layout
13379
13380 \end_layout
13381
13382 \end_inset
13383 </cell>
13384 <cell alignment="center" valignment="top" topline="true" usebox="none">
13385 \begin_inset Text
13386
13387 \begin_layout Plain Layout
13388
13389 \end_layout
13390
13391 \end_inset
13392 </cell>
13393 <cell alignment="center" valignment="top" topline="true" usebox="none">
13394 \begin_inset Text
13395
13396 \begin_layout Plain Layout
13397
13398 \end_layout
13399
13400 \end_inset
13401 </cell>
13402 </row>
13403 <row>
13404 <cell alignment="center" valignment="top" usebox="none">
13405 \begin_inset Text
13406
13407 \begin_layout Plain Layout
13408 in µm
13409 \end_layout
13410
13411 \end_inset
13412 </cell>
13413 <cell alignment="center" valignment="top" usebox="none">
13414 \begin_inset Text
13415
13416 \begin_layout Plain Layout
13417 129.7
13418 \end_layout
13419
13420 \end_inset
13421 </cell>
13422 <cell alignment="center" valignment="top" usebox="none">
13423 \begin_inset Text
13424
13425 \begin_layout Plain Layout
13426 52.75
13427 \end_layout
13428
13429 \end_inset
13430 </cell>
13431 <cell alignment="center" valignment="top" usebox="none">
13432 \begin_inset Text
13433
13434 \begin_layout Plain Layout
13435 50.78
13436 \end_layout
13437
13438 \end_inset
13439 </cell>
13440 </row>
13441 <row>
13442 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
13443 \begin_inset Text
13444
13445 \begin_layout Plain Layout
13446 in % of pixel size
13447 \end_layout
13448
13449 \end_inset
13450 </cell>
13451 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
13452 \begin_inset Text
13453
13454 \begin_layout Plain Layout
13455 76.3
13456 \end_layout
13457
13458 \end_inset
13459 </cell>
13460 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
13461 \begin_inset Text
13462
13463 \begin_layout Plain Layout
13464 95.9
13465 \end_layout
13466
13467 \end_inset
13468 </cell>
13469 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
13470 \begin_inset Text
13471
13472 \begin_layout Plain Layout
13473 92.3
13474 \end_layout
13475
13476 \end_inset
13477 </cell>
13478 </row>
13479 </lyxtabular>
13480
13481 \end_inset
13482
13483
13484 \end_layout
13485
13486 \end_inset
13487
13488
13489 \end_layout
13490
13491 \begin_layout Section
13492 Alineación vertical de tablas
13493 \begin_inset Index
13494 status collapsed
13495
13496 \begin_layout Plain Layout
13497 Tablas ! Alineación vertical
13498 \end_layout
13499
13500 \end_inset
13501
13502
13503 \end_layout
13504
13505 \begin_layout Standard
13506 Para alinear tablas verticalmente en una línea de texto la tabla debe estar
13507  en un cuadro.
13508  Entonces el cuadro se puede alinear verticalmente como se describe en la
13509  sección
13510 \begin_inset space ~
13511 \end_inset
13512
13513
13514 \begin_inset CommandInset ref
13515 LatexCommand ref
13516 reference "sec:Diálogo-Cuadros"
13517
13518 \end_inset
13519
13520 .
13521  
13522 \end_layout
13523
13524 \begin_layout Standard
13525 En el ejemplo siguiente las tablas están en un cuadro de minipágina
13526 \begin_inset Foot
13527 status collapsed
13528
13529 \begin_layout Plain Layout
13530 Las minipáginas se describen en la sección
13531 \begin_inset space ~
13532 \end_inset
13533
13534
13535 \begin_inset CommandInset ref
13536 LatexCommand ref
13537 reference "sec:Minipáginas"
13538
13539 \end_inset
13540
13541 .
13542 \end_layout
13543
13544 \end_inset
13545
13546  que tiene una anchura del 15
13547 \begin_inset space \thinspace{}
13548 \end_inset
13549
13550 % de columna:
13551 \end_layout
13552
13553 \begin_layout Itemize
13554 test 
13555 \begin_inset Box Frameless
13556 position "t"
13557 hor_pos "c"
13558 has_inner_box 1
13559 inner_pos "c"
13560 use_parbox 0
13561 width "15col%"
13562 special "none"
13563 height "1in"
13564 height_special "totalheight"
13565 status collapsed
13566
13567 \begin_layout Plain Layout
13568 \begin_inset Tabular
13569 <lyxtabular version="3" rows="3" columns="3">
13570 <features>
13571 <column alignment="center" valignment="top" width="0">
13572 <column alignment="center" valignment="top" width="0">
13573 <column alignment="center" valignment="top" width="0">
13574 <row>
13575 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13576 \begin_inset Text
13577
13578 \begin_layout Plain Layout
13579 a
13580 \end_layout
13581
13582 \end_inset
13583 </cell>
13584 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13585 \begin_inset Text
13586
13587 \begin_layout Plain Layout
13588 d
13589 \end_layout
13590
13591 \end_inset
13592 </cell>
13593 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
13594 \begin_inset Text
13595
13596 \begin_layout Plain Layout
13597 g
13598 \end_layout
13599
13600 \end_inset
13601 </cell>
13602 </row>
13603 <row>
13604 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13605 \begin_inset Text
13606
13607 \begin_layout Plain Layout
13608 b
13609 \end_layout
13610
13611 \end_inset
13612 </cell>
13613 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13614 \begin_inset Text
13615
13616 \begin_layout Plain Layout
13617 e
13618 \end_layout
13619
13620 \end_inset
13621 </cell>
13622 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
13623 \begin_inset Text
13624
13625 \begin_layout Plain Layout
13626 h
13627 \end_layout
13628
13629 \end_inset
13630 </cell>
13631 </row>
13632 <row>
13633 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
13634 \begin_inset Text
13635
13636 \begin_layout Plain Layout
13637 c
13638 \end_layout
13639
13640 \end_inset
13641 </cell>
13642 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
13643 \begin_inset Text
13644
13645 \begin_layout Plain Layout
13646 f
13647 \end_layout
13648
13649 \end_inset
13650 </cell>
13651 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
13652 \begin_inset Text
13653
13654 \begin_layout Plain Layout
13655 i
13656 \end_layout
13657
13658 \end_inset
13659 </cell>
13660 </row>
13661 </lyxtabular>
13662
13663 \end_inset
13664
13665
13666 \end_layout
13667
13668 \end_inset
13669
13670  test 
13671 \begin_inset ERT
13672 status collapsed
13673
13674 \begin_layout Plain Layout
13675
13676
13677 \backslash
13678 raisebox{0.85
13679 \backslash
13680 baselineskip}{
13681 \end_layout
13682
13683 \end_inset
13684
13685
13686 \begin_inset Box Frameless
13687 position "t"
13688 hor_pos "c"
13689 has_inner_box 1
13690 inner_pos "c"
13691 use_parbox 0
13692 width "15col%"
13693 special "none"
13694 height "1in"
13695 height_special "totalheight"
13696 status collapsed
13697
13698 \begin_layout Plain Layout
13699 \begin_inset Tabular
13700 <lyxtabular version="3" rows="3" columns="3">
13701 <features>
13702 <column alignment="center" valignment="top" width="0">
13703 <column alignment="center" valignment="top" width="0">
13704 <column alignment="center" valignment="top" width="0">
13705 <row>
13706 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13707 \begin_inset Text
13708
13709 \begin_layout Plain Layout
13710 a
13711 \end_layout
13712
13713 \end_inset
13714 </cell>
13715 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13716 \begin_inset Text
13717
13718 \begin_layout Plain Layout
13719 d
13720 \end_layout
13721
13722 \end_inset
13723 </cell>
13724 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
13725 \begin_inset Text
13726
13727 \begin_layout Plain Layout
13728 g
13729 \end_layout
13730
13731 \end_inset
13732 </cell>
13733 </row>
13734 <row>
13735 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13736 \begin_inset Text
13737
13738 \begin_layout Plain Layout
13739 b
13740 \end_layout
13741
13742 \end_inset
13743 </cell>
13744 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13745 \begin_inset Text
13746
13747 \begin_layout Plain Layout
13748 e
13749 \end_layout
13750
13751 \end_inset
13752 </cell>
13753 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
13754 \begin_inset Text
13755
13756 \begin_layout Plain Layout
13757 h
13758 \end_layout
13759
13760 \end_inset
13761 </cell>
13762 </row>
13763 <row>
13764 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
13765 \begin_inset Text
13766
13767 \begin_layout Plain Layout
13768 c
13769 \end_layout
13770
13771 \end_inset
13772 </cell>
13773 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
13774 \begin_inset Text
13775
13776 \begin_layout Plain Layout
13777 f
13778 \end_layout
13779
13780 \end_inset
13781 </cell>
13782 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
13783 \begin_inset Text
13784
13785 \begin_layout Plain Layout
13786 i
13787 \end_layout
13788
13789 \end_inset
13790 </cell>
13791 </row>
13792 </lyxtabular>
13793
13794 \end_inset
13795
13796
13797 \end_layout
13798
13799 \end_inset
13800
13801
13802 \begin_inset ERT
13803 status collapsed
13804
13805 \begin_layout Plain Layout
13806
13807 }
13808 \end_layout
13809
13810 \end_inset
13811
13812
13813 \end_layout
13814
13815 \begin_layout Itemize
13816 test 
13817 \begin_inset Box Frameless
13818 position "c"
13819 hor_pos "c"
13820 has_inner_box 1
13821 inner_pos "c"
13822 use_parbox 0
13823 width "15col%"
13824 special "none"
13825 height "1in"
13826 height_special "totalheight"
13827 status collapsed
13828
13829 \begin_layout Plain Layout
13830 \begin_inset Tabular
13831 <lyxtabular version="3" rows="3" columns="3">
13832 <features>
13833 <column alignment="center" valignment="top" width="0">
13834 <column alignment="center" valignment="top" width="0">
13835 <column alignment="center" valignment="top" width="0">
13836 <row>
13837 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13838 \begin_inset Text
13839
13840 \begin_layout Plain Layout
13841 a
13842 \end_layout
13843
13844 \end_inset
13845 </cell>
13846 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13847 \begin_inset Text
13848
13849 \begin_layout Plain Layout
13850 d
13851 \end_layout
13852
13853 \end_inset
13854 </cell>
13855 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
13856 \begin_inset Text
13857
13858 \begin_layout Plain Layout
13859 g
13860 \end_layout
13861
13862 \end_inset
13863 </cell>
13864 </row>
13865 <row>
13866 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13867 \begin_inset Text
13868
13869 \begin_layout Plain Layout
13870 b
13871 \end_layout
13872
13873 \end_inset
13874 </cell>
13875 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13876 \begin_inset Text
13877
13878 \begin_layout Plain Layout
13879 e
13880 \end_layout
13881
13882 \end_inset
13883 </cell>
13884 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
13885 \begin_inset Text
13886
13887 \begin_layout Plain Layout
13888 h
13889 \end_layout
13890
13891 \end_inset
13892 </cell>
13893 </row>
13894 <row>
13895 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
13896 \begin_inset Text
13897
13898 \begin_layout Plain Layout
13899 c
13900 \end_layout
13901
13902 \end_inset
13903 </cell>
13904 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
13905 \begin_inset Text
13906
13907 \begin_layout Plain Layout
13908 f
13909 \end_layout
13910
13911 \end_inset
13912 </cell>
13913 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
13914 \begin_inset Text
13915
13916 \begin_layout Plain Layout
13917 i
13918 \end_layout
13919
13920 \end_inset
13921 </cell>
13922 </row>
13923 </lyxtabular>
13924
13925 \end_inset
13926
13927
13928 \end_layout
13929
13930 \end_inset
13931
13932
13933 \end_layout
13934
13935 \begin_layout Itemize
13936 test 
13937 \begin_inset Box Frameless
13938 position "b"
13939 hor_pos "c"
13940 has_inner_box 1
13941 inner_pos "c"
13942 use_parbox 0
13943 width "15col%"
13944 special "none"
13945 height "1in"
13946 height_special "totalheight"
13947 status collapsed
13948
13949 \begin_layout Plain Layout
13950 \begin_inset Tabular
13951 <lyxtabular version="3" rows="3" columns="3">
13952 <features>
13953 <column alignment="center" valignment="top" width="0">
13954 <column alignment="center" valignment="top" width="0">
13955 <column alignment="center" valignment="top" width="0">
13956 <row>
13957 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13958 \begin_inset Text
13959
13960 \begin_layout Plain Layout
13961 a
13962 \end_layout
13963
13964 \end_inset
13965 </cell>
13966 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13967 \begin_inset Text
13968
13969 \begin_layout Plain Layout
13970 d
13971 \end_layout
13972
13973 \end_inset
13974 </cell>
13975 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
13976 \begin_inset Text
13977
13978 \begin_layout Plain Layout
13979 g
13980 \end_layout
13981
13982 \end_inset
13983 </cell>
13984 </row>
13985 <row>
13986 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13987 \begin_inset Text
13988
13989 \begin_layout Plain Layout
13990 b
13991 \end_layout
13992
13993 \end_inset
13994 </cell>
13995 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13996 \begin_inset Text
13997
13998 \begin_layout Plain Layout
13999 e
14000 \end_layout
14001
14002 \end_inset
14003 </cell>
14004 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14005 \begin_inset Text
14006
14007 \begin_layout Plain Layout
14008 h
14009 \end_layout
14010
14011 \end_inset
14012 </cell>
14013 </row>
14014 <row>
14015 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
14016 \begin_inset Text
14017
14018 \begin_layout Plain Layout
14019 c
14020 \end_layout
14021
14022 \end_inset
14023 </cell>
14024 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
14025 \begin_inset Text
14026
14027 \begin_layout Plain Layout
14028 f
14029 \end_layout
14030
14031 \end_inset
14032 </cell>
14033 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
14034 \begin_inset Text
14035
14036 \begin_layout Plain Layout
14037 i
14038 \end_layout
14039
14040 \end_inset
14041 </cell>
14042 </row>
14043 </lyxtabular>
14044
14045 \end_inset
14046
14047
14048 \end_layout
14049
14050 \end_inset
14051
14052  test 
14053 \begin_inset ERT
14054 status collapsed
14055
14056 \begin_layout Plain Layout
14057
14058
14059 \backslash
14060 raisebox{-0.32
14061 \backslash
14062 baselineskip}{
14063 \end_layout
14064
14065 \end_inset
14066
14067
14068 \begin_inset Box Frameless
14069 position "b"
14070 hor_pos "c"
14071 has_inner_box 1
14072 inner_pos "c"
14073 use_parbox 0
14074 width "15col%"
14075 special "none"
14076 height "1in"
14077 height_special "totalheight"
14078 status collapsed
14079
14080 \begin_layout Plain Layout
14081 \begin_inset Tabular
14082 <lyxtabular version="3" rows="3" columns="3">
14083 <features>
14084 <column alignment="center" valignment="top" width="0">
14085 <column alignment="center" valignment="top" width="0">
14086 <column alignment="center" valignment="top" width="0">
14087 <row>
14088 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14089 \begin_inset Text
14090
14091 \begin_layout Plain Layout
14092 a
14093 \end_layout
14094
14095 \end_inset
14096 </cell>
14097 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14098 \begin_inset Text
14099
14100 \begin_layout Plain Layout
14101 d
14102 \end_layout
14103
14104 \end_inset
14105 </cell>
14106 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14107 \begin_inset Text
14108
14109 \begin_layout Plain Layout
14110 g
14111 \end_layout
14112
14113 \end_inset
14114 </cell>
14115 </row>
14116 <row>
14117 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14118 \begin_inset Text
14119
14120 \begin_layout Plain Layout
14121 b
14122 \end_layout
14123
14124 \end_inset
14125 </cell>
14126 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14127 \begin_inset Text
14128
14129 \begin_layout Plain Layout
14130 e
14131 \end_layout
14132
14133 \end_inset
14134 </cell>
14135 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14136 \begin_inset Text
14137
14138 \begin_layout Plain Layout
14139 h
14140 \end_layout
14141
14142 \end_inset
14143 </cell>
14144 </row>
14145 <row>
14146 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
14147 \begin_inset Text
14148
14149 \begin_layout Plain Layout
14150 c
14151 \end_layout
14152
14153 \end_inset
14154 </cell>
14155 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
14156 \begin_inset Text
14157
14158 \begin_layout Plain Layout
14159 f
14160 \end_layout
14161
14162 \end_inset
14163 </cell>
14164 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
14165 \begin_inset Text
14166
14167 \begin_layout Plain Layout
14168 i
14169 \end_layout
14170
14171 \end_inset
14172 </cell>
14173 </row>
14174 </lyxtabular>
14175
14176 \end_inset
14177
14178
14179 \end_layout
14180
14181 \end_inset
14182
14183
14184 \begin_inset ERT
14185 status collapsed
14186
14187 \begin_layout Plain Layout
14188
14189 }
14190 \end_layout
14191
14192 \end_inset
14193
14194
14195 \end_layout
14196
14197 \begin_layout Standard
14198 Como ves, los contenidos de la primera y última filas no se alinean correctament
14199 e con la línea de texto donde está la tabla.
14200  Para conseguir esta alineación, el cuadro (minipágina) debe ponerse en
14201  un cuadro elevado («raisebox»
14202 \begin_inset Foot
14203 status collapsed
14204
14205 \begin_layout Plain Layout
14206 El uso del comando 
14207 \series bold
14208
14209 \backslash
14210 raisebox
14211 \series default
14212  se explica en la sección
14213 \begin_inset space ~
14214 \end_inset
14215
14216
14217 \begin_inset CommandInset ref
14218 LatexCommand ref
14219 reference "sub:Alineación-Vertical"
14220
14221 \end_inset
14222
14223 .
14224 \end_layout
14225
14226 \end_inset
14227
14228 ).
14229  En el ejemplo anterior, la segunda tabla del primer ítem está alineada
14230  usando el comando en código TeX
14231 \end_layout
14232
14233 \begin_layout Standard
14234
14235 \series bold
14236
14237 \backslash
14238 raisebox{0.85
14239 \backslash
14240 baselineskip}{
14241 \end_layout
14242
14243 \begin_layout Standard
14244 antes del cuadro.
14245  Tras él, se pone la llave de cierre 
14246 \series bold
14247 }
14248 \series default
14249  también en código TeX.
14250  Para la segunda tabla en el tercer ítem se usa el comando 
14251 \end_layout
14252
14253 \begin_layout Standard
14254
14255 \series bold
14256
14257 \backslash
14258 raisebox{-0.32
14259 \backslash
14260 baselineskip}{
14261 \end_layout
14262
14263 \begin_layout Standard
14264 \begin_inset Note Greyedout
14265 status open
14266
14267 \begin_layout Plain Layout
14268
14269 \series bold
14270 Not
14271 \series default
14272 a: La alineación del contenido de la fila con la línea del texto adyacente
14273  no es exacta.
14274  El factor necesario del comando 
14275 \series bold
14276
14277 \backslash
14278 raisebox
14279 \series default
14280  para este alineamiento depende de la fuente del documento, del tamaño de
14281  la fuente y del grosor de línea de la tabla.
14282 \end_layout
14283
14284 \end_inset
14285
14286
14287 \end_layout
14288
14289 \begin_layout Section
14290 Tablas coloreadas
14291 \begin_inset CommandInset label
14292 LatexCommand label
14293 name "sec:Tablas-Coloreadas"
14294
14295 \end_inset
14296
14297
14298 \begin_inset Index
14299 status collapsed
14300
14301 \begin_layout Plain Layout
14302 Tablas ! Coloreadas
14303 \end_layout
14304
14305 \end_inset
14306
14307
14308 \end_layout
14309
14310 \begin_layout Subsection
14311 Celdas coloreadas
14312 \begin_inset Index
14313 status collapsed
14314
14315 \begin_layout Plain Layout
14316 Tablas coloreadas ! Celdas
14317 \end_layout
14318
14319 \end_inset
14320
14321
14322 \begin_inset Index
14323 status collapsed
14324
14325 \begin_layout Plain Layout
14326 Color ! en celdas de tablas
14327 \end_layout
14328
14329 \end_inset
14330
14331
14332 \end_layout
14333
14334 \begin_layout Standard
14335 \begin_inset Float table
14336 placement h
14337 wide false
14338 sideways false
14339 status open
14340
14341 \begin_layout Plain Layout
14342 \begin_inset Caption
14343
14344 \begin_layout Plain Layout
14345 \begin_inset CommandInset label
14346 LatexCommand label
14347 name "tab:Tabla-coloreada-sin"
14348
14349 \end_inset
14350
14351 Tabla coloreada sin usar el paquete 
14352 \series bold
14353 colortbl
14354 \series default
14355
14356 \begin_inset OptArg
14357 status collapsed
14358
14359 \begin_layout Plain Layout
14360 Tabla sin colortbl
14361 \end_layout
14362
14363 \end_inset
14364
14365
14366 \end_layout
14367
14368 \end_inset
14369
14370
14371 \end_layout
14372
14373 \begin_layout Plain Layout
14374 \align center
14375 \begin_inset Tabular
14376 <lyxtabular version="3" rows="3" columns="3">
14377 <features>
14378 <column alignment="center" valignment="top" width="0">
14379 <column alignment="center" valignment="top" width="0">
14380 <column alignment="center" valignment="top" width="0">
14381 <row>
14382 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14383 \begin_inset Text
14384
14385 \begin_layout Plain Layout
14386
14387 \color green
14388 a
14389 \end_layout
14390
14391 \end_inset
14392 </cell>
14393 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14394 \begin_inset Text
14395
14396 \begin_layout Plain Layout
14397
14398 \color red
14399 b
14400 \end_layout
14401
14402 \end_inset
14403 </cell>
14404 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14405 \begin_inset Text
14406
14407 \begin_layout Plain Layout
14408
14409 \color red
14410 c
14411 \end_layout
14412
14413 \end_inset
14414 </cell>
14415 </row>
14416 <row>
14417 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14418 \begin_inset Text
14419
14420 \begin_layout Plain Layout
14421
14422 \color green
14423 d
14424 \end_layout
14425
14426 \end_inset
14427 </cell>
14428 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14429 \begin_inset Text
14430
14431 \begin_layout Plain Layout
14432
14433 \color blue
14434 e
14435 \end_layout
14436
14437 \end_inset
14438 </cell>
14439 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14440 \begin_inset Text
14441
14442 \begin_layout Plain Layout
14443
14444 \color blue
14445 f
14446 \end_layout
14447
14448 \end_inset
14449 </cell>
14450 </row>
14451 <row>
14452 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
14453 \begin_inset Text
14454
14455 \begin_layout Plain Layout
14456
14457 \color green
14458 g
14459 \end_layout
14460
14461 \end_inset
14462 </cell>
14463 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
14464 \begin_inset Text
14465
14466 \begin_layout Plain Layout
14467
14468 \color blue
14469 h
14470 \end_layout
14471
14472 \end_inset
14473 </cell>
14474 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
14475 \begin_inset Text
14476
14477 \begin_layout Plain Layout
14478
14479 \color blue
14480 i
14481 \end_layout
14482
14483 \end_inset
14484 </cell>
14485 </row>
14486 </lyxtabular>
14487
14488 \end_inset
14489
14490
14491 \end_layout
14492
14493 \end_inset
14494
14495
14496 \end_layout
14497
14498 \begin_layout Standard
14499 Si sólo necesitas color en el texto, marca las celdas y elige un color en
14500  el menú 
14501 \family sans
14502 Editar\SpecialChar \menuseparator
14503 Estilo
14504 \begin_inset space ~
14505 \end_inset
14506
14507 del
14508 \begin_inset space ~
14509 \end_inset
14510
14511 Texto
14512 \family default
14513 .
14514  Esto se ha hecho en la tabla
14515 \begin_inset space ~
14516 \end_inset
14517
14518
14519 \begin_inset CommandInset ref
14520 LatexCommand ref
14521 reference "tab:Tabla-coloreada-sin"
14522
14523 \end_inset
14524
14525 .
14526  En cualquier otro caso hay que usar el paquete LaTeX 
14527 \series bold
14528 colortbl
14529 \series default
14530 .
14531 \begin_inset Index
14532 status collapsed
14533
14534 \begin_layout Plain Layout
14535 LaTeX-paquetes ! colortbl
14536 \end_layout
14537
14538 \end_inset
14539
14540
14541 \end_layout
14542
14543 \begin_layout Standard
14544 \begin_inset ERT
14545 status collapsed
14546
14547 \begin_layout Plain Layout
14548
14549
14550 \backslash
14551 ifcolortbl
14552 \end_layout
14553
14554 \end_inset
14555
14556
14557 \begin_inset Note Note
14558 status open
14559
14560 \begin_layout Plain Layout
14561 La siguiente sección sólo se mostrará en pantalla si está instalado el paquete
14562  LaTeX 
14563 \series bold
14564 colortbl
14565 \series default
14566 .
14567 \end_layout
14568
14569 \end_inset
14570
14571
14572 \end_layout
14573
14574 \begin_layout Standard
14575 Para crear tablas coloreadas, 
14576 \series bold
14577 colortbl
14578 \series default
14579  debe cargarse en el preámbulo con la línea
14580 \end_layout
14581
14582 \begin_layout Standard
14583
14584 \series bold
14585
14586 \backslash
14587 usepackage{colortbl}
14588 \end_layout
14589
14590 \begin_layout Standard
14591 El color de una columna se define con el comando
14592 \end_layout
14593
14594 \begin_layout Standard
14595
14596 \series bold
14597
14598 \backslash
14599 columncolor{nombre del color}
14600 \end_layout
14601
14602 \begin_layout Standard
14603 dentro del comando 
14604 \series bold
14605 >{ }
14606 \series default
14607 .
14608  Más sobre el comando 
14609 \series bold
14610 >{}
14611 \series default
14612  se explica en la sección
14613 \begin_inset space ~
14614 \end_inset
14615
14616
14617 \begin_inset CommandInset ref
14618 LatexCommand ref
14619 reference "sub:Cálculos-en-Multicolumnas"
14620
14621 \end_inset
14622
14623 .
14624 \end_layout
14625
14626 \begin_layout Standard
14627 Los siguientes nombres de color están predefinidos:
14628 \end_layout
14629
14630 \begin_layout Standard
14631
14632 \family sans
14633 red
14634 \family default
14635
14636 \family sans
14637 green
14638 \family default
14639
14640 \family sans
14641 yellow, blue
14642 \family default
14643
14644 \family sans
14645 cyan
14646 \family default
14647 \series bold
14648 ,
14649 \series default
14650  
14651 \family sans
14652 magenta, black
14653 \family default
14654
14655 \family sans
14656 white
14657 \end_layout
14658
14659 \begin_layout Standard
14660 \begin_inset VSpace medskip
14661 \end_inset
14662
14663
14664 \end_layout
14665
14666 \begin_layout Standard
14667 Puedes definir tus propios colores con el comando
14668 \end_layout
14669
14670 \begin_layout Standard
14671
14672 \series bold
14673
14674 \backslash
14675 definecolor{nombre del color}{modelo de color}{valores de color}
14676 \end_layout
14677
14678 \begin_layout Standard
14679 El modelo de color puede ser
14680 \end_layout
14681
14682 \begin_layout Labeling
14683 \labelwidthstring 00.00.0000
14684 cmyk: cyan, magenta, yellow, black
14685 \end_layout
14686
14687 \begin_layout Labeling
14688 \labelwidthstring 00.00.0000
14689 rgb: red, green, blue
14690 \end_layout
14691
14692 \begin_layout Labeling
14693 \labelwidthstring 00.00.0000
14694 gray: gray
14695 \end_layout
14696
14697 \begin_layout Standard
14698 y los valores de color son números separados por comas entre 0 y 1 que describen
14699  el factor para el color correspondiente del modelo de color.
14700 \end_layout
14701
14702 \begin_layout Standard
14703 Por ejemplo, puedes definir el color
14704 \series bold
14705  
14706 \series default
14707 «
14708 \emph on
14709 verde oscuro
14710 \emph default
14711 » en el preámbulo con
14712 \end_layout
14713
14714 \begin_layout Standard
14715
14716 \series bold
14717
14718 \backslash
14719 definecolor{verdeoscuro}{cmyk}{0.5, 0, 1, 0.5}
14720 \end_layout
14721
14722 \begin_layout Standard
14723 y el color «
14724 \emph on
14725 gris claro
14726 \emph default
14727 » con
14728 \end_layout
14729
14730 \begin_layout Standard
14731
14732 \series bold
14733
14734 \backslash
14735 definecolor{grisclaro}{gray}{0.8}
14736 \end_layout
14737
14738 \begin_layout Standard
14739 \begin_inset VSpace medskip
14740 \end_inset
14741
14742
14743 \end_layout
14744
14745 \begin_layout Standard
14746 Las líneas se colorean con el comando
14747 \end_layout
14748
14749 \begin_layout Standard
14750
14751 \series bold
14752
14753 \backslash
14754 rowcolor{nombre del color}
14755 \end_layout
14756
14757 \begin_layout Standard
14758 y las celdas se colorean con el comando
14759 \end_layout
14760
14761 \begin_layout Standard
14762
14763 \series bold
14764
14765 \backslash
14766 cellcolor{nombre del color}
14767 \end_layout
14768
14769 \begin_layout Standard
14770 Ambos comandos se insertan al principio de una celda en código TeX.
14771 \end_layout
14772
14773 \begin_layout Standard
14774 Para colorear caracteres en la tabla marca las celdas y usa el menú 
14775 \family sans
14776 Editar\SpecialChar \menuseparator
14777 Estilo
14778 \begin_inset space ~
14779 \end_inset
14780
14781 del
14782 \begin_inset space ~
14783 \end_inset
14784
14785 Texto
14786 \family default
14787 .
14788  Si una celda contiene código TeX marca sólo los caracteres, si no el código
14789  TeX en color puede ocasionar errores de LaTeX.
14790 \end_layout
14791
14792 \begin_layout Standard
14793 \begin_inset VSpace bigskip
14794 \end_inset
14795
14796
14797 \end_layout
14798
14799 \begin_layout Standard
14800 Para crear la tabla
14801 \begin_inset space ~
14802 \end_inset
14803
14804
14805 \begin_inset CommandInset ref
14806 LatexCommand ref
14807 reference "tab:Tabla-coloreada-con"
14808
14809 \end_inset
14810
14811  haz lo siguiente: el color de la primera columna debe ser 
14812 \emph on
14813 verde oscuro
14814 \emph default
14815 , entonces inserta
14816 \end_layout
14817
14818 \begin_layout Standard
14819
14820 \series bold
14821 >{
14822 \backslash
14823 columncolor{verdeoscuro}
14824 \backslash
14825 centering}c
14826 \end_layout
14827
14828 \begin_layout Standard
14829 como argumento LaTeX para esta columna.
14830  La primera fila debe ser azul, por tanto inserta el comando en código TeX
14831 \end_layout
14832
14833 \begin_layout Standard
14834
14835 \series bold
14836
14837 \backslash
14838 rowcolow{cyan}
14839 \end_layout
14840
14841 \begin_layout Standard
14842 en la primera celda de esta fila.
14843  Observa que esto sobreescribe el color de la columna para la primera celda.
14844  La última celda de la última fila se colorea magenta insertando el comando
14845  en código TeX
14846 \end_layout
14847
14848 \begin_layout Standard
14849
14850 \series bold
14851
14852 \backslash
14853 cellcolor{magenta}
14854 \end_layout
14855
14856 \begin_layout Standard
14857 Ahora podrían colorearse los caracteres usando el menú 
14858 \family sans
14859 Editar\SpecialChar \menuseparator
14860 Estilo
14861 \begin_inset space ~
14862 \end_inset
14863
14864 del
14865 \begin_inset space ~
14866 \end_inset
14867
14868 Texto
14869 \family default
14870 .
14871 \end_layout
14872
14873 \begin_layout Standard
14874 \begin_inset Float table
14875 placement h
14876 wide false
14877 sideways false
14878 status open
14879
14880 \begin_layout Plain Layout
14881 \begin_inset Caption
14882
14883 \begin_layout Plain Layout
14884 \begin_inset CommandInset label
14885 LatexCommand label
14886 name "tab:Tabla-coloreada-con"
14887
14888 \end_inset
14889
14890 Tabla coloreada con el paquete 
14891 \series bold
14892 colortbl
14893 \series default
14894
14895 \begin_inset OptArg
14896 status open
14897
14898 \begin_layout Plain Layout
14899 Tabla con 
14900 \series bold
14901 colortbl
14902 \end_layout
14903
14904 \end_inset
14905
14906
14907 \end_layout
14908
14909 \end_inset
14910
14911
14912 \end_layout
14913
14914 \begin_layout Plain Layout
14915 \align center
14916 \begin_inset Tabular
14917 <lyxtabular version="3" rows="3" columns="3">
14918 <features>
14919 <column alignment="center" valignment="top" width="0" special=">{\columncolor{verdeoscuro}\centering}c">
14920 <column alignment="center" valignment="top" width="0">
14921 <column alignment="center" valignment="top" width="0">
14922 <row>
14923 <cell alignment="center" valignment="top" usebox="none">
14924 \begin_inset Text
14925
14926 \begin_layout Plain Layout
14927 \begin_inset ERT
14928 status collapsed
14929
14930 \begin_layout Plain Layout
14931
14932
14933 \backslash
14934 rowcolor{cyan}
14935 \end_layout
14936
14937 \end_inset
14938
14939
14940 \color magenta
14941 a
14942 \end_layout
14943
14944 \end_inset
14945 </cell>
14946 <cell alignment="center" valignment="top" usebox="none">
14947 \begin_inset Text
14948
14949 \begin_layout Plain Layout
14950
14951 \color red
14952 b
14953 \end_layout
14954
14955 \end_inset
14956 </cell>
14957 <cell alignment="center" valignment="top" usebox="none">
14958 \begin_inset Text
14959
14960 \begin_layout Plain Layout
14961
14962 \color red
14963 c
14964 \end_layout
14965
14966 \end_inset
14967 </cell>
14968 </row>
14969 <row>
14970 <cell alignment="center" valignment="top" usebox="none">
14971 \begin_inset Text
14972
14973 \begin_layout Plain Layout
14974
14975 \color yellow
14976 d
14977 \end_layout
14978
14979 \end_inset
14980 </cell>
14981 <cell alignment="center" valignment="top" usebox="none">
14982 \begin_inset Text
14983
14984 \begin_layout Plain Layout
14985
14986 \color blue
14987 e
14988 \end_layout
14989
14990 \end_inset
14991 </cell>
14992 <cell alignment="center" valignment="top" usebox="none">
14993 \begin_inset Text
14994
14995 \begin_layout Plain Layout
14996
14997 \color blue
14998 f
14999 \end_layout
15000
15001 \end_inset
15002 </cell>
15003 </row>
15004 <row>
15005 <cell alignment="center" valignment="top" usebox="none">
15006 \begin_inset Text
15007
15008 \begin_layout Plain Layout
15009
15010 \color yellow
15011 g
15012 \end_layout
15013
15014 \end_inset
15015 </cell>
15016 <cell alignment="center" valignment="top" usebox="none">
15017 \begin_inset Text
15018
15019 \begin_layout Plain Layout
15020
15021 \color blue
15022 h
15023 \end_layout
15024
15025 \end_inset
15026 </cell>
15027 <cell alignment="center" valignment="top" usebox="none">
15028 \begin_inset Text
15029
15030 \begin_layout Plain Layout
15031 \begin_inset ERT
15032 status collapsed
15033
15034 \begin_layout Plain Layout
15035
15036
15037 \backslash
15038 cellcolor{magenta}
15039 \end_layout
15040
15041 \end_inset
15042
15043
15044 \color green
15045 i
15046 \end_layout
15047
15048 \end_inset
15049 </cell>
15050 </row>
15051 </lyxtabular>
15052
15053 \end_inset
15054
15055
15056 \end_layout
15057
15058 \end_inset
15059
15060
15061 \end_layout
15062
15063 \begin_layout Standard
15064 \begin_inset ERT
15065 status collapsed
15066
15067 \begin_layout Plain Layout
15068
15069
15070 \backslash
15071 else
15072 \end_layout
15073
15074 \end_inset
15075
15076
15077 \begin_inset Note Note
15078 status open
15079
15080 \begin_layout Plain Layout
15081 Lo siguiente se mostrará en pantalla si no está instalado el paquete LaTeX
15082  
15083 \series bold
15084 colortbl
15085 \series default
15086 .
15087 \end_layout
15088
15089 \end_inset
15090
15091
15092 \end_layout
15093
15094 \begin_layout Standard
15095 Debes instalar el paquete LaTeX 
15096 \series bold
15097 colortbl
15098 \series default
15099  para ver la parte siguiente en la salida.
15100 \end_layout
15101
15102 \begin_layout Standard
15103 \begin_inset ERT
15104 status collapsed
15105
15106 \begin_layout Plain Layout
15107
15108
15109 \backslash
15110 fi
15111 \end_layout
15112
15113 \end_inset
15114
15115
15116 \end_layout
15117
15118 \begin_layout Subsection
15119 Líneas coloreadas
15120 \begin_inset Index
15121 status collapsed
15122
15123 \begin_layout Plain Layout
15124 Tablas coloreadas ! Líneas
15125 \end_layout
15126
15127 \end_inset
15128
15129
15130 \begin_inset Index
15131 status collapsed
15132
15133 \begin_layout Plain Layout
15134 Color ! en bordes de tabla
15135 \end_layout
15136
15137 \end_inset
15138
15139
15140 \end_layout
15141
15142 \begin_layout Standard
15143 Como se describe en la sección
15144 \begin_inset space ~
15145 \end_inset
15146
15147
15148 \begin_inset CommandInset ref
15149 LatexCommand ref
15150 reference "sub:Grosor-de-Líneas"
15151
15152 \end_inset
15153
15154 , el grosor para todas las líneas en una tabla puede ajustarse con el comando
15155  
15156 \series bold
15157
15158 \backslash
15159 arrayrulewidth
15160 \series default
15161 .
15162  Se ha puesto 1.5
15163 \begin_inset space \thinspace{}
15164 \end_inset
15165
15166 pt para todas las tablas de esta sección.
15167 \begin_inset ERT
15168 status collapsed
15169
15170 \begin_layout Plain Layout
15171
15172
15173 \backslash
15174 setlength{
15175 \backslash
15176 arrayrulewidth}{1.5pt}
15177 \end_layout
15178
15179 \end_inset
15180
15181
15182 \end_layout
15183
15184 \begin_layout Standard
15185 Por ejemplo, para colorear todas las líneas verticales en verde, crea en
15186  el preámbulo del documento el siguiente formato de columna, de acuerdo
15187  a lo descrito en la sección
15188 \begin_inset space ~
15189 \end_inset
15190
15191
15192 \begin_inset CommandInset ref
15193 LatexCommand ref
15194 reference "sub:Formato-Personalizado"
15195
15196 \end_inset
15197
15198 :
15199 \end_layout
15200
15201 \begin_layout Standard
15202
15203 \series bold
15204
15205 \backslash
15206 newcolumntype{W}{!{
15207 \backslash
15208 color{green}
15209 \backslash
15210 vline}}
15211 \end_layout
15212
15213 \begin_layout Standard
15214 Para la tabla
15215 \begin_inset space ~
15216 \end_inset
15217
15218
15219 \begin_inset CommandInset ref
15220 LatexCommand ref
15221 reference "tab:Tabla-con-verticales-coloreadas"
15222
15223 \end_inset
15224
15225  se usó el argumento LaTeX
15226 \series bold
15227  WcW
15228 \series default
15229  para la última columna y
15230 \series bold
15231  Wc
15232 \series default
15233  para las demás.
15234 \end_layout
15235
15236 \begin_layout Standard
15237 Si quieres tener varios colores, define más formatos de columna.
15238 \end_layout
15239
15240 \begin_layout Standard
15241 \begin_inset Float table
15242 placement h
15243 wide false
15244 sideways false
15245 status open
15246
15247 \begin_layout Plain Layout
15248 \begin_inset Caption
15249
15250 \begin_layout Plain Layout
15251 \begin_inset CommandInset label
15252 LatexCommand label
15253 name "tab:Tabla-con-verticales-coloreadas"
15254
15255 \end_inset
15256
15257 Tabla con líneas verticales coloreadas
15258 \end_layout
15259
15260 \end_inset
15261
15262
15263 \end_layout
15264
15265 \begin_layout Plain Layout
15266 \align center
15267 \begin_inset Tabular
15268 <lyxtabular version="3" rows="3" columns="3">
15269 <features>
15270 <column alignment="center" valignment="top" width="0" special="Wc">
15271 <column alignment="center" valignment="top" width="0" special="Wc">
15272 <column alignment="center" valignment="top" width="0" special="WcW">
15273 <row>
15274 <cell alignment="center" valignment="top" topline="true" usebox="none">
15275 \begin_inset Text
15276
15277 \begin_layout Plain Layout
15278 sd
15279 \end_layout
15280
15281 \end_inset
15282 </cell>
15283 <cell alignment="center" valignment="top" topline="true" usebox="none">
15284 \begin_inset Text
15285
15286 \begin_layout Plain Layout
15287
15288 \end_layout
15289
15290 \end_inset
15291 </cell>
15292 <cell alignment="center" valignment="top" topline="true" usebox="none">
15293 \begin_inset Text
15294
15295 \begin_layout Plain Layout
15296
15297 \end_layout
15298
15299 \end_inset
15300 </cell>
15301 </row>
15302 <row>
15303 <cell alignment="center" valignment="top" topline="true" usebox="none">
15304 \begin_inset Text
15305
15306 \begin_layout Plain Layout
15307
15308 \end_layout
15309
15310 \end_inset
15311 </cell>
15312 <cell alignment="center" valignment="top" topline="true" usebox="none">
15313 \begin_inset Text
15314
15315 \begin_layout Plain Layout
15316 sd
15317 \end_layout
15318
15319 \end_inset
15320 </cell>
15321 <cell alignment="center" valignment="top" topline="true" usebox="none">
15322 \begin_inset Text
15323
15324 \begin_layout Plain Layout
15325
15326 \end_layout
15327
15328 \end_inset
15329 </cell>
15330 </row>
15331 <row>
15332 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
15333 \begin_inset Text
15334
15335 \begin_layout Plain Layout
15336
15337 \end_layout
15338
15339 \end_inset
15340 </cell>
15341 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
15342 \begin_inset Text
15343
15344 \begin_layout Plain Layout
15345
15346 \end_layout
15347
15348 \end_inset
15349 </cell>
15350 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
15351 \begin_inset Text
15352
15353 \begin_layout Plain Layout
15354 sd
15355 \end_layout
15356
15357 \end_inset
15358 </cell>
15359 </row>
15360 </lyxtabular>
15361
15362 \end_inset
15363
15364
15365 \end_layout
15366
15367 \end_inset
15368
15369
15370 \end_layout
15371
15372 \begin_layout Standard
15373 \begin_inset VSpace bigskip
15374 \end_inset
15375
15376 Para colorear líneas horizontales, por ejemplo en rojo, como en la tabla
15377 \begin_inset space ~
15378 \end_inset
15379
15380
15381 \begin_inset CommandInset ref
15382 LatexCommand ref
15383 reference "tab:Tabla-con-horizontales-coloreadas"
15384
15385 \end_inset
15386
15387 , inserta estos comandos en código TeX antes de la tabla o del flotante:
15388 \end_layout
15389
15390 \begin_layout Standard
15391
15392 \series bold
15393
15394 \backslash
15395 let
15396 \backslash
15397 myHlineC
15398 \backslash
15399 hline
15400 \begin_inset Newline newline
15401 \end_inset
15402
15403
15404 \backslash
15405 renewcommand{
15406 \backslash
15407 hline}
15408 \begin_inset Newline newline
15409 \end_inset
15410
15411
15412 \begin_inset ERT
15413 status collapsed
15414
15415 \begin_layout Plain Layout
15416
15417
15418 \backslash
15419 hphantom{ }
15420 \end_layout
15421
15422 \end_inset
15423
15424 {
15425 \backslash
15426 arrayrulecolor{red}
15427 \backslash
15428 myHlineC
15429 \backslash
15430 arrayrulecolor{black}}
15431 \end_layout
15432
15433 \begin_layout Standard
15434 \begin_inset ERT
15435 status collapsed
15436
15437 \begin_layout Plain Layout
15438
15439
15440 \backslash
15441 let
15442 \backslash
15443 myHlineC
15444 \backslash
15445 hline
15446 \end_layout
15447
15448 \begin_layout Plain Layout
15449
15450
15451 \backslash
15452 renewcommand{
15453 \backslash
15454 hline}
15455 \end_layout
15456
15457 \begin_layout Plain Layout
15458
15459  {
15460 \backslash
15461 arrayrulecolor{red}
15462 \backslash
15463 myHlineC
15464 \backslash
15465 arrayrulecolor{black}}
15466 \end_layout
15467
15468 \end_inset
15469
15470
15471 \begin_inset Float table
15472 placement h
15473 wide false
15474 sideways false
15475 status open
15476
15477 \begin_layout Plain Layout
15478 \begin_inset Caption
15479
15480 \begin_layout Plain Layout
15481 \begin_inset CommandInset label
15482 LatexCommand label
15483 name "tab:Tabla-con-horizontales-coloreadas"
15484
15485 \end_inset
15486
15487 Tabla con líneas horizontales coloreadas
15488 \end_layout
15489
15490 \end_inset
15491
15492
15493 \end_layout
15494
15495 \begin_layout Plain Layout
15496 \align center
15497 \begin_inset Tabular
15498 <lyxtabular version="3" rows="3" columns="3">
15499 <features>
15500 <column alignment="center" valignment="top" width="0">
15501 <column alignment="center" valignment="top" width="0">
15502 <column alignment="center" valignment="top" width="0">
15503 <row>
15504 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15505 \begin_inset Text
15506
15507 \begin_layout Plain Layout
15508 sd
15509 \end_layout
15510
15511 \end_inset
15512 </cell>
15513 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15514 \begin_inset Text
15515
15516 \begin_layout Plain Layout
15517
15518 \end_layout
15519
15520 \end_inset
15521 </cell>
15522 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15523 \begin_inset Text
15524
15525 \begin_layout Plain Layout
15526
15527 \end_layout
15528
15529 \end_inset
15530 </cell>
15531 </row>
15532 <row>
15533 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15534 \begin_inset Text
15535
15536 \begin_layout Plain Layout
15537
15538 \end_layout
15539
15540 \end_inset
15541 </cell>
15542 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15543 \begin_inset Text
15544
15545 \begin_layout Plain Layout
15546 sd
15547 \end_layout
15548
15549 \end_inset
15550 </cell>
15551 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15552 \begin_inset Text
15553
15554 \begin_layout Plain Layout
15555
15556 \end_layout
15557
15558 \end_inset
15559 </cell>
15560 </row>
15561 <row>
15562 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
15563 \begin_inset Text
15564
15565 \begin_layout Plain Layout
15566
15567 \end_layout
15568
15569 \end_inset
15570 </cell>
15571 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
15572 \begin_inset Text
15573
15574 \begin_layout Plain Layout
15575
15576 \end_layout
15577
15578 \end_inset
15579 </cell>
15580 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
15581 \begin_inset Text
15582
15583 \begin_layout Plain Layout
15584 sd
15585 \end_layout
15586
15587 \end_inset
15588 </cell>
15589 </row>
15590 </lyxtabular>
15591
15592 \end_inset
15593
15594
15595 \end_layout
15596
15597 \end_inset
15598
15599
15600 \end_layout
15601
15602 \begin_layout Standard
15603 Para volver al color de línea negro predeterminado inserta este comando
15604  en código TeX detrás de la tabla o el flotante:
15605 \end_layout
15606
15607 \begin_layout Standard
15608
15609 \series bold
15610
15611 \backslash
15612 renewcommand{
15613 \backslash
15614 hline}{
15615 \backslash
15616 myHlineC}
15617 \end_layout
15618
15619 \begin_layout Standard
15620 La tabla
15621 \begin_inset space ~
15622 \end_inset
15623
15624
15625 \begin_inset CommandInset ref
15626 LatexCommand ref
15627 reference "tab:Tabla-con-líneas-coloreadas"
15628
15629 \end_inset
15630
15631  es un ejemplo con líneas verticales y horizontales coloreadas.
15632 \end_layout
15633
15634 \begin_layout Standard
15635 \begin_inset Float table
15636 placement h
15637 wide false
15638 sideways false
15639 status open
15640
15641 \begin_layout Plain Layout
15642 \begin_inset Caption
15643
15644 \begin_layout Plain Layout
15645 \begin_inset CommandInset label
15646 LatexCommand label
15647 name "tab:Tabla-con-líneas-coloreadas"
15648
15649 \end_inset
15650
15651 Tabla con líneas coloreadas
15652 \end_layout
15653
15654 \end_inset
15655
15656
15657 \end_layout
15658
15659 \begin_layout Plain Layout
15660 \align center
15661 \begin_inset Tabular
15662 <lyxtabular version="3" rows="3" columns="3">
15663 <features>
15664 <column alignment="center" valignment="top" width="0" special="Wc">
15665 <column alignment="center" valignment="top" width="0" special="Wc">
15666 <column alignment="center" valignment="top" width="0" special="WcW">
15667 <row>
15668 <cell alignment="center" valignment="top" topline="true" usebox="none">
15669 \begin_inset Text
15670
15671 \begin_layout Plain Layout
15672 sd
15673 \end_layout
15674
15675 \end_inset
15676 </cell>
15677 <cell alignment="center" valignment="top" topline="true" usebox="none">
15678 \begin_inset Text
15679
15680 \begin_layout Plain Layout
15681
15682 \end_layout
15683
15684 \end_inset
15685 </cell>
15686 <cell alignment="center" valignment="top" topline="true" usebox="none">
15687 \begin_inset Text
15688
15689 \begin_layout Plain Layout
15690
15691 \end_layout
15692
15693 \end_inset
15694 </cell>
15695 </row>
15696 <row>
15697 <cell alignment="center" valignment="top" topline="true" usebox="none">
15698 \begin_inset Text
15699
15700 \begin_layout Plain Layout
15701
15702 \end_layout
15703
15704 \end_inset
15705 </cell>
15706 <cell alignment="center" valignment="top" topline="true" usebox="none">
15707 \begin_inset Text
15708
15709 \begin_layout Plain Layout
15710 sd
15711 \end_layout
15712
15713 \end_inset
15714 </cell>
15715 <cell alignment="center" valignment="top" topline="true" usebox="none">
15716 \begin_inset Text
15717
15718 \begin_layout Plain Layout
15719
15720 \end_layout
15721
15722 \end_inset
15723 </cell>
15724 </row>
15725 <row>
15726 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
15727 \begin_inset Text
15728
15729 \begin_layout Plain Layout
15730
15731 \end_layout
15732
15733 \end_inset
15734 </cell>
15735 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
15736 \begin_inset Text
15737
15738 \begin_layout Plain Layout
15739
15740 \end_layout
15741
15742 \end_inset
15743 </cell>
15744 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
15745 \begin_inset Text
15746
15747 \begin_layout Plain Layout
15748 sd
15749 \end_layout
15750
15751 \end_inset
15752 </cell>
15753 </row>
15754 </lyxtabular>
15755
15756 \end_inset
15757
15758
15759 \end_layout
15760
15761 \end_inset
15762
15763
15764 \end_layout
15765
15766 \begin_layout Standard
15767 \begin_inset ERT
15768 status collapsed
15769
15770 \begin_layout Plain Layout
15771
15772
15773 \backslash
15774 renewcommand{
15775 \backslash
15776 hline}{
15777 \backslash
15778 myHlineC}
15779 \end_layout
15780
15781 \end_inset
15782
15783
15784 \end_layout
15785
15786 \begin_layout Standard
15787 \begin_inset ERT
15788 status collapsed
15789
15790 \begin_layout Plain Layout
15791
15792
15793 \backslash
15794 setlength{
15795 \backslash
15796 arrayrulewidth}{0.4pt}
15797 \end_layout
15798
15799 \end_inset
15800
15801
15802 \end_layout
15803
15804 \begin_layout Section
15805 Personalización de tablas
15806 \begin_inset Index
15807 status collapsed
15808
15809 \begin_layout Plain Layout
15810 Personalización de tablas
15811 \end_layout
15812
15813 \end_inset
15814
15815
15816 \begin_inset Index
15817 status collapsed
15818
15819 \begin_layout Plain Layout
15820 Tablas ! Personalización
15821 \end_layout
15822
15823 \end_inset
15824
15825
15826 \end_layout
15827
15828 \begin_layout Subsection
15829 Espacio adicional en filas
15830 \begin_inset CommandInset label
15831 LatexCommand label
15832 name "sub:Espacio-adicional"
15833
15834 \end_inset
15835
15836
15837 \begin_inset Index
15838 status collapsed
15839
15840 \begin_layout Plain Layout
15841 Personalización de tablas ! Espacio adicional en filas
15842 \end_layout
15843
15844 \end_inset
15845
15846
15847 \end_layout
15848
15849 \begin_layout Standard
15850 Es posible añadir espacio vertical a las filas de una tabla en la solapa
15851  
15852 \family sans
15853 Bordes,
15854 \family default
15855  del diálogo de configuración de tablas.
15856  En el marco 
15857 \family sans
15858 Espacio
15859 \begin_inset space ~
15860 \end_inset
15861
15862 adicional
15863 \family default
15864  dispones de tres posibilidades:
15865 \end_layout
15866
15867 \begin_layout Description
15868 Superior
15869 \begin_inset space ~
15870 \end_inset
15871
15872 de
15873 \begin_inset space ~
15874 \end_inset
15875
15876 la
15877 \begin_inset space ~
15878 \end_inset
15879
15880 fila añade espacio sobre los caracteres de la fila.
15881  Si la tabla es de estilo formal
15882 \begin_inset Foot
15883 status collapsed
15884
15885 \begin_layout Plain Layout
15886 Las tablas formales se explican en la sección
15887 \begin_inset space ~
15888 \end_inset
15889
15890
15891 \begin_inset CommandInset ref
15892 LatexCommand ref
15893 reference "sec:Tablas-Formales"
15894
15895 \end_inset
15896
15897
15898 \end_layout
15899
15900 \end_inset
15901
15902  LyX insertará 0.5
15903 \begin_inset space \thinspace{}
15904 \end_inset
15905
15906 em por omisión.
15907  Si la tabla es de estilo normal el espacio adicional destruirá las líneas
15908  verticales, como se ve en la tabla siguiente:
15909 \begin_inset VSpace medskip
15910 \end_inset
15911
15912
15913 \begin_inset Newline newline
15914 \end_inset
15915
15916
15917 \begin_inset space \hspace*{}
15918 \length 0pt
15919 \end_inset
15920
15921
15922 \begin_inset space \hfill{}
15923 \end_inset
15924
15925
15926 \begin_inset Tabular
15927 <lyxtabular version="3" rows="3" columns="1">
15928 <features>
15929 <column alignment="center" valignment="top" width="0">
15930 <row>
15931 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15932 \begin_inset Text
15933
15934 \begin_layout Plain Layout
15935 A
15936 \end_layout
15937
15938 \end_inset
15939 </cell>
15940 </row>
15941 <row topspace="3mm">
15942 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15943 \begin_inset Text
15944
15945 \begin_layout Plain Layout
15946 3
15947 \begin_inset space \thinspace{}
15948 \end_inset
15949
15950 mm sobre la fila
15951 \end_layout
15952
15953 \end_inset
15954 </cell>
15955 </row>
15956 <row>
15957 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
15958 \begin_inset Text
15959
15960 \begin_layout Plain Layout
15961 C
15962 \end_layout
15963
15964 \end_inset
15965 </cell>
15966 </row>
15967 </lyxtabular>
15968
15969 \end_inset
15970
15971
15972 \begin_inset space \hfill{}
15973 \end_inset
15974
15975
15976 \begin_inset space \hspace*{}
15977 \length 0pt
15978 \end_inset
15979
15980
15981 \begin_inset VSpace medskip
15982 \end_inset
15983
15984
15985 \begin_inset Newline newline
15986 \end_inset
15987
15988 Así pues, insertar espacio superior en tablas normales sólo es útil en tablas
15989  sin líneas verticales.
15990 \end_layout
15991
15992 \begin_layout Description
15993 Inferior
15994 \begin_inset space ~
15995 \end_inset
15996
15997 de
15998 \begin_inset space ~
15999 \end_inset
16000
16001 la
16002 \begin_inset space ~
16003 \end_inset
16004
16005 fila añade espacio bajo los caracteres de la fila.
16006  Si la tabla es formal LyX inserta por omisión 0.5
16007 \begin_inset space \thinspace{}
16008 \end_inset
16009
16010 em; si la tabla es normal inserta 2
16011 \begin_inset space \thinspace{}
16012 \end_inset
16013
16014 pt.
16015  
16016 \end_layout
16017
16018 \begin_layout Description
16019 Entre
16020 \begin_inset space ~
16021 \end_inset
16022
16023 las
16024 \begin_inset space ~
16025 \end_inset
16026
16027 filas añade espacio entre la fila actual y la siguiente.
16028  Si la tabla es formal LyX inserta 0.5
16029 \begin_inset space \thinspace{}
16030 \end_inset
16031
16032 em por omisión.
16033  En tablas normales, el espacio adicional destruirá las líneas verticales
16034  de la tabla, como se ve en la siguiente:
16035 \begin_inset VSpace medskip
16036 \end_inset
16037
16038
16039 \begin_inset Newline newline
16040 \end_inset
16041
16042
16043 \begin_inset space \hspace*{}
16044 \length 0pt
16045 \end_inset
16046
16047
16048 \begin_inset space \hfill{}
16049 \end_inset
16050
16051
16052 \begin_inset Tabular
16053 <lyxtabular version="3" rows="3" columns="1">
16054 <features>
16055 <column alignment="center" valignment="top" width="0">
16056 <row>
16057 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16058 \begin_inset Text
16059
16060 \begin_layout Plain Layout
16061 A
16062 \end_layout
16063
16064 \end_inset
16065 </cell>
16066 </row>
16067 <row interlinespace="3mm">
16068 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16069 \begin_inset Text
16070
16071 \begin_layout Plain Layout
16072 \begin_inset Formula $\downarrow$
16073 \end_inset
16074
16075  3
16076 \begin_inset space \thinspace{}
16077 \end_inset
16078
16079 mm entre las filas
16080 \end_layout
16081
16082 \end_inset
16083 </cell>
16084 </row>
16085 <row>
16086 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
16087 \begin_inset Text
16088
16089 \begin_layout Plain Layout
16090 \begin_inset Formula $\uparrow$
16091 \end_inset
16092
16093  3
16094 \begin_inset space \thinspace{}
16095 \end_inset
16096
16097 mm entre las filas 
16098 \begin_inset Formula $\uparrow$
16099 \end_inset
16100
16101
16102 \end_layout
16103
16104 \end_inset
16105 </cell>
16106 </row>
16107 </lyxtabular>
16108
16109 \end_inset
16110
16111
16112 \begin_inset space \hfill{}
16113 \end_inset
16114
16115
16116 \begin_inset space \hspace*{}
16117 \length 0pt
16118 \end_inset
16119
16120
16121 \begin_inset VSpace medskip
16122 \end_inset
16123
16124
16125 \begin_inset Newline newline
16126 \end_inset
16127
16128 Así pues, los espacios adicionales entre filas de tablas normales sólo sirven
16129  para tablas sin líneas verticales.
16130 \end_layout
16131
16132 \begin_layout Standard
16133 \begin_inset VSpace bigskip
16134 \end_inset
16135
16136 Para añadir altura vertical extra a todas las celdas de todas las tablas,
16137  utiliza los siguientes comandos en el preámbulo:
16138 \end_layout
16139
16140 \begin_layout Standard
16141
16142 \series bold
16143
16144 \backslash
16145 @ifundefined{extrarowheight}
16146 \begin_inset Newline newline
16147 \end_inset
16148
16149
16150 \begin_inset ERT
16151 status collapsed
16152
16153 \begin_layout Plain Layout
16154
16155
16156 \backslash
16157 hphantom{ }
16158 \end_layout
16159
16160 \end_inset
16161
16162 {
16163 \backslash
16164 usepackage{array}}{}
16165 \begin_inset Newline newline
16166 \end_inset
16167
16168
16169 \backslash
16170 setlength{
16171 \backslash
16172 extrarowheight}{altura}
16173 \end_layout
16174
16175 \begin_layout Standard
16176 Esto tiene el inconveniente de que el texto de las celdas no estará exactamente
16177  centrado en vertical.
16178  (Lyx cargará automáticamente el paquete 
16179 \series bold
16180 array
16181 \series default
16182  cuando uses formatos de tabla autodefinidos.
16183  Para evitar que sea cargado dos veces se pone al principio el comando 
16184 \series bold
16185
16186 \backslash
16187 @ifundefined
16188 \series default
16189 .)
16190 \end_layout
16191
16192 \begin_layout Standard
16193
16194 \end_layout
16195
16196 \begin_layout Subsection
16197 Alineación especial de celdas
16198 \begin_inset Index
16199 status collapsed
16200
16201 \begin_layout Plain Layout
16202 Personalización de tablas ! Alineación especial de celdas
16203 \end_layout
16204
16205 \end_inset
16206
16207
16208 \end_layout
16209
16210 \begin_layout Standard
16211 A veces mejora la presentación si las entradas en las celdas de una columna
16212  se alinean con un carácter determinado, p.
16213 \begin_inset space \thinspace{}
16214 \end_inset
16215
16216 e.
16217 \begin_inset space ~
16218 \end_inset
16219
16220 el separador decimal, como en la tabla
16221 \begin_inset space ~
16222 \end_inset
16223
16224
16225 \begin_inset CommandInset ref
16226 LatexCommand ref
16227 reference "tab:Tabla-con-celdas-de"
16228
16229 \end_inset
16230
16231 .
16232 \end_layout
16233
16234 \begin_layout Standard
16235 \begin_inset Float table
16236 wide false
16237 sideways false
16238 status open
16239
16240 \begin_layout Plain Layout
16241 \begin_inset Caption
16242
16243 \begin_layout Plain Layout
16244 \begin_inset CommandInset label
16245 LatexCommand label
16246 name "tab:Tabla-con-celdas-de"
16247
16248 \end_inset
16249
16250 Tabla con celdas alineadas con el separador decimal.
16251 \end_layout
16252
16253 \end_inset
16254
16255
16256 \end_layout
16257
16258 \begin_layout Plain Layout
16259 \align center
16260 \begin_inset Tabular
16261 <lyxtabular version="3" rows="4" columns="2">
16262 <features>
16263 <column alignment="right" valignment="top" width="0">
16264 <column alignment="left" valignment="top" width="0" special="@{}l">
16265 <row>
16266 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" usebox="none">
16267 \begin_inset Text
16268
16269 \begin_layout Plain Layout
16270 leyenda
16271 \end_layout
16272
16273 \end_inset
16274 </cell>
16275 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16276 \begin_inset Text
16277
16278 \begin_layout Plain Layout
16279
16280 \end_layout
16281
16282 \end_inset
16283 </cell>
16284 </row>
16285 <row>
16286 <cell alignment="center" valignment="top" usebox="none">
16287 \begin_inset Text
16288
16289 \begin_layout Plain Layout
16290 12.
16291 \end_layout
16292
16293 \end_inset
16294 </cell>
16295 <cell alignment="center" valignment="top" usebox="none">
16296 \begin_inset Text
16297
16298 \begin_layout Plain Layout
16299 6
16300 \end_layout
16301
16302 \end_inset
16303 </cell>
16304 </row>
16305 <row>
16306 <cell alignment="center" valignment="top" usebox="none">
16307 \begin_inset Text
16308
16309 \begin_layout Plain Layout
16310 0.
16311 \end_layout
16312
16313 \end_inset
16314 </cell>
16315 <cell alignment="center" valignment="top" usebox="none">
16316 \begin_inset Text
16317
16318 \begin_layout Plain Layout
16319 68
16320 \end_layout
16321
16322 \end_inset
16323 </cell>
16324 </row>
16325 <row>
16326 <cell alignment="center" valignment="top" usebox="none">
16327 \begin_inset Text
16328
16329 \begin_layout Plain Layout
16330 -123.
16331 \end_layout
16332
16333 \end_inset
16334 </cell>
16335 <cell alignment="center" valignment="top" usebox="none">
16336 \begin_inset Text
16337
16338 \begin_layout Plain Layout
16339 0
16340 \end_layout
16341
16342 \end_inset
16343 </cell>
16344 </row>
16345 </lyxtabular>
16346
16347 \end_inset
16348
16349
16350 \end_layout
16351
16352 \end_inset
16353
16354
16355 \end_layout
16356
16357 \begin_layout Standard
16358 Esta es una tabla 4×2.
16359  La leyenda es una multicolumna centrada.
16360  La primera columna está alineada a la derecha y contiene el punto decimal
16361  y los dígitos anteriores.
16362  La segunda columna está alineada a la izquierda y contiene los dígitos
16363  posteriores al punto decimal.
16364  Para omitir el espacio que hay normalmente entre dos columnas usa el siguiente
16365  argumento LaTeX para la segunda columna:
16366 \end_layout
16367
16368 \begin_layout Standard
16369
16370 \series bold
16371 @{}l
16372 \end_layout
16373
16374 \begin_layout Standard
16375 La tabla
16376 \begin_inset space ~
16377 \end_inset
16378
16379
16380 \begin_inset CommandInset ref
16381 LatexCommand ref
16382 reference "tab:Varias-alineaciones"
16383
16384 \end_inset
16385
16386  muestra varios ejemplos de alineación.
16387  Para alinear con el signo de relación debes añadir el segundo espacio matemátic
16388 o más pequeño al comienzo de la última columna para conseguir el espacio
16389  adecuado alrededor del signo.
16390 \end_layout
16391
16392 \begin_layout Standard
16393 \begin_inset Float table
16394 wide false
16395 sideways false
16396 status open
16397
16398 \begin_layout Plain Layout
16399 \begin_inset Caption
16400
16401 \begin_layout Plain Layout
16402 \begin_inset CommandInset label
16403 LatexCommand label
16404 name "tab:Varias-alineaciones"
16405
16406 \end_inset
16407
16408 Tabla con varias alineaciones.
16409 \end_layout
16410
16411 \end_inset
16412
16413
16414 \end_layout
16415
16416 \begin_layout Plain Layout
16417 \align center
16418 \begin_inset Tabular
16419 <lyxtabular version="3" rows="4" columns="6">
16420 <features>
16421 <column alignment="right" valignment="top" width="0">
16422 <column alignment="left" valignment="top" width="0" special="@{}l">
16423 <column alignment="right" valignment="top" width="0">
16424 <column alignment="left" valignment="top" width="0" special="@{}l">
16425 <column alignment="right" valignment="top" width="0">
16426 <column alignment="left" valignment="top" width="0" special="@{}l">
16427 <row>
16428 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
16429 \begin_inset Text
16430
16431 \begin_layout Plain Layout
16432 unidades
16433 \end_layout
16434
16435 \end_inset
16436 </cell>
16437 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16438 \begin_inset Text
16439
16440 \begin_layout Plain Layout
16441
16442 \end_layout
16443
16444 \end_inset
16445 </cell>
16446 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
16447 \begin_inset Text
16448
16449 \begin_layout Plain Layout
16450 exponentes
16451 \end_layout
16452
16453 \end_inset
16454 </cell>
16455 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16456 \begin_inset Text
16457
16458 \begin_layout Plain Layout
16459
16460 \end_layout
16461
16462 \end_inset
16463 </cell>
16464 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" usebox="none">
16465 \begin_inset Text
16466
16467 \begin_layout Plain Layout
16468 relaciones
16469 \end_layout
16470
16471 \end_inset
16472 </cell>
16473 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16474 \begin_inset Text
16475
16476 \begin_layout Plain Layout
16477
16478 \end_layout
16479
16480 \end_inset
16481 </cell>
16482 </row>
16483 <row>
16484 <cell alignment="center" valignment="top" usebox="none">
16485 \begin_inset Text
16486
16487 \begin_layout Plain Layout
16488 12×
16489 \end_layout
16490
16491 \end_inset
16492 </cell>
16493 <cell alignment="center" valignment="top" rightline="true" usebox="none">
16494 \begin_inset Text
16495
16496 \begin_layout Plain Layout
16497 24
16498 \begin_inset space \thinspace{}
16499 \end_inset
16500
16501 bottles
16502 \end_layout
16503
16504 \end_inset
16505 </cell>
16506 <cell alignment="center" valignment="top" usebox="none">
16507 \begin_inset Text
16508
16509 \begin_layout Plain Layout
16510 \begin_inset Formula $10\cdot$
16511 \end_inset
16512
16513
16514 \end_layout
16515
16516 \end_inset
16517 </cell>
16518 <cell alignment="center" valignment="top" rightline="true" usebox="none">
16519 \begin_inset Text
16520
16521 \begin_layout Plain Layout
16522 \begin_inset Formula $10^{\mbox{-}17}$
16523 \end_inset
16524
16525
16526 \end_layout
16527
16528 \end_inset
16529 </cell>
16530 <cell alignment="center" valignment="top" usebox="none">
16531 \begin_inset Text
16532
16533 \begin_layout Plain Layout
16534 \begin_inset Formula $\Gamma(t)\propto$
16535 \end_inset
16536
16537
16538 \end_layout
16539
16540 \end_inset
16541 </cell>
16542 <cell alignment="center" valignment="top" usebox="none">
16543 \begin_inset Text
16544
16545 \begin_layout Plain Layout
16546 \begin_inset Formula $\:\Upsilon(t)$
16547 \end_inset
16548
16549
16550 \end_layout
16551
16552 \end_inset
16553 </cell>
16554 </row>
16555 <row>
16556 <cell alignment="center" valignment="top" usebox="none">
16557 \begin_inset Text
16558
16559 \begin_layout Plain Layout
16560 1024×
16561 \end_layout
16562
16563 \end_inset
16564 </cell>
16565 <cell alignment="center" valignment="top" rightline="true" usebox="none">
16566 \begin_inset Text
16567
16568 \begin_layout Plain Layout
16569 768
16570 \begin_inset space \thinspace{}
16571 \end_inset
16572
16573 Pixels
16574 \end_layout
16575
16576 \end_inset
16577 </cell>
16578 <cell alignment="center" valignment="top" usebox="none">
16579 \begin_inset Text
16580
16581 \begin_layout Plain Layout
16582 \begin_inset Formula $5.78\cdot$
16583 \end_inset
16584
16585
16586 \end_layout
16587
16588 \end_inset
16589 </cell>
16590 <cell alignment="center" valignment="top" rightline="true" usebox="none">
16591 \begin_inset Text
16592
16593 \begin_layout Plain Layout
16594 \begin_inset Formula $10^{7}$
16595 \end_inset
16596
16597
16598 \end_layout
16599
16600 \end_inset
16601 </cell>
16602 <cell alignment="center" valignment="top" usebox="none">
16603 \begin_inset Text
16604
16605 \begin_layout Plain Layout
16606 \begin_inset Formula $A\ne$
16607 \end_inset
16608
16609
16610 \end_layout
16611
16612 \end_inset
16613 </cell>
16614 <cell alignment="center" valignment="top" usebox="none">
16615 \begin_inset Text
16616
16617 \begin_layout Plain Layout
16618 \begin_inset Formula $\: B_{\mathrm{red}}$
16619 \end_inset
16620
16621
16622 \end_layout
16623
16624 \end_inset
16625 </cell>
16626 </row>
16627 <row>
16628 <cell alignment="center" valignment="top" usebox="none">
16629 \begin_inset Text
16630
16631 \begin_layout Plain Layout
16632 32×
16633 \end_layout
16634
16635 \end_inset
16636 </cell>
16637 <cell alignment="center" valignment="top" rightline="true" usebox="none">
16638 \begin_inset Text
16639
16640 \begin_layout Plain Layout
16641 6
16642 \begin_inset space \thinspace{}
16643 \end_inset
16644
16645 cm
16646 \end_layout
16647
16648 \end_inset
16649 </cell>
16650 <cell alignment="center" valignment="top" usebox="none">
16651 \begin_inset Text
16652
16653 \begin_layout Plain Layout
16654 -
16655 \begin_inset Formula $33.5\cdot$
16656 \end_inset
16657
16658
16659 \end_layout
16660
16661 \end_inset
16662 </cell>
16663 <cell alignment="center" valignment="top" rightline="true" usebox="none">
16664 \begin_inset Text
16665
16666 \begin_layout Plain Layout
16667 \begin_inset Formula $10^{4}$
16668 \end_inset
16669
16670
16671 \end_layout
16672
16673 \end_inset
16674 </cell>
16675 <cell alignment="center" valignment="top" usebox="none">
16676 \begin_inset Text
16677
16678 \begin_layout Plain Layout
16679 \begin_inset Formula $\sin(\alpha)\ge$
16680 \end_inset
16681
16682
16683 \end_layout
16684
16685 \end_inset
16686 </cell>
16687 <cell alignment="center" valignment="top" usebox="none">
16688 \begin_inset Text
16689
16690 \begin_layout Plain Layout
16691 \begin_inset Formula $\:\sin(\beta)$
16692 \end_inset
16693
16694
16695 \end_layout
16696
16697 \end_inset
16698 </cell>
16699 </row>
16700 </lyxtabular>
16701
16702 \end_inset
16703
16704
16705 \end_layout
16706
16707 \end_inset
16708
16709
16710 \end_layout
16711
16712 \begin_layout Standard
16713 \begin_inset VSpace bigskip
16714 \end_inset
16715
16716 También hay un paquete LaTeX, 
16717 \series bold
16718 dcolumn
16719 \series default
16720
16721 \begin_inset Index
16722 status collapsed
16723
16724 \begin_layout Plain Layout
16725 LaTeX-paquetes ! dcolumn
16726 \end_layout
16727
16728 \end_inset
16729
16730 , que permite alinear el contenido de las celdas.
16731  Pero desgraciadamente trata las entradas de celda en modo matemático y
16732  no permite fórmulas en celdas: la primera columna de la tabla
16733 \begin_inset space ~
16734 \end_inset
16735
16736
16737 \begin_inset CommandInset ref
16738 LatexCommand ref
16739 reference "tab:Varias-alineaciones"
16740
16741 \end_inset
16742
16743  se verá con 
16744 \series bold
16745 dcolumn
16746 \series default
16747  como la primera columna en la tabla
16748 \begin_inset space ~
16749 \end_inset
16750
16751
16752 \begin_inset CommandInset ref
16753 LatexCommand ref
16754 reference "tab:Alineaciones-con-el"
16755
16756 \end_inset
16757
16758  y sólo con algunos trucos se consigue lo que se espera.
16759  La alineación de la segunda y tercera columnas de la tabla
16760 \begin_inset space ~
16761 \end_inset
16762
16763
16764 \begin_inset CommandInset ref
16765 LatexCommand ref
16766 reference "tab:Varias-alineaciones"
16767
16768 \end_inset
16769
16770  no es posible con 
16771 \series bold
16772 dcolumn
16773 \series default
16774 .
16775 \end_layout
16776
16777 \begin_layout Standard
16778 \begin_inset Float table
16779 placement h
16780 wide false
16781 sideways false
16782 status open
16783
16784 \begin_layout Plain Layout
16785 \begin_inset Caption
16786
16787 \begin_layout Plain Layout
16788 \begin_inset CommandInset label
16789 LatexCommand label
16790 name "tab:Alineaciones-con-el"
16791
16792 \end_inset
16793
16794
16795 \begin_inset OptArg
16796 status open
16797
16798 \begin_layout Plain Layout
16799 Tabla alineada con 
16800 \series bold
16801 dcolumn
16802 \end_layout
16803
16804 \end_inset
16805
16806 Alineaciones con el paquete LaTeX 
16807 \series bold
16808 dcolumn
16809 \series default
16810 .
16811  Se han tenido que usar unos trucos para la alineación de las columnas en
16812  la salida.
16813 \end_layout
16814
16815 \end_inset
16816
16817
16818 \end_layout
16819
16820 \begin_layout Plain Layout
16821 \align center
16822 \begin_inset Tabular
16823 <lyxtabular version="3" rows="4" columns="3">
16824 <features>
16825 <column alignment="center" valignment="top" width="0" special="D{x}{\times}{4.9}">
16826 <column alignment="center" valignment="top" width="0" special="D{x}{\times}{4.9}">
16827 <column alignment="center" valignment="top" width="0" special="D{~}{\,}{9.7}">
16828 <row>
16829 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
16830 \begin_inset Text
16831
16832 \begin_layout Plain Layout
16833 unidades
16834 \end_layout
16835
16836 \end_inset
16837 </cell>
16838 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
16839 \begin_inset Text
16840
16841 \begin_layout Plain Layout
16842 unidades
16843 \end_layout
16844
16845 \end_inset
16846 </cell>
16847 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" usebox="none">
16848 \begin_inset Text
16849
16850 \begin_layout Plain Layout
16851 unidades
16852 \end_layout
16853
16854 \end_inset
16855 </cell>
16856 </row>
16857 <row>
16858 <cell alignment="center" valignment="top" rightline="true" usebox="none">
16859 \begin_inset Text
16860
16861 \begin_layout Plain Layout
16862 12x24
16863 \begin_inset space \thinspace{}
16864 \end_inset
16865
16866 bottles
16867 \end_layout
16868
16869 \end_inset
16870 </cell>
16871 <cell alignment="center" valignment="top" rightline="true" usebox="none">
16872 \begin_inset Text
16873
16874 \begin_layout Plain Layout
16875 12x24
16876 \begin_inset space \thinspace{}
16877 \end_inset
16878
16879
16880 \begin_inset Formula $\mbox{bottles}$
16881 \end_inset
16882
16883
16884 \end_layout
16885
16886 \end_inset
16887 </cell>
16888 <cell alignment="center" valignment="top" usebox="none">
16889 \begin_inset Text
16890
16891 \begin_layout Plain Layout
16892 12
16893 \begin_inset ERT
16894 status collapsed
16895
16896 \begin_layout Plain Layout
16897
16898
16899 \backslash
16900 times
16901 \end_layout
16902
16903 \end_inset
16904
16905 24~
16906 \begin_inset Formula $\mbox{bottles}$
16907 \end_inset
16908
16909
16910 \end_layout
16911
16912 \end_inset
16913 </cell>
16914 </row>
16915 <row>
16916 <cell alignment="center" valignment="top" rightline="true" usebox="none">
16917 \begin_inset Text
16918
16919 \begin_layout Plain Layout
16920 1024x768
16921 \begin_inset space \thinspace{}
16922 \end_inset
16923
16924 Pixels
16925 \end_layout
16926
16927 \end_inset
16928 </cell>
16929 <cell alignment="center" valignment="top" rightline="true" usebox="none">
16930 \begin_inset Text
16931
16932 \begin_layout Plain Layout
16933 1024x768
16934 \begin_inset space \thinspace{}
16935 \end_inset
16936
16937
16938 \begin_inset Formula $\mbox{Pixels}$
16939 \end_inset
16940
16941
16942 \end_layout
16943
16944 \end_inset
16945 </cell>
16946 <cell alignment="center" valignment="top" usebox="none">
16947 \begin_inset Text
16948
16949 \begin_layout Plain Layout
16950 1024
16951 \begin_inset ERT
16952 status collapsed
16953
16954 \begin_layout Plain Layout
16955
16956
16957 \backslash
16958 times
16959 \end_layout
16960
16961 \end_inset
16962
16963 768~
16964 \begin_inset Formula $\mbox{Pixels}$
16965 \end_inset
16966
16967  
16968 \end_layout
16969
16970 \end_inset
16971 </cell>
16972 </row>
16973 <row>
16974 <cell alignment="center" valignment="top" rightline="true" usebox="none">
16975 \begin_inset Text
16976
16977 \begin_layout Plain Layout
16978 32x6
16979 \begin_inset space \thinspace{}
16980 \end_inset
16981
16982 cm
16983 \end_layout
16984
16985 \end_inset
16986 </cell>
16987 <cell alignment="center" valignment="top" rightline="true" usebox="none">
16988 \begin_inset Text
16989
16990 \begin_layout Plain Layout
16991 32x6
16992 \begin_inset space \thinspace{}
16993 \end_inset
16994
16995
16996 \begin_inset Formula $\mbox{cm}$
16997 \end_inset
16998
16999
17000 \end_layout
17001
17002 \end_inset
17003 </cell>
17004 <cell alignment="center" valignment="top" usebox="none">
17005 \begin_inset Text
17006
17007 \begin_layout Plain Layout
17008 32
17009 \begin_inset ERT
17010 status collapsed
17011
17012 \begin_layout Plain Layout
17013
17014
17015 \backslash
17016 times
17017 \end_layout
17018
17019 \end_inset
17020
17021 6~
17022 \begin_inset Formula $\mbox{cm}$
17023 \end_inset
17024
17025
17026 \end_layout
17027
17028 \end_inset
17029 </cell>
17030 </row>
17031 </lyxtabular>
17032
17033 \end_inset
17034
17035
17036 \end_layout
17037
17038 \end_inset
17039
17040
17041 \end_layout
17042
17043 \begin_layout Subsection
17044 Formato personalizado de celda/columna
17045 \begin_inset CommandInset label
17046 LatexCommand label
17047 name "sub:Formato-Personalizado"
17048
17049 \end_inset
17050
17051
17052 \begin_inset Index
17053 status collapsed
17054
17055 \begin_layout Plain Layout
17056 Personalización de tablas ! Formato de celda/columna
17057 \end_layout
17058
17059 \end_inset
17060
17061
17062 \end_layout
17063
17064 \begin_layout Standard
17065 El cálculo de la anchura necesaria para columnas extendidas descrito en
17066  la sección
17067 \begin_inset space ~
17068 \end_inset
17069
17070
17071 \begin_inset CommandInset ref
17072 LatexCommand ref
17073 reference "sub:Cálculos-en-Multicolumnas"
17074
17075 \end_inset
17076
17077  es muy pesado si tienes varias tablas con multicolumnas.
17078  Para hacerlo más fácil, puedes definir en el preámbulo un formato de celda/colu
17079 mna aplicable a todas las tablas del documento.
17080  El formato se define con el comando
17081 \end_layout
17082
17083 \begin_layout Standard
17084
17085 \series bold
17086
17087 \backslash
17088 newcolumntype{nombre del formato}[número de argumentos]{comandos}
17089 \end_layout
17090
17091 \begin_layout Standard
17092 El nombre de formato puede ser una sola letra.
17093  Las letras 
17094 \emph on
17095 b, c, l, m, p
17096 \emph default
17097  y 
17098 \emph on
17099 r
17100 \emph default
17101  están predefinidas y no pueden usarse.
17102  Pero se permiten todas las mayúsculas.
17103 \end_layout
17104
17105 \begin_layout Standard
17106 \begin_inset VSpace medskip
17107 \end_inset
17108
17109
17110 \end_layout
17111
17112 \begin_layout Standard
17113 Para celdas multicolumna vertical y horizontalmente centradas con una anchura
17114  fija puedes definir el formato de celda
17115 \end_layout
17116
17117 \begin_layout Standard
17118
17119 \series bold
17120
17121 \backslash
17122 newcolumntype{M}[1]{>{
17123 \backslash
17124 centering
17125 \backslash
17126 hspace{0pt}}m{#1}}
17127 \end_layout
17128
17129 \begin_layout Standard
17130 donde 
17131 \series bold
17132
17133 \backslash
17134 hspace{0pt}
17135 \series default
17136  evita el problema de partir con guión la primera palabra, como se describe
17137  en la sección
17138 \begin_inset space ~
17139 \end_inset
17140
17141
17142 \begin_inset CommandInset ref
17143 LatexCommand ref
17144 reference "sub:Líneas-Múltiples-en"
17145
17146 \end_inset
17147
17148 .
17149  Ahora puedes introducir simplemente
17150 \end_layout
17151
17152 \begin_layout Standard
17153
17154 \series bold
17155 M{ancho}
17156 \end_layout
17157
17158 \begin_layout Standard
17159 como argumento LaTeX en el diálogo de tabla para crear una multicolumna.
17160 \end_layout
17161
17162 \begin_layout Standard
17163 \begin_inset VSpace bigskip
17164 \end_inset
17165
17166
17167 \end_layout
17168
17169 \begin_layout Standard
17170 Para celdas extendidas en una celda multicolumna, puedes definir el formato
17171 \end_layout
17172
17173 \begin_layout Standard
17174
17175 \series bold
17176
17177 \backslash
17178 newcolumntype{S}[2]{>{
17179 \backslash
17180 centering
17181 \backslash
17182 hspace{0pt}}
17183 \begin_inset Newline newline
17184 \end_inset
17185
17186
17187 \begin_inset ERT
17188 status collapsed
17189
17190 \begin_layout Plain Layout
17191
17192
17193 \backslash
17194 phantom{
17195 \end_layout
17196
17197 \end_inset
17198
17199
17200 \backslash
17201 newcolumntype
17202 \begin_inset ERT
17203 status collapsed
17204
17205 \begin_layout Plain Layout
17206
17207 }
17208 \end_layout
17209
17210 \end_inset
17211
17212 m{(#1+(2
17213 \backslash
17214 tabcolsep+
17215 \backslash
17216 arrayrulewidth)*(1-#2))/#2}}
17217 \end_layout
17218
17219 \begin_layout Standard
17220 Este formato usa la ecuación 
17221 \begin_inset CommandInset ref
17222 LatexCommand eqref
17223 reference "eq:Wgn"
17224
17225 \end_inset
17226
17227  para calcular la anchura necesaria para que cada celda extendida tenga
17228  la misma anchura.
17229 \end_layout
17230
17231 \begin_layout Standard
17232 Ahora puedes introducir
17233 \end_layout
17234
17235 \begin_layout Standard
17236
17237 \series bold
17238 S{ancho de la celda multicolumna}{número de columnas extendidas}
17239 \end_layout
17240
17241 \begin_layout Standard
17242 como argumento LaTeX de la columna.
17243 \end_layout
17244
17245 \begin_layout Standard
17246 \begin_inset VSpace bigskip
17247 \end_inset
17248
17249
17250 \end_layout
17251
17252 \begin_layout Standard
17253 Para columnas coloreadas puedes definir
17254 \end_layout
17255
17256 \begin_layout Standard
17257
17258 \series bold
17259
17260 \backslash
17261 newcolumntype{K}[1]{>{
17262 \backslash
17263 columncolor{#1}
17264 \backslash
17265 hspace{0pt}}c}
17266 \end_layout
17267
17268 \begin_layout Standard
17269 La «c» al final crea una columna con anchura flexible cuyo texto está centrado
17270  horizontalmente.
17271  Ahora puedes introducir
17272 \end_layout
17273
17274 \begin_layout Standard
17275
17276 \series bold
17277 K{nombre del color}
17278 \end_layout
17279
17280 \begin_layout Standard
17281 como argumento LaTeX.
17282 \end_layout
17283
17284 \begin_layout Standard
17285 \begin_inset VSpace bigskip
17286 \end_inset
17287
17288
17289 \end_layout
17290
17291 \begin_layout Standard
17292 Para crear la tabla
17293 \begin_inset space ~
17294 \end_inset
17295
17296
17297 \begin_inset CommandInset ref
17298 LatexCommand ref
17299 reference "tab:Tabla-con-formatos-definidos-por"
17300
17301 \end_inset
17302
17303  usa los argumentos LaTeX
17304 \end_layout
17305
17306 \begin_layout Standard
17307
17308 \series bold
17309 M{2.5cm}
17310 \end_layout
17311
17312 \begin_layout Standard
17313 para la primera columna y la multicolumna,
17314 \end_layout
17315
17316 \begin_layout Standard
17317
17318 \series bold
17319 K{red}
17320 \end_layout
17321
17322 \begin_layout Standard
17323 para la última columna y
17324 \end_layout
17325
17326 \begin_layout Standard
17327
17328 \series bold
17329 S{2.5cm}{2}
17330 \end_layout
17331
17332 \begin_layout Standard
17333 para las celdas en la segunda columna.
17334 \end_layout
17335
17336 \begin_layout Standard
17337 \begin_inset Float table
17338 placement h
17339 wide false
17340 sideways false
17341 status open
17342
17343 \begin_layout Plain Layout
17344 \begin_inset Caption
17345
17346 \begin_layout Plain Layout
17347 \begin_inset CommandInset label
17348 LatexCommand label
17349 name "tab:Tabla-con-formatos-definidos-por"
17350
17351 \end_inset
17352
17353 Tabla con formatos definidos por el usuario
17354 \end_layout
17355
17356 \end_inset
17357
17358
17359 \end_layout
17360
17361 \begin_layout Plain Layout
17362 \align center
17363 \begin_inset Tabular
17364 <lyxtabular version="3" rows="3" columns="4">
17365 <features>
17366 <column alignment="center" valignment="middle" width="2.5cm" special="M{2.5cm}">
17367 <column alignment="center" valignment="middle" width="0" special="S{2.5cm}{2}">
17368 <column alignment="center" valignment="middle" width="0">
17369 <column alignment="center" valignment="middle" width="0" special="K{red}">
17370 <row>
17371 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17372 \begin_inset Text
17373
17374 \begin_layout Plain Layout
17375 palabramuylargaenceldadetabla
17376 \end_layout
17377
17378 \end_inset
17379 </cell>
17380 <cell multicolumn="1" alignment="center" valignment="top" topline="true" leftline="true" usebox="none" special="M{2.5cm}">
17381 \begin_inset Text
17382
17383 \begin_layout Plain Layout
17384 multicolumna línea múltiple
17385 \end_layout
17386
17387 \end_inset
17388 </cell>
17389 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17390 \begin_inset Text
17391
17392 \begin_layout Plain Layout
17393
17394 \end_layout
17395
17396 \end_inset
17397 </cell>
17398 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17399 \begin_inset Text
17400
17401 \begin_layout Plain Layout
17402 c
17403 \end_layout
17404
17405 \end_inset
17406 </cell>
17407 </row>
17408 <row>
17409 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17410 \begin_inset Text
17411
17412 \begin_layout Plain Layout
17413 d
17414 \end_layout
17415
17416 \end_inset
17417 </cell>
17418 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17419 \begin_inset Text
17420
17421 \begin_layout Plain Layout
17422 e
17423 \end_layout
17424
17425 \end_inset
17426 </cell>
17427 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17428 \begin_inset Text
17429
17430 \begin_layout Plain Layout
17431 f
17432 \end_layout
17433
17434 \end_inset
17435 </cell>
17436 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17437 \begin_inset Text
17438
17439 \begin_layout Plain Layout
17440 g
17441 \end_layout
17442
17443 \end_inset
17444 </cell>
17445 </row>
17446 <row>
17447 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
17448 \begin_inset Text
17449
17450 \begin_layout Plain Layout
17451 h
17452 \end_layout
17453
17454 \end_inset
17455 </cell>
17456 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
17457 \begin_inset Text
17458
17459 \begin_layout Plain Layout
17460 i
17461 \end_layout
17462
17463 \end_inset
17464 </cell>
17465 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
17466 \begin_inset Text
17467
17468 \begin_layout Plain Layout
17469 j
17470 \end_layout
17471
17472 \end_inset
17473 </cell>
17474 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
17475 \begin_inset Text
17476
17477 \begin_layout Plain Layout
17478 k
17479 \end_layout
17480
17481 \end_inset
17482 </cell>
17483 </row>
17484 </lyxtabular>
17485
17486 \end_inset
17487
17488
17489 \end_layout
17490
17491 \end_inset
17492
17493
17494 \end_layout
17495
17496 \begin_layout Subsection
17497 Grosor de líneas
17498 \begin_inset CommandInset label
17499 LatexCommand label
17500 name "sub:Grosor-de-Líneas"
17501
17502 \end_inset
17503
17504
17505 \begin_inset Index
17506 status collapsed
17507
17508 \begin_layout Plain Layout
17509 Personalización de tablas ! Grosor de línea
17510 \end_layout
17511
17512 \end_inset
17513
17514
17515 \end_layout
17516
17517 \begin_layout Standard
17518 El grosor para todas las líneas de una tabla puede ajustarse con la longitud
17519  
17520 \series bold
17521
17522 \backslash
17523 arrayrulewidth
17524 \series default
17525 .
17526  Por ejemplo, para poner un grosor de línea de 1.5
17527 \begin_inset space \thinspace{}
17528 \end_inset
17529
17530 pt, como en la tabla
17531 \begin_inset space ~
17532 \end_inset
17533
17534
17535 \begin_inset CommandInset ref
17536 LatexCommand ref
17537 reference "tab:Tabla-con-líneas"
17538
17539 \end_inset
17540
17541 , inserta el comando
17542 \end_layout
17543
17544 \begin_layout Standard
17545
17546 \series bold
17547
17548 \backslash
17549 setlength{
17550 \backslash
17551 arrayrulewidth}{1.5pt}
17552 \end_layout
17553
17554 \begin_layout Standard
17555 en código TeX antes de la tabla o flotante.
17556  Este cambio es válido para todas las siguientes tablas.
17557  Para volver al valor predeterminado, define 
17558 \series bold
17559
17560 \backslash
17561 arrayrulewidth
17562 \series default
17563  a 0.4
17564 \begin_inset space \thinspace{}
17565 \end_inset
17566
17567 pt en código TeX detrás de la tabla o flotante.
17568 \end_layout
17569
17570 \begin_layout Standard
17571 \begin_inset ERT
17572 status collapsed
17573
17574 \begin_layout Plain Layout
17575
17576
17577 \backslash
17578 setlength{
17579 \backslash
17580 arrayrulewidth}{1.5pt}
17581 \end_layout
17582
17583 \end_inset
17584
17585
17586 \begin_inset Float table
17587 wide false
17588 sideways false
17589 status open
17590
17591 \begin_layout Plain Layout
17592 \begin_inset Caption
17593
17594 \begin_layout Plain Layout
17595 \begin_inset CommandInset label
17596 LatexCommand label
17597 name "tab:Tabla-con-líneas"
17598
17599 \end_inset
17600
17601 Tabla con líneas de grosor 1.5
17602 \begin_inset space \thinspace{}
17603 \end_inset
17604
17605 pt
17606 \end_layout
17607
17608 \end_inset
17609
17610
17611 \end_layout
17612
17613 \begin_layout Plain Layout
17614 \align center
17615 \begin_inset Tabular
17616 <lyxtabular version="3" rows="3" columns="3">
17617 <features>
17618 <column alignment="center" valignment="top" width="0">
17619 <column alignment="center" valignment="top" width="0">
17620 <column alignment="center" valignment="top" width="0">
17621 <row>
17622 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17623 \begin_inset Text
17624
17625 \begin_layout Plain Layout
17626 sd
17627 \end_layout
17628
17629 \end_inset
17630 </cell>
17631 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17632 \begin_inset Text
17633
17634 \begin_layout Plain Layout
17635
17636 \end_layout
17637
17638 \end_inset
17639 </cell>
17640 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17641 \begin_inset Text
17642
17643 \begin_layout Plain Layout
17644
17645 \end_layout
17646
17647 \end_inset
17648 </cell>
17649 </row>
17650 <row>
17651 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17652 \begin_inset Text
17653
17654 \begin_layout Plain Layout
17655
17656 \end_layout
17657
17658 \end_inset
17659 </cell>
17660 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17661 \begin_inset Text
17662
17663 \begin_layout Plain Layout
17664 sd
17665 \end_layout
17666
17667 \end_inset
17668 </cell>
17669 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17670 \begin_inset Text
17671
17672 \begin_layout Plain Layout
17673
17674 \end_layout
17675
17676 \end_inset
17677 </cell>
17678 </row>
17679 <row>
17680 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
17681 \begin_inset Text
17682
17683 \begin_layout Plain Layout
17684
17685 \end_layout
17686
17687 \end_inset
17688 </cell>
17689 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
17690 \begin_inset Text
17691
17692 \begin_layout Plain Layout
17693
17694 \end_layout
17695
17696 \end_inset
17697 </cell>
17698 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
17699 \begin_inset Text
17700
17701 \begin_layout Plain Layout
17702 sd
17703 \end_layout
17704
17705 \end_inset
17706 </cell>
17707 </row>
17708 </lyxtabular>
17709
17710 \end_inset
17711
17712
17713 \end_layout
17714
17715 \end_inset
17716
17717
17718 \begin_inset ERT
17719 status collapsed
17720
17721 \begin_layout Plain Layout
17722
17723
17724 \backslash
17725 setlength{
17726 \backslash
17727 arrayrulewidth}{0.4pt}
17728 \end_layout
17729
17730 \end_inset
17731
17732
17733 \end_layout
17734
17735 \begin_layout Standard
17736 \begin_inset VSpace bigskip
17737 \end_inset
17738
17739 Para definir un grosor de 1.5
17740 \begin_inset space \thinspace{}
17741 \end_inset
17742
17743 pt sólo para líneas horizontales, como en la tabla
17744 \begin_inset space ~
17745 \end_inset
17746
17747
17748 \begin_inset CommandInset ref
17749 LatexCommand ref
17750 reference "tab:Tabla-con-horizontales"
17751
17752 \end_inset
17753
17754 , inserta estos comandos en código TeX antes de la tabla o flotante:
17755 \end_layout
17756
17757 \begin_layout Standard
17758
17759 \series bold
17760
17761 \backslash
17762 let
17763 \backslash
17764 myHline
17765 \backslash
17766 hline
17767 \begin_inset Newline newline
17768 \end_inset
17769
17770
17771 \backslash
17772 renewcommand{
17773 \backslash
17774 hline}
17775 \begin_inset Newline newline
17776 \end_inset
17777
17778  {
17779 \backslash
17780 noalign{
17781 \backslash
17782 global
17783 \backslash
17784 arrayrulewidth 1.5pt}
17785 \begin_inset Newline newline
17786 \end_inset
17787
17788   
17789 \backslash
17790 myHline
17791 \backslash
17792 noalign{
17793 \backslash
17794 global
17795 \backslash
17796 arrayrulewidth 0.4pt}}
17797 \end_layout
17798
17799 \begin_layout Standard
17800 Para volver al grosor predeterminado, inserta este comando en código TeX
17801  detrás de la tabla o flotante:
17802 \end_layout
17803
17804 \begin_layout Standard
17805
17806 \series bold
17807
17808 \backslash
17809 renewcommand{
17810 \backslash
17811 hline}{
17812 \backslash
17813 myHline}
17814 \end_layout
17815
17816 \begin_layout Standard
17817 \begin_inset ERT
17818 status collapsed
17819
17820 \begin_layout Plain Layout
17821
17822
17823 \backslash
17824 let
17825 \backslash
17826 myHline
17827 \backslash
17828 hline
17829 \end_layout
17830
17831 \begin_layout Plain Layout
17832
17833
17834 \backslash
17835 renewcommand{
17836 \backslash
17837 hline}
17838 \end_layout
17839
17840 \begin_layout Plain Layout
17841
17842  {
17843 \backslash
17844 noalign{
17845 \backslash
17846 global
17847 \backslash
17848 arrayrulewidth 1.5pt}
17849 \end_layout
17850
17851 \begin_layout Plain Layout
17852
17853   
17854 \backslash
17855 myHline
17856 \backslash
17857 noalign{
17858 \backslash
17859 global
17860 \backslash
17861 arrayrulewidth 0.4pt}}
17862 \end_layout
17863
17864 \end_inset
17865
17866
17867 \begin_inset Float table
17868 wide false
17869 sideways false
17870 status open
17871
17872 \begin_layout Plain Layout
17873 \begin_inset Caption
17874
17875 \begin_layout Plain Layout
17876 \begin_inset CommandInset label
17877 LatexCommand label
17878 name "tab:Tabla-con-horizontales"
17879
17880 \end_inset
17881
17882 Tabla con líneas horizontales de 1.5
17883 \begin_inset space \thinspace{}
17884 \end_inset
17885
17886 pt
17887 \end_layout
17888
17889 \end_inset
17890
17891
17892 \end_layout
17893
17894 \begin_layout Plain Layout
17895 \align center
17896 \begin_inset Tabular
17897 <lyxtabular version="3" rows="3" columns="3">
17898 <features>
17899 <column alignment="center" valignment="top" width="0">
17900 <column alignment="center" valignment="top" width="0">
17901 <column alignment="center" valignment="top" width="0">
17902 <row>
17903 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17904 \begin_inset Text
17905
17906 \begin_layout Plain Layout
17907 sd
17908 \end_layout
17909
17910 \end_inset
17911 </cell>
17912 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17913 \begin_inset Text
17914
17915 \begin_layout Plain Layout
17916
17917 \end_layout
17918
17919 \end_inset
17920 </cell>
17921 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17922 \begin_inset Text
17923
17924 \begin_layout Plain Layout
17925
17926 \end_layout
17927
17928 \end_inset
17929 </cell>
17930 </row>
17931 <row>
17932 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17933 \begin_inset Text
17934
17935 \begin_layout Plain Layout
17936
17937 \end_layout
17938
17939 \end_inset
17940 </cell>
17941 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17942 \begin_inset Text
17943
17944 \begin_layout Plain Layout
17945 sd
17946 \end_layout
17947
17948 \end_inset
17949 </cell>
17950 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17951 \begin_inset Text
17952
17953 \begin_layout Plain Layout
17954
17955 \end_layout
17956
17957 \end_inset
17958 </cell>
17959 </row>
17960 <row>
17961 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
17962 \begin_inset Text
17963
17964 \begin_layout Plain Layout
17965
17966 \end_layout
17967
17968 \end_inset
17969 </cell>
17970 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
17971 \begin_inset Text
17972
17973 \begin_layout Plain Layout
17974
17975 \end_layout
17976
17977 \end_inset
17978 </cell>
17979 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
17980 \begin_inset Text
17981
17982 \begin_layout Plain Layout
17983 sd
17984 \end_layout
17985
17986 \end_inset
17987 </cell>
17988 </row>
17989 </lyxtabular>
17990
17991 \end_inset
17992
17993
17994 \end_layout
17995
17996 \end_inset
17997
17998
17999 \begin_inset ERT
18000 status collapsed
18001
18002 \begin_layout Plain Layout
18003
18004
18005 \backslash
18006 renewcommand{
18007 \backslash
18008 hline}{
18009 \backslash
18010 myHline}
18011 \end_layout
18012
18013 \end_inset
18014
18015
18016 \end_layout
18017
18018 \begin_layout Standard
18019 \begin_inset VSpace bigskip
18020 \end_inset
18021
18022 Para establecer un grosor de 1.5 pt sólo para líneas verticales, crea el
18023  siguiente formato de columna en el preámbulo del documento, de acuerdo
18024  con lo descrito en la sección
18025 \begin_inset space ~
18026 \end_inset
18027
18028
18029 \begin_inset CommandInset ref
18030 LatexCommand ref
18031 reference "sub:Formato-Personalizado"
18032
18033 \end_inset
18034
18035 :
18036 \end_layout
18037
18038 \begin_layout Standard
18039
18040 \series bold
18041
18042 \backslash
18043 newcolumntype{V}{!{
18044 \backslash
18045 vrule width 1.5pt}}
18046 \end_layout
18047
18048 \begin_layout Standard
18049 Para la tabla
18050 \begin_inset space ~
18051 \end_inset
18052
18053
18054 \begin_inset CommandInset ref
18055 LatexCommand ref
18056 reference "tab:Tabla-con-verticales"
18057
18058 \end_inset
18059
18060  se usó el argumento LaTeX
18061 \end_layout
18062
18063 \begin_layout Standard
18064
18065 \series bold
18066 VcV
18067 \end_layout
18068
18069 \begin_layout Standard
18070 para la última columna y
18071 \end_layout
18072
18073 \begin_layout Standard
18074
18075 \series bold
18076 Vc
18077 \end_layout
18078
18079 \begin_layout Standard
18080 para las otras.
18081 \end_layout
18082
18083 \begin_layout Standard
18084 \begin_inset Float table
18085 wide false
18086 sideways false
18087 status open
18088
18089 \begin_layout Plain Layout
18090 \begin_inset Caption
18091
18092 \begin_layout Plain Layout
18093 \begin_inset CommandInset label
18094 LatexCommand label
18095 name "tab:Tabla-con-verticales"
18096
18097 \end_inset
18098
18099 Tabla con líneas verticales de 1.5
18100 \begin_inset space \thinspace{}
18101 \end_inset
18102
18103 pt de grosor
18104 \end_layout
18105
18106 \end_inset
18107
18108
18109 \end_layout
18110
18111 \begin_layout Plain Layout
18112 \align center
18113 \begin_inset Tabular
18114 <lyxtabular version="3" rows="3" columns="3">
18115 <features>
18116 <column alignment="center" valignment="top" width="0" special="Vc">
18117 <column alignment="center" valignment="top" width="0" special="Vc">
18118 <column alignment="center" valignment="top" width="0" special="VcV">
18119 <row>
18120 <cell alignment="center" valignment="top" topline="true" usebox="none">
18121 \begin_inset Text
18122
18123 \begin_layout Plain Layout
18124 sd
18125 \end_layout
18126
18127 \end_inset
18128 </cell>
18129 <cell alignment="center" valignment="top" topline="true" usebox="none">
18130 \begin_inset Text
18131
18132 \begin_layout Plain Layout
18133
18134 \end_layout
18135
18136 \end_inset
18137 </cell>
18138 <cell alignment="center" valignment="top" topline="true" usebox="none">
18139 \begin_inset Text
18140
18141 \begin_layout Plain Layout
18142
18143 \end_layout
18144
18145 \end_inset
18146 </cell>
18147 </row>
18148 <row>
18149 <cell alignment="center" valignment="top" topline="true" usebox="none">
18150 \begin_inset Text
18151
18152 \begin_layout Plain Layout
18153
18154 \end_layout
18155
18156 \end_inset
18157 </cell>
18158 <cell alignment="center" valignment="top" topline="true" usebox="none">
18159 \begin_inset Text
18160
18161 \begin_layout Plain Layout
18162 sd
18163 \end_layout
18164
18165 \end_inset
18166 </cell>
18167 <cell alignment="center" valignment="top" topline="true" usebox="none">
18168 \begin_inset Text
18169
18170 \begin_layout Plain Layout
18171
18172 \end_layout
18173
18174 \end_inset
18175 </cell>
18176 </row>
18177 <row>
18178 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
18179 \begin_inset Text
18180
18181 \begin_layout Plain Layout
18182
18183 \end_layout
18184
18185 \end_inset
18186 </cell>
18187 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
18188 \begin_inset Text
18189
18190 \begin_layout Plain Layout
18191
18192 \end_layout
18193
18194 \end_inset
18195 </cell>
18196 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
18197 \begin_inset Text
18198
18199 \begin_layout Plain Layout
18200 sd
18201 \end_layout
18202
18203 \end_inset
18204 </cell>
18205 </row>
18206 </lyxtabular>
18207
18208 \end_inset
18209
18210
18211 \end_layout
18212
18213 \end_inset
18214
18215
18216 \end_layout
18217
18218 \begin_layout Subsection
18219 Líneas de trazos
18220 \begin_inset Index
18221 status collapsed
18222
18223 \begin_layout Plain Layout
18224 Personalización de tablas ! Líneas de trazos
18225 \end_layout
18226
18227 \end_inset
18228
18229
18230 \end_layout
18231
18232 \begin_layout Standard
18233 \begin_inset ERT
18234 status collapsed
18235
18236 \begin_layout Plain Layout
18237
18238
18239 \backslash
18240 ifarydshln
18241 \end_layout
18242
18243 \end_inset
18244
18245
18246 \begin_inset Note Note
18247 status open
18248
18249 \begin_layout Plain Layout
18250 La siguiente sección sólo se mostrará en pantalla si está instalado el paquete
18251  LaTeX 
18252 \series bold
18253 arydshln
18254 \series default
18255 .
18256 \end_layout
18257
18258 \end_inset
18259
18260
18261 \end_layout
18262
18263 \begin_layout Standard
18264 \begin_inset Float table
18265 placement H
18266 wide false
18267 sideways false
18268 status open
18269
18270 \begin_layout Plain Layout
18271 \begin_inset Caption
18272
18273 \begin_layout Plain Layout
18274 \begin_inset CommandInset label
18275 LatexCommand label
18276 name "tab:Tabla-con-trazos"
18277
18278 \end_inset
18279
18280 Tabla con líneas de trazos
18281 \end_layout
18282
18283 \end_inset
18284
18285
18286 \end_layout
18287
18288 \begin_layout Plain Layout
18289 \align center
18290 \begin_inset Tabular
18291 <lyxtabular version="3" rows="5" columns="5">
18292 <features>
18293 <column alignment="center" valignment="top" width="0">
18294 <column alignment="center" valignment="top" width="0">
18295 <column alignment="center" valignment="top" width="0" special=":c">
18296 <column alignment="center" valignment="top" width="0">
18297 <column alignment="center" valignment="top" width="0">
18298 <row>
18299 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
18300 \begin_inset Text
18301
18302 \begin_layout Plain Layout
18303 a
18304 \end_layout
18305
18306 \end_inset
18307 </cell>
18308 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
18309 \begin_inset Text
18310
18311 \begin_layout Plain Layout
18312 b
18313 \end_layout
18314
18315 \end_inset
18316 </cell>
18317 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
18318 \begin_inset Text
18319
18320 \begin_layout Plain Layout
18321 c
18322 \end_layout
18323
18324 \end_inset
18325 </cell>
18326 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
18327 \begin_inset Text
18328
18329 \begin_layout Plain Layout
18330 d
18331 \end_layout
18332
18333 \end_inset
18334 </cell>
18335 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
18336 \begin_inset Text
18337
18338 \begin_layout Plain Layout
18339 e
18340 \end_layout
18341
18342 \end_inset
18343 </cell>
18344 </row>
18345 <row>
18346 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18347 \begin_inset Text
18348
18349 \begin_layout Plain Layout
18350 f
18351 \end_layout
18352
18353 \end_inset
18354 </cell>
18355 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18356 \begin_inset Text
18357
18358 \begin_layout Plain Layout
18359 g
18360 \end_layout
18361
18362 \end_inset
18363 </cell>
18364 <cell alignment="center" valignment="top" topline="true" usebox="none">
18365 \begin_inset Text
18366
18367 \begin_layout Plain Layout
18368 h
18369 \end_layout
18370
18371 \end_inset
18372 </cell>
18373 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18374 \begin_inset Text
18375
18376 \begin_layout Plain Layout
18377 i
18378 \end_layout
18379
18380 \end_inset
18381 </cell>
18382 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
18383 \begin_inset Text
18384
18385 \begin_layout Plain Layout
18386 j
18387 \end_layout
18388
18389 \end_inset
18390 </cell>
18391 </row>
18392 <row>
18393 <cell alignment="center" valignment="top" leftline="true" usebox="none">
18394 \begin_inset Text
18395
18396 \begin_layout Plain Layout
18397 \begin_inset ERT
18398 status collapsed
18399
18400 \begin_layout Plain Layout
18401
18402
18403 \backslash
18404 hdashline 
18405 \end_layout
18406
18407 \end_inset
18408
18409 k
18410 \end_layout
18411
18412 \end_inset
18413 </cell>
18414 <cell alignment="center" valignment="top" leftline="true" usebox="none">
18415 \begin_inset Text
18416
18417 \begin_layout Plain Layout
18418 l
18419 \end_layout
18420
18421 \end_inset
18422 </cell>
18423 <cell alignment="center" valignment="top" usebox="none">
18424 \begin_inset Text
18425
18426 \begin_layout Plain Layout
18427 m
18428 \end_layout
18429
18430 \end_inset
18431 </cell>
18432 <cell alignment="center" valignment="top" leftline="true" usebox="none">
18433 \begin_inset Text
18434
18435 \begin_layout Plain Layout
18436 n
18437 \end_layout
18438
18439 \end_inset
18440 </cell>
18441 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
18442 \begin_inset Text
18443
18444 \begin_layout Plain Layout
18445 o
18446 \end_layout
18447
18448 \end_inset
18449 </cell>
18450 </row>
18451 <row>
18452 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18453 \begin_inset Text
18454
18455 \begin_layout Plain Layout
18456 \begin_inset ERT
18457 status collapsed
18458
18459 \begin_layout Plain Layout
18460
18461
18462 \backslash
18463 cdashline{4-5}
18464 \end_layout
18465
18466 \end_inset
18467
18468 p
18469 \end_layout
18470
18471 \end_inset
18472 </cell>
18473 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18474 \begin_inset Text
18475
18476 \begin_layout Plain Layout
18477 q
18478 \end_layout
18479
18480 \end_inset
18481 </cell>
18482 <cell alignment="center" valignment="top" topline="true" usebox="none" special="c:">
18483 \begin_inset Text
18484
18485 \begin_layout Plain Layout
18486 r
18487 \end_layout
18488
18489 \end_inset
18490 </cell>
18491 <cell multicolumn="1" alignment="center" valignment="top" leftline="true" rightline="true" usebox="none" special="c:">
18492 \begin_inset Text
18493
18494 \begin_layout Plain Layout
18495 s
18496 \end_layout
18497
18498 \end_inset
18499 </cell>
18500 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
18501 \begin_inset Text
18502
18503 \begin_layout Plain Layout
18504
18505 \end_layout
18506
18507 \end_inset
18508 </cell>
18509 </row>
18510 <row>
18511 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
18512 \begin_inset Text
18513
18514 \begin_layout Plain Layout
18515 t
18516 \end_layout
18517
18518 \end_inset
18519 </cell>
18520 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
18521 \begin_inset Text
18522
18523 \begin_layout Plain Layout
18524 u
18525 \end_layout
18526
18527 \end_inset
18528 </cell>
18529 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
18530 \begin_inset Text
18531
18532 \begin_layout Plain Layout
18533 v
18534 \end_layout
18535
18536 \end_inset
18537 </cell>
18538 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
18539 \begin_inset Text
18540
18541 \begin_layout Plain Layout
18542 w
18543 \end_layout
18544
18545 \end_inset
18546 </cell>
18547 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
18548 \begin_inset Text
18549
18550 \begin_layout Plain Layout
18551 x
18552 \end_layout
18553
18554 \end_inset
18555 </cell>
18556 </row>
18557 </lyxtabular>
18558
18559 \end_inset
18560
18561
18562 \end_layout
18563
18564 \end_inset
18565
18566
18567 \end_layout
18568
18569 \begin_layout Standard
18570 En principio LyX no soporta líneas de trazos, hay que usar código TeX.
18571  Hay que cargar antes en el preámbulo del documento el paquete LaTeX 
18572 \series bold
18573 arydshln
18574 \series default
18575
18576 \begin_inset Index
18577 status collapsed
18578
18579 \begin_layout Plain Layout
18580 LaTeX-paquetes ! arydshln
18581 \end_layout
18582
18583 \end_inset
18584
18585  
18586 \end_layout
18587
18588 \begin_layout Standard
18589
18590 \series bold
18591
18592 \backslash
18593 usepackage{arydshln}
18594 \end_layout
18595
18596 \begin_layout Standard
18597 Para hacer una línea vertical a trazos, introduce dos puntos «
18598 \series bold
18599 :
18600 \series default
18601 » junto con el carácter para alineación horizontal como argumento LaTeX
18602  en el diálogo de celda de tabla.
18603 \end_layout
18604
18605 \begin_layout Standard
18606 Para una línea de trazos horizontal añade el comando
18607 \end_layout
18608
18609 \begin_layout Standard
18610
18611 \series bold
18612
18613 \backslash
18614 hdashline
18615 \end_layout
18616
18617 \begin_layout Standard
18618 en código TeX como primer elemento de la primera celda en la fila.
18619 \end_layout
18620
18621 \begin_layout Standard
18622 Para líneas de trazos en multicolumna usa el comando
18623 \end_layout
18624
18625 \begin_layout Standard
18626
18627 \series bold
18628
18629 \backslash
18630 cdashline{número de líneas}
18631 \end_layout
18632
18633 \begin_layout Standard
18634 en código TeX como primer elemento de la primera celda en la fila.
18635  Si por ejemplo tienes una multicolumna extendida sobre las columnas 2 a
18636  4 y quieres una línea de trazos por encima, añade el comando
18637 \end_layout
18638
18639 \begin_layout Standard
18640
18641 \series bold
18642
18643 \backslash
18644 cdashline{2-4}
18645 \end_layout
18646
18647 \begin_layout Standard
18648 como primer elemento de la primera celda en la fila de la multicolumna.
18649 \end_layout
18650
18651 \begin_layout Standard
18652 \begin_inset VSpace bigskip
18653 \end_inset
18654
18655
18656 \end_layout
18657
18658 \begin_layout Standard
18659 La tabla
18660 \begin_inset space ~
18661 \end_inset
18662
18663
18664 \begin_inset CommandInset ref
18665 LatexCommand ref
18666 reference "tab:Tabla-con-trazos"
18667
18668 \end_inset
18669
18670  se ha hecho usando «
18671 \series bold
18672 :c
18673 \series default
18674 » como argumento LaTeX de la tercera columna.
18675  El comando en código TeX 
18676 \series bold
18677
18678 \backslash
18679 hdashline
18680 \series default
18681  se ha insertado en la primera celda de la tercera fila y el comando en
18682  código TeX
18683 \begin_inset Newline newline
18684 \end_inset
18685
18686
18687 \series bold
18688
18689 \backslash
18690 cdashline{4-5}
18691 \series default
18692  en la primera celda de la cuarta fila.
18693 \end_layout
18694
18695 \begin_layout Standard
18696 \begin_inset Note Greyedout
18697 status open
18698
18699 \begin_layout Plain Layout
18700
18701 \series bold
18702 Nota:
18703 \series default
18704  Aparentemente el paquete LaTeX 
18705 \series bold
18706 arydshln
18707 \series default
18708  no es compatible con el paquete LaTeX 
18709 \series bold
18710 colortbl
18711 \series default
18712
18713 \begin_inset Index
18714 status collapsed
18715
18716 \begin_layout Plain Layout
18717 LaTeX-paquetes ! colortbl
18718 \end_layout
18719
18720 \end_inset
18721
18722  que se usa para tablas coloreadas en la sección
18723 \begin_inset space ~
18724 \end_inset
18725
18726
18727 \begin_inset CommandInset ref
18728 LatexCommand ref
18729 reference "sec:Tablas-Coloreadas"
18730
18731 \end_inset
18732
18733 .
18734  Esto implica que las tablas coloreadas no pueden tener líneas de trazos.
18735 \end_layout
18736
18737 \end_inset
18738
18739
18740 \end_layout
18741
18742 \begin_layout Standard
18743 \begin_inset ERT
18744 status collapsed
18745
18746 \begin_layout Plain Layout
18747
18748
18749 \backslash
18750 else
18751 \end_layout
18752
18753 \end_inset
18754
18755
18756 \begin_inset Note Note
18757 status open
18758
18759 \begin_layout Plain Layout
18760 Lo siguiente se mostrará en pantalla si no está instalado el paquete LaTeX
18761  
18762 \series bold
18763 arydshln
18764 \series default
18765 .
18766 \end_layout
18767
18768 \end_inset
18769
18770
18771 \end_layout
18772
18773 \begin_layout Standard
18774 Debes instalar el paquete LaTeX 
18775 \series bold
18776 arydshln
18777 \series default
18778  para ver la parte siguiente en la salida.
18779 \end_layout
18780
18781 \begin_layout Standard
18782 \begin_inset ERT
18783 status collapsed
18784
18785 \begin_layout Plain Layout
18786
18787
18788 \backslash
18789 fi
18790 \end_layout
18791
18792 \end_inset
18793
18794
18795 \end_layout
18796
18797 \begin_layout Chapter
18798 Flotantes
18799 \begin_inset CommandInset label
18800 LatexCommand label
18801 name "cha:Flotantes"
18802
18803 \end_inset
18804
18805
18806 \begin_inset Index
18807 status collapsed
18808
18809 \begin_layout Plain Layout
18810 Flotantes
18811 \end_layout
18812
18813 \end_inset
18814
18815
18816 \end_layout
18817
18818 \begin_layout Section
18819 Introducción
18820 \begin_inset CommandInset label
18821 LatexCommand label
18822 name "sec:Introducción-Flotantes"
18823
18824 \end_inset
18825
18826
18827 \begin_inset Index
18828 status collapsed
18829
18830 \begin_layout Plain Layout
18831 Flotantes ! Introducción
18832 \end_layout
18833
18834 \end_inset
18835
18836
18837 \end_layout
18838
18839 \begin_layout Standard
18840 Un flotante es un bloque de texto asociado con algún tipo de etiqueta que
18841  no tiene posición fija.
18842  Puede «flotar» adelante o atrás una o dos páginas, donde encaje mejor.
18843  Las 
18844 \family sans
18845 Notas
18846 \begin_inset space ~
18847 \end_inset
18848
18849 al
18850 \begin_inset space ~
18851 \end_inset
18852
18853 pie
18854 \family default
18855  y 
18856 \family sans
18857 Notas
18858 \begin_inset space ~
18859 \end_inset
18860
18861 al
18862 \begin_inset space ~
18863 \end_inset
18864
18865 margen
18866 \family default
18867  también son flotantes, porque pueden flotar a la página siguiente cuando
18868  hay demasiadas notas en la página.
18869 \end_layout
18870
18871 \begin_layout Standard
18872 Los flotantes permiten composiciones de alta calidad.
18873  Imágenes y tablas se pueden distribuir equitativamente en las páginas para
18874  impedir espacios en blanco y páginas sin texto.
18875  Como el flotante destruye a menudo el contexto entre texto e imagen o tabla,
18876  cada flotante puede ser referenciado en el texto.
18877  Por lo tanto los flotantes están numerados.
18878  Las referencias se describen en la sección
18879 \begin_inset space ~
18880 \end_inset
18881
18882
18883 \begin_inset CommandInset ref
18884 LatexCommand ref
18885 reference "sec:Referencias-a-Flotantes"
18886
18887 \end_inset
18888
18889 .
18890 \end_layout
18891
18892 \begin_layout Standard
18893 Para insertar un flotante, usa el menú 
18894 \family sans
18895 Insertar\SpecialChar \menuseparator
18896 Flotante
18897 \family default
18898 .
18899  Esto inserta una 
18900 \family sans
18901 Leyenda,
18902 \family default
18903  un cuadro con una etiqueta.
18904  La etiqueta se traducirá automáticamente al idioma del documento.
18905  Tras la etiqueta puedes insertar el texto de la leyenda.
18906  La imagen o tabla se inserta encima o debajo de la leyenda en un párrafo
18907  separado dentro del flotante.
18908  La colocación de leyendas se describe en la sección
18909 \begin_inset space ~
18910 \end_inset
18911
18912
18913 \begin_inset CommandInset ref
18914 LatexCommand ref
18915 reference "sec:Colocación-de-leyendas"
18916
18917 \end_inset
18918
18919 .
18920  Para mantener legible el documento LyX, puedes abrir y cerrar el flotante
18921  con clic-izquierdo sobre él.
18922  Un cuadro cerrado se muestra así: 
18923 \begin_inset Graphics
18924         filename clipart/flotanteQt4.png
18925         scale 70
18926
18927 \end_inset
18928
18929  ---un cuadro gris con etiqueta en rojo---.
18930 \end_layout
18931
18932 \begin_layout Standard
18933 Se recomienda insertar flotantes como párrafos separados para evitar posibles
18934  errores de LaTeX si el texto circundante se formatea de modo especial.
18935 \end_layout
18936
18937 \begin_layout Standard
18938 Figuras o tablas ya existentes pueden ponerse en un flotante marcándolas
18939  y pinchando el botón correspondiente de la barra de herramientas para un
18940  flotante nuevo.
18941 \end_layout
18942
18943 \begin_layout Section
18944 Tipos de flotantes
18945 \end_layout
18946
18947 \begin_layout Standard
18948 Además de los flotantes de imagen y de tabla que se describen en la sección
18949 \begin_inset space ~
18950 \end_inset
18951
18952
18953 \begin_inset CommandInset ref
18954 LatexCommand ref
18955 reference "sec:Figuras-Flotantes"
18956
18957 \end_inset
18958
18959  y 
18960 \begin_inset CommandInset ref
18961 LatexCommand ref
18962 reference "sec:Tablas-Flotantes"
18963
18964 \end_inset
18965
18966 , respectivamente, LyX ofrece los tipos 
18967 \series bold
18968 Algoritmo
18969 \series default
18970  y 
18971 \series bold
18972 Envoltorio
18973 \series default
18974 .
18975 \end_layout
18976
18977 \begin_layout Subsection
18978 Algoritmos flotantes
18979 \begin_inset Index
18980 status collapsed
18981
18982 \begin_layout Plain Layout
18983 Flotantes ! Algoritmos
18984 \end_layout
18985
18986 \end_inset
18987
18988
18989 \begin_inset CommandInset label
18990 LatexCommand label
18991 name "sub:Algoritmos-Flotantes"
18992
18993 \end_inset
18994
18995
18996 \end_layout
18997
18998 \begin_layout Standard
18999 \begin_inset Float algorithm
19000 placement h
19001 wide false
19002 sideways false
19003 status open
19004
19005 \begin_layout Plain Layout
19006 \begin_inset Caption
19007
19008 \begin_layout Plain Layout
19009 \begin_inset CommandInset label
19010 LatexCommand label
19011 name "alg:Ejemplo-de-Algoritmo-flotante"
19012
19013 \end_inset
19014
19015 Ejemplo de algoritmo flotante
19016 \end_layout
19017
19018 \end_inset
19019
19020
19021 \end_layout
19022
19023 \begin_layout LyX-Code
19024 for I in 1..N loop
19025 \begin_inset Newline newline
19026 \end_inset
19027
19028  Sum:= Sum + A(I); /*comment*/
19029 \begin_inset Newline newline
19030 \end_inset
19031
19032 end loop
19033 \begin_inset VSpace -4mm
19034 \end_inset
19035
19036
19037 \end_layout
19038
19039 \end_inset
19040
19041
19042 \end_layout
19043
19044 \begin_layout Standard
19045 Este tipo de flotante se inserta con el menú 
19046 \family sans
19047 Insertar\SpecialChar \menuseparator
19048 Flotante\SpecialChar \menuseparator
19049 Algoritmo
19050 \family default
19051 .
19052  Se usa para códigos y descripciones de algoritmos.
19053  Un posible entorno para algoritmos es 
19054 \family sans
19055 Código-LyX
19056 \family default
19057 , descrito en la 
19058 \emph on
19059 Guía del usuario
19060 \emph default
19061  de LyX.
19062  El algoritmo
19063 \begin_inset space ~
19064 \end_inset
19065
19066
19067 \begin_inset CommandInset ref
19068 LatexCommand ref
19069 reference "alg:Ejemplo-de-Algoritmo-flotante"
19070
19071 \end_inset
19072
19073  es un ejemplo de algoritmo flotante en el que se ha añadido un espacio
19074  vertical de -4
19075 \begin_inset space \thinspace{}
19076 \end_inset
19077
19078 mm al final para tener la línea inferior exactamente bajo la última línea
19079  de texto.
19080 \end_layout
19081
19082 \begin_layout Standard
19083 La etiqueta de flotante no se traduce automáticamente al lenguaje del documento.
19084  Hay que hacerlo manualmente añadiendo al preámbulo del documento la línea:
19085 \end_layout
19086
19087 \begin_layout Standard
19088
19089 \series bold
19090
19091 \backslash
19092 floatname{algorithm}{nombre}
19093 \end_layout
19094
19095 \begin_layout Standard
19096 donde 
19097 \family sans
19098 nombre
19099 \family default
19100  es la palabra «
19101 \emph on
19102 algorithm
19103 \emph default
19104 » en el lenguaje deseado.
19105 \end_layout
19106
19107 \begin_layout Standard
19108 En estos casos, para insertar la lista de algoritmos no puedes usar el menú
19109  
19110 \family sans
19111 Insertar\SpecialChar \menuseparator
19112 Lista/IG\SpecialChar \menuseparator
19113 Lista de algoritmos
19114 \family default
19115  como en documentos en inglés.
19116  Para documentos en otro idioma usa en su lugar el comando en código TeX:
19117 \end_layout
19118
19119 \begin_layout Standard
19120
19121 \series bold
19122
19123 \backslash
19124 listof{algorithm}{nombre}
19125 \end_layout
19126
19127 \begin_layout Standard
19128 donde 
19129 \family sans
19130 nombre
19131 \family default
19132  es «
19133 \emph on
19134 List of algorithms
19135 \emph default
19136 » en tu idioma.
19137 \end_layout
19138
19139 \begin_layout Standard
19140 Los algoritmos flotantes no se numeran por omisión según el esquema habitual
19141  para tablas e imágenes flotantes en muchas clases de documento, «capítulo.algori
19142 tmo».
19143  Para numerarlos con ese esquema, añade este comando en el preámbulo del
19144  documento:
19145 \end_layout
19146
19147 \begin_layout Standard
19148
19149 \series bold
19150
19151 \backslash
19152 numberwithin{algorithm}{chapter}
19153 \end_layout
19154
19155 \begin_layout Standard
19156 Para poder usar el comando 
19157 \series bold
19158
19159 \backslash
19160 numberwithin
19161 \series default
19162 , marca la opción 
19163 \family sans
19164 Usar
19165 \begin_inset space ~
19166 \end_inset
19167
19168 el
19169 \begin_inset space ~
19170 \end_inset
19171
19172 paquete
19173 \begin_inset space ~
19174 \end_inset
19175
19176 AMS
19177 \family default
19178  en el menú 
19179 \family sans
19180 Documento\SpecialChar \menuseparator
19181 Configuración\SpecialChar \menuseparator
19182 Ecuaciones
19183 \family default
19184 .
19185 \end_layout
19186
19187 \begin_layout Subsection
19188 Envoltorios flotantes
19189 \begin_inset Index
19190 status open
19191
19192 \begin_layout Plain Layout
19193 Flotantes ! Envoltorio
19194 \end_layout
19195
19196 \end_inset
19197
19198
19199 \begin_inset CommandInset label
19200 LatexCommand label
19201 name "sub:Envoltorio-flotante"
19202
19203 \end_inset
19204
19205
19206 \end_layout
19207
19208 \begin_layout Standard
19209 \begin_inset Wrap figure
19210 lines 0
19211 placement l
19212 overhang 1cm
19213 width "40col%"
19214 status open
19215
19216 \begin_layout Plain Layout
19217 \begin_inset Graphics
19218         filename ../clipart/mobius.eps
19219         width 40col%
19220         rotateOrigin center
19221
19222 \end_inset
19223
19224
19225 \end_layout
19226
19227 \begin_layout Plain Layout
19228 \begin_inset Caption
19229
19230 \begin_layout Plain Layout
19231 \begin_inset CommandInset label
19232 LatexCommand label
19233 name "fig:Envoltorio-de-figura"
19234
19235 \end_inset
19236
19237 Figura envuelta en el texto
19238 \end_layout
19239
19240 \end_inset
19241
19242
19243 \end_layout
19244
19245 \end_inset
19246
19247  Este tipo de flotante se usa para adosar una figura o una tabla al texto,
19248  de modo que ocupe sólo una parte del ancho de columna.
19249  Se inserta con el menú 
19250 \family sans
19251 Insertar\SpecialChar \menuseparator
19252 Flotante\SpecialChar \menuseparator
19253 Envoltorio
19254 \begin_inset space ~
19255 \end_inset
19256
19257 de
19258 \begin_inset space ~
19259 \end_inset
19260
19261 figura
19262 \family default
19263  o 
19264 \family sans
19265 Envoltorio
19266 \begin_inset space ~
19267 \end_inset
19268
19269 de
19270 \begin_inset space ~
19271 \end_inset
19272
19273 tabla
19274 \family default
19275  si está instalado el paquete LaTeX 
19276 \series bold
19277 wrapfig
19278 \series default
19279
19280 \begin_inset Index
19281 status collapsed
19282
19283 \begin_layout Plain Layout
19284 LaTeX-paquetes ! wrapfig
19285 \begin_inset ERT
19286 status collapsed
19287
19288 \begin_layout Plain Layout
19289
19290
19291 \backslash
19292 vspace{4mm}
19293 \end_layout
19294
19295 \end_inset
19296
19297
19298 \end_layout
19299
19300 \end_inset
19301
19302 .
19303 \begin_inset Foot
19304 status collapsed
19305
19306 \begin_layout Plain Layout
19307 La instalación de paquetes LaTeX se explica en el manual 
19308 \emph on
19309 Configuración de LaTeX
19310 \emph default
19311 .
19312 \end_layout
19313
19314 \end_inset
19315
19316  Los parámetros del flotante se pueden modificar en el diálogo que se muestra
19317  con clic-derecha sobre el cuadro del flotante.
19318  Son obligatorios la 
19319 \family sans
19320 Ubicación
19321 \family default
19322  y la 
19323 \family sans
19324 Anchura
19325 \family default
19326 .
19327  Son opcionales 
19328 \family sans
19329 Overhang
19330 \family default
19331 , que especifica la anchura de invasión del margen, y 
19332 \family sans
19333 Extender
19334 \begin_inset space ~
19335 \end_inset
19336
19337 líneas
19338 \family default
19339 , que indica cuántas líneas de texto necesitará aproximadamente el flotante.
19340  Como suele ser difícil estimar el número de líneas, lo mejor es usar esta
19341  opción sólo si encuentras problemas en la colocación del flotante.
19342  Además puedes decidir si permitir que LaTeX deje flotar el flotante dentro
19343  del párrafo o en los párrafos adyacentes.
19344  La figura
19345 \begin_inset space ~
19346 \end_inset
19347
19348
19349 \begin_inset CommandInset ref
19350 LatexCommand ref
19351 reference "fig:Envoltorio-de-figura"
19352
19353 \end_inset
19354
19355  es un ejemplo de envoltorio con una anchura de columna del 40
19356 \begin_inset space \thinspace{}
19357 \end_inset
19358
19359 %, ubicado a la izquierda y 1
19360 \begin_inset space \thinspace{}
19361 \end_inset
19362
19363 cm de invasión de margen.
19364 \begin_inset Foot
19365 status collapsed
19366
19367 \begin_layout Plain Layout
19368 Consulta las unidades disponibles en el apéndice
19369 \begin_inset space ~
19370 \end_inset
19371
19372
19373 \begin_inset CommandInset ref
19374 LatexCommand ref
19375 reference "cha:Unidades-disponibles-en"
19376
19377 \end_inset
19378
19379 .
19380 \end_layout
19381
19382 \end_inset
19383
19384
19385 \end_layout
19386
19387 \begin_layout Standard
19388 \begin_inset Note Greyedout
19389 status open
19390
19391 \begin_layout Plain Layout
19392
19393 \series bold
19394 Nota:
19395 \series default
19396  ¡Los envoltorios flotantes son frágiles! P.
19397 \begin_inset space \thinspace{}
19398 \end_inset
19399
19400 e.
19401 \begin_inset space ~
19402 \end_inset
19403
19404 si una figura está demasiado cerca de la parte inferior de la página se
19405  pueden perder cosas en el proceso de salida: el flotante puede no aparecer
19406  o situarse junto a otro texto.
19407 \end_layout
19408
19409 \end_inset
19410
19411
19412 \end_layout
19413
19414 \begin_layout Standard
19415 En general:
19416 \end_layout
19417
19418 \begin_layout Itemize
19419 Los flotantes envueltos no deberían situarse en párrafos que van sobre un
19420  salto de página.
19421  Esto implica que lo mejor es insertarlos en el sitio exacto cuando el documento
19422  esté casi listo y puedas prever los saltos de página.
19423 \end_layout
19424
19425 \begin_layout Itemize
19426 Los flotantes envueltos deberían situarse, bien en un párrafo propio antes
19427  del párrafo al que deben ajustarse, o bien dentro de un párrafo.
19428 \end_layout
19429
19430 \begin_layout Itemize
19431 Los flotantes envueltos en párrafos consecutivos pueden dar problemas, así
19432  que asegura que hay un párrafo de texto entre ellos.
19433 \end_layout
19434
19435 \begin_layout Itemize
19436 Los flotantes envueltos no están permitidos en cabeceras de sección o tablas.
19437 \end_layout
19438
19439 \begin_layout Section
19440 Numeración de flotantes
19441 \begin_inset CommandInset label
19442 LatexCommand label
19443 name "sec:Numeración-de-flotantes"
19444
19445 \end_inset
19446
19447
19448 \begin_inset Index
19449 status collapsed
19450
19451 \begin_layout Plain Layout
19452 Flotantes ! Numeración
19453 \end_layout
19454
19455 \end_inset
19456
19457
19458 \end_layout
19459
19460 \begin_layout Standard
19461 En general, los flotantes se numeran independientemente de las secciones
19462  en las que se encuentran o según el esquema «capítulo.número» o «sección.número»,
19463  dependiendo de la clase de documento utilizada.
19464 \end_layout
19465
19466 \begin_layout Standard
19467 Para cambiar la numeración independiente de la sección, puedes usar el siguiente
19468  comando en el preámbulo del documento:
19469 \end_layout
19470
19471 \begin_layout Standard
19472
19473 \series bold
19474
19475 \backslash
19476 renewcommand{
19477 \backslash
19478 thetable}{
19479 \backslash
19480 roman{table}}
19481 \end_layout
19482
19483 \begin_layout Standard
19484
19485 \series bold
19486
19487 \backslash
19488 thetable 
19489 \series default
19490 es el comando que imprime el número de la tabla, para figuras flotantes
19491  el comando sería 
19492 \series bold
19493
19494 \backslash
19495 thefigure
19496 \series default
19497 .
19498  El comando 
19499 \series bold
19500
19501 \backslash
19502 roman
19503 \series default
19504  imprime el número de tabla en números romanos en minúscula.
19505 \end_layout
19506
19507 \begin_layout Standard
19508 Para cambiar el esquema de numeración, por ejemplo a «subsección.número»,
19509  usa este comando en el preámbulo:
19510 \end_layout
19511
19512 \begin_layout Standard
19513
19514 \series bold
19515
19516 \backslash
19517 numberwithin{table}{subsection}
19518 \end_layout
19519
19520 \begin_layout Standard
19521 Para poder usar el comando 
19522 \series bold
19523
19524 \backslash
19525 numberwithin
19526 \series default
19527 , debes marcar la opción 
19528 \family sans
19529 Usar
19530 \begin_inset space ~
19531 \end_inset
19532
19533 el
19534 \begin_inset space ~
19535 \end_inset
19536
19537 paquete
19538 \begin_inset space ~
19539 \end_inset
19540
19541 AMS 
19542 \family default
19543 en el apartado 
19544 \family sans
19545 Ecuaciones 
19546 \family default
19547 de las preferencias del documento.
19548 \end_layout
19549
19550 \begin_layout Standard
19551 Puedes ver más detalles y notas importantes sobre comandos de numeración
19552  en la sección
19553 \begin_inset space ~
19554 \end_inset
19555
19556
19557 \begin_inset CommandInset ref
19558 LatexCommand ref
19559 reference "sub:Numeración-de-Notas-al-Pie"
19560
19561 \end_inset
19562
19563 .
19564 \end_layout
19565
19566 \begin_layout Section
19567 Referencias a flotantes
19568 \begin_inset CommandInset label
19569 LatexCommand label
19570 name "sec:Referencias-a-Flotantes"
19571
19572 \end_inset
19573
19574
19575 \begin_inset Index
19576 status collapsed
19577
19578 \begin_layout Plain Layout
19579 Flotantes ! Referencias
19580 \end_layout
19581
19582 \end_inset
19583
19584
19585 \begin_inset Index
19586 status collapsed
19587
19588 \begin_layout Plain Layout
19589 Referencias ! a flotantes
19590 \end_layout
19591
19592 \end_inset
19593
19594
19595 \end_layout
19596
19597 \begin_layout Standard
19598 Para referirse a un flotante, inserta una etiqueta en su leyenda con el
19599  menú 
19600 \family sans
19601 Insertar\SpecialChar \menuseparator
19602 Etiqueta
19603 \family default
19604  o el botón 
19605 \begin_inset Graphics
19606         filename ../../images/label-insert.png
19607         scale 85
19608
19609 \end_inset
19610
19611 .
19612  Aparece una ventana esperando la introducción del texto de la etiqueta
19613  y se inserta un cuadro gris como este: 
19614 \begin_inset Graphics
19615         filename clipart/etiquetaQt4.png
19616         scale 85
19617
19618 \end_inset
19619
19620 .
19621  LyX ofrece como texto las primeras palabras de la leyenda con un prefijo.
19622  El prefijo depende del tipo de flotante, p.
19623 \begin_inset space \thinspace{}
19624 \end_inset
19625
19626 e.
19627 \begin_inset space ~
19628 \end_inset
19629
19630 para figuras el prefijo será «
19631 \family sans
19632 fig:
19633 \family default
19634 ».
19635 \end_layout
19636
19637 \begin_layout Standard
19638 La etiqueta se usa como ancla y el nombre para la referencia.
19639  Puedes referenciar la etiqueta usando el menú 
19640 \family sans
19641 Insertar\SpecialChar \menuseparator
19642 Referencia
19643 \family default
19644
19645 \begin_inset space ~
19646 \end_inset
19647
19648
19649 \family sans
19650 cruzada
19651 \family default
19652  o el botón 
19653 \begin_inset Graphics
19654         filename ../../images/dialog-show-new-inset_ref.png
19655         scale 85
19656
19657 \end_inset
19658
19659 .
19660  Aparece una ventana de referencia cruzada con todas las etiquetas del documento.
19661  Si tienes abiertos varios documentos LyX, escoge aquel con el  que estás
19662  trabajando de la lista desplegable de la parte superior del diálogo.
19663  Puedes ordenar las etiquetas alfabéticamente y elegir una.
19664  Se inserta un cuadro gris como este: 
19665 \begin_inset Graphics
19666         filename clipart/referenciaQt4.png
19667         scale 85
19668
19669 \end_inset
19670
19671 .
19672  En la salida, en lugar de este cuadro aparecerá el número de la referencia.
19673 \end_layout
19674
19675 \begin_layout Standard
19676 Se recomienda poner un espacio protegido entre el nombre de la referencia
19677  cruzada y su número para evitar saltos de línea entre ellos.
19678  Si una referencia cruzada corresponde a una etiqueta inexistente verás
19679  dos interrogaciones en la salida.
19680 \end_layout
19681
19682 \begin_layout Standard
19683 En cualquier momento puedes cambiar etiquetas pulsando sobre el cuadro.
19684  Las referencias a las etiquetas cambiadas cambian automáticamente su enlace
19685  al texto de la etiqueta nueva, no te ocupes por eso.
19686 \end_layout
19687
19688 \begin_layout Standard
19689 El botón 
19690 \family sans
19691 Ir
19692 \begin_inset space ~
19693 \end_inset
19694
19695 a
19696 \begin_inset space ~
19697 \end_inset
19698
19699 la
19700 \begin_inset space ~
19701 \end_inset
19702
19703 etiqueta
19704 \family default
19705  en la ventana de referencia cruzada lleva el cursor hasta dicha etiqueta,
19706  y el texto del botón cambia a 
19707 \family sans
19708 Volver
19709 \family default
19710 , con el que se puede retornar a la referencia.
19711  Clic-derecho sobre el cuadro de la referencia también lleva el cursor hasta
19712  la etiqueta pero sin opción de volver.
19713 \end_layout
19714
19715 \begin_layout Subsection
19716 Formatos de referencia cruzada
19717 \begin_inset CommandInset label
19718 LatexCommand label
19719 name "sub:Formatos-referencia-cruzada"
19720
19721 \end_inset
19722
19723
19724 \begin_inset Index
19725 status collapsed
19726
19727 \begin_layout Plain Layout
19728 Referencias ! Formatos
19729 \end_layout
19730
19731 \end_inset
19732
19733
19734 \end_layout
19735
19736 \begin_layout Standard
19737 Hay seis variedades de referencias cruzadas:
19738 \end_layout
19739
19740 \begin_layout Description
19741 <referencia>: imprime el número flotante, esta es la opción predeterminada:
19742  
19743 \begin_inset CommandInset ref
19744 LatexCommand ref
19745 reference "fig:Dos-imágenes-distorsionadas"
19746
19747 \end_inset
19748
19749
19750 \end_layout
19751
19752 \begin_layout Description
19753 (<referencia>): imprime el número flotante entre paréntesis, es el estilo
19754  habitual para referirse a fórmulas, especialmente si se omite el nombre
19755  «Ecuación»: 
19756 \begin_inset CommandInset ref
19757 LatexCommand eqref
19758 reference "eq:Wgn"
19759
19760 \end_inset
19761
19762
19763 \end_layout
19764
19765 \begin_layout Description
19766 <página>: imprime el número de página: Página
19767 \begin_inset space ~
19768 \end_inset
19769
19770
19771 \begin_inset CommandInset ref
19772 LatexCommand pageref
19773 reference "fig:Dos-imágenes-distorsionadas"
19774
19775 \end_inset
19776
19777
19778 \end_layout
19779
19780 \begin_layout Description
19781 en
19782 \begin_inset space ~
19783 \end_inset
19784
19785 página
19786 \begin_inset space ~
19787 \end_inset
19788
19789 <página>: imprime el texto «en la página» y el número de página: 
19790 \begin_inset CommandInset ref
19791 LatexCommand vpageref
19792 reference "fig:Dos-imágenes-distorsionadas"
19793
19794 \end_inset
19795
19796
19797 \end_layout
19798
19799 \begin_layout Description
19800 <referencia>
19801 \begin_inset space ~
19802 \end_inset
19803
19804 en
19805 \begin_inset space ~
19806 \end_inset
19807
19808 página
19809 \begin_inset space ~
19810 \end_inset
19811
19812 <página>: imprime el número flotante, el texto «en la página» y el número
19813  de página: 
19814 \begin_inset CommandInset ref
19815 LatexCommand vref
19816 reference "fig:Dos-imágenes-distorsionadas"
19817
19818 \end_inset
19819
19820
19821 \end_layout
19822
19823 \begin_layout Description
19824 Referencia
19825 \begin_inset space ~
19826 \end_inset
19827
19828 con
19829 \begin_inset space ~
19830 \end_inset
19831
19832 formato: imprime un formato personalizado.
19833  
19834 \begin_inset Note Greyedout
19835 status open
19836
19837 \begin_layout Plain Layout
19838
19839 \series bold
19840 Nota:
19841 \series default
19842  Esta característica sólo está disponible si está instalado el paquete LaTeX
19843  
19844 \series bold
19845 prettyref
19846 \series default
19847 .
19848 \end_layout
19849
19850 \end_inset
19851
19852
19853 \end_layout
19854
19855 \begin_layout Standard
19856 Ten en cuenta que el estilo <página>
19857 \begin_inset space \thinspace{}
19858 \end_inset
19859
19860  no imprime el número si la etiqueta está en la misma página, en la anterior
19861  o en la siguiente.
19862  En su lugar verás p.
19863 \begin_inset space \thinspace{}
19864 \end_inset
19865
19866 e.
19867 \begin_inset space ~
19868 \end_inset
19869
19870 el texto «
19871 \family sans
19872 en esta página
19873 \family default
19874 ».
19875 \end_layout
19876
19877 \begin_layout Standard
19878 El número y página actual de la parte del documento referida es automáticamente
19879  calculado por LaTeX en la salida.
19880  Las variedades se ajustan en el campo 
19881 \family sans
19882 Formato
19883 \family default
19884  de la ventana de referencia cruzada, que aparece al pinchar sobre el cuadro.
19885 \end_layout
19886
19887 \begin_layout Subsection
19888 Designación automática de referencias
19889 \begin_inset Index
19890 status collapsed
19891
19892 \begin_layout Plain Layout
19893 Referencias ! Designación automática
19894 \end_layout
19895
19896 \end_inset
19897
19898
19899 \end_layout
19900
19901 \begin_layout Standard
19902 El paquete LaTeX 
19903 \series bold
19904 hyperref
19905 \series default
19906  dispone de una característica muy útil que permite incluir automáticamente
19907  en las referencias cruzadas el nombre de los flotantes referidos (o partes
19908  de texto como secciones).
19909  Quieres p.
19910 \begin_inset space \thinspace{}
19911 \end_inset
19912
19913 e.
19914 \begin_inset space ~
19915 \end_inset
19916
19917 escribir la palabra «Figura» antes de cada cuadro de referencia.
19918  Para conseguirlo debes cargar el paquete LaTeX 
19919 \series bold
19920 hyperref
19921 \series default
19922
19923 \begin_inset Index
19924 status collapsed
19925
19926 \begin_layout Plain Layout
19927 LaTeX-paquetes ! hyperref
19928 \end_layout
19929
19930 \end_inset
19931
19932  en el preámbulo del documento con
19933 \end_layout
19934
19935 \begin_layout Standard
19936
19937 \series bold
19938
19939 \backslash
19940 usepackage[pdfborder={0 0 0}]{hyperref}
19941 \begin_inset Newline newline
19942 \end_inset
19943
19944
19945 \backslash
19946 AtBeginDocument{
19947 \backslash
19948 renewcommand{
19949 \backslash
19950 ref}[1]{
19951 \backslash
19952 mbox{
19953 \backslash
19954 autoref{#1}}}}
19955 \end_layout
19956
19957 \begin_layout Standard
19958
19959 \series bold
19960 hyperref
19961 \series default
19962  se utiliza para enlazar referencias cruzadas en las salidas DVI y PDF,
19963  esto significa que el lector del documento podrá pinchar sobre una entrada
19964  de Índice o una referencia y será inmediatamente dirigido a esa parte del
19965  documento.
19966  
19967 \series bold
19968 hyperref
19969 \series default
19970  también crea marcadores PDF para cada sección para facilitar al lector
19971  la navegación por el documento.
19972  Esto también se ha usado en este documento pero si echas una ojeada al
19973  preámbulo encontrarás varias opciones en la carga de 
19974 \series bold
19975 hyperref
19976 \series default
19977 .
19978  Para aprender más sobre ello acude a la documentación del paquete 
19979 \begin_inset CommandInset citation
19980 LatexCommand cite
19981 key "hyperref"
19982
19983 \end_inset
19984
19985 .
19986 \end_layout
19987
19988 \begin_layout Standard
19989 \begin_inset Note Greyedout
19990 status open
19991
19992 \begin_layout Plain Layout
19993
19994 \series bold
19995 Nota:
19996 \series default
19997  La designación automática de referencias no puede usarse en el estilo 
19998 \family sans
19999 Referencia
20000 \begin_inset space ~
20001 \end_inset
20002
20003 con
20004 \begin_inset space ~
20005 \end_inset
20006
20007 formato
20008 \family default
20009 , descrita en la sección
20010 \begin_inset space ~
20011 \end_inset
20012
20013
20014 \begin_inset CommandInset ref
20015 LatexCommand ref
20016 reference "sub:Formatos-referencia-cruzada"
20017
20018 \end_inset
20019
20020 .
20021 \end_layout
20022
20023 \end_inset
20024
20025
20026 \end_layout
20027
20028 \begin_layout Subsection
20029 Colocación de referencias
20030 \begin_inset CommandInset label
20031 LatexCommand label
20032 name "sub:Colocación-de-Referencias"
20033
20034 \end_inset
20035
20036
20037 \begin_inset Index
20038 status collapsed
20039
20040 \begin_layout Plain Layout
20041 Referencias ! Colocación
20042 \end_layout
20043
20044 \end_inset
20045
20046
20047 \end_layout
20048
20049 \begin_layout Standard
20050 Si usas 
20051 \series bold
20052 hyperref
20053 \series default
20054
20055 \begin_inset Index
20056 status collapsed
20057
20058 \begin_layout Plain Layout
20059 LaTeX-paquetes ! hyperref
20060 \end_layout
20061
20062 \end_inset
20063
20064  para enlazar referencias cruzadas en la salida, verás que al pinchar sobre
20065  la referencia de una imagen flotante te lleva hasta la etiqueta de la imagen.
20066  La leyenda será la primera parte del texto en pantalla, de forma que para
20067  ver la imagen debes deslizar.
20068  Se debe a que el ancla de enlace de la referencia se sitúa en la etiqueta.
20069  Usando el paquete 
20070 \series bold
20071 hypcap
20072 \series default
20073
20074 \begin_inset Index
20075 status collapsed
20076
20077 \begin_layout Plain Layout
20078 LaTeX-paquetes ! hypcap
20079 \end_layout
20080
20081 \end_inset
20082
20083 , que forma parte del paquete LaTeX 
20084 \series bold
20085 oberdiek
20086 \series default
20087
20088 \begin_inset Index
20089 status collapsed
20090
20091 \begin_layout Plain Layout
20092 LaTeX-paquetes ! oberdiek
20093 \end_layout
20094
20095 \end_inset
20096
20097 , el ancla de enlace se sitúa al comienzo de un flotante.
20098  Para usar esta característica para figuras flotantes carga 
20099 \series bold
20100 hypcap
20101 \series default
20102  en el preámbulo con
20103 \end_layout
20104
20105 \begin_layout Standard
20106
20107 \series bold
20108
20109 \backslash
20110 usepackage[figure]{hypcap}
20111 \end_layout
20112
20113 \begin_layout Standard
20114 Puedes usar 
20115 \series bold
20116 hypcap
20117 \series default
20118  para todos los flotantes aunque no se recomienda por razones de estabilidad.
20119  Más información en el manual de 
20120 \series bold
20121 hypcap
20122 \series default
20123  
20124 \begin_inset CommandInset citation
20125 LatexCommand cite
20126 key "hypcap"
20127
20128 \end_inset
20129
20130 .
20131 \end_layout
20132
20133 \begin_layout Standard
20134 \begin_inset Note Greyedout
20135 status open
20136
20137 \begin_layout Plain Layout
20138
20139 \series bold
20140 Nota: hypcap
20141 \series default
20142  debe cargarse después de 
20143 \series bold
20144 hyperref
20145 \series default
20146  en el preámbulo
20147 \series bold
20148 .
20149 \end_layout
20150
20151 \end_inset
20152
20153
20154 \end_layout
20155
20156 \begin_layout Standard
20157 \begin_inset Note Greyedout
20158 status open
20159
20160 \begin_layout Plain Layout
20161
20162 \series bold
20163 Nota:
20164 \series default
20165  La colocación de referencias no afecta a las referencias a subfiguras.
20166 \end_layout
20167
20168 \end_inset
20169
20170
20171 \end_layout
20172
20173 \begin_layout Section
20174 Colocación de flotantes
20175 \begin_inset CommandInset label
20176 LatexCommand label
20177 name "sec:Colocación-de-Flotantes"
20178
20179 \end_inset
20180
20181
20182 \begin_inset Index
20183 status collapsed
20184
20185 \begin_layout Plain Layout
20186 Flotantes ! Colocación
20187 \end_layout
20188
20189 \end_inset
20190
20191
20192 \end_layout
20193
20194 \begin_layout Standard
20195 Pulsando con el botón derecho del ratón sobre un cuadro de flotante se abre
20196  un diálogo en el que pueden cambiarse las opciones de LaTeX para situar
20197  los flotantes.
20198 \begin_inset Newline newline
20199 \end_inset
20200
20201 La opción 
20202 \family sans
20203 Extender
20204 \begin_inset space ~
20205 \end_inset
20206
20207 columnas
20208 \family default
20209  sólo es aplicable a documentos de dos columnas: Si lo seleccionas, el flotante
20210  abarcará ambas columnas en lugar de una sola.
20211 \begin_inset Newline newline
20212 \end_inset
20213
20214 La opción 
20215 \family sans
20216 Girar
20217 \begin_inset space ~
20218 \end_inset
20219
20220 a
20221 \begin_inset space ~
20222 \end_inset
20223
20224 un
20225 \begin_inset space ~
20226 \end_inset
20227
20228 lado
20229 \family default
20230  sirve para girar flotantes, véase sección
20231 \begin_inset space ~
20232 \end_inset
20233
20234
20235 \begin_inset CommandInset ref
20236 LatexCommand ref
20237 reference "sec:Rotación-de-Flotantes"
20238
20239 \end_inset
20240
20241 .
20242  
20243 \end_layout
20244
20245 \begin_layout Standard
20246 Puedes usar una o más de las siguientes opciones en el diálogo para establecer
20247  la posición de un flotante si desmarcas la opción 
20248 \family sans
20249 Usar
20250 \begin_inset space ~
20251 \end_inset
20252
20253 ubicación
20254 \begin_inset space ~
20255 \end_inset
20256
20257 predeterminada
20258 \family default
20259 :
20260 \end_layout
20261
20262 \begin_layout Description
20263
20264 \family sans
20265 \series bold
20266 Aquí
20267 \begin_inset space ~
20268 \end_inset
20269
20270 si
20271 \begin_inset space ~
20272 \end_inset
20273
20274 es
20275 \begin_inset space ~
20276 \end_inset
20277
20278 posible
20279 \family default
20280 \series default
20281  intenta situar el flotante en la posición en la que se inserta
20282 \end_layout
20283
20284 \begin_layout Description
20285
20286 \family sans
20287 \series bold
20288 Principio
20289 \begin_inset space ~
20290 \end_inset
20291
20292 de
20293 \begin_inset space ~
20294 \end_inset
20295
20296 página
20297 \family default
20298 \series default
20299  intenta situar el flotante al principio de la página actual
20300 \end_layout
20301
20302 \begin_layout Description
20303
20304 \family sans
20305 \series bold
20306 Fin
20307 \begin_inset space ~
20308 \end_inset
20309
20310 de
20311 \begin_inset space ~
20312 \end_inset
20313
20314 página
20315 \family default
20316 \series default
20317  intenta situar el flotante al final de la página actual
20318 \end_layout
20319
20320 \begin_layout Description
20321
20322 \family sans
20323 \series bold
20324 Página
20325 \begin_inset space ~
20326 \end_inset
20327
20328 de
20329 \begin_inset space ~
20330 \end_inset
20331
20332 flotantes
20333 \family default
20334 \series default
20335  intenta situar el flotante en una página propia 
20336 \end_layout
20337
20338 \begin_layout Standard
20339 LaTeX usa 
20340 \emph on
20341 siempre
20342 \emph default
20343  ese orden de opciones.
20344  Significa que si usas la colocación predeterminada, LaTeX probará en primer
20345  lugar 
20346 \family sans
20347 Aquí
20348 \begin_inset space ~
20349 \end_inset
20350
20351 si
20352 \begin_inset space ~
20353 \end_inset
20354
20355 es
20356 \begin_inset space ~
20357 \end_inset
20358
20359 posible
20360 \family default
20361 , luego 
20362 \family sans
20363 Principio
20364 \begin_inset space ~
20365 \end_inset
20366
20367 de
20368 \begin_inset space ~
20369 \end_inset
20370
20371 página
20372 \family default
20373 , y después las otras.
20374  Si no usas la predeterminada, LaTeX sólo probará las opciones marcadas
20375  pero en dicho orden.
20376  Si no es posible ninguna de las 4 ubicaciones el proceso se repite internamente
20377  pero intenta poner el flotante en la página siguiente.
20378 \end_layout
20379
20380 \begin_layout Standard
20381 De forma predeterminada cada una de las opciones tiene sus propias reglas:
20382 \end_layout
20383
20384 \begin_layout Labeling
20385 \labelwidthstring 00.00.0000
20386
20387 \family sans
20388 Principio
20389 \begin_inset space ~
20390 \end_inset
20391
20392 de
20393 \begin_inset space ~
20394 \end_inset
20395
20396 página:
20397 \family default
20398  sólo si el flotante ocupa menos del 70
20399 \begin_inset space \thinspace{}
20400 \end_inset
20401
20402 % de la página puede ubicarse al principio de página (
20403 \series bold
20404
20405 \backslash
20406 topfraction
20407 \series default
20408 )
20409 \end_layout
20410
20411 \begin_layout Labeling
20412 \labelwidthstring 00.00.0000
20413
20414 \family sans
20415 Fin
20416 \begin_inset space ~
20417 \end_inset
20418
20419 de
20420 \begin_inset space ~
20421 \end_inset
20422
20423 página:
20424 \family default
20425  sólo si el flotante ocupa menos del 30
20426 \begin_inset space \thinspace{}
20427 \end_inset
20428
20429 % de la página puede ubicarse al fin de página.
20430  (
20431 \series bold
20432
20433 \backslash
20434 bottomfraction
20435 \series default
20436 )
20437 \end_layout
20438
20439 \begin_layout Labeling
20440 \labelwidthstring 00.00.0000
20441
20442 \family sans
20443 Página
20444 \begin_inset space ~
20445 \end_inset
20446
20447 de
20448 \begin_inset space ~
20449 \end_inset
20450
20451 flotantes:
20452 \family default
20453  sólo si más del 50
20454 \begin_inset space \thinspace{}
20455 \end_inset
20456
20457 % de la página se ocupa por flotantes puede haber varios juntos en la misma
20458  página.
20459  (
20460 \series bold
20461
20462 \backslash
20463 floatpagefraction
20464 \series default
20465 )
20466 \end_layout
20467
20468 \begin_layout Standard
20469 Si no te agradan estas reglas puedes ignorarlas marcando la opción adicional
20470  
20471 \family sans
20472 Ignorar
20473 \begin_inset space ~
20474 \end_inset
20475
20476 reglas
20477 \begin_inset space ~
20478 \end_inset
20479
20480 de
20481 \begin_inset space ~
20482 \end_inset
20483
20484 LaTeX
20485 \family default
20486 .
20487 \begin_inset Newline newline
20488 \end_inset
20489
20490 También puedes redefinir las reglas con los comandos LaTeX que van entre
20491  paréntesis tras la descripción de las reglas anteriores.
20492  Por ejemplo, para aumentar el valor predeterminado, quizás pequeño, de
20493  la regla 
20494 \family sans
20495 Fin
20496 \family default
20497
20498 \begin_inset space ~
20499 \end_inset
20500
20501
20502 \family sans
20503 de
20504 \family default
20505
20506 \begin_inset space ~
20507 \end_inset
20508
20509
20510 \family sans
20511 página
20512 \family default
20513  al 50
20514 \begin_inset space \thinspace{}
20515 \end_inset
20516
20517 %, añade esta línea en el preámbulo:
20518 \end_layout
20519
20520 \begin_layout Standard
20521
20522 \series bold
20523
20524 \backslash
20525 renewcommand{
20526 \backslash
20527 bottomfraction}{0.5}
20528 \end_layout
20529
20530 \begin_layout Standard
20531 En determinados casos podrías necesitar ubicar un flotante exactamente en
20532  la posición en la que se inserta.
20533  Para esto puedes usar la opción 
20534 \family sans
20535 Aquí
20536 \begin_inset space ~
20537 \end_inset
20538
20539 definitivamente
20540 \family default
20541 .
20542  Usa esta opción esporádicamente y sólo cuando el documento esté casi listo,
20543  porque el flotante ya no podrá «flotar» y si haces cambios al documento
20544  se podría estropear el diseño de la página.
20545 \end_layout
20546
20547 \begin_layout Standard
20548 No hay opciones de ubicación para envoltorios flotantes porque siempre están
20549  rodeados por texto de un párrafo determinado.
20550 \begin_inset VSpace bigskip
20551 \end_inset
20552
20553
20554 \end_layout
20555
20556 \begin_layout Standard
20557 A veces surge el problema de que un flotante se sitúa al principio de la
20558  página mientras que su sección correspondiente empieza en mitad de la página,
20559  así que el lector podría creer que el flotante forma parte de la sección
20560  anterior.
20561  Para evitarlo puede emplearse el comando LaTeX 
20562 \series bold
20563
20564 \backslash
20565 suppressfloats
20566 \series default
20567 , que suprime la ubicación de un flotante dado en la página donde se inserta
20568  y además puede servir para evitar que el flotante se coloque antes del
20569  inicio de sección.
20570  Para ello, añade estos comandos al preámbulo:
20571 \end_layout
20572
20573 \begin_layout Standard
20574
20575 \series bold
20576
20577 \backslash
20578 let
20579 \backslash
20580 mySection
20581 \backslash
20582 section
20583 \begin_inset Newline newline
20584 \end_inset
20585
20586
20587 \backslash
20588 renewcommand{
20589 \backslash
20590 section}{
20591 \backslash
20592 suppressfloats[t]
20593 \backslash
20594 mySection}
20595 \end_layout
20596
20597 \begin_layout Standard
20598 Se puede hacer lo mismo para todas las cabeceras de sección, capítulos y
20599  subsecciones.
20600  No es recomendable para partes pequeñas de texto como subsubsecciones porque
20601  LaTeX podría tener problemas para encontrar una ubicación adecuada.
20602 \end_layout
20603
20604 \begin_layout Standard
20605 \begin_inset VSpace bigskip
20606 \end_inset
20607
20608 En ciertos casos se quieren tener todas las figuras/tablas al final del
20609  documento.
20610  Para estos casos está el paquete LaTeX 
20611 \series bold
20612 endfloat
20613 \series default
20614
20615 \begin_inset Index
20616 status collapsed
20617
20618 \begin_layout Plain Layout
20619 LaTeX-paquetes ! endfloat
20620 \end_layout
20621
20622 \end_inset
20623
20624 .
20625  Pone todas las figuras y tablas flotantes al final del documento en secciones
20626  propias.
20627  En la posición original del flotante se inserta una indicación como «
20628 \family sans
20629 [Figure
20630 \begin_inset space ~
20631 \end_inset
20632
20633 3.2 about here.]
20634 \family default
20635 ».
20636  El paquete 
20637 \series bold
20638 endfloat
20639 \series default
20640  se carga en el preámbulo con la línea
20641 \end_layout
20642
20643 \begin_layout Standard
20644
20645 \series bold
20646
20647 \backslash
20648 usepackage[options]{endfloat}
20649 \end_layout
20650
20651 \begin_layout Standard
20652 Hay varias opciones para diseñar las secciones figura/tabla creadas.
20653  Para más información véase la documentación de 
20654 \begin_inset CommandInset citation
20655 LatexCommand cite
20656 key "endfloat"
20657
20658 \end_inset
20659
20660 .
20661 \begin_inset Newline newline
20662 \end_inset
20663
20664
20665 \begin_inset Note Greyedout
20666 status open
20667
20668 \begin_layout Plain Layout
20669
20670 \series bold
20671 Nota: endfloat
20672 \series default
20673  no traduce automáticamente la indicación, hay que hacerlo manualmente,
20674  véase sección
20675 \begin_inset space ~
20676 \end_inset
20677
20678 4 en 
20679 \begin_inset CommandInset citation
20680 LatexCommand cite
20681 key "endfloat"
20682
20683 \end_inset
20684
20685 .
20686 \end_layout
20687
20688 \end_inset
20689
20690
20691 \begin_inset Newline newline
20692 \end_inset
20693
20694
20695 \begin_inset Note Greyedout
20696 status open
20697
20698 \begin_layout Plain Layout
20699
20700 \series bold
20701 Nota:
20702 \series default
20703  Actualmente hay un error en 
20704 \series bold
20705 endfloat
20706 \series default
20707  cuando la leyenda contiene el carácter alemán «ß».
20708  Usa en ese caso el comando «
20709 \series bold
20710
20711 \backslash
20712 ss
20713 \series default
20714 » en código TeX en vez de «ß».
20715 \end_layout
20716
20717 \end_inset
20718
20719
20720 \end_layout
20721
20722 \begin_layout Standard
20723 \begin_inset VSpace bigskip
20724 \end_inset
20725
20726 Más detalles sobre ubicación de flotantes en libros sobre LaTeX como 
20727 \begin_inset CommandInset citation
20728 LatexCommand cite
20729 key "latexcompanion,latexguide,latexbook"
20730
20731 \end_inset
20732
20733 .
20734 \end_layout
20735
20736 \begin_layout Section
20737 Rotación de flotantes
20738 \begin_inset CommandInset label
20739 LatexCommand label
20740 name "sec:Rotación-de-Flotantes"
20741
20742 \end_inset
20743
20744
20745 \begin_inset Index
20746 status collapsed
20747
20748 \begin_layout Plain Layout
20749 Flotantes ! Rotación
20750 \end_layout
20751
20752 \end_inset
20753
20754
20755 \end_layout
20756
20757 \begin_layout Standard
20758 Podrías necesitar girar flotantes, especialmente con tablas grandes.
20759  Para girar todo el flotante y su leyenda, pincha sobre su cuadro y marca
20760  la opción 
20761 \family sans
20762 Girar
20763 \begin_inset space ~
20764 \end_inset
20765
20766 a
20767 \begin_inset space ~
20768 \end_inset
20769
20770 un
20771 \begin_inset space ~
20772 \end_inset
20773
20774 lado
20775 \family default
20776 .
20777 \end_layout
20778
20779 \begin_layout Standard
20780 Los flotantes girados son puestos siempre en su propia página (o columna
20781  si el documento es de dos columnas).
20782  Se les puede permitir abarcar varias columnas con la opción de configuración
20783  
20784 \family sans
20785 Extender
20786 \begin_inset space ~
20787 \end_inset
20788
20789 columnas
20790 \family default
20791 .
20792  Se rotan de forma que puedes leerlos desde el margen externo.
20793  Para forzar determinada dirección de rotación para todas las páginas, puedes
20794  añadir una de las opciones 
20795 \series bold
20796 figuresleft
20797 \series default
20798  o 
20799 \series bold
20800 figuresright
20801 \series default
20802  a las opciones de clase del documento.
20803 \end_layout
20804
20805 \begin_layout Standard
20806 Los flotantes girados se refieren igual que los normales, y el formato de
20807  la leyenda también es el mismo: un ejemplo es la tabla
20808 \begin_inset space ~
20809 \end_inset
20810
20811
20812 \begin_inset CommandInset ref
20813 LatexCommand ref
20814 reference "tab:Tabla-girada"
20815
20816 \end_inset
20817
20818 .
20819 \end_layout
20820
20821 \begin_layout Standard
20822 \begin_inset Note Greyedout
20823 status open
20824
20825 \begin_layout Plain Layout
20826
20827 \series bold
20828 Nota:
20829 \series default
20830  No todos los visores DVI pueden mostrar tablas giradas.
20831 \end_layout
20832
20833 \end_inset
20834
20835
20836 \end_layout
20837
20838 \begin_layout Standard
20839 \begin_inset Float table
20840 wide false
20841 sideways true
20842 status open
20843
20844 \begin_layout Plain Layout
20845 \begin_inset Caption
20846
20847 \begin_layout Plain Layout
20848 \begin_inset CommandInset label
20849 LatexCommand label
20850 name "tab:Tabla-girada"
20851
20852 \end_inset
20853
20854 Tabla girada
20855 \end_layout
20856
20857 \end_inset
20858
20859
20860 \end_layout
20861
20862 \begin_layout Plain Layout
20863 \align center
20864 \begin_inset Tabular
20865 <lyxtabular version="3" rows="1" columns="5">
20866 <features>
20867 <column alignment="center" valignment="top" width="0">
20868 <column alignment="center" valignment="top" width="0">
20869 <column alignment="center" valignment="top" width="0">
20870 <column alignment="center" valignment="top" width="0">
20871 <column alignment="center" valignment="top" width="0">
20872 <row>
20873 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
20874 \begin_inset Text
20875
20876 \begin_layout Plain Layout
20877 test
20878 \end_layout
20879
20880 \end_inset
20881 </cell>
20882 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
20883 \begin_inset Text
20884
20885 \begin_layout Plain Layout
20886 b
20887 \end_layout
20888
20889 \end_inset
20890 </cell>
20891 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
20892 \begin_inset Text
20893
20894 \begin_layout Plain Layout
20895 c
20896 \end_layout
20897
20898 \end_inset
20899 </cell>
20900 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
20901 \begin_inset Text
20902
20903 \begin_layout Plain Layout
20904 d
20905 \end_layout
20906
20907 \end_inset
20908 </cell>
20909 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
20910 \begin_inset Text
20911
20912 \begin_layout Plain Layout
20913 e
20914 \end_layout
20915
20916 \end_inset
20917 </cell>
20918 </row>
20919 </lyxtabular>
20920
20921 \end_inset
20922
20923
20924 \end_layout
20925
20926 \end_inset
20927
20928
20929 \end_layout
20930
20931 \begin_layout Section
20932 Flotantes adosados
20933 \begin_inset Index
20934 status collapsed
20935
20936 \begin_layout Plain Layout
20937 Flotantes ! Adosados
20938 \end_layout
20939
20940 \end_inset
20941
20942
20943 \end_layout
20944
20945 \begin_layout Standard
20946 Para colocar flotantes unos junto a otros, como en la figura
20947 \begin_inset space ~
20948 \end_inset
20949
20950
20951 \begin_inset CommandInset ref
20952 LatexCommand ref
20953 reference "fig:Flotante-izquierda"
20954
20955 \end_inset
20956
20957  y 
20958 \begin_inset CommandInset ref
20959 LatexCommand ref
20960 reference "fig:Flotante-derecha"
20961
20962 \end_inset
20963
20964 , se pone 
20965 \emph on
20966 un
20967 \emph default
20968  solo flotante.
20969  En él se insertan dos cuadros tipo minipágina.
20970 \begin_inset Foot
20971 status open
20972
20973 \begin_layout Plain Layout
20974 Las minipáginas se explican en la sección
20975 \begin_inset space ~
20976 \end_inset
20977
20978
20979 \begin_inset CommandInset ref
20980 LatexCommand ref
20981 reference "sec:Minipáginas"
20982
20983 \end_inset
20984
20985 .
20986 \end_layout
20987
20988 \end_inset
20989
20990  La anchura de la columna se establece en 45-50
20991 \begin_inset space \thinspace{}
20992 \end_inset
20993
20994 % y la alineación en 
20995 \family sans
20996 Inferior
20997 \family default
20998  para cada minipágina.
20999  Las minipáginas contienen la imagen y su título, de igual forma que en
21000  los flotantes.
21001  La única diferencia es que el 
21002 \family sans
21003 Ancho
21004 \begin_inset space ~
21005 \end_inset
21006
21007 de
21008 \begin_inset space ~
21009 \end_inset
21010
21011 columna
21012 \begin_inset space ~
21013 \end_inset
21014
21015 %
21016 \family default
21017  de la imagen se calcula en este caso en relación a la anchura de la minipágina.
21018 \end_layout
21019
21020 \begin_layout Standard
21021 \begin_inset Float figure
21022 placement h
21023 wide false
21024 sideways false
21025 status open
21026
21027 \begin_layout Plain Layout
21028 \begin_inset Box Frameless
21029 position "b"
21030 hor_pos "c"
21031 has_inner_box 1
21032 inner_pos "t"
21033 use_parbox 0
21034 width "45col%"
21035 special "none"
21036 height "1in"
21037 height_special "totalheight"
21038 status open
21039
21040 \begin_layout Plain Layout
21041 \align center
21042 \begin_inset Graphics
21043         filename ../clipart/mobius.eps
21044         lyxscale 50
21045         width 100col%
21046         scaleBeforeRotation
21047
21048 \end_inset
21049
21050
21051 \end_layout
21052
21053 \begin_layout Plain Layout
21054 \begin_inset Caption
21055
21056 \begin_layout Plain Layout
21057 \begin_inset CommandInset label
21058 LatexCommand label
21059 name "fig:Flotante-izquierda"
21060
21061 \end_inset
21062
21063 Flotante en el lado izquierdo.
21064 \end_layout
21065
21066 \end_inset
21067
21068
21069 \end_layout
21070
21071 \end_inset
21072
21073
21074 \begin_inset space \hfill{}
21075 \end_inset
21076
21077
21078 \begin_inset Box Frameless
21079 position "b"
21080 hor_pos "c"
21081 has_inner_box 1
21082 inner_pos "t"
21083 use_parbox 0
21084 width "45col%"
21085 special "none"
21086 height "1in"
21087 height_special "totalheight"
21088 status open
21089
21090 \begin_layout Plain Layout
21091 \align center
21092 \begin_inset Graphics
21093         filename ../clipart/platypus.eps
21094         lyxscale 50
21095         width 100col%
21096         scaleBeforeRotation
21097
21098 \end_inset
21099
21100
21101 \end_layout
21102
21103 \begin_layout Plain Layout
21104 \begin_inset Caption
21105
21106 \begin_layout Plain Layout
21107 \begin_inset CommandInset label
21108 LatexCommand label
21109 name "fig:Flotante-derecha"
21110
21111 \end_inset
21112
21113 Flotante en el lado derecho.
21114 \end_layout
21115
21116 \end_inset
21117
21118
21119 \end_layout
21120
21121 \end_inset
21122
21123
21124 \end_layout
21125
21126 \end_inset
21127
21128
21129 \end_layout
21130
21131 \begin_layout Section
21132 Formato de las leyendas
21133 \begin_inset Index
21134 status collapsed
21135
21136 \begin_layout Plain Layout
21137 Leyendas ! Formato
21138 \end_layout
21139
21140 \end_inset
21141
21142
21143 \begin_inset Index
21144 status collapsed
21145
21146 \begin_layout Plain Layout
21147 Flotantes ! Formato de las leyendas
21148 \end_layout
21149
21150 \end_inset
21151
21152
21153 \begin_inset CommandInset label
21154 LatexCommand label
21155 name "sec:Formato-de-leyendas"
21156
21157 \end_inset
21158
21159
21160 \end_layout
21161
21162 \begin_layout Standard
21163 El entorno 
21164 \family sans
21165 Leyenda
21166 \family default
21167  es el predeterminado para los 
21168 \family sans
21169 Flotantes
21170 \family default
21171 .
21172  En LyX las leyendas se muestran como etiqueta, p.
21173 \begin_inset space \thinspace{}
21174 \end_inset
21175
21176 e.
21177 \begin_inset space ~
21178 \end_inset
21179
21180 «
21181 \family sans
21182 Figura #
21183 \family default
21184 :» seguida por el texto.
21185  «#» es el número real de referencia.
21186  Por omisión la etiqueta y el número usan la misma fuente que el texto de
21187  la leyenda y el signo dos puntos sigue al número para separar la etiqueta
21188  del texto.
21189  El entorno leyenda no es apropiado para todos los tipos de documento.
21190  
21191 \end_layout
21192
21193 \begin_layout Standard
21194 Para cambiar el formato predeterminado carga el paquete LaTeX 
21195 \series bold
21196 caption
21197 \series default
21198
21199 \begin_inset Index
21200 status collapsed
21201
21202 \begin_layout Plain Layout
21203 LaTeX-paquetes ! caption
21204 \end_layout
21205
21206 \end_inset
21207
21208  en el preámbulo del documento con la línea:
21209 \end_layout
21210
21211 \begin_layout Standard
21212
21213 \series bold
21214
21215 \backslash
21216 usepackage[definición de formato]{caption}
21217 \end_layout
21218
21219 \begin_layout Standard
21220 Para poner, por ejemplo, la etiqueta y el número en sans-serif negrita y
21221  las leyendas de tabla siempre sobre ella como en este documento, usa el
21222  comando:
21223 \end_layout
21224
21225 \begin_layout Standard
21226
21227 \series bold
21228
21229 \backslash
21230 usepackage[labelfont={bf,sf}, tableposition=top]{caption}
21231 \end_layout
21232
21233 \begin_layout Standard
21234 También puedes definir distintos formatos de leyenda para los distintos
21235  tipos de flotantes.
21236  En ese caso carga el paquete 
21237 \series bold
21238 caption
21239 \series default
21240  sin opciones específicas y define los distintos formatos con ayuda del
21241  comando
21242 \end_layout
21243
21244 \begin_layout Standard
21245
21246 \series bold
21247
21248 \backslash
21249 captionsetup[tipo de flotante]{definición de formato}
21250 \end_layout
21251
21252 \begin_layout Standard
21253 en el preámbulo del documento.
21254  Por ejemplo las leyendas de la Figura
21255 \begin_inset space ~
21256 \end_inset
21257
21258
21259 \begin_inset CommandInset ref
21260 LatexCommand ref
21261 reference "fig:Esto-es-una-fig"
21262
21263 \end_inset
21264
21265  y la tabla
21266 \begin_inset space ~
21267 \end_inset
21268
21269
21270 \begin_inset CommandInset ref
21271 LatexCommand ref
21272 reference "tab:Esto-es-una-tab"
21273
21274 \end_inset
21275
21276  pueden crearse usando los siguientes comandos en el preámbulo:
21277 \end_layout
21278
21279 \begin_layout Standard
21280
21281 \series bold
21282
21283 \backslash
21284 usepackage[tableposition=top]{caption}
21285 \series default
21286
21287 \begin_inset Newline newline
21288 \end_inset
21289
21290
21291 \series bold
21292
21293 \backslash
21294 captionsetup[figure]{labelfont={tt}, textfont=it, indention=1cm,%
21295 \begin_inset Newline newline
21296 \end_inset
21297
21298
21299 \begin_inset ERT
21300 status collapsed
21301
21302 \begin_layout Plain Layout
21303
21304
21305 \backslash
21306 hphantom{
21307 \backslash
21308
21309 \backslash
21310 captionsetup[figure]
21311 \backslash
21312 {}
21313 \end_layout
21314
21315 \end_inset
21316
21317  labelsep=period}
21318 \begin_inset Newline newline
21319 \end_inset
21320
21321
21322 \backslash
21323 captionsetup[table]{labelfont={bf,sf}}
21324 \end_layout
21325
21326 \begin_layout Standard
21327 \begin_inset Note Greyedout
21328 status open
21329
21330 \begin_layout Plain Layout
21331
21332 \series bold
21333 Nota: 
21334 \series default
21335 La opción 
21336 \series bold
21337 tableposition=top
21338 \series default
21339  no tiene efecto si se usa una clase de documento 
21340 \series bold
21341 koma-script
21342 \series default
21343 .
21344  En este caso debe utilizarse la opción de clase de documento 
21345 \series bold
21346 tablecaptionabove
21347 \series default
21348 .
21349  
21350 \end_layout
21351
21352 \end_inset
21353
21354
21355 \end_layout
21356
21357 \begin_layout Standard
21358 Para más información sobre el paquete 
21359 \series bold
21360 caption
21361 \series default
21362  acude a su documentación 
21363 \begin_inset CommandInset citation
21364 LatexCommand cite
21365 key "caption"
21366
21367 \end_inset
21368
21369 .
21370 \end_layout
21371
21372 \begin_layout Standard
21373 Para cambiar el nombre de la etiqueta de «Figura» a «Imagen», p.
21374 \begin_inset space \thinspace{}
21375 \end_inset
21376
21377 e., usa el siguiente comando de preámbulo:
21378 \end_layout
21379
21380 \begin_layout Standard
21381
21382 \series bold
21383
21384 \backslash
21385 renewcommand{
21386 \backslash
21387 fnum@figure}{Imagen~
21388 \backslash
21389 thefigure}
21390 \end_layout
21391
21392 \begin_layout Standard
21393 donde 
21394 \series bold
21395
21396 \backslash
21397 thefigure
21398 \series default
21399  inserta el número de figura y «~» genera un espacio protegido.
21400
21401 \series bold
21402  
21403 \end_layout
21404
21405 \begin_layout Standard
21406 \begin_inset VSpace bigskip
21407 \end_inset
21408
21409 Si estás usando la clase de documento 
21410 \series bold
21411 koma-script
21412 \series default
21413
21414 \begin_inset Index
21415 status collapsed
21416
21417 \begin_layout Plain Layout
21418 LaTeX-paquetes ! koma-script
21419 \end_layout
21420
21421 \end_inset
21422
21423  (
21424 \family sans
21425 article (koma-script)
21426 \family default
21427
21428 \family sans
21429 book (koma-script)
21430 \family default
21431
21432 \family sans
21433 letter (koma-script)
21434 \family default
21435 , o 
21436 \family sans
21437 report (koma-script)
21438 \family default
21439
21440 \begin_inset space \thinspace{}
21441 \end_inset
21442
21443 ), puedes emplear en vez del paquete 
21444 \series bold
21445 caption
21446 \series default
21447  el comando 
21448 \series bold
21449
21450 \backslash
21451 setkomafont
21452 \series default
21453  incluido en 
21454 \series bold
21455 koma-script
21456 \series default
21457 .
21458  Por ejemplo, para poner en negrita la etiqueta de la leyenda añade este
21459  comando en el preámbulo del documento:
21460 \end_layout
21461
21462 \begin_layout Standard
21463
21464 \series bold
21465
21466 \backslash
21467 setkomafont{captionlabel}{
21468 \backslash
21469 bfseries}
21470 \end_layout
21471
21472 \begin_layout Standard
21473 Más información sobre 
21474 \series bold
21475
21476 \backslash
21477 setkomafont
21478 \series default
21479  en la documentación de 
21480 \series bold
21481 koma-script
21482 \series default
21483  
21484 \begin_inset CommandInset citation
21485 LatexCommand cite
21486 key "koma-script"
21487
21488 \end_inset
21489
21490 .
21491 \end_layout
21492
21493 \begin_layout Standard
21494 \begin_inset ERT
21495 status open
21496
21497 \begin_layout Plain Layout
21498
21499
21500 \backslash
21501 captionsetup[figure]{labelfont={tt}, textfont=it, indention=1cm, labelsep=period
21502 }
21503 \end_layout
21504
21505 \end_inset
21506
21507
21508 \begin_inset Note Note
21509 status open
21510
21511 \begin_layout Plain Layout
21512 El formato de la leyenda se ha cambiado sólo para este ejemplo.
21513 \end_layout
21514
21515 \end_inset
21516
21517
21518 \end_layout
21519
21520 \begin_layout Standard
21521 \begin_inset Float figure
21522 placement !p
21523 wide false
21524 sideways false
21525 status open
21526
21527 \begin_layout Plain Layout
21528 \align center
21529 \begin_inset Graphics
21530         filename ../clipart/mobius.eps
21531         lyxscale 50
21532         scale 50
21533
21534 \end_inset
21535
21536
21537 \end_layout
21538
21539 \begin_layout Plain Layout
21540 \begin_inset Caption
21541
21542 \begin_layout Plain Layout
21543 \begin_inset CommandInset label
21544 LatexCommand label
21545 name "fig:Esto-es-una-fig"
21546
21547 \end_inset
21548
21549
21550 \begin_inset OptArg
21551 status collapsed
21552
21553 \begin_layout Plain Layout
21554 Figura con leyenda muy larga
21555 \end_layout
21556
21557 \end_inset
21558
21559 Este es un ejemplo de figura con una leyenda que es mayor de una línea para
21560  mostrar el formato diferente.
21561  Aquí se usa una leyenda personalizada.
21562 \end_layout
21563
21564 \end_inset
21565
21566
21567 \end_layout
21568
21569 \end_inset
21570
21571
21572 \end_layout
21573
21574 \begin_layout Standard
21575 \begin_inset ERT
21576 status open
21577
21578 \begin_layout Plain Layout
21579
21580
21581 \backslash
21582 captionsetup[figure]{labelfont={bf,sf}, textfont=rm, indention=0cm, labelsep=col
21583 on}
21584 \end_layout
21585
21586 \end_inset
21587
21588
21589 \end_layout
21590
21591 \begin_layout Standard
21592 \begin_inset Float table
21593 placement !p
21594 wide false
21595 sideways false
21596 status collapsed
21597
21598 \begin_layout Plain Layout
21599 \begin_inset Caption
21600
21601 \begin_layout Plain Layout
21602 \begin_inset CommandInset label
21603 LatexCommand label
21604 name "tab:Esto-es-una-tab"
21605
21606 \end_inset
21607
21608
21609 \begin_inset OptArg
21610 status collapsed
21611
21612 \begin_layout Plain Layout
21613 Tabla con leyenda muy larga
21614 \end_layout
21615
21616 \end_inset
21617
21618 Este es un ejemplo de leyenda de tabla mayor que una línea para mostrar
21619  el formato diferente.
21620  Aquí se usa el formato de leyenda estándar para las tablas.
21621 \end_layout
21622
21623 \end_inset
21624
21625
21626 \end_layout
21627
21628 \begin_layout Plain Layout
21629 \align center
21630 \begin_inset Tabular
21631 <lyxtabular version="3" rows="1" columns="5">
21632 <features>
21633 <column alignment="center" valignment="top" width="0">
21634 <column alignment="center" valignment="top" width="0">
21635 <column alignment="center" valignment="top" width="0">
21636 <column alignment="center" valignment="top" width="0">
21637 <column alignment="center" valignment="top" width="0">
21638 <row>
21639 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
21640 \begin_inset Text
21641
21642 \begin_layout Plain Layout
21643 a
21644 \end_layout
21645
21646 \end_inset
21647 </cell>
21648 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
21649 \begin_inset Text
21650
21651 \begin_layout Plain Layout
21652 b
21653 \end_layout
21654
21655 \end_inset
21656 </cell>
21657 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
21658 \begin_inset Text
21659
21660 \begin_layout Plain Layout
21661 c
21662 \end_layout
21663
21664 \end_inset
21665 </cell>
21666 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
21667 \begin_inset Text
21668
21669 \begin_layout Plain Layout
21670 d
21671 \end_layout
21672
21673 \end_inset
21674 </cell>
21675 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
21676 \begin_inset Text
21677
21678 \begin_layout Plain Layout
21679 e
21680 \end_layout
21681
21682 \end_inset
21683 </cell>
21684 </row>
21685 </lyxtabular>
21686
21687 \end_inset
21688
21689
21690 \end_layout
21691
21692 \end_inset
21693
21694
21695 \end_layout
21696
21697 \begin_layout Section
21698 Colocación de leyendas
21699 \begin_inset Index
21700 status collapsed
21701
21702 \begin_layout Plain Layout
21703 Leyendas ! Colocación
21704 \end_layout
21705
21706 \end_inset
21707
21708
21709 \begin_inset Index
21710 status collapsed
21711
21712 \begin_layout Plain Layout
21713 Flotantes ! Colocación de leyendas
21714 \end_layout
21715
21716 \end_inset
21717
21718
21719 \begin_inset CommandInset label
21720 LatexCommand label
21721 name "sec:Colocación-de-leyendas"
21722
21723 \end_inset
21724
21725
21726 \end_layout
21727
21728 \begin_layout Standard
21729 La norma habitual para colocar las leyendas es:
21730 \end_layout
21731
21732 \begin_layout Description
21733 Figura: La leyenda al pie de la figura
21734 \end_layout
21735
21736 \begin_layout Description
21737 Tabla: La leyenda sobre la tabla
21738 \end_layout
21739
21740 \begin_layout Standard
21741 Desafortunadamente, las clases estándar de LaTeX no soportan leyendas sobre
21742  la tabla.
21743  Esto implica que si usas las clases de documento 
21744 \family sans
21745 article
21746 \family default
21747
21748 \family sans
21749 book
21750 \family default
21751
21752 \family sans
21753 letter
21754 \family default
21755 , o 
21756 \family sans
21757 report
21758 \family default
21759  no habrá espacio entre la leyenda y la tabla.
21760  Para insertar el espacio adecuado añade la siguiente opción al comando
21761  del paquete LaTeX 
21762 \series bold
21763 caption
21764 \series default
21765  en el preámbulo del documento:
21766 \begin_inset Foot
21767 status collapsed
21768
21769 \begin_layout Plain Layout
21770 Véase la sección
21771 \begin_inset space ~
21772 \end_inset
21773
21774
21775 \begin_inset CommandInset ref
21776 LatexCommand ref
21777 reference "sec:Formato-de-leyendas"
21778
21779 \end_inset
21780
21781  para más información sobre el paquete 
21782 \series bold
21783 caption
21784 \series default
21785 .
21786 \end_layout
21787
21788 \end_inset
21789
21790
21791 \end_layout
21792
21793 \begin_layout Standard
21794
21795 \series bold
21796 tableposition=top
21797 \end_layout
21798
21799 \begin_layout Standard
21800 Si estás usando la clase 
21801 \series bold
21802 koma-script
21803 \series default
21804
21805 \begin_inset Index
21806 status collapsed
21807
21808 \begin_layout Plain Layout
21809 LaTeX-paquetes ! koma-script
21810 \end_layout
21811
21812 \end_inset
21813
21814  (
21815 \family sans
21816 article (koma-script)
21817 \family default
21818
21819 \family sans
21820 book (koma-script)
21821 \family default
21822
21823 \family sans
21824 letter (koma-script)
21825 \family default
21826 , o 
21827 \family sans
21828 report (koma-script)
21829 \family default
21830
21831 \begin_inset space \thinspace{}
21832 \end_inset
21833
21834 ), en vez de 
21835 \series bold
21836 caption
21837 \series default
21838  puedes poner la opción 
21839 \series bold
21840 tablecaptionabove
21841 \series default
21842  de la clase de documento.
21843 \end_layout
21844
21845 \begin_layout Standard
21846 \begin_inset VSpace bigskip
21847 \end_inset
21848
21849 También es posible poner la leyenda junto a una figura o tabla.
21850  Para conseguirlo hay que cargar el paquete LaTeX 
21851 \series bold
21852 sidecap
21853 \series default
21854
21855 \begin_inset Index
21856 status collapsed
21857
21858 \begin_layout Plain Layout
21859 LaTeX-paquetes ! sidecap
21860 \end_layout
21861
21862 \end_inset
21863
21864  añadiendo en el preámbulo del documento la línea
21865 \end_layout
21866
21867 \begin_layout Standard
21868
21869 \series bold
21870
21871 \backslash
21872 usepackage[option]{sidecap}
21873 \end_layout
21874
21875 \begin_layout Standard
21876 Si no se especifica opción, la leyenda se ubica del lado del margen externo
21877  de la página ---a la derecha en páginas impares, a la izquierda en las
21878  pares---.
21879  Puedes cambiar la colocación al margen interno con la opción 
21880 \series bold
21881 innercaption
21882 \series default
21883 .
21884  Para forzar la ubicación siempre a la derecha o a la izquierda, usa las
21885  opciones 
21886 \series bold
21887 rightcaption
21888 \series default
21889  o 
21890 \series bold
21891 leftcaption
21892 \series default
21893 , respectivamente.
21894 \end_layout
21895
21896 \begin_layout Standard
21897 \begin_inset ERT
21898 status collapsed
21899
21900 \begin_layout Plain Layout
21901
21902
21903 \backslash
21904 ifsidecap
21905 \end_layout
21906
21907 \end_inset
21908
21909
21910 \begin_inset Note Note
21911 status open
21912
21913 \begin_layout Plain Layout
21914 La siguiente sección sólo se mostrará en pantalla si está instalado el paquete
21915  LaTeX 
21916 \series bold
21917 sidecap
21918 \series default
21919 .
21920 \end_layout
21921
21922 \end_inset
21923
21924
21925 \end_layout
21926
21927 \begin_layout Standard
21928 Para situar en LyX la leyenda de un flotante al lado, es necesario añadir
21929  estos comandos al preámbulo del documento:
21930 \end_layout
21931
21932 \begin_layout Standard
21933
21934 \lyxline
21935
21936 \end_layout
21937
21938 \begin_layout Standard
21939
21940 \series bold
21941
21942 \backslash
21943 newcommand{
21944 \backslash
21945 TabBesBeg}{%
21946 \begin_inset Newline newline
21947 \end_inset
21948
21949
21950 \begin_inset ERT
21951 status collapsed
21952
21953 \begin_layout Plain Layout
21954
21955
21956 \backslash
21957 hphantom{ }
21958 \end_layout
21959
21960 \end_inset
21961
21962
21963 \backslash
21964 let
21965 \backslash
21966 MyTable
21967 \backslash
21968 table
21969 \begin_inset Newline newline
21970 \end_inset
21971
21972
21973 \begin_inset ERT
21974 status collapsed
21975
21976 \begin_layout Plain Layout
21977
21978
21979 \backslash
21980 hphantom{ }
21981 \end_layout
21982
21983 \end_inset
21984
21985
21986 \backslash
21987 let
21988 \backslash
21989 MyEndtable
21990 \backslash
21991 endtable
21992 \begin_inset Newline newline
21993 \end_inset
21994
21995
21996 \begin_inset ERT
21997 status collapsed
21998
21999 \begin_layout Plain Layout
22000
22001
22002 \backslash
22003 hphantom{ }
22004 \end_layout
22005
22006 \end_inset
22007
22008
22009 \backslash
22010 renewenvironment{table}{
22011 \backslash
22012 begin{SCtable}}{
22013 \backslash
22014 end{SCtable}}}
22015 \end_layout
22016
22017 \begin_layout Standard
22018
22019 \series bold
22020
22021 \backslash
22022 newcommand{
22023 \backslash
22024 TabBesEnd}{%
22025 \begin_inset Newline newline
22026 \end_inset
22027
22028
22029 \begin_inset ERT
22030 status collapsed
22031
22032 \begin_layout Plain Layout
22033
22034
22035 \backslash
22036 hphantom{ }
22037 \end_layout
22038
22039 \end_inset
22040
22041
22042 \backslash
22043 let
22044 \backslash
22045 table
22046 \backslash
22047 MyTable
22048 \begin_inset Newline newline
22049 \end_inset
22050
22051
22052 \begin_inset ERT
22053 status collapsed
22054
22055 \begin_layout Plain Layout
22056
22057
22058 \backslash
22059 hphantom{ }
22060 \end_layout
22061
22062 \end_inset
22063
22064
22065 \backslash
22066 let
22067 \backslash
22068 endtable
22069 \backslash
22070 MyEndtable
22071 \end_layout
22072
22073 \begin_layout Standard
22074
22075 \series bold
22076
22077 \backslash
22078 newcommand{
22079 \backslash
22080 FigBesBeg}{%
22081 \begin_inset Newline newline
22082 \end_inset
22083
22084
22085 \begin_inset ERT
22086 status collapsed
22087
22088 \begin_layout Plain Layout
22089
22090
22091 \backslash
22092 hphantom{ }
22093 \end_layout
22094
22095 \end_inset
22096
22097
22098 \backslash
22099 let
22100 \backslash
22101 MyFigure
22102 \backslash
22103 figure
22104 \begin_inset Newline newline
22105 \end_inset
22106
22107
22108 \begin_inset ERT
22109 status collapsed
22110
22111 \begin_layout Plain Layout
22112
22113
22114 \backslash
22115 hphantom{ }
22116 \end_layout
22117
22118 \end_inset
22119
22120
22121 \backslash
22122 let
22123 \backslash
22124 MyEndfigure
22125 \backslash
22126 endfigure
22127 \begin_inset Newline newline
22128 \end_inset
22129
22130
22131 \begin_inset ERT
22132 status collapsed
22133
22134 \begin_layout Plain Layout
22135
22136
22137 \backslash
22138 hphantom{ }
22139 \end_layout
22140
22141 \end_inset
22142
22143
22144 \backslash
22145 renewenvironment{figure}{
22146 \backslash
22147 begin{SCfigure}}{
22148 \backslash
22149 end{SCfigure}}}
22150 \end_layout
22151
22152 \begin_layout Standard
22153
22154 \series bold
22155
22156 \backslash
22157 newcommand{
22158 \backslash
22159 FigBesEnd}{%
22160 \begin_inset Newline newline
22161 \end_inset
22162
22163
22164 \begin_inset ERT
22165 status collapsed
22166
22167 \begin_layout Plain Layout
22168
22169
22170 \backslash
22171 hphantom{ }
22172 \end_layout
22173
22174 \end_inset
22175
22176
22177 \backslash
22178 let
22179 \backslash
22180 figure
22181 \backslash
22182 MyFigure
22183 \begin_inset Newline newline
22184 \end_inset
22185
22186
22187 \begin_inset ERT
22188 status collapsed
22189
22190 \begin_layout Plain Layout
22191
22192
22193 \backslash
22194 hphantom{ }
22195 \end_layout
22196
22197 \end_inset
22198
22199
22200 \backslash
22201 let
22202 \backslash
22203 endfigure
22204 \backslash
22205 MyEndfigure}
22206 \end_layout
22207
22208 \begin_layout Standard
22209
22210 \lyxline
22211
22212 \end_layout
22213
22214 \begin_layout Standard
22215 Estos comandos permiten redefinir los flotantes de modo que la leyenda aparezca
22216  en un lado.
22217  Para figuras flotantes usa el comando
22218 \end_layout
22219
22220 \begin_layout Standard
22221
22222 \series bold
22223
22224 \backslash
22225 FigBesBeg
22226 \end_layout
22227
22228 \begin_layout Standard
22229 en código TeX antes del flotante.
22230  Detrás del flotante inserta
22231 \end_layout
22232
22233 \begin_layout Standard
22234
22235 \series bold
22236
22237 \backslash
22238 FigBesEnd
22239 \end_layout
22240
22241 \begin_layout Standard
22242 en código TeX para volver a la definición original de flotantes.
22243 \end_layout
22244
22245 \begin_layout Standard
22246 Para tablas flotantes usa los comandos correspondientes
22247 \end_layout
22248
22249 \begin_layout Standard
22250
22251 \series bold
22252
22253 \backslash
22254 TabBesBeg
22255 \series default
22256  y 
22257 \series bold
22258
22259 \backslash
22260 TabBesEnd
22261 \end_layout
22262
22263 \begin_layout Standard
22264 La figura
22265 \begin_inset space ~
22266 \end_inset
22267
22268
22269 \begin_inset CommandInset ref
22270 LatexCommand ref
22271 reference "fig:encab-al-lado"
22272
22273 \end_inset
22274
22275  y la tabla
22276 \begin_inset space ~
22277 \end_inset
22278
22279
22280 \begin_inset CommandInset ref
22281 LatexCommand ref
22282 reference "tab:encab-al-lado"
22283
22284 \end_inset
22285
22286  son ejemplos en los que el título se sitúa al lado.
22287 \end_layout
22288
22289 \begin_layout Standard
22290 En los ejemplos puedes ver que el texto del título aparece encima del flotante
22291  en tablas flotantes y debajo en las figuras flotantes.
22292  Para cambiarlo, puedes usar el comando
22293 \end_layout
22294
22295 \begin_layout Standard
22296
22297 \series bold
22298
22299 \backslash
22300 sidecaptionvpos{tipo de flotante}{colocación}
22301 \end_layout
22302
22303 \begin_layout Standard
22304 en el preámbulo o en código TeX antes del flotante.
22305  El tipo de flotante es 
22306 \family sans
22307 figure
22308 \family default
22309  o 
22310 \family sans
22311 table
22312 \family default
22313 , la colocación puede ser «
22314 \family sans
22315 t
22316 \family default
22317 » por «top» (arriba), «
22318 \family sans
22319 c
22320 \family default
22321 » por «center» (centro), o «
22322 \family sans
22323 b
22324 \family default
22325 » por «bottom» (abajo).
22326  Para tener, por ejemplo, el título de figuras flotantes verticalmente centrado,
22327  usa el comando
22328 \end_layout
22329
22330 \begin_layout Standard
22331
22332 \series bold
22333
22334 \backslash
22335 sidecaptionvpos{figure}{c}
22336 \end_layout
22337
22338 \begin_layout Standard
22339 Esto se ha hecho en la figura
22340 \begin_inset space ~
22341 \end_inset
22342
22343
22344 \begin_inset CommandInset ref
22345 LatexCommand ref
22346 reference "fig:encab-al-lado-de-fig"
22347
22348 \end_inset
22349
22350 .
22351 \end_layout
22352
22353 \begin_layout Standard
22354 \begin_inset VSpace medskip
22355 \end_inset
22356
22357 Más información sobre el paquete 
22358 \series bold
22359 sidecap
22360 \series default
22361  en su documentación 
22362 \begin_inset CommandInset citation
22363 LatexCommand cite
22364 key "sidecap"
22365
22366 \end_inset
22367
22368 .
22369 \end_layout
22370
22371 \begin_layout Standard
22372 \begin_inset Note Greyedout
22373 status open
22374
22375 \begin_layout Plain Layout
22376
22377 \series bold
22378 Nota:
22379 \series default
22380  El paquete LaTeX 
22381 \series bold
22382 hypcap
22383 \series default
22384
22385 \begin_inset Index
22386 status collapsed
22387
22388 \begin_layout Plain Layout
22389 LaTeX-paquetes ! hypcap
22390 \end_layout
22391
22392 \end_inset
22393
22394 , descrito en la sección
22395 \begin_inset space ~
22396 \end_inset
22397
22398
22399 \begin_inset CommandInset ref
22400 LatexCommand ref
22401 reference "sub:Colocación-de-Referencias"
22402
22403 \end_inset
22404
22405 , no afecta a flotantes con la leyenda al lado.
22406 \end_layout
22407
22408 \end_inset
22409
22410
22411 \end_layout
22412
22413 \begin_layout Standard
22414 \begin_inset ERT
22415 status collapsed
22416
22417 \begin_layout Plain Layout
22418
22419
22420 \backslash
22421 FigBesBeg 
22422 \end_layout
22423
22424 \end_inset
22425
22426
22427 \end_layout
22428
22429 \begin_layout Standard
22430 \begin_inset Float figure
22431 wide false
22432 sideways false
22433 status open
22434
22435 \begin_layout Plain Layout
22436 \begin_inset Graphics
22437         filename ../clipart/escher-lsd.eps
22438         scale 75
22439
22440 \end_inset
22441
22442
22443 \end_layout
22444
22445 \begin_layout Plain Layout
22446 \begin_inset Caption
22447
22448 \begin_layout Plain Layout
22449 \begin_inset CommandInset label
22450 LatexCommand label
22451 name "fig:encab-al-lado"
22452
22453 \end_inset
22454
22455 Leyenda al lado de una figura.
22456 \end_layout
22457
22458 \end_inset
22459
22460
22461 \end_layout
22462
22463 \end_inset
22464
22465
22466 \end_layout
22467
22468 \begin_layout Standard
22469 \begin_inset ERT
22470 status collapsed
22471
22472 \begin_layout Plain Layout
22473
22474
22475 \backslash
22476 TabBesBeg 
22477 \end_layout
22478
22479 \end_inset
22480
22481
22482 \end_layout
22483
22484 \begin_layout Standard
22485 \begin_inset Float table
22486 wide false
22487 sideways false
22488 status open
22489
22490 \begin_layout Plain Layout
22491 \begin_inset Caption
22492
22493 \begin_layout Plain Layout
22494 \begin_inset CommandInset label
22495 LatexCommand label
22496 name "tab:encab-al-lado"
22497
22498 \end_inset
22499
22500 Leyenda al lado de una tabla.
22501 \end_layout
22502
22503 \end_inset
22504
22505
22506 \end_layout
22507
22508 \begin_layout Plain Layout
22509 \begin_inset Tabular
22510 <lyxtabular version="3" rows="4" columns="5">
22511 <features>
22512 <column alignment="center" valignment="top" width="0">
22513 <column alignment="center" valignment="top" width="0">
22514 <column alignment="center" valignment="top" width="0">
22515 <column alignment="center" valignment="top" width="0">
22516 <column alignment="center" valignment="top" width="0">
22517 <row>
22518 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22519 \begin_inset Text
22520
22521 \begin_layout Plain Layout
22522 a
22523 \end_layout
22524
22525 \end_inset
22526 </cell>
22527 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22528 \begin_inset Text
22529
22530 \begin_layout Plain Layout
22531
22532 \end_layout
22533
22534 \end_inset
22535 </cell>
22536 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22537 \begin_inset Text
22538
22539 \begin_layout Plain Layout
22540 b
22541 \end_layout
22542
22543 \end_inset
22544 </cell>
22545 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22546 \begin_inset Text
22547
22548 \begin_layout Plain Layout
22549
22550 \end_layout
22551
22552 \end_inset
22553 </cell>
22554 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22555 \begin_inset Text
22556
22557 \begin_layout Plain Layout
22558 c
22559 \end_layout
22560
22561 \end_inset
22562 </cell>
22563 </row>
22564 <row>
22565 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22566 \begin_inset Text
22567
22568 \begin_layout Plain Layout
22569
22570 \end_layout
22571
22572 \end_inset
22573 </cell>
22574 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22575 \begin_inset Text
22576
22577 \begin_layout Plain Layout
22578 d
22579 \end_layout
22580
22581 \end_inset
22582 </cell>
22583 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22584 \begin_inset Text
22585
22586 \begin_layout Plain Layout
22587
22588 \end_layout
22589
22590 \end_inset
22591 </cell>
22592 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22593 \begin_inset Text
22594
22595 \begin_layout Plain Layout
22596 e
22597 \end_layout
22598
22599 \end_inset
22600 </cell>
22601 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22602 \begin_inset Text
22603
22604 \begin_layout Plain Layout
22605
22606 \end_layout
22607
22608 \end_inset
22609 </cell>
22610 </row>
22611 <row>
22612 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22613 \begin_inset Text
22614
22615 \begin_layout Plain Layout
22616 f
22617 \end_layout
22618
22619 \end_inset
22620 </cell>
22621 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22622 \begin_inset Text
22623
22624 \begin_layout Plain Layout
22625
22626 \end_layout
22627
22628 \end_inset
22629 </cell>
22630 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22631 \begin_inset Text
22632
22633 \begin_layout Plain Layout
22634 g
22635 \end_layout
22636
22637 \end_inset
22638 </cell>
22639 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22640 \begin_inset Text
22641
22642 \begin_layout Plain Layout
22643
22644 \end_layout
22645
22646 \end_inset
22647 </cell>
22648 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22649 \begin_inset Text
22650
22651 \begin_layout Plain Layout
22652 h
22653 \end_layout
22654
22655 \end_inset
22656 </cell>
22657 </row>
22658 <row>
22659 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
22660 \begin_inset Text
22661
22662 \begin_layout Plain Layout
22663
22664 \end_layout
22665
22666 \end_inset
22667 </cell>
22668 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
22669 \begin_inset Text
22670
22671 \begin_layout Plain Layout
22672 i
22673 \end_layout
22674
22675 \end_inset
22676 </cell>
22677 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
22678 \begin_inset Text
22679
22680 \begin_layout Plain Layout
22681
22682 \end_layout
22683
22684 \end_inset
22685 </cell>
22686 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
22687 \begin_inset Text
22688
22689 \begin_layout Plain Layout
22690 j
22691 \end_layout
22692
22693 \end_inset
22694 </cell>
22695 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
22696 \begin_inset Text
22697
22698 \begin_layout Plain Layout
22699
22700 \end_layout
22701
22702 \end_inset
22703 </cell>
22704 </row>
22705 </lyxtabular>
22706
22707 \end_inset
22708
22709
22710 \end_layout
22711
22712 \end_inset
22713
22714
22715 \end_layout
22716
22717 \begin_layout Standard
22718 \begin_inset ERT
22719 status collapsed
22720
22721 \begin_layout Plain Layout
22722
22723
22724 \backslash
22725 TabBesEnd
22726 \end_layout
22727
22728 \end_inset
22729
22730
22731 \end_layout
22732
22733 \begin_layout Standard
22734 \begin_inset ERT
22735 status collapsed
22736
22737 \begin_layout Plain Layout
22738
22739
22740 \backslash
22741 sidecaptionvpos{figure}{c}
22742 \end_layout
22743
22744 \end_inset
22745
22746
22747 \begin_inset Float figure
22748 wide false
22749 sideways false
22750 status open
22751
22752 \begin_layout Plain Layout
22753 \begin_inset Graphics
22754         filename ../clipart/escher-lsd.eps
22755         scale 75
22756
22757 \end_inset
22758
22759
22760 \end_layout
22761
22762 \begin_layout Plain Layout
22763 \begin_inset Caption
22764
22765 \begin_layout Plain Layout
22766 \begin_inset CommandInset label
22767 LatexCommand label
22768 name "fig:encab-al-lado-de-fig"
22769
22770 \end_inset
22771
22772 Leyenda centrada verticalmente junto a una figura.
22773 \end_layout
22774
22775 \end_inset
22776
22777
22778 \end_layout
22779
22780 \end_inset
22781
22782
22783 \end_layout
22784
22785 \begin_layout Standard
22786 \begin_inset ERT
22787 status collapsed
22788
22789 \begin_layout Plain Layout
22790
22791
22792 \backslash
22793 FigBesEnd
22794 \end_layout
22795
22796 \end_inset
22797
22798
22799 \end_layout
22800
22801 \begin_layout Standard
22802 \begin_inset ERT
22803 status collapsed
22804
22805 \begin_layout Plain Layout
22806
22807
22808 \backslash
22809 else
22810 \end_layout
22811
22812 \end_inset
22813
22814
22815 \begin_inset Note Note
22816 status open
22817
22818 \begin_layout Plain Layout
22819 Lo siguiente se mostrará en pantalla si no está instalado el paquete LaTeX
22820  
22821 \series bold
22822 sidecap
22823 \series default
22824 .
22825 \end_layout
22826
22827 \end_inset
22828
22829
22830 \end_layout
22831
22832 \begin_layout Standard
22833 Debes instalar el paquete LaTeX 
22834 \series bold
22835 sidecap
22836 \series default
22837  para ver la parte siguiente en la salida.
22838 \end_layout
22839
22840 \begin_layout Standard
22841 \begin_inset ERT
22842 status collapsed
22843
22844 \begin_layout Plain Layout
22845
22846
22847 \backslash
22848 fi
22849 \end_layout
22850
22851 \end_inset
22852
22853
22854 \end_layout
22855
22856 \begin_layout Section
22857 Lista de flotantes
22858 \begin_inset CommandInset label
22859 LatexCommand label
22860 name "sec:Lista-de-Flotantes"
22861
22862 \end_inset
22863
22864
22865 \begin_inset Index
22866 status collapsed
22867
22868 \begin_layout Plain Layout
22869 Flotantes ! Lista de
22870 \end_layout
22871
22872 \end_inset
22873
22874
22875 \end_layout
22876
22877 \begin_layout Standard
22878 Igual que en el índice general se listan las secciones del documento, hay
22879  listas para todos los tipos de flotantes, como las figuras.
22880  Se pueden insertar mediante los submenús 
22881 \family sans
22882 Insertar\SpecialChar \menuseparator
22883 Lista / IG
22884 \family default
22885 .
22886 \end_layout
22887
22888 \begin_layout Standard
22889 Las entradas de la lista son los títulos del flotante o su título corto,
22890  el número de flotante, y el número de la página del documento en la que
22891  aparecen.
22892 \end_layout
22893
22894 \begin_layout Standard
22895 Puedes encontrar las listas de figuras y tablas al final de este documento.
22896 \end_layout
22897
22898 \begin_layout Chapter
22899 Notas
22900 \end_layout
22901
22902 \begin_layout Section
22903 Notas en LyX
22904 \begin_inset CommandInset label
22905 LatexCommand label
22906 name "sec:Notas-en-LyX"
22907
22908 \end_inset
22909
22910
22911 \begin_inset Index
22912 status collapsed
22913
22914 \begin_layout Plain Layout
22915 Notas ! Notas en LyX
22916 \end_layout
22917
22918 \end_inset
22919
22920
22921 \end_layout
22922
22923 \begin_layout Standard
22924 Las notas se insertan con el botón 
22925 \begin_inset Graphics
22926         filename ../../images/note-insert.png
22927         scale 85
22928
22929 \end_inset
22930
22931  o con el menú 
22932 \family sans
22933 Insertar\SpecialChar \menuseparator
22934 Nota
22935 \family default
22936 .
22937  Hay cinco tipos de notas:
22938 \end_layout
22939
22940 \begin_layout Description
22941 Nota
22942 \begin_inset space ~
22943 \end_inset
22944
22945 LyX Este tipo es para notas internas que no han de aparecer en la salida.
22946  Su cuadro se muestra como este:
22947 \begin_inset Newline newline
22948 \end_inset
22949
22950
22951 \begin_inset Newline newline
22952 \end_inset
22953
22954
22955 \begin_inset Graphics
22956         filename clipart/NotaLyXImagenQt4.png
22957         display false
22958         scale 85
22959
22960 \end_inset
22961
22962  
22963 \begin_inset Note Note
22964 status collapsed
22965
22966 \begin_layout Plain Layout
22967 Este es un texto en un recuadro que no se muestra en la salida.
22968 \end_layout
22969
22970 \end_inset
22971
22972
22973 \end_layout
22974
22975 \begin_layout Description
22976 Comentario Esta nota tampoco se muestra en la salida pero aparece como un
22977  comentario de LaTeX, cuando exportas el documento a LaTeX vía menú 
22978 \family sans
22979 Archivo\SpecialChar \menuseparator
22980 Exportar\SpecialChar \menuseparator
22981 LaTeX (pdflatex) / (plain)
22982 \family default
22983 .
22984  Su recuadro se ve así:
22985 \begin_inset Newline newline
22986 \end_inset
22987
22988
22989 \begin_inset Newline newline
22990 \end_inset
22991
22992
22993 \begin_inset Graphics
22994         filename clipart/ComentNotaImagenQt4.png
22995         display false
22996         scale 85
22997
22998 \end_inset
22999
23000  
23001 \begin_inset Note Comment
23002 status collapsed
23003
23004 \begin_layout Plain Layout
23005 Una nota comentario que sólo aparece como comentario en archivos LaTeX.
23006 \end_layout
23007
23008 \end_inset
23009
23010
23011 \end_layout
23012
23013 \begin_layout Description
23014 Resaltado
23015 \begin_inset space ~
23016 \end_inset
23017
23018 en
23019 \begin_inset space ~
23020 \end_inset
23021
23022 gris Esta nota aparece en la salida como texto resaltado en gris.
23023  Su recuadro se parece a este:
23024 \begin_inset Newline newline
23025 \end_inset
23026
23027
23028 \begin_inset Newline newline
23029 \end_inset
23030
23031
23032 \begin_inset Graphics
23033         filename clipart/GrisNotaImagenQt4.png
23034         display false
23035         scale 85
23036
23037 \end_inset
23038
23039
23040 \begin_inset Newline newline
23041 \end_inset
23042
23043
23044 \begin_inset ERT
23045 status collapsed
23046
23047 \begin_layout Plain Layout
23048
23049
23050 \backslash
23051 renewenvironment{lyxgreyedout}
23052 \end_layout
23053
23054 \begin_layout Plain Layout
23055
23056 {
23057 \backslash
23058 textcolor[gray]{0.8}
23059 \backslash
23060 bgroup}{
23061 \backslash
23062 egroup}
23063 \end_layout
23064
23065 \end_inset
23066
23067
23068 \begin_inset Note Greyedout
23069 status open
23070
23071 \begin_layout Plain Layout
23072 Este es el texto
23073 \begin_inset Foot
23074 status open
23075
23076 \begin_layout Plain Layout
23077 Esto es un ejemplo de nota al pie en una nota resaltada en gris.
23078 \end_layout
23079
23080 \end_inset
23081
23082  de un comentario que se muestra resaltado en gris.
23083 \end_layout
23084
23085 \end_inset
23086
23087
23088 \begin_inset ERT
23089 status collapsed
23090
23091 \begin_layout Plain Layout
23092
23093
23094 \backslash
23095 renewenvironment{lyxgreyedout}
23096 \end_layout
23097
23098 \begin_layout Plain Layout
23099
23100 {
23101 \backslash
23102 textcolor{blue}
23103 \backslash
23104 bgroup}{
23105 \backslash
23106 egroup}
23107 \end_layout
23108
23109 \end_inset
23110
23111
23112 \begin_inset Note Note
23113 status collapsed
23114
23115 \begin_layout Plain Layout
23116 La nota resaltada en gris se ha redefinido aquí para mostrarla con la definición
23117  original de LyX, ya que en el preámbulo de este documento se han redefinido
23118  estas notas para que salgan en azul, como se indica más adelante.
23119 \end_layout
23120
23121 \end_inset
23122
23123
23124 \begin_inset Newline newline
23125 \end_inset
23126
23127
23128 \begin_inset Newline newline
23129 \end_inset
23130
23131 Como se ve en el ejemplo, la primera línea de las notas resaltadas en gris
23132  está un poco sangrada, y por otra parte pueden tener notas al pie.
23133 \end_layout
23134
23135 \begin_layout Standard
23136 \begin_inset VSpace bigskip
23137 \end_inset
23138
23139 Si usas el botón de la barra de herramientas 
23140 \begin_inset Graphics
23141         filename ../../images/note-insert.png
23142         scale 85
23143
23144 \end_inset
23145
23146  para insertar notas, se inserta una 
23147 \family sans
23148 Nota
23149 \begin_inset space ~
23150 \end_inset
23151
23152 LyX
23153 \family default
23154 .
23155  Puedes cambiar entre los cinco tipos de nota con clic-derecho sobre el
23156  recuadro.
23157  
23158 \family roman
23159 \series medium
23160 \bar no
23161 Si quieres convertir un texto presente a nota, márcalo y pincha sobre el
23162  botón de herramienta 
23163 \family sans
23164 \series default
23165 \bar default
23166 Nota
23167 \family default
23168 .
23169  Para cambiar una nota a texto, pulsa la tecla 
23170 \family sans
23171 Retroceso
23172 \family default
23173  cuando el cursor está en la primera posición de una nota, o la tecla 
23174 \family sans
23175 Supr
23176 \family default
23177  cuando el cursor está en la última posición de la nota, respectivamente.
23178 \end_layout
23179
23180 \begin_layout Standard
23181 \begin_inset VSpace bigskip
23182 \end_inset
23183
23184 Se puede cambiar el color del 
23185 \family sans
23186 Resaltado en gris
23187 \family default
23188  poniendo en el preámbulo el comando:
23189 \end_layout
23190
23191 \begin_layout Standard
23192
23193 \series bold
23194
23195 \backslash
23196 renewenvironment{lyxgreyedout}
23197 \begin_inset Newline newline
23198 \end_inset
23199
23200
23201 \begin_inset ERT
23202 status collapsed
23203
23204 \begin_layout Plain Layout
23205
23206
23207 \backslash
23208 hphantom{ }
23209 \end_layout
23210
23211 \end_inset
23212
23213 {
23214 \backslash
23215 textcolor{color}
23216 \backslash
23217 bgroup}{
23218 \backslash
23219 egroup}
23220 \end_layout
23221
23222 \begin_layout Standard
23223 Los colores disponibles y el método para definir nuestros propios colores
23224  se explica en la sección
23225 \begin_inset space ~
23226 \end_inset
23227
23228
23229 \begin_inset CommandInset ref
23230 LatexCommand ref
23231 reference "sec:Tablas-Coloreadas"
23232
23233 \end_inset
23234
23235 .
23236 \end_layout
23237
23238 \begin_layout Standard
23239 Las notas en azul en este documento se han hecho con notas del tipo 
23240 \family sans
23241 Resaltado en gris
23242 \family default
23243  pero definiendo el color del texto en azul.
23244 \end_layout
23245
23246 \begin_layout Section
23247 Notas al pie
23248 \begin_inset CommandInset label
23249 LatexCommand label
23250 name "sec:Notas-al-pie"
23251
23252 \end_inset
23253
23254
23255 \begin_inset Index
23256 status collapsed
23257
23258 \begin_layout Plain Layout
23259 Notas ! al pie
23260 \end_layout
23261
23262 \end_inset
23263
23264
23265 \begin_inset Index
23266 status collapsed
23267
23268 \begin_layout Plain Layout
23269 Notas al pie
23270 \end_layout
23271
23272 \end_inset
23273
23274
23275 \end_layout
23276
23277 \begin_layout Standard
23278 Las notas al pie se insertan con el botón 
23279 \begin_inset Graphics
23280         filename ../../images/footnote-insert.png
23281         scale 85
23282
23283 \end_inset
23284
23285  o el menú 
23286 \family sans
23287 Insertar\SpecialChar \menuseparator
23288 Nota
23289 \begin_inset space ~
23290 \end_inset
23291
23292 al
23293 \begin_inset space ~
23294 \end_inset
23295
23296 pie
23297 \family default
23298 .
23299  
23300 \family roman
23301 \series medium
23302 \bar no
23303 Aparece un recuadro como este:
23304 \family default
23305 \series default
23306 \bar default
23307  
23308 \begin_inset Graphics
23309         filename clipart/notapieQt4.png
23310         scale 80
23311
23312 \end_inset
23313
23314  
23315 \family roman
23316 \series medium
23317 \bar no
23318 donde puedes introducir el texto.
23319  Si quieres convertir un texto existente en nota al pie, márcalo y pincha
23320  sobre el
23321 \family default
23322 \series default
23323 \bar default
23324  
23325 \family roman
23326 \series medium
23327 \bar no
23328 botón
23329 \family default
23330 \series default
23331 \bar default
23332 .
23333  Para cambiar una nota al pie a texto, pulsa la tecla 
23334 \family sans
23335 Retroceso
23336 \family default
23337  cuando el cursor está en la primera posición de la nota al pie, o la tecla
23338  
23339 \family sans
23340 Supr
23341 \family default
23342  cuando el cursor está en la última posición de la nota, respectivamente.
23343 \end_layout
23344
23345 \begin_layout Standard
23346 Aquí hay un ejemplo de nota al pie:
23347 \family roman
23348 \series medium
23349 \bar no
23350
23351 \begin_inset Foot
23352 status open
23353
23354 \begin_layout Plain Layout
23355 \begin_inset CommandInset label
23356 LatexCommand label
23357 name "pie:Esto-es-una"
23358
23359 \end_inset
23360
23361 Ejemplo de nota al pie.
23362 \end_layout
23363
23364 \end_inset
23365
23366
23367 \family default
23368 \series default
23369 \bar default
23370
23371 \begin_inset ERT
23372 status collapsed
23373
23374 \begin_layout Plain Layout
23375
23376
23377 \backslash
23378 newcounter{MyRepeatFoot}
23379 \end_layout
23380
23381 \begin_layout Plain Layout
23382
23383
23384 \backslash
23385 setcounter{MyRepeatFoot}{
23386 \backslash
23387 thefootnote}
23388 \end_layout
23389
23390 \end_inset
23391
23392
23393 \end_layout
23394
23395 \begin_layout Standard
23396 En la salida, el pie se muestra como número voladito en el lugar del texto
23397  donde se coloca el recuadro.
23398  El texto se coloca al final de la página actual.
23399  Los números de las notas son calculados por LaTeX, y son consecutivos.
23400  Si comienza o no el recuento en cada capítulo depende de la clase de documento.
23401 \end_layout
23402
23403 \begin_layout Standard
23404 Las notas al pie pueden referenciarse como flotantes: inserta una etiqueta
23405  en la nota y pon una referencia cruzada a esa etiqueta en el texto como
23406  se describe en la sección
23407 \begin_inset space ~
23408 \end_inset
23409
23410
23411 \begin_inset CommandInset ref
23412 LatexCommand ref
23413 reference "sec:Referencias-a-Flotantes"
23414
23415 \end_inset
23416
23417 .
23418 \begin_inset Newline newline
23419 \end_inset
23420
23421 Esto es una referencia cruzada a la Nota al pie
23422 \begin_inset space ~
23423 \end_inset
23424
23425
23426 \begin_inset CommandInset ref
23427 LatexCommand ref
23428 reference "pie:Esto-es-una"
23429
23430 \end_inset
23431
23432 .
23433 \begin_inset Newline newline
23434 \end_inset
23435
23436
23437 \begin_inset Note Greyedout
23438 status open
23439
23440 \begin_layout Plain Layout
23441
23442 \series bold
23443 Nota:
23444 \series default
23445  LyX no suministra prefijos para etiquetas en notas al pie, así que has
23446  de insertar un prefijo, p.
23447 \begin_inset space \thinspace{}
23448 \end_inset
23449
23450 e.
23451 \begin_inset space ~
23452 \end_inset
23453
23454 «
23455 \family sans
23456 pie:
23457 \family default
23458 » manualmente cuando quieras usar el estilo 
23459 \family sans
23460 Referencia
23461 \begin_inset space ~
23462 \end_inset
23463
23464 con
23465 \begin_inset space ~
23466 \end_inset
23467
23468 formato
23469 \family default
23470 .
23471 \end_layout
23472
23473 \end_inset
23474
23475
23476 \end_layout
23477
23478 \begin_layout Standard
23479 \begin_inset VSpace defskip
23480 \end_inset
23481
23482 Para poner notas al pie en tablas, tienes que usar minipáginas, véase sección
23483 \begin_inset space ~
23484 \end_inset
23485
23486
23487 \begin_inset CommandInset ref
23488 LatexCommand ref
23489 reference "sec:Minipáginas"
23490
23491 \end_inset
23492
23493 .
23494  Los pies en tablas largas en la sección
23495 \begin_inset space ~
23496 \end_inset
23497
23498
23499 \begin_inset CommandInset ref
23500 LatexCommand ref
23501 reference "sub:Notas-al-pie-en-Tablas-Largas"
23502
23503 \end_inset
23504
23505 .
23506 \end_layout
23507
23508 \begin_layout Standard
23509 \begin_inset VSpace defskip
23510 \end_inset
23511
23512 Para crear sólo una marca para una nota al pie, puedes usar el comando 
23513 \series bold
23514
23515 \backslash
23516 footnotemark[número]
23517 \series default
23518  en código TeX.
23519  Esto se emplea si tienes la misma anotación varias veces en el texto pero
23520  no quieres imprimir el pie cada vez.
23521 \begin_inset Newline newline
23522 \end_inset
23523
23524 Como no sabes el número del pie que se repite mientras escribes el texto,
23525  tienes que guardarlo.
23526  Para el siguiente ejemplo de marca de pie, se han insertado estos comandos
23527  en código TeX detrás de Nota
23528 \begin_inset space ~
23529 \end_inset
23530
23531 al
23532 \begin_inset space ~
23533 \end_inset
23534
23535 pie
23536 \begin_inset space ~
23537 \end_inset
23538
23539
23540 \begin_inset CommandInset ref
23541 LatexCommand ref
23542 reference "pie:Esto-es-una"
23543
23544 \end_inset
23545
23546  para guardar el número de pie:
23547 \end_layout
23548
23549 \begin_layout Standard
23550
23551 \series bold
23552
23553 \backslash
23554 newcounter{MyRepeatFoot}
23555 \begin_inset Newline newline
23556 \end_inset
23557
23558
23559 \backslash
23560 setcounter{MyRepeatFoot}{
23561 \backslash
23562 thefootnote}
23563 \end_layout
23564
23565 \begin_layout Standard
23566 La marca de pie se crea entonces con el comando:
23567 \end_layout
23568
23569 \begin_layout Standard
23570
23571 \series bold
23572
23573 \backslash
23574 footnotemark[
23575 \backslash
23576 theMyRepeatFoot]
23577 \end_layout
23578
23579 \begin_layout Standard
23580 Aquí hay un ejemplo de marca de pie:
23581 \family roman
23582 \series medium
23583 \bar no
23584
23585 \begin_inset ERT
23586 status collapsed
23587
23588 \begin_layout Plain Layout
23589
23590
23591 \backslash
23592 footnotemark[
23593 \backslash
23594 theMyRepeatFoot]
23595 \end_layout
23596
23597 \end_inset
23598
23599
23600 \end_layout
23601
23602 \begin_layout Subsection
23603 Numeración de notas al pie
23604 \begin_inset CommandInset label
23605 LatexCommand label
23606 name "sub:Numeración-de-Notas-al-Pie"
23607
23608 \end_inset
23609
23610
23611 \begin_inset Index
23612 status collapsed
23613
23614 \begin_layout Plain Layout
23615 Notas al pie ! Numeración
23616 \end_layout
23617
23618 \end_inset
23619
23620
23621 \end_layout
23622
23623 \begin_layout Standard
23624 Para reiniciar el número de pie a 1 en cada sección añade este 
23625 \family roman
23626 comando en el preámbulo:
23627 \end_layout
23628
23629 \begin_layout Standard
23630
23631 \series bold
23632
23633 \backslash
23634 @addtoreset{footnote}{section}
23635 \end_layout
23636
23637 \begin_layout Standard
23638 \begin_inset VSpace bigskip
23639 \end_inset
23640
23641 El siguiente comando en el preámbulo cambia el estilo de numeración del
23642  pie a números romanos en minúsculas:
23643 \end_layout
23644
23645 \begin_layout Standard
23646
23647 \series bold
23648
23649 \backslash
23650 renewcommand{
23651 \backslash
23652 thefootnote}{
23653 \backslash
23654 roman{footnote}}
23655 \end_layout
23656
23657 \begin_layout Standard
23658 \begin_inset ERT
23659 status collapsed
23660
23661 \begin_layout Plain Layout
23662
23663
23664 \backslash
23665 renewcommand{
23666 \backslash
23667 thefootnote}{
23668 \backslash
23669 roman{footnote}}
23670 \end_layout
23671
23672 \end_inset
23673
23674  Nota al pie en números romanos:
23675 \begin_inset Foot
23676 status open
23677
23678 \begin_layout Plain Layout
23679 Ejemplo de nota al pie en números romanos.
23680 \end_layout
23681
23682 \end_inset
23683
23684
23685 \begin_inset ERT
23686 status collapsed
23687
23688 \begin_layout Plain Layout
23689
23690
23691 \backslash
23692 renewcommand{
23693 \backslash
23694 thefootnote}{
23695 \backslash
23696 arabic{footnote}}
23697 \end_layout
23698
23699 \end_inset
23700
23701
23702 \end_layout
23703
23704 \begin_layout Standard
23705 Para cambiar el estilo de número a romanos en mayúscula cambia el comando
23706  
23707 \series bold
23708
23709 \backslash
23710 roman
23711 \series default
23712  por 
23713 \series bold
23714
23715 \backslash
23716 Roman
23717 \series default
23718 .
23719  Para ordenar las notas al pie con letras mayúsculas o minúsculas usa 
23720 \series bold
23721
23722 \backslash
23723 Alph
23724 \series default
23725  o 
23726 \series bold
23727
23728 \backslash
23729 alph
23730 \series default
23731 , respectivamente.
23732  Para ordenar las notas al pie con símbolos usa 
23733 \series bold
23734
23735 \backslash
23736 fnsymbol
23737 \series default
23738 .
23739 \end_layout
23740
23741 \begin_layout Standard
23742 \begin_inset Note Greyedout
23743 status open
23744
23745 \begin_layout Plain Layout
23746
23747 \series bold
23748 Nota:
23749 \series default
23750  sólo puedes ordenar hasta 26 pies con letras, porque está limitado a letras
23751  simples.
23752 \end_layout
23753
23754 \end_inset
23755
23756
23757 \begin_inset Newline newline
23758 \end_inset
23759
23760
23761 \begin_inset Note Greyedout
23762 status open
23763
23764 \begin_layout Plain Layout
23765
23766 \series bold
23767 Nota:
23768 \series default
23769  sólo puedes ordenar hasta 9 pies con símbolos.
23770 \end_layout
23771
23772 \end_inset
23773
23774
23775 \end_layout
23776
23777 \begin_layout Standard
23778 Para volver al estilo de numeración predeterminado cuando has cambiado a
23779  otro estilo, usa 
23780 \series bold
23781
23782 \backslash
23783 arabic
23784 \series default
23785  en vez de 
23786 \series bold
23787
23788 \backslash
23789 roman
23790 \series default
23791  en el comando anterior.
23792 \begin_inset ERT
23793 status collapsed
23794
23795 \begin_layout Plain Layout
23796
23797
23798 \backslash
23799 renewcommand{
23800 \backslash
23801 thefootnote}{
23802 \backslash
23803 arabic{footnote}}
23804 \end_layout
23805
23806 \end_inset
23807
23808
23809 \end_layout
23810
23811 \begin_layout Standard
23812 \begin_inset VSpace bigskip
23813 \end_inset
23814
23815
23816 \end_layout
23817
23818 \begin_layout Standard
23819 Si quieres numerar notas al pie en el esquema «capítulo.nota», añade el siguiente
23820  comando al preámbulo del documento:
23821 \end_layout
23822
23823 \begin_layout Standard
23824
23825 \series bold
23826
23827 \backslash
23828 numberwithin{footnote}{chapter}
23829 \end_layout
23830
23831 \begin_layout Standard
23832 Para poder usar el comando 
23833 \series bold
23834
23835 \backslash
23836 numberwithin
23837 \series default
23838 , marca la opción 
23839 \family sans
23840 Usar
23841 \family default
23842
23843 \begin_inset space ~
23844 \end_inset
23845
23846
23847 \family sans
23848 el
23849 \family default
23850
23851 \begin_inset space ~
23852 \end_inset
23853
23854
23855 \family sans
23856 paquete
23857 \family default
23858
23859 \begin_inset space ~
23860 \end_inset
23861
23862
23863 \family sans
23864 AMS
23865 \family default
23866  en la solapa 
23867 \family sans
23868 Ecuaciones
23869 \family default
23870  de la configuración del documento.
23871 \end_layout
23872
23873 \begin_layout Standard
23874 \begin_inset ERT
23875 status collapsed
23876
23877 \begin_layout Plain Layout
23878
23879
23880 \backslash
23881 numberwithin{footnote}{chapter}
23882 \end_layout
23883
23884 \end_inset
23885
23886 Esto es otro ejemplo de nota al pie:
23887 \series bold
23888
23889 \begin_inset Foot
23890 status open
23891
23892 \begin_layout Plain Layout
23893 Nota al pie numerada en el esquema 
23894 \begin_inset Quotes eld
23895 \end_inset
23896
23897 capítulo.nota
23898 \begin_inset Quotes erd
23899 \end_inset
23900
23901 .
23902 \end_layout
23903
23904 \end_inset
23905
23906
23907 \series default
23908
23909 \begin_inset ERT
23910 status collapsed
23911
23912 \begin_layout Plain Layout
23913
23914
23915 \backslash
23916 renewcommand{
23917 \backslash
23918 thefootnote}{
23919 \backslash
23920 arabic{footnote}}
23921 \end_layout
23922
23923 \end_inset
23924
23925
23926 \end_layout
23927
23928 \begin_layout Standard
23929 \begin_inset Note Greyedout
23930 status open
23931
23932 \begin_layout Plain Layout
23933
23934 \series bold
23935 Nota: 
23936 \backslash
23937 numberwithin 
23938 \series default
23939 siempre imprime el número de nota al pie en números arábigos; las redefiniciones
23940  previas para obtener números no arábigos se sobreescriben.
23941 \end_layout
23942
23943 \end_inset
23944
23945
23946 \end_layout
23947
23948 \begin_layout Standard
23949 Así, para obtener por ejemplo el esquema «capítulo.
23950 \backslash
23951 Roman{footnote}», usa este comando en vez de 
23952 \series bold
23953
23954 \backslash
23955 numberwithin
23956 \series default
23957 :
23958 \end_layout
23959
23960 \begin_layout Standard
23961
23962 \series bold
23963
23964 \backslash
23965 renewcommand{
23966 \backslash
23967 thefootnote}{
23968 \backslash
23969 thechapter.
23970 \backslash
23971 Roman{footnote}}
23972 \end_layout
23973
23974 \begin_layout Subsection
23975 Colocación de notas al pie
23976 \begin_inset Index
23977 status collapsed
23978
23979 \begin_layout Plain Layout
23980 Notas al pie ! Colocación
23981 \end_layout
23982
23983 \end_inset
23984
23985
23986 \end_layout
23987
23988 \begin_layout Standard
23989 Si tienes varias notas al pie de una página, se muestran sin espacio vertical
23990  entre ellas al final de la página.
23991  Para hacerlas más legibles puedes añadir p.
23992 \begin_inset space \thinspace{}
23993 \end_inset
23994
23995 e.
23996 \begin_inset space ~
23997 \end_inset
23998
23999 1.5
24000 \begin_inset space \thinspace{}
24001 \end_inset
24002
24003 mm con el comando siguiente en el preámbulo:
24004 \end_layout
24005
24006 \begin_layout Standard
24007
24008 \series bold
24009
24010 \backslash
24011 let
24012 \backslash
24013 myFoot
24014 \backslash
24015 footnote
24016 \begin_inset Newline newline
24017 \end_inset
24018
24019
24020 \backslash
24021 renewcommand{
24022 \backslash
24023 footnote}[1]{
24024 \backslash
24025 myFoot{#1
24026 \backslash
24027 vspace{1.5mm}}}
24028 \end_layout
24029
24030 \begin_layout Standard
24031 \begin_inset VSpace bigskip
24032 \end_inset
24033
24034 En documentos a dos columnas la nota al pie aparece al final de cada columna,
24035  véase la figura
24036 \begin_inset space ~
24037 \end_inset
24038
24039
24040 \begin_inset CommandInset ref
24041 LatexCommand ref
24042 reference "fig:Colocación-standard-del-pie"
24043
24044 \end_inset
24045
24046 .
24047  Si las notas debieran mostrarse sólo al final de la columna derecha, como
24048  en la figura
24049 \begin_inset space ~
24050 \end_inset
24051
24052
24053 \begin_inset CommandInset ref
24054 LatexCommand ref
24055 reference "fig:Colocación-del-pie-en"
24056
24057 \end_inset
24058
24059 , usa el paquete LaTeX 
24060 \series bold
24061 ftnright
24062 \series default
24063
24064 \begin_inset Index
24065 status collapsed
24066
24067 \begin_layout Plain Layout
24068 LaTeX-paquetes ! ftnright
24069 \end_layout
24070
24071 \end_inset
24072
24073  con este comando en el preámbulo:
24074 \end_layout
24075
24076 \begin_layout Standard
24077
24078 \series bold
24079
24080 \backslash
24081 usepackage{ftnright}
24082 \end_layout
24083
24084 \begin_layout Standard
24085 \begin_inset Float figure
24086 placement !h
24087 wide false
24088 sideways false
24089 status open
24090
24091 \begin_layout Plain Layout
24092 \begin_inset ERT
24093 status collapsed
24094
24095 \begin_layout Plain Layout
24096
24097
24098 \backslash
24099 framebox{
24100 \end_layout
24101
24102 \end_inset
24103
24104
24105 \begin_inset Graphics
24106         filename ../clipart/without_fntright.pdf
24107         width 100col%
24108
24109 \end_inset
24110
24111
24112 \begin_inset ERT
24113 status collapsed
24114
24115 \begin_layout Plain Layout
24116
24117 }
24118 \end_layout
24119
24120 \end_inset
24121
24122
24123 \end_layout
24124
24125 \begin_layout Plain Layout
24126 \begin_inset Caption
24127
24128 \begin_layout Plain Layout
24129 \begin_inset CommandInset label
24130 LatexCommand label
24131 name "fig:Colocación-standard-del-pie"
24132
24133 \end_inset
24134
24135 Colocación estándar de notas al pie en documentos a dos columnas.
24136 \end_layout
24137
24138 \end_inset
24139
24140
24141 \end_layout
24142
24143 \end_inset
24144
24145
24146 \end_layout
24147
24148 \begin_layout Standard
24149 \begin_inset Float figure
24150 placement !h
24151 wide false
24152 sideways false
24153 status open
24154
24155 \begin_layout Plain Layout
24156 \begin_inset ERT
24157 status collapsed
24158
24159 \begin_layout Plain Layout
24160
24161
24162 \backslash
24163 framebox{
24164 \end_layout
24165
24166 \end_inset
24167
24168
24169 \begin_inset Graphics
24170         filename ../clipart/with_fntright.pdf
24171         width 100col%
24172
24173 \end_inset
24174
24175
24176 \begin_inset ERT
24177 status collapsed
24178
24179 \begin_layout Plain Layout
24180
24181 }
24182 \end_layout
24183
24184 \end_inset
24185
24186
24187 \end_layout
24188
24189 \begin_layout Plain Layout
24190 \begin_inset Caption
24191
24192 \begin_layout Plain Layout
24193 \begin_inset CommandInset label
24194 LatexCommand label
24195 name "fig:Colocación-del-pie-en"
24196
24197 \end_inset
24198
24199 Colocación de la nota al pie en documentos a dos columnas cuando se usa
24200  el paquete LaTeX 
24201 \series bold
24202 ftnright
24203 \series default
24204 .
24205 \end_layout
24206
24207 \end_inset
24208
24209
24210 \end_layout
24211
24212 \end_inset
24213
24214
24215 \end_layout
24216
24217 \begin_layout Standard
24218 \begin_inset VSpace bigskip
24219 \end_inset
24220
24221 En alguna literatura científica es habitual reunir las notas para imprimirlas
24222  en un párrafo separado al final de la sección, como en la figura
24223 \begin_inset space ~
24224 \end_inset
24225
24226
24227 \begin_inset CommandInset ref
24228 LatexCommand ref
24229 reference "fig:Notas-al-pie-al-final"
24230
24231 \end_inset
24232
24233 .
24234  Para usar notas finales
24235 \begin_inset Index
24236 status collapsed
24237
24238 \begin_layout Plain Layout
24239 Notas finales
24240 \end_layout
24241
24242 \end_inset
24243
24244  en vez de notas al pie, carga el paquete LaTeX 
24245 \series bold
24246 endnotes
24247 \series default
24248
24249 \begin_inset Index
24250 status collapsed
24251
24252 \begin_layout Plain Layout
24253 LaTeX-paquetes ! endnotes
24254 \end_layout
24255
24256 \end_inset
24257
24258  con las siguientes líneas en el preámbulo de tu documento:
24259 \end_layout
24260
24261 \begin_layout Standard
24262
24263 \series bold
24264
24265 \backslash
24266 usepackage{endnotes}
24267 \begin_inset Newline newline
24268 \end_inset
24269
24270
24271 \backslash
24272 let
24273 \backslash
24274 footnote
24275 \backslash
24276 endnote
24277 \end_layout
24278
24279 \begin_layout Standard
24280 Para insertar la colección de notas, escribe el comando
24281 \end_layout
24282
24283 \begin_layout Standard
24284
24285 \series bold
24286
24287 \backslash
24288 theendnotes
24289 \end_layout
24290
24291 \begin_layout Standard
24292 en código TeX al final de una sección o capítulo.
24293 \end_layout
24294
24295 \begin_layout Standard
24296 \begin_inset Float figure
24297 wide false
24298 sideways false
24299 status open
24300
24301 \begin_layout Plain Layout
24302 \align center
24303 \begin_inset ERT
24304 status collapsed
24305
24306 \begin_layout Plain Layout
24307
24308
24309 \backslash
24310 framebox{
24311 \end_layout
24312
24313 \end_inset
24314
24315
24316 \begin_inset Graphics
24317         filename ../clipart/endnotes.pdf
24318
24319 \end_inset
24320
24321
24322 \begin_inset ERT
24323 status collapsed
24324
24325 \begin_layout Plain Layout
24326
24327 }
24328 \end_layout
24329
24330 \end_inset
24331
24332
24333 \end_layout
24334
24335 \begin_layout Plain Layout
24336 \begin_inset Caption
24337
24338 \begin_layout Plain Layout
24339 \begin_inset CommandInset label
24340 LatexCommand label
24341 name "fig:Notas-al-pie-al-final"
24342
24343 \end_inset
24344
24345 Notas al final: notas impresas en párrafo separado al final de la sección
24346  o del capítulo.
24347 \end_layout
24348
24349 \end_inset
24350
24351
24352 \end_layout
24353
24354 \end_inset
24355
24356
24357 \end_layout
24358
24359 \begin_layout Standard
24360 \begin_inset VSpace medskip
24361 \end_inset
24362
24363 La cabecera de párrafo para las notas finales no se traduce automáticamente
24364  al lenguaje del documento, hay que hacerlo manualmente.
24365   El siguiente comando de preámbulo traduce el nombre en inglés «Notes»
24366  al español «Notas»:
24367 \end_layout
24368
24369 \begin_layout Standard
24370
24371 \series bold
24372
24373 \backslash
24374 renewcommand{
24375 \backslash
24376 notesname}{Notas}
24377 \end_layout
24378
24379 \begin_layout Standard
24380 \begin_inset VSpace medskip
24381 \end_inset
24382
24383 La numeración de notas finales puede cambiarse como la de las notas al pie,
24384  como se describe en la sección
24385 \begin_inset space ~
24386 \end_inset
24387
24388
24389 \begin_inset CommandInset ref
24390 LatexCommand ref
24391 reference "sub:Numeración-de-Notas-al-Pie"
24392
24393 \end_inset
24394
24395 ; sólo hay que reemplazar el comando 
24396 \series bold
24397
24398 \backslash
24399 thefootnote
24400 \series default
24401  por 
24402 \series bold
24403
24404 \backslash
24405 theendnote
24406 \series default
24407 .
24408  Para restablecer la numeración usa el comando 
24409 \series bold
24410
24411 \backslash
24412 @addtoreset
24413 \series default
24414  como se describe en la sección
24415 \begin_inset space ~
24416 \end_inset
24417
24418
24419 \begin_inset CommandInset ref
24420 LatexCommand ref
24421 reference "sub:Numeración-de-Notas-al-Pie"
24422
24423 \end_inset
24424
24425  y sustituye el parámetro de comando 
24426 \series bold
24427 footnote
24428 \series default
24429  por 
24430 \series bold
24431 endnote
24432 \series default
24433 .
24434 \end_layout
24435
24436 \begin_layout Standard
24437 Para crear sólo una marca para una nota final, usa el comando 
24438 \series bold
24439
24440 \backslash
24441 endnotemark[número]
24442 \series default
24443  similar al comando 
24444 \series bold
24445
24446 \backslash
24447 footnotemark
24448 \series default
24449 , descrito en la sección
24450 \begin_inset space ~
24451 \end_inset
24452
24453
24454 \begin_inset CommandInset ref
24455 LatexCommand ref
24456 reference "sec:Notas-al-pie"
24457
24458 \end_inset
24459
24460 .
24461 \end_layout
24462
24463 \begin_layout Standard
24464 \begin_inset VSpace bigskip
24465 \end_inset
24466
24467 Las notas al pie también pueden colocarse al margen de la página y la alineación
24468  del texto del pie también puede cambiarse, véase el paquete LaTeX 
24469 \series bold
24470 footmisc
24471 \series default
24472
24473 \begin_inset Index
24474 status collapsed
24475
24476 \begin_layout Plain Layout
24477 LaTeX-paquetes ! footmisc
24478 \end_layout
24479
24480 \end_inset
24481
24482  
24483 \begin_inset CommandInset citation
24484 LatexCommand cite
24485 key "footmisc"
24486
24487 \end_inset
24488
24489  para más información.
24490 \end_layout
24491
24492 \begin_layout Standard
24493 Para otras posibilidades de diseño de notas al pie mira en libros de LaTeX,
24494  
24495 \begin_inset CommandInset citation
24496 LatexCommand cite
24497 key "latexcompanion,latexguide,latexbook"
24498
24499 \end_inset
24500
24501 .
24502 \end_layout
24503
24504 \begin_layout Section
24505 Notas al margen
24506 \begin_inset Index
24507 status collapsed
24508
24509 \begin_layout Plain Layout
24510 Notas ! al margen
24511 \end_layout
24512
24513 \end_inset
24514
24515
24516 \end_layout
24517
24518 \begin_layout Standard
24519 Las notas al margen se ven y se comportan en LyX como notas al pie.
24520  Se insertan con el menú 
24521 \family sans
24522 Insertar\SpecialChar \menuseparator
24523 Nota
24524 \begin_inset space ~
24525 \end_inset
24526
24527 al
24528 \begin_inset space ~
24529 \end_inset
24530
24531 margen
24532 \family default
24533  o con el botón 
24534 \begin_inset Graphics
24535         filename ../../images/marginalnote-insert.png
24536         scale 85
24537
24538 \end_inset
24539
24540 .
24541  Aparece un cuadro gris con la etiqueta 
24542 \family roman
24543 \series medium
24544 «margen» en color rojo y un marco en el que puedes escribir el texto de
24545  la nota.
24546 \end_layout
24547
24548 \begin_layout Standard
24549 Al lado hay un ejemplo de nota al margen.
24550
24551 \family roman
24552 \series medium
24553  
24554 \begin_inset Marginal
24555 status open
24556
24557 \begin_layout Plain Layout
24558 Esto es una nota al margen.
24559 \end_layout
24560
24561 \end_inset
24562
24563
24564 \end_layout
24565
24566 \begin_layout Standard
24567 Estas notas salen en el margen derecho en documentos a una cara.
24568  En documentos a doble cara se muestran en el margen externo ---margen izquierdo
24569  en páginas pares, derecho en páginas impares---.
24570  El texto de las notas se ajusta a la parte opuesta al margen ---se ajusta
24571  a la derecha si la nota aparece en el margen izquierdo---.
24572  La primera línea de la nota se sitúa en la posición de la línea del texto
24573  en la que se inserta en el documento.
24574 \end_layout
24575
24576 \begin_layout Standard
24577 \begin_inset VSpace bigskip
24578 \end_inset
24579
24580 Para colocar la nota en el margen interno añade el comando
24581 \end_layout
24582
24583 \begin_layout Standard
24584
24585 \series bold
24586
24587 \backslash
24588 reversemarginpar
24589 \end_layout
24590
24591 \begin_layout Standard
24592 en código TeX antes de la nota.
24593  La nueva colocación es válida para todas las siguientes notas al margen.
24594  
24595 \begin_inset ERT
24596 status collapsed
24597
24598 \begin_layout Plain Layout
24599
24600
24601 \backslash
24602 reversemarginpar 
24603 \end_layout
24604
24605 \end_inset
24606
24607
24608 \begin_inset Marginal
24609 status open
24610
24611 \begin_layout Plain Layout
24612 Esto es una nota en el margen interno.
24613 \end_layout
24614
24615 \end_inset
24616
24617
24618 \series bold
24619
24620 \begin_inset Newline newline
24621 \end_inset
24622
24623
24624 \series default
24625
24626 \begin_inset Note Greyedout
24627 status open
24628
24629 \begin_layout Plain Layout
24630
24631 \series bold
24632 Nota:
24633 \series default
24634  A veces no hay espacio suficiente en el margen interno, por lo que la nota
24635  no se mostrará correctamente en la salida.
24636 \end_layout
24637
24638 \end_inset
24639
24640
24641 \end_layout
24642
24643 \begin_layout Standard
24644 Para volver a la ubicación predeterminada inserta en código TeX el comando
24645 \begin_inset ERT
24646 status collapsed
24647
24648 \begin_layout Plain Layout
24649
24650
24651 \backslash
24652 normalmarginpar 
24653 \end_layout
24654
24655 \end_inset
24656
24657
24658 \end_layout
24659
24660 \begin_layout Standard
24661
24662 \series bold
24663
24664 \backslash
24665 normalmarginpar
24666 \end_layout
24667
24668 \begin_layout Standard
24669 \begin_inset Note Greyedout
24670 status open
24671
24672 \begin_layout Plain Layout
24673
24674 \series bold
24675 Nota:
24676 \series default
24677  El comando se ignora si en el mismo párrafo está también presente el comando
24678  
24679 \series bold
24680
24681 \backslash
24682 reversemarginpar
24683 \series default
24684 .
24685 \end_layout
24686
24687 \end_inset
24688
24689
24690 \end_layout
24691
24692 \begin_layout Standard
24693 \begin_inset VSpace bigskip
24694 \end_inset
24695
24696
24697 \family roman
24698 \series medium
24699
24700 \begin_inset Marginal
24701 status open
24702
24703 \begin_layout Plain Layout
24704 PalabraMuyLargaAlMargen no partida con guión.
24705 \end_layout
24706
24707 \end_inset
24708
24709
24710 \family default
24711 \series default
24712  Como en el caso descrito en la sección
24713 \begin_inset space ~
24714 \end_inset
24715
24716
24717 \begin_inset CommandInset ref
24718 LatexCommand ref
24719 reference "sub:Líneas-Múltiples-en"
24720
24721 \end_inset
24722
24723 , una palabra larga no puede partirse con guión cuando es la primera en
24724  la nota al margen.
24725  Para evitar esto, inserta un espacio horizontal de 0
24726 \begin_inset space \thinspace{}
24727 \end_inset
24728
24729 pt antes de la palabra
24730 \family roman
24731 \series medium
24732 .
24733  
24734 \begin_inset Marginal
24735 status open
24736
24737 \begin_layout Plain Layout
24738 \begin_inset ERT
24739 status collapsed
24740
24741 \begin_layout Plain Layout
24742
24743
24744 \backslash
24745 hspace{0pt}
24746 \end_layout
24747
24748 \end_inset
24749
24750 PalabraMuyLargaAlMargen partida con guión.
24751 \end_layout
24752
24753 \end_inset
24754
24755
24756 \end_layout
24757
24758 \begin_layout Standard
24759 \begin_inset VSpace bigskip
24760 \end_inset
24761
24762
24763 \end_layout
24764
24765 \begin_layout Standard
24766 \begin_inset Note Greyedout
24767 status open
24768
24769 \begin_layout Plain Layout
24770
24771 \series bold
24772 Nota:
24773 \series default
24774  Normalmente no pueden utilizarse notas al margen en tablas, flotantes y
24775  notas al pie.
24776 \end_layout
24777
24778 \end_inset
24779
24780
24781 \end_layout
24782
24783 \begin_layout Standard
24784 \begin_inset VSpace bigskip
24785 \end_inset
24786
24787
24788 \end_layout
24789
24790 \begin_layout Standard
24791 \begin_inset ERT
24792 status collapsed
24793
24794 \begin_layout Plain Layout
24795
24796
24797 \backslash
24798 ifmarginnote
24799 \end_layout
24800
24801 \end_inset
24802
24803
24804 \begin_inset Note Note
24805 status open
24806
24807 \begin_layout Plain Layout
24808 La siguiente sección sólo se mostrará en pantalla si está instalado el paquete
24809  LaTeX 
24810 \series bold
24811 marginnote
24812 \series default
24813 .
24814 \end_layout
24815
24816 \end_inset
24817
24818
24819 \end_layout
24820
24821 \begin_layout Standard
24822 Esta restricción se puede salvar con el paquete LaTeX 
24823 \series bold
24824 marginnote
24825 \series default
24826
24827 \begin_inset Index
24828 status collapsed
24829
24830 \begin_layout Plain Layout
24831 LaTeX-paquetes ! marginnote
24832 \end_layout
24833
24834 \end_inset
24835
24836 .
24837  Poniendo estas dos líneas en el preámbulo, el comando usado por LyX para
24838  notas al margen es redefinido para usar el comando proporcionado por el
24839  paquete 
24840 \series bold
24841 marginnote
24842 \series default
24843 :
24844 \end_layout
24845
24846 \begin_layout Standard
24847
24848 \series bold
24849
24850 \backslash
24851 usepackage{marginnote}
24852 \begin_inset Newline newline
24853 \end_inset
24854
24855
24856 \backslash
24857 let
24858 \backslash
24859 marginpar
24860 \backslash
24861 marginnote
24862 \end_layout
24863
24864 \begin_layout Standard
24865 Esto se ha utilizado en el presente documento porque 
24866 \series bold
24867 marginnote
24868 \series default
24869  tiene una característica adicional útil: Puedes establecer un desplazamiento
24870  vertical a la nota.
24871  A veces esto hace falta si hay demasiadas notas juntas o para mejorar el
24872  diseño de la página.
24873  En LyX, el desplazamiento se escribe directamente tras la nota al margen,
24874  en código TeX
24875 \end_layout
24876
24877 \begin_layout Standard
24878
24879 \series bold
24880 [desplazamiento]
24881 \end_layout
24882
24883 \begin_layout Standard
24884 donde desplazamiento es una longitud en una de las unidades de la tabla
24885 \begin_inset space ~
24886 \end_inset
24887
24888
24889 \begin_inset CommandInset ref
24890 LatexCommand ref
24891 reference "tab:Unidades"
24892
24893 \end_inset
24894
24895 .
24896  Un valor negativo desplaza la nota hacia arriba, un valor positivo hacia
24897  abajo.
24898  
24899 \family roman
24900 \series medium
24901 Por ejemplo la nota adjunta a esta línea de texto está desplazada 1.5
24902 \begin_inset space \thinspace{}
24903 \end_inset
24904
24905 cm arriba con el comando en código TeX 
24906 \begin_inset Quotes eld
24907 \end_inset
24908
24909
24910 \family default
24911 \series bold
24912 [-1.5cm]
24913 \family roman
24914 \series medium
24915
24916 \begin_inset Quotes erd
24917 \end_inset
24918
24919
24920 \begin_inset Marginal
24921 status collapsed
24922
24923 \begin_layout Plain Layout
24924 Esta nota está 1.5
24925 \begin_inset space \thinspace{}
24926 \end_inset
24927
24928 cm por encima de su posición original.
24929 \end_layout
24930
24931 \end_inset
24932
24933
24934 \family default
24935 \series default
24936
24937 \begin_inset ERT
24938 status collapsed
24939
24940 \begin_layout Plain Layout
24941
24942 [-1.5cm]
24943 \end_layout
24944
24945 \end_inset
24946
24947
24948 \end_layout
24949
24950 \begin_layout Standard
24951 \begin_inset VSpace medskip
24952 \end_inset
24953
24954 Con 
24955 \series bold
24956 marginnote
24957 \series default
24958  también puedes cambiar la alineación del texto en el margen.
24959  Por ejemplo los comandos
24960 \end_layout
24961
24962 \begin_layout Standard
24963
24964 \series bold
24965
24966 \backslash
24967 renewcommand*{
24968 \backslash
24969 raggedleftmarginnote}{
24970 \backslash
24971 centering}
24972 \begin_inset Newline newline
24973 \end_inset
24974
24975
24976 \backslash
24977 renewcommand*{
24978 \backslash
24979 raggedrightmarginnote}{
24980 \backslash
24981 centering}
24982 \end_layout
24983
24984 \begin_layout Standard
24985 producen alineación centrada.
24986  
24987 \series bold
24988
24989 \backslash
24990 raggedleftmarginnote
24991 \series default
24992  identifica las notas que aparecen al lado izquierdo.
24993 \family roman
24994 \series medium
24995
24996 \begin_inset ERT
24997 status collapsed
24998
24999 \begin_layout Plain Layout
25000
25001
25002 \backslash
25003 renewcommand*{
25004 \backslash
25005 raggedleftmarginnote}{
25006 \backslash
25007 centering}
25008 \end_layout
25009
25010 \begin_layout Plain Layout
25011
25012
25013 \backslash
25014 renewcommand*{
25015 \backslash
25016 raggedrightmarginnote}{
25017 \backslash
25018 centering}
25019 \end_layout
25020
25021 \end_inset
25022
25023
25024 \begin_inset Marginal
25025 status open
25026
25027 \begin_layout Plain Layout
25028 El texto de esta nota está centrado.
25029 \end_layout
25030
25031 \end_inset
25032
25033
25034 \family default
25035 \series default
25036  El valor predeterminado es 
25037 \end_layout
25038
25039 \begin_layout Standard
25040
25041 \series bold
25042
25043 \backslash
25044 renewcommand*{
25045 \backslash
25046 raggedleftmarginnote}{
25047 \backslash
25048 raggedleft}
25049 \begin_inset Newline newline
25050 \end_inset
25051
25052
25053 \backslash
25054 renewcommand*{
25055 \backslash
25056 raggedrightmarginnote}{
25057 \backslash
25058 raggedright}
25059 \family roman
25060 \series medium
25061
25062 \begin_inset ERT
25063 status collapsed
25064
25065 \begin_layout Plain Layout
25066
25067
25068 \backslash
25069 renewcommand*{
25070 \backslash
25071 raggedleftmarginnote}{
25072 \backslash
25073 raggedleft}
25074 \end_layout
25075
25076 \begin_layout Plain Layout
25077
25078
25079 \backslash
25080 renewcommand*{
25081 \backslash
25082 raggedrightmarginnote}{
25083 \backslash
25084 raggedright}
25085 \end_layout
25086
25087 \end_inset
25088
25089
25090 \end_layout
25091
25092 \begin_layout Standard
25093 \begin_inset VSpace medskip
25094 \end_inset
25095
25096 Para otras características de 
25097 \series bold
25098 marginnote
25099 \series default
25100  mira en su documentación 
25101 \begin_inset CommandInset citation
25102 LatexCommand cite
25103 key "marginnote"
25104
25105 \end_inset
25106
25107 .
25108 \end_layout
25109
25110 \begin_layout Standard
25111 \begin_inset VSpace bigskip
25112 \end_inset
25113
25114 El diseño de las notas al margen puede ser redefinido.
25115  Por ejemplo, para crear una cabecera para todas las notas con el texto
25116  
25117 \begin_inset Quotes eld
25118 \end_inset
25119
25120
25121 \series bold
25122 \bar under
25123 ¡
25124 \family sans
25125 Atención
25126 \family default
25127 !
25128 \series default
25129 \bar default
25130
25131 \begin_inset Quotes erd
25132 \end_inset
25133
25134 , subrayado, sans-serif en negrita, añade lo siguiente en el preámbulo:
25135 \end_layout
25136
25137 \begin_layout Standard
25138
25139 \series bold
25140
25141 \backslash
25142 let
25143 \backslash
25144 myMarginpar
25145 \backslash
25146 marginpar
25147 \begin_inset Newline newline
25148 \end_inset
25149
25150
25151 \backslash
25152 renewcommand{
25153 \backslash
25154 marginpar}[1]{
25155 \backslash
25156 myMarginpar{%
25157 \begin_inset Newline newline
25158 \end_inset
25159
25160
25161 \begin_inset ERT
25162 status collapsed
25163
25164 \begin_layout Plain Layout
25165
25166
25167 \backslash
25168 hphantom{ }
25169 \end_layout
25170
25171 \end_inset
25172
25173
25174 \backslash
25175 hspace{0pt}
25176 \backslash
25177 textsf{
25178 \backslash
25179 textbf{
25180 \backslash
25181 underbar{¡Atención!}}}%
25182 \begin_inset Newline newline
25183 \end_inset
25184
25185
25186 \begin_inset ERT
25187 status collapsed
25188
25189 \begin_layout Plain Layout
25190
25191
25192 \backslash
25193 hphantom{ }
25194 \end_layout
25195
25196 \end_inset
25197
25198
25199 \backslash
25200 vspace{1.5mm}
25201 \backslash
25202
25203 \backslash
25204 #1}}
25205 \end_layout
25206
25207 \begin_layout Standard
25208
25209 \family roman
25210 \series medium
25211 \begin_inset ERT
25212 status collapsed
25213
25214 \begin_layout Plain Layout
25215
25216
25217 \backslash
25218 let
25219 \backslash
25220 myMarginpar
25221 \backslash
25222 marginpar
25223 \end_layout
25224
25225 \begin_layout Plain Layout
25226
25227
25228 \backslash
25229 renewcommand{
25230 \backslash
25231 marginpar}[1]{
25232 \backslash
25233 myMarginpar{%
25234 \end_layout
25235
25236 \begin_layout Plain Layout
25237
25238    
25239 \backslash
25240 textsf{
25241 \backslash
25242 textbf{
25243 \backslash
25244 underbar{¡Atención!}}}%
25245 \end_layout
25246
25247 \begin_layout Plain Layout
25248
25249    
25250 \backslash
25251 vspace{1.5mm}
25252 \backslash
25253
25254 \backslash
25255 #1}}
25256 \end_layout
25257
25258 \end_inset
25259
25260
25261 \begin_inset Marginal
25262 status open
25263
25264 \begin_layout Plain Layout
25265 Esta es una nota con una cabecera definida.
25266 \end_layout
25267
25268 \end_inset
25269
25270
25271 \family default
25272 \series default
25273
25274 \begin_inset ERT
25275 status collapsed
25276
25277 \begin_layout Plain Layout
25278
25279 [-1.5cm]
25280 \end_layout
25281
25282 \end_inset
25283
25284
25285 \family roman
25286 \series medium
25287
25288 \begin_inset ERT
25289 status collapsed
25290
25291 \begin_layout Plain Layout
25292
25293
25294 \backslash
25295 renewcommand{
25296 \backslash
25297 marginpar}[1]{
25298 \backslash
25299 myMarginpar{#1}}
25300 \end_layout
25301
25302 \end_inset
25303
25304
25305 \family default
25306 \series default
25307
25308 \begin_inset Note Note
25309 status collapsed
25310
25311 \begin_layout Plain Layout
25312 El formato de la nota al margen se ha cambiado sólo para este ejemplo.
25313 \end_layout
25314
25315 \end_inset
25316
25317
25318 \end_layout
25319
25320 \begin_layout Standard
25321 \begin_inset ERT
25322 status collapsed
25323
25324 \begin_layout Plain Layout
25325
25326
25327 \backslash
25328 else
25329 \end_layout
25330
25331 \end_inset
25332
25333
25334 \begin_inset Note Note
25335 status open
25336
25337 \begin_layout Plain Layout
25338 Lo siguiente se mostrará en pantalla si no está instalado el paquete LaTeX
25339  
25340 \series bold
25341 marginnote
25342 \series default
25343 .
25344 \end_layout
25345
25346 \end_inset
25347
25348
25349 \end_layout
25350
25351 \begin_layout Standard
25352 Debes instalar el paquete LaTeX 
25353 \series bold
25354 marginnote
25355 \series default
25356  para ver la parte siguiente en la salida.
25357 \end_layout
25358
25359 \begin_layout Standard
25360 \begin_inset ERT
25361 status collapsed
25362
25363 \begin_layout Plain Layout
25364
25365
25366 \backslash
25367 fi
25368 \end_layout
25369
25370 \end_inset
25371
25372
25373 \end_layout
25374
25375 \begin_layout Chapter
25376 Cuadros
25377 \end_layout
25378
25379 \begin_layout Section
25380 Introducción
25381 \begin_inset Index
25382 status collapsed
25383
25384 \begin_layout Plain Layout
25385 Cuadros ! Introducción
25386 \end_layout
25387
25388 \end_inset
25389
25390
25391 \end_layout
25392
25393 \begin_layout Standard
25394 Los cuadros se emplean para dar formato a bloques de texto.
25395  Se pueden usar para escribir documentos con varios lenguajes, véase sección
25396 \begin_inset space ~
25397 \end_inset
25398
25399
25400 \begin_inset CommandInset ref
25401 LatexCommand ref
25402 reference "sec:Minipáginas"
25403
25404 \end_inset
25405
25406 , enmarcar textos, véase sección
25407 \begin_inset space ~
25408 \end_inset
25409
25410
25411 \begin_inset CommandInset ref
25412 LatexCommand ref
25413 reference "sec:Cuadros-Enmarcados"
25414
25415 \end_inset
25416
25417 , evitar la división de palabras, véase sección
25418 \begin_inset space ~
25419 \end_inset
25420
25421
25422 \begin_inset CommandInset ref
25423 LatexCommand ref
25424 reference "sec:Evitar-la-Partición"
25425
25426 \end_inset
25427
25428 , alinear texto, véase sección
25429 \begin_inset space ~
25430 \end_inset
25431
25432
25433 \begin_inset CommandInset ref
25434 LatexCommand ref
25435 reference "sub:Alineación-Vertical"
25436
25437 \end_inset
25438
25439 , o para poner color de fondo a un texto, véase sección
25440 \begin_inset space ~
25441 \end_inset
25442
25443
25444 \begin_inset CommandInset ref
25445 LatexCommand ref
25446 reference "sec:Cuadros-Coloreados"
25447
25448 \end_inset
25449
25450 .
25451 \end_layout
25452
25453 \begin_layout Standard
25454 Se insertan con el menú 
25455 \family sans
25456 Insertar\SpecialChar \menuseparator
25457 Cuadro
25458 \family default
25459  o con el botón 
25460 \begin_inset Graphics
25461         filename ../../images/box-insert.png
25462         scale 85
25463
25464 \end_inset
25465
25466 .
25467  Surge un recuadro gris con la etiqueta 
25468 \family sans
25469 Cuadro (Minipágina)
25470 \family default
25471
25472 \begin_inset Graphics
25473         filename clipart/CuadroMinipagQt4.png
25474         scale 75
25475         keepAspectRatio
25476
25477 \end_inset
25478
25479 .
25480  El tipo de cuadro se puede elegir al hacer clic-derecho sobre él.
25481  Sale un diálogo en el que 
25482 \family sans
25483 Cuadro
25484 \family default
25485
25486 \begin_inset space ~
25487 \end_inset
25488
25489
25490 \family sans
25491 interior
25492 \family default
25493  permite escoger los tipos 
25494 \family sans
25495 Párrafo
25496 \family default
25497  y 
25498 \family sans
25499 Minipágina
25500 \family default
25501 .
25502  
25503 \family sans
25504 Minipágina
25505 \family default
25506  es el predeterminado para nuevos cuadros y se explica en la sección
25507 \begin_inset space ~
25508 \end_inset
25509
25510
25511 \begin_inset CommandInset ref
25512 LatexCommand ref
25513 reference "sec:Minipáginas"
25514
25515 \end_inset
25516
25517 ; el tipo 
25518 \family sans
25519 Párrafo
25520 \family default
25521  se describe en la sección
25522 \begin_inset space ~
25523 \end_inset
25524
25525
25526 \begin_inset CommandInset ref
25527 LatexCommand ref
25528 reference "sec:Cuadros-de-Párrafo"
25529
25530 \end_inset
25531
25532 .
25533 \end_layout
25534
25535 \begin_layout Standard
25536 Los cuadros no se numeran y por tanto no se pueden referenciar como los
25537  flotantes o las notas al pie.
25538 \end_layout
25539
25540 \begin_layout Standard
25541 \begin_inset Note Greyedout
25542 status open
25543
25544 \begin_layout Plain Layout
25545
25546 \series bold
25547 Nota:
25548 \series default
25549  Los cuadros no deben ser el ítem en un entorno 
25550 \family sans
25551 Enumeración*
25552 \family default
25553  o 
25554 \family sans
25555 Descripción
25556 \family default
25557 .
25558 \end_layout
25559
25560 \end_inset
25561
25562
25563 \end_layout
25564
25565 \begin_layout Standard
25566 \begin_inset Note Greyedout
25567 status open
25568
25569 \begin_layout Plain Layout
25570
25571 \series bold
25572 Nota:
25573 \series default
25574  Por razones desconocidas sólo se puede poner el tipo 
25575 \family sans
25576 Cuadro
25577 \begin_inset space ~
25578 \end_inset
25579
25580 interior
25581 \family default
25582  en 
25583 \family sans
25584 Ninguno
25585 \family default
25586  cuando se emplea un cuadro enmarcado.
25587  Los cuadros sin ningún tipo de 
25588 \family sans
25589 Cuadro
25590 \begin_inset space ~
25591 \end_inset
25592
25593 interior
25594 \family default
25595  y sin marcos se explican en la sección
25596 \begin_inset space ~
25597 \end_inset
25598
25599
25600 \begin_inset CommandInset ref
25601 LatexCommand ref
25602 reference "sec:Evitar-la-Partición"
25603
25604 \end_inset
25605
25606 .
25607 \end_layout
25608
25609 \end_inset
25610
25611
25612 \end_layout
25613
25614 \begin_layout Section
25615 Diálogo de cuadros
25616 \begin_inset CommandInset label
25617 LatexCommand label
25618 name "sec:Diálogo-Cuadros"
25619
25620 \end_inset
25621
25622
25623 \begin_inset Index
25624 status collapsed
25625
25626 \begin_layout Plain Layout
25627 Cuadros ! Configuración
25628 \end_layout
25629
25630 \end_inset
25631
25632
25633 \end_layout
25634
25635 \begin_layout Subsection
25636 Tamaño
25637 \begin_inset Index
25638 status collapsed
25639
25640 \begin_layout Plain Layout
25641 Cuadros ! Tamaño
25642 \end_layout
25643
25644 \end_inset
25645
25646
25647 \end_layout
25648
25649 \begin_layout Standard
25650 En el diálogo puedes ajustar la geometría del cuadro en los campos 
25651 \family sans
25652 Ancho
25653 \family default
25654  y 
25655 \family sans
25656 Alto
25657 \family default
25658 .
25659  Las unidades disponibles para la geometría se describen en la tabla
25660 \begin_inset space ~
25661 \end_inset
25662
25663
25664 \begin_inset CommandInset ref
25665 LatexCommand ref
25666 reference "tab:Unidades"
25667
25668 \end_inset
25669
25670 .
25671  El campo 
25672 \family sans
25673 Alto
25674 \family default
25675  ofrece los siguientes tamaños adicionales:
25676 \end_layout
25677
25678 \begin_layout Description
25679 Profundidad Este es el texto plano «alto».
25680  Ignora la profundidad total cuando hay múltiples líneas de texto en el
25681  cuadro:
25682 \begin_inset Newline newline
25683 \end_inset
25684
25685
25686 \begin_inset Newline newline
25687 \end_inset
25688
25689
25690 \begin_inset Newline newline
25691 \end_inset
25692
25693
25694 \begin_inset Box Boxed
25695 position "c"
25696 hor_pos "c"
25697 has_inner_box 1
25698 inner_pos "c"
25699 use_parbox 0
25700 width "12col%"
25701 special "none"
25702 height "1in"
25703 height_special "depth"
25704 status open
25705
25706 \begin_layout Plain Layout
25707 \align center
25708 Cuadro con altura establecida en 1
25709 \begin_inset space \thinspace{}
25710 \end_inset
25711
25712 Profundidad
25713 \end_layout
25714
25715 \end_inset
25716
25717
25718 \begin_inset Newline newline
25719 \end_inset
25720
25721
25722 \begin_inset Newline newline
25723 \end_inset
25724
25725
25726 \end_layout
25727
25728 \begin_layout Description
25729 Alto Es la altura del texto que está dentro del cuadro.
25730  Un valor de, p.
25731 \begin_inset space \thinspace{}
25732 \end_inset
25733
25734 e.
25735 \begin_inset space ~
25736 \end_inset
25737
25738 2 para este tamaño fijará la altura del cuadro a 2 veces la altura del texto:
25739  
25740 \begin_inset Box Boxed
25741 position "c"
25742 hor_pos "c"
25743 has_inner_box 1
25744 inner_pos "c"
25745 use_parbox 0
25746 width "20col%"
25747 special "none"
25748 height "2in"
25749 height_special "height"
25750 status open
25751
25752 \begin_layout Plain Layout
25753 \align center
25754 Cuadro con altura puesta en 2
25755 \begin_inset space \thinspace{}
25756 \end_inset
25757
25758 Alto
25759 \end_layout
25760
25761 \end_inset
25762
25763
25764 \end_layout
25765
25766 \begin_layout Description
25767 Alto
25768 \begin_inset space ~
25769 \end_inset
25770
25771 total Esto es el Alto
25772 \begin_inset space \thinspace{}
25773 \end_inset
25774
25775 +
25776 \begin_inset space \thinspace{}
25777 \end_inset
25778
25779 Profundidad: 
25780 \begin_inset Box Boxed
25781 position "c"
25782 hor_pos "c"
25783 has_inner_box 1
25784 inner_pos "c"
25785 use_parbox 0
25786 width "20col%"
25787 special "none"
25788 height "1in"
25789 height_special "totalheight"
25790 status open
25791
25792 \begin_layout Plain Layout
25793 \align center
25794 Cuadro con altura puesta a 1
25795 \begin_inset space \thinspace{}
25796 \end_inset
25797
25798 Alto
25799 \begin_inset space ~
25800 \end_inset
25801
25802 total
25803 \end_layout
25804
25805 \end_inset
25806
25807
25808 \end_layout
25809
25810 \begin_layout Description
25811 Ancho Esto determina al ancho del cuadro como altura: 
25812 \begin_inset Box Boxed
25813 position "c"
25814 hor_pos "c"
25815 has_inner_box 1
25816 inner_pos "c"
25817 use_parbox 0
25818 width "12col%"
25819 special "none"
25820 height "1in"
25821 height_special "width"
25822 status open
25823
25824 \begin_layout Plain Layout
25825 \align center
25826 Cuadro con altura puesta en 1
25827 \begin_inset space \thinspace{}
25828 \end_inset
25829
25830 Ancho
25831 \end_layout
25832
25833 \end_inset
25834
25835
25836 \end_layout
25837
25838 \begin_layout Subsection
25839 Alineación
25840 \begin_inset Index
25841 status collapsed
25842
25843 \begin_layout Plain Layout
25844 Cuadros ! Alineación
25845 \end_layout
25846
25847 \end_inset
25848
25849
25850 \end_layout
25851
25852 \begin_layout Standard
25853 Si has elegido un 
25854 \family sans
25855 Cuadro
25856 \begin_inset space ~
25857 \end_inset
25858
25859 interior
25860 \family default
25861 , la alineación vertical del cuadro puede ser:
25862 \end_layout
25863
25864 \begin_layout Description
25865 Superior Ejemplo de línea de texto.
25866  
25867 \begin_inset Box Boxed
25868 position "t"
25869 hor_pos "c"
25870 has_inner_box 1
25871 inner_pos "c"
25872 use_parbox 0
25873 width "12col%"
25874 special "none"
25875 height "1in"
25876 height_special "totalheight"
25877 status collapsed
25878
25879 \begin_layout Plain Layout
25880 \align center
25881 Cuadro alineado arriba.
25882 \end_layout
25883
25884 \end_inset
25885
25886  Ejemplo de línea de texto.
25887 \end_layout
25888
25889 \begin_layout Description
25890 Medio Ejemplo de línea de texto.
25891  
25892 \begin_inset Box Boxed
25893 position "c"
25894 hor_pos "c"
25895 has_inner_box 1
25896 inner_pos "c"
25897 use_parbox 0
25898 width "12col%"
25899 special "none"
25900 height "1in"
25901 height_special "totalheight"
25902 status collapsed
25903
25904 \begin_layout Plain Layout
25905 \align center
25906 Cuadro alineado en medio.
25907 \end_layout
25908
25909 \end_inset
25910
25911  Ejemplo de línea de texto.
25912 \end_layout
25913
25914 \begin_layout Description
25915 Inferior Ejemplo de línea de texto.
25916  
25917 \begin_inset Box Boxed
25918 position "b"
25919 hor_pos "c"
25920 has_inner_box 1
25921 inner_pos "c"
25922 use_parbox 0
25923 width "12col%"
25924 special "none"
25925 height "1in"
25926 height_special "totalheight"
25927 status collapsed
25928
25929 \begin_layout Plain Layout
25930 \align center
25931 Cuadro alineado abajo.
25932 \end_layout
25933
25934 \end_inset
25935
25936  Ejemplo de línea de texto.
25937 \end_layout
25938
25939 \begin_layout Standard
25940 \begin_inset Note Greyedout
25941 status open
25942
25943 \begin_layout Plain Layout
25944
25945 \series bold
25946 Nota:
25947 \series default
25948  La alineación vertical puede desaparecer en la salida si hay dos cuadros
25949  en una línea y, p.
25950 \begin_inset space \thinspace{}
25951 \end_inset
25952
25953 e., uno de ellos tiene sombreado y el otro no.
25954 \end_layout
25955
25956 \end_inset
25957
25958
25959 \end_layout
25960
25961 \begin_layout Standard
25962 La alineación horizontal del cuadro puede establecerse en el diálogo de
25963  configuración de párrafo de LyX si colocas el cuadro en su propio párrafo.
25964 \end_layout
25965
25966 \begin_layout Standard
25967 \begin_inset VSpace bigskip
25968 \end_inset
25969
25970 Si has escogido un 
25971 \family sans
25972 Cuadro
25973 \begin_inset space ~
25974 \end_inset
25975
25976 interior
25977 \family default
25978 , el contenido puede alinearse verticalmente a:
25979 \end_layout
25980
25981 \begin_layout Description
25982 Superior Ejemplo de línea de texto.
25983  
25984 \begin_inset Box Boxed
25985 position "c"
25986 hor_pos "c"
25987 has_inner_box 1
25988 inner_pos "t"
25989 use_parbox 0
25990 width "12col%"
25991 special "none"
25992 height "1.5in"
25993 height_special "totalheight"
25994 status collapsed
25995
25996 \begin_layout Plain Layout
25997 \align center
25998 Cuadro con texto alineado arriba.
25999 \end_layout
26000
26001 \end_inset
26002
26003  Ejemplo de línea de texto.
26004 \end_layout
26005
26006 \begin_layout Description
26007 Medio Ejemplo de línea de texto.
26008  
26009 \begin_inset Box Boxed
26010 position "c"
26011 hor_pos "c"
26012 has_inner_box 1
26013 inner_pos "c"
26014 use_parbox 0
26015 width "12col%"
26016 special "none"
26017 height "1.5in"
26018 height_special "totalheight"
26019 status collapsed
26020
26021 \begin_layout Plain Layout
26022 \align center
26023 Cuadro con texto alineado en medio.
26024 \end_layout
26025
26026 \end_inset
26027
26028  Ejemplo de línea de texto.
26029 \end_layout
26030
26031 \begin_layout Description
26032 Inferior Ejemplo de línea de texto.
26033  
26034 \begin_inset Box Boxed
26035 position "c"
26036 hor_pos "c"
26037 has_inner_box 1
26038 inner_pos "b"
26039 use_parbox 0
26040 width "12col%"
26041 special "none"
26042 height "1.5in"
26043 height_special "totalheight"
26044 status collapsed
26045
26046 \begin_layout Plain Layout
26047 \align center
26048 Cuadro con texto alineado abajo.
26049 \end_layout
26050
26051 \end_inset
26052
26053  Ejemplo de línea de texto.
26054 \end_layout
26055
26056 \begin_layout Description
26057 Estirado Ejemplo de línea de texto.
26058  
26059 \begin_inset Box Boxed
26060 position "c"
26061 hor_pos "c"
26062 has_inner_box 1
26063 inner_pos "s"
26064 use_parbox 0
26065 width "12col%"
26066 special "none"
26067 height "1.5in"
26068 height_special "totalheight"
26069 status collapsed
26070
26071 \begin_layout Plain Layout
26072 \align center
26073 Este texto
26074 \end_layout
26075
26076 \begin_layout Plain Layout
26077 \align center
26078 está
26079 \end_layout
26080
26081 \begin_layout Plain Layout
26082 \align center
26083 estirado.
26084 \end_layout
26085
26086 \end_inset
26087
26088  Ejemplo de línea de texto.
26089 \end_layout
26090
26091 \begin_layout Standard
26092 Para estirar el contenido debe tener más de un párrafo.
26093  En el ejemplo anterior cada línea de texto está en un párrafo propio.
26094 \end_layout
26095
26096 \begin_layout Standard
26097 \begin_inset VSpace bigskip
26098 \end_inset
26099
26100 Para estirar horizontalmente el contenido usa el diálogo de párrafos de
26101  LyX cuando hayas escogido un 
26102 \family sans
26103 Cuadro
26104 \begin_inset space ~
26105 \end_inset
26106
26107 interior
26108 \family default
26109 .
26110 \end_layout
26111
26112 \begin_layout Standard
26113 \align center
26114 \begin_inset Box Boxed
26115 position "c"
26116 hor_pos "c"
26117 has_inner_box 1
26118 inner_pos "s"
26119 use_parbox 0
26120 width "15col%"
26121 special "none"
26122 height "1.25in"
26123 height_special "totalheight"
26124 status collapsed
26125
26126 \begin_layout Plain Layout
26127 \align left
26128 Cuadro
26129 \end_layout
26130
26131 \begin_layout Plain Layout
26132 \align center
26133 con texto
26134 \end_layout
26135
26136 \begin_layout Plain Layout
26137 \align right
26138 estirado
26139 \end_layout
26140
26141 \end_inset
26142
26143
26144 \end_layout
26145
26146 \begin_layout Standard
26147 Si no has establecido un 
26148 \family sans
26149 Cuadro
26150 \begin_inset space ~
26151 \end_inset
26152
26153 interior
26154 \family default
26155 , puedes alinear horizontalmente el contenido del cuadro en el diálogo de
26156  cuadro.
26157 \end_layout
26158
26159 \begin_layout Standard
26160 \align center
26161 \begin_inset Box Boxed
26162 position "c"
26163 hor_pos "s"
26164 has_inner_box 0
26165 inner_pos "s"
26166 use_parbox 0
26167 width "90col%"
26168 special "none"
26169 height "1.25in"
26170 height_special "totalheight"
26171 status collapsed
26172
26173 \begin_layout Plain Layout
26174 \align left
26175 Texto estirado horizontalmente.
26176 \end_layout
26177
26178 \end_inset
26179
26180
26181 \end_layout
26182
26183 \begin_layout Subsection
26184 Cuadros enmarcados
26185 \begin_inset CommandInset label
26186 LatexCommand label
26187 name "sec:Cuadros-Enmarcados"
26188
26189 \end_inset
26190
26191
26192 \begin_inset Index
26193 status collapsed
26194
26195 \begin_layout Plain Layout
26196 Cuadros ! Marcos
26197 \end_layout
26198
26199 \end_inset
26200
26201
26202 \end_layout
26203
26204 \begin_layout Standard
26205 El estilo de marco del cuadro se puede determinar en la lista desplegable
26206  
26207 \family sans
26208 Tipo
26209 \family default
26210  del diálogo de cuadros.
26211  Son posibles los siguientes marcos:
26212 \end_layout
26213
26214 \begin_layout Description
26215 Marco
26216 \begin_inset space ~
26217 \end_inset
26218
26219 sencillo Dibuja un marco rectangular alrededor del cuadro.
26220  El grosor del marco depende de 
26221 \series bold
26222
26223 \backslash
26224 fboxrule
26225 \series default
26226 .
26227  
26228 \begin_inset Box Boxed
26229 position "c"
26230 hor_pos "c"
26231 has_inner_box 1
26232 inner_pos "c"
26233 use_parbox 0
26234 width "25col%"
26235 special "none"
26236 height "1in"
26237 height_special "totalheight"
26238 status open
26239
26240 \begin_layout Plain Layout
26241 \align center
26242 Cuadro rectangular
26243 \end_layout
26244
26245 \end_inset
26246
26247
26248 \end_layout
26249
26250 \begin_layout Description
26251 Marco
26252 \begin_inset space ~
26253 \end_inset
26254
26255 sencillo
26256 \begin_inset space ~
26257 \end_inset
26258
26259 con
26260 \begin_inset space ~
26261 \end_inset
26262
26263 salto
26264 \begin_inset space ~
26265 \end_inset
26266
26267 de
26268 \begin_inset space ~
26269 \end_inset
26270
26271 página Si usas la decoración 
26272 \family sans
26273 marco sencillo rectangular
26274 \family default
26275  sin cuadro interior, puedes permitir saltos de página dentro del cuadro.
26276  Ten en cuenta que en ese caso, al contrario que otros cuadros enmarcados,
26277  el marco usa siempre todo el ancho de columna, el cuadro va en un párrafo
26278  propio y 
26279 \series bold
26280
26281 \backslash
26282 fboxrule
26283 \series default
26284  y 
26285 \series bold
26286
26287 \backslash
26288 fboxsep
26289 \series default
26290  no funcionan.
26291  El grosor del marco tiene el tamaño de 
26292 \series bold
26293
26294 \backslash
26295 FrameRule
26296 \series default
26297 .
26298 \begin_inset Box Framed
26299 position "t"
26300 hor_pos "c"
26301 has_inner_box 0
26302 inner_pos "t"
26303 use_parbox 0
26304 width "100col%"
26305 special "none"
26306 height "1in"
26307 height_special "totalheight"
26308 status collapsed
26309
26310 \begin_layout Plain Layout
26311 Cuadro que permite saltos de página
26312 \end_layout
26313
26314 \end_inset
26315
26316
26317 \end_layout
26318
26319 \begin_layout Description
26320 Marco
26321 \begin_inset space ~
26322 \end_inset
26323
26324 ovalado,
26325 \begin_inset space ~
26326 \end_inset
26327
26328 fino Dibuja un marco ovalado cuya línea tiene un grosor de 0.4
26329 \begin_inset space \thinspace{}
26330 \end_inset
26331
26332 pt.
26333  
26334 \begin_inset Box ovalbox
26335 position "c"
26336 hor_pos "c"
26337 has_inner_box 1
26338 inner_pos "c"
26339 use_parbox 0
26340 width "25col%"
26341 special "none"
26342 height "1in"
26343 height_special "totalheight"
26344 status open
26345
26346 \begin_layout Plain Layout
26347 \align center
26348 Marco ovalado, fino
26349 \end_layout
26350
26351 \end_inset
26352
26353
26354 \end_layout
26355
26356 \begin_layout Description
26357 Marco
26358 \begin_inset space ~
26359 \end_inset
26360
26361 ovalado,
26362 \begin_inset space ~
26363 \end_inset
26364
26365 grueso Dibuja un marco ovalado cuya línea tiene un grosor de 0.8
26366 \begin_inset space \thinspace{}
26367 \end_inset
26368
26369 pt.
26370  
26371 \begin_inset Box Ovalbox
26372 position "c"
26373 hor_pos "c"
26374 has_inner_box 1
26375 inner_pos "c"
26376 use_parbox 0
26377 width "30col%"
26378 special "none"
26379 height "1in"
26380 height_special "totalheight"
26381 status open
26382
26383 \begin_layout Plain Layout
26384 \align center
26385 Cuadro ovalado, grueso
26386 \end_layout
26387
26388 \end_inset
26389
26390
26391 \end_layout
26392
26393 \begin_layout Description
26394 Marco
26395 \begin_inset space ~
26396 \end_inset
26397
26398 sombreado Dibuja un cuadro rectangular con sombra alrededor del cuadro.
26399  El grosor de la línea tiene el tamaño dado por 
26400 \series bold
26401
26402 \backslash
26403 fboxrule
26404 \series default
26405 , la sombra tiene una anchura de 4
26406 \begin_inset space \thinspace{}
26407 \end_inset
26408
26409 pt.
26410  
26411 \begin_inset Box Shadowbox
26412 position "c"
26413 hor_pos "c"
26414 has_inner_box 1
26415 inner_pos "c"
26416 use_parbox 0
26417 width "20col%"
26418 special "none"
26419 height "1in"
26420 height_special "totalheight"
26421 status open
26422
26423 \begin_layout Plain Layout
26424 \align center
26425 Marco sombrado
26426 \end_layout
26427
26428 \end_inset
26429
26430
26431 \end_layout
26432
26433 \begin_layout Description
26434 Fondo
26435 \begin_inset space ~
26436 \end_inset
26437
26438 sombreado Dibuja un cuadro con fondo de color rojo.
26439  A diferencia de los cuadros coloreados,
26440 \begin_inset Foot
26441 status open
26442
26443 \begin_layout Plain Layout
26444 véase sec.
26445  
26446 \begin_inset CommandInset ref
26447 LatexCommand ref
26448 reference "sec:Cuadros-Coloreados"
26449
26450 \end_inset
26451
26452
26453 \end_layout
26454
26455 \end_inset
26456
26457  siempre usa el ancho total de columna y el cuadro va en su propio párrafo.
26458 \begin_inset Box Shaded
26459 position "t"
26460 hor_pos "c"
26461 has_inner_box 0
26462 inner_pos "t"
26463 use_parbox 0
26464 width "50col%"
26465 special "none"
26466 height "1in"
26467 height_special "totalheight"
26468 status open
26469
26470 \begin_layout Plain Layout
26471 Cuadro con fondo sombreado
26472 \end_layout
26473
26474 \end_inset
26475
26476
26477 \end_layout
26478
26479 \begin_layout Description
26480 Marco
26481 \begin_inset space ~
26482 \end_inset
26483
26484 doble Dibuja un rectángulo de línea doble alrededor del cuadro.
26485  El grosor de la línea interior es 0.75
26486 \begin_inset space \thinspace{}
26487 \end_inset
26488
26489
26490 \series bold
26491
26492 \backslash
26493 fboxrule
26494 \series default
26495 , el de la línea exterior es 1.5
26496 \begin_inset space \thinspace{}
26497 \end_inset
26498
26499
26500 \series bold
26501
26502 \backslash
26503 fboxrule
26504 \series default
26505 .
26506  La distancia entre líneas es 1.5
26507 \begin_inset space \thinspace{}
26508 \end_inset
26509
26510
26511 \series bold
26512
26513 \backslash
26514 fboxrule
26515 \series default
26516
26517 \begin_inset space \thinspace{}
26518 \end_inset
26519
26520 +
26521 \begin_inset space \thinspace{}
26522 \end_inset
26523
26524 0.5
26525 \begin_inset space \thinspace{}
26526 \end_inset
26527
26528 pt.
26529  
26530 \begin_inset Box Doublebox
26531 position "c"
26532 hor_pos "c"
26533 has_inner_box 1
26534 inner_pos "c"
26535 use_parbox 0
26536 width "20col%"
26537 special "none"
26538 height "1in"
26539 height_special "totalheight"
26540 status open
26541
26542 \begin_layout Plain Layout
26543 \align center
26544 Marco doble
26545 \end_layout
26546
26547 \end_inset
26548
26549
26550 \end_layout
26551
26552 \begin_layout Standard
26553 \begin_inset VSpace bigskip
26554 \end_inset
26555
26556 La etiqueta del cuadro en LyX reflejará el estilo de marco elegido.
26557  Para poder utilizar los distintos marcos, debe estar instalado el paquete
26558  LaTeX 
26559 \series bold
26560 fancybox
26561 \series default
26562
26563 \begin_inset Index
26564 status collapsed
26565
26566 \begin_layout Plain Layout
26567 LaTeX-paquetes ! fancybox
26568 \end_layout
26569
26570 \end_inset
26571
26572 .
26573 \end_layout
26574
26575 \begin_layout Section
26576 Personalización de cuadros
26577 \begin_inset Index
26578 status open
26579
26580 \begin_layout Plain Layout
26581 Cuadros ! Personalizar
26582 \end_layout
26583
26584 \end_inset
26585
26586
26587 \end_layout
26588
26589 \begin_layout Standard
26590 El valor predeterminado por 
26591 \series bold
26592
26593 \backslash
26594 fboxrule
26595 \series default
26596  es 0.4
26597 \begin_inset space \thinspace{}
26598 \end_inset
26599
26600 pt.
26601  Puede cambiarse con el siguiente comando en código TeX, p.
26602 \begin_inset space \thinspace{}
26603 \end_inset
26604
26605 e.
26606 \begin_inset space ~
26607 \end_inset
26608
26609 a
26610 \begin_inset space ~
26611 \end_inset
26612
26613 2
26614 \begin_inset space \thinspace{}
26615 \end_inset
26616
26617 pt:
26618 \end_layout
26619
26620 \begin_layout Standard
26621
26622 \series bold
26623
26624 \backslash
26625 setlength{
26626 \backslash
26627 fboxrule}{2pt}
26628 \end_layout
26629
26630 \begin_layout Standard
26631 \begin_inset ERT
26632 status collapsed
26633
26634 \begin_layout Plain Layout
26635
26636
26637 \backslash
26638 setlength{
26639 \backslash
26640 fboxrule}{2pt}
26641 \end_layout
26642
26643 \end_inset
26644
26645
26646 \begin_inset Box Boxed
26647 position "c"
26648 hor_pos "c"
26649 has_inner_box 1
26650 inner_pos "c"
26651 use_parbox 0
26652 width "25col%"
26653 special "none"
26654 height "1in"
26655 height_special "totalheight"
26656 status open
26657
26658 \begin_layout Plain Layout
26659 \align center
26660 Cuadro rectangular con 
26661 \series bold
26662
26663 \backslash
26664 fboxrule
26665 \series default
26666
26667 \begin_inset space \thinspace{}
26668 \end_inset
26669
26670 =
26671 \begin_inset space \thinspace{}
26672 \end_inset
26673
26674 2
26675 \begin_inset space \thinspace{}
26676 \end_inset
26677
26678 pt
26679 \end_layout
26680
26681 \end_inset
26682
26683
26684 \begin_inset ERT
26685 status collapsed
26686
26687 \begin_layout Plain Layout
26688
26689
26690 \backslash
26691 setlength{
26692 \backslash
26693 fboxrule}{0.4pt}
26694 \end_layout
26695
26696 \end_inset
26697
26698
26699 \end_layout
26700
26701 \begin_layout Standard
26702 \begin_inset VSpace bigskip
26703 \end_inset
26704
26705 El espacio entre el marco y el contenido del cuadro es 3
26706 \begin_inset space \thinspace{}
26707 \end_inset
26708
26709 pt por omisión para todos los estilos.
26710  Se puede cambiar mediante la longitud 
26711 \series bold
26712
26713 \backslash
26714 fboxsep
26715 \series default
26716 .
26717  Por ejemplo el comando
26718 \end_layout
26719
26720 \begin_layout Standard
26721
26722 \series bold
26723
26724 \backslash
26725 setlength{
26726 \backslash
26727 fboxsep}{10pt}
26728 \end_layout
26729
26730 \begin_layout Standard
26731 determina un valor de 10
26732 \begin_inset space \thinspace{}
26733 \end_inset
26734
26735 pt, como en el siguiente cuadro:
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 setlength{
26747 \backslash
26748 fboxsep}{10pt}
26749 \end_layout
26750
26751 \end_inset
26752
26753
26754 \begin_inset Box Boxed
26755 position "c"
26756 hor_pos "c"
26757 has_inner_box 1
26758 inner_pos "c"
26759 use_parbox 0
26760 width "25col%"
26761 special "none"
26762 height "1in"
26763 height_special "totalheight"
26764 status open
26765
26766 \begin_layout Plain Layout
26767 \align center
26768 Cuadro rectangular con 
26769 \series bold
26770
26771 \backslash
26772 fboxsep
26773 \series default
26774
26775 \begin_inset space \thinspace{}
26776 \end_inset
26777
26778 =
26779 \begin_inset space \thinspace{}
26780 \end_inset
26781
26782 10
26783 \begin_inset space \thinspace{}
26784 \end_inset
26785
26786 pt
26787 \end_layout
26788
26789 \end_inset
26790
26791
26792 \begin_inset ERT
26793 status collapsed
26794
26795 \begin_layout Plain Layout
26796
26797
26798 \backslash
26799 setlength{
26800 \backslash
26801 fboxsep}{3pt}
26802 \end_layout
26803
26804 \end_inset
26805
26806
26807 \end_layout
26808
26809 \begin_layout Standard
26810 \begin_inset VSpace bigskip
26811 \end_inset
26812
26813 El diámetro de las esquinas de los cuadros ovalados se puede modificar con
26814  el comando 
26815 \series bold
26816
26817 \backslash
26818 cornersize
26819 \series default
26820 .
26821  El comando
26822 \end_layout
26823
26824 \begin_layout Standard
26825
26826 \series bold
26827
26828 \backslash
26829 cornersize*{1cm}
26830 \end_layout
26831
26832 \begin_layout Standard
26833 establece un diámetro de 1
26834 \begin_inset space \thinspace{}
26835 \end_inset
26836
26837 cm.
26838  El comando
26839 \end_layout
26840
26841 \begin_layout Standard
26842
26843 \series bold
26844
26845 \backslash
26846 cornersize{num}
26847 \end_layout
26848
26849 \begin_layout Standard
26850 fija el diámetro en 
26851 \family sans
26852 num
26853 \begin_inset space \thinspace{}
26854 \end_inset
26855
26856 ×
26857 \begin_inset space \thinspace{}
26858 \end_inset
26859
26860 mínimo
26861 \family default
26862  
26863 \family sans
26864 (ancho y alto del cuadro)
26865 \family default
26866 .
26867  Por omisión es 
26868 \series bold
26869
26870 \backslash
26871 cornersize{0.5}
26872 \series default
26873 .
26874 \end_layout
26875
26876 \begin_layout Standard
26877 \begin_inset ERT
26878 status collapsed
26879
26880 \begin_layout Plain Layout
26881
26882
26883 \backslash
26884 cornersize*{1.5cm}
26885 \end_layout
26886
26887 \end_inset
26888
26889
26890 \begin_inset Box Ovalbox
26891 position "c"
26892 hor_pos "c"
26893 has_inner_box 1
26894 inner_pos "c"
26895 use_parbox 0
26896 width "28col%"
26897 special "none"
26898 height "1in"
26899 height_special "totalheight"
26900 status open
26901
26902 \begin_layout Plain Layout
26903 \align center
26904 Cuadro ovalado con 
26905 \series bold
26906
26907 \backslash
26908 cornersize
26909 \series default
26910
26911 \begin_inset space \thinspace{}
26912 \end_inset
26913
26914 =
26915 \begin_inset space \thinspace{}
26916 \end_inset
26917
26918 1.5
26919 \begin_inset space \thinspace{}
26920 \end_inset
26921
26922 cm
26923 \end_layout
26924
26925 \end_inset
26926
26927
26928 \begin_inset ERT
26929 status collapsed
26930
26931 \begin_layout Plain Layout
26932
26933
26934 \backslash
26935 cornersize{0.5}
26936 \end_layout
26937
26938 \end_inset
26939
26940
26941 \end_layout
26942
26943 \begin_layout Standard
26944 \begin_inset VSpace bigskip
26945 \end_inset
26946
26947 El tamaño de la sombra se puede ajustar cambiando la longitud 
26948 \series bold
26949
26950 \backslash
26951 shadowsize
26952 \series default
26953 .
26954  Este comando la ajusta a 2
26955 \begin_inset space \thinspace{}
26956 \end_inset
26957
26958 pt en el cuadro siguiente:
26959 \end_layout
26960
26961 \begin_layout Standard
26962
26963 \series bold
26964
26965 \backslash
26966 setlength{
26967 \backslash
26968 shadowsize}{2pt}
26969 \end_layout
26970
26971 \begin_layout Standard
26972 \begin_inset ERT
26973 status collapsed
26974
26975 \begin_layout Plain Layout
26976
26977
26978 \backslash
26979 setlength{
26980 \backslash
26981 shadowsize}{2pt}
26982 \end_layout
26983
26984 \end_inset
26985
26986
26987 \begin_inset Box Shadowbox
26988 position "c"
26989 hor_pos "c"
26990 has_inner_box 1
26991 inner_pos "c"
26992 use_parbox 0
26993 width "28col%"
26994 special "none"
26995 height "1in"
26996 height_special "totalheight"
26997 status open
26998
26999 \begin_layout Plain Layout
27000 \align center
27001 Cuadro sombreado con 
27002 \series bold
27003
27004 \backslash
27005 shadowsize
27006 \series default
27007
27008 \begin_inset space \thinspace{}
27009 \end_inset
27010
27011 =
27012 \begin_inset space \thinspace{}
27013 \end_inset
27014
27015 2
27016 \begin_inset space \thinspace{}
27017 \end_inset
27018
27019 pt
27020 \end_layout
27021
27022 \end_inset
27023
27024
27025 \begin_inset ERT
27026 status collapsed
27027
27028 \begin_layout Plain Layout
27029
27030
27031 \backslash
27032 setlength{
27033 \backslash
27034 shadowsize}{4pt}
27035 \end_layout
27036
27037 \end_inset
27038
27039
27040 \end_layout
27041
27042 \begin_layout Standard
27043 \begin_inset VSpace bigskip
27044 \end_inset
27045
27046
27047 \end_layout
27048
27049 \begin_layout Standard
27050 Por omisión, el tamaño 
27051 \series bold
27052
27053 \backslash
27054 FrameRule
27055 \series default
27056  es 0,4
27057 \begin_inset space \thinspace{}
27058 \end_inset
27059
27060 pt.
27061  El espacio por omisión entre el contenido de la nota y el marco es 9
27062 \begin_inset space \thinspace{}
27063 \end_inset
27064
27065 pt; puede cambiarse con el valor de 
27066 \series bold
27067
27068 \backslash
27069 FrameSep
27070 \series default
27071 .
27072  Por ejemplo, el marco del cuadro siguiente se establece con los comandos
27073  en código TeX
27074 \end_layout
27075
27076 \begin_layout Standard
27077
27078 \series bold
27079
27080 \backslash
27081 setlength{
27082 \backslash
27083 FrameRule}{5pt}
27084 \begin_inset Newline newline
27085 \end_inset
27086
27087
27088 \backslash
27089 setlength{
27090 \backslash
27091 FrameSep}{0.5cm}
27092 \end_layout
27093
27094 \begin_layout Standard
27095 \begin_inset ERT
27096 status collapsed
27097
27098 \begin_layout Plain Layout
27099
27100
27101 \backslash
27102 setlength{
27103 \backslash
27104 FrameRule}{5pt}
27105 \end_layout
27106
27107 \begin_layout Plain Layout
27108
27109
27110 \backslash
27111 setlength{
27112 \backslash
27113 FrameSep}{0.5cm}
27114 \end_layout
27115
27116 \end_inset
27117
27118
27119 \begin_inset Box Framed
27120 position "t"
27121 hor_pos "c"
27122 has_inner_box 0
27123 inner_pos "t"
27124 use_parbox 0
27125 width "100col%"
27126 special "none"
27127 height "1in"
27128 height_special "totalheight"
27129 status open
27130
27131 \begin_layout Plain Layout
27132 Texto en un 
27133 \family sans
27134 marco
27135 \begin_inset space ~
27136 \end_inset
27137
27138 sencillo
27139 \begin_inset space ~
27140 \end_inset
27141
27142 con
27143 \begin_inset space ~
27144 \end_inset
27145
27146 salto
27147 \begin_inset space ~
27148 \end_inset
27149
27150 de
27151 \begin_inset space ~
27152 \end_inset
27153
27154 página
27155 \family default
27156 .
27157 \end_layout
27158
27159 \end_inset
27160
27161
27162 \begin_inset ERT
27163 status collapsed
27164
27165 \begin_layout Plain Layout
27166
27167
27168 \backslash
27169 setlength{
27170 \backslash
27171 FrameRule}{0.4pt}
27172 \end_layout
27173
27174 \begin_layout Plain Layout
27175
27176
27177 \backslash
27178 setlength{
27179 \backslash
27180 FrameSep}{9pt}
27181 \end_layout
27182
27183 \end_inset
27184
27185
27186 \end_layout
27187
27188 \begin_layout Standard
27189 \begin_inset VSpace bigskip
27190 \end_inset
27191
27192
27193 \end_layout
27194
27195 \begin_layout Standard
27196 Para los cuadros con 
27197 \family sans
27198 fondo
27199 \begin_inset space ~
27200 \end_inset
27201
27202 sombreado
27203 \family default
27204  el espacio por omisión entre el contenido y el marco es 3
27205 \begin_inset space \thinspace{}
27206 \end_inset
27207
27208 pt; se puede cambiar con el valor de 
27209 \series bold
27210
27211 \backslash
27212 fboxsep
27213 \series default
27214 .
27215  El color rojo predeterminado se puede cambiar en el sitio con el comando
27216  
27217 \series bold
27218
27219 \backslash
27220 definecolor{shadebox}
27221 \series default
27222  o globalmente con el menú 
27223 \family sans
27224 Herramientas
27225 \family default
27226 \SpecialChar \menuseparator
27227
27228 \family sans
27229 Preferencias
27230 \family default
27231 \SpecialChar \menuseparator
27232
27233 \family sans
27234 Colores
27235 \family default
27236 \SpecialChar \menuseparator
27237
27238 \family sans
27239 cuadro
27240 \begin_inset space ~
27241 \end_inset
27242
27243 sombreado
27244 \family default
27245 .
27246  El esquema del comando 
27247 \series bold
27248
27249 \backslash
27250 definecolor
27251 \series default
27252  se explica en la sección
27253 \begin_inset space ~
27254 \end_inset
27255
27256
27257 \begin_inset CommandInset ref
27258 LatexCommand ref
27259 reference "sec:Tablas-Coloreadas"
27260
27261 \end_inset
27262
27263 .
27264 \begin_inset Foot
27265 status collapsed
27266
27267 \begin_layout Plain Layout
27268 El comando 
27269 \series bold
27270
27271 \backslash
27272 definecolor
27273 \series default
27274  requiere el paquete LaTeX 
27275 \series bold
27276 color
27277 \series default
27278  en el preámbulo, véase la sección
27279 \begin_inset space ~
27280 \end_inset
27281
27282
27283 \begin_inset CommandInset ref
27284 LatexCommand ref
27285 reference "sec:Cuadros-Coloreados"
27286
27287 \end_inset
27288
27289 .
27290 \end_layout
27291
27292 \end_inset
27293
27294  Por ejemplo, la nota siguiente se define con los comandos en código TeX
27295 \end_layout
27296
27297 \begin_layout Standard
27298
27299 \series bold
27300
27301 \backslash
27302 setlength{
27303 \backslash
27304 fboxsep}{0.5cm}
27305 \series default
27306
27307 \begin_inset Newline newline
27308 \end_inset
27309
27310
27311 \series bold
27312
27313 \backslash
27314 definecolor{shadecolor}{cmyk}{0.5,0,1,0.5}
27315 \end_layout
27316
27317 \begin_layout Standard
27318 \begin_inset ERT
27319 status open
27320
27321 \begin_layout Plain Layout
27322
27323
27324 \backslash
27325 setlength{
27326 \backslash
27327 fboxsep}{0.5cm}
27328 \end_layout
27329
27330 \begin_layout Plain Layout
27331
27332
27333 \backslash
27334 definecolor{shadecolor}{cmyk}{0.5,0,1,0.5}
27335 \end_layout
27336
27337 \end_inset
27338
27339
27340 \begin_inset Box Shaded
27341 position "t"
27342 hor_pos "c"
27343 has_inner_box 0
27344 inner_pos "t"
27345 use_parbox 0
27346 width "100col%"
27347 special "none"
27348 height "1in"
27349 height_special "totalheight"
27350 status open
27351
27352 \begin_layout Plain Layout
27353
27354 \color yellow
27355 Texto amarillo en un cuadro con 
27356 \family sans
27357 fondo sombreado 
27358 \family default
27359  en color verde oscuro.
27360 \end_layout
27361
27362 \end_inset
27363
27364
27365 \begin_inset ERT
27366 status open
27367
27368 \begin_layout Plain Layout
27369
27370
27371 \backslash
27372 setlength{
27373 \backslash
27374 fboxsep}{3pt}
27375 \end_layout
27376
27377 \begin_layout Plain Layout
27378
27379
27380 \backslash
27381 definecolor{shadecolor}{rgb}{1,0,0}
27382 \end_layout
27383
27384 \end_inset
27385
27386
27387 \end_layout
27388
27389 \begin_layout Standard
27390 \begin_inset VSpace bigskip
27391 \end_inset
27392
27393 Los cambios en las dimensiones son válidos para todos los cuadros que siguen
27394  a los comandos.
27395 \end_layout
27396
27397 \begin_layout Section
27398 Minipáginas
27399 \begin_inset CommandInset label
27400 LatexCommand label
27401 name "sec:Minipáginas"
27402
27403 \end_inset
27404
27405
27406 \begin_inset Index
27407 status collapsed
27408
27409 \begin_layout Plain Layout
27410 Cuadros ! Minipáginas
27411 \end_layout
27412
27413 \end_inset
27414
27415
27416 \end_layout
27417
27418 \begin_layout Standard
27419 Las minipáginas son tratadas por LaTeX como páginas dentro de páginas y
27420  por tanto pueden tener, por ejemplo, sus propias notas al pie.
27421 \end_layout
27422
27423 \begin_layout Standard
27424 Las minipáginas son útiles para escribir documentos con distintos lenguajes.
27425 \end_layout
27426
27427 \begin_layout Standard
27428 A continuación hay dos ejemplos de minipáginas adosadas.
27429  Su anchura está puesta en 45
27430 \begin_inset space \thinspace{}
27431 \end_inset
27432
27433 % y separadas por un relleno horizontal, insertado vía el menú 
27434 \family sans
27435 Insertar\SpecialChar \menuseparator
27436 Formato\SpecialChar \menuseparator
27437 Relleno
27438 \begin_inset space ~
27439 \end_inset
27440
27441 horizontal
27442 \family default
27443 .
27444 \end_layout
27445
27446 \begin_layout Standard
27447 \begin_inset Newpage newpage
27448 \end_inset
27449
27450
27451 \end_layout
27452
27453 \begin_layout Standard
27454 \begin_inset Box Frameless
27455 position "t"
27456 hor_pos "c"
27457 has_inner_box 1
27458 inner_pos "c"
27459 use_parbox 0
27460 width "45col%"
27461 special "none"
27462 height "1in"
27463 height_special "totalheight"
27464 status open
27465
27466 \begin_layout Plain Layout
27467
27468 \lang german
27469 Dies ist ein deutscher Text.
27470  Dies ist ein deutscher Text.
27471  Dies ist ein deutscher Text.
27472  Dies ist ein deutscher Text.
27473  Dies ist ein deutscher Text.
27474  Dies ist ein deutscher Text.
27475  Dies ist ein deutscher Text.
27476  Dies ist ein deutscher Text.
27477  Dies ist ein deutscher Text.
27478  Dies ist ein deutscher Text.
27479  Dies ist ein deutscher Text.
27480  Dies ist ein deutscher Text.
27481  Dies ist ein deutscher Text
27482 \begin_inset Foot
27483 status collapsed
27484
27485 \begin_layout Plain Layout
27486
27487 \lang german
27488 Dies ist eine deutsche Fußnote.
27489 \end_layout
27490
27491 \end_inset
27492
27493 .
27494  Dies ist ein deutscher Text.
27495  Dies ist ein deutscher Text.
27496 \end_layout
27497
27498 \end_inset
27499
27500
27501 \begin_inset space \hfill{}
27502 \end_inset
27503
27504
27505 \begin_inset Box Frameless
27506 position "t"
27507 hor_pos "c"
27508 has_inner_box 1
27509 inner_pos "c"
27510 use_parbox 0
27511 width "45col%"
27512 special "none"
27513 height "1in"
27514 height_special "totalheight"
27515 status open
27516
27517 \begin_layout Plain Layout
27518 This is an English Text.
27519  This is an English Text.
27520  This is an English Text.
27521  This is an English Text.
27522  This is an English Text.
27523  This is an English Text.
27524  This is an English Text.
27525  This is an English Text.
27526  This is an English Text.
27527  This is an English Text.
27528  This is an English Text.
27529  This is an English Text.
27530  This is an English Text.
27531  This is an English Text.
27532  This is an English Text.
27533  This is an English Text.
27534 \begin_inset Foot
27535 status collapsed
27536
27537 \begin_layout Plain Layout
27538 This is an English footnote.
27539 \end_layout
27540
27541 \end_inset
27542
27543  This is an English Text.
27544  
27545 \end_layout
27546
27547 \end_inset
27548
27549
27550 \end_layout
27551
27552 \begin_layout Standard
27553 \begin_inset VSpace bigskip
27554 \end_inset
27555
27556 Otra aplicación de los cuadros son las notas a pie en tablas.
27557  Debido a una restricción de LaTeX las notas a pie en tablas no aparecen
27558  al final de la página actual.
27559  Pero si pones la tabla con notas al pie en una minipágina, las notas aparecen
27560  en la parte inferior, ordenadas con letras.
27561  La ordenación de las notas al pie se restablece en cada minipágina pero
27562  no fuera de las minipáginas.
27563 \end_layout
27564
27565 \begin_layout Standard
27566 La nota al pie en esta tabla no aparece: 
27567 \begin_inset Tabular
27568 <lyxtabular version="3" rows="3" columns="4">
27569 <features>
27570 <column alignment="center" valignment="top" width="0pt">
27571 <column alignment="center" valignment="top" width="0pt">
27572 <column alignment="center" valignment="top" width="0pt">
27573 <column alignment="center" valignment="top" width="0pt">
27574 <row>
27575 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
27576 \begin_inset Text
27577
27578 \begin_layout Plain Layout
27579 1
27580 \end_layout
27581
27582 \end_inset
27583 </cell>
27584 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
27585 \begin_inset Text
27586
27587 \begin_layout Plain Layout
27588 2
27589 \end_layout
27590
27591 \end_inset
27592 </cell>
27593 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
27594 \begin_inset Text
27595
27596 \begin_layout Plain Layout
27597 3
27598 \begin_inset Foot
27599 status open
27600
27601 \begin_layout Plain Layout
27602 Nota al pie en una tabla.
27603 \end_layout
27604
27605 \end_inset
27606
27607
27608 \end_layout
27609
27610 \end_inset
27611 </cell>
27612 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
27613 \begin_inset Text
27614
27615 \begin_layout Plain Layout
27616 4
27617 \end_layout
27618
27619 \end_inset
27620 </cell>
27621 </row>
27622 <row>
27623 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
27624 \begin_inset Text
27625
27626 \begin_layout Plain Layout
27627 a
27628 \end_layout
27629
27630 \end_inset
27631 </cell>
27632 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
27633 \begin_inset Text
27634
27635 \begin_layout Plain Layout
27636 b
27637 \end_layout
27638
27639 \end_inset
27640 </cell>
27641 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
27642 \begin_inset Text
27643
27644 \begin_layout Plain Layout
27645 c
27646 \end_layout
27647
27648 \end_inset
27649 </cell>
27650 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
27651 \begin_inset Text
27652
27653 \begin_layout Plain Layout
27654 d
27655 \end_layout
27656
27657 \end_inset
27658 </cell>
27659 </row>
27660 <row>
27661 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
27662 \begin_inset Text
27663
27664 \begin_layout Plain Layout
27665 e
27666 \end_layout
27667
27668 \end_inset
27669 </cell>
27670 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
27671 \begin_inset Text
27672
27673 \begin_layout Plain Layout
27674 f
27675 \end_layout
27676
27677 \end_inset
27678 </cell>
27679 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
27680 \begin_inset Text
27681
27682 \begin_layout Plain Layout
27683 g
27684 \end_layout
27685
27686 \end_inset
27687 </cell>
27688 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
27689 \begin_inset Text
27690
27691 \begin_layout Plain Layout
27692 h
27693 \end_layout
27694
27695 \end_inset
27696 </cell>
27697 </row>
27698 </lyxtabular>
27699
27700 \end_inset
27701
27702
27703 \end_layout
27704
27705 \begin_layout Standard
27706 \align center
27707 \begin_inset Box Frameless
27708 position "t"
27709 hor_pos "c"
27710 has_inner_box 1
27711 inner_pos "c"
27712 use_parbox 0
27713 width "30col%"
27714 special "none"
27715 height "1in"
27716 height_special "totalheight"
27717 status open
27718
27719 \begin_layout Plain Layout
27720 \align center
27721 \begin_inset Tabular
27722 <lyxtabular version="3" rows="3" columns="4">
27723 <features>
27724 <column alignment="center" valignment="top" width="0pt">
27725 <column alignment="center" valignment="top" width="0pt">
27726 <column alignment="center" valignment="top" width="0pt">
27727 <column alignment="center" valignment="top" width="0pt">
27728 <row>
27729 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
27730 \begin_inset Text
27731
27732 \begin_layout Plain Layout
27733 1
27734 \end_layout
27735
27736 \end_inset
27737 </cell>
27738 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
27739 \begin_inset Text
27740
27741 \begin_layout Plain Layout
27742 2
27743 \end_layout
27744
27745 \end_inset
27746 </cell>
27747 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
27748 \begin_inset Text
27749
27750 \begin_layout Plain Layout
27751 3
27752 \begin_inset Foot
27753 status open
27754
27755 \begin_layout Plain Layout
27756 Nota al pie en una tabla..
27757 \end_layout
27758
27759 \end_inset
27760
27761
27762 \end_layout
27763
27764 \end_inset
27765 </cell>
27766 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
27767 \begin_inset Text
27768
27769 \begin_layout Plain Layout
27770 4
27771 \end_layout
27772
27773 \end_inset
27774 </cell>
27775 </row>
27776 <row>
27777 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
27778 \begin_inset Text
27779
27780 \begin_layout Plain Layout
27781 a
27782 \end_layout
27783
27784 \end_inset
27785 </cell>
27786 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
27787 \begin_inset Text
27788
27789 \begin_layout Plain Layout
27790 b
27791 \end_layout
27792
27793 \end_inset
27794 </cell>
27795 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
27796 \begin_inset Text
27797
27798 \begin_layout Plain Layout
27799 c
27800 \end_layout
27801
27802 \end_inset
27803 </cell>
27804 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
27805 \begin_inset Text
27806
27807 \begin_layout Plain Layout
27808 d
27809 \end_layout
27810
27811 \end_inset
27812 </cell>
27813 </row>
27814 <row>
27815 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
27816 \begin_inset Text
27817
27818 \begin_layout Plain Layout
27819 e
27820 \end_layout
27821
27822 \end_inset
27823 </cell>
27824 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
27825 \begin_inset Text
27826
27827 \begin_layout Plain Layout
27828 f
27829 \end_layout
27830
27831 \end_inset
27832 </cell>
27833 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
27834 \begin_inset Text
27835
27836 \begin_layout Plain Layout
27837 g
27838 \end_layout
27839
27840 \end_inset
27841 </cell>
27842 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
27843 \begin_inset Text
27844
27845 \begin_layout Plain Layout
27846 h
27847 \end_layout
27848
27849 \end_inset
27850 </cell>
27851 </row>
27852 </lyxtabular>
27853
27854 \end_inset
27855
27856
27857 \end_layout
27858
27859 \end_inset
27860
27861
27862 \end_layout
27863
27864 \begin_layout Standard
27865 \begin_inset VSpace bigskip
27866 \end_inset
27867
27868 La configuración global de párrafos se ignora en las minipáginas.
27869  Esto significa que en las mismas no habrá espacio entre párrafos aunque
27870  pongas p.
27871 \begin_inset space \thinspace{}
27872 \end_inset
27873
27874 e.
27875 \begin_inset space ~
27876 \end_inset
27877
27878
27879 \family sans
27880 Salto
27881 \begin_inset space ~
27882 \end_inset
27883
27884 medio
27885 \family default
27886  en la configuración del documento.
27887 \end_layout
27888
27889 \begin_layout Standard
27890 Las minipáginas también sirven para poner un color de fondo para partes
27891  de texto, véase sección
27892 \begin_inset space ~
27893 \end_inset
27894
27895
27896 \begin_inset CommandInset ref
27897 LatexCommand ref
27898 reference "sub:Color-en-Párrafos"
27899
27900 \end_inset
27901
27902 .
27903 \end_layout
27904
27905 \begin_layout Standard
27906 \begin_inset Note Greyedout
27907 status open
27908
27909 \begin_layout Plain Layout
27910
27911 \series bold
27912 Nota:
27913 \series default
27914  No puedes tener flotantes o notas al margen en minipáginas pero sí puedes
27915  tener minipáginas en tablas, flotantes, y otros cuadros.
27916 \end_layout
27917
27918 \end_inset
27919
27920
27921 \end_layout
27922
27923 \begin_layout Section
27924 Cuadros de párrafo
27925 \begin_inset CommandInset label
27926 LatexCommand label
27927 name "sec:Cuadros-de-Párrafo"
27928
27929 \end_inset
27930
27931
27932 \begin_inset Index
27933 status collapsed
27934
27935 \begin_layout Plain Layout
27936 Cuadros ! de párrafo
27937 \end_layout
27938
27939 \end_inset
27940
27941
27942 \end_layout
27943
27944 \begin_layout Standard
27945 Los cuadros de párrafo son similares a las minipáginas con la diferencia
27946  de que no pueden contener notas al pie.
27947   La diferencia principal es que las minipáginas no son verdaderos cuadros
27948  sino entornos de LaTeX.
27949 \end_layout
27950
27951 \begin_layout Standard
27952 \align center
27953 \begin_inset Box Frameless
27954 position "t"
27955 hor_pos "c"
27956 has_inner_box 1
27957 inner_pos "t"
27958 use_parbox 1
27959 width "33col%"
27960 special "none"
27961 height "1in"
27962 height_special "totalheight"
27963 status collapsed
27964
27965 \begin_layout Plain Layout
27966 Texto en un cuadro de párrafo.
27967  Texto en un cuadro de párrafo.
27968  Esta nota no aparece:
27969 \begin_inset Foot
27970 status open
27971
27972 \begin_layout Plain Layout
27973 Esta es una nota en cuadro de párrafo y por eso no aparecerá.
27974 \end_layout
27975
27976 \end_inset
27977
27978
27979 \end_layout
27980
27981 \end_inset
27982
27983
27984 \end_layout
27985
27986 \begin_layout Section
27987 Cuadros para palabras y caracteres
27988 \begin_inset Index
27989 status collapsed
27990
27991 \begin_layout Plain Layout
27992 Cuadros ! para palabras y caracteres
27993 \end_layout
27994
27995 \end_inset
27996
27997
27998 \end_layout
27999
28000 \begin_layout Subsection
28001 Evitar la partición de palabras
28002 \begin_inset CommandInset label
28003 LatexCommand label
28004 name "sec:Evitar-la-Partición"
28005
28006 \end_inset
28007
28008
28009 \begin_inset Index
28010 status collapsed
28011
28012 \begin_layout Plain Layout
28013 Cuadros ! para evitar la partición de palabras
28014 \end_layout
28015
28016 \end_inset
28017
28018
28019 \end_layout
28020
28021 \begin_layout Standard
28022 Hay un tipo especial de cuadro para impedir que una palabra sea partida
28023  con guión.
28024 \begin_inset Newline newline
28025 \end_inset
28026
28027 He aquí un ejemplo:
28028 \end_layout
28029
28030 \begin_layout Standard
28031 Esta línea es un ejemplo para mostrar cómo evitar la división de «estalarguísima
28032 palabra».
28033 \end_layout
28034
28035 \begin_layout Standard
28036 Para evitar su división usa el comando
28037 \end_layout
28038
28039 \begin_layout Standard
28040
28041 \series bold
28042
28043 \backslash
28044 mbox{
28045 \end_layout
28046
28047 \begin_layout Standard
28048 en código TeX antes de la palabra.
28049  Tras ella inserta una llave de cierre «
28050 \series bold
28051 }
28052 \series default
28053 » en código TeX.
28054 \end_layout
28055
28056 \begin_layout Standard
28057 Este es el resultado:
28058 \end_layout
28059
28060 \begin_layout Standard
28061 Esta línea es un ejemplo para mostrar cómo prevenir la división de 
28062 \begin_inset ERT
28063 status collapsed
28064
28065 \begin_layout Plain Layout
28066
28067
28068 \backslash
28069 mbox{
28070 \end_layout
28071
28072 \end_inset
28073
28074 «estalarguísimapalabra».
28075 \begin_inset ERT
28076 status collapsed
28077
28078 \begin_layout Plain Layout
28079
28080 }
28081 \end_layout
28082
28083 \end_inset
28084
28085
28086 \end_layout
28087
28088 \begin_layout Standard
28089 Como alternativa puedes poner el comando «
28090 \series bold
28091
28092 \backslash
28093 -
28094 \series default
28095 » en código TeX directamente antes de la palabra:
28096 \end_layout
28097
28098 \begin_layout Standard
28099 Esta línea es un ejemplo para mostrar cómo prevenir la división de «
28100 \begin_inset ERT
28101 status collapsed
28102
28103 \begin_layout Plain Layout
28104
28105
28106 \backslash
28107 -
28108 \end_layout
28109
28110 \end_inset
28111
28112 estalarguísimapalabra».
28113 \end_layout
28114
28115 \begin_layout Standard
28116 Por supuesto, la palabra sobresale del margen.
28117  Para evitarlo añade, con el menú 
28118 \family sans
28119 Insertar\SpecialChar \menuseparator
28120 Formato\SpecialChar \menuseparator
28121 Salto
28122 \begin_inset space ~
28123 \end_inset
28124
28125 de
28126 \begin_inset space ~
28127 \end_inset
28128
28129
28130 \family default
28131 línea (atajo 
28132 \series bold
28133 Ctrl-Retorno
28134 \series default
28135 ), un salto de línea antes de la palabra:
28136 \end_layout
28137
28138 \begin_layout Standard
28139 Esta línea es un ejemplo para mostrar cómo prevenir la división de 
28140 \begin_inset Newline newline
28141 \end_inset
28142
28143
28144 \begin_inset ERT
28145 status collapsed
28146
28147 \begin_layout Plain Layout
28148
28149
28150 \backslash
28151 mbox{
28152 \end_layout
28153
28154 \end_inset
28155
28156 «estalarguísimapalabra».
28157 \begin_inset ERT
28158 status collapsed
28159
28160 \begin_layout Plain Layout
28161
28162 }
28163 \end_layout
28164
28165 \end_inset
28166
28167
28168 \end_layout
28169
28170 \begin_layout Subsection
28171 Alineación vertical
28172 \begin_inset CommandInset label
28173 LatexCommand label
28174 name "sub:Alineación-Vertical"
28175
28176 \end_inset
28177
28178
28179 \begin_inset Index
28180 status collapsed
28181
28182 \begin_layout Plain Layout
28183 Cuadros ! para alineación vertical
28184 \end_layout
28185
28186 \end_inset
28187
28188
28189 \end_layout
28190
28191 \begin_layout Standard
28192 Con ayuda del comando 
28193 \series bold
28194
28195 \backslash
28196 raisebox
28197 \series default
28198  puedes alinear verticalmente con el texto circundante palabras o caracteres.
28199  
28200 \series bold
28201
28202 \backslash
28203 raisebox
28204 \series default
28205  se utiliza según el esquema:
28206 \end_layout
28207
28208 \begin_layout Standard
28209
28210 \series bold
28211
28212 \backslash
28213 raisebox{elevación}[altura][profundidad]{contenido del cuadro}
28214 \end_layout
28215
28216 \begin_layout Standard
28217 La elevación puede ser un valor positivo para subir el cuadro o negativo
28218  para bajarlo.
28219 \end_layout
28220
28221 \begin_layout Standard
28222 Para alinear una palabra, p.
28223 \begin_inset space \thinspace{}
28224 \end_inset
28225
28226 e
28227 \begin_inset space ~
28228 \end_inset
28229
28230 «prevención» para que la parte inferior de la letra más «profunda» «p» esté
28231  en la línea de base, inserta el comando
28232 \end_layout
28233
28234 \begin_layout Standard
28235
28236 \series bold
28237
28238 \backslash
28239 raisebox{
28240 \backslash
28241 depth}{
28242 \end_layout
28243
28244 \begin_layout Standard
28245 en código TeX antes de la palabra.
28246  Detrás de la palabra inserta una llave de cierre «
28247 \series bold
28248 }
28249 \series default
28250 » en código TeX.
28251 \begin_inset Newline newline
28252 \end_inset
28253
28254 Este es el resultado:
28255 \end_layout
28256
28257 \begin_layout Standard
28258 Esto es una línea de texto con la palabra 
28259 \begin_inset ERT
28260 status collapsed
28261
28262 \begin_layout Plain Layout
28263
28264
28265 \backslash
28266 raisebox{
28267 \backslash
28268 depth}{
28269 \end_layout
28270
28271 \end_inset
28272
28273 «prevención»
28274 \begin_inset ERT
28275 status collapsed
28276
28277 \begin_layout Plain Layout
28278
28279 }
28280 \end_layout
28281
28282 \end_inset
28283
28284  elevada.
28285 \end_layout
28286
28287 \begin_layout Standard
28288 \begin_inset VSpace bigskip
28289 \end_inset
28290
28291 Al subir o bajar caracteres en una línea, se modifica el espacio entre líneas:
28292 \end_layout
28293
28294 \begin_layout Standard
28295 Esto es una línea de texto con la palabra 
28296 \begin_inset ERT
28297 status collapsed
28298
28299 \begin_layout Plain Layout
28300
28301
28302 \backslash
28303 raisebox{-
28304 \backslash
28305 depth}{
28306 \end_layout
28307
28308 \end_inset
28309
28310 «prevención»
28311 \begin_inset ERT
28312 status collapsed
28313
28314 \begin_layout Plain Layout
28315
28316 }
28317 \end_layout
28318
28319 \end_inset
28320
28321  como palabra más baja.
28322 \begin_inset Newline newline
28323 \end_inset
28324
28325 Esto es una línea de texto con la palabra 
28326 \begin_inset ERT
28327 status collapsed
28328
28329 \begin_layout Plain Layout
28330
28331
28332 \backslash
28333 raisebox{0.5cm}{
28334 \end_layout
28335
28336 \end_inset
28337
28338 «testigo»
28339 \begin_inset ERT
28340 status collapsed
28341
28342 \begin_layout Plain Layout
28343
28344 }
28345 \end_layout
28346
28347 \end_inset
28348
28349  como palabra más alta.
28350 \end_layout
28351
28352 \begin_layout Standard
28353 Si por alguna razón quieres impedir esto, pon la altura de cuadro a cero.
28354  Por ejemplo
28355 \end_layout
28356
28357 \begin_layout Standard
28358
28359 \series bold
28360
28361 \backslash
28362 raisebox{-
28363 \backslash
28364 depth}[0pt]{
28365 \end_layout
28366
28367 \begin_layout Standard
28368 Esto es una línea de texto con la palabra 
28369 \begin_inset ERT
28370 status collapsed
28371
28372 \begin_layout Plain Layout
28373
28374
28375 \backslash
28376 raisebox{-
28377 \backslash
28378 depth}[0pt]{
28379 \end_layout
28380
28381 \end_inset
28382
28383 «prevención»
28384 \begin_inset ERT
28385 status collapsed
28386
28387 \begin_layout Plain Layout
28388
28389 }
28390 \end_layout
28391
28392 \end_inset
28393
28394  como palabra más baja.
28395 \begin_inset Newline newline
28396 \end_inset
28397
28398 Esto es una línea de texto con la palabra 
28399 \begin_inset ERT
28400 status collapsed
28401
28402 \begin_layout Plain Layout
28403
28404
28405 \backslash
28406 raisebox{0.5cm}[0pt]{
28407 \end_layout
28408
28409 \end_inset
28410
28411 «testigo»
28412 \begin_inset ERT
28413 status collapsed
28414
28415 \begin_layout Plain Layout
28416
28417 }
28418 \end_layout
28419
28420 \end_inset
28421
28422  como palabra más alta.
28423 \end_layout
28424
28425 \begin_layout Section
28426 Cuadros coloreados
28427 \begin_inset CommandInset label
28428 LatexCommand label
28429 name "sec:Cuadros-Coloreados"
28430
28431 \end_inset
28432
28433
28434 \begin_inset Index
28435 status collapsed
28436
28437 \begin_layout Plain Layout
28438 Cuadros ! Color
28439 \end_layout
28440
28441 \end_inset
28442
28443
28444 \end_layout
28445
28446 \begin_layout Subsection
28447 Color en texto
28448 \begin_inset Index
28449 status collapsed
28450
28451 \begin_layout Plain Layout
28452 Color ! en texto
28453 \end_layout
28454
28455 \end_inset
28456
28457
28458 \end_layout
28459
28460 \begin_layout Standard
28461 Para colorear el fondo de un texto, éste debe ponerse en un cuadro coloreado.
28462  Esto requiere cargar el paquete LaTeX 
28463 \series bold
28464 color
28465 \series default
28466
28467 \begin_inset Index
28468 status collapsed
28469
28470 \begin_layout Plain Layout
28471 LaTeX-paquetes ! color
28472 \end_layout
28473
28474 \end_inset
28475
28476  en el preámbulo del documento con
28477 \end_layout
28478
28479 \begin_layout Standard
28480
28481 \series bold
28482
28483 \backslash
28484 @ifundef\SpecialChar \textcompwordmark{}
28485 ined{textcolor}
28486 \begin_inset Newline newline
28487 \end_inset
28488
28489
28490 \begin_inset ERT
28491 status collapsed
28492
28493 \begin_layout Plain Layout
28494
28495
28496 \backslash
28497 hphantom{ }
28498 \end_layout
28499
28500 \end_inset
28501
28502 {
28503 \backslash
28504 usepackage{color}}{}
28505 \end_layout
28506
28507 \begin_layout Standard
28508 LyX cargará automáticamente el paquete 
28509 \series bold
28510 color
28511 \series default
28512  cuando colorees texto.
28513 \begin_inset Foot
28514 status collapsed
28515
28516 \begin_layout Plain Layout
28517 Para evitar cargarlo dos veces se usa el comando 
28518 \series bold
28519
28520 \backslash
28521 @ifundef\SpecialChar \textcompwordmark{}
28522 ined
28523 \series default
28524 .
28525 \end_layout
28526
28527 \end_inset
28528
28529
28530 \end_layout
28531
28532 \begin_layout Standard
28533 \begin_inset VSpace medskip
28534 \end_inset
28535
28536 Los cuadros coloreados se crean con el comando 
28537 \series bold
28538
28539 \backslash
28540 colorbox
28541 \series default
28542 , de acuerdo con el siguiente esquema:
28543 \end_layout
28544
28545 \begin_layout Standard
28546
28547 \series bold
28548
28549 \backslash
28550 colorbox{color}{contenido del cuadro}
28551 \end_layout
28552
28553 \begin_layout Standard
28554 El contenido también puede ser un cuadro y los cuadros coloreados también
28555  pueden estar en otros cuadros.
28556 \end_layout
28557
28558 \begin_layout Standard
28559 Los siguientes colores están predefinidos:
28560 \begin_inset Newline newline
28561 \end_inset
28562
28563
28564 \family sans
28565 red
28566 \family default
28567
28568 \family sans
28569 green
28570 \family default
28571
28572 \family sans
28573 yellow, blue
28574 \family default
28575
28576 \family sans
28577 cyan
28578 \family default
28579 \series bold
28580 ,
28581 \series default
28582  
28583 \family sans
28584 magenta, black
28585 \family default
28586
28587 \family sans
28588 white
28589 \family default
28590 .
28591 \begin_inset Newline newline
28592 \end_inset
28593
28594 También puedes definir tus propios colores según se explica en la sección
28595 \begin_inset space ~
28596 \end_inset
28597
28598
28599 \begin_inset CommandInset ref
28600 LatexCommand ref
28601 reference "sec:Tablas-Coloreadas"
28602
28603 \end_inset
28604
28605 .
28606 \end_layout
28607
28608 \begin_layout Standard
28609 Por ejemplo, para poner fondo rojo a una palabra, inserta el comando
28610 \end_layout
28611
28612 \begin_layout Standard
28613
28614 \series bold
28615
28616 \backslash
28617 colorbox{red}{
28618 \end_layout
28619
28620 \begin_layout Standard
28621 en código TeX antes de la palabra.
28622  Tras la palabra inserta una llave de cierre «
28623 \series bold
28624 }
28625 \series default
28626 » en código TeX.
28627 \begin_inset Newline newline
28628 \end_inset
28629
28630 Este es el resultado:
28631 \end_layout
28632
28633 \begin_layout Standard
28634 Línea en la que la palabra 
28635 \begin_inset ERT
28636 status collapsed
28637
28638 \begin_layout Plain Layout
28639
28640
28641 \backslash
28642 colorbox{red}{
28643 \end_layout
28644
28645 \end_inset
28646
28647 «¡Atención!»
28648 \begin_inset ERT
28649 status collapsed
28650
28651 \begin_layout Plain Layout
28652
28653 }
28654 \end_layout
28655
28656 \end_inset
28657
28658  tiene fondo rojo.
28659 \end_layout
28660
28661 \begin_layout Standard
28662 \begin_inset VSpace bigskip
28663 \end_inset
28664
28665 Si quieres un marco de distinto color, puedes emplear el comando 
28666 \series bold
28667
28668 \backslash
28669 fcolorbox
28670 \series default
28671  con el esquema siguiente:
28672 \end_layout
28673
28674 \begin_layout Standard
28675
28676 \series bold
28677
28678 \backslash
28679 fcolorbox{color del marco}{color del cuadro}{contenido del cuadro}
28680 \end_layout
28681
28682 \begin_layout Standard
28683
28684 \series bold
28685
28686 \backslash
28687 fcolorbox
28688 \series default
28689  es una extensión de 
28690 \series bold
28691
28692 \backslash
28693 colorbox
28694 \series default
28695 .
28696  El grosor del marco y el espacio entre él y el contenido se puede ajustar
28697  con las longitudes 
28698 \series bold
28699
28700 \backslash
28701 fboxrule
28702 \series default
28703  y 
28704 \series bold
28705
28706 \backslash
28707 fboxsep
28708 \series default
28709 , respectivamente, como se describe en la sección
28710 \begin_inset space ~
28711 \end_inset
28712
28713
28714 \begin_inset CommandInset ref
28715 LatexCommand ref
28716 reference "sec:Cuadros-Enmarcados"
28717
28718 \end_inset
28719
28720 .
28721 \end_layout
28722
28723 \begin_layout Standard
28724 Para el ejemplo siguiente se ha utilizado el comando
28725 \end_layout
28726
28727 \begin_layout Standard
28728
28729 \series bold
28730
28731 \backslash
28732 fcolorbox{cyan}{magenta}{
28733 \end_layout
28734
28735 \begin_layout Standard
28736 Este es un ejemplo en el que se ha puesto un grosor de 1
28737 \begin_inset space \thinspace{}
28738 \end_inset
28739
28740 mm para la línea del marco:
28741 \begin_inset Newline newline
28742 \end_inset
28743
28744
28745 \begin_inset ERT
28746 status collapsed
28747
28748 \begin_layout Plain Layout
28749
28750
28751 \backslash
28752 fboxrule 1mm 
28753 \backslash
28754 fboxsep 1mm
28755 \end_layout
28756
28757 \end_inset
28758
28759
28760 \begin_inset ERT
28761 status collapsed
28762
28763 \begin_layout Plain Layout
28764
28765
28766 \backslash
28767 fcolorbox{cyan}{magenta}{
28768 \end_layout
28769
28770 \end_inset
28771
28772 Texto en un marco coloreado y enmarcado.
28773 \begin_inset ERT
28774 status collapsed
28775
28776 \begin_layout Plain Layout
28777
28778 }
28779 \end_layout
28780
28781 \end_inset
28782
28783
28784 \end_layout
28785
28786 \begin_layout Standard
28787 \begin_inset VSpace bigskip
28788 \end_inset
28789
28790 Por supuesto también puedes colorear el texto en un marco coloreado:
28791 \begin_inset Newline newline
28792 \end_inset
28793
28794
28795 \begin_inset ERT
28796 status collapsed
28797
28798 \begin_layout Plain Layout
28799
28800
28801 \backslash
28802 fcolorbox{cyan}{magenta}{
28803 \end_layout
28804
28805 \end_inset
28806
28807
28808 \color yellow
28809 Texto coloreado en un marco sombreado y coloreado.
28810 \color none
28811
28812 \begin_inset ERT
28813 status collapsed
28814
28815 \begin_layout Plain Layout
28816
28817 }
28818 \end_layout
28819
28820 \end_inset
28821
28822
28823 \begin_inset ERT
28824 status collapsed
28825
28826 \begin_layout Plain Layout
28827
28828
28829 \backslash
28830 fboxrule 0.4pt 
28831 \backslash
28832 fboxsep 3pt
28833 \end_layout
28834
28835 \end_inset
28836
28837
28838 \end_layout
28839
28840 \begin_layout Standard
28841
28842 \series bold
28843 \begin_inset VSpace medskip
28844 \end_inset
28845
28846
28847 \end_layout
28848
28849 \begin_layout Standard
28850 \begin_inset Note Greyedout
28851 status open
28852
28853 \begin_layout Plain Layout
28854
28855 \series bold
28856 Nota:
28857 \series default
28858  El texto en cuadros coloreados no puede tener saltos de línea.
28859  Para colorear líneas o párrafos múltiples, usa un cuadro dentro de un cuadro
28860  coloreado como se describe a continuación.
28861 \end_layout
28862
28863 \end_inset
28864
28865
28866 \end_layout
28867
28868 \begin_layout Subsection
28869 Color en párrafos
28870 \begin_inset CommandInset label
28871 LatexCommand label
28872 name "sub:Color-en-Párrafos"
28873
28874 \end_inset
28875
28876
28877 \begin_inset Index
28878 status collapsed
28879
28880 \begin_layout Plain Layout
28881 Color ! en párrafos
28882 \end_layout
28883
28884 \end_inset
28885
28886
28887 \end_layout
28888
28889 \begin_layout Standard
28890 Para poner color de fondo en más de una línea, pon el texto en una minipágina.
28891  Antes de la minipágina inserta el comando 
28892 \series bold
28893
28894 \backslash
28895 colorbox
28896 \end_layout
28897
28898 \begin_layout Standard
28899
28900 \series bold
28901
28902 \backslash
28903 colorbox{color}{
28904 \end_layout
28905
28906 \begin_layout Standard
28907 en código TeX.
28908  Detrás de la minipágina inserta una llave de cierre «
28909 \series bold
28910 }
28911 \series default
28912 » en código TeX.
28913 \end_layout
28914
28915 \begin_layout Standard
28916 \begin_inset ERT
28917 status collapsed
28918
28919 \begin_layout Plain Layout
28920
28921
28922 \backslash
28923 colorbox{grisclaro}{
28924 \end_layout
28925
28926 \end_inset
28927
28928
28929 \begin_inset Box Frameless
28930 position "t"
28931 hor_pos "c"
28932 has_inner_box 1
28933 inner_pos "t"
28934 use_parbox 0
28935 width "100col%"
28936 special "none"
28937 height "1in"
28938 height_special "totalheight"
28939 status collapsed
28940
28941 \begin_layout Plain Layout
28942 Texto con color de fondo.
28943  Texto con color de fondo.
28944 \end_layout
28945
28946 \begin_layout Plain Layout
28947 \begin_inset VSpace defskip
28948 \end_inset
28949
28950 El texto puede tener notas al pie
28951 \begin_inset Foot
28952 status open
28953
28954 \begin_layout Plain Layout
28955 Otro ejemplo de nota
28956 \end_layout
28957
28958 \end_inset
28959
28960  y puede incluir tablas y figuras.
28961 \end_layout
28962
28963 \begin_layout Plain Layout
28964 \align center
28965 \begin_inset Tabular
28966 <lyxtabular version="3" rows="3" columns="3">
28967 <features>
28968 <column alignment="center" valignment="top" width="0">
28969 <column alignment="center" valignment="top" width="0">
28970 <column alignment="center" valignment="top" width="0">
28971 <row>
28972 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
28973 \begin_inset Text
28974
28975 \begin_layout Plain Layout
28976 a
28977 \end_layout
28978
28979 \end_inset
28980 </cell>
28981 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
28982 \begin_inset Text
28983
28984 \begin_layout Plain Layout
28985 !
28986 \end_layout
28987
28988 \end_inset
28989 </cell>
28990 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
28991 \begin_inset Text
28992
28993 \begin_layout Plain Layout
28994 3
28995 \end_layout
28996
28997 \end_inset
28998 </cell>
28999 </row>
29000 <row>
29001 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
29002 \begin_inset Text
29003
29004 \begin_layout Plain Layout
29005 <
29006 \end_layout
29007
29008 \end_inset
29009 </cell>
29010 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
29011 \begin_inset Text
29012
29013 \begin_layout Plain Layout
29014 b2
29015 \begin_inset Quotes erd
29016 \end_inset
29017
29018 |
29019 \end_layout
29020
29021 \end_inset
29022 </cell>
29023 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
29024 \begin_inset Text
29025
29026 \begin_layout Plain Layout
29027 >
29028 \end_layout
29029
29030 \end_inset
29031 </cell>
29032 </row>
29033 <row>
29034 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
29035 \begin_inset Text
29036
29037 \begin_layout Plain Layout
29038 1
29039 \end_layout
29040
29041 \end_inset
29042 </cell>
29043 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
29044 \begin_inset Text
29045
29046 \begin_layout Plain Layout
29047 §
29048 \end_layout
29049
29050 \end_inset
29051 </cell>
29052 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
29053 \begin_inset Text
29054
29055 \begin_layout Plain Layout
29056 c
29057 \end_layout
29058
29059 \end_inset
29060 </cell>
29061 </row>
29062 </lyxtabular>
29063
29064 \end_inset
29065
29066
29067 \end_layout
29068
29069 \end_inset
29070
29071
29072 \begin_inset ERT
29073 status collapsed
29074
29075 \begin_layout Plain Layout
29076
29077 }
29078 \end_layout
29079
29080 \end_inset
29081
29082
29083 \end_layout
29084
29085 \begin_layout Section
29086 Cuadros rotados y escalados
29087 \end_layout
29088
29089 \begin_layout Standard
29090 Para poder usar los comandos descritos en esta sección hay que cargar el
29091  paquete LaTeX 
29092 \series bold
29093 graphicx
29094 \series default
29095
29096 \begin_inset Index
29097 status collapsed
29098
29099 \begin_layout Plain Layout
29100 LaTeX-paquetes ! graphicx
29101 \end_layout
29102
29103 \end_inset
29104
29105  en el preámbulo del documento, con el comando
29106 \end_layout
29107
29108 \begin_layout Standard
29109
29110 \series bold
29111
29112 \backslash
29113 @ifundefined{rotatebox}
29114 \begin_inset Newline newline
29115 \end_inset
29116
29117
29118 \begin_inset ERT
29119 status collapsed
29120
29121 \begin_layout Plain Layout
29122
29123
29124 \backslash
29125 hphantom{ }
29126 \end_layout
29127
29128 \end_inset
29129
29130 {
29131 \backslash
29132 usepackage{graphicx}}{}
29133 \end_layout
29134
29135 \begin_layout Standard
29136 \begin_inset Note Greyedout
29137 status open
29138
29139 \begin_layout Plain Layout
29140
29141 \series bold
29142 Nota: 
29143 \series default
29144 Algunos visores DVI no pueden mostrar material rotado o escalado.
29145 \end_layout
29146
29147 \end_inset
29148
29149
29150 \end_layout
29151
29152 \begin_layout Standard
29153 \begin_inset Note Greyedout
29154 status open
29155
29156 \begin_layout Plain Layout
29157
29158 \series bold
29159 Nota:
29160 \series default
29161  Los cuadros rotados o escalados no pueden contener flotantes.
29162 \end_layout
29163
29164 \end_inset
29165
29166
29167 \end_layout
29168
29169 \begin_layout Subsection
29170 Cuadros rotados
29171 \begin_inset Index
29172 status collapsed
29173
29174 \begin_layout Plain Layout
29175 Cuadros ! Rotar
29176 \end_layout
29177
29178 \end_inset
29179
29180
29181 \begin_inset Index
29182 status collapsed
29183
29184 \begin_layout Plain Layout
29185 Material rotado
29186 \end_layout
29187
29188 \end_inset
29189
29190
29191 \begin_inset Index
29192 status collapsed
29193
29194 \begin_layout Plain Layout
29195 Figuras ! Rotar
29196 \end_layout
29197
29198 \end_inset
29199
29200
29201 \begin_inset Index
29202 status collapsed
29203
29204 \begin_layout Plain Layout
29205 Tablas ! Rotar
29206 \end_layout
29207
29208 \end_inset
29209
29210
29211 \end_layout
29212
29213 \begin_layout Standard
29214 Para rotar material debes ponerlo en un cuadro rotado.
29215  Los cuadros rotados se crean con el comando 
29216 \series bold
29217
29218 \backslash
29219 rotatebox
29220 \series default
29221  en código TeX, según el esquema:
29222 \end_layout
29223
29224 \begin_layout Standard
29225
29226 \series bold
29227
29228 \backslash
29229 rotatebox[origen de rotación]{ángulo de rotación}{contenido del cuadro}
29230 \end_layout
29231
29232 \begin_layout Standard
29233 El origen de rotación se especifica en la forma 
29234 \series bold
29235 origin=position
29236 \series default
29237 .
29238  Son posibles las posiciones siguientes: 
29239 \emph on
29240 c
29241 \emph default
29242  (center), 
29243 \emph on
29244 l
29245 \emph default
29246  (left), 
29247 \emph on
29248 r
29249 \emph default
29250  (right), 
29251 \emph on
29252 b
29253 \emph default
29254  (bottom), 
29255 \emph on
29256 t
29257 \emph default
29258  (top), así como combinaciones adecuadas de las posiciones básicas.
29259  Por ejemplo, 
29260 \emph on
29261 lt
29262 \emph default
29263  significa que el origen de rotación es la esquina superior izquierda del
29264  cuadro.
29265  Si no se especifica origen de rotación se usará la posición 
29266 \emph on
29267 l
29268 \emph default
29269 .
29270  El ángulo de rotación es un número de grados, y puede ser negativo.
29271  El sentido de giro es contrario al de las agujas del reloj.
29272 \end_layout
29273
29274 \begin_layout Standard
29275 En el siguiente ejemplo se ha insertado el comando 
29276 \series bold
29277
29278 \backslash
29279 rotatebox[origin=c]{60}{ 
29280 \series default
29281 como código TeX delante del texto «con rotación»; después del texto, el
29282  cuadro se ha cerrado con llave de cierre en código TeX.
29283 \end_layout
29284
29285 \begin_layout Standard
29286 Esta línea contiene texto 
29287 \begin_inset ERT
29288 status collapsed
29289
29290 \begin_layout Plain Layout
29291
29292
29293 \backslash
29294 rotatebox[origin=c]{60}{
29295 \end_layout
29296
29297 \end_inset
29298
29299 con rotación
29300 \begin_inset ERT
29301 status collapsed
29302
29303 \begin_layout Plain Layout
29304
29305 }
29306 \end_layout
29307
29308 \end_inset
29309
29310 .
29311 \end_layout
29312
29313 \begin_layout Standard
29314 El contenido del cuadro puede ser también otro cuadro o una ecuación en
29315  línea:
29316 \end_layout
29317
29318 \begin_layout Standard
29319 En esta línea hay texto enmarcado 
29320 \begin_inset ERT
29321 status collapsed
29322
29323 \begin_layout Plain Layout
29324
29325
29326 \backslash
29327 rotatebox[origin=r]{-60}{
29328 \end_layout
29329
29330 \end_inset
29331
29332
29333 \begin_inset Box Doublebox
29334 position "c"
29335 hor_pos "c"
29336 has_inner_box 0
29337 inner_pos "c"
29338 use_parbox 0
29339 width "1in"
29340 special "width"
29341 height "1in"
29342 height_special "totalheight"
29343 status open
29344
29345 \begin_layout Plain Layout
29346 con rotación
29347 \end_layout
29348
29349 \end_inset
29350
29351
29352 \begin_inset ERT
29353 status collapsed
29354
29355 \begin_layout Plain Layout
29356
29357 }
29358 \end_layout
29359
29360 \end_inset
29361
29362  y 
29363 \begin_inset ERT
29364 status collapsed
29365
29366 \begin_layout Plain Layout
29367
29368
29369 \backslash
29370 rotatebox[origin=lb]{60}{
29371 \end_layout
29372
29373 \end_inset
29374
29375
29376 \begin_inset Formula $\int A\,\mathrm{d}x=B$
29377 \end_inset
29378
29379
29380 \begin_inset ERT
29381 status collapsed
29382
29383 \begin_layout Plain Layout
29384
29385 }
29386 \end_layout
29387
29388 \end_inset
29389
29390  una ecuación.
29391 \end_layout
29392
29393 \begin_layout Standard
29394 O una imagen o una tabla:
29395 \end_layout
29396
29397 \begin_layout Standard
29398 Aquí hay una imagen girada 
29399 \begin_inset ERT
29400 status collapsed
29401
29402 \begin_layout Plain Layout
29403
29404
29405 \backslash
29406 rotatebox[origin=lb]{90}{
29407 \end_layout
29408
29409 \end_inset
29410
29411
29412 \begin_inset Graphics
29413         filename ../clipart/platypus.eps
29414         lyxscale 50
29415         width 25col%
29416
29417 \end_inset
29418
29419
29420 \begin_inset ERT
29421 status collapsed
29422
29423 \begin_layout Plain Layout
29424
29425 }
29426 \end_layout
29427
29428 \end_inset
29429
29430  y una tabla girada 
29431 \begin_inset ERT
29432 status collapsed
29433
29434 \begin_layout Plain Layout
29435
29436
29437 \backslash
29438 rotatebox[origin=l]{-90}{
29439 \end_layout
29440
29441 \end_inset
29442
29443
29444 \begin_inset Tabular
29445 <lyxtabular version="3" rows="2" columns="2">
29446 <features>
29447 <column alignment="center" valignment="top" width="0">
29448 <column alignment="center" valignment="top" width="0">
29449 <row>
29450 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
29451 \begin_inset Text
29452
29453 \begin_layout Plain Layout
29454 q
29455 \end_layout
29456
29457 \end_inset
29458 </cell>
29459 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
29460 \begin_inset Text
29461
29462 \begin_layout Plain Layout
29463 w
29464 \end_layout
29465
29466 \end_inset
29467 </cell>
29468 </row>
29469 <row>
29470 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
29471 \begin_inset Text
29472
29473 \begin_layout Plain Layout
29474 e
29475 \end_layout
29476
29477 \end_inset
29478 </cell>
29479 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
29480 \begin_inset Text
29481
29482 \begin_layout Plain Layout
29483 r
29484 \end_layout
29485
29486 \end_inset
29487 </cell>
29488 </row>
29489 </lyxtabular>
29490
29491 \end_inset
29492
29493
29494 \begin_inset ERT
29495 status collapsed
29496
29497 \begin_layout Plain Layout
29498
29499 }
29500 \end_layout
29501
29502 \end_inset
29503
29504
29505 \end_layout
29506
29507 \begin_layout Subsection
29508 Cuadros escalados
29509 \begin_inset Index
29510 status collapsed
29511
29512 \begin_layout Plain Layout
29513 Cuadros ! Escalar
29514 \end_layout
29515
29516 \end_inset
29517
29518
29519 \begin_inset Index
29520 status collapsed
29521
29522 \begin_layout Plain Layout
29523 Material escalado
29524 \end_layout
29525
29526 \end_inset
29527
29528
29529 \begin_inset Index
29530 status collapsed
29531
29532 \begin_layout Plain Layout
29533 Figuras ! Escalar
29534 \end_layout
29535
29536 \end_inset
29537
29538
29539 \begin_inset Index
29540 status collapsed
29541
29542 \begin_layout Plain Layout
29543 Tablas ! Escalar
29544 \end_layout
29545
29546 \end_inset
29547
29548
29549 \end_layout
29550
29551 \begin_layout Standard
29552 Para escalar material se pueden usar los comandos 
29553 \series bold
29554
29555 \backslash
29556 scalebox
29557 \series default
29558  y 
29559 \series bold
29560
29561 \backslash
29562 resizebox 
29563 \series default
29564 en código TeX.
29565 \end_layout
29566
29567 \begin_layout Standard
29568
29569 \series bold
29570
29571 \backslash
29572 scalebox
29573 \series default
29574  se usa con el esquema siguiente:
29575 \end_layout
29576
29577 \begin_layout Standard
29578
29579 \series bold
29580
29581 \backslash
29582 scalebox{horizontal}[vertical]{contenido del cuadro}
29583 \end_layout
29584
29585 \begin_layout Standard
29586 Horizontal y vertical son los factores de escala correspondientes.
29587  Si no se especifica factor vertical, su valor será el mismo que el factor
29588  de escala horizontal.
29589  
29590 \end_layout
29591
29592 \begin_layout Standard
29593 Por ejemplo, el comando 
29594 \series bold
29595
29596 \backslash
29597 scalebox{2}{Hola} 
29598 \series default
29599 crea un 
29600 \begin_inset ERT
29601 status collapsed
29602
29603 \begin_layout Plain Layout
29604
29605
29606 \backslash
29607 scalebox{2}{
29608 \end_layout
29609
29610 \end_inset
29611
29612 Hola
29613 \begin_inset ERT
29614 status collapsed
29615
29616 \begin_layout Plain Layout
29617
29618 }
29619 \end_layout
29620
29621 \end_inset
29622
29623  de doble tamaño que el texto normal del documento.
29624 \end_layout
29625
29626 \begin_layout Standard
29627 El comando 
29628 \series bold
29629
29630 \backslash
29631 scalebox{2}[1]{Hola} 
29632 \series default
29633 distorsiona el 
29634 \begin_inset ERT
29635 status collapsed
29636
29637 \begin_layout Plain Layout
29638
29639
29640 \backslash
29641 scalebox{2}[1]{
29642 \end_layout
29643
29644 \end_inset
29645
29646 Hola
29647 \begin_inset ERT
29648 status collapsed
29649
29650 \begin_layout Plain Layout
29651
29652 }
29653 \end_layout
29654
29655 \end_inset
29656
29657 .
29658 \end_layout
29659
29660 \begin_layout Standard
29661 Si un factor de escala es negativo el contenido del cuadro es reflejado.
29662  Por eso el comando 
29663 \series bold
29664
29665 \backslash
29666 scalebox{-1}[1]{Hola} 
29667 \series default
29668 puede usarse para reflejar un texto: 
29669 \begin_inset ERT
29670 status collapsed
29671
29672 \begin_layout Plain Layout
29673
29674
29675 \backslash
29676 scalebox{-1}[1]{
29677 \end_layout
29678
29679 \end_inset
29680
29681 Hola
29682 \begin_inset ERT
29683 status collapsed
29684
29685 \begin_layout Plain Layout
29686
29687 }
29688 \end_layout
29689
29690 \end_inset
29691
29692 .
29693 \end_layout
29694
29695 \begin_layout Standard
29696
29697 \series bold
29698
29699 \backslash
29700 scalebox{1}[-1]{Hola} 
29701 \series default
29702 refleja el 
29703 \begin_inset ERT
29704 status collapsed
29705
29706 \begin_layout Plain Layout
29707
29708
29709 \backslash
29710 scalebox{1}[-1]{
29711 \end_layout
29712
29713 \end_inset
29714
29715 Hola
29716 \begin_inset ERT
29717 status collapsed
29718
29719 \begin_layout Plain Layout
29720
29721 }
29722 \end_layout
29723
29724 \end_inset
29725
29726  sobre la base.
29727 \end_layout
29728
29729 \begin_layout Standard
29730 El comando 
29731 \series bold
29732
29733 \backslash
29734 scalebox{-1}[1]{contenido del cuadro} 
29735 \series default
29736 puede sustituirse por 
29737 \series bold
29738
29739 \begin_inset Newline newline
29740 \end_inset
29741
29742
29743 \backslash
29744 reflectbox{contenido del cuadro}
29745 \begin_inset VSpace defskip
29746 \end_inset
29747
29748
29749 \end_layout
29750
29751 \begin_layout Standard
29752 El comando 
29753 \series bold
29754
29755 \backslash
29756 resizebox
29757 \series default
29758  sirve para escalar el cuadro a una altura y anchura definidas, según el
29759  esquema:
29760 \end_layout
29761
29762 \begin_layout Standard
29763
29764 \series bold
29765
29766 \backslash
29767 resizebox{anchura}{altura}{contenido del cuadro}
29768 \end_layout
29769
29770 \begin_layout Standard
29771 Si uno de los argumentos del comando es un signo de exclamación, 
29772 \series bold
29773 !
29774 \series default
29775 , la escala se produce de forma que se mantiene la relación de las dimensiones
29776  originales del contenido del cuadro.
29777  
29778 \end_layout
29779
29780 \begin_layout Standard
29781 El comando 
29782 \series bold
29783
29784 \backslash
29785 resizebox{2cm}{1cm}{Hola}
29786 \series default
29787  genera: 
29788 \begin_inset ERT
29789 status collapsed
29790
29791 \begin_layout Plain Layout
29792
29793
29794 \backslash
29795 resizebox{2cm}{1cm}{
29796 \end_layout
29797
29798 \end_inset
29799
29800 Hola
29801 \begin_inset ERT
29802 status collapsed
29803
29804 \begin_layout Plain Layout
29805
29806 }
29807 \end_layout
29808
29809 \end_inset
29810
29811
29812 \begin_inset Newline newline
29813 \end_inset
29814
29815 El comando 
29816 \series bold
29817
29818 \backslash
29819 resizebox{2cm}{!}{Hola}
29820 \series default
29821  genera: 
29822 \begin_inset ERT
29823 status collapsed
29824
29825 \begin_layout Plain Layout
29826
29827
29828 \backslash
29829 resizebox{2cm}{!}{
29830 \end_layout
29831
29832 \end_inset
29833
29834 Hola
29835 \begin_inset ERT
29836 status collapsed
29837
29838 \begin_layout Plain Layout
29839
29840 }
29841 \end_layout
29842
29843 \end_inset
29844
29845
29846 \end_layout
29847
29848 \begin_layout Standard
29849 \begin_inset VSpace defskip
29850 \end_inset
29851
29852
29853 \end_layout
29854
29855 \begin_layout Standard
29856 \begin_inset Note Greyedout
29857 status open
29858
29859 \begin_layout Plain Layout
29860
29861 \series bold
29862 Nota: 
29863 \series default
29864 Si los argumentos de 
29865 \series bold
29866
29867 \backslash
29868 scalebox
29869 \series default
29870  o 
29871 \series bold
29872
29873 \backslash
29874 resizebox
29875 \series default
29876  son cero, no se generan errores de LaTeX al exportar el documento, pero
29877  puede suceder que la salida no se muestre o que sea incompleta.
29878  
29879 \end_layout
29880
29881 \end_inset
29882
29883
29884 \begin_inset VSpace defskip
29885 \end_inset
29886
29887
29888 \end_layout
29889
29890 \begin_layout Standard
29891 Los cuadros se pueden combinar en cualquier orden.
29892  Por ejemplo, el comando
29893 \series bold
29894
29895 \begin_inset Newline newline
29896 \end_inset
29897
29898
29899 \backslash
29900 rotatebox[origin=c]{-45}{
29901 \backslash
29902 resizebox{2cm}{!}{
29903 \backslash
29904 reflectbox{Hola}}}
29905 \begin_inset Newline newline
29906 \end_inset
29907
29908
29909 \series default
29910 genera:
29911 \end_layout
29912
29913 \begin_layout Standard
29914 \noindent
29915 \align center
29916 \begin_inset ERT
29917 status collapsed
29918
29919 \begin_layout Plain Layout
29920
29921
29922 \backslash
29923 rotatebox[origin=c]{-45}{
29924 \backslash
29925 resizebox{2cm}{!}{
29926 \backslash
29927 reflectbox{
29928 \end_layout
29929
29930 \end_inset
29931
29932 Hola
29933 \begin_inset ERT
29934 status collapsed
29935
29936 \begin_layout Plain Layout
29937
29938 }}}
29939 \end_layout
29940
29941 \end_inset
29942
29943
29944 \end_layout
29945
29946 \begin_layout Standard
29947 \noindent
29948 Un cuadro puede contener imágenes, tablas y ecuaciones en línea:
29949 \end_layout
29950
29951 \begin_layout Standard
29952 \noindent
29953
29954 \end_layout
29955
29956 \begin_layout Standard
29957 \align center
29958 \begin_inset ERT
29959 status collapsed
29960
29961 \begin_layout Plain Layout
29962
29963
29964 \backslash
29965 rotatebox[origin=c]{-30}{
29966 \backslash
29967 resizebox{2cm}{!}{
29968 \backslash
29969 reflectbox{
29970 \end_layout
29971
29972 \end_inset
29973
29974
29975 \begin_inset Graphics
29976         filename ../clipart/platypus.eps
29977         lyxscale 50
29978         width 25col%
29979
29980 \end_inset
29981
29982
29983 \begin_inset ERT
29984 status collapsed
29985
29986 \begin_layout Plain Layout
29987
29988 }}}
29989 \end_layout
29990
29991 \end_inset
29992
29993
29994 \begin_inset ERT
29995 status collapsed
29996
29997 \begin_layout Plain Layout
29998
29999
30000 \backslash
30001 rotatebox[origin=c]{-45}{
30002 \backslash
30003 resizebox{2cm}{!}{
30004 \backslash
30005 reflectbox{
30006 \end_layout
30007
30008 \end_inset
30009
30010
30011 \begin_inset Tabular
30012 <lyxtabular version="3" rows="2" columns="2">
30013 <features>
30014 <column alignment="center" valignment="top" width="0">
30015 <column alignment="center" valignment="top" width="0">
30016 <row>
30017 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
30018 \begin_inset Text
30019
30020 \begin_layout Plain Layout
30021 q
30022 \end_layout
30023
30024 \end_inset
30025 </cell>
30026 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
30027 \begin_inset Text
30028
30029 \begin_layout Plain Layout
30030 w
30031 \end_layout
30032
30033 \end_inset
30034 </cell>
30035 </row>
30036 <row>
30037 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
30038 \begin_inset Text
30039
30040 \begin_layout Plain Layout
30041 e
30042 \end_layout
30043
30044 \end_inset
30045 </cell>
30046 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
30047 \begin_inset Text
30048
30049 \begin_layout Plain Layout
30050 r
30051 \end_layout
30052
30053 \end_inset
30054 </cell>
30055 </row>
30056 </lyxtabular>
30057
30058 \end_inset
30059
30060
30061 \begin_inset ERT
30062 status collapsed
30063
30064 \begin_layout Plain Layout
30065
30066 }}}
30067 \end_layout
30068
30069 \end_inset
30070
30071
30072 \begin_inset ERT
30073 status collapsed
30074
30075 \begin_layout Plain Layout
30076
30077
30078 \backslash
30079 rotatebox[origin=c]{-45}{
30080 \backslash
30081 resizebox{2cm}{!}{
30082 \backslash
30083 reflectbox{
30084 \end_layout
30085
30086 \end_inset
30087
30088
30089 \begin_inset Formula $\int A\,\mathrm{d}x=B$
30090 \end_inset
30091
30092
30093 \begin_inset ERT
30094 status collapsed
30095
30096 \begin_layout Plain Layout
30097
30098 }}}
30099 \end_layout
30100
30101 \end_inset
30102
30103
30104 \end_layout
30105
30106 \begin_layout Standard
30107 Si se usa el estilo global 
30108 \series bold
30109 fleqn
30110 \series default
30111  para las ecuaciones del documento,
30112 \begin_inset Foot
30113 status collapsed
30114
30115 \begin_layout Plain Layout
30116 Si «fleqn» se añade a las opciones de clase del documento.
30117 \end_layout
30118
30119 \end_inset
30120
30121  también pueden escalarse las ecuaciones en estilo presentación.
30122 \end_layout
30123
30124 \begin_layout Chapter
30125 Archivo
30126 \begin_inset Index
30127 status collapsed
30128
30129 \begin_layout Plain Layout
30130 Archivo, insertar
30131 \end_layout
30132
30133 \end_inset
30134
30135
30136 \end_layout
30137
30138 \begin_layout Standard
30139 Con el menú 
30140 \family sans
30141 Insertar\SpecialChar \menuseparator
30142 Archivo 
30143 \family default
30144 se pueden insertar archivos externos en un documento.
30145  Estos pueden ser:
30146 \end_layout
30147
30148 \begin_layout Description
30149 Documento
30150 \begin_inset space ~
30151 \end_inset
30152
30153 LyX Otro documento LyX; su contenido se inserta directamente en tu documento.
30154 \end_layout
30155
30156 \begin_layout Description
30157 Texto
30158 \begin_inset space ~
30159 \end_inset
30160
30161 simple
30162 \begin_inset space ~
30163 \end_inset
30164
30165 como
30166 \begin_inset space ~
30167 \end_inset
30168
30169 líneas Un documento de texto; cada línea del mismo se inserta en tu documento
30170  como un nuevo párrafo.
30171 \end_layout
30172
30173 \begin_layout Description
30174 Texto
30175 \begin_inset space ~
30176 \end_inset
30177
30178 simple
30179 \begin_inset space ~
30180 \end_inset
30181
30182 como
30183 \begin_inset space ~
30184 \end_inset
30185
30186 párrafos Un documento de texto; cada línea del texto se inserta tal como
30187  está, formando un solo párrafo.
30188  Las líneas vacías generan un nuevo párrafo en tu documento.
30189 \end_layout
30190
30191 \begin_layout Description
30192 Material
30193 \begin_inset space ~
30194 \end_inset
30195
30196 externo Archivos en diversos formatos.
30197 \end_layout
30198
30199 \begin_layout Description
30200 Documento
30201 \begin_inset space ~
30202 \end_inset
30203
30204 hijo Documentos LyX, LaTeX o texto simple.
30205 \end_layout
30206
30207 \begin_layout Section
30208 Material externo
30209 \begin_inset Index
30210 status collapsed
30211
30212 \begin_layout Plain Layout
30213 Material externo
30214 \end_layout
30215
30216 \end_inset
30217
30218
30219 \end_layout
30220
30221 \begin_layout Standard
30222 Esta característica te permite insertar archivos en tu documento sin convertirlo
30223 s previamente a un formato legible en la salida, ya que LyX se ocupa de
30224  las necesarias conversiones.
30225  Esto es parecido a la inserción de imágenes en diversos formatos en los
30226  documentos LyX.
30227 \end_layout
30228
30229 \begin_layout Standard
30230 El material externo se puede insertar mediante el diálogo que surge a partir
30231  del menú 
30232 \family sans
30233 Insertar\SpecialChar \menuseparator
30234 Archivo\SpecialChar \menuseparator
30235 Material
30236 \begin_inset space ~
30237 \end_inset
30238
30239 externo
30240 \family default
30241 .
30242  Actualmente se permiten los siguientes tipos de archivo (
30243 \family sans
30244 Plantillas
30245 \family default
30246 ):
30247 \end_layout
30248
30249 \begin_layout Description
30250 Diagrama
30251 \begin_inset space ~
30252 \end_inset
30253
30254 de
30255 \begin_inset space ~
30256 \end_inset
30257
30258 ajedrez Esta plantilla soporta diagramas posicionales de ajedrez hechos
30259  con el programa 
30260 \series bold
30261
30262 \begin_inset CommandInset href
30263 LatexCommand href
30264 name "XBoard"
30265 target "http://en.wikipedia.org/wiki/XBoard"
30266
30267 \end_inset
30268
30269
30270 \series default
30271 .
30272 \end_layout
30273
30274 \begin_layout Description
30275 Fecha Esta inserta la fecha en el formato 
30276 \emph on
30277 Día-Mes-Año.
30278
30279 \emph default
30280  A continuación hay una fecha insertada como material externo: 
30281 \begin_inset External
30282         template Date
30283         filename ...
30284
30285 \end_inset
30286
30287
30288 \lang english
30289
30290 \begin_inset space ~
30291 \end_inset
30292
30293
30294 \begin_inset Note Note
30295 status open
30296
30297 \begin_layout Plain Layout
30298
30299 \lang english
30300 Remove the protected space when bug 4398 is fixed!
30301 \end_layout
30302
30303 \end_inset
30304
30305
30306 \lang spanish
30307
30308 \begin_inset Newline newline
30309 \end_inset
30310
30311 La fecha no se muestra en LyX, sólo en la salida.
30312  Hay otros dos métodos de insertar una fecha, con el menú 
30313 \family sans
30314 Insertar\SpecialChar \menuseparator
30315 Fecha
30316 \family default
30317  y con el comando LaTeX 
30318 \series bold
30319
30320 \backslash
30321 today
30322 \series default
30323  en código TeX.
30324  Los distintos métodos se comparan en la tabla
30325 \begin_inset space ~
30326 \end_inset
30327
30328
30329 \begin_inset CommandInset ref
30330 LatexCommand ref
30331 reference "tab:Comparación-de"
30332
30333 \end_inset
30334
30335 .
30336 \end_layout
30337
30338 \begin_layout Description
30339 LilyPond Esta plantilla sirve para tipografiar notación musical con el programa
30340 \begin_inset Newline linebreak
30341 \end_inset
30342
30343
30344 \series bold
30345
30346 \begin_inset CommandInset href
30347 LatexCommand href
30348 name "LilyPond"
30349 target "http://en.wikipedia.org/wiki/LilyPond"
30350
30351 \end_inset
30352
30353
30354 \series default
30355 .
30356 \end_layout
30357
30358 \begin_layout Description
30359 RasterImage Sirve para insertar imágenes bitmap.
30360  Casi todos los formatos populares de imágenes están soportados.
30361  Las imágenes se pueden tratar en el diálogo 
30362 \family sans
30363 Material Externo
30364 \family default
30365  como las que habitualmente se incluyen mediante el diálogo 
30366 \family sans
30367 Gráficos
30368 \family default
30369 , tal como se explica en la sección
30370 \begin_inset space ~
30371 \end_inset
30372
30373
30374 \begin_inset CommandInset ref
30375 LatexCommand ref
30376 reference "sec:Diálogo-Gráficos"
30377
30378 \end_inset
30379
30380 .
30381  La diferencia es que sólo se permiten imágenes bitmap, por tanto las imágenes
30382  PDF y EPS no están soportadas.
30383 \end_layout
30384
30385 \begin_layout Description
30386 XFig Esta plantilla soporta imágenes creadas con el programa 
30387 \series bold
30388
30389 \begin_inset CommandInset href
30390 LatexCommand href
30391 name "Xfig"
30392 target "http://en.wikipedia.org/wiki/Xfig"
30393
30394 \end_inset
30395
30396
30397 \series default
30398 .
30399 \end_layout
30400
30401 \begin_layout Standard
30402 \begin_inset Float table
30403 placement h
30404 wide false
30405 sideways false
30406 status open
30407
30408 \begin_layout Plain Layout
30409 \begin_inset Caption
30410
30411 \begin_layout Plain Layout
30412 \begin_inset CommandInset label
30413 LatexCommand label
30414 name "tab:Comparación-de"
30415
30416 \end_inset
30417
30418 Comparación de los métodos de inserción de fecha.
30419 \end_layout
30420
30421 \end_inset
30422
30423
30424 \end_layout
30425
30426 \begin_layout Plain Layout
30427 \align center
30428 \begin_inset Tabular
30429 <lyxtabular version="3" rows="4" columns="4">
30430 <features>
30431 <column alignment="center" valignment="top" width="0">
30432 <column alignment="center" valignment="top" width="0">
30433 <column alignment="center" valignment="top" width="0">
30434 <column alignment="center" valignment="top" width="0">
30435 <row>
30436 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
30437 \begin_inset Text
30438
30439 \begin_layout Plain Layout
30440 Tipo del Documento
30441 \end_layout
30442
30443 \end_inset
30444 </cell>
30445 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
30446 \begin_inset Text
30447
30448 \begin_layout Plain Layout
30449
30450 \family sans
30451 Material Externo\SpecialChar \menuseparator
30452 Fecha
30453 \end_layout
30454
30455 \end_inset
30456 </cell>
30457 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
30458 \begin_inset Text
30459
30460 \begin_layout Plain Layout
30461
30462 \family sans
30463 Insertar\SpecialChar \menuseparator
30464 Fecha
30465 \end_layout
30466
30467 \end_inset
30468 </cell>
30469 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
30470 \begin_inset Text
30471
30472 \begin_layout Plain Layout
30473 comando 
30474 \series bold
30475
30476 \backslash
30477 today
30478 \end_layout
30479
30480 \end_inset
30481 </cell>
30482 </row>
30483 <row>
30484 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
30485 \begin_inset Text
30486
30487 \begin_layout Plain Layout
30488 LyX
30489 \end_layout
30490
30491 \end_inset
30492 </cell>
30493 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
30494 \begin_inset Text
30495
30496 \begin_layout Plain Layout
30497 como cuadro
30498 \end_layout
30499
30500 \end_inset
30501 </cell>
30502 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
30503 \begin_inset Text
30504
30505 \begin_layout Plain Layout
30506 como fecha
30507 \end_layout
30508
30509 \end_inset
30510 </cell>
30511 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
30512 \begin_inset Text
30513
30514 \begin_layout Plain Layout
30515 como cuadro en código TeX
30516 \end_layout
30517
30518 \end_inset
30519 </cell>
30520 </row>
30521 <row>
30522 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
30523 \begin_inset Text
30524
30525 \begin_layout Plain Layout
30526 LaTeX
30527 \end_layout
30528
30529 \end_inset
30530 </cell>
30531 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
30532 \begin_inset Text
30533
30534 \begin_layout Plain Layout
30535 como fecha
30536 \end_layout
30537
30538 \end_inset
30539 </cell>
30540 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
30541 \begin_inset Text
30542
30543 \begin_layout Plain Layout
30544 como fecha
30545 \end_layout
30546
30547 \end_inset
30548 </cell>
30549 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
30550 \begin_inset Text
30551
30552 \begin_layout Plain Layout
30553 como comando
30554 \end_layout
30555
30556 \end_inset
30557 </cell>
30558 </row>
30559 <row>
30560 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
30561 \begin_inset Text
30562
30563 \begin_layout Plain Layout
30564 DVI, PDF, PS
30565 \end_layout
30566
30567 \end_inset
30568 </cell>
30569 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
30570 \begin_inset Text
30571
30572 \begin_layout Plain Layout
30573 como fecha
30574 \end_layout
30575
30576 \end_inset
30577 </cell>
30578 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
30579 \begin_inset Text
30580
30581 \begin_layout Plain Layout
30582 como fecha
30583 \end_layout
30584
30585 \end_inset
30586 </cell>
30587 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
30588 \begin_inset Text
30589
30590 \begin_layout Plain Layout
30591 como fecha
30592 \end_layout
30593
30594 \end_inset
30595 </cell>
30596 </row>
30597 </lyxtabular>
30598
30599 \end_inset
30600
30601
30602 \end_layout
30603
30604 \end_inset
30605
30606
30607 \end_layout
30608
30609 \begin_layout Standard
30610 Si utilizas la opción 
30611 \family sans
30612 Borrador
30613 \family default
30614  en la solapa 
30615 \family sans
30616 Archivo
30617 \family default
30618  del diálogo 
30619 \family sans
30620 Material Externo
30621 \family default
30622 , en el documento de salida sólo se muestra la ruta al archivo insertado.
30623 \family sans
30624
30625 \begin_inset Newline newline
30626 \end_inset
30627
30628
30629 \family default
30630 El material externo se muestra en LyX como un cuadro del tipo:
30631 \family sans
30632  
30633 \family default
30634
30635 \begin_inset Graphics
30636         filename clipart/MaterialExternoQt4.png
30637         scale 80
30638
30639 \end_inset
30640
30641  o como imagen, según la configuración elegida en la solapa 
30642 \family sans
30643 Vista
30644 \begin_inset space ~
30645 \end_inset
30646
30647 LyX 
30648 \family default
30649 del diálogo 
30650 \family sans
30651 Material Externo.
30652 \end_layout
30653
30654 \begin_layout Standard
30655 En el manual 
30656 \emph on
30657 Personalización
30658 \emph default
30659  se explica cómo definir tus propias plantillas.
30660 \end_layout
30661
30662 \begin_layout Section
30663 Documento hijo
30664 \begin_inset CommandInset label
30665 LatexCommand label
30666 name "sec:Documento-Hijo"
30667
30668 \end_inset
30669
30670
30671 \begin_inset Index
30672 status collapsed
30673
30674 \begin_layout Plain Layout
30675 Documento hijo
30676 \end_layout
30677
30678 \end_inset
30679
30680
30681 \end_layout
30682
30683 \begin_layout Standard
30684 Los documentos hijos se emplean en el caso de tener un documento extenso
30685  compuesto por varias partes o secciones más grandes.
30686  Para trabajar en este tipo de documentos es útil, y a veces obligado, dividirlo
30687  en varios archivos que pueden ser revisados por separado.
30688  Estos archivos se conocen como documentos hijos, y el llamado documento
30689  maestro los conecta con el fin de imprimirlos como un todo o por partes.
30690  
30691 \end_layout
30692
30693 \begin_layout Standard
30694 Los documentos incluidos como hijos se muestran en la pantalla de LyX como
30695  cuadros del tipo: 
30696 \begin_inset Graphics
30697         filename clipart/DocumentoHijoQt4.png
30698         scale 80
30699
30700 \end_inset
30701
30702 .
30703  Para incluir documentos hijos en un documento maestro utiliza el menú 
30704 \family sans
30705 Insertar
30706 \family default
30707 \SpecialChar \menuseparator
30708
30709 \family sans
30710 Archivo
30711 \family default
30712 \SpecialChar \menuseparator
30713
30714 \family sans
30715 Documento
30716 \begin_inset space ~
30717 \end_inset
30718
30719 hijo
30720 \family default
30721 .
30722  Surge un diálogo en el que puedes elegir entre cuatro métodos de inclusión:
30723 \end_layout
30724
30725 \begin_layout Description
30726 Incluir Puedes incluir documentos LyX y documentos LaTeX.
30727  Al pulsar el botón 
30728 \family sans
30729 Cargar
30730 \family default
30731  en el diálogo 
30732 \family sans
30733 Documento hijo
30734 \family default
30735 , los documentos incluidos se abrirán en una nueva solapa de archivo en
30736  la ventana de LyX y así puedes modificarlos si quieres.
30737 \end_layout
30738
30739 \begin_layout Standard
30740 Aquí hay un archivo insertado con el método 
30741 \family sans
30742 Incluir
30743 \family default
30744
30745 \begin_inset CommandInset include
30746 LatexCommand include
30747 filename "DocumentoPostizo1.lyx"
30748
30749 \end_inset
30750
30751
30752 \end_layout
30753
30754 \begin_layout Standard
30755 La numeración de secciones tiene en cuenta las secciones de los archivos
30756  incluidos en el orden en que están insertados en el documento maestro.
30757  El documento incluido de ejemplo tiene una subsección que se numera como
30758  subsección de la presente sección.
30759  Las etiquetas de los documentos incluidos se pueden referenciar: Subsección
30760 \begin_inset space ~
30761 \end_inset
30762
30763
30764 \begin_inset CommandInset ref
30765 LatexCommand ref
30766 reference "sub:Subsección-Externa-1"
30767
30768 \end_inset
30769
30770 .
30771 \end_layout
30772
30773 \begin_layout Standard
30774 El preámbulo del documento hijo se ignora, sólo se utiliza el preámbulo
30775  del documento maestro.
30776  Los documentos incluidos se insertan comenzando una página nueva y acabando
30777  con un salto de página.
30778 \end_layout
30779
30780 \begin_layout Standard
30781 Con el comando LaTeX 
30782 \series bold
30783
30784 \backslash
30785 includeonly
30786 \series default
30787  puedes determinar qué documentos hijos serán procesados al generar la salida.
30788  Esto es útil si, por ejemplo, estás trabajando sólo cierto capítulo de
30789  un extenso documento y quieres ahorrar tiempo de compilación.
30790  
30791 \series bold
30792
30793 \backslash
30794 includeonly 
30795 \series default
30796 se inserta en el preámbulo del documento maestro, poniendo como argumento
30797  una lista de los nombres de archivo separados con comas, p.
30798 \begin_inset space \thinspace{}
30799 \end_inset
30800
30801 e.
30802  la orden:
30803 \end_layout
30804
30805 \begin_layout Standard
30806
30807 \series bold
30808
30809 \backslash
30810 includeonly{capítulo1,capítulo5}
30811 \end_layout
30812
30813 \begin_layout Standard
30814 hará que sólo se procesen los archivos incluidos cuyos nombres son «capítulo1.lyx
30815 » (o «capítulo1.tex») y «capítulo5.lyx».
30816 \end_layout
30817
30818 \begin_layout Standard
30819 \begin_inset Note Greyedout
30820 status open
30821
30822 \begin_layout Plain Layout
30823
30824 \series bold
30825 Nota:
30826 \series default
30827  Si has incluido un archivo LyX o LaTeX cuya clase de documento es distinta
30828  a la del documento maestro, recibirás una advertencia al exportar/ver el
30829  documento, ya que esto podría dar resultados inesperados.
30830 \end_layout
30831
30832 \end_inset
30833
30834
30835 \end_layout
30836
30837 \begin_layout Description
30838 Entrada Este método es muy parecido al método 
30839 \family sans
30840 Incluir
30841 \family default
30842 .
30843  Las diferencias son:
30844 \end_layout
30845
30846 \begin_deeper
30847 \begin_layout Itemize
30848 Los archivos del tipo Entrada no comienzan en página nueva ni acaban con
30849  un salto de página.
30850 \end_layout
30851
30852 \begin_layout Itemize
30853 Los archivos del tipo Entrada se pueden visualizar en LyX si la 
30854 \family sans
30855 Vista
30856 \begin_inset space ~
30857 \end_inset
30858
30859 preliminar
30860 \begin_inset space ~
30861 \end_inset
30862
30863 inmediata 
30864 \family default
30865 está activada en el diálogo 
30866 \family sans
30867 Herramientas\SpecialChar \menuseparator
30868 Preferencias
30869 \family default
30870 , apartado 
30871 \family sans
30872 Apariencia\SpecialChar \menuseparator
30873 Gráficos
30874 \family default
30875 .
30876 \end_layout
30877
30878 \begin_layout Itemize
30879 No se puede utilizar el comando LaTeX 
30880 \series bold
30881
30882 \backslash
30883 includeonly
30884 \series default
30885 .
30886 \end_layout
30887
30888 \end_deeper
30889 \begin_layout Standard
30890 Aquí hay un documento hijo insertado con el método 
30891 \family sans
30892 Entrada
30893 \family default
30894 :
30895 \end_layout
30896
30897 \begin_layout Standard
30898 \begin_inset CommandInset include
30899 LatexCommand input
30900 filename "DocumentoPostizo2.lyx"
30901
30902 \end_inset
30903
30904
30905 \end_layout
30906
30907 \begin_layout Description
30908 Literal Con este método se puede incluir todo archivo de texto.
30909  El archivo aparece en la salida con su código fuente, y si contiene comandos
30910  no se ejecutan.
30911  Con la opción 
30912 \family sans
30913 Marcar espacios en la salida
30914 \family default
30915  cada espacio en el código fuente se muestra en la salida con el carácter
30916  «
30917 \begin_inset ERT
30918 status collapsed
30919
30920 \begin_layout Plain Layout
30921
30922
30923 \backslash
30924 textvisiblespace
30925 \end_layout
30926
30927 \end_inset
30928
30929 ».
30930  La diferencia con el método de inserción mediante el menú 
30931 \family sans
30932 Insertar
30933 \family default
30934 \SpecialChar \menuseparator
30935
30936 \family sans
30937 Archivo
30938 \family default
30939 \SpecialChar \menuseparator
30940
30941 \family sans
30942 Texto
30943 \begin_inset space ~
30944 \end_inset
30945
30946 simple
30947 \family default
30948  es que en este caso el contenido del archivo se ve en LyX, mientras que
30949  en modo 
30950 \family sans
30951 Literal 
30952 \family default
30953 no se muestra el contenido, sino un recuadro con el nombre.
30954
30955 \family sans
30956  
30957 \end_layout
30958
30959 \begin_layout Standard
30960 Aquí se inserta un documento hijo en modo Literal:
30961 \begin_inset CommandInset include
30962 LatexCommand verbatiminput
30963 filename "DocumentoTextoPostizo.txt"
30964
30965 \end_inset
30966
30967
30968 \begin_inset VSpace bigskip
30969 \end_inset
30970
30971
30972 \end_layout
30973
30974 \begin_layout Standard
30975 Aquí se inserta un documento hijo en modo Literal con la opción 
30976 \family sans
30977 Marcar espacios en la salida
30978 \family default
30979 :
30980 \begin_inset CommandInset include
30981 LatexCommand verbatiminput*
30982 filename "DocumentoTextoPostizo.txt"
30983
30984 \end_inset
30985
30986
30987 \begin_inset VSpace bigskip
30988 \end_inset
30989
30990
30991 \end_layout
30992
30993 \begin_layout Standard
30994 \begin_inset Note Greyedout
30995 status open
30996
30997 \begin_layout Plain Layout
30998
30999 \series bold
31000 Nota:
31001 \series default
31002  Como puedes ver en los ejemplos anteriores, el texto de los documentos
31003  incluidos en modo 
31004 \family sans
31005 literal
31006 \family default
31007  no contiene saltos de línea, a no ser que se incluyan expresamente en el
31008  archivo de texto.
31009 \end_layout
31010
31011 \end_inset
31012
31013
31014 \end_layout
31015
31016 \begin_layout Description
31017 Listado
31018 \begin_inset space ~
31019 \end_inset
31020
31021 de
31022 \begin_inset space ~
31023 \end_inset
31024
31025 programa Este tipo se describe en el capítulo
31026 \begin_inset space ~
31027 \end_inset
31028
31029
31030 \begin_inset CommandInset ref
31031 LatexCommand ref
31032 reference "cha:Listado-de-programa"
31033
31034 \end_inset
31035
31036 .
31037 \end_layout
31038
31039 \begin_layout Standard
31040 \begin_inset Note Greyedout
31041 status open
31042
31043 \begin_layout Plain Layout
31044
31045 \series bold
31046 Nota:
31047 \series default
31048  Incluir el mismo documento dos veces  con métodos diferentes podría causar
31049  problemas en LaTeX.
31050 \end_layout
31051
31052 \end_inset
31053
31054
31055 \end_layout
31056
31057 \begin_layout Chapter
31058 Listado de programa
31059 \begin_inset CommandInset label
31060 LatexCommand label
31061 name "cha:Listado-de-programa"
31062
31063 \end_inset
31064
31065
31066 \begin_inset Index
31067 status collapsed
31068
31069 \begin_layout Plain Layout
31070 Listado de programa
31071 \end_layout
31072
31073 \end_inset
31074
31075
31076 \begin_inset Index
31077 status collapsed
31078
31079 \begin_layout Plain Layout
31080 Codigo@Código de programa
31081 \end_layout
31082
31083 \end_inset
31084
31085
31086 \begin_inset Index
31087 status collapsed
31088
31089 \begin_layout Plain Layout
31090 Flotantes ! Listado de programa
31091 \end_layout
31092
31093 \end_inset
31094
31095
31096 \end_layout
31097
31098 \begin_layout Standard
31099 Para incluir y tipografiar código de programación puedes usar la opción
31100  de menú disponible en 
31101 \family sans
31102 Insertar\SpecialChar \menuseparator
31103 Listado
31104 \begin_inset space ~
31105 \end_inset
31106
31107 de
31108 \begin_inset space ~
31109 \end_inset
31110
31111 programa.
31112  
31113 \family default
31114 El paquete LaTeX 
31115 \series bold
31116 listings
31117 \series default
31118
31119 \begin_inset Index
31120 status collapsed
31121
31122 \begin_layout Plain Layout
31123 LaTeX-paquetes ! listings
31124 \end_layout
31125
31126 \end_inset
31127
31128  provee un mecanismo potente y flexible para insertar código fuente en tu
31129  documento.
31130 \end_layout
31131
31132 \begin_layout Standard
31133 Al hacer clic-derecho sobre un recuadro de listado surge un cuadro de diálogo
31134  en el que puedes establecer el formato del mismo.
31135 \end_layout
31136
31137 \begin_layout Standard
31138 Por omisión, al insertar un listado de programa se inicia un párrafo nuevo.
31139  La opción de ubicación 
31140 \family sans
31141 Listado
31142 \begin_inset space ~
31143 \end_inset
31144
31145 insertado
31146 \family default
31147  lo imprime en la línea, como este ejemplo: 
31148 \begin_inset listings
31149 lstparams "language={C++}"
31150 inline true
31151 status open
31152
31153 \begin_layout Plain Layout
31154
31155 int a=5;
31156 \end_layout
31157
31158 \end_inset
31159
31160
31161 \family sans
31162
31163 \begin_inset Newline newline
31164 \end_inset
31165
31166
31167 \family default
31168 La opción 
31169 \family sans
31170 Flotante
31171 \family default
31172  crea un listado flotante cuya colocación se puede especificar mediante
31173  las opciones «
31174 \family sans
31175 h
31176 \family default
31177 », «
31178 \family sans
31179 t
31180 \family default
31181 », «
31182 \family sans
31183 b
31184 \family default
31185 » y «
31186 \family sans
31187 p
31188 \family default
31189 », correspondientes a las opciones de colocación de flotantes descritas
31190  en la sección
31191 \family sans
31192
31193 \begin_inset space ~
31194 \end_inset
31195
31196
31197 \begin_inset CommandInset ref
31198 LatexCommand ref
31199 reference "sec:Colocación-de-Flotantes"
31200
31201 \end_inset
31202
31203
31204 \family default
31205 .
31206  Las opciones de colocación se pueden mezclar y se escriben sin separación,
31207  p.
31208 \family sans
31209
31210 \begin_inset space \thinspace{}
31211 \end_inset
31212
31213
31214 \family default
31215 e.
31216 \begin_inset space ~
31217 \end_inset
31218
31219 «
31220 \family sans
31221 htbp
31222 \family default
31223 ».
31224  La opción «
31225 \family sans
31226 h
31227 \family default
31228 » a veces no tiene efecto, pero no necesitas usar la opción 
31229 \family sans
31230 Flotante
31231 \family default
31232  en ese caso puesto que los listados de programa no flotantes también pueden
31233  tener leyendas y ser referenciadas.
31234 \end_layout
31235
31236 \begin_layout Standard
31237 Se puede añadir una leyenda a un listado de programa con el menú 
31238 \family sans
31239 Insertar\SpecialChar \menuseparator
31240 Leyenda
31241 \family default
31242
31243 \begin_inset Foot
31244 status open
31245
31246 \begin_layout Plain Layout
31247 Para traducir la etiqueta 
31248 \begin_inset Quotes eld
31249 \end_inset
31250
31251 Listado
31252 \begin_inset Quotes erd
31253 \end_inset
31254
31255  de la leyenda, se añade al preámbulo del documento el comando 
31256 \series bold
31257
31258 \backslash
31259 renewcommand{
31260 \backslash
31261 lstlistingname}{Listado}
31262 \series default
31263 .
31264  (
31265 \emph on
31266 N.
31267 \begin_inset space \thinspace{}
31268 \end_inset
31269
31270 del t.
31271 \emph default
31272 )
31273 \end_layout
31274
31275 \end_inset
31276
31277 .
31278  Los listados de programa se pueden referenciar como los flotantes: Listado
31279 \begin_inset space ~
31280 \end_inset
31281
31282
31283 \begin_inset CommandInset ref
31284 LatexCommand ref
31285 reference "lst:Ejemplo-de-listado-de-programa"
31286
31287 \end_inset
31288
31289
31290 \end_layout
31291
31292 \begin_layout Standard
31293 \begin_inset listings
31294 lstparams "language=Python"
31295 inline false
31296 status collapsed
31297
31298 \begin_layout Plain Layout
31299
31300 \begin_inset Caption
31301
31302 \begin_layout Plain Layout
31303 \begin_inset CommandInset label
31304 LatexCommand label
31305 name "lst:Ejemplo-de-listado-de-programa"
31306
31307 \end_inset
31308
31309 Ejemplo de listado de programa flotante
31310 \end_layout
31311
31312 \end_inset
31313
31314 # Ejemplo de listado flotante
31315 \end_layout
31316
31317 \begin_layout Plain Layout
31318
31319 def func(param):
31320 \end_layout
31321
31322 \begin_layout Plain Layout
31323
31324     'this is a python function'
31325 \end_layout
31326
31327 \begin_layout Plain Layout
31328
31329     pass
31330 \end_layout
31331
31332 \end_inset
31333
31334
31335 \end_layout
31336
31337 \begin_layout Standard
31338 Una vez que has escogido un lenguaje de programación en el cuadro de diálogo
31339  de listado de programa, las palabras clave de ese lenguaje serán reconocidas
31340  y tipografiadas de manera especial en la salida.
31341  En el ejemplo, la clave de Python «def» es reconocida y se imprimirá en
31342  negrita.
31343 \end_layout
31344
31345 \begin_layout Standard
31346 \begin_inset Note Greyedout
31347 status collapsed
31348
31349 \begin_layout Plain Layout
31350
31351 \series bold
31352 Nota:
31353 \series default
31354  Si no consigues caracteres en negrita cuando usas fuentes typewriter, se
31355  debe probablemente a que dicha fuente no suministra negritas.
31356  En este caso selecciona una fuente distinta en el menú 
31357 \family sans
31358 Documento
31359 \family default
31360 \SpecialChar \menuseparator
31361
31362 \family sans
31363 Configuración
31364 \family default
31365 \SpecialChar \menuseparator
31366
31367 \family sans
31368 Fuentes.
31369  
31370 \family default
31371 (Las fuentes 
31372 \emph on
31373 LuxiMono, BeraMono
31374 \emph default
31375  y 
31376 \emph on
31377 Courier 
31378 \emph default
31379 suministran negritas.)
31380 \end_layout
31381
31382 \end_inset
31383
31384
31385 \end_layout
31386
31387 \begin_layout Standard
31388 En la sección 
31389 \family sans
31390 Numeración
31391 \begin_inset space ~
31392 \end_inset
31393
31394 de
31395 \begin_inset space ~
31396 \end_inset
31397
31398 líneas
31399 \family default
31400  del diálogo puedes elegir el estilo de numeración de las líneas.
31401  En el campo 
31402 \family sans
31403 Paso 
31404 \family default
31405 puedes insertar un número para determinar qué líneas se numeran.
31406  Por ejemplo, si pones «3», se numera sólo una de cada tres líneas.
31407  
31408 \end_layout
31409
31410 \begin_layout Standard
31411 Además, puedes especificar un rango de líneas para que sólo éstas aparezcan
31412  en la salida.
31413  La opción 
31414 \family sans
31415 Tabla
31416 \begin_inset space ~
31417 \end_inset
31418
31419 de
31420 \begin_inset space ~
31421 \end_inset
31422
31423 caracteres
31424 \begin_inset space ~
31425 \end_inset
31426
31427 extendida
31428 \family default
31429  debería emplearse si se usan en el código caracteres nacionales como la
31430  diéresis alemana.
31431 \begin_inset Newline newline
31432 \end_inset
31433
31434 A continuación hay un ejemplo con numeración de líneas a la izquierda, paso
31435  «3», lenguaje «Python», opciones de estilo «Tabla de caracteres extendida»
31436  y «Espacio como símbolo», rango de líneas 3-8:
31437 \begin_inset listings
31438 lstparams "extendedchars=true,firstline=3,language=Python,lastline=8,numbers=left,showspaces=true,stepnumber=3"
31439 inline false
31440 status collapsed
31441
31442 \begin_layout Plain Layout
31443
31444 def func(param):
31445 \end_layout
31446
31447 \begin_layout Plain Layout
31448
31449     'this is a python function'
31450 \end_layout
31451
31452 \begin_layout Plain Layout
31453
31454     pass
31455 \end_layout
31456
31457 \begin_layout Plain Layout
31458
31459 def func(param):
31460 \end_layout
31461
31462 \begin_layout Plain Layout
31463
31464 'This is a German word: Tschüß'
31465 \end_layout
31466
31467 \begin_layout Plain Layout
31468
31469 pass
31470 \end_layout
31471
31472 \begin_layout Plain Layout
31473
31474 def func(param):
31475 \end_layout
31476
31477 \begin_layout Plain Layout
31478
31479 'this is a python function'
31480 \end_layout
31481
31482 \begin_layout Plain Layout
31483
31484 pass
31485 \end_layout
31486
31487 \end_inset
31488
31489
31490 \end_layout
31491
31492 \begin_layout Standard
31493 \begin_inset Note Greyedout
31494 status open
31495
31496 \begin_layout Plain Layout
31497
31498 \series bold
31499 Nota:
31500 \series default
31501  Debido a un error en el paquete 
31502 \series bold
31503 listings
31504 \series default
31505  la numeración de líneas cambia en una línea por cada listado previo.
31506  Por esto en el ejemplo de arriba se numeran las líneas 2 y 5 y no las líneas
31507  3 y 6.
31508 \end_layout
31509
31510 \end_inset
31511
31512
31513 \end_layout
31514
31515 \begin_layout Standard
31516 \begin_inset VSpace bigskip
31517 \end_inset
31518
31519
31520 \end_layout
31521
31522 \begin_layout Standard
31523 También es posible imprimir como listado de programa líneas de un archivo.
31524  Para hacer esto, usa el menú 
31525 \family sans
31526 Insertar\SpecialChar \menuseparator
31527 Archivo\SpecialChar \menuseparator
31528 Documento
31529 \begin_inset space ~
31530 \end_inset
31531
31532 hijo 
31533 \family default
31534 y elige el tipo 
31535 \family sans
31536 Listado de programa
31537 \family default
31538 .
31539 \begin_inset Foot
31540 status collapsed
31541
31542 \begin_layout Plain Layout
31543 Los restantes tipos de documento hijo se describen en la sección
31544 \begin_inset space ~
31545 \end_inset
31546
31547
31548 \begin_inset CommandInset ref
31549 LatexCommand ref
31550 reference "sec:Documento-Hijo"
31551
31552 \end_inset
31553
31554 .
31555 \end_layout
31556
31557 \end_inset
31558
31559  En el diálogo de documento hijo puedes especificar los parámetros del listado
31560  en el cuadro de texto.
31561  Para ver una lista de los parámetros disponibles teclea una interrogación
31562  «?» en el cuadro.
31563 \end_layout
31564
31565 \begin_layout Standard
31566 Para referenciar un documento hijo tipo listado, escribe el texto de la
31567  etiqueta en el campo correspondiente del diálogo de documento hijo.
31568  Después se puede referenciar la etiqueta con el menú 
31569 \family sans
31570 Insertar\SpecialChar \menuseparator
31571 Referencia cruzada.
31572 \end_layout
31573
31574 \begin_layout Standard
31575 A continuación hay un ejemplo, Listado
31576 \begin_inset space ~
31577 \end_inset
31578
31579
31580 \begin_inset CommandInset ref
31581 LatexCommand ref
31582 reference "lst:archivo-listado"
31583
31584 \end_inset
31585
31586 , de inserción de líneas de un archivo; en él se incluye el rango de las
31587  líneas 10
31588 \begin_inset space \thinspace{}
31589 \end_inset
31590
31591 -
31592 \begin_inset space \thinspace{}
31593 \end_inset
31594
31595 15 de este archivo LyX.
31596 \end_layout
31597
31598 \begin_layout Standard
31599 \begin_inset CommandInset include
31600 LatexCommand lstinputlisting
31601 filename "EmbeddedObjects.lyx"
31602 lstparams "breaklines=true,caption={Líneas  10 - 15 de este archivo LyX},firstline=10,label={lst:archivo-listado},language={[LaTeX]TeX},lastline=15"
31603
31604 \end_inset
31605
31606
31607 \begin_inset VSpace bigskip
31608 \end_inset
31609
31610
31611 \end_layout
31612
31613 \begin_layout Standard
31614 Las preferencias globales se pueden establecer en el diálogo 
31615 \family sans
31616 Documento\SpecialChar \menuseparator
31617 Configuración\SpecialChar \menuseparator
31618 Diseño
31619 \begin_inset space ~
31620 \end_inset
31621
31622 del
31623 \begin_inset space ~
31624 \end_inset
31625
31626 texto.
31627  
31628 \family default
31629 Para ver ahí una lista de las opciones disponibles, escribe una interrogación
31630  «?» en el campo de texto.
31631 \end_layout
31632
31633 \begin_layout Standard
31634 Para más información sobre el paquete 
31635 \series bold
31636 listings
31637 \series default
31638 , consulta su documentación
31639 \begin_inset space ~
31640 \end_inset
31641
31642
31643 \begin_inset CommandInset citation
31644 LatexCommand cite
31645 key "listings"
31646
31647 \end_inset
31648
31649 .
31650 \end_layout
31651
31652 \begin_layout Standard
31653 \begin_inset Newpage newpage
31654 \end_inset
31655
31656
31657 \end_layout
31658
31659 \begin_layout Chapter
31660 \start_of_appendix
31661 Unidades disponibles en LyX
31662 \begin_inset Index
31663 status collapsed
31664
31665 \begin_layout Plain Layout
31666 Unidades
31667 \end_layout
31668
31669 \end_inset
31670
31671
31672 \begin_inset CommandInset label
31673 LatexCommand label
31674 name "cha:Unidades-disponibles-en"
31675
31676 \end_inset
31677
31678
31679 \end_layout
31680
31681 \begin_layout Standard
31682 Para comprender las unidades utilizadas en este manual, el cuadro
31683 \begin_inset space ~
31684 \end_inset
31685
31686
31687 \begin_inset CommandInset ref
31688 LatexCommand ref
31689 reference "tab:Unidades"
31690
31691 \end_inset
31692
31693  describe todas las unidades disponibles en LyX.
31694 \end_layout
31695
31696 \begin_layout Standard
31697 \begin_inset Float table
31698 placement h
31699 wide false
31700 sideways false
31701 status open
31702
31703 \begin_layout Plain Layout
31704 \begin_inset Caption
31705
31706 \begin_layout Plain Layout
31707 \begin_inset CommandInset label
31708 LatexCommand label
31709 name "tab:Unidades"
31710
31711 \end_inset
31712
31713 Unidades
31714 \end_layout
31715
31716 \end_inset
31717
31718
31719 \end_layout
31720
31721 \begin_layout Plain Layout
31722 \begin_inset VSpace medskip
31723 \end_inset
31724
31725
31726 \end_layout
31727
31728 \begin_layout Plain Layout
31729 \align center
31730 \begin_inset Tabular
31731 <lyxtabular version="3" rows="20" columns="2">
31732 <features>
31733 <column alignment="center" valignment="top" width="0">
31734 <column alignment="center" valignment="top" width="0">
31735 <row>
31736 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
31737 \begin_inset Text
31738
31739 \begin_layout Plain Layout
31740 unidad
31741 \end_layout
31742
31743 \end_inset
31744 </cell>
31745 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
31746 \begin_inset Text
31747
31748 \begin_layout Plain Layout
31749 nombre/descripción
31750 \end_layout
31751
31752 \end_inset
31753 </cell>
31754 </row>
31755 <row>
31756 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
31757 \begin_inset Text
31758
31759 \begin_layout Plain Layout
31760 mm
31761 \end_layout
31762
31763 \end_inset
31764 </cell>
31765 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
31766 \begin_inset Text
31767
31768 \begin_layout Plain Layout
31769 milímetro
31770 \end_layout
31771
31772 \end_inset
31773 </cell>
31774 </row>
31775 <row>
31776 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
31777 \begin_inset Text
31778
31779 \begin_layout Plain Layout
31780 cm
31781 \end_layout
31782
31783 \end_inset
31784 </cell>
31785 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
31786 \begin_inset Text
31787
31788 \begin_layout Plain Layout
31789 centímetro
31790 \end_layout
31791
31792 \end_inset
31793 </cell>
31794 </row>
31795 <row>
31796 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
31797 \begin_inset Text
31798
31799 \begin_layout Plain Layout
31800 in
31801 \end_layout
31802
31803 \end_inset
31804 </cell>
31805 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
31806 \begin_inset Text
31807
31808 \begin_layout Plain Layout
31809 pulgada
31810 \end_layout
31811
31812 \end_inset
31813 </cell>
31814 </row>
31815 <row>
31816 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
31817 \begin_inset Text
31818
31819 \begin_layout Plain Layout
31820 pt
31821 \end_layout
31822
31823 \end_inset
31824 </cell>
31825 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
31826 \begin_inset Text
31827
31828 \begin_layout Plain Layout
31829 punto (72.27
31830 \begin_inset space \thinspace{}
31831 \end_inset
31832
31833 pt = 1
31834 \begin_inset space \thinspace{}
31835 \end_inset
31836
31837 in)
31838 \end_layout
31839
31840 \end_inset
31841 </cell>
31842 </row>
31843 <row>
31844 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
31845 \begin_inset Text
31846
31847 \begin_layout Plain Layout
31848 pc
31849 \end_layout
31850
31851 \end_inset
31852 </cell>
31853 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
31854 \begin_inset Text
31855
31856 \begin_layout Plain Layout
31857 pica (1
31858 \begin_inset space \thinspace{}
31859 \end_inset
31860
31861 pc = 12
31862 \begin_inset space \thinspace{}
31863 \end_inset
31864
31865 pt)
31866 \end_layout
31867
31868 \end_inset
31869 </cell>
31870 </row>
31871 <row>
31872 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
31873 \begin_inset Text
31874
31875 \begin_layout Plain Layout
31876 sp
31877 \end_layout
31878
31879 \end_inset
31880 </cell>
31881 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
31882 \begin_inset Text
31883
31884 \begin_layout Plain Layout
31885 punto escalado (65536
31886 \begin_inset space \thinspace{}
31887 \end_inset
31888
31889 sp = 1
31890 \begin_inset space \thinspace{}
31891 \end_inset
31892
31893 pt)
31894 \end_layout
31895
31896 \end_inset
31897 </cell>
31898 </row>
31899 <row>
31900 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
31901 \begin_inset Text
31902
31903 \begin_layout Plain Layout
31904 bp
31905 \end_layout
31906
31907 \end_inset
31908 </cell>
31909 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
31910 \begin_inset Text
31911
31912 \begin_layout Plain Layout
31913 punto grande (72
31914 \begin_inset space \thinspace{}
31915 \end_inset
31916
31917 bp = 1
31918 \begin_inset space \thinspace{}
31919 \end_inset
31920
31921 in)
31922 \end_layout
31923
31924 \end_inset
31925 </cell>
31926 </row>
31927 <row>
31928 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
31929 \begin_inset Text
31930
31931 \begin_layout Plain Layout
31932 dd
31933 \end_layout
31934
31935 \end_inset
31936 </cell>
31937 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
31938 \begin_inset Text
31939
31940 \begin_layout Plain Layout
31941 didot (1
31942 \begin_inset space \thinspace{}
31943 \end_inset
31944
31945 dd 
31946 \begin_inset Formula $\approx$
31947 \end_inset
31948
31949  0.376
31950 \begin_inset space \thinspace{}
31951 \end_inset
31952
31953 mm)
31954 \end_layout
31955
31956 \end_inset
31957 </cell>
31958 </row>
31959 <row>
31960 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
31961 \begin_inset Text
31962
31963 \begin_layout Plain Layout
31964 cc
31965 \end_layout
31966
31967 \end_inset
31968 </cell>
31969 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
31970 \begin_inset Text
31971
31972 \begin_layout Plain Layout
31973 cicero (1
31974 \begin_inset space \thinspace{}
31975 \end_inset
31976
31977 cc = 12
31978 \begin_inset space \thinspace{}
31979 \end_inset
31980
31981 dd)
31982 \end_layout
31983
31984 \end_inset
31985 </cell>
31986 </row>
31987 <row>
31988 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
31989 \begin_inset Text
31990
31991 \begin_layout Plain Layout
31992 Scale%
31993 \end_layout
31994
31995 \end_inset
31996 </cell>
31997 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
31998 \begin_inset Text
31999
32000 \begin_layout Plain Layout
32001 % de anchura original de la imagen
32002 \end_layout
32003
32004 \end_inset
32005 </cell>
32006 </row>
32007 <row>
32008 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
32009 \begin_inset Text
32010
32011 \begin_layout Plain Layout
32012 text%
32013 \end_layout
32014
32015 \end_inset
32016 </cell>
32017 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
32018 \begin_inset Text
32019
32020 \begin_layout Plain Layout
32021 % de anchura de texto
32022 \end_layout
32023
32024 \end_inset
32025 </cell>
32026 </row>
32027 <row>
32028 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
32029 \begin_inset Text
32030
32031 \begin_layout Plain Layout
32032 col%
32033 \end_layout
32034
32035 \end_inset
32036 </cell>
32037 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
32038 \begin_inset Text
32039
32040 \begin_layout Plain Layout
32041 % de anchura de columna
32042 \end_layout
32043
32044 \end_inset
32045 </cell>
32046 </row>
32047 <row>
32048 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
32049 \begin_inset Text
32050
32051 \begin_layout Plain Layout
32052 page%
32053 \end_layout
32054
32055 \end_inset
32056 </cell>
32057 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
32058 \begin_inset Text
32059
32060 \begin_layout Plain Layout
32061 % de anchura de página
32062 \end_layout
32063
32064 \end_inset
32065 </cell>
32066 </row>
32067 <row>
32068 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
32069 \begin_inset Text
32070
32071 \begin_layout Plain Layout
32072 line%
32073 \end_layout
32074
32075 \end_inset
32076 </cell>
32077 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
32078 \begin_inset Text
32079
32080 \begin_layout Plain Layout
32081 % de anchura de línea
32082 \end_layout
32083
32084 \end_inset
32085 </cell>
32086 </row>
32087 <row>
32088 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
32089 \begin_inset Text
32090
32091 \begin_layout Plain Layout
32092 theight%
32093 \end_layout
32094
32095 \end_inset
32096 </cell>
32097 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
32098 \begin_inset Text
32099
32100 \begin_layout Plain Layout
32101 % de altura de texto
32102 \end_layout
32103
32104 \end_inset
32105 </cell>
32106 </row>
32107 <row>
32108 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
32109 \begin_inset Text
32110
32111 \begin_layout Plain Layout
32112 pheight%
32113 \end_layout
32114
32115 \end_inset
32116 </cell>
32117 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
32118 \begin_inset Text
32119
32120 \begin_layout Plain Layout
32121 % de altura de página
32122 \end_layout
32123
32124 \end_inset
32125 </cell>
32126 </row>
32127 <row>
32128 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
32129 \begin_inset Text
32130
32131 \begin_layout Plain Layout
32132 ex
32133 \end_layout
32134
32135 \end_inset
32136 </cell>
32137 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
32138 \begin_inset Text
32139
32140 \begin_layout Plain Layout
32141 altura de la letra 
32142 \emph on
32143 x
32144 \emph default
32145  en la fuente actual
32146 \end_layout
32147
32148 \end_inset
32149 </cell>
32150 </row>
32151 <row>
32152 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
32153 \begin_inset Text
32154
32155 \begin_layout Plain Layout
32156 em
32157 \end_layout
32158
32159 \end_inset
32160 </cell>
32161 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
32162 \begin_inset Text
32163
32164 \begin_layout Plain Layout
32165 anchura de la letra 
32166 \emph on
32167 M
32168 \emph default
32169  en la fuente actual
32170 \end_layout
32171
32172 \end_inset
32173 </cell>
32174 </row>
32175 <row>
32176 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
32177 \begin_inset Text
32178
32179 \begin_layout Plain Layout
32180 mu
32181 \end_layout
32182
32183 \end_inset
32184 </cell>
32185 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
32186 \begin_inset Text
32187
32188 \begin_layout Plain Layout
32189 unidad matemática (1
32190 \begin_inset space \thinspace{}
32191 \end_inset
32192
32193 mu = 1/18
32194 \begin_inset space \thinspace{}
32195 \end_inset
32196
32197 em)
32198 \end_layout
32199
32200 \end_inset
32201 </cell>
32202 </row>
32203 </lyxtabular>
32204
32205 \end_inset
32206
32207
32208 \end_layout
32209
32210 \end_inset
32211
32212
32213 \end_layout
32214
32215 \begin_layout Chapter
32216 Formatos de archivos de salida con gráficos
32217 \begin_inset CommandInset label
32218 LatexCommand label
32219 name "cha:Formatos-de-Archivos-de-Salida"
32220
32221 \end_inset
32222
32223
32224 \end_layout
32225
32226 \begin_layout Section
32227 DVI
32228 \begin_inset Index
32229 status collapsed
32230
32231 \begin_layout Plain Layout
32232 Formatos de archivo ! DVI
32233 \end_layout
32234
32235 \end_inset
32236
32237
32238 \begin_inset Index
32239 status collapsed
32240
32241 \begin_layout Plain Layout
32242 DVI|see
32243 \begin_inset ERT
32244 status collapsed
32245
32246 \begin_layout Plain Layout
32247
32248 {
32249 \end_layout
32250
32251 \end_inset
32252
32253 Formatos de archivo
32254 \begin_inset ERT
32255 status collapsed
32256
32257 \begin_layout Plain Layout
32258
32259 }
32260 \end_layout
32261
32262 \end_inset
32263
32264
32265 \end_layout
32266
32267 \end_inset
32268
32269
32270 \end_layout
32271
32272 \begin_layout Standard
32273 Este tipo de archivo tiene la extensión «
32274 \family typewriter
32275 .dvi
32276 \family default
32277 ».
32278  Se denomina «device-independent» (DVI), porque es completamente portable;
32279  se pueden mover de una máquina a otra sin necesidad de conversión alguna.
32280  En la época en que se desarrolló este formato, esto no era un asunto baladí.
32281  Los DVI se usan para vistas preliminares rápidas y como preparación para
32282  otros formatos de salida como PostScript.
32283 \end_layout
32284
32285 \begin_layout Standard
32286 \begin_inset Note Greyedout
32287 status open
32288
32289 \begin_layout Plain Layout
32290
32291 \series bold
32292 Nota:
32293 \series default
32294  Los archivos DVI no contienen imágenes, sino enlaces a ellas.
32295 \end_layout
32296
32297 \end_inset
32298
32299  Por tanto no debes olvidar esto si mueves archivos 
32300 \family typewriter
32301 .dvi
32302 \family default
32303  a otro ordenador.
32304  Esta característica también puede retardar la visualización del archivo,
32305  porque el visor DVI tiene que convertir la imagen en segundo plano para
32306  hacerla visible al deslizar el visor.
32307  Así pues recomendamos usar PDF para archivos con muchas imágenes.
32308 \end_layout
32309
32310 \begin_layout Standard
32311 Un documento se exporta a DVI con el menú 
32312 \family sans
32313 Archivo\SpecialChar \menuseparator
32314 Exportar\SpecialChar \menuseparator
32315 DVI
32316 \family default
32317 .
32318  Puedes ver la salida del documento en DVI con el menú 
32319 \family sans
32320 Ver\SpecialChar \menuseparator
32321 DVI 
32322 \family default
32323 o con el botón
32324 \begin_inset space ~
32325 \end_inset
32326
32327
32328 \begin_inset Graphics
32329         filename ../../images/buffer-view_dvi.png
32330         scale 85
32331
32332 \end_inset
32333
32334 .
32335 \end_layout
32336
32337 \begin_layout Section
32338 PostScript
32339 \begin_inset CommandInset label
32340 LatexCommand label
32341 name "sec:PostScript"
32342
32343 \end_inset
32344
32345
32346 \begin_inset Index
32347 status collapsed
32348
32349 \begin_layout Plain Layout
32350 Formatos de archivo ! PostScript
32351 \end_layout
32352
32353 \end_inset
32354
32355
32356 \begin_inset Index
32357 status collapsed
32358
32359 \begin_layout Plain Layout
32360 PostScript|see
32361 \begin_inset ERT
32362 status collapsed
32363
32364 \begin_layout Plain Layout
32365
32366 {
32367 \end_layout
32368
32369 \end_inset
32370
32371 Formatos de archivo
32372 \begin_inset ERT
32373 status collapsed
32374
32375 \begin_layout Plain Layout
32376
32377 }
32378 \end_layout
32379
32380 \end_inset
32381
32382
32383 \end_layout
32384
32385 \end_inset
32386
32387
32388 \end_layout
32389
32390 \begin_layout Standard
32391 Este tipo de archivo tiene la extensión «
32392 \family typewriter
32393 .ps
32394 \family default
32395 ».
32396  PostScript fue desarrollado por la compañía 
32397 \family typewriter
32398 Adobe
32399 \family default
32400  como lenguaje para impresoras.
32401  Por eso estos archivos contienen comandos que usa la impresora para imprimirlos.
32402  PostScript puede considerarse como un «lenguaje de programación»; con él
32403  puedes calcular y dibujar imágenes y diagramas.
32404 \begin_inset Foot
32405 status collapsed
32406
32407 \begin_layout Plain Layout
32408 Si estás interesado en este tema acude al paquete LaTeX 
32409 \series bold
32410 PSTricks
32411 \series default
32412  
32413 \begin_inset CommandInset citation
32414 LatexCommand cite
32415 key "pstricks"
32416
32417 \end_inset
32418
32419 .
32420 \end_layout
32421
32422 \end_inset
32423
32424  Por esto los archivos suelen ser más grandes que los PDF.
32425 \end_layout
32426
32427 \begin_layout Standard
32428 Los archivos PostScript sólo pueden contener imágenes en el formato «Encapsulate
32429 d PostScript» (EPS, extensión «
32430 \family typewriter
32431 .eps
32432 \family default
32433 »).
32434  Como LyX permite usar cualquier formato de imagen conocido, tiene que trabajar
32435  en segundo plano para convertir las imágenes a EPS.
32436  Si por ejemplo, el documento tiene 50 imágenes, LyX ha de hacer 50 conversiones
32437  cada vez que veas o exportes el documento.
32438  Esto ralentizará mucho el trabajo, así que si piensas usar PostScript,
32439  puedes evitar el problema insertando las imágenes directamente en EPS.
32440 \end_layout
32441
32442 \begin_layout Standard
32443 El documento se puede exportar a PostScript con el menú 
32444 \family sans
32445 Archivo\SpecialChar \menuseparator
32446 Exportar\SpecialChar \menuseparator
32447 Postscript
32448 \family default
32449 .
32450  Se puede ver la salida en PostScript con el menú 
32451 \family sans
32452 Ver\SpecialChar \menuseparator
32453 Postscript 
32454 \family default
32455 o con el botón
32456 \begin_inset space ~
32457 \end_inset
32458
32459
32460 \begin_inset Graphics
32461         filename ../../images/buffer-view_ps.png
32462
32463 \end_inset
32464
32465 .
32466 \end_layout
32467
32468 \begin_layout Section
32469 PDF
32470 \begin_inset CommandInset label
32471 LatexCommand label
32472 name "sec:PDF"
32473
32474 \end_inset
32475
32476
32477 \begin_inset Index
32478 status collapsed
32479
32480 \begin_layout Plain Layout
32481 Formatos de archivo ! PDF
32482 \end_layout
32483
32484 \end_inset
32485
32486
32487 \begin_inset Index
32488 status collapsed
32489
32490 \begin_layout Plain Layout
32491 PDF
32492 \end_layout
32493
32494 \end_inset
32495
32496
32497 \end_layout
32498
32499 \begin_layout Standard
32500 Este tipo de archivo tiene la extensión «
32501 \family typewriter
32502 .pdf
32503 \family default
32504 ».
32505  El formato «Portable Document Format» (PDF) fue desarrollado por 
32506 \family typewriter
32507 Adobe
32508 \family default
32509  como derivado de PostScript.
32510  Es más comprimido y utiliza muchos menos comandos que PostScript.
32511  Como su nombre «portable» indica, puede ser procesado por cualquier sistema
32512  operativo y la salida impresa se muestra exactamente igual.
32513 \end_layout
32514
32515 \begin_layout Standard
32516 PDF puede contener imágenes en su propio formato PDF, en el formato «Joint
32517  Photographic Experts Group» (JPG, extensión «
32518 \family typewriter
32519 .jpg
32520 \family default
32521 » o «
32522 \family typewriter
32523 .jpeg
32524 \family default
32525 »), y en el formato «Portable Network Graphics» (PNG, extensión «
32526 \family typewriter
32527 .png
32528 \family default
32529 »).
32530  Aunque puedes poner cualquier otro formato de imagen, porque LyX los convierte
32531  en segundo plano a alguno de los anteriores.
32532  Pero como se ha comentado en la sección sobre PostScript, la conversión
32533  de gráficos ralentiza el trabajo.
32534  Por tanto se recomienda utilizar alguno de los tres formatos de imagen
32535  mencionados.
32536 \end_layout
32537
32538 \begin_layout Standard
32539 Un documento se puede exportar a PDF con el menú 
32540 \family sans
32541 Archivo\SpecialChar \menuseparator
32542 Exportar
32543 \family default
32544  en tres modos diferentes:
32545 \end_layout
32546
32547 \begin_layout Description
32548 PDF
32549 \begin_inset space ~
32550 \end_inset
32551
32552 (ps2pdf) Este utiliza el programa 
32553 \family typewriter
32554 ps2pdf
32555 \family default
32556  que crea un PDF a partir de una versión PostScript del archivo.
32557  La versión PostScript es producida por el programa 
32558 \family typewriter
32559 dvips
32560 \family default
32561  que usa una versión DVI como paso intermedio.
32562  Así que este modo de exportación consta de tres conversiones.
32563 \end_layout
32564
32565 \begin_layout Description
32566 PDF
32567 \begin_inset space ~
32568 \end_inset
32569
32570 (dvipdfm) Este utiliza el programa 
32571 \family typewriter
32572 dvipdfm
32573 \family default
32574  que convierte el archivo a DVI en segundo plano y en un segundo paso a
32575  PDF.
32576 \end_layout
32577
32578 \begin_layout Description
32579 PDF
32580 \begin_inset space ~
32581 \end_inset
32582
32583 (pdflatex) Este utiliza el programa 
32584 \family typewriter
32585 pdftex
32586 \family default
32587  que convierte directamente el archivo a PDF.
32588 \end_layout
32589
32590 \begin_layout Standard
32591 Se recomienda usar 
32592 \family sans
32593 PDF
32594 \begin_inset space ~
32595 \end_inset
32596
32597 (pdflatex)
32598 \family default
32599  porque 
32600 \family typewriter
32601 pdftex
32602 \family default
32603  soporta todas las características de las versiones actuales de PDF, es
32604  rápido y estable.
32605  El programa 
32606 \family typewriter
32607 dvipdfm
32608 \family default
32609  ya no se desarrolla y está un poco obsoleto.
32610 \end_layout
32611
32612 \begin_layout Standard
32613 La salida en formato PDF se puede ver con el menú 
32614 \family sans
32615 Ver 
32616 \family default
32617 o con el botón
32618 \begin_inset space ~
32619 \end_inset
32620
32621
32622 \begin_inset Graphics
32623         filename ../../images/buffer-view_pdf2.png
32624         scale 85
32625
32626 \end_inset
32627
32628  (que usa 
32629 \family sans
32630 PDF
32631 \begin_inset space ~
32632 \end_inset
32633
32634 (pdflatex)
32635 \family default
32636 ).
32637 \end_layout
32638
32639 \begin_layout Chapter
32640 Explicación de la ecuación
32641 \begin_inset space ~
32642 \end_inset
32643
32644
32645 \begin_inset CommandInset ref
32646 LatexCommand eqref
32647 reference "eq:Wgn"
32648
32649 \end_inset
32650
32651
32652 \begin_inset CommandInset label
32653 LatexCommand label
32654 name "cha:Explicación-de-la-Ecuación"
32655
32656 \end_inset
32657
32658
32659 \end_layout
32660
32661 \begin_layout Standard
32662 La anchura total de 
32663 \emph on
32664 n
32665 \emph default
32666  celdas de una tabla 
32667 \begin_inset Formula $W_{\mathrm{tot\, n}}$
32668 \end_inset
32669
32670  puede calcularse con
32671 \end_layout
32672
32673 \begin_layout Standard
32674 \begin_inset Formula \begin{equation}
32675 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}
32676
32677 \end_inset
32678
32679
32680 \end_layout
32681
32682 \begin_layout Standard
32683 donde 
32684 \begin_inset Formula $W_{g\, n}$
32685 \end_inset
32686
32687  es el ancho dado de todas las celdas.
32688  
32689 \series bold
32690
32691 \backslash
32692 tabcolsep
32693 \series default
32694  es la longitud LaTeX entre el texto y el borde de la celda, 6
32695 \begin_inset space \thinspace{}
32696 \end_inset
32697
32698 pt por omisión.
32699  
32700 \series bold
32701
32702 \backslash
32703 arrayrulewidth
32704 \series default
32705  es el grosor de línea del borde, 0.4
32706 \begin_inset space \thinspace{}
32707 \end_inset
32708
32709 pt por omisión.
32710 \end_layout
32711
32712 \begin_layout Standard
32713 Procediendo como en la ecuación
32714 \begin_inset space ~
32715 \end_inset
32716
32717
32718 \begin_inset CommandInset ref
32719 LatexCommand eqref
32720 reference "eq:Wtot_n"
32721
32722 \end_inset
32723
32724 , el ancho total de una multicolumna, 
32725 \begin_inset Formula $W_{\mathrm{tot\, mult}}$
32726 \end_inset
32727
32728  es
32729 \end_layout
32730
32731 \begin_layout Standard
32732 \begin_inset Formula \begin{equation}
32733 W_{\mathrm{tot\, mult}}=W_{g\,\mathrm{mult}}+2\cdot\backslash\mbox{tabcolsep}+2\cdot\backslash\mbox{arrayrulewidth}\label{eq:Wtot_mult}\end{equation}
32734
32735 \end_inset
32736
32737
32738 \end_layout
32739
32740 \begin_layout Standard
32741 Igualando las ecuaciones
32742 \begin_inset space ~
32743 \end_inset
32744
32745
32746 \begin_inset CommandInset ref
32747 LatexCommand eqref
32748 reference "eq:Wtot_n"
32749
32750 \end_inset
32751
32752  y 
32753 \begin_inset CommandInset ref
32754 LatexCommand eqref
32755 reference "eq:Wtot_mult"
32756
32757 \end_inset
32758
32759  podemos calcular el ancho dado necesario 
32760 \begin_inset Formula $W_{g\, n}$
32761 \end_inset
32762
32763  cuando se expanden 
32764 \emph on
32765 n
32766 \emph default
32767  columnas, de forma que cada una de ellas tiene una anchura total  
32768 \begin_inset Formula $W_{\mathrm{tot\, mult}}/n$
32769 \end_inset
32770
32771 :
32772 \end_layout
32773
32774 \begin_layout Standard
32775 \begin_inset Formula \begin{equation}
32776 W_{g\, n}=(W_{g\,\mathrm{mult}}+(1-n)\cdot(2\cdot\backslash\mbox{tabcolsep}+\backslash\mbox{arrayrulewidth}))/n\end{equation}
32777
32778 \end_inset
32779
32780
32781 \end_layout
32782
32783 \begin_layout Bibliography
32784 \begin_inset CommandInset bibitem
32785 LatexCommand bibitem
32786 key "latexcompanion"
32787
32788 \end_inset
32789
32790 Frank Mittelbach and Michel Goossens: 
32791 \emph on
32792 The LaTeX Companion Second Edition.
32793
32794 \emph default
32795  Addison-Wesley, 2004
32796 \end_layout
32797
32798 \begin_layout Bibliography
32799 \begin_inset CommandInset bibitem
32800 LatexCommand bibitem
32801 key "latexguide"
32802
32803 \end_inset
32804
32805 Helmut Kopka and Patrick W.
32806  Daly: 
32807 \emph on
32808 A Guide to LaTeX Fourth Edition.
32809
32810 \emph default
32811  Addison-Wesley, 2003
32812 \end_layout
32813
32814 \begin_layout Bibliography
32815 \begin_inset CommandInset bibitem
32816 LatexCommand bibitem
32817 key "latexbook"
32818
32819 \end_inset
32820
32821 Leslie Lamport: 
32822 \emph on
32823 LaTeX: A Document Preparation System.
32824
32825 \emph default
32826  Addison-Wesley, second edition, 1994
32827 \end_layout
32828
32829 \begin_layout Bibliography
32830 \begin_inset CommandInset bibitem
32831 LatexCommand bibitem
32832 key "booktabs"
32833
32834 \end_inset
32835
32836 Documentación del paquete LaTeX 
32837 \series bold
32838
32839 \begin_inset CommandInset href
32840 LatexCommand href
32841 name "booktabs"
32842 target "ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/booktabs/booktabs.pdf"
32843
32844 \end_inset
32845
32846
32847 \series default
32848
32849 \begin_inset Index
32850 status collapsed
32851
32852 \begin_layout Plain Layout
32853 LaTeX-paquetes ! booktabs
32854 \end_layout
32855
32856 \end_inset
32857
32858
32859 \end_layout
32860
32861 \begin_layout Bibliography
32862 \begin_inset CommandInset bibitem
32863 LatexCommand bibitem
32864 key "caption"
32865
32866 \end_inset
32867
32868 Documentación del paquete LaTeX 
32869 \series bold
32870
32871 \begin_inset CommandInset href
32872 LatexCommand href
32873 name "caption"
32874 target "ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/caption/caption.pdf"
32875
32876 \end_inset
32877
32878
32879 \series default
32880
32881 \begin_inset Index
32882 status collapsed
32883
32884 \begin_layout Plain Layout
32885 LaTeX-paquetes ! caption
32886 \end_layout
32887
32888 \end_inset
32889
32890
32891 \end_layout
32892
32893 \begin_layout Bibliography
32894 \begin_inset CommandInset bibitem
32895 LatexCommand bibitem
32896 key "endfloat"
32897
32898 \end_inset
32899
32900 Documentación del paquete LaTeX 
32901 \series bold
32902
32903 \begin_inset CommandInset href
32904 LatexCommand href
32905 name "endfloat"
32906 target "ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/endfloat/endfloat.pdf"
32907
32908 \end_inset
32909
32910
32911 \series default
32912
32913 \begin_inset Index
32914 status collapsed
32915
32916 \begin_layout Plain Layout
32917 LaTeX-paquetes ! endfloat
32918 \end_layout
32919
32920 \end_inset
32921
32922
32923 \end_layout
32924
32925 \begin_layout Bibliography
32926 \begin_inset CommandInset bibitem
32927 LatexCommand bibitem
32928 key "wrapfig"
32929
32930 \end_inset
32931
32932 Documentación del paquete LaTeX 
32933 \series bold
32934
32935 \begin_inset CommandInset href
32936 LatexCommand href
32937 name "wrapfig"
32938 target "ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/wrapfig/wrapfig.sty"
32939
32940 \end_inset
32941
32942
32943 \series default
32944
32945 \begin_inset Index
32946 status collapsed
32947
32948 \begin_layout Plain Layout
32949 LaTeX-paquetes ! wrapfig
32950 \begin_inset ERT
32951 status collapsed
32952
32953 \begin_layout Plain Layout
32954
32955
32956 \backslash
32957 vspace{4mm}
32958 \end_layout
32959
32960 \end_inset
32961
32962
32963 \end_layout
32964
32965 \end_inset
32966
32967
32968 \end_layout
32969
32970 \begin_layout Bibliography
32971 \begin_inset CommandInset bibitem
32972 LatexCommand bibitem
32973 key "footmisc"
32974
32975 \end_inset
32976
32977 Documentación del paquete LaTeX 
32978 \series bold
32979
32980 \begin_inset CommandInset href
32981 LatexCommand href
32982 name "footmisc"
32983 target "ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/footmisc/footmisc.pdf"
32984
32985 \end_inset
32986
32987
32988 \series default
32989
32990 \begin_inset Index
32991 status collapsed
32992
32993 \begin_layout Plain Layout
32994 LaTeX-paquetes ! footmisc
32995 \end_layout
32996
32997 \end_inset
32998
32999
33000 \end_layout
33001
33002 \begin_layout Bibliography
33003 \begin_inset CommandInset bibitem
33004 LatexCommand bibitem
33005 key "hypcap"
33006
33007 \end_inset
33008
33009 Documentación del paquete LaTeX 
33010 \series bold
33011
33012 \begin_inset CommandInset href
33013 LatexCommand href
33014 name "hypcap"
33015 target "http://www.ctan.org/tex-archive/macros/latex/contrib/oberdiek/hypcap.pdf"
33016
33017 \end_inset
33018
33019
33020 \series default
33021
33022 \begin_inset Index
33023 status collapsed
33024
33025 \begin_layout Plain Layout
33026 LaTeX-paquetes ! hyperref
33027 \end_layout
33028
33029 \end_inset
33030
33031
33032 \end_layout
33033
33034 \begin_layout Bibliography
33035 \begin_inset CommandInset bibitem
33036 LatexCommand bibitem
33037 key "hyperref"
33038
33039 \end_inset
33040
33041 Documentación del paquete LaTeX 
33042 \series bold
33043
33044 \begin_inset CommandInset href
33045 LatexCommand href
33046 name "hyperref"
33047 target "ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/hyperref/hyperref.pdf"
33048
33049 \end_inset
33050
33051
33052 \series default
33053
33054 \begin_inset Index
33055 status collapsed
33056
33057 \begin_layout Plain Layout
33058 LaTeX-paquetes ! hyperref
33059 \end_layout
33060
33061 \end_inset
33062
33063
33064 \end_layout
33065
33066 \begin_layout Bibliography
33067 \begin_inset CommandInset bibitem
33068 LatexCommand bibitem
33069 key "koma-script"
33070
33071 \end_inset
33072
33073 Documentación del paquete LaTeX 
33074 \series bold
33075
33076 \begin_inset CommandInset href
33077 LatexCommand href
33078 name "koma-script"
33079 target "ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/koma-script/scrguien.pdf"
33080
33081 \end_inset
33082
33083
33084 \series default
33085
33086 \begin_inset Index
33087 status collapsed
33088
33089 \begin_layout Plain Layout
33090 LaTeX-paquetes ! koma-script
33091 \end_layout
33092
33093 \end_inset
33094
33095
33096 \end_layout
33097
33098 \begin_layout Bibliography
33099 \begin_inset CommandInset bibitem
33100 LatexCommand bibitem
33101 key "listings"
33102
33103 \end_inset
33104
33105 Documentación del paquete LaTeX 
33106 \series bold
33107
33108 \begin_inset CommandInset href
33109 LatexCommand href
33110 name "listings"
33111 target "ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/listings/listings.pdf"
33112
33113 \end_inset
33114
33115
33116 \series default
33117
33118 \begin_inset Index
33119 status collapsed
33120
33121 \begin_layout Plain Layout
33122 LaTeX-paquetes ! listings
33123 \end_layout
33124
33125 \end_inset
33126
33127
33128 \end_layout
33129
33130 \begin_layout Bibliography
33131 \begin_inset CommandInset bibitem
33132 LatexCommand bibitem
33133 key "marginnote"
33134
33135 \end_inset
33136
33137 Documentación del paquete LaTeX 
33138 \series bold
33139
33140 \begin_inset CommandInset href
33141 LatexCommand href
33142 name "marginnote"
33143 target "ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/marginnote/marginnote.pdf"
33144
33145 \end_inset
33146
33147
33148 \series default
33149
33150 \begin_inset Index
33151 status collapsed
33152
33153 \begin_layout Plain Layout
33154 LaTeX-paquetes ! marginnote
33155 \end_layout
33156
33157 \end_inset
33158
33159
33160 \end_layout
33161
33162 \begin_layout Bibliography
33163 \begin_inset CommandInset bibitem
33164 LatexCommand bibitem
33165 key "pstricks"
33166
33167 \end_inset
33168
33169 Página web del paquete LaTeX 
33170 \series bold
33171
33172 \begin_inset CommandInset href
33173 LatexCommand href
33174 name "PSTricks"
33175 target "http://tug.org/PSTricks/"
33176
33177 \end_inset
33178
33179
33180 \series default
33181
33182 \begin_inset Index
33183 status collapsed
33184
33185 \begin_layout Plain Layout
33186 LaTeX-paquetes ! PSTricks
33187 \end_layout
33188
33189 \end_inset
33190
33191
33192 \end_layout
33193
33194 \begin_layout Bibliography
33195 \begin_inset CommandInset bibitem
33196 LatexCommand bibitem
33197 key "sidecap"
33198
33199 \end_inset
33200
33201 Documentación del paquete LaTeX 
33202 \series bold
33203
33204 \begin_inset CommandInset href
33205 LatexCommand href
33206 name "sidecap"
33207 target "ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/sidecap/sidecap.pdf"
33208
33209 \end_inset
33210
33211
33212 \series default
33213
33214 \begin_inset Index
33215 status collapsed
33216
33217 \begin_layout Plain Layout
33218 LaTeX-paquetes ! sidecap
33219 \end_layout
33220
33221 \end_inset
33222
33223
33224 \end_layout
33225
33226 \begin_layout Bibliography
33227 \begin_inset CommandInset bibitem
33228 LatexCommand bibitem
33229 key "NewInLyX16"
33230
33231 \end_inset
33232
33233
33234 \begin_inset CommandInset href
33235 LatexCommand href
33236 name "Página wiki"
33237 target "http://wiki.lyx.org/LyX/NewInLyX16"
33238
33239 \end_inset
33240
33241  sobre características nuevas para la versión 
33242 \family sans
33243 LyX
33244 \begin_inset space ~
33245 \end_inset
33246
33247 1.6.0
33248 \family default
33249 .
33250 \end_layout
33251
33252 \begin_layout Standard
33253 \begin_inset CommandInset index_print
33254 LatexCommand printindex
33255
33256 \end_inset
33257
33258
33259 \end_layout
33260
33261 \begin_layout Standard
33262 \begin_inset FloatList figure
33263
33264 \end_inset
33265
33266
33267 \end_layout
33268
33269 \begin_layout Standard
33270 \begin_inset FloatList table
33271
33272 \end_inset
33273
33274
33275 \end_layout
33276
33277 \begin_layout Standard
33278 \begin_inset ERT
33279 status open
33280
33281 \begin_layout Plain Layout
33282
33283
33284 \backslash
33285 listof{algorithm}{Lista de algoritmos}
33286 \end_layout
33287
33288 \end_inset
33289
33290
33291 \begin_inset Note Note
33292 status collapsed
33293
33294 \begin_layout Plain Layout
33295 Véase la sección
33296 \begin_inset space ~
33297 \end_inset
33298
33299
33300 \begin_inset CommandInset ref
33301 LatexCommand ref
33302 reference "sub:Algoritmos-Flotantes"
33303
33304 \end_inset
33305
33306  para una descripción.
33307 \end_layout
33308
33309 \end_inset
33310
33311
33312 \end_layout
33313
33314 \end_body
33315 \end_document